@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/*to enable resizing for IE*/
input, textarea, select {
  font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

html.ov {
  overflow: hidden;
}

body {
  color: #404040;
  font-family: "Noto Sans JP","Meiryo", "メイリオ", "MS Pゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

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

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

.c-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.c-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/* ====================================================
Component
==================================================== */
.c-ttl__01 {
  text-align: center;
  color: #EA650D;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 4rem;
}
.c-txt__01 {
  line-height: 1.6;
  font-size: 1.8rem;
}
.c-txt__02 {
  line-height: 1.6;
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin: auto;
}
.c-button a{
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #404040;
  border-radius: 4px;
}
.c-button a:hover{
  background: #2B2B2B;
}
.c-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.c-card-list__item {
  padding: 20px;
  background: #FAF9F8;
  border: 2px solid #E6DFDA;
  border-radius: 4px;
  display: grid;
  gap: 5px;
  place-content: flex-start;
}
.c-card-list__item:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
.c-card-list__item:nth-child(2){
  grid-area: 1 / 2 / 2 / 3;
}
.c-card-list__item:nth-child(3){
  grid-area: 2 / 1 / 3 / 3;
}
.c-card-list__ttl {
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
}
.js-fadein{
    transition: all 1s;
    opacity: 0;
}
.js-fadein.is-animated{
    opacity: 1;
}
.inner {
  display: block;
  width: min(90%,1000px);
  margin: 0 auto;
}
.wrapper {
  margin-top: 70px;
}
.main-header {
  background: #fff;
  position: fixed;
    top: 0;
    left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px;
}
.main-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  height: 70px;
}
.main-header__logo {
  width: 230px;
}
.mv-index {
  margin-bottom: 100px;
}
.mv-index .inner{
  width: min(100%,1280px);
}
.mv-index__pic{
  margin-bottom: 60px;
}
.mv-index__ct {
  width: min(90%,585px);
  margin: auto;;
  border-radius: 4px;
  border: 2px solid #e6dfda;
  background: #fff;
  padding: 20px 10px;
}
.mv-index__ttl {
  color: #ea650d;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 3.2rem;
  text-align: center;
}
.mv-index__ttl02 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}
.sec-conts {
  padding-bottom: 100px;
}
.sec-conts02 {
  padding-bottom: 100px;
}
.conts02-pic {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
  display: flex;
  justify-content: center;
}
.sec-conts03 {
  padding-bottom: 100px;
}
.conts03-list__item{
  padding: 20px;
}
.conts03-list__item:not(:last-child) {
  border-bottom: 2px solid #E6DFDA;
}
.conts03-list__ttl{
  font-size: 3rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.sec-conts04 {
  padding-bottom: 100px;
}
.conts04-list{
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}
.conts04-list__item{
  display: grid;
  gap: 10px;
  place-items: center;
}
.conts04-num{
  width: 70px;
  height: 70px;
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.conts04-num::after{
  content: '';
  width: 70px;
  height: 70px;
  border: 2px solid #404040;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
}
.conts04-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.sec-conts05{
  padding-bottom: 100px;
}
.conts05-pic{
  width: min(100%,1000px);
  margin: 0 auto 50px;
}
.conts05-blc{
  width: min(100%,1000px);
  height: 320px;
  overflow-y: scroll;
  margin: 50px auto 0;
  border: 2px solid #e6dfda;
  padding: 20px;
  border-radius: 4px;
}
.conts05-ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.conts05-list:not(:last-child){
  margin-bottom: 30px;
}
.conts05-list li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 1.6;
}
.sec-conts06{
  background: #f3efed;
  padding: 50px 0;
}
.sec-conts06 .inner{
  width: min(90%,1100px);
}
.conts06-list{
  display: flex;
  gap: 80px;
}
.conts06-list__ct{
  width: 50%;
  display: grid;
  gap: 20px;
}
.conts06-list__img{
  width: 50%;
}

.conts06-ttl{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec-conts06 .c-button{
  margin-left: 0;
}
.sec-conts07{
  padding: 100px 0;
}
.conts07-faq__item{
  border-bottom: 1px solid #e6dfda;
}
.conts07-faq__item:first-child{
  border-top: 1px solid #e6dfda;
}
.conts07-faq__item dt{
  cursor: pointer;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.conts07-faq__item dt:hover{
  background: #F3EFED;
}
.conts07-faq__item dt::after{
  border-right: solid 1px #EA650D;
  border-top: solid 1px #EA650D;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 30%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.conts07-faq__item dt.is-active{
  border-top: 1.5px solid #e6dfda;
}
.conts07-faq__item dt.is-active::after{
  top: 40%;
  transform: rotate(-45deg);
}
.conts07-faq__item dd{
  display: none;
  padding-bottom: 20px;
}
.sec-cta{
  background: #f3efed;
  padding: 50px 0;
}
.sec-cta .inner{
  display: grid;
  gap: 30px;
}
.cta-ttl{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.cta-desc{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.cta-desc a{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #404040;
}
.cta-desc a:hover{
  text-decoration: underline;
}
.cta-desc02{
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.cta-mail{
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.cta-list{
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
.cta-list__item:not(:last-child){
  border-right: 1px solid #404040;
}
.cta-list a{
  color: #404040;
  padding: 0 10px;
}
.cta-list a:hover{
  text-decoration: underline;
}
.main-footer__copyright{
  min-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
.main-footer .totop{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.main-footer .totop a{
  position: absolute;
  right: 0;
  top: -60px;
  width: 60px;
  height: 40px;
  background: #ea650d;
  transition: all .3s;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .totop a:hover{
  background: #e64415;
}
.js-topbtn{
  display: none;
}

.footer-social {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-bottom: 20px;
      padding-top: 0px;
	  justify-content: center;
    }
.footer-social .title {
      font-size: 1.4rem;
      width: 25%;
text-align:center
    }
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    }
.footer-social li {
      margin: 10px;
    }


    @media screen and (max-width: 767px) {
.footer-social {
        padding-bottom: 14px!important;
        padding-top:20px!important;
		justify-content: center;
      }
.footer-social .title {
        width:100%;
        padding:0px 5px 16px 0;
      }
    }


@media screen and (max-width: 1170px) {
  .conts06-ttl{
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 990px) {
  .conts06-ttl{
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 18px;
    line-height: 1.262;
    font-size: 2.1rem;
  }
    .c-txt__01 {
    font-size: 1.6rem;
  }
  .c-txt__02 {
    font-size: 1.4rem;
  }
    .c-button a{
    font-size: 1.6rem;
  }
    .c-card-list {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, auto);
  }
  .c-card-list__ttl {
      font-size: 1.6rem;
    }
  .c-card-list__item:nth-child(1),
  .c-card-list__item:nth-child(2),
  .c-card-list__item:nth-child(3){
    grid-area: auto;
  }
  .wrapper {
    margin-top: 45px;
  }
  .main-header__inner {
    height: 45px;
  }
  .main-header__logo {
    width: 150px;
  }
  .mv-index {
    margin-bottom: 60px;
  }
  .mv-index__pic{
    margin-bottom: 40px;
  }
  .mv-index__ttl {
    margin-bottom: 10px;
    font-size: 2.1rem;
  }
  .mv-index__ttl02 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .sec-conts {
    padding-bottom: 60px;
  }
  .sec-conts02 {
    padding-bottom: 60px;
  }
  .conts02-pic {
    margin-bottom: 30px;
  }
  .sec-conts03 {
    padding-bottom: 60px;
  }
  .conts03-list__ttl{
    font-size: 1.8rem;
  }
  .sec-conts04 {
    padding-bottom: 60px;
  }
  .conts04-list{
    gap: 40px;
  }
  .conts04-num{
    font-size: 2rem;
    width: 60px;
    height: 60px;
  }
  .conts04-num::after{
    width: 60px;
    height: 60px;
  }
  .conts04-ttl{
    font-size: 1.6rem;
  }
  .sec-conts05 {
    padding-bottom: 60px;
  }
  .conts05-pic{
    margin-bottom: 30px;
  }
  .conts05-blc{
    margin-top: 30px;
  }
  .conts05-ttl{
    font-size: 1.6rem;
  }
  .conts05-list li{
    font-size: 1.6rem;
  }
  .conts06-ttl{
    font-size: 1.8rem;
  }
  .conts06-list{
    flex-direction: column;
    gap: 30px;
  }
  .conts06-list__ct{
    width: 100%;
  }
  .conts06-list__img{
    width: min(100%,500px);
    margin: auto;
  }
    .sec-conts07{
    padding: 50px 0;
  }
  .conts07-faq__item dt{
    font-size: 1.6rem;
  }
  .conts07-faq__item dd{
    padding-bottom: 10px;
  }
  .conts07-faq__item dt::after{
    width: 10px;
    height: 10px;
  }
  .sec-cta{
    padding: 30px 0;
  }
  .cta-desc02{
    font-size: 1.3rem;
    text-align: left;
  }
  .main-footer__copyright{
    min-height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .conts04-list{
    flex-direction: column;
    gap: 20px;
  }
}

/*  link
------------------------------------------------*/

a {
	/* color: #414141;  */
	transition: all .3s;
	text-decoration: none; 
	color : #1A1A1A;
}
a:hover {
	text-decoration: underline; 
	
  
}

/*  orangelink  */   

.pbPage .orangelink a {    /*  orangelink �͔p�~ */ 
	/* color: #ea650d; */
	
    color : #1A1A1A;
}

/*  blacklink  */        /* blacklink ���p�~  */ 

.pbPage .blacklink a {
	/* color: #414141; */
	text-decoration-line : underline;
    color : #1A1A1A;
}

/*  pc / sp
------------------------------------------------*/

@media screen and (max-width: 767px) {
	.pbPage .pc {
		display: none;
	}
}

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