@charset "UTF-8";


/* reset */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word;font-weight:500}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

/* --------------------
   COMMON
-------------------- */
a { transition: .25s all;}
:where(html) { color-scheme: #fff;}
html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden;}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #323232;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;}
.f-min{
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #404040;
  text-decoration: none;}
img { max-width: 100%;}


@media screen and (max-width: 480px){
  body { letter-spacing: normal;}}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 1280px){
  body.active,html.active { overflow-y: hidden;}}


/*フェードイン*/
.fade-inblock{
	opacity: 0;
	padding-top: 30px;
	transition: .75s;
}
.fade-inblock.fadeIn{
	padding-top: 0;
	opacity: 1;
}
@media screen and (max-width: 768px){
  .fade-inblock{
    transition: 1s;
  }
}
/* text */
p { font-size: 1rem; line-height: 1.8;}

.txs-12 { font-size: 0.75rem; }
.txs-13 { font-size: 0.8125rem; }
.txs-14 { font-size: 0.875rem; }
.txs-16 { font-size: 1rem; }
.txs-18 { font-size: 1.125rem; }
.txs-20 { font-size: 1.25rem; }
.txs-22 { font-size: 1.375rem; }
.txs-24 { font-size: 1.5rem; }
.txs-28 { font-size: 1.75rem; }
.txs-32 { font-size: 2rem; }
.txs-36 { font-size: 2.25rem; }
.txs-40 { font-size: 2.5rem; }
.txs-42 { font-size: 2.625rem; }
.txs-44 { font-size: 2.75rem; }
.txs-48 { font-size: 3rem; }
.txs-54 { font-size: 3.375rem; }
.txs-62 { font-size: 3.875rem; }
.txs-64 { font-size: 4rem; }

.l-1 { line-height: 1;}
.l-2 { line-height: 2;}
.l-15 { line-height: 1.5;}
.l-18 { line-height: 1.8;}

.w-r { font-weight: 400;}
.w-m { font-weight: 500;}

.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}

@media screen and (max-width: 768px){
  p { font-size: .875rem; }
  .txs-14 { font-size: 0.75rem;}
  .txs-16 { font-size: 0.875rem;}
  .txs-18 { font-size: 1.125rem;}
  .txs-20 { font-size: 1.125rem;}
  .txs-22 { font-size: 1.25rem;}
  .txs-24 { font-size: 1.375rem;}
  .txs-28 { font-size: 1.5rem;}
  .txs-32 { font-size: 1.75rem;}
  .txs-36 { font-size: 2rem;}
  .txs-40 { font-size: 1.5rem;}
  .txs-42 { font-size: 2rem;}
  .txs-44 { font-size: 2.25rem;}
  .txs-48 { font-size: 2.5rem;}
  .txs-54 { font-size: 2rem;}
  .txs-62 { font-size: 2rem;}
  .txs-64 { font-size: 2rem;}
}

/* --------------------
   ALL
-------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;}
.contents {
  padding: 0 50px;
  position: relative;
  margin: 0 auto;
  width: 100%;}
.contents2 {
  padding: 0 6vw;
  position: relative;
  width: 100%;}
.pc { display: block;}
.pd { display: none;}
.sp { display: none;}

body .bg-wrap{
  color: #091D41;
  background-color: #F6F6F6;
}

@media screen and (max-width: 1280px){
  body { width: 100%; overflow: hidden;}}
@media screen and (max-width: 768px){
	.contents { padding: 0 6vw;}
  .pc { display: none;}
  .pd { display: block;}
  .sp { display: none;}}
@media screen and (max-width: 480px){
  .pc { display: none;}
  .pd { display: block;}
  .sp { display: block;}}

/* --------------------
   PARTS
-------------------- */

