/*
Theme Name: Spacious Child
Template: spacious
*/

/* =Reset
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@700;900&display=swap');

:root {
    --color: #252525;
    --bg: #F8F8F8;
    --keyColor: #0046c9;
    --colorBorderGray: #cbcbcb;
    --row-space : 2.6vw;
    --col-space : 4.2vh;
    --Gray: #AFAFAF;
    --White: #fff;
    --blue: #0071bb;
    --blue-d: #171c61;
    --bgGray: #fafaf9;
    --Yellow: #fffc00;
    --gold: #c7ab74;

}

/*  common
--------------------------------------*/

html{
    overflow-x:hidden;
}

body{
    font-size: 1rem;
    font-weight:400;
    margin: 0;
    padding: 0;
    line-height:1.8;
    background: var(--White);
    color: var(--color);
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color:#1a1a1a;
    overflow-x:hidden;
}

body, button, input, select, textarea{
    color: var(--color);
}

p{
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:17px;
    line-height:1.9;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom:0;
}

p:not(:last-child){
 margin-bottom:1em;
}

p.big{
 font-size:clamp(1.4rem,1.8rem,2rem);
 font-weight:bold;
 color:var(--blue-d) !important;
 text-align: center;
}

#main{
 padding:0;
}

.placeholder{
    color: #aaa !important;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-bottom: .35em;
    line-height: 1.4;
    font-size: 13px !important;
}

a:focus, *:focus { outline:none; }

a {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color:var(--color);
}
a.links{
	text-decoration:underline;
	color:#185aab;
}

a:hover{
    color:var(--keyColor);
}

.entry-content ul{
 padding:0;
}

.Left{
 text-align:left;
}

.Center, p.Center{
 text-align:center;
}

.Right{
 text-align:right;
}

img{
 margin-bottom:0;
}

span.marker{
background:linear-gradient(transparent 60%, #faffe0 60%);
}

b.blue{
  color:var(--blue-d) !important;
}

/*  Section
--------------------------------------*/

section{
 padding:5vh 5vw 5vh;
}

section:first-child{
 padding-top:5vh;
}

section .inner-wrap{
 max-width:1000px;
 margin:auto;
}

section.sky .inner-wrap{
  max-width: 1240px;
}

section .inner-wrap-small{
 max-width:1000px;
 margin:auto;
}

.inner-wrap-small + .inner-wrap-small{
  margin-top: var(--col-space);
}

.inner-wrap-small ul.disc.normal{
  font-weight: normal;
  font-size: 1.0rem;
  list-style: disc;
  list-style-position: inside;
  margin-left:0;
}

h2.caution{
  display: flex;
  column-gap: .5em;
  margin-bottom: .5em;
  font-size: clamp(18px,22px,24px);
  padding: 1em;
  background: #fff;
  color:#5e5e5e;
  align-items: center;
}

ul.gray{
  margin: 0;
}

ul.gray li:nth-of-type(odd){
  background: #f4f4f4;
  padding: .5em;
}
ul.gray li:nth-of-type(even){
  background: #e2e3e8;
  padding: .5em;
}
ul.gray li{margin-bottom: .5em;}

ul.gray li:last-of-type{
  margin-bottom: 0;
}

.batsu{
  color:#ff004f;
  font-size: 32px;
  line-height: 1.0;
}
.sankaku{
  color:#f4a800;
  font-size: 32px;
  line-height: 1.0;
}
.bg__wh__flex{
  background: #fff;
  padding: 1em;
  display: flex;
  column-gap: .5em;
  font-weight: bold;
  font-size: clamp(17px,26px,28px);
  align-items: center;
  position: relative;
  z-index: 2;
  border-right: 8px solid #f4f4f4;
  border-bottom: 8px solid #f4f4f4;
}

.bg__wh__flex p{
  font-size: clamp(17px,22px,24px);
}

.bg__wh__flex picture{
  width: 40%;
}


.bg__wh__flex + .bg__wh__flex{
  margin-top: 2em;
}

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

SP  

************************************/
@media screen and (max-width: 767px) {

  .bg__wh__flex{
    padding: .55em;
  }

	section{
	 padding:2.5vh .9em 2.5vh;
	}

	.pc-img{
	 display:none;
	}

	p.big{
	 font-size:1.35rem !important;
   margin-top: 1em;
	}
  .flow__wrap p{
    font-size: 0.8rem !important;
  }
}

/*  Flex
--------------------------------------*/

.Flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.Flex_contents_start{
    justify-content:flex-start;
}

.Flex_contents_center{
    justify-content:center;
}

.Flex_align_center{
    align-items:center;
}

.Flex .Hurf-item{
 width:calc(98% / 2)
}

.Flex .Hurf-item.point{
  padding: 0 var(--row-space);
  margin-bottom: 5vh;
}

.Flex .Three-item{
 width:calc(96% / 3)
}

.Flex .Three-item figure.teigen{
 max-width:100% !important;
}

.text-box{
  justify-content: center;
  column-gap: 2%;
  max-width: 1240px;
  margin: auto;
}

p.underline{
  text-decoration: underline;
}

.border-box{
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 3em .5em;
  max-width: 1000px;
  margin: auto;
}

.Flex .Fourth .open_button:hover::before{
 display:none !important;
}

.Flex .Fourth p.mod-title{
 font-size:1.0rem;
 margin-bottom:5px;
 line-height:1.5;
 font-weight:700;
}

.Flex .Hurf-item.point:nth-of-type(5), .Flex .Hurf-item.point:nth-of-type(6){
  margin-bottom: 0;
}

.Flex .Fourth p.name{
 font-size:0.95rem;
 font-weight:600 !important;
 margin-bottom:5px;
}

.Flex .Fourth p.name span{
 display:inline-block;
 font-size:0.8rem;
 margin-left:1em;
 font-weight:300 !important;
}

.Flex .Fourth{
 width:calc(94% / 4);
 margin-top:.7em;
 margin-right:2%;
}

.Flex .Fourth.review{
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding:.75em;
  background:#fff;
 height:auto;
 }

.Flex .Fourth:nth-of-type(4n){
 margin-right:0;
}

.points{
  border:10px solid #d3d3d3;
  padding:clamp(1em,2.6vw,2.66vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.points .title{
  text-align: center;
  font-size: clamp(20px,30px,34px);
  margin: auto;
  font-weight: bold;
}

.points .merit{
  color:#009eed !important;
  line-height: 1.45;
  margin-bottom: .5em !important;
}

.points02 .title{
  color:#009eed !important;
}

.points .merit span.small{
  font-size: 1.0rem;
  color:#222 !important;
}

.points ul.disc{
  font-weight: normal;
  list-style: disc;
  font-size: 1.0rem;
  list-style-position: inside;
  margin: 0 0 1em;
  padding: 0;
}

img.wd370{
  max-width: 370px;
}

img.wd215{
  width: 215px;
}

img.wd227{
  width: 227px;
}

img.wd306{
  max-width:306px;
}

img.wd233{
  width: 233px;
}

img.wd190{
  width: 190px;
}

.modal_wrap a img {
    border: 1px solid #ddd;
}

.date-v{
	font-size:0.9rem;
}

.pagenation{
	margin-top:2em;
	text-align:center;
}

.pagenation .page-numbers{
	display:inline-block;
	background:#fff;
	padding:6px;
	border:1px solid #185aab;
	min-width:39px;
	color:#185aab;
}

.pagenation .current{
	background:#185aab;
	color:#fff;
}

.pagenation a:hover{
	color:#185aab;
	text-decoration:underline;
}

.flow__wrap{
  border: 8px solid #d3d3d3;
  padding: 1em;
  width: calc(94% / 4);
  text-align: center;
}

.flow__wrap .title, .voice__wrap .title{
  font-size: clamp(18px,20px,22px);
  text-align: center;
  font-weight: bold;
}

.voice__wrap .title{
  font-size: clamp(24px,30px,34px);
  margin-bottom: 1em;
}

.flow__wrap p{
  text-align: center;
  font-size: 0.9rem;
}

.voice__wrap{
  border: 8px solid #d3d3d3;
  padding: 1em;
}

.ilust{
  text-align: center;
  margin: -5vh auto 1em;
}

.voice__wrap p.big{
  margin-top: 0;
  color:#009eed !important;
  line-height: 1.455;
}

.voice__wrap p{
  margin-bottom: 0;
}

.triangle{
  width:0;
height:0;
border-style:solid;
border-width: 55px 45px 0 45px;
border-color: #BCC1C6 transparent transparent transparent;
margin:1em auto 1em;
}

@media screen and (min-width: 768px) {
	.br-sp{
	 display:none;
	}

	.toggle-btn{
	 display:none !important;
	}

	.sp-img{
	 display:none;
	}

  br.pc{
    display: none;
  }

}

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

SP  

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

@media screen and (max-width: 767px) {

  img.bottom{
    max-width: 70%;
  }

  .points .title{
    font-size: 1.35rem;
  }

  .voice__wrap .title{
    font-size: 1.35rem;
  }

  .flow__wrap{
    padding: 1em;
    width: calc(98% / 2);
    margin-bottom: .5em;
  }
  .flow__wrap p img{
    max-height: 110px;
    object-fit: contain;
  }

  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 25px 0 25px;
    border-color: #BCC1C6 transparent transparent transparent;
    margin: 1em auto 1em;
}

  br.sp{
    display: none;
  }

  img.wd370{
    max-width: 210px;
  }
  
  img.wd215{
    width: 100px;
  }
  
  img.wd227{
    width: 120px;
  }
  
  img.wd306{
    max-width:306px;
  }
  
  img.wd233{
    width: 120px;
  }
  
  img.wd190{
    width: 110px;
  }

	.Flex .Fourth{
	 width:calc(100% / 1);
	 margin:0 auto 0;
	}

	section .inner-wrap{
	 width:100%;
	}

	.Flex .Hurf-item{
	 width:calc(100% / 1);
	}

  .Flex .Three-item{
    width:calc(98% / 2);
  }

	.Flex .Hurf-item:not(:last-child), .Flex .Three-item:not(:last-child){
	 margin-bottom:1em;
	}

	.br-pc{
	 display:none;
	}
	
		.Flex .Fourth.review:not(:last-child){
		margin-bottom:1em;
	}

}

/*  空白
--------------------------------------*/

.mb-10{
 margin-bottom:1em !important;
}

.mb-30{
 margin-bottom:3em !important;
}


/*  Header
--------------------------------------*/

.kv--wrap{
 width:100%;
 height:100vh;
 }

 .header__nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }

.header__tel{
  font-size: clamp(16px, 2.0rem, 2.1rem);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  line-height: 1.25;
}

.header__tel span.small{
  display: block;
  font-size: 14px;
  text-align: center;
}
.toggle-btn {
  position: fixed;
  top: -15px;
  right: 10px;
  display: block;
  width: 80px;
  height: 80px;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.toggle-btn__inner {
  position: relative;
  top: 50%;
  left: 50%;
}
.toggle-btn__inner:after {
  position: absolute;
  content: "MENU";
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  font-size: 0.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  color: var(--keyColor);
}
.bar {
  width: 40px;
  height: 2px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--keyColor);
  -webkit-transition: .3s cubic-bezier(0, .45, .47, 1);
  -o-transition: .3s cubic-bezier(0, .45, .47, 1);
  transition: .3s cubic-bezier(0, .45, .47, 1);
}
.toggle-btn:hover .bar_top, .toggle-btn:hover .bar_bottom {
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.bar_top {
  top: -11px;
}
.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: -11px;
}
.toggle-btn.close .bar_top {
  -webkit-transform: translate(-50%, 10.5px) rotate(45deg);
  -ms-transform: translate(-50%, 10.5px) rotate(45deg);
  transform: translate(-50%, 10.5px) rotate(45deg);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  -o-transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1), -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
}
.toggle-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(0, .45, .47, 1);
  -o-transition: opacity .3s cubic-bezier(0, .45, .47, 1);
  transition: opacity .3s cubic-bezier(0, .45, .47, 1);
}
.toggle-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -10.5px) rotate(-45deg);
  -ms-transform: translate(-50%, -10.5px) rotate(-45deg);
  transform: translate(-50%, -10.5px) rotate(-45deg);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  transition: -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
  -o-transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1);
  transition: transform .3s cubic-bezier(0, .45, .47, 1), -webkit-transform .3s cubic-bezier(0, .45, .47, 1);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--bg);
}
.menu__body {
  position: relative;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__logo {
  display: block;
  width: 260px;
}
.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 600px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-right: 10px;
}
.menu__nav-main__item {
  margin-bottom: 30px;
  padding-right: 40px;
}
.menu__nav-main__item:last-child {
  margin-bottom: 0px;
}
.menu__nav-main__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.menu__nav-main__item a:hover span {
  -webkit-animation: horizontalFade 0.4s cubic-bezier(.8, 0, .2, 1) forwards;
  animation: horizontalFade 0.4s cubic-bezier(.8, 0, .2, 1) forwards;
}
.menu__nav-main__item a span {
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}

