@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/fxl6vsa.css");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1C374C;
  background: #fff;
  /*
  overflow-x: hidden;
  */
}

.pcv {
  display: none;
}

.tbv {
  display: none;
}

.spv {
  display: block;
}

@media (min-width: 768px) {
  .pcv {
    display: none;
  }
  .tbv {
    display: block;
  }
  .spv {
    display: none;
  }
  .spv.tbv {
    display: block;
  }
}
@media (min-width: 992px) {
  .pcv {
    display: block;
  }
  .tbv {
    display: none;
  }
  .spv {
    display: none;
  }
  .tbv.pcv {
    display: block;
  }
  .spv.tbv {
    display: none;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.floL {
  float: left;
}

.floR {
  float: right;
}

.is-right {
  text-align: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.ph-img {
  width: 100%;
  height: auto;
}

.lato {
  font-family: "Lato", sans-serif;
}

.fg {
  font-family: "Noto Sans JP", sans-serif;
}

.prv {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************************************************************************************

	header

**********************************************************************************************/
.header {
  /*
  height: 55px;
  */
  position: fixed;
  z-index: 999;
  width: 100%;
  /*background-color: rgba(255, 255, 255, 0);*/
  background-color: rgb(214, 221, 222);
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.header__inner {
  margin: 0 3%;
  padding: 8px 0 7px;
}
.header__siteid {
  width: 150px;
  height: 40px;
  background: url(../img/siteid.png) 0 0 no-repeat;
  background-size: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
.header__siteid a {
  display: block;
  height: 40px;
}
.header.hide {
  transform: translateY(-100%);
}
.header.is-colored {
  background-color: rgba(255, 255, 255, 0.9);
}

.is-menu-open .header {
  background-color: #F7EB73;
}

.is-menu-open .header__siteid {
  background: url(../img/siteid_b.png) 0 0 no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .header__inner {
    margin: 0 2%;
    padding: 15px 0 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header__siteid {
    width: 150px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .header__inner {
    margin: 0 2%;
    padding: 15px 0 14px;
  }
  .header__siteid {
    width: 190px;
    height: 51px;
  }
  .header__siteid a {
    height: 51px;
  }
}
.g-nav_area {
  background-color: #F7EB73;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px 0;
}

.is-menu-open .g-nav_area {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .g-nav_area {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none;
    background: none;
    overflow: visible;
    overflow-y: visible;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .g-nav_area {
    gap: 20px;
    margin: 0;
  }
}
.g-nav {
  margin: 0 15px;
}
.g-nav li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.g-nav li a {
  display: block;
  padding: 25px 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #1C374C;
}
.g-nav li a span {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 0 1em;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .g-nav {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0;
  }
  .g-nav li {
    border: none;
    margin: 0 0 0 10px;
  }
  .g-nav li a {
    text-align: center;
    padding: 0px 10px;
    font-size: 1.4rem;
  }
  .g-nav li a span {
    display: block;
    font-size: 1.1rem;
    margin: 0.8em 0 0 0;
    letter-spacing: 0.2em;
  }
  .g-nav li a:hover {
    color: #387eb4;
  }
  .g-nav li a.trg.is-active {
    color: #F7EB73;
  }
}
@media (min-width: 992px) {
  .g-nav {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
  }
  .g-nav li {
    border: none;
    margin: 0 0 0 20px;
  }
  .g-nav li a {
    text-align: center;
    padding: 0px 10px;
    font-size: 1.6rem;
  }
  .g-nav li a span {
    display: block;
    font-size: 1.1rem;
    margin: 0.8em 0 0 0;
    letter-spacing: 0.2em;
  }
}
.trg {
  position: relative;
  padding: 0 22px 10px 0;
}
.trg.open::after {
  content: "\f068";
}

.trg::after {
  content: "+";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .trg {
    position: relative;
    margin-right: 15px;
  }
  .trg::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F7EB73;
    top: 45%;
    right: -10px;
  }
}
@media (min-width: 768px) {
  .pcmenu__content {
    opacity: 0;
    visibility: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: opacity 0.4s ease-in-out, visibility 0.4s;
    padding: 10px 0;
  }
  .trg.is-active + .pcmenu__content {
    opacity: 1;
    visibility: visible;
  }
  .js-smallMenu + .pcmenu__content {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 190px;
  }
}
.menu-sub {
  display: none;
  margin: 0 20px;
  padding: 0 0 10px;
}
.menu-sub ul {
  margin: 0 0 0;
}
.menu-sub ul li {
  font-size: 1.6rem;
  margin: 0 0 0;
  border: none;
}
.menu-sub ul li a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.menu-sub ul li a:hover {
  background-color: #F7EB73;
}
.menu-sub ul li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-sub ul li:last-child {
  border: none;
}

@media (min-width: 768px) {
  .menu-sub {
    display: block;
    padding: 10px 10px;
  }
  .menu-sub ul {
    margin: 0 0 15px 0;
  }
  .menu-sub ul li a {
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 20px 10px;
  }
  .menu-sub ul li a::before {
    left: 5px;
  }
  .menu-sub ul:last-child {
    margin: 0;
  }
}
.h-inq a {
  display: block;
  height: 54px;
  padding: 0 30px;
  text-align: center;
  border: 2px solid #1C374C;
  font-size: 1.8rem;
  line-height: 54px;
  font-weight: 700;
  background-color: #ffffff;
  color: #1C374C;
  border-radius: 30px;
  width: 60%;
  margin: 20px auto;
}
.h-inq a:hover {
  background-color: #FBF3A3;
}

@media (min-width: 768px) {
  .h-inq a {
    width: auto;
    height: 46px;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
    background-color: #F7EB73;
    color: #1C374C;
  }
}
@media (min-width: 992px) {
  .h-inq a {
    height: 54px;
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 50px;
    font-weight: 700;
  }
}
.l-header__btn {
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9999;
}

.l-header__btn div {
  width: 36px;
  height: 20px;
  margin: 18px auto;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
}

.l-header__btn div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1C374C;
  transition: all 0.4s;
}

.l-header__btn div span:nth-of-type(1) {
  top: 4px;
}

.l-header__btn div span:nth-of-type(2) {
  top: 12px;
}

.is-menu-open .l-header__btn {
  background-color: #fff;
}

.is-menu-open .l-header__btn div span {
  background-color: #1C374C;
}

.is-menu-open .l-header__btn span:nth-of-type(1) {
  transform: translateY(4px) rotate(-15deg);
}

.is-menu-open .l-header__btn span:nth-of-type(2) {
  transform: translateY(-4px) rotate(15deg);
}

@media (min-width: 768px) {
  .l-header__btn {
    display: none;
  }
}
/*********************************************************************************************

	footer

**********************************************************************************************/
.footer {
  background-color: #D6DDDE;
  padding: 50px 0;
  position: relative;
}
.footer__inner {
  margin: 0 20px;
  text-align: center;
}
.footer__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px;
  text-align: center;
}

.f-siteid {
  width: 190px;
  margin: 0 auto;
}

.f-menu_area {
  flex: 1;
}

.f-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 35px;
}
.f-menu::after {
  content: "";
  width: 100%;
  order: 0;
}
.f-menu li {
  position: relative;
}
.f-menu li:nth-child(-n+3) {
  order: -1;
}
.f-menu li:nth-child(n+4) {
  order: 1;
}
.f-menu li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1C374C;
  position: absolute;
  top: 0;
  right: -20px;
}
.f-menu li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
.f-menu li a.i-site {
  padding: 0 30px 0 0;
}
.f-menu li a.i-site::after {
  content: "\f2d2";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  top: 2px;
  right: 6px;
}
.f-menu li a:hover {
  color: #387eb4;
}

@media (min-width: 768px) {
  .footer {
    padding: 40px 0 40px;
  }
  .footer__inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .footer__box {
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
    align-items: center;
  }
  .f-siteid {
    width: 190px;
    margin: 0;
  }
  .f-menu {
    gap: 10px 35px;
    justify-content: flex-start;
  }
  .f-menu::after {
    display: none;
  }
  .f-menu li:nth-child(-n+3), .f-menu li:nth-child(n+4) {
    order: initial;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0 80px;
  }
  .footer__inner {
    width: 1100px;
    margin: 0 auto;
    text-align: left;
  }
}
.f-copy {
  font-size: 1.3rem;
  font-weight: 500;
}

/* ページトップ */
#page_top {
  display: block;
  position: fixed;
  bottom: 4%;
  right: 15px;
  opacity: 1;
  z-index: 500;
}

#page_top a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #F7EB73;
  text-align: center;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  #page_top {
    bottom: 8%;
    right: 30px;
  }
  #page_top a {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 2.4rem;
  }
}
/*********************************************************************************************

	WAVE

**********************************************************************************************/
.wave-container {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.waves {
  position: relative;
  width: 100%;
}

.hero-top .wave-container {
  bottom: -30px;
  height: 30px;
  transform: rotate(180deg);
}

.hero-top .waves {
  height: 30px;
}

.hero-page .wave-container {
  bottom: -40px;
  height: 40px;
  transform: rotate(180deg);
}

.hero-page .waves {
  height: 40px;
}

.footer .wave-container {
  top: -50px;
  height: 50px;
}

.footer .waves {
  height: 50px;
}

@media (min-width: 768px) {
  .hero-top .wave-container {
    bottom: -80px;
    height: 80px;
  }
  .hero-top .waves {
    height: 80px;
  }
  .hero-page .wave-container {
    bottom: -60px;
    height: 60px;
  }
  .hero-page .waves {
    height: 60px;
  }
  .footer .wave-container {
    top: -100px;
    height: 100px;
  }
  .footer .waves {
    height: 100px;
  }
}
/*
.hero-top .parallax > use,
.hero-page .parallax > use {
  animation: move-forever 40s cubic-bezier(.55, .5, .45, .5) infinite;
}
.hero-top .parallax > use:nth-child(1),
.hero-page .parallax > use:nth-child(1) {
  animation-duration: 20s;
}
.hero-top .parallax > use:nth-child(2),
.hero-page .parallax > use:nth-child(2) {
  animation-duration: 35s;
}
*/
.hero-top .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.hero-top .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.hero-top .parallax > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}

