@charset "UTF-8";

/*外部font読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');



/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
		  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
/*	-webkit-appearance: none;*/
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
	/*font-weight: initial;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  /*color: #000;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none;
}
/* Image
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
/*	height: auto;*/
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
	  flex-shrink: 0;
}


/*色設定*/
:root {
/*  白*/
  --white: #fff;
/*  黒*/
  --black: #333;
/*  メイン赤*/
  --red: #d61b24;
}






/* Setting-basic
---------------------------------------*/
body {
  font-family:  "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
  color: #333;
	font-size: 16px;
	letter-spacing: 0.05em;
/*  background: #ffffff;*/
  overflow-x: hidden;
  /*background-color: #FAFAFA;*/
}
body.komugi_home {
    background: url(../img/bg2.png) center top / 1001px auto;
}
/*body.confirm main, body.thanks main{
  padding-top: 100px;
}*/
@media all and (min-width:768px){
  body {
/*    min-width: 1240px;*/
/*      overflow-x: hidden;*/
  }
}
@media all and (max-width: 767px) {
  body {
    overflow-x:hidden;
  }
  /*body.confirm main, body.thanks main{
    padding-top: 50px;
  }*/
  body.open{
    overflow: hidden;
  }
}

/* Font
---------------------------------------*/

.serif{
	font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  font-weight: 400;
}


/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #2F2F2F;
  cursor: pointer;
}
a:active,
a:focus {
	outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 768px) {
  a:hover {
	opacity: 0.7;
	transition: 0.3s ease;
  cursor: pointer;
  }
}


.hide_txt{
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
}


/*pc sp only*/
.none {
  display: none !important;
}
.nolink {
  pointer-events: none;
}


@media all and (min-width:768px) {
  .nonePC {
	display: none !important;
  }
  .nolinkPC {
	pointer-events: none;
  }
  a[href^="TEL:"]{
    pointer-events: none;
  }
}

@media all and (max-width:767px) {
  .noneSP {
	display: none !important;
  }
  .nolinkSP {
	pointer-events: none;
  }

}




/* anchor
***************************************************************/

.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  /*margin-top: -80px !important;*/
}
@media all and (min-width:768px) {
}
@media all and (max-width:767px) {
  .anchor{
    /*margin-top: -50px !important;*/
  }
}




/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* main
***************************************************************/
main {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(../img/bg01.jpg) center / 1784px auto repeat;
}

@media all and (min-width:768px){
  main {
/*    min-width: 1200px;*/
  }
  /*body:not(.home) main {
    padding-top: 100px;
  }*/
}


@media all and (max-width:767px) {
	/*main {
    padding-top: 0px;
	}*/
}

/* content
***************************************************************/
.inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
}
.sec{
	padding-top: 7%;
	padding-bottom: 7%;
  position: relative;
}
.bg_beige{
  background-color: #fcf6ec;
}
.btn01 {
    border: 1px solid #94a7b3;
    background-color: #94a7b3;
    color: #fff;
    font-size: 24px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-top: 50px;
    opacity: 1;
    transition: .3s ease;
    text-align: center;
    border-radius: 50px;
    padding-right: 0.5em;
}

.btn01::after {
    content: '';
    width: 13px;
    height: 17px;
    position: absolute;
    background: url(../img/btn_arrow.svg) center / contain no-repeat;
    right: 20px;
    top: calc(50% - 8.5px);
    transform: translateX(0);
    transition: .3s ease;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){

  .inner {
      /*max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px;*/
  }
  /*.scrolled .pagetop_btn:hover {
      opacity: .6;
  }*/
  .btn01:hover {
      background-color: #49718b;
      border-color: #49718b;
  }
  .btn01:hover::after {
      transform: translateX(10px);
  }

  .pagetop_btn:hover{
    background-color: #79CBD6;
  }


}

@media all and (max-width:767px){
  .inner {
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 0;
      padding-right: 0;
      width: auto;
  }
  .sec{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn01 {
      width: 100%;
      max-width: 360px;
      height: 60px;
      margin: 40px auto 0;
      line-height: 60px;
      font-size: 15px;
  }
  .btn01::before {
      top: calc(50% + 1px);
      left: 20px;
  }
}




/* ヘッダーエリア
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
    background: url(../img/head_bg.png) center center / auto 100% repeat-x;
}
header .inner {
    width: auto;
/*    max-width: 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
      max-width: 1280px;
      /*padding-left: 20px;
      padding-right: 20px;*/
}