.menu__nav-main__item a:hover {
  opacity: 1;
}

.menu__nav-main .en {
  font-size: 1.2rem;
  line-height: 1.44;
  color: var(--keyColor);
  display:none;
}
.menu__nav-main .ja {
  font-size: 1.7rem;
  line-height: 1.44;
  margin-top: 3px;
  font-weight: 600;
}
.menu__nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right:0;
}
.menu__nav-sub__item {
  font-size: 1.4rem;
  margin-bottom: 32px;
  margin-top: 29px;
  font-weight: 600;
}
.menu__nav-sub__item a {
  position: relative;
}
.menu__nav-sub__item a:hover {
  opacity: 1;
}
.menu__nav-sub__item a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  background: var(--color);
  -webkit-transition: all 0.2s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.2s cubic-bezier(0, .45, .47, 1);
  transition: all 0.2s cubic-bezier(0, .45, .47, 1);
}
.menu__nav-sub__item a:hover:after {
  width: 100%;
}
.menu__nav-sub__item:last-child {
  margin-bottom: 0px;
}
.menu__nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu__nav-sns__item {
  font-size: 1.5rem;
  margin-bottom: 32px;
  margin-top: 29px;
  color: var(--keyColor);
  padding-right: 50px;
}
.menu__nav-sns__item:last-child {
  margin-bottom: 0px;
}
.menu__nav-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.menu__nav-sns__item a span {
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.menu__nav-sns__item a:before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--keyColor);
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  position: absolute;
  top: 50%;
}
.menu__nav-sns__item a:hover {
  opacity: 1;
}
.menu__nav-sns__item a:hover:before {
  width: 50px;
}
.menu__nav-sns__item a:hover span {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}
@media screen and (max-width: 1024px) {
  .menu__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 140px;
  }
  .menu__logo {
    margin-bottom: 80px;
    width: 200px;
  }
}


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

SP  

************************************/
@media screen and (max-width: 767px) {

.toggle-btn {
  top: 0px;
	}

  .bar{
	width: 30px;
	}

  .menu__body{
	 overflow-y:scroll;
	}

  .toggle-btn{
	 right:0;
	 background:#fff;
	width: 50px;
    	height: 50px;
	}

  .toggle-btn__inner:after{
	 display:none;
	}


  #kv--wrap{
    padding-right:0;
   }

   .header__tel{
    font-size: 16px;
   }

   .header__tel span.small{
    font-size: 9px;
   }

   .inner-wrap nav.header__nav ul.navigation li.contact > a, .menu__nav-main__item.contact > a{
    padding: .5em .5em !important;
    font-size: 13px;
   }

  .menu__body {
    margin-top: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu__logo {
    margin: 0 auto 2em auto;
    width: 240px;
  }
  .menu__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
  }
  .menu__nav-main {
    margin-right: 0;
  }
  .menu__nav-main__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu__nav-main .en {
    font-size: 1.15rem;
  }
  .menu__nav-main .ja {
    font-size: 1.3rem;
    margin-top: 2px;
  }
  .menu__nav-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 45px;
    margin-right: 0;
  }
  .menu__nav-sub__item {
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 20px;
    font-size:1.1rem;
    width:100%;
  }
  .menu__nav-sub__item:last-child {
    margin-bottom: 20px;
  }
  .menu__nav-sns {
    margin-top: 25px;
  }
  .menu__nav-sns__item {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-right: 20px;
  }

  .menu__nav-sub{
	 flex-wrap: wrap;
	}

}

