@charset "utf-8";
/* CSS Document */
html { font-size: 62.5%;}
body { font-family: "Noto Sans JP", sans-serif;
	margin: 0;font-size: 1.6rem;}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}p {
	line-height: 1.8;
}
/*--------------------- 画像半透明 ---------------------*/
a:hover{
    opacity:0.7;
    -moz-opacity:0.9;
    filter:alpha(opacity = 50);
    	color: inherit;
	text-decoration: none;

}

a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
a,a:visited {
	color: inherit;
	text-decoration: none;
}


/* ★#contents {padding-bottom: 12rem;}★ */
.main-photo {
	background-image: url("images/mainphoto_bk.jpg");
}
.main-photo img {
	/* position: absolute; */
	max-width: 1000px;
	height: auto;
	z-index: -1;
	bottom: 0;
	margin: 0 auto;
	display: block;
	padding-top: 5rem;
}

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}


/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration: 0.8s; /* ← アニメの速さ（長くしてゆっくり） */
  animation-delay: 0.4s;   /* ← 開始を0.3秒遅らせる */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration: 0.8s; /* ← アニメの速さ（長くしてゆっくり） */
  animation-delay: 0.4s;   /* ← 開始を0.3秒遅らせる */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}



.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

h1 {font-size: 0.8rem;margin-left: 2rem;}
nav ul {display: flex;}
nav ul li {list-style: none;margin: 0.5rem 1rem;}
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hd-logo {
	padding-bottom: 1rem;
}
.hd-matome {
	align-items: center;
	display: flex;
}
.btn.h-link i {
	margin-right: 1rem;
}
.btn.h-link {
	/* color: #275e8e !important; */
	background: #E56969;
	padding: 0rem 0.5rem;
	border-radius: 5rem;
	height: 49px;
	border: none;
}
#site-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
}

/* fixed にした瞬間に上にずらして透明にする */
#site-header.fixed {
  position: fixed;
  top: -60px;       /* ヘッダーの高さ分くらい上に */
  left: 0;
  opacity: 0;
  z-index: 999;
}

/* スクロールで元の位置に戻す（ヌルっと表示） */
#site-header.fixed.show {
  top: 0;
  opacity: 1;
}
#information {
	position: fixed;
	width: 100%;
	display: flex;
	bottom: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
      background: #fff;justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.pc{display: block;}
.sp{display: none;}

#read {margin: 5rem 0;}
#read p {
	line-height: 2.8;
	text-align: center;
}
#contents-contena {
    width: 100%;
}
.contents-inner {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    	padding: 2rem 0;
}
.h2_center {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 5rem;color: #2377c1;
}

.inner-re {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	flex-basis: 1;
}
.r-box {
	background: #fff;
	padding: 2rem 3rem;
	border-radius: 1rem;
	border: 1px solid #d9d9d9;
	width: calc(100% / 3 - 9rem);
	box-shadow: 6px 6px 10px 0px rgba(160, 197, 221, 0.4);
}
.r-box h3 {
	text-align: center;
	color: #2377c1;
	margin-top: 2rem;
	font-size: 2rem;
}
.r-box p {
	text-wrap: inherit;
}
#service {
	/* background-image: linear-gradient(90deg, #e4fbff, #7fe7ff 50%, #a3ffe9); */
	background-color: #e5f3ff !important;

}
.contents-100{	padding: 4rem 0 5rem 0;}
.h2_center span {
	font-size: 1.5rem;
	display: block;
	color: #a3b4c3;
}
.read {
	text-align: center;
	margin-bottom: 6rem;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 25px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;transition: 1s;
}
.btn span {
	z-index: 1;
	color: #FFF;
}
.btn span::after {
    margin-left: 10px;
    font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
      font-weight: 900;

}
.btn.b-link span::after {
    content:" \f08e";
}
.btn.b-link  {   border: 0;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    position: relative; overflow: hidden;/*はみ出た部分を隠す*/
}
.btn.b-link :before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    z-index: -1;
}
.btn.f-link {
	margin: inherit;
	background: #27acd9;
	font-weight: bold;
margin-right: 2rem;
	padding-right: 4rem;
	border: none;
}
.btn.f-link span::after {
 content:" \f054";
}
#copyright {
	text-align: center;
	color: #5b5a5a;
	font-size: 1.2rem;
}