.menu_name {
    font-weight: 500;
    width: 62px;
    display: inline-flex;
    justify-content: center;
    height: 1em;
    font-size: 24px;
    letter-spacing: 0;
    position: absolute;
    left: -60px;
    top: 49%;
    padding-right: 20px;
    transform: translateY(-50%);
}
.menu_name p{
  transition: .26s;
  position: absolute;
}
.menu_name .menu_name_off {
    opacity: 1;
    margin: 0 auto;
    text-align: center;
    display: inline;
    position: absolute;
    width: 100%;
}
.menu_name .menu_name_on{
  opacity: 0;
    margin: 0 auto;
    text-align: center;
    display: inline;
    position: absolute;
    width: 100%;
}

.head .ul1 {
    display: flex;
    height: 100%;
    align-items: center;
}

.head_con_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c30d23;
  position: relative;
  color: #fff;
  font-size: 20px;
  transition: .3s ease;
  padding: 1em 0.7em;
  border-radius: 10px;
  top: 10px;
}
.head_con_contact::after{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/arrow_r_w.svg) center / contain no-repeat;
  margin-left: 15px;
}


.confirm .head_logo,
.thanks .head_logo{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.confirm .form{
  padding-top: 70px;
}



/*--------------------PC--------------------*/


@media all and (min-width:768px){

  header {
    height: 120px;
    width: 100%;
    position: fixed;
    left: 0;
/*    background: transparent;*/
/*    background: #FAFAFA;*/
    display: flex;
    transition: .3s;
/*    min-width: 1240px;*/
  }
  /*header .inner {
      padding: 0 40px 0 40px;
  }*/
  header .head_body {
    width: 100%;
    height: 100%;
  }
  header .heading_logo {
      width: 264px;
      height: auto;
      transition: .3s ease;
      z-index: 1;
      margin-right: 15px;
      flex-shrink: 0;
  }
  header .heading_logo a{
    padding: 0;
  }

  .toggleBtn{
    display: none;
  }
  .gNav {
    opacity: 1;
    pointer-events: initial;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-left: auto;
    flex-shrink: 0;
    width: clamp(700px, 67%, 914px);
    font-weight: 500;
  }


  header > .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      width: 100%;
      position: relative;
      height: 100%;
      transition: .3s ease;
  }
  .ul1 {
    display: flex;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: 30px;
    width: 100%;
  }
  .ul1 .li1:not(.ul2_in) {
    height: 48px;
    width: 166px;
    width: calc((100% - 250px) / 4);
    font-size: 16px;
    border-right: 1px solid #B2B2B2;
    flex-shrink: 0;
  }
  .ul1 .li1:not(.ul2_in) a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ul1 .li1:not(.ul2_in) a:hover,
  .ul1 .li1:not(.ul2_in) a.active{
    color: #5CBB89;
  }
  .ul1 .li1:not(.ul2_in):nth-child(2){
    border-left: 1px solid #B2B2B2;
  }

  .ul1 .li1.current a{
    color: #5CBB89;
  }


/*  トグル hover*/
  /*.toggleBtn:hover p span::before,
  .toggleBtn:hover p span::after {
      background: #E6372D;
  }
  .toggleBtn:hover .menu_name {
      color: #E6372D;
  }*/
  .head_con_contact:hover{
/*    background-color: #DD730A;*/
  }


}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  header {
    height: 60px;
  }
  header .inner {
      padding: 0;
      margin-left: 16px;
      width: 100%;
  }
  header .heading_logo {
/*    width: clamp(132px, 35.2vw, 190px);*/
    max-width: 132px;
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .head_body {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: .4s ease;
  }

  .navcon_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 13px;
  }
  .navcon_wrap a + a {
    margin-left: 10px;
  }


  .toggleBtn {
    width: 70px;
    height: 70px;
    right: 70px;
    top: 0;
    padding: 0 20px;
  }

  .toggleBtn p span::before {
      transform: translateY(-5px) rotate(0deg);
  }
  .toggleBtn p span::after {
    transform: translateY(5px) rotate(0deg);
  }

  .head_con_contact span {
      margin-bottom: 9px;
      margin-top: 5px;
  }
  /*.menu_name {
          width: 42px;
          margin: 2px auto 0;
          font-size: 18px;
          margin-top: 0;
          left: -42px;
          padding-right: 10px;
    }*/
 /* body:not(.recruit_relation).open .menu_name {
    color: #fff;
  }
*/
.gNav {
    top: 70px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: .5s ease;
/*    background: #fff;*/
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    max-height: 100vh;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
    font-weight: 500;
    pointer-events: none;
  }

  .open .gNav {
      opacity: 1;
      pointer-events: initial;
  }



  .head .ul1 {
      flex-direction: column;
  }


  header .menu_box.menu_box01 {
      font-size: 18px;
      height: 56px;
      display: flex;
      align-items: center;
      width: 100%;
  }
  .head_con_contact {
    right: -6vw;
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 14px;
    top: 0;
  }
  span.menu_img {
      width: 100%;
      display: block;
      padding: 8px;
      margin-top: 20px;
  }

}

