/* メニュー フェードイン*/
.menu.fade-in {
  opacity: 1;
}
.menu .fadeInDelay {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.menu .fadeInDelay.fade-in {
  opacity: 1;
}
.menu .fadeInDelay02 li {
  overflow: hidden;
}
.menu .fadeInDelay02 li a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  -o-transition: all 0.3s cubic-bezier(0, .45, .47, 1);
  transition: all 0.3s cubic-bezier(0, .45, .47, 1);
}
.menu .fadeInDelay02 li.fade-in a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu .fadeInDelay03 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top:1em;
}
.menu .fadeInDelay03.fade-in {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

 nav.header__nav{
	 display:none;
	}

}

/*  Header
--------------------------------------*/

.inner-wrap{
 max-width:100%;
}

header .fixed{
  position: relative;
 width:100%;
 background:rgba(255,255,255,0.95);
 backdrop-filter: blur(5px);
 z-index:10;
 padding: 1em;
}

header .inner-wrap{
 width:95.5%;
 margin:auto;
 padding:.5em 0;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content:space-between;
 align-items:center;
}

.jpx{
	font-size: 9px;
	display: flex;
	align-items: center;
	line-height: 1.45;
	margin-left: 5px;
}

.jpx img{
	max-width: 45px !important;
	display: block;
	margin-right: 5px;
}

.inner-wrap .img-logo{
  width:30vw;
  display:flex;
	align-items:center;
  column-gap:10px;
 }

.inner-wrap .img-logo a img{
	  min-width:400px;
}

.inner-wrap nav.header__nav ul.navigation{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
}

.inner-wrap nav.header__nav ul.navigation li{
 margin-left:1em;
 }
 .inner-wrap nav.header__nav ul.navigation li.contact > a, .menu__nav-main__item.contact > a{
	border-radius: .46em;
	text-align: center;
	background: #ffb024;
	color:#fff;
	padding: 1em 2em;
  font-size: 19px;
}

.inner-wrap nav.header__nav ul.navigation li.contact > a:hover{
	background:#ffa200;
	color:#fff;
}

.inner-wrap nav.header__nav ul.navigation li.contact > a:hover::after, .inner-wrap nav.header__nav ul.navigation li.achivement > a:hover::after{
  display: none !important;
}

.inner-wrap nav.header__nav ul.navigation li.achivement > a, .menu__nav-main__item.achivement > a{
	border-radius: 2.46em;
	border: 2px solid #36a0da;
	text-align: center;
	background:#fff;
	color:#36a0da;
	padding: 6px 2.2em;
}

.inner-wrap nav.header__nav ul.navigation li.achivement > a:hover{
	background:#36a0da;
	color:#fff;
}

#post-837{
  margin-top: 4vh;
}

#kv--wrap .container{
  height:auto;
  width:100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background:url(images/fv_bg.png)no-repeat center;
  background-size:cover;
  position:relative;
  padding: 2em var(--row-space);
  display: flex;
  flex-wrap: wrap;
 }

 #kv--wrap .container h1.caption{
  width:50%;
  max-width:620px;
  min-width:280px;
  margin:auto;
 }

 #kv--wrap .container .Image{
  width: 50%;
 }

#achivement, #purchases, #flow, #staff, #company, #voice, #form{
  margin-top:-110px;
  padding-top:110px;
}
.inner-wrap nav.header__nav ul.navigation a{
 position: relative;
}

.inner-wrap nav.header__nav ul.navigation a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color:var(--keyColor);
  transition: .3s;
}

.inner-wrap nav.header__nav ul.navigation a:hover::after {
  width: 100%;
}

#company .jpx{
	justify-content:center;
	margin-left:0;
}

	#company .jpx br{
		display:inline;
		text-align:left;
	}
  th, td{
    padding: 1em;
  }
  td p{
    margin-bottom: 0 !important;
  }

  .wpcf7-list-item.first{
    margin-left: 0;
  }
  ::placeholder{
    color:#ccc;
  }
  input[type="radio"]{
    width:19px;
    height: 19px;
    vertical-align: middle;
    margin-top: -5px;
  }

@media screen  and (min-width: 1024px) and (max-width:1470px) {
	.inner-wrap nav.header__nav ul.navigation{
		font-size:14px;
	}
.inner-wrap .img-logo a img {
    min-width: 200px;
}
	.jpx br{
		display:none;
	}
	#company .jpx br{
		display:inline;
	}

}

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

SP  

************************************/
@media screen and (max-width: 767px) {

  #achivement, #purchases, #flow, #staff, #company, #voice, #form {
    margin-top: -75px;
    padding-top: 75px;
}

  .inner-wrap .img-logo a img{
    min-width: 180px;
  }

#kv--wrap .container {
  height: auto;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  background: url(images/kv.webp) no-repeat center top;
  background-size: 380px;
  position: relative;
  padding: 2em var(--row-space);
}
#kv--wrap .container h1.caption {
  width: 100%;
  max-width: 620px;
  min-width: auto;
  margin: auto;
}
#kv--wrap .container .Image{
  width: 100%;
}
.bg__wh__flex picture {
  width: 60%;
}
ul.disc li{
  font-size: 1.0rem;
  margin-bottom: 1em;
}
ul.disc li:last-of-type{
  margin-bottom: 0;
}
.blue-grad, section.sky .blue-grad, section.sky .blue-grad.ptb, .blue-grad.text-box{
  flex-direction: column;
}

	.inner-wrap .img-logo{
		width:180px;
	}
	
	.jpx img{
		max-width:25px !important;
	}
	
	#company .jpx img{
		max-width:45px !important;
	}

	.bg--wh{
	 background: rgba(255,255,255,0.75);
	 padding: 10px;
	 margin-bottom:5px;
	}

	.home-logo {
	    max-width: 60px;
	    margin:0 auto .5em;
	}

	.home-logo h1{
	 padding:0;
	}

	.ex1 {
	    font-family: 'Montserrat', sans-serif !important;
	    font-weight: 500;
	    font-size: 5rem;
	    text-align: center;
	    margin-bottom:0 !important;
	}

	.ex1 {
	    text-align: center;
	    font-size: 2em;
	    margin-bottom: 0;
	    line-height: 1.0;
	}

	.ex2 {
	    font-size: 1.1rem;
	    line-height: 1.8;
	    margin-top: 0;
	    margin-bottom: 0;
	    text-align:center;
	    padding-left:.5em;
	    padding-right:.5em;
	}

	.ex2 img{
	 filter: drop-shadow(3px 3px 5px #000);
	}

	.ex1 span.min {
	    font-size: 1.4rem;
	    margin-left: 8px;
	    letter-spacing: 3px;
	    display: inline-block;
	}

}

/*  h2,h3,h4
--------------------------------------*/

h2,h3,h4{
 position:relative;
 color:var(--color);
 margin:0 auto 1em;
 padding-top:1em;
 font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 line-height:1.4;
 padding-bottom:0;
}

h2{
 font-size:2.0rem;
 font-weight:800;
 letter-spacing:.1em;
 border:1px solid #ddd;
 padding: 1em;
 position: relative;
 color:#171c61;
 }
 h2::before{
  content: '';
  width: 100%;
  background: #171c61;
  position: absolute;
  left:0;
  top:0;
  height: 6px;
 }
 
 h2 span.small{
  display: inline-block;
  font-size: clamp(20px,1.45vw,1.65vw);
  color:#5e5e5e;
 }