/*
.footer .parallax > use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.footer .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; 
}
.footer .parallax > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}
*/
.footer .parallax > use,
.hero-page .parallax > use {
  animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.footer .parallax > use:nth-child(1),
.hero-page .parallax > use:nth-child(1) {
  animation-duration: 20s;
}

.footer .parallax > use:nth-child(2),
.hero-page .parallax > use:nth-child(2) {
  animation-duration: 35s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*********************************************************************************************

	ASIDE - お問い合わせ

**********************************************************************************************/
.cta .btn-more {
  width: 200px;
}
.cta {
  padding: 20px 0 100px;
}

.cta-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 0 20px;
}
.cta-catch::before, .cta-catch::after {
  content: "";
  background: url(../img/ico_fuki.png) 0 0 no-repeat;
  background-size: 100%;
  width: 26px;
  height: 36px;
  display: block;
}
.cta-catch::after {
  transform: rotateY(180deg);
}
.cta-catch span {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cta {
    padding: 20px 0 200px;
    margin: 0 15%;
  }
  .cta-catch span {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .cta {
    padding: 0 0 240px;
  }
  .cta-catch span {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
.cta-inner {
  background-color: #F7EB73;
  border-radius: 64px;
  padding: 40px 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  grid: 10px;
}

.cta-img {
  order: 2;
  width: 65%;
  margin: 0 auto;
}

.cta-txt {
  order: 1;
}
.cta-txt h2 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
.cta-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.cta-txt p.c-sub {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0 3px;
  text-align: center;
}

.cta .btn-more {
  order: 3;
  width: 60%;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .cta-img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cta-inner {
    width: 1000px;
    border-radius: 100vh;
    padding: 30px 50px 30px 110px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .cta-txt {
    order: 1;
    width: 55%;
    padding: 30px 0 0 0;
  }
  .cta-txt h2 {
    font-size: 6rem;
    font-weight: 700;
  }
  .cta-txt p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    margin: 20px 0;
    text-align: left;
  }
  .cta-txt p.c-sub {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 0 3px;
  }
  .cta-img {
    order: 2;
    width: 320px;
  }
  .cta .btn-more {
    order: 3;
    width: 100%;
    margin-top: -100px;
  }
  .cta .btn-more a {
    display: inline-block;
    width: 200px;
  }
}
.cta .cta-catch.js-scroll-item {
  transition-delay: 0.5s;
}

/*********************************************************************************************

	main

**********************************************************************************************/
.main {
  flex: 1;
}

/* ------------------------------------
 * ボタン
* ------------------------------------ */
.btn a,
.btn-more a {
  display: block;
  height: 54px;
  padding: 0 40px 0 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 52px;
  font-weight: 700;
  background-color: #F7EB73;
  color: #1C374C;
  border-radius: 30px;
}
.btn a:hover,
.btn-more a:hover {
  background-color: #D6DDDE;
}

.btn-more a {
  color: #1C374C;
  border-radius: 30px;
  background-color: #ffffff;
  border: 2px solid #1C374C;
  position: relative;
}
.btn-more a::after {
  content: "";
  background-color: #1C374C;
  width: 33px;
  height: 33px;
  background: url(../img/ico_arw1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 9px;
  right: 10px;
}

.is-gy a {
  background-color: #F3F3F3;
}

.is-yel a {
  background-color: #F7EB73;
}

/*********************************************************************************************

	TOP

**********************************************************************************************/
.hero-top {
  background-color: #D6DDDE;
  min-height: 330px;
  position: relative;
}
.hero-top__inner {
  width: 100%;
  padding: 15px 0 20px;
  margin-top: 55px;
}

@media (min-width: 768px) {
  .hero-top {
    min-height: 380px;
  }
  .hero-top__inner {
    padding: 50px 0 0px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .hero-top {
    min-height: 500px;
  }
  .hero-top__inner {
    width: 1300px;
    padding: 50px 0 0px;
    margin-top: 80px;
  }
}
.ht-img {
  width: 100%;
  margin: 0 0 0 0;
  text-align: center;
}
.ht-img img {
  width: 45%;
  height: auto;
}

@media (min-width: 768px) {
  .ht-img {
    width: 35%;
    margin: 0;
  }
  .ht-img img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .ht-img {
    width: 450px;
  }
}
.ht-ttl {
  flex: 1;
  position: relative;
  padding: 20px 0 0 0px;
  text-align: center;
}
.ht-ttl h2 span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #1C374C;
  color: #ffffff;
  padding: 10px 10px 0px 25px;
  margin: 0 0 10px 0;
}
.ht-ttl h2 span.obi2 {
  padding: 10px 10px 13px 25px;
  margin: 0 0 0 0;
}
.ht-ttl h2 .dot-text {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 0;
}
.ht-ttl h2 .dot-text::before {
  content: "・・・・・";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.5em;
  text-indent: -0.2em;
}
.ht-ttl img {
  width: 50px;
  height: auto;
  position: absolute;
}
.ht-ttl p {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 10px 0 0 10px;
}

#mico-1 {
  top: 0px;
  left: 35px;
}

#mico-2 {
  bottom: 40px;
  right: 60px;
}

#mico-3 {
  top: 0px;
  right: 40px;
}

@media (min-width: 768px) {
  .ht-ttl {
    text-align: left;
    padding: 40px 0 40px 50px;
  }
  .ht-ttl h2 span {
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 700;
    padding: 15px 0px 3px 15px;
    margin: 0 0 16px;
  }
  .ht-ttl h2 span.obi2 {
    padding: 13px 0px 15px 15px;
    margin: 0;
  }
  .ht-ttl h2 .dot-text {
    padding: 10px 0 0 0;
  }
  .ht-ttl h2 .dot-text::before {
    top: -15px;
    font-size: 0.6em;
    letter-spacing: 0.6em;
    text-indent: 0.5em;
  }
  .ht-ttl img {
    width: 80px;
  }
  .ht-ttl p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 25px;
  }
  #mico-1 {
    top: -20px;
    left: 0px;
  }
  #mico-2 {
    bottom: 70px;
    right: 80px;
  }
  #mico-3 {
    top: -10px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .ht-ttl {
    padding: 40px 0 40px 90px;
  }
  .ht-ttl h2 span {
    font-size: 5.2rem;
  }
  .ht-ttl h2 .dot-text {
    padding: 17px 0 0 0;
  }
  .ht-ttl img {
    width: 130px;
  }
  .ht-ttl p {
    font-size: 1.8rem;
  }
  #mico-1 {
    top: -60px;
    left: 0px;
  }
  #mico-2 {
    bottom: 20px;
    right: 150px;
  }
  #mico-3 {
    top: -70px;
    right: 160px;
  }
}
.intro {
  text-align: center;
  padding: 80px 0 0 0;
}
.intro h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.intro h2 span {
  background: linear-gradient(transparent 70%, #F7EB73 70%);
}
.intro__inner {
  margin: 0 15px;
}
.intro p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .intro {
    padding: 140px 0 0 0;
  }
  .intro h2 {
    font-size: 3.4rem;
    margin: 0 0 40px;
  }
  .intro__inner {
    margin: 0 40px;
  }
  .intro p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .intro {
    padding: 160px 0 0 0;
  }
  .intro h2 {
    font-size: 3.6rem;
    margin: 0 0 40px;
  }
  .intro__inner {
    width: 900px;
    margin: 0 auto;
  }
}
.intro-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
.intro-list li {
  width: 50%;
  margin-bottom: 6px;
}
.intro-list li img {
  width: 90%;
  height: auto;
}