/* ★contact★ */
#contact {background-image:url("images/contact_bk.jpg")}
#formWrap {
	padding: 5rem;
	box-shadow: 6px 6px 10px 0px rgba(160, 197, 221, 0.4);
	border-radius: 2rem;
    background-color: #FFF;
	width: 70%;
	margin: auto;text-align: center;
}
.formTable {
	text-align: left;width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.must {color: #F66F6F;}
.small {
	font-size: 1.3rem;
	color: #737373;
}.accordion {
	background-color: #f1f1f1;
	cursor: pointer;
	padding: 10px;
	border: none;
	text-align: left;
	outline: none;
	width: 100%;
	font-family: inherit;margin: 1rem 0;
}

.accordion.active {
  background-color: #ddd;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fafafa;
  padding-left: 10px;
}
.formTable input {
	width: 100%;
	margin-bottom: 1rem;
}th, td {
	display: block;
}.formTable input,.formTable textarea {
	width: 100%;
	margin-bottom: 1rem;
	height: 4rem;
	margin-top: 0.5rem;
}
.formTable input#agreeCheckbox {
	/* width: inherit !important; */
	height: auto !important;
	width: inherit !important;
}
#submitBtn,#reset {
	background: #27acd9;
	border: none;
	font-family: inherit;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	color: #FFF;
	font-weight: bold;
	font-size: 1.6rem;
}
#reset,#submitBtn:disabled  {
	background: #989999;
}#submitBtn:disabled {
 cursor: not-allowed;
}.contact-tel {
}
.circle-buttons {
	display: flex;
	gap: 7rem;
	justify-content: center;
	align-items: center;
	margin-bottom: 6rem;
}
.circle-buttons a {
  display: flex;
  flex-direction: column; /* 追加：縦方向に並べる */
  justify-content: center; /* 垂直方向中央寄せ */
  align-items: center; /* 横方向中央寄せ */
  width: 200px;
  height: 200px;
  background-color: #2377C1;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  padding: 10px; /* テキストの内側余白調整 */
}
.circle-buttons a i {
	font-size: 4rem;
	margin-bottom: 1rem;
}#contact-tel {
	padding-bottom: 2rem;
	border-bottom: 1px solid #D7D7D7;
}.p-tel {
	font-size: 4rem;
	font-weight: bold;
	color: #2377c1;
}
.p-tel span {
	font-size: initial;
	display: block;
	color: #6C6C6C;
}
.p-tel i {
	font-size: 3rem;
	margin-right: 0.5rem;
}
#formWrap h3 {
	font-size: 2rem;
	color: #2377c1;
}#contact-form {
	padding-top: 8rem;
}

/* ★★ */
.flow-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.flow-steps::before {
  content: '';
  position: absolute;
  left: 40px; /* 縦線の位置 */
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0078d7; /* 線の色 */
}

.step { position: relative; margin-bottom: 4rem;}

.step-content {
	background: #f9f9f9;
	padding: 7rem;
	border-radius: 0.8rem;
	/* width: 100%; */
	display: flex;
	gap: 4rem;
	align-items: flex-start;
    box-shadow: 6px 6px 10px 0px rgba(160, 197, 221, 0.4);
}

.step-content p {
  margin: 0;
  line-height: 1.6;
}
.step-content h3 {
    flex: 0 0 300px;        /* 幅固定：250px */
    margin: 0;
}

.step-content p {
    flex: 1;                 /* 残りのスペースを占有 */
    margin: 0;
    line-height: 1.6;
}
.flow-steps {
    counter-reset: step-counter; /* カウンターをリセット */
    list-style: none;
    padding: 0;
    margin: 0;
}