h3{
 font-size:1.8rem;
 color:#5e5e5e;
 font-weight:600;
 line-height: 1.95;
 }

h4{
 font-size:1.1rem;
 }

span.blue{
  color:var(--blue);
 }
span.black{
  color:#000;
	font-weight:bold;
 }
span.big{
 font-size:2.0rem;
}

h2 span.en{
  display:block;
  font-size:0.9rem;
  margin-bottom:.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  letter-spacing:.15em;
  text-transform: uppercase;
 }


@media screen and (min-width: 768px) and (max-width: 1024px){

	h2{
	 font-size:2.0rem;
	 }

	h3{
	 font-size:1.3rem;
	 }

	span.big{
	 font-size:1.6rem;
	}

}

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

SP  

************************************/
@media screen and (max-width: 767px) {

	 h2{
	  font-size:1.45rem;
	  font-weight:800;
	 }

	 h3{
	  font-size:1.4rem;
	 }

   .cta__wrap h3.sp-center{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: .5em;
   }

	 h4{
	  font-size:1.1rem;
	 }

	h2 span.en, span.en{
	 font-size:0.8rem;
	}

	h3 span.min{
	 font-size:1.0rem;
	 display:block;
	 text-align:center;
	 margin-top:.5em;
	}

	h3.sp-center{
	 text-align:center;
	}

}


/*  スペシャリスト
--------------------------------------*/

.bg__gray{
  background: #f3f4ff;
  border:1px solid #d0d6f7;
  padding: 1em;
  margin-bottom: 1em;
}

ul.disc{
  list-style: none;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

section.sky{
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(233,244,255,1) 100%);
  background-size:cover;
 }
section.gray{
  background: #f5f5ff;
}
.blue-grad{
padding: var(--row-space);
column-gap: 4vw;
flex-wrap: nowrap;
}

.blue-shadow{
box-shadow: 11px 23px 58px 0px #5388bf;
}

.blue-grad.text-box{
padding:2.5vw;
}

section.sky .Flex .img{
 width:22%;
 margin-top:-3%;
}

section.sky .Flex .text{
 width:100%;
}

section.sky .blue-grad{
  justify-content: center;
}

section.sky .blue-grad.ptb{
 padding-top:2.5vw;
 padding-bottom:2.5vw;
}

section.sky .blue-grad h3{
  margin: 0;
  padding: 0;
  color:#5e5e5e;
  line-height: 1.4;
}

section.sky .blue-grad h3 p{
  text-align: center;
}

section.sky .blue-grad ul.disc{
  list-style: none;
  margin-bottom: 0;
}

span.orange{
  color:#ffaf17;
}

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

SP  

************************************/
@media screen and (max-width: 767px) {

  section.sky .blue-grad h3{
    line-height: 1.455;
    margin-bottom: 1em;
  }

	header .fixed{
	 background:#fff;
	}

	header .inner-wrap{
	 padding-top:.7em;
	 padding-bottom:.7em;
   width: 100%;
   flex-wrap: nowrap;
	}

	.blue-grad, section.sky .blue-grad, section.sky .blue-grad.ptb, .blue-grad.text-box{
	 padding:0;
	 }
   .inner-wrap nav.header__nav ul.navigation li.contact > a{
    font-size: 1.0rem;
   }

	section.sky .Flex .img{
	 width:55%;
	 margin:0 auto 1em;
	}

  section.sky .blue-grad ul.disc{
    margin-top: 1em;
  }

	section.sky .Flex .text{
	 width:100%;
	}

	span.big {
	    font-size: 1.6rem;
	}

	section.sky p.Center{
	 text-align:left;
	}

}


/*  弊社の実績
--------------------------------------*/

.Flex .Three-item{
 padding:0 .5em;
}

.Flex .Three-item h3{
 color:var(--color);
 }

.Flex .Three-item figure{
 margin-bottom:0;
}