.intro-catch {
  background-color: #ffffff;
  border: 2px solid #1C374C;
  height: 80px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  border-radius: 42px;
  margin: -10px 0 0 0;
  position: relative;
  padding-top: 10px;
  z-index: 3;
}

.intro-catch .furatto {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
}

.intro-catch .furatto.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.js-scroll-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js-scroll-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .intro-list li {
    width: 25%;
    margin: 0;
  }
  .intro-list li img {
    width: 100%;
    height: auto;
  }
  .intro-catch {
    height: 80px;
    padding: 0;
    font-size: 2.8rem;
    line-height: 75px;
    font-weight: 700;
    border-radius: 45px;
    margin: -5px 0 0 0;
  }
}
@media (min-width: 992px) {
  .intro-catch {
    height: 100px;
    font-size: 3.2rem;
    line-height: 93px;
    font-weight: 700;
    border-radius: 55px;
  }
}
.circle-content {
  overflow: hidden;
  margin-top: -50px;
}

.circle-ue {
  background-color: #F3F3F3;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .circle-content {
    margin-top: -70px;
  }
  .circle-ue {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 150px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .circle-ue {
    height: 200px;
  }
}
.sec__inner {
  margin: 0 15px;
  display: flow-root;
}

.sec-ttl {
  gap: 40px;
  margin: 0 0 50px;
}
.sec-ttl p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 15px 15px 0;
}

.th2,
.th2_b {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  position: relative;
  padding-left: 45px;
}
.th2 span,
.th2_b span {
  font-size: 40%;
  letter-spacing: 0.2em;
  display: block;
}
.th2::before,
.th2_b::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #1C374C;
  position: absolute;
  top: 9px;
  left: 0;
}

.th2_b {
  font-size: 2.6rem;
}
.th2_b span {
  font-size: 2rem;
}
.th2_b::before {
  top: 14px;
}

@media (min-width: 768px) {
  .sec__inner {
    margin: 0 30px;
  }
  .sec-ttl {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin: 0 0 80px;
  }
  .sec-ttl p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 15px 0 0 0;
  }
  .th2,
  .th2_b {
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 60px;
  }
  .th2 span,
  .th2_b span {
    font-size: 1.4rem;
  }
  .th2::before,
  .th2_b::before {
    width: 40px;
    top: 9px;
    left: 0;
  }
  .th2_b {
    font-size: 3.4rem;
  }
  .th2_b span {
    font-size: 2.8rem;
  }
  .th2_b::before {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .sec__inner {
    width: 1100px;
    margin: 0 auto;
  }
  .sec-ttl {
    display: flex;
    justify-content: start;
    gap: 40px;
    margin: 0 0 80px;
  }
  .sec-ttl p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 30px 0 0 0;
  }
  .sec-ttl .js-scroll-item {
    transform: translateX(-30px);
  }
  .th2,
  .th2_b {
    font-size: 5.7rem;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 80px;
  }
  .th2 span,
  .th2_b span {
    font-size: 1.4rem;
  }
  .th2::before,
  .th2_b::before {
    width: 60px;
    top: 9px;
    left: 0;
  }
  .th2_b {
    font-size: 4rem;
  }
  .th2_b span {
    font-size: 3.2rem;
  }
  .th2_b::before {
    top: 20px;
  }
}
#t-sec01 {
  background-color: #F3F3F3;
  padding: 0 0 50px;
}