.flow-steps .step h3::before {
    counter-increment: step-counter; /* カウンターを増やす */
    content: "Step." counter(step-counter) " "; /* 表示内容 */
    font-weight: bold;
    color: #ea435a;
    margin-right: 0.5rem;display: block;
  margin-bottom: 0.5rem;
}
#back-to-top {
  position: fixed;
  bottom: 12rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: #0078d7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 1000;
}

#back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#back-to-top:hover {
  background: #005bb5;
}
.bold {
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
}
footer {
	background: #e9e9ea;
	padding-bottom: 11rem;
}
footer .r-box {
	background: none;
	box-shadow: none;
	border: 0;
	/* padding: 0; */
}




#flow {
	background-image: url(images/flow_bk.jpg);
	background-size: cover;
	background-attachment: fixed;
}
/* PC表示（横メニュー） */
#global-nav {
  display: flex;
  gap: 2rem;
}

/* ハンバーガーは非表示 */#hamburger {
  display: none; /* PCでは非表示 */
  font-family: "Font Awesome 6 Free"; /* Font Awesome */
  font-weight: 900; /* Solid アイコン用 */
  background: transparent;
  border: none;
  cursor: pointer;font-size: 3.5rem;
}

#hamburger::before {
  content: "\f0c9"; /* ハンバーガーのUnicode */
}

#hamburger.active::before {
  content: "\f00d"; /* バツのUnicode */
}




#read h2 {
	text-align: center;
	color: #db754d;
}.nayami {
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
    	justify-content: center;
	align-items: center;margin-bottom: 7rem;
}.nayami img {
	width: 80%;
	height: auto;
	max-width: 300px;
	padding-left: 5rem;
}.nayami div {
	justify-content: center;
	align-items: center;
}
.nayami li {
	margin-bottom: 0.5rem;
}
.reason-matome {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 7rem;
}
.reason-matome::before {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 5rem;
	line-height: initial;
	color: #27acd9;
}
#reason .r-box {
width: calc(100% / 2 - 9rem);
}
#reason {background-size: cover;
	background-image: url(images/page-bk.jpg);
}
span.marker {
	background: linear-gradient(transparent 50%, #fffd7a 50%);
}

.breadcrumb {
	padding-left: 1.5rem;font-size: 1.2rem;
}
.breadcrumb li {
	list-style: none;
	display: inline-block;
	margin-right: 1rem;
}

.breadcrumb li::after {
	content: "\f105";
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;color: #AEAEAE;
}

.breadcrumb li:last-child::after {
	content: "";
}
.faq .accordion p {
	margin: 0;padding-right: 4rem;
}
.faq .accordion p::before {
	content: "Q.";
font-weight: bold;
}
.faq dt.accordion {
  background-color: #f2f2f2;
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  transition: background-color 0.3s;
     -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;

}
.faq .accordion {
  cursor: pointer;
  position: relative;
  padding-right: 25px; /* アイコン分の余白 */
}
.faq .panel p::before {
	content: "A.";

	font-weight: bold;
}
.faq .accordion::after {
  font-family: "Font Awesome 5 Free"; /* 使用しているFont Awesomeに合わせる */
  font-weight: 900;
  content: "\f078"; /* デフォルトは下向き */
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.accordion.active::after {
  content: "\f077"; /* 開いたときは上向き */
}

.faq dt.accordion.active {
  background-color: #ddd;
}

.faq dd.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #fafafa;
padding: 0 3rem;
  margin-left: 0;
  width: 100%; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;

}

.faq dd.panel p {
  margin: 10px 0;
}

#area ul {
	font-size: 1rem;
	margin: 0;
	display: flex;
	color: #c3c3c3;
}

.contact-btn {
	display: flex;
	justify-content: center;
}
.contact-btn a.btn.f-link {
	background: #db754d !important;
}



/* パソコン用 *******************************************/
@media screen and (min-width: 767px) {
footer .r-box li {
	list-style: none;
	margin-bottom: 0.4rem;
}
footer .r-box li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.8rem;
	color: #a4a4a4;
}
  
}