@media screen and (min-width: 768px) and (max-width: 1024px){

	.Flex .Three-item {
	    padding: 0 .1em;
	}

	.Flex .Three-item p{
	 font-size:0.9rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 800px){

	.Flex .Three-item {
	  width:92.5%;
	  margin-left:auto;
	  margin-right:auto;
	}

	.Flex .Three-item:not(:last-child) {
	  margin-bottom:.5em;
	}

}


/*  弊社の強み
--------------------------------------*/

section.strengths{
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 800px){

	section.strengths .Flex .Three-item {
	  width:calc(96% / 2);
	}

	.Flex .Three-item:not(:last-child) {
	  margin-bottom:.5em;
	}

}
@media screen and (max-width: 767px){

  .header__nav{
    max-width: 220px;
  }
  .Flex .Hurf-item.point, .Flex .Hurf-item.point:nth-of-type(5), .Flex .Hurf-item.point:nth-of-type(6){
    margin-bottom: 2.5vh;  
  }
  .Flex .Hurf-item.point{
    width: calc(98% / 2);
  }
  .Flex .Hurf-item.point figure{
    max-width: 90%;
  }
  .border-box{
    padding: 1em .5em 1em;
  }
}


/*  買取実績
--------------------------------------*/

section.achievements h2{
 margin-bottom:2em;
}

section.achievements .Flex{
 margin-bottom:6vh;
}

section.achievements .Flex:last-child{
 margin-bottom:0;
}

.grad-gray{
background: #f2f9ff;
background: -moz-linear-gradient(-45deg,  #f2f9ff 0%, #fbfcfe 100%);
background: -webkit-linear-gradient(-45deg,  #f2f9ff 0%,#fbfcfe 100%);
background: linear-gradient(135deg,  #f2f9ff 0%,#fbfcfe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9ff', endColorstr='#fbfcfe',GradientType=1 );
}

.grad-gray:not(:last-child){
 margin-bottom:4em;
}

.grad-gray .img{
  width:33.33%;
  margin-top:-5vh;
 }

.grad-gray .text{
  width:65%;
  padding:1.5em;
 }

.grad-gray .price{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
    margin-bottom:1em;
 }

.grad-gray span.pr-icon{
  padding:.3em;
  background:var(--keyColor);
  text-align:center;
  color:var(--White);
  line-height:1.0;
  display:inline-block;
  font-size:0.9rem;
 }

.grad-gray span.big{
  font-size:60px;
  color:#0085a6;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  line-height:1.0;
  position:relative;
  z-index:1;
}

.grad-gray span.yen{
  font-size:22px;
  color:#0085a6;
  position:relative;
  z-index:1;
}

.grad-gray h3{
 padding-top:0;
 margin-bottom:.5em;
}
.grad-gray span.big:after{
 content:'';
 position:absolute;
 background:#d6f5ff;
 height:40%;
 left:5px;
 bottom:5px;
 z-index:-1;
 width:100%;
}

.fukidashi{
  padding:.5em 1em;
  background:var(--keyColor);
  text-align:center;
  color:var(--White);
  line-height:1.0;
  display:inline-block;
  font-size:1.15rem;
  position:relative;
  margin-left:1em;
 }

.fukidashi:after{
  content:'';
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: #0046c9 transparent transparent transparent;
 position:absolute;
 left:10px;
 bottom:-15px;
 z-index:0;
 }


.grad-gray dl.detail{
  border:1px solid #000;
  margin:0;
  width:calc(98% / 2);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;
  max-width:250px;
 }

.grad-gray dl.detail dt{
  background:#000;
  color:#fff;
  padding:5px;
  text-align:center;
  margin:0;
 }

.grad-gray dl.detail dd{
  padding:5px;
  margin:0;
 }

.grad-gray dl.detail:first-child{
 margin-right:.5em;
}

.grad-gray .blue-shadow{
box-shadow: 3px 6px 16px 0px #5388bf;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  
   .grad-gray .text{
	 padding:1em;
	}

 }

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

SP  

************************************/
@media screen and (max-width: 767px) {

 section.achievements h2{
	 margin-bottom:1em;
	}

	section.achievements .Flex{
	 margin-bottom:0;
	}

 section.achievements{
	 padding-left:0;
	 padding-right:0;
	}

.grad-gray dl.detail{
   width:100%;
   margin-bottom:.5em;
 }

 .grad-gray .img, .grad-gray .text{
	 width:100%;
	 padding:0;
	}

  .grad-gray .img{
	 margin-top:0;
	}

  .grad-gray dl.detail{
	 max-width:calc(98% / 2);
	 width:calc(98% / 2);
	}

  .grad-gray .price{
	 justify-content:center;
	 flex-wrap: nowrap;
	}

  .grad-gray h3{
	 margin-top:1em;
	 text-align:center;
	 font-size:1.5rem;
	}

	.grad-gray dl.detail:first-child {
	    margin-right: 0;
	}

  .grad-gray{
	 padding:1em;
	}

  .fukidashi{
	 font-size:0.8rem;
	 margin-left:.5em;
	}

}


/*  買取までの流れ
--------------------------------------*/

.strengths{
  border:1px solid #f4f4f4;
  padding: 1em var(--row-space);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 5vh;
  width: 100%;
  border-right: 8px solid #f4f4f4;
  border-bottom: 8px solid #f4f4f4;
}

.strengths:nth-of-type(3), .strengths:nth-of-type(4){
  margin-bottom: 0;
}

.strengths:nth-of-type(1) figure{
  width: 20%;
  max-width: 90px;
  margin-top: -2vh;
}
.strengths figure{
  width: 40%;
  max-width: 180px;
  margin-top: 0;
}

.strengths .Icon{
  color:#000;
  font-size: 42px;
  font-weight: bold;
}
.strengths .title{
  text-align: left;
  font-weight: bold;
  font-size: clamp(26px,1.354vw,1.45vw);
  margin-bottom: .25em;
}

.strengthswrap{
  max-width: 1000px;
  margin: auto;
}

.strengths .Text{
  font-weight: bold;
  font-size: clamp(20px,1.09735vw,1.2vw);
  color:var(--blue-d);
}

.strengths p{
  color:#000000;
  font-weight: 400;
}

section.flow{
 padding-top:0;
 margin-top:2em;
 }

section.flow h2, section.voice h2{
  background:var(--keyColor);
  padding:1em;
  text-align:center;
  color:#fff;
 }

section.flow h2 span.en, section.voice h2 span.en{
 color:var(--White);
}

span.yellow{
 color:var(--Yellow);
}

.caution{
 background:var(--bgGray);
 padding:.5em;
 margin-bottom:2em;
}

.flow-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    box-shadow: 9px 6px 27px -1px #e6f0f7;
    border-radius: 10px;
    overflow:hidden;
}

.flow-wrap:not(:last-child){
 margin-bottom:2em;
}

.flow-wrap .number{
  background:var(--keyColor);
  width:10%;
  padding:2em;
  color:var(--White);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:center;
  font-size:20px;
  padding: 0.5em;
  text-align:center;
 }

.flow-wrap .number span.numb{
  font-size:40px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  line-height:1.0;
 }

.flow-wrap .text{
 width:90%;
  padding:2em;
 position:relative;
 }

.arrow{
 width: 0;
height: 0;
border-style: solid;
border-width: 30px 15px 0 15px;
border-color: #e60000 transparent transparent transparent;
 margin:0 auto 2em;
 }

.flow-wrap .text h3{
 padding-top:0;
 font-size:1.6rem;
 }

.flow-wrap .text .free{
  position:absolute;
  top:10px;
  left:-30px;
  width:60px;
  height:60px;
 }

 .cta__wrap{
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: center;
  column-gap: 2%;
 }

 .cta__wrap .Item{
  display: flex;
  justify-content: center;
  column-gap: 2%;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
 }

 .cta__wrap .Item .tel_btn{
  width: calc(96% / 2);
  font-size: clamp(20px,2.4rem,2.8rem);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
 }


 a.mail{
  display: block;
  padding: .5em 1em;
  text-align: center;
  color:#fff;
  background: #ffb024;
  border-radius: 0.46em;
  font-weight: bold;
  font-size: clamp(22px,28px,36px);
  margin-top: 1em;
  width: 100%;
 }

 a.mail:hover{
  background: #ffa200;
 }

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

SP  

************************************/
@media screen and (max-width: 767px) {

  .cta__wrap{
    flex-direction: column;
  }

  a.mail{
    width: 100%;
    margin-top: 1em;
  }

  .cta__wrap .Item{
    width: 100%;
    flex-direction: column;
  }
  .cta__top__text{
    font-size: 17px !important;
    margin-bottom: 0 !important;
  }
  .cta__wrap .Item .tel_btn{
    width: 100%;
  }
	.caution{
	 font-size:0.95rem;
	}
  .strengths .title{
    font-size: 20px;
   }

	.flow-wrap .text h3{
	 font-size:1.4rem;
	 }

	 .flow-wrap .number{
	  width:20%;
	  padding:.25em;
	  font-size:0.9rem;
	  text-align:center;
	 }

	.flow-wrap .text{
	 width:80%;
	  padding:1em;
	 }

	 .flow-wrap{
	 padding:0;
	 }

	 .flow-wrap .number span.numb{
	  font-size:32px;
	 }

	 .flow-wrap .text h3{
	 font-size:1.35rem;
	 margin-bottom:.3em;
	 }

	.flow-wrap .text .free{
	  position:absolute;
	  top:10px;
	  left:-40px;
	  width:50px;
	  height:50px;
	 }

   .strengths:nth-of-type(3), .strengths:nth-of-type(4){
    margin-bottom: 5vh;
  }
}


/*  スタッフ紹介
--------------------------------------*/

section.staff .Flex .img{
     width: 30%;
    margin-right: 3%;
 }

section.staff .Flex .text{
  width: 67%;
 }

section.staff .Flex{
 margin-bottom:4em;
}
section.staff .Flex:last-child{
	margin-bottom:0;
}

.icon-position {
    font-size: 1.0rem;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #eae8e0;
    padding: 5px;
    line-height: 1.0;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.Staff_name {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1em;
}

.Staff_name span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-weight: normal;
    font-size: 0.9rem;
}

.Staff_profile {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.Staff_profile .title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.Staff_profile:before {
    content: '';
    background: #007cc3;
    width: 70px;
    height: 1px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
}

.Staff_profile:after {
    content: '';
    background: #007cc3;
    width: 70px;
    height: 1px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -1px;
}

.Flex .Image {
    width: 80%;
    margin: 0 auto 1em auto;
}


.Staff_profile .title{
 font-size:1.2rem;;
}

.Staff_profile .title:before{
  content:'─';
  margin-right:5px;
 }

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

SP  

************************************/
@media screen and (max-width: 767px) {

	section.staff .Flex{
	 margin-bottom:2em;
	}

	.Staff_profile {
	    padding: 1em 0;
	}

	section.staff .Flex .img {
	    width: 80%;
	    margin: 0 auto 1em auto;
	}

	section.staff .Flex .text{
	 width:100%;
	}


}



/*  会社概要
--------------------------------------*/

section.company{
  background:#f1f8fc;
  padding-top:4vh;
}

section.company .Flex .img{
  text-align:center;
}

section.company .Flex .img img{
 width:100%;
 max-width:200px;
}

section.company .Flex .text{
  width:50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
}

section.company .Flex .text .logo-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items:center;
  font-weight:bold;
}

section.company .Flex .text .logo-wrap p{
  font-size:1.55rem;
  line-height:1.4;
}
section.company .Flex .text .logo-wrap span.logo{
  max-width:130px;
  display:inline-block;
  margin-right:.3em;
 }

ul.address{
 border-top:1px solid #ddd;
 border-bottom:1px solid #ddd;
 margin:.5em 0 0 0;
 list-style:none;
}

ul.address li{
 margin:0;
 padding:.75em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items:center;
 border-bottom:1px solid #ddd;
}

ul.address li:last-child{
 border-bottom:0;
}

ul.address li dt{
 padding:.5em .5em;
 width:30%;
 margin:0;
 text-align:center;
 font-size:17px;
}

ul.address li dd{
 padding:.5em .5em .5em 0;
 width:70%;
 margin:0;
}
section.company .Flex ul.address li dd p, section.company .Flex ul.address li dd{
	font-size:17px;
}

section.company .Flex .text .fax{
   font-family: 'Roboto', sans-serif;
   font-weight:600;
   font-size:1.25rem;
}

section.company .Flex .text .fax span{
   font-size:30px;
   margin-left:.3em;
}

section.company .Flex .Hurf{
  width:calc(95% / 2);
 }

section.company .Flex .Tel{
   font-size:50px;
   text-align:center;
   line-height: 15px;
     margin:0 1% 0;
}

section.company .Flex .Tel i{
 font-size:26px;
}

section.company .Flex .Tel a{
  color:var(--keyColor);
  text-decoration:none;
  font-family: 'Roboto', sans-serif;
  line-height:1.2;
}

section.company .Flex .Tel span.time{
 font-size:1.0rem;
 line-height:1.0;
 font-weight:normal;
 padding:.25em .5em;
 text-align:center;
 background:#ecf2f5;
 margin-top:-.3em;
 display:inline-block;
}

a.btn{
 background:#002477;
 padding:1em;
 border-radius:3.6em;
 text-align:center;
 color:#fff;
 font-size:1.25rem;
 display:block;
 width:100%;
 max-width:640px;
}

a.btn.center{
 margin:2em auto;
}

a.btn:after{
 font-family: "FontAwesome";
 content: '\f138';
 font-size:1.25rem;
 margin-left:.5em;
 }

a.btn:hover{
  background:#0041d6;
 }

iframe.map{
  width:100vw;
  height:35vh;
 }

@media screen and (min-width: 768px) and (max-width: 1024px){
  
	section.company .Flex .Hurf, section.company .Flex .Tel{
	    width: calc(100% / 1);
	}

	section.company .Flex .Tel span.time{
	 vertical-align:middle;
	}

	a.btn{
	 margin-top:1em;
	}

	section.company .Flex .text .logo-wrap span.logo {
	    max-width: 100px;
	}

 }


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

SP  

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

@media screen and (max-width: 767px) {

  ul.address li dt, ul.address li dd{
    font-size: 14px;
  }

 section.company .Flex .img, section.company .Flex .text{
  width:100%;
 }

 section.company .Flex .img{
	 margin-bottom:1em;
	}

	section.company .Flex .Hurf{
	  width:calc(100% / 1);
	 }

 section.company .Flex .Hurf{
	 margin-bottom:1em;
	}

 section.company .Flex .text .logo-wrap{
	 justify-content: center;
	}

 section.company .Flex .text .logo-wrap span.logo{
	 margin:0 auto .5em;
	}

 section.company .Flex .Tel{
	 font-size:40px;
	}

 section.company .Flex .Tel span.time{
	 margin:.5em 0;
	}

 section.company .Flex .text .logo-wrap p{
	 font-size:1.35rem;
	}

 section.company .Flex .img img{
	 max-width:150px;
	}

 a.btn{
	 font-size:1.0rem;
	 margin-top:1em;
	}

 a.btn.center{
	 margin:1em auto;
	}

	a.btn:after {
	    font-size: 1.05rem;
	    margin-left: 0.25em;
	}

 section.company .Flex .Hurf:last-child{
	 margin-bottom:0;
	}

	 section.company .Flex .text .fax{
	 text-align:center;
	 }

	section.company .Flex ul.address li dt{
	 padding:.5em;
	 width:33.33%;
         background:#fafaf9;
	 font-size:0.9rem;
	  display: flex;
	  flex-direction: column;
	  flex-wrap: wrap;
	  justify-content:center;
	  align-items:center;
	}

	section.company .Flex ul.address li dd{
	 padding:.5em;
	 width:66%;
	 font-size:0.9rem;
	}

	section.company .Flex ul.address li{
	      align-items: inherit;
	}

}

/*  フッター
--------------------------------------*/

#footer{
     border-top: 1px solid #eee;
     padding:3em 5vw 160px;
}

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

フッター追加分

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

.footer_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    padding:1em 0;
 }

.comm_wrapper.footer_wrap{
  max-width:1200px;
  margin:auto;
}

.footer_wrap .links{
  width:calc((100% - 150px) / 6);
  padding:2.5em .5em 0;
  border-right:1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:flex-start;
 }

.footer_wrap .links:last-child{
 border-right:none;
 }

.footer_wrap .links ul > li{
 margin-bottom:.5em;
font-size: 0.9rem;
}

.footer_wrap .links .current-menu-parent{
 border-top:none;
}

.footer_wrap .links ul > li > a{
  font-weight:500;
 }

.footer_wrap .links ul > li > a:hover{
 text-decoration:underline;
}

.footer_wrap .current-menu-item{
  border-top:none;
 }

.footer_wrap .sub-menu{
  background:none;
  margin-top:.3em;
margin-left:5px;
}

.footer_wrap .sub-menu li{
 margin-bottom:.35em;
}

.footer_wrap .sub-menu li a{
 padding:0 !important;
 font-size:0.755rem;
 font-weight:normal !important;
}

.footer_logo{
 width:200px;
}

.footer_logo img{
 max-width:100px;
}

.footer_logo p{
 margin-bottom:5px !important;
}

.footer_logo p:last-child{
 margin-bottom:0px !important;
}

.footer_logo .sns_ico img{
 margin-bottom:0;
}

.link_none > a{
 pointer-events: none;
}

@media screen and (max-width: 767px) {

	.footer_wrap{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.footer_wrap .sub-menu{
	 margin-left:0;
	}

	.footer_wrap .links ul > li a{
	 display:block;
	 text-align:left;
	 padding:.5em !important;
         border-bottom:1px solid #ddd !important;
	}

	.footer_wrap .sub-menu li a{
	border:1px solid #ddd !important;
	 text-align:center;
	}

	.footer_wrap .links{
	  width:100%;
	  padding:0 .5em;
	  border-bottom:none !important;
	    display: block;
	 }

	.footer_wrap .links a{
	 border:none !important;
	 color:#1a1a1a !important;
	}
 }

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

フッター追加分

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

.footer_logo{
margin:0 auto;
text-align:center;
}



p.text_min {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
    color: #666;
}

.sns_ico {
    font-size: 1.0rem;
}

.sns_ico img {
    width: 20px;
    margin-right: 5px;
    margin-top:-5px;
    vertical-align: middle;
}

#footer_copy_wrapper {
    font-size: 0.65rem;
    text-align: center;
    padding: 10px 1em 10px 1em;
    color: #fff;
}

p.text_min:last-child{
 margin-bottom:0;
}

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

SP  

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

@media screen and (max-width: 767px) {

	#footer{
	     padding:2em 1em 110px;
	}

}