.t-service {
  margin: 0 15px;
}
.t-service li {
  background-color: #F7EB73;
  border: 2px solid #1C374C;
  text-align: center;
  border-radius: 24px;
  padding: 50px 25px 40px;
  margin: 0 0 15px;
  /*
  &:nth-child(2) { background-color: #f5e75c; }
  &:nth-child(3) { background-color: #f4e445; }
  */
}
.t-service li p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
.t-service li p.serv-txt {
  text-align: left;
}
.t-service li p.serv-num {
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 30px;
}
.t-service li p.serv-for {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
}
.t-service li p.serv-for::before, .t-service li p.serv-for::after {
  content: "";
  width: 2px;
  height: 45px;
  background-color: #1C374C;
  position: absolute;
  top: -2px;
}
.t-service li p.serv-for::before {
  transform: rotate(-30deg);
  left: -16px;
}
.t-service li p.serv-for::after {
  transform: rotate(30deg);
  right: -16px;
}
.t-service li h3 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.t-service li h3 span {
  display: block;
  font-size: 55%;
}
.t-service li .btn-more {
  width: 70%;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  #t-sec01 {
    padding: 0 0 100px;
  }
  .t-service {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 45px;
  }
  .t-service li {
    width: calc((100% - 50px) / 2);
    min-height: 300px;
    border-radius: 100vh;
    padding: 80px 30px 90px;
    margin: 0;
  }
  .t-service li p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .t-service li p.serv-num {
    font-size: 4.8rem;
    margin: 0 0 30px;
  }
  .t-service li h3 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .t-service li .btn-more {
    width: 70%;
    margin: 50px auto 0;
  }
}
@media (min-width: 992px) {
  #t-sec01 {
    padding: 0 0 120px;
  }
  .t-service {
    margin: 0;
  }
  .t-service li {
    width: calc((100% - 90px) / 3);
  }
  .t-service li h3 {
    margin: 0 0 30px;
  }
  .t-service li .btn-more {
    width: 200px;
    margin: 50px auto 0;
  }
}
#t-sec02 {
  padding: 50px 0;
}
#t-sec02 .btn-more {
  width: 60%;
  margin: 0 auto;
}
#t-sec02 .btn-more a:hover {
  background-color: #F7EB73;
}

@media (min-width: 768px) {
  #t-sec02 {
    padding: 100px 0;
  }
  #t-sec02 .sec-ttl p {
    margin: 33px 15px 0;
  }
  #t-sec02 .btn-more {
    width: 280px;
    margin: 0 auto;
  }
  #t-sec02 .btn-more a {
    height: 64px;
    font-size: 1.8rem;
    line-height: 62px;
    font-weight: 700;
    border-radius: 34px;
  }
  #t-sec02 .btn-more a::after {
    top: 13px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  #t-sec02 {
    padding: 140px 0;
  }
  #t-sec02 .sec-ttl p {
    margin: 45px 15px 0;
  }
}
.works-list {
  margin: 0 10px 60px 10px;
}
.works-list li {
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #1C374C;
  margin: 0 0 15px;
}
.works-list li a {
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 16px;
}
.works-list li a::after {
  content: "\f138";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #D6DDDE;
}
.works-list li a:hover {
  background-color: #FBFBF0;
}
.works-list li a:hover::after {
  color: #1C374C;
}

.works-ph {
  background-color: #ddd;
  height: 200px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.works-name {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 20px 0;
}

.works-icon {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.works-icon li {
  display: inline-block;
  background-color: #F7EB73;
  width: auto;
  border: none;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  height: 24px;
  border-radius: 14px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .works-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 60px;
  }
  .works-list li {
    width: calc((100% - 20px) / 2);
    border-radius: 16px;
  }
  .works-list li a {
    padding: 20px;
  }
  .works-list li a::after {
    content: "\f138";
    font-size: 2.8rem;
    bottom: 15px;
    right: 15px;
  }
  .works-ph {
    height: 300px;
  }
  .works-name {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  .works-icon li {
    font-size: 1rem;
    width: auto;
  }
}
@media (min-width: 992px) {
  .works-list {
    gap: 30px;
    margin: 0 0 80px;
  }
  .works-list li {
    width: calc((100% - 30px) / 2);
  }
  .works-list li a {
    padding: 30px;
  }
  .works-ph {
    height: 340px;
  }
  .works-icon li {
    font-size: 1.2rem;
    width: auto;
  }
}
.works-style {
  margin: 0 auto 40px;
  text-align: center;
}
.works-style__inner {
  display: inline-block;
}
.works-style ul {
  margin: 0 20px;
}
.works-style ul li {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding: 0 0 15px 1.8em;
  margin: 0 0 15px;
  text-align: left;
  border-bottom: 3px dashed #ccc;
}
.works-style ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/ico_check_2.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

@media (min-width: 768px) {
  .works-style {
    margin: 0 auto 60px;
  }
  .works-style ul {
    margin: 0 auto 0;
  }
  .works-style ul li {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 0 0 20px 1.5em;
    margin: 0 0 20px;
  }
  .works-style ul li::before {
    width: 25px;
    height: 25px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .works-style .js-scroll-item {
    transition-delay: 0.4s;
  }
  .works-style h3 {
    font-size: 2.4rem;
  }
  .works-style ul {
    margin: 0 auto 0;
  }
  .works-style ul li {
    font-size: 2.8rem;
  }
  .works-style ul li::before {
    width: 30px;
    height: 30px;
  }
}
.t-fuki {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 40px;
}
.t-fuki span {
  padding: 0 0 0 60px;
  position: relative;
}
.t-fuki span::before {
  content: "";
  display: block;
  width: 60px;
  height: 43px;
  background: url(../img/fuki_1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -4px;
  left: 0;
}

@media (min-width: 768px) {
  .t-fuki {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 50px;
  }
  .t-fuki span {
    padding: 0 0 0 85px;
  }
  .t-fuki span::before {
    content: "";
    width: 81px;
    height: 57px;
    top: -7px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .t-fuki {
    font-size: 2.4rem;
  }
}
#t-about {
  background-color: #F3F3F3;
  padding: 100px 0;
  margin-top: -60px;
}
#t-about .sec__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  #t-about {
    padding: 180px 0 80px;
    margin-top: -80px;
  }
  #t-about .sec__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  #t-about {
    padding: 220px 0 140px;
    margin-top: -80px;
  }
  #t-about .sec__inner {
    gap: 120px;
  }
}
.about-data {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}
.about-data p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
.about-data h3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 30px;
}