/* mv
***************************************************************/
.mv{
  height: 100vh;
  width: 100%;
  background: url(../img/mv.jpg) center / cover no-repeat;
  /*padding-top: 120px;*/
  position: relative;
}
.mv .inner{
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    .mv_logo {
        width: clamp(230px, 30vw, 660px);
        /* max-height: 460px; */
/*        max-height: 50%;*/
    }
    .mv_txt01{
      width: clamp(300px, 34vw, 760px);
      margin-top: 4%;
      max-height: 7%;
    }
    .mv_txt02{
      width: clamp(400px, 46vw, 960px);
      margin-top: 2%;
      max-height: 7%;
    }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .mv{
    /*height: calc(100vh - 60px);*/
    /*padding-top: 60px;*/
  }
  .mv .inner{
    width: auto;
    .mv_logo {
      width: clamp(280px, 68vw, 420px);
    }
    .mv_txt01{
      width: clamp(324px, 85vw, 453px);
      margin-top: clamp(40px, 12%, 50px);;
    }
    .mv_txt02_a{
      width: clamp(220px, 58vw, 307px);
      margin-top: 2%;
      max-height: 7%;
    }
    .mv_txt02_b{
      width: clamp(231px, 61vw, 323px);
      margin-top: 2%;
      max-height: 7%;
    }
  }

}


/*湯気アニメ*/
.steam_wrap {
    width: 60%;
    height: 90%;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    margin-left: 3%;
    margin-bottom: 3%;
}

.steam {
  position: absolute;
  background: radial-gradient(circle at 50% 50%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 40%,
    rgba(255, 255, 255, 0) 70%);
  filter: blur(6px);
  opacity: 0;
  animation: riseUp 8s ease-out forwards;
}

@keyframes riseUp {
  0% {
    transform: translateY(0px) scale(0.6);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(-400px) scale(1.3); /* ← -250px → -400pxに変更 */
    opacity: 0;
  }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .steam_wrap {
    width: 100%;
    height: 94%;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    margin-left: auto;
    margin-bottom: 13%;
  }

}