/*  お問い合わせ
--------------------------------------*/

#zip{ width: 200px;}

.tel--wrap {
    border: 1px solid #ddd;
    margin:0 auto 2em;
}

.tel_title {
    background: #007cc3;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    font-size: 1.0rem;
}

.tel--wrap .Text {
    padding: 1em;
    background: #fff;
    text-align: center;
}

.tel--wrap .Text .Box {
    position: relative;
    display: inline-block;
}

.tel--wrap .Text .Box a.tel {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-left: 35px;
    padding-top: 0;
    letter-spacing: 0.02em;
    margin: 0 auto 0 auto;
    color: #b00808;
    display: inline-block;
}

.tel--wrap a.tel:before {
    content: '';
    background: url(images/tel.svg)no-repeat left top;
    position: absolute;
    left: 0px;
    top: 2.5px;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.tel--wrap .Text p.min {
    margin-bottom: 0;
    font-size: 0.85rem;
}

.Contact-table-wrapper th {
    width: 30%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 25px;
    border-bottom: 1px solid #eee;
   background:#fff;
}

.Contact-table-wrapper td {
    width: 70%;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 25px;
    border-bottom: 1px solid #eee;
}

span.text_red {
    background: #fe0000;
    text-align: center;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    line-height: 1.0;
    font-size: 0.85rem;
    padding: 3px;
    font-weight: normal;
}

section.contact{
 padding-top:4em;
}

h2 span.text_red {
	padding:10px 1em;
	font-size:24px;
}

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

SP  

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

@media screen and (max-width: 767px) {
	
	h2 span.text_red {
	padding:10px 1em;
	font-size:16px;
	margin-top:1em;
}

	section.contact{
	 padding-top:2em;
	}

	.tel--wrap .Text .Box a.tel {
	    font-size: 24px;
	    padding-left: 25px;
	}

	.time, p.min {
	    font-size: 0.75rem;
	}

	.tel--wrap a.tel:before {
	    width: 20px;
	    height: 20px;
	}

	.tel_title{
	 font-size:0.9rem;
	}

	.Contact-table-wrapper table{
	 border-top:1px solid #eee;
	}

	.Contact-table-wrapper th, .Contact-table-wrapper td{
	 display:block;
	 width:100%;
	 padding:.5em;
	}

	.Contact-table-wrapper td, .Contact-table-wrapper th{
	 border-top:0;
	}

}

/*  フォーム
--------------------------------------*/



select {
    padding: 15px;
    width: 100%;
    background-color: #fafafa;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    background-color: #fafafa;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], select, textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: .75em;
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    box-shadow:0;
    border: solid 1px #eee;
    margin: auto;
    width: 100%;
}

th, td{
  vertical-align: middle;
}

th p{
  text-align: center;
}

.spacious-button, input[type="reset"], input[type="button"], input[type="submit"], button {
    color: #FFFFFF;
    display: block;
    margin: 0 auto 0 auto;
    padding: 1em;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #ef0039;
    border: 0px;
    border-radius:2px;
    width: 100%;
    margin-bottom:0;
    max-width:400px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
     -webkit-transition: all .3s;
    transition: all .3s;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow:0;
    box-shadow:0;
    background-color: #0041d6;
}

.entry-meta-bar{
 display:none;
}

.bg--gray {
    padding: 1em;
    background: #fafaf9;
    margin: 0 auto 1em auto;
}

.bg--gray ul.disc {
    color: #1a1a1a;
    list-style: disc;
    margin: auto;
    font-size: 0.9rem;
}

.bg--gray ul.disc li:not(:last-child) {
    margin-bottom: 0.5em;
}

.bg--gray ul.disc li {
    font-weight: 500;
    list-style: disc;
    margin-left: 1.5em;
}

/*  Add Tags
--------------------------------------*/

.simple-border {
	border:solid 1px #000;
	padding:1em;
	margin:1em 0;
}

.Contact-table-wrapper p{
	margin-bottom:0;
}

.Contact-table-wrapper p a{
	color:#121212;
}

.mb_10{
	margin-bottom:1em;
}

.Contact-table-wrapper center p{
	text-align:center;
}

.Contact-table-wrapper p a:hover{
	text-decoration:underline;
}

.wpcf7-spinner{
	display:none;
}

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

追従フッター

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


footer{
  background: #171c61;
}

.Bnr{
  position: relative;
  margin: 0 auto;
  width:100%;
  display: none;
}

.Bnr .Bnr__img{
  position: fixed;
  border-top: 3px solid var(--keyColor);
  bottom:0;
  width:100%;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
  z-index: 999;
  background-color: rgba(255,255,255,0.95);
  padding:.5em;
}

.Bnr .Bnr__img a{
 text-decoration:none;
}

.Bnr__img__inner{
  padding: 0;
  max-width:1000px;
  margin:auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content:space-between;
}

.Bnr .Bnr__img__inner a{
 display: block;
 padding:.45em .5em;
 height:100%;
 width:100%;
 line-height:1.45;
}

.ftb.Hurf{
 width:calc(98% / 2);
 }

.Bnr .Bnr__img__inner .Triple{
display: flex;
flex-direction: column;
justify-content:center;
}

.Bnr .Bnr__img p.close{
  position: absolute;
  right: 20px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 22px;
  z-index: 888;
  color: #ddd;
}

img.free {
    max-width: 40px;
    max-height:40px;
    margin-right: 7px;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.tel_btn a{
 text-decoration:none;
 line-height: 1.35;
}

.cta__top__text{
  font-size: clamp(17px,23px,27px);
  color:#5e5e5e;
  font-weight: bold;
  text-align: center;
  margin-bottom: -.5em;
}

.bottom_menu_contents {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bottom_menu_contents_wrap {
width: 100%;
margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.bottom_menu_contents_wrap .tel_btn a{
 padding:0;
}

.sp-mail{
 width:100% !important;
 max-width:600px;
 text-align:center;
 margin: -10px auto 5px;
 background: #ff4200;
 border-radius:.35em;
}

.wd65{
	text-align:center;	
}

.bottom_menu_contents .Triple{
 width:calc(98% / 3);
}

.timeout-text{
 max-width:400px;
    margin-left: auto;
    margin-right: auto;
}


.timeout-text.none{
 display:none;
}

.bottom_menu_contents dt {
    font-size: 15px;
    text-align: center;
    background: #efefef;
    font-weight:400;
    padding: 8px;
    border-radius: 10px;
    line-height: 1.2;
    width: 145px;
    height: 55px;
    position: relative;
    margin-bottom: 0;
    margin-top:20px;
    margin-left:150px;
}

.bottom_menu_contents dt:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #efefef transparent;
    border-width: 20px 0 0 30px;
    top: 18px;
    left: -14px;
    margin-left: -10px;
}

.fixedbox__tell-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    position: relative;
}


.bottom_menu_contents a {
font-family: 'Inter', sans-serif;
font-size: 20px;
font-weight:500;
}

.bottom_menu_contents .btn_tel{
 font-size:32px;
 padding:0 .3em;
 }

.bottom_menu_contents a.btn_tel{
 line-height: 1.2;
 height:auto;
 text-align:center;
 color:#b00808;
 font-weight: bold;
 font-family: 'Roboto', sans-serif;
 letter-spacing:1px;
 font-size:35px;
 display:block;
}

.bottom_menu_contents a.btn_tel:before{
    content: '';
    background: url(images/tel-bk.svg)no-repeat left top;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-block;
 }


.btn_mail{
position:relative;
display: block;
width:100%;
background: #f27d00;
border-radius: 5px;
padding:.75em .3em;
box-shadow: 0px 2px 9px -3px rgb(0 0 0 / 95%);
text-align: center;
line-height:1.3;
color: #fff;
text-decoration: none;
}

.btn_mail .mail_btn_time {
    border-radius: 12px;
    color: #f27d00;
    text-align: center;
    background: #fff;
    line-height: 1.1;
    padding: 3px;
    max-width: 280px;
    display: block;
    font-size: 12px;
    margin: auto;
    font-weight: 600;
    margin-top: .56em;
}

.btn_mail span.Top{
color: #ffd800;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    font-weight: bold;
    display: block;
    font-size: 16px;
    margin: 0 auto 3px auto;
    text-align: center;
}

.btn_mail:hover{
 opacity:0.8;
 color:#fff;
}

.bottom_menu_contents a:hover{
 text-decoration:none;
 opacity:0.8;
}
.cta .tel-top {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    text-align: center;
}

.cta .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding:.3em;
    background: #ff9900;
    text-decoration: none;
    border-bottom: 5px solid #cf7c00;
    max-width: 100%;
    border-radius: 6px;
    line-height:1.5;
}


.cta .mail span.top {
    margin-bottom: 0.5em;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(251, 101, 20);
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: rgb(255, 255, 255);
    padding: 3px 5px;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #2540a7;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    font-weight:normal;
    letter-spacing:1px;
}

.cta .tel-top {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    text-align: center;
}

.shiny-btn {
    position: relative;
}

.cta .tel-wrap {
    background: #fff;
    position: relative;
    border: none;
    border-top: 1px solid #1a1a1a;
    padding: 0.6em 0;
    text-align: center;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cta .tel-wrap .Img {
    width: 120px;
    margin-right:5px;
}

.cta .tel-wrap a.tel {
    font-size: 54px;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-top: 0;
    letter-spacing: 0.08em;
    margin: 0;
    color: #b00808;
    display: inline-block;
    padding-left: 50px;
}

.cta .tel-wrap span.time {
    color: #1a1a1a;
    text-align: left;
    padding-left: 1em;
    font-size: 0.9rem;
    display:block;
}

.cta .tel-wrap a.tel:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    background-size: contain;
    width: 45px;
    height: 50px;
    margin-right: 5px;
}

.cta .tel-wrap a.tel:hover{
 text-decoration:none;
 opacity:0.75;
}

.column-right .mail{
 padding:.5em;
}

.line a:hover{
 opacity:0.75;
}

.fixed_box_title {
    color: #1a1a1a;
    text-align: center;
    padding: 2px 10px 2px 10px;
    margin-bottom: 4px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
}

.Bnr .Bnr__img__inner a.cta-line, .Bnr .mail{
 min-height:62px;
 line-height:62px;
}

.Bnr .Bnr__img__inner a.cta-line{
 background:#18b603;
 padding:.5em .5em .5em;
 color:#fff;
 text-align:center;
 position:relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content:space-between;
align-items: center;
border-radius:.45em;
font-weight:bold;
font-size:1.25rem;
}

a.cta-line:before{
 content:'';
 position:absolute;
 left:15px;
 width:40px;
 height:40px;
 background:url(images/line-icon.svg)no-repeat;
 background-size:contain;
top: 50%;
  transform: translateY(-50%);
}

a.cta-line span.min{
 display:block;
 font-size:13px;
}

a.cta-line img{
 max-width:50px;
 display:inline-block;
 margin-right:5px;
vertical-align: middle;
}

.tel_btn .fixed_box_title{
font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
 margin-bottom:0;
 padding:0;
}

.tel_btn span.time {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 3px;
    font-weight:600;
}

.bottom_menu_contents.center{
	justify-content: center;
}

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

sp

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

@media screen and (max-width: 767px){

		.pc_image{
		display:none;
		}

		section.cta {
			margin-bottom:1em;
			margin-top:0;
		}

		.bottom_menu_contents a.btn_tel:before{
		width: 12px;
		height: 12px;
			left: 5px;
			top: 6px;
		}

		.bottom_menu_contents a.mail {
			font-size: 0.75rem;
			border-bottom: 0;
				padding:0.8em 0.3em;
		}

		.Flex .Hurf {
			width: calc(100% / 1);
		}

		.Flex .Hurf:first-child{
		margin-bottom:1em;
		}

		section.cta .Inner{
		padding-left:1em;
		padding-right:1em;
		}

		.cta .tel-top {
			font-size: 0.9rem;
		}

		.cta .tel-wrap{
		margin-top:0;
		}

		.Cta--blue-top {
			font-size: 1.0rem;
		}

		.Cta--blue-top .Flex .Item:first-child {
			line-height: 1.2;
			width:100%;
		}

		.Cta--blue-top .Flex .Item:first-child {
			padding: 0 0 0.22em 0;
			border-bottom: 1px solid #fff;
			margin-bottom: 0.35em;
			border-right: none;
		}

		.Cta--blue-top .Flex .Item:nth-of-type(2) {
			padding-left: 0;
			width:100%;
		}

		.Cta--blue-top:after{
		bottom:-15px;
		}

		.Bnr .Bnr__img__inner .Triple:last-child{
		display:none;
		}

		.Bnr .Bnr__img__inner .Triple{
		width:calc(99% / 2);
		}


		.cta .tel-wrap span.time {
			padding: 0;
			display: block;
			text-align: center;
			font-size: 0.85rem;
		}

		.cta .tel-wrap .Img {
			display: none;
		}

		.cta .tel-wrap a.tel {
			margin-left: auto;
			margin-right: auto;
			padding-left: 40px;
			font-size: 34px;
			text-align: center;
			display: block;
		}

		.cta .tel-wrap a.tel:before {
			width: 35px;
			height: 40px;
			left: 0;
			top: 5px;
		}

		.cta .mail{
		font-size:1.05rem;
		}

		.cta .mail.mail-min:before{
		width:30px;
		height:30px;
		display:block;
		margin:0 auto 3px;
		position:relative;
		left: 0em;
		top: 0%;
		transform: translateY(-0%);
			}

		.bottom_menu_contents a.btn_tel{
		font-size:1.35rem;
		}

		.fixed_box_title{
		font-size:13px;
		}

		.cta .mail:after {
			font-size:24px;
		}

		.Bnr .Bnr__img__inner a.cta-line, .Bnr .mail {
			min-height:30px;
			line-height:1.25;
		}

		a.cta-line img {
			max-width: 30px;
		}

		.Bnr .Bnr__img__inner a.cta-line{
		font-size:1.0rem;
		}

		a.cta-line:before {
			content: '';
			position: relative;
			left: 0;
			width: 30px;
			height: 30px;
			top: 0%;
			transform: translateY(-0%);
			display:block;
			margin:0 auto 3px;
		}
		
		.scrolled .page_top_btn{
			bottom:87px;
		}
		
		.bottom_menu_contents a.btn_tel {
		font-size: 16px;
		line-height: 1.0;
	}
	.Bnr span.time {
		font-size: 10px;
		letter-spacing: -1px;
		margin-left: 0;
		font-weight: 600;
	}
	.grad-gray span.big{
		font-size:43px;
	}
}

/****************よくある質問******************/

.js-accordion--close{
  display: none;
}
.accordion-box{
  height:0;
  overflow:hidden;
  transition:.4s ease;
  margin-bottom: 2em;
}
.js-accordion{
  position: relative;
  padding: 0 35px 0 10px;
}
.js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
}
.js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
  height: auto;
  margin-top: 1em;
  opacity: 1;
}