.about-memo {
  width: 90%;
  margin: 0 auto;
}
.about-memo__box {
  background-color: #ffffff;
  border: 2px solid #1C374C;
  padding: 40px 30px 35px 30px;
  border-radius: 24px;
  text-align: center;
}
.about-memo__box img {
  width: 90px;
  height: auto;
  margin: 0 0 25px;
}
.about-memo__box p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 768px) {
  .about-data p {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
  }
  .about-data h3 {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .about-memo {
    width: 230px;
    margin: 0;
  }
  .about-memo__box {
    padding: 70px 30px 120px;
    min-height: 300px;
    border-radius: 100vh;
  }
  .about-memo__box img {
    width: 90px;
    height: auto;
    margin: 0 0 35px;
  }
  .about-memo__box p {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .about-data p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
  .about-data h3 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 30px;
  }
  .about-memo {
    width: 250px;
  }
  .about-memo__box img {
    width: 100px;
  }
}
.tbl-line {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 20px 0;
  padding: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.tbl-line th, .tbl-line td {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 5px;
  width: 100%;
}
.tbl-line th {
  background-color: #ffffff;
}
.tbl-line td {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .tbl-line {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .tbl-line th {
    padding-left: 5px;
    width: 20%;
    display: table-row;
  }
  .tbl-line th, .tbl-line td {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 20px 0;
    background: none;
    display: table-cell;
  }
  .tbl-line td {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .tbl-line {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
  }
  .tbl-line th {
    padding-left: 5px;
    width: 20%;
    display: table-row;
  }
  .tbl-line th, .tbl-line td {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 20px 0;
    background: none;
    display: table-cell;
  }
  .tbl-line td {
    width: 80%;
  }
}
.punc {
  width: 90%;
  margin: 0 auto;
}
.punc img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 24px;
  border: 10px solid #fff;
  box-shadow: 0 0 8px #c2c2c2;
}

@media (min-width: 768px) {
  .punc {
    width: 90%;
  }
  .punc img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .punc {
    width: 80%;
  }
  .punc img {
    height: 350px;
  }
}
.parallax-section {
  width: 100%;
  height: 250px;
  background-image: url(../img/img_horikawa.png);
  background-size: cover;
  background-position: center top;
  background-attachment: scroll;
}

@media (min-width: 768px) {
  .parallax-section {
    height: 390px;
    background-attachment: fixed;
  }
}
#c-news {
  padding: 50px 0;
}
#c-news .btn-more {
  width: 50%;
  margin: 30px auto 0;
  order: 2;
}
#c-news .btn-more a {
  background-color: #ffffff;
}
#c-news .btn-more a:hover {
  background-color: #F7EB73;
}
#c-news .sec__inner {
  display: flex;
  flex-direction: column;
}
#c-news .sec-ttl {
  margin: 0 0 20px;
}
#c-news.news-area {
  padding: 0 0 80px;
}

.news-list {
  padding: 0;
  margin: 0;
  order: 1;
}
.news-list li {
  border-bottom: 1px solid #ccc;
}
.news-list li:first-child {
  border-top: 1px solid #ccc;
}
.news-list li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.news-list li a:hover {
  background-color: #f7f7f7;
}
.news-list li .news-title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
.news-list li .news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 768px) {
  #c-news {
    padding: 100px 0;
  }
  #c-news .btn-more {
    width: 200px;
    margin: -70px 0 30px auto;
  }
  #c-news .sec__inner {
    flex-direction: column-reverse;
  }
  #c-news .sec-ttl {
    margin: 0 0 50px;
  }
  #c-news.news-area {
    padding: 0 0 200px;
  }
  .news-list {
    margin: 0px 0 30px 0;
    width: 100%;
    flex: 1;
  }
  .news-list li a {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .news-list li .news-meta {
    flex-shrink: 0;
    gap: 20px;
  }
  .news-list li .news-title {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  #c-news {
    padding: 140px 0;
  }
}
.news-label {
  display: inline-block;
  padding: 5px 8px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #1C374C;
}
.news-label.imp {
  background-color: #D97410;
  color: #ffffff;
}
.news-label.info {
  background-color: #ffffff;
  color: #1C374C;
}

.news-area {
  margin: 0 20px;
}

@media (min-width: 768px) {
  .news-area {
    margin: 0 6%;
  }
}
@media (min-width: 992px) {
  .news-area {
    width: 1000px;
    margin: 0 auto;
  }
}
/* ページ送り */
.pagination {
  margin: 40px auto;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
  padding: 0 50px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D6DDDE;
  border: 2px solid #D6DDDE;
  color: #1C374C y;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background: none;
  border: none;
}
.pagination .page-numbers.prev:not(.current, .dots):hover, .pagination .page-numbers.next:not(.current, .dots):hover {
  background: none;
  border: none;
  color: #2873AD;
}
.pagination .page-numbers {
  /*
  &.prev, &.next { position: absolute; }
  &.prev { left: 0; }
  &.next { right: 0; }
  */
}
.pagination .page-numbers.current {
  background-color: #F7EB73;
  border-color: #F7EB73;
}
.pagination .page-numbers:not(.current, .dots):hover {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  color: #1C374C;
}
.pagination .page-numbers {
  /* ドット部分 */
}
.pagination .page-numbers.dots {
  border: none;
  background: none;
  width: auto;
  padding: 0 5px;
  cursor: default;
}

@media (min-width: 768px) {
  .pagination {
    margin: 40px auto;
    width: fit-content;
    min-width: 400px;
    max-width: 90%;
  }
  .pagination .nav-links {
    padding: 0 100px;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}
#c-detail {
  padding: 0 0 80px;
}
#c-detail .btn-more {
  width: 70%;
  margin: 0 auto;
}

.news-ttl {
  margin: 0 0 30px;
}
.news-ttl h2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #8A8A8A;
}
.news-ttl .n-day {
  font-size: 1.4rem;
  text-align: right;
}

.news-body {
  padding: 0 0 60px;
  margin: 0 auto;
}
.news-body p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 1.5em;
}

.news-image {
  margin: 0 0 30px;
  text-align: center;
}

.nav-kiji {
  background-color: #F3F3F3;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.nav-kiji p {
  width: 48%;
}
.nav-kiji p.next {
  text-align: right;
  margin-left: auto;
}
.nav-kiji p a {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  color: #8A8A8A;
}

@media (min-width: 768px) {
  #c-detail {
    padding: 0 0 160px;
  }
  #c-detail .btn-more {
    width: 200px;
  }
  .news-ttl {
    margin: 0 0 60px;
  }
  .news-ttl h2 {
    font-size: 3rem;
  }
  .news-body {
    padding: 0 0 120px;
    width: 90%;
  }
  .news-body p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
  }
  .nav-kiji {
    padding: 15px 15px;
    margin: 0 0 40px;
  }
  .nav-kiji p {
    width: auto;
  }
  .nav-kiji p a {
    font-size: 1.4rem;
  }
}
/*********************************************************************************************

	PAGES

**********************************************************************************************/
.hero-page {
  background-color: #D6DDDE;
  width: 100%;
  height: 160px;
  position: relative;
  margin: 55px 0 50px 0;
  text-align: center;
}
.hero-page__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-page h2 {
  letter-spacing: 0.1em;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}