/* TOP（仮） */
.index-cont{
  padding: 25vw 0 15vw;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
.index-cont h1{
  font-size: 2rem;
}
.index-cont h1 span{
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.25em;
}
.index-cont h1 strong{
  font-size: 1.5em;
  display: block;
}
.index-cont h2{
  margin-top: 1.5em;
  margin-bottom: 3em;
  font-size: 1.75rem;
}
.index-cont h2 span{
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.index-cont h2 span:before,
.index-cont h2 span:after{
  content: "-";
  top: -0.125em;
  opacity: .5;
  display: block;
  position: absolute;
}
.index-cont h2 span:before{
  left: 0;
}
.index-cont h2 span:after{
  right: 0;
}
.index-cont .contact-link{
  margin-bottom: 2em;
}
.index-cont a{
  display: block;
  max-width: 320px;
  margin: auto;
  font-weight: 600;
  padding: 1em 1.25em;
  color: #fff;
  border-radius: 5em;
  background-image: linear-gradient(135deg, #09203f, #537895);
}
.index-cont p+p{
  margin-top: 1em;
}
@media screen and (max-width: 768px){
  .index-cont h1 strong{
    line-height: 1.25;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 480px){
  .index-cont h1 strong{
    line-height: 1.25;
    font-size: 1.125em;
  }
  .index-cont h1 span{
    font-size: 0.5em;
  }
  .index-cont h2{
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px){
  .index-cont h2 span:before,
  .index-cont h2 span:after{
    vertical-align: middle;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    padding-top: .5em;
  }
}
@media screen and (min-width: 481px){
  br.sp-none{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .index-cont h1 strong br{
    display: none;
  }
  .index-cont{
    padding: 160px 0 40px;
  }
  .index-cont a:hover{
    opacity: .7;
  }
  .index-cont h2 span:before,
  .index-cont h2 span:after{
    top: -0.125em;
  }
}
/* お問い合わせ（仮） */
.contact-cont{
  padding-top: 5vw;
  padding-bottom: 15vw;
}
.contact-cont .contact-outline{
  text-align: center;
  margin-top: 5vw;
}
.contact-cont h1{
  text-align: center;
  font-size: 1rem;
}
.contact-cont h1 span{
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.25em;
}
.contact-cont h1 strong{
  font-size: 1.5em;
  display: block;
}
.contact-cont h2{
  font-weight: 600;
  margin-top: 15vw;
  text-align: center;
}
.contact-cont h2{
  font-size: 1.75rem;
}
.contact-cont h2 span{
  position: relative;
  display: inline-block;
  padding: 0 .75em;
}
.contact-cont h2 span:before,
.contact-cont h2 span:after{
  content: "-";
  display: block;
  opacity: .5;
  position: absolute;
  top: -.125em;
}
.contact-cont h2 span:before{
  left: 0;
}
.contact-cont h2 span:after{
  right: 0;
}
.contact-box{
  margin-top: 12vw;
}
@media screen and (min-width: 769px){
  .contact-cont{
    padding-bottom: 120px;
    padding-top: 30px;
  }
  .contact-cont .contact-outline{
    text-align: center;
    margin-top: 80px;
  }
  .contact-cont h1{
    font-size: 1.25rem;
  }
  .contact-cont h2{
    font-weight: 600;
    font-size: 2.25rem;
    margin-top: 80px;
  }
  .contact-box{
    margin-top: 60px;
  }
}


.contact-cont dt{
  margin-bottom: 0.5em;
  font-weight: 600;
}
.contact-cont dl+dl{
  margin-top: 30px;
}
.contact-cont dt .must{
  font-size: 0.75em;
  background-color: red;
  color:#fff;
  padding: 0 0.25em;
  border-radius: 4px;
}

.contact-cont input[type="text"],
.contact-cont input[type="tel"],
.contact-cont input[type="email"],
.contact-cont textarea{
    width: 100%;
    padding: .75em 1em;
    outline: none;
    border: none;
    background-color: #F8F8F8;
    border-radius: 4px;
}

.contact-cont input:focus{
  box-shadow: 0 0 5px rgba(0,0,125,.5);
}

.contact-cont .wpcf7-checkbox input{
  display: none;
}
.contact-cont .wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
  gap: .25em 1.5em;
}
.contact-cont .wpcf7-checkbox .wpcf7-list-item{
  display: inline-block;
  margin: 0;
}
.contact-cont .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.contact-cont .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.contact-cont .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after{
  content: "";
  display: block;
  position: absolute;
}
.contact-cont .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before{
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border: solid 1px #707070;
}
.contact-cont .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after{
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.25em;
  width: .5em;
  height: .325em;
  border-left: solid 2px #09203f;
  border-bottom: solid 2px #09203f;
  transition: .2s;
  transform: rotate(-45deg);
  opacity: 0;
}
.contact-cont .wpcf7-list-item input:checked + .wpcf7-list-item-label::after{
  opacity: 1;
}
.contact-cont input[type="submit"]{
  padding: .75em 1em;
  border-radius: 5em;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(135deg, #09203f, #537895);
  color: #fff;
  max-width: 320px;
  margin-top: 2em;
  font-size: 1rem;
  display: block;
  width: 100%;
  outline: 0;
  border: none;
}