/* スマホ・タブレット用 */
@media screen and (max-width: 1280px) {
  #hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;margin-right: 3rem;
          z-index: 1002;
  }

  #global-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;       /* 画面全体を覆う */
    width: 250px;        /* ナビの幅 */
    background: #fff;
    box-shadow: -4px 0 10px rgba(0,0,0,0.2);
    transform: translateX(100%); /* 右端に隠す */
    transition: transform 0.3s ease;
    z-index: 1001;
    padding: 6rem 1.5rem 2rem 1.5rem;
  }

  #global-nav.show {
    display: flex !important; /* ここを追加すると確実に開く */

        transform: translateX(0); /* 左にスライドして表示 */
  }
    .btn.h-link {display: none;}
    nav ul {
	display: flex;
	display: block;
	padding-left: 0;
}nav ul li a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 1.5rem;
	margin-bottom: 0.5rem;
	padding-top: 1.5rem;
}#global-nav ul li a::before {
	content: "\f138";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #2a8ee5;
	margin-right: 1rem;
}
}



/* ★レスポンシブ★ */
/* タブレット用（1280px未満） */
@media (max-width: 1279px) {
body {font-size: 1.4rem;}
.contents-inner {width: 85%;}
.r-box {width: calc(100% / 2 - 9rem);}
.circle-buttons {flex-wrap: wrap;}
 .step-content h3 {flex: 0 0 250px;}   
.circle-buttons {gap: 3rem;}
.circle-buttons a {width: 140px;height: 140px;}
    .main-photo img {max-width: 100%;padding-top: 3rem;}
    footer .r-box:last-child {
	width: 100%;
	padding: 0;
}
}

/* スマホ用（768px未満） */
@media (max-width: 767px) {
.step-content {display: block;padding: 4rem;}
    .step-content h3 {margin-bottom: 2rem;}
    .circle-buttons {margin-bottom: 0;}
    .formTable {width: 100%;}
    .r-box,#reason .r-box {width: calc(100% / 1);}
  .sp  {display: block;}
.pc{display: none;}
    #formWrap {width: 80%;padding: 3rem;}
    .p-tel {font-size: 3.8rem;}
    #site-header h1 {
	display: none;
}
    h1 {
	font-size: initial;
	margin-left: 0;
	color: #2377c1;
}
    .main-photo img {padding-top: 0rem;}
    #hamburger {gap: 0;margin-right: 0.5rem;}
    footer .r-box {padding: 0;}
 footer .inner-re {gap: 0rem;}
footer .r-box li {
	list-style: none;
margin-bottom: 2rem;padding-left: 1.5rem;
	border-bottom: 1px solid #cacaca;position: relative;
}footer .r-box ul {
padding-left: 0;
}footer .r-box li a {
	width: 100%;padding-bottom: 1rem;
	display: block;position: relative;
}
    footer .r-box li a::after {
	content: "\f054";
	position: absolute;
right: 2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 0.2rem;
}
    #information {padding-bottom: 0;
	padding-top: 0;z-index: 1;
}
.btn.f-link {
	width: 50%;  margin-right: 0;
	border-radius: 0;padding: 2.5rem 2rem;
}
   #information .btn.f-link:last-child {
	background: #1872c1;
}.btn.f-link:first-child {
	width: 100%;
}
    #back-to-top {bottom: 9rem;
	width: 5rem;
	height: 5rem;
}
    footer {
	padding-bottom: 9rem;
}
    .nayami {
	display: block;
	width: 100%;
	margin-bottom: 0;
}
    #read h2 {
color: #db754d;
	font-size: inherit;
	border: 1px solid;
	padding: 1.5rem;
	margin-top: 3.5rem;
}
    #read p {
	line-height: 2;
	text-align: left;
}#read p br{
margin-bottom: 1.5rem;
}.reason-matome {font-size: 2rem;}
    .nayami img {
	width: 65%;
	height: auto;
	max-width: 300px;
	padding-left: inherit;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3rem;
}
    .circle-buttons a {
	width: 120px;
	height: 120px;
}
   .circle-buttons a i + br {
  display: none;
}
.contact-btn {
	flex-wrap: wrap;
	gap: 2rem;
}
.contact-btn .btn.f-link {
	width: 100%;
}
}