.hero-page h2 span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .hero-page {
    height: 200px;
    margin: 70px 0 100px 0;
  }
  .hero-page h2 {
    font-size: 4rem;
  }
  .hero-page h2 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .hero-page {
    height: 260px;
    margin: 80px 0 100px 0;
  }
  .hero-page h2 {
    font-size: 5.2rem;
  }
}
.topicpath {
  margin: 0 3% 40px;
}
.topicpath ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.topicpath ul li {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #8A8A8A;
}
.topicpath ul li a {
  position: relative;
  color: #1C374C;
}
.topicpath ul li a::after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

.catch-box {
  margin: 0 10px 60px;
  text-align: center;
}
.catch-box p {
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 700;
}

@media (min-width: 768px) {
  .topicpath {
    margin: 0 6% 80px;
  }
  .topicpath ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .catch-box {
    margin: 0 3% 80px;
  }
  .catch-box p {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .catch-box {
    margin: 0 0 100px;
  }
  .catch-box p {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
  }
}
.cont-nav {
  text-align: center;
  margin: 0 6% 40px;
}
.cont-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cont-nav ul li {
  width: calc(50% - 10px);
}
.cont-nav ul li a {
  display: block;
  background-color: #F7EB73;
  border: 2px solid #1C374C;
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: 500;
  padding-right: 10px;
  height: 36px;
  border-radius: 20px;
  position: relative;
}
.cont-nav ul li a::after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  top: 1px;
  right: 13px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.cont-nav ul li a:hover {
  background-color: #FBF3A3;
}
.cont-nav ul li a:hover::after {
  transform: rotate(360deg);
}

@media (min-width: 768px) {
  .cont-nav {
    margin: 0 6% 100px;
  }
  .cont-nav ul {
    gap: 20px;
  }
  .cont-nav ul li {
    width: 200px;
  }
  .cont-nav ul li a {
    font-size: 1.4rem;
    line-height: 38px;
    font-weight: 500;
    padding-right: 15px;
    height: 40px;
    border-radius: 28px;
  }
  .cont-nav ul li a::after {
    font-size: 1.5rem;
    top: 1px;
    right: 13px;
  }
}
@media (min-width: 992px) {
  .cont-nav {
    margin: 0 6% 120px;
  }
  .cont-nav ul {
    gap: 20px;
  }
  .cont-nav ul li {
    width: 220px;
  }
  .cont-nav ul li a {
    font-size: 1.6rem;
    line-height: 43px;
    font-weight: 500;
    padding-right: 15px;
    height: 46px;
    border-radius: 26px;
  }
}
/* ============================================================
  SERVICE 
============================================================== */
.service-box {
  padding: 40px 0;
  padding: 80px 0 120px;
}
.service-box__inner {
  width: auto;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}

#s-02 {
  background-color: #F3F3F3;
}

@media (min-width: 768px) {
  .service-box {
    padding: 80px 0;
  }
  .service-box__inner {
    margin: 0 3%;
  }
  #s-01 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .service-box {
    padding: 120px 0;
    padding: 140px 0 200px;
  }
  .service-box__inner {
    width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #s-01 {
    padding-top: 0;
  }
}
.s-item_1 {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 2px dashed #BAC1C2;
}
.s-item_1 p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}

.recom-box {
  margin: 30px 0 50px;
}
.recom-box h3 {
  display: inline-block;
  background-color: #F7EB73;
  padding: 0 18px;
  text-align: center;
  height: 40px;
  border-radius: 22px;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: 500;
}
.recom-box ul {
  margin: 20px 0 0 20px;
}
.recom-box ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 8px;
  padding: 0 0 0 15px;
}
.recom-box ul li::before {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0;
}