.js-accordion p{
  font-size:clamp( 18px,1.2625vw,1.345vw);
}

button.js-accordion{
  background: #fff;
  border-radius: 0;
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 1em;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0;
}

button.js-accordion .Icon{
  width: 45px;
  height: 45px;
  background: #171c61;
  color:#fff;
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

button.js-accordion{
  color:#5e5e5e;
  font-size: clamp(18px,1.5625vw,1.7vw);
}

button.js-accordion:hover{
  box-shadow: none;
}

@media screen and (max-width: 767px){

    .toggle-btn{
      display: none;
    }

    button.js-accordion .Icon {
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      background: #171c61;
      color: #fff;
      border-radius: 50%;
      line-height: 23px;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      margin-top: 5px;
  }
  button.js-accordion{
    padding-right: 50px;
    align-items: flex-start;
  }
  th, td{
    display: block;
    width: 100%;
  }
  td p{
    margin-bottom: 0 !important;}
}

.g-navi {
  display: flex;
  justify-content: space-evenly;
}

#globalMenu {
  width: 100%;
  height: 0;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  overflow: hidden;
  transition: .4s;
  padding: 1em;
}
#globalMenu.fixed {
  height: auto;
  background: #efefef;
  bottom:0;
}

#globalMenu a{
  max-width: 400px;
  margin: auto;
}

@media screen and (max-width: 767px) {

  #globalMenu a{
    max-width: 400px;
    font-size: 1.1rem;
  }
}