/* intro
***************************************************************/
.intro_ttl{
  font-size: 40px;
  color: var(--red);
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
.intro_txt{
  line-height: 2.25;
  text-align: center;
  margin-top: 60px;
}
.intro_img_wrap{
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .intro_img_wrap{
    margin-top: 100px;
  }
  .intro_img_wrap span{
    position: rselative;
    display: block;
  }
  .intro_img01{
    width: 31.8%;
  }
  .intro_img02{
    width: 66.3%;
    margin-left: auto;
  }
  .intro_img03{
    width: 66.3%;
  }
  .intro_img04{
    width: 31.8%;
    margin-left: auto;
  }
  .intro_img_wrap span:nth-child(n + 3){
    margin-top: 2%;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec.sec_intro {
    padding: 50px 0;
  }
  .intro_ttl{
    font-size: 22px;
    line-height: 1.72;
        padding: 0 2% 0 5%;
  }
  .intro_txt{
    text-align: justify;
    margin-top: 30px;
    line-height: 1.92;
  }
  .intro_img_wrap{
    margin-top: 40px;
    & span + span{
      margin-top: 15px;
    }
  }
}









/* main
***************************************************************/


/* sec01
***************************************************************/

.txt_red{
  color: var(--red);
}
.sec_ttl{
  font-size: 60px;
  text-align: center;
  display: flex;
  justify-content: center;

  &::before{
    content: '';
    width: 37px;
    height: 80px;
    background: url(../img/mugi_l.svg) center center / contain no-repeat;
    margin-right: 0.3em;
    bottom: 0.1em;
    position: relative;
  }
  &::after{
    content: '';
    width: 37px;
    height: 80px;
    background: url(../img/mugi_r.svg) center center / contain no-repeat;
    margin-left: 0.3em;
    bottom: 0.1em;
    position: relative;
  }
}
.sec01_wrap01{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
    & > div{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: clamp(30%, 340px, 32%);
      & h3{
        color: var(--red);
        text-align: center;
        font-size: 30px;
        letter-spacing: 0.02em;
        line-height: 1.33;
        margin-top: 30px;
      }
      & p{
        line-height: 1.625;
        margin-top: 25px;
        letter-spacing: 0em;
      }
   }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_ttl{
    font-size: 36px;

    &::before {
      width: 21px;
      height: 46px;
    }
    &::after{
      width: 21px;
      height: 46px;
    }
  }
  .sec01_wrap01 {
    margin-top: 50px;
    flex-direction: column;
      & > div {
        width: 100%;
          & h3 {
              font-size: 24px;
              margin-top: 15px;
          }
          & p {
              margin-top: 12px;
        }
      }
      & > div + div {
        margin-top: 30px;
      }
  }

}



/* sec02
***************************************************************/

.sec02_wrap01{
    & > div{
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
    }
    & > div .sec02_box01_txt{
      width: 50%;
      & h3{
        font-size: 30px;
        line-height: 1.33;
        position: relative;
        padding-bottom: 25px;
        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 24px;
            background: url(../img/mugi_bg.svg) right center / auto 100% no-repeat;
        }
      }
      & p{
        line-height: 2.25;
        letter-spacing: 0;
        margin-top: 30px;
      }
    }
    & > div .sec02_img{
      width: 43%;
    }
    & > div + div{
      margin-top: 80px;
    }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec02_wrap01 {
    & > div:nth-child(even) .sec02_box01_txt{
      order: 2;
    }
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec02_wrap01 {
    & > div {
        margin-top: 50px;
        flex-direction: column;
    }
    & > div .sec02_box01_txt {
        width: 100%;
        & h3 {
            font-size: 24px;
            padding-bottom: 25px;
        }
        & p {
            line-height: 1.92;
            letter-spacing: 0;
            margin-top: 10px;
        }
    }
    & > div .sec02_img {
        width: 100%;
        margin-top: 20px;
    }
    & > div + div {
        margin-top: 40px;
    }
  }
}



/* sec03
***************************************************************/

.sec03_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
.sec03_box01 > h3{
  max-width: 340px;
  width: 32%;
  aspect-ratio: 1 / 1;
  background: url(../img/sec03_contentbg.svg) center / contain no-repeat;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0;
  margin-right: 3%;
}



/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec03_box01 > h3:nth-child(3){
    margin-right: 0;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec03_box01 {
    margin-top: 50px;
  }
  .sec03_box01 > h3 {
    max-width: 250px;
    width: 75%;
    font-size: 25px;
    line-height: 1.33;
    margin-left: auto;
    margin-right: auto;
  }
  .sec03_box01 > h3 + h3 {
    margin-top: 20px;
  }
}




/* sec04
***************************************************************/
.sec04_wrap01{
  margin-top: 80px;
}
.sec04_box01{
  display: flex;
  & .sec04_img{
    max-width: 350px;
    width: 35%;
    height: auto;
  }
  & .sec04_box01_txt{
    width: 59%;
    margin-left: auto;
    & h3{
      font-size: 30px;
      font-weight: 700;
      line-height: 1.4;
      margin-top: -0.2em;
    }
    & > span{
      display: flex;
      align-items: flex-end;
      position: relative;
      padding-bottom: 25px;
      margin-top: 30px;
        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 24px;
            background: url(../img/mugi_bg.svg) right center / auto 100% no-repeat;
        }
        & .voice_name{
          font-size: 20px;
          font-weight: 700;
          margin-right: 70px;
        }
    }
    & > p{
      line-height: 1.66;
      margin-top: 20px;
    }
  }
}
.sec04_box01 + .sec04_box01{
  margin-top: 80px;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec04_wrap01 {
    margin-top: 50px;
    & .sec04_box01 {
      flex-direction: column;
        & .sec04_img {
          max-width: 280px;
          width: 70%;
          margin: 0 auto;
        }
        & .sec04_box01_txt {
          width: 100%;
          margin-top: 25px;
            & h3 {
                font-size: 23px;
                margin-top: 0;
                letter-spacing: 0;
            }
            & > span {
              margin-top: 15px;
                & .voice_name {
                    font-size: 18px;
                    margin-right: 30px;
                    white-space: nowrap;
                }
                & .voice_prof{
                  line-height: 1.3;
                  margin-bottom: -0.1em;
                }
            }
            & > p {
                margin-top: 10px;
            }
        }
    }
  }
  .sec04_box01 + .sec04_box01 {
    margin-top: 50px;
  }
}



/* sec05
***************************************************************/
.sec05_wrap01{
  margin-top: 80px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  & .sec05_box{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.25;
      & .sec05_wrap01_ttl{
        max-width: 190px;
        width: 24%;
        padding-left: 30px;
        color: var(--red);
        font-weight: 700;
        display: flex;
        align-items: center;
      }
      & .sec05_wrap01_txt{
        max-width: 610px;
        width: 76%;
      }
  }
  & .sec05_box + .sec05_box{
    border-top: 1px solid #333;
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec05_wrap01 {
    margin-top: 40px;
    width: 100%;
      & .sec05_box {
          padding-top: 20px;
          padding-bottom: 20px;
          line-height: 1.71;
          flex-direction: column;
            & .sec05_wrap01_ttl {
                width: 100%;
                padding-left: 0;
                padding-bottom: 10px;
            }
            & .sec05_wrap01_txt {
                width: 100%;
            }
      }
      & .sec05_box:first-child{
        padding-top: 0;
      }
      & .sec05_box:lastt-child{
        padding-bottom: 0;
      }
  }


}





/* sec06
***************************************************************/
.sec06{
  padding-bottom: 0;
}
.sec06_wrap01{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  & .sec06_box{
    width: 48%;
      & .sec06_img{
        border-radius: 30px;
        overflow: hidden;
        display: block;
      }
      & .sec06_wrap01_ttl{
      padding-bottom: 25px;
      margin-top: 20px;
      position: relative;
      height: 75px;
      overflow: visible;
        img{
          height: 50px;
          width: auto;
        }
        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 24px;
            background: url(../img/mugi_bg.svg) right center / auto 100% no-repeat;
        }
      }
      & .sec06_wrap01_txt{
        margin-top: 20px;
        p{
          line-height: 1.625;
        }
        p + p{
          margin-top: 0.7em;
        }
      }
  }

  & .sec06_box.sec06_box01{
    & .sec06_wrap01_ttl{
      img{
      }
    }
  }

  & .sec06_box.sec06_box02{
    & .sec06_wrap01_ttl{
      img{
        height: 60px;
      }
    }
  }

  & .sec06_box.sec06_box03{
    & .sec06_wrap01_ttl{
      img{
        height: 55px;
      }
    }
  }

  & .sec06_box.sec06_box04{
    & .sec06_wrap01_ttl{
      img{
        height: 37px;
        margin-top: 8px;
      }
    }
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec06_box:nth-child(n + 3){
    margin-top: 70px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec06_wrap01 {
    margin-top: 50px;
    flex-direction: column;
      & .sec06_box {
          width: 100%;
        & .sec06_wrap01_ttl {
            margin-top: 12px;
            height: 70px;
        }
        & .sec06_wrap01_txt {
          margin-top: 10px;
          margin-top: 0;
            p {
                line-height: 1.5;
            }
            p.sec06_sns {
              /*white-space: nowrap;*/
              word-break: break-all;
            }
        }
      }
      /*& .sec06_box.sec06_box02 {
        margin-top: 20px;
      }*/
  }
  .sec06 + .sec05{
    margin-top: 60px;
  }
  .sec06_box + .sec06_box{
    margin-top: 30px;
  }
}





/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}













/* footer
***************************************************************/
.float_btn{
  /*background-color: #c30d23;
  color: #fff;
  font-weight: 700;
  text-align: center;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px,11.6vw,220px);
  height: clamp(150px,11.6vw,220px);
  border-radius: 110px;
  position: fixed;
  right: 30px;
  bottom: 5%;
  font-size: clamp(20px,1.4vw,29px);
  line-height: 1.5;
  cursor: pointer;
  transform: translateX(0);
  transition: .3s;
}
.form_in .float_btn{
  transform: translateX(300px);
}

/*.tottuan_img {
  position: absolute;
  left: 10%;
  top: -60.2%;
  width: clamp(110px, 8.5vw, 160px);
  height: auto;
  animation: loop_tottuan 4s linear infinite;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
}

@keyframes loop_tottuan {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100%{
    transform: rotate(5deg);
  }
}
*/

.foot {
  position: relative;
  z-index: 998;
  background: url(../img/foot_bg.jpg) center / cover no-repeat;
  height: 300px;
    & .inner{
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }
}
.foot_logo{
  max-width: 376px;
  width: 30%;
  height: auto;
  margin-top: auto;
}
.cRight {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: var(--white);
  /*text-align: center;
  background-color: var(--black);*/
  display: block;
  margin-top: auto;
  margin-bottom: 20px;
}

@media all and (min-width:768px) {

}



@media all and (max-width:767px) {
  .float_btn {
      width: auto;
      height: 120px;
      /* border-radius: initial; */
      position: fixed;
      right: 20px;
      bottom: 25px;
      margin-left: auto;
      padding: 0;
  }
  /*.tottuan_img {
    left: calc(50% - 9em);
    top: -45px;
    width: 65px;
  }*/
  /*.float_btn::after{
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/arrow_r_w.svg) center / contain no-repeat;
    margin-left: 0.5em;
  }*/
    .tottuan_img {
        left: auto;
        top: 0;
        width: 180px;
        position: relative;
        margin-left: auto;
    }


}
@media all and (max-width:390px) {
  /*.float_btn {
    padding-left: 20px;
  }
*/
}


/* 一覧に戻るボタン
***************************************************************/

.return_btn {
  background-color: #0080ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: 700;
  z-index: 1;
  font-size: 20px;
  margin-top: 60px;
}
.return_btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .return_btn{
    width: 220px;
    height: 40px;
    font-size: 16px;
    padding-right: 0.6em;
  }
  .return_btn img {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
  }

}



/* フェード
***************************************************************/

/*.action.up.scrollin,
.action.left.scrollin,
.action.right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.action.mv_up.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}*/

@media all and (min-width: 768px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }
  .action3.mv_up{
    opacity: 0;
    transform: translateY(30px);
  }

  .loadend .action.mv_up.scrollin{
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 1200ms,transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 600ms;
  }
  .loadend .action.mv_fade.scrollin{
    opacity: 1;
  }
  .loadend .action3.mv_up.scrollin{
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 1200ms,transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 600ms;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }

  .action.fade {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade.scrollin{
      opacity: 1;
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
  .action.delay4 {
  transition: opacity 1000ms ease 1.25s, transform 1000ms ease 1.25s;
  }
  .action.delay5 {
  transition: opacity 1000ms ease 1.5s, transform 1000ms ease 1.5s;
  }

  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur {
    opacity: 0;
  }
  .scrollin.blur {
    animation: blur 1s ease-in-out 0.2s forwards;
  }
  .scrollin.blur.delay1 {
    animation: blur 1s ease-in-out 0.7s forwards;
  }
  .scrollin.blur.delay2 {
    animation: blur 1s ease-in-out 1.2s forwards;
  }
  .scrollin.blur.delay3 {
    animation: blur 1s ease-in-out 1.7s forwards;
  }
  .scrollin.blur.delay4 {
    animation: blur 1s ease-in-out 2.2s forwards;
  }
  .scrollin.blur.delay5 {
    animation: blur 1s ease-in-out 2.7s forwards;
  }
  .scrollin.blur.delay6 {
    animation: blur 1s ease-in-out 3.2s forwards;
  }
  .scrollin.blur.delay7 {
    animation: blur 1s ease-in-out 3.7s forwards;
  }
  .scrollin.blur.delay8 {
    animation: blur 1s ease-in-out 4.2s forwards;
  }
  .scrollin.blur.delay9 {
    animation: blur 1s ease-in-out 4.7s forwards;
  }
  .scrollin.blur.delay10 {
    animation: blur 1s ease-in-out 5.2s forwards;
  }
}

@media all and (max-width: 767px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }



  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.fade_sp {
    opacity: 0;
    transition: opacity 1000ms ease 0.5s;
  }
  .action.fade_sp.scrollin{
      opacity: 1;
  }
  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
  transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
  .action.delay4_sp {
  transition: opacity 750ms ease 1.25s, transform 750ms ease 1.25s;
  }
  .action.delay5_sp {
  transition: opacity 750ms ease 1.5s, transform 750ms ease 1.5s;
  }

  @keyframes blur {
    0% {
      opacity: 0;
      -ms-filter: blur(6px);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      -ms-filter: blur(0);
      filter: blur(0);
    }
  }
  .blur_sp {
    opacity: 0;
  }
  .scrollin.blur_sp {
    animation: blur 0.75s ease-in-out 0.2s forwards;
  }
  .scrollin.blur_sp.delay1_sp {
    animation: blur 0.75s ease-in-out 0.7s forwards;
  }
  .scrollin.blur_sp.delay2_sp {
    animation: blur 0.75s ease-in-out 1.2s forwards;
  }
  .scrollin.blur_sp.delay3_sp {
    animation: blur 0.75s ease-in-out 1.7s forwards;
  }
  .scrollin.blur_sp.delay4_sp {
    animation: blur 0.75s ease-in-out 2.2s forwards;
  }
  .scrollin.blur_sp.delay5_sp {
    animation: blur 0.75s ease-in-out 2.7s forwards;
  }
  .scrollin.blur_sp.delay6_sp {
    animation: blur 0.75s ease-in-out 3.2s forwards;
  }
  .scrollin.blur_sp.delay7_sp {
    animation: blur 0.75s ease-in-out 3.7s forwards;
  }
  .scrollin.blur_sp.delay8_sp {
    animation: blur 0.75s ease-in-out 4.2s forwards;
  }
  .scrollin.blur_sp.delay9_sp {
    animation: blur 0.75s ease-in-out 4.7s forwards;
  }
  .scrollin.blur_sp.delay10_sp {
    animation: blur 0.75s ease-in-out 5.2s forwards;
  }
}







/* form
***************************************************************/
.form{
  & > .inner{
  max-width: 700px;
  /*margin: 0 auto;*/
  }
}

.form_wrap .oubo_txt{
  /*width: 25%;*/
  line-height: 2.25;
  text-align: center;
}
.snsoubo_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
      & a{
        width: 48%;
      }
}


.form_wrap > div.form_wrap--inner{
  /*width: calc(100% - 33%);*/
  /*  background-color: var(--white);*/
  margin-top: 70px;
}
.confirm .form_wrap > div.form_wrap--inner,
.thanks .form_wrap > div.form_wrap--inner {
    margin-left: auto;
    margin-right: auto;
}
.thanks .form_wrap > div.form_wrap--inner {
  margin-top: 0;
}
.formContent{
  input[type=text]{
    min-height: 50px;
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .form_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .form_wrap > p {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    letter-spacing: 0;
  }
  .section {
      margin-top: 30px;
      padding-bottom: 70px;
  }
  .form_wrap > div.form_wrap--inner {
    width: 100%;
  }
  .snsoubo_wrap {
    margin-top: 40px;
    flex-direction: column;
      & a {
          width: 80%;
          max-width: 280px;
          margin-left: auto;
          margin-right: auto;
      }
      & a + a {
        margin-top: 20px;
      }
  }
}






.wrap_wrap{
  /*display: none;*/
}
.formContent{
  /*border-bottom: 2px solid var(--black);*/
  display: flex;
  /*padding-bottom: 1em;
  margin-bottom: 1.4em;*/
}
.formContent + .formContent{
  margin-top: 50px;
}
.formContent:not(.radioForm) .formContent--content {
    display: flex;
    flex-direction: column;
}
.formContent--ttl {
    font-size: 16px;
    /*font-weight: 700;*/
    max-width: 300px;
    width: 37%;
    padding-left: 55px;
    position: relative;
    padding-top: 1em;
}
.formContent.radioForm .formContent--ttl {
  padding-top: 0;
}
.formContent.radioForm .requ {
  top: -0.1em;
}
.formContent input,
.formContent textarea{
  border: 2px solid #bfa373;
  font-weight: 400;
}


.formContent--content {
    /*margin-top: 0.7em;*/
    font-size: 16px;
    font-weight: 400;
    max-width: 500px;
    width: 63%;
}
.formContent--content label {
    display: inline-flex;
    align-items: center;
}
.formContent--content label + label {
  margin-left: 0.6em;
}
span.error{
  color: red;
  margin-top: 0.4em;
  display: block;
  font-size: 17px;
}
input, select {
    font-size: 16px;
    padding: 0.9em;
    border: none;
    border-radius: 0;
}
textarea {
    font-size: 16px;
    line-height: 1.6;
    padding: 0.5em;
    border: none;
    border-radius: 0;
    resize: vertical;
}
::placeholder {
  color: #aaa;
}
.requ {
    background-color: var(--red);
    color: #fff;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em 0.4em;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0.9em;
    /*margin-left: 0.8em;*/
    /*border-radius: 3px;*/
}
.pp_wrap{
  background-color: #fff;
  margin-top: 70px;
  border: 2px solid #bfa373;
}
.pp_ttl{
  text-align: center;
  background-color: #bfa373;
  color: #fff;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
    letter-spacing: 0.1em;
}
.pp_inner{
  padding: 30px;
  font-size: 14px;
  height: 100px;
  overflow-y: scroll;
  line-height: 1.6;
  min-height: 150px;
    & p + p{
      margin-top: 1em;
    }
}

.submit_wrap{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit_wrap button {
    color: #fff;
    background-color: var(--red);
    cursor: pointer;
    border: none;
    width: 340px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 40px;
    transition: .3s;
  opacity: 1;
}

.confirm .back_btn button{
  background-color: #999;
}

.confirm .textareaForm .formContent--content{
  line-height: 1.6;
}

.confirm .formContent--ttl {
    padding-top: 0em;
    font-weight: 600;
}


.doui_wrap{
  & .doui {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
  }
  & .error{
    text-align: center;
    margin-top: 20px;
  }
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .submit_wrap button:hover {
    opacity: .7;
  }
  .submit_wrap .next_btn{
    margin-left:30px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .formContent {
    flex-direction: column;
  }
  .formContent--content {
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  .formContent--ttl {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  input, select {
    font-size: 16px;
  }
  .requ {
    padding: 0.3em 0.8em;
    font-size: 13px;
    left: auto;
    top: 1.15em;
    right: 0;
  }
  .submit_wrap button {
    width: 280px;
    height: 70px;
    font-size: 18px;
  }
  .submit_wrap {
    margin-top: 30px;
    flex-direction: column;
  }
  span.back_btn {
    order: 2;
    margin-top: 20px;
  }
  .formContent + .formContent {
    margin-top: 30px;
  }
  .foot_logo {
    max-width: 200px;
    width: 60%;
  }
  .confirm .head_logo,
  .thanks .head_logo {
    max-width: 280px;
    margin-bottom: 60px;
  }
  .form_wrap > div.form_wrap--inner {
    margin-top: 50px;
  }
}





/* thanks
***************************************************************/
.thanks #content h3{
  font-size: 32px;
  text-align: center;
}
.thanks #content p{
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.thanks #content h3 + p{
  margin-top: 2em;
}
.thanks #content p + p{
  margin-top: 1.4em;
}
.thanks #content p:has(a){
  margin-top: 1em;
}
.thanks .back_top{
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
  display: block;
  text-align: center;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .thanks .section {
      padding-bottom: 20px;
  }
  .thanks #content h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .thanks #content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .thanks .back_top {
    font-size: 18px;
    margin-top: -20px;
  }
}


/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}