@media (min-width: 992px) {
  .s-item_1 {
    width: 51%;
    margin: 0;
    padding: 0 40px 0 0;
    border-right: 2px dashed #BAC1C2;
    border-bottom: none;
  }
  .s-item_1 p {
    font-size: 1.8rem;
  }
  .recom-box {
    margin: 40px 0 50px;
  }
  .recom-box ul {
    margin: 20px 0 0 20px;
  }
  .recom-box ul li {
    font-size: 1.6rem;
  }
}
.ok-area h3 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding: 15px 0 0 70px;
  margin: 0 0 23px 30px;
}
.ok-area h3::before {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background: url(../img/fuki_1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (min-width: 992px) {
  .ok-area h3 {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    padding: 15px 0 0 70px;
    margin: 0 0 28px 30px;
  }
  .ok-area h3::before {
    width: 81px;
    height: 57px;
    top: 2px;
    left: 0;
  }
}
.ok-box {
  padding: 20px 20px 15px;
  background-color: #FBFBF0;
  border: 2px solid #1C374C;
  border-radius: 20px;
}
.ok-box ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 6px;
}

@media (min-width: 768px) {
  .ok-box {
    padding: 25px 25px 20px;
    border-radius: 24px;
  }
  .ok-box ul {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 0px 20px;
  }
  .ok-box ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.s-item_2 {
  padding: 0;
}
.s-item_2 .link-cta {
  text-align: right;
}
.s-item_2 .link-cta a {
  font-size: 1.6rem;
  font-weight: 700;
}
.s-item_2 .link-cta a:hover {
  color: #387eb4;
}

@media (min-width: 992px) {
  .s-item_2 {
    flex: 1;
    padding: 0 0 0 40px;
  }
  .s-item_2 .link-cta a {
    font-size: 1.8rem;
  }
}
.item-box {
  margin: 0 0 30px;
}
.item-box h3 {
  background-color: #F7EB73;
  height: 40px;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 20px;
  border-radius: 22px;
  padding: 0 0 0 15px;
}

.item-inner {
  margin: 0 0 0 15px;
}
.item-inner ul {
  margin: 0 0 20px;
}
.item-inner ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 6px;
}
.item-inner ul.item-sup {
  margin: 10px 0 0 0;
}
.item-inner ul.item-sup li {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 4px;
}
.item-inner ul.item-list {
  margin: 0 0 15px;
  margin: 10px 0;
  border: 1px solid #1C374C;
  border-radius: 6px;
  padding: 10px 10px 6px 10px;
}
.item-inner ul.item-list li {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.item-inner ul.item-list li span {
  font-size: 1.2rem;
}
.item-inner .item-note {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}
.item-inner .item-att {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 10px;
}
.item-inner .item-lead {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
}
.item-inner .item-txt {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.item-inner dl {
  margin: 0 0 20px;
}

.s03-box {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .item-box {
    margin: 0 0 40px;
  }
  .item-box h3 {
    background-color: #F7EB73;
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 25px;
    border-radius: 22px;
    padding: 0 0 0 25px;
  }
  .item-inner {
    margin: 0 0 0 25px;
  }
  .item-inner ul {
    margin: 0 0 20px;
  }
  .item-inner ul li {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 6px;
  }
  .item-inner ul.item-list {
    margin: 15px 0;
    border: 1px solid #1C374C;
    border-radius: 6px;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5px 30px;
  }
  .item-inner ul.item-list li {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin: 0;
  }
  .item-inner ul.item-list li span {
    font-size: 1.2rem;
  }
  .item-inner ul.item-list li.b-wide {
    grid-column: 1/-1;
  }
  .item-inner .item-note {
    font-size: 1.6rem;
  }
  .item-inner dl {
    margin: 0 0 20px;
  }
}
.i-set {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.i-set dt {
  font-size: 1.6rem;
  font-weight: 500;
}
.i-set dt span {
  display: block;
  margin: 10px 0 0 1em;
  font-size: 80%;
  font-weight: 400;
}
.i-set dd {
  font-size: 2rem;
  font-weight: 700;
}
.i-set dd span {
  font-size: 70%;
}
.i-set dd.w-all {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .i-set {
    margin: 0 0 15px;
  }
  .i-set dt span {
    display: inline-block;
    margin: 0 0 0 1em;
  }
}
.service-flow {
  padding: 40px 0 70px;
  margin: 0px 0 70px;
  background-color: #F3F3F3;
  position: relative;
  overflow: hidden;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  border-top: 10px solid #F7EB73;
}
.service-flow__inner {
  margin: 0 10%;
  text-align: center;
}
.service-flow__inner .t-fuki {
  margin: 20px 0 60px 0;
  text-align: left;
}
.service-flow__inner .t-fuki span {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .service-flow {
    padding: 60px 0 90px;
    margin: 80px 0 70px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .service-flow__inner {
    margin: 0 20%;
  }
  .service-flow__inner .t-fuki {
    margin: 20px 0 40px 0;
  }
  .service-flow__inner .t-fuki span {
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .service-flow {
    padding: 120px 0 140px;
    margin: 0 0 160px;
    /*
    background-image: url(../img/bg_line.png);
    background-repeat: repeat-y;
    background-position: -100px 0;
    */
  }
  .service-flow__inner {
    margin: 0 auto;
    width: 900px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px;
  }
  .service-flow__inner .t-fuki {
    margin: 20px 0 0 0;
  }
}
.s-flow {
  text-align: left;
}
.s-flow .s-flow_set {
  position: relative;
  padding: 0 0 30px;
}
.s-flow .s-flow_set::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  top: 2px;
  left: 11px;
}
.s-flow .s-flow_set:last-child::before {
  display: none;
}
.s-flow dt {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0 0 0 35px;
}
.s-flow dt::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #F7EB73;
  border: 2px solid #1C374C;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.s-flow dd {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 0 35px;
}

@media (min-width: 992px) {
  .s-flow {
    flex: 1;
    text-align: left;
  }
  .s-flow .s-flow_set {
    position: relative;
    padding: 0 0 40px;
  }
  .s-flow .s-flow_set::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ccc;
    top: 3px;
    left: 14px;
  }
  .s-flow .s-flow_set:last-child::before {
    display: none;
  }
  .s-flow dt {
    position: relative;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0 0 0 50px;
  }
  .s-flow dt::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #F7EB73;
    border: 2px solid #1C374C;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .s-flow dd {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 0 0 0 60px;
  }
}
/* ============================================================
  WORKS
============================================================== */
.works-area {
  margin: 0 20px;
  padding-bottom: 100px;
}

.w-box {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 2px dashed #BAC1C2;
}

@media (min-width: 992px) {
  .works-area {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  .w-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 60px;
    padding: 0 0 100px;
    margin: 0 0 100px;
  }
}
.w-img {
  width: auto;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #D6DDDE;
}
.w-img_box {
  height: 550px;
  overflow: hidden;
}
.w-img .thumb_sp {
  display: none;
}

.is-private {
  text-align: center;
  border: none;
}
.is-private img {
  width: 65%;
  height: auto;
}

@media (min-width: 768px) {
  .w-img {
    margin: 0 10% 40px;
  }
  .w-img_box {
    height: 550px;
    overflow: hidden;
  }
  .is-private img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-img {
    width: 52%;
    margin: 0;
    transition: all 0.3s ease 0s;
    border: none;
  }
  .w-img_box {
    width: 97%;
    height: 480px;
    overflow-y: scroll;
    /*
    scrollbar-width: thin;
    scrollbar-color: colors(m01) colors(gy2);
    */
  }
  .w-img_box::-webkit-scrollbar {
    width: 6px;
  }
  .w-img_box::-webkit-scrollbar-thumb {
    background-color: #F7EB73;
    border-radius: 3px;
  }
  .w-img_box::-webkit-scrollbar-track {
    background-color: #F3F3F3;
  }
  .w-img .thumb_sp {
    display: block;
    position: absolute;
    top: 240px;
    right: 0;
    width: 150px;
    height: 298px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .w-img:hover .thumb_sp {
    opacity: 0;
    visibility: hidden;
  }
  .is-private {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .is-private img {
    width: 65%;
    height: auto;
  }
}
.w-info {
  flex: 1;
}
.w-info h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #8A8A8A;
}
.w-info h2 span {
  font-size: 80%;
  margin: 0 0 0 6px;
}
.w-info h3 {
  background-color: #D6DDDE;
  padding: 5px 5px 7px 7px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 30px;
}
.w-info .works-icon {
  margin: 0 0 20px;
}
.w-info .w-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.w-more {
  margin: 20px 0;
}
.w-more ul {
  margin: 15px 10px 20px 10px;
}
.w-more ul li {
  position: relative;
  font-size: 1.46rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0 0 3px;
}
.w-more ul li::before {
  content: "\f14a";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5rem;
  position: absolute;
  top: 1px;
  left: 0;
}

@media (min-width: 768px) {
  .w-info h2 {
    font-size: 2rem;
  }
  .w-info h3 {
    font-size: 1.4rem;
    border-radius: 6px;
    margin-top: 40px;
  }
  .w-info .works-icon {
    margin: 0 0 40px;
  }
  .w-info .w-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
  }
  .w-more {
    margin: 20px 0;
  }
  .w-more ul {
    margin: 20px 10px 20px 10px;
  }
  .w-more ul li {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
/* ============================================================
  お問い合わせ
============================================================== */
.p-contact .catch-box {
  margin-bottom: 30px;
}

.c-contact {
  margin: 0 20px;
  padding: 0 0 120px;
}

@media (min-width: 768px) {
  .p-contact .catch-box {
    margin-bottom: 30px;
  }
  .c-contact {
    width: 680px;
    margin: 0 auto;
    padding: 0 0 240px;
  }
}
.contact-data {
  background-color: #F7EB73;
  padding: 30px 25px 10px;
  margin: 0 0 15px;
  border-radius: 24px;
}
.contact-data dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-data dt span {
  display: inline-block;
  margin: 0 0 0 10px;
  background-color: #ffffff;
  border: 1px solid #1C374C;
  border-radius: 4px;
  padding: 4px 6px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.contact-data dt span.hissu {
  background-color: #D97410;
  border-color: #D97410;
  color: #ffffff;
}
.contact-data dd {
  margin: 0 0 30px;
}
.contact-data dd p {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #1C374C;
}

.t-note {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  margin: 0 0 1.5em;
}

@media (min-width: 768px) {
  .contact-data {
    padding: 60px 50px 20px;
    margin: 0 0 25px;
  }
  .contact-data dt {
    font-size: 1.6rem;
  }
}
/* 完了 */
.thanks-box {
  margin-bottom: 80px;
}
.thanks-box h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
.thanks-box p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 0 1.5em;
}
.thanks-box .btn-kakunin {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .thanks-box h2 {
    font-size: 2.2rem;
    margin: 0 0 30px;
  }
  .thanks-box p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1.5em;
  }
}
.agree-area {
  text-align: center;
  margin: 0 0 30px;
}

.agree-box {
  display: inline-block;
  background-color: #EDEDED;
  padding: 20px 40px;
  border-radius: 6px;
}
.agree-box label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}

.btn-kakunin {
  text-align: center;
  padding: 0;
}
.btn-kakunin p {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-kakunin a {
  display: inline-block;
  background-color: #F7EB73;
  padding: 0 60px;
  font-size: 1.8rem;
  line-height: 54px;
  font-weight: 700;
  height: 56px;
  border-radius: 30px;
  color: #1C374C;
  border: 2px solid #1C374C;
}

input.b_submit,
input.b_back {
  background-color: #1C374C;
  padding: 0 40px;
  height: 56px;
  font-size: 1.8rem;
  line-height: 53px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  outline: none;
  border: none;
  display: inline-block;
  margin: 0 !important;
  width: auto;
}
input.b_submit:disabled,
input.b_back:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
input.b_submit:hover,
input.b_back:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

input.b_back {
  background-color: #D6DDDE;
  padding: 0 40px;
  color: #1C374C;
}

.c-contact .btn-kakunin input.b_submit {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-confirm .agree-area,
.c-confirm .t-note,
.c-confirm .inq-select_arrow {
  display: none;
}

.c-confirm .btn-kakunin,
.c-confirm .btn-kakunin p {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.c-confirm .contact-data {
  margin: 0 0 30px;
}
.c-confirm .contact-data dd {
  padding-bottom: 30px;
  border-bottom: 2px dashed #ccc;
}

.wpcf7-spinner {
  display: none;
}

/* ============================================================
  INPUT
============================================================== */
input[type=radio],
input[type=checkbox],
.wpcf7-list-item input {
  display: inline-block;
  margin-right: 10px;
}

input[type=radio] + span,
input[type=checkbox] + span,
.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox],
  .wpcf7-list-item input {
    display: none;
    margin: 0;
  }
  input[type=radio] + span,
  input[type=checkbox] + span,
  .wpcf7-list-item-label {
    padding: 0 0 0 30px;
  }
  input[type=radio] + span::before,
  input[type=checkbox] + span::before,
  .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -12px;
    background: #fff;
  }
  input[type=radio] + span::before,
  .wpcf7-list-item-label::before {
    border: 1px solid #c3beba;
    border-radius: 30px;
  }
  input[type=checkbox] + span::before {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 2px 3px 6px -4px #c2c2c2 inset;
  }
  input[type=radio]:checked + span::after,
  input[type=checkbox]:checked + span::after,
  input[type=radio]:checked + span.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + span::after,
  input[type=radio]:checked + span.wpcf7-list-item-label::after {
    left: 5px;
    width: 11px;
    height: 11px;
    margin: -6px 0 0 1px;
    background: #F7EB73;
    border-radius: 10px;
  }
  input[type=checkbox]:checked + span::after {
    left: 3px;
    width: 19px;
    height: 11px;
    margin: -7px 0 0 0px;
    border-left: 5px solid #D97410;
    border-bottom: 5px solid #D97410;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
} /* end */
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  padding: 15px 10px;
  border-radius: 4px;
  margin: 0 5px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

textarea {
  height: 10em;
  font-family: inherit;
}

.inq-select {
  position: relative;
  width: 70%;
}

.inq-select_arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
  width: 30px;
}

.inq-select_arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 11px;
  height: 8px;
  background-color: #8A8A8A;
}

select.select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 13px 10px;
  width: 100%;
  color: #8A8A8A;
  appearance: none;
}

select.select option {
  color: #1C374C;
}

:focus {
  outline: none;
}

@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    width: 100%;
  }
  textarea {
    height: 15em;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  font-size: 1.4rem !important;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-size: 1.4rem !important;
  color: #8A8A8A !important;
  font-weight: 400 !important;
}

/* ============================================================
  PRIVACY
============================================================== */
.privacy {
  margin: 0 20px;
  padding: 0 0 60px;
}
.privacy dl dt {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
.privacy dl dd {
  margin: 0 0 30px 1em;
}
.privacy dl dd p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}
.privacy ol {
  margin: 10px 0 0 1.5em;
}
.privacy ol li {
  list-style-type: decimal;
  margin: 0 0 6px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

.p-box {
  background-color: #F3F3F3;
  border: 1px solid #1C374C;
  border-radius: 8px;
  padding: 20px 20px 15px 20px;
  margin: 20px 10px 20px 0;
  display: block;
}
.p-box ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 6px;
}
.p-box ul li span {
  width: 6.5em;
  display: inline-block;
  font-size: 80%;
}
.p-box a {
  color: #387eb4;
  text-decoration: underline;
}
.p-box a:hover {
  color: #ddcb19;
}

@media (min-width: 768px) {
  .privacy {
    margin: 0 6%;
    padding: 0 0 80px;
  }
  .privacy dl dt {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .privacy dl dd {
    margin: 0 0 40px 1em;
    font-size: 1.6rem;
  }
  .privacy ol {
    margin: 10px 0 0 1.5em;
  }
  .privacy ol li {
    font-size: 1.6rem;
  }
  .p-box {
    padding: 20px 20px;
    margin: 20px 0;
    width: 60%;
  }
  .p-box ul li {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .privacy {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 160px;
  }
  .p-box {
    width: 50%;
  }
}
.p-404 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 20px 60px;
  padding-bottom: 80px;
  border-bottom: 3px dashed #ccc;
}
.p-404_txt {
  display: contents;
  text-align: center;
}
.p-404_txt h2 {
  order: 1;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-stretch: normal;
}
.p-404_txt p {
  order: 2;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
.p-404_img {
  order: 3;
  width: 70%;
  margin: 20px auto;
}
.p-404_img img {
  width: 100%;
  height: auto;
}
.p-404 .btn-more {
  order: 4;
  justify-self: center;
  display: inline-block;
  width: 60%;
  margin: 20px 0 0 0;
}

@media (min-width: 768px) {
  .p-404 {
    width: 1000px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    gap: 40px;
    padding-bottom: 120px;
  }
  .p-404_txt {
    display: block;
    flex: 1;
    text-align: left;
  }
  .p-404_txt h2, .p-404_txt p {
    order: unset;
  }
  .p-404_txt h2 {
    font-size: 4.2rem;
    margin: 0 0 20px;
  }
  .p-404_txt p {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .p-404_img {
    order: unset;
    flex: 1;
    width: 500px;
    margin: 0;
  }
  .p-404 .btn-more {
    order: unset;
    justify-self: start;
    width: 45%;
    margin: 30px 0;
  }
}

/*# sourceMappingURL=cmn.css.map */
