@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&display=swap');


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  font-family: "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  text-rendering: auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0em;
  color: #231815;
  position: relative;
  /* overflow-x: hidden; */
  transform: none;
  overflow: visible;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
} 
a:hover {
  opacity: 0.7;
}

main {
  overflow-x: hidden;
}
.tx-noto{
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic',Meiryo,メイリオ,sans-serif;
  font-weight: 400;
}

.siteFadeIn {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: block;
  background-color: #fff;
  pointer-events: none;
  filter: opacity(1);
}
.siteFadeIn.opc {
  filter: opacity(0);
  transition: filter 0.8s ease-in;
}


/* Base
================================*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 900px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentsInner {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contentsInner {
    width: 100%;
    max-width: 470px;
    padding: 0 30px;
  }
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* メインコンテンツ
==============================================*/

/*ヘッダー*/
.header-pc{
  position: relative;
}
.header-pc .header_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
  padding: 0 1.5vw;
  max-width: 1300px;
  margin: 0 auto;
}
.header_logo{
  width: 231px;
  width: clamp(150px, 17vw, 231px);
}
.header_nav ul{
  align-items: center;
  font-weight: bold;
}
.header_nav li a{
  padding: 3px 20px;
  border-left: 1px solid #231815;
  font-size: 1.4rem;
}
.header_nav li:nth-of-type(3) a{
  border-right: 1px solid #231815;
}
.header_nav li.nav-int{
  padding: 3px 1vw;
  font-size: 1.4rem;
  border-left: 1px solid #231815;
}
.header_nav li.nav-int a{
  border: none;
  padding: 0;
}
.header_nav li.header_nav_snsArea{
  padding-left: 2vw;
  display: flex;
  align-items: center;
}
.header_nav li.header_nav_snsArea a{
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
.header_nav li.header_nav_snsArea a:nth-of-type(2){
  padding-left: 18px;
}
.header_nav li.header_nav_snsArea a:nth-of-type(3){
  padding-top: 5px;
  padding-left: 18px;
}
.header_nav_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #231815;
  width: 130px;
  width: clamp(100px, 10vw, 130px);
  height: 35px;
  border-radius: 8px;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1010px) {
  .header-pc .header_inner{

  }
  .header_nav li.nav-int{
    font-size: 1.3rem;
    padding:3px 10px;
  }
  .header_nav li a{
    padding: 3px 8px;
  }
  .header_nav li.header_nav_snsArea a:nth-of-type(2){
    padding-left: 8px;
  }
  .header_nav li.header_nav_snsArea a:nth-of-type(3){
    padding-left: 8px;
  }
  .header_nav li.header_nav_snsArea{
    padding-left: 8px;
  }
  .header_nav_btn{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .header_humBtn {
    display: block;
    position: fixed;
    top: 20px; right: 20px;
    width: 30px;
    height: 20px;
    z-index: 999;
  }
  .header_humBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #231815;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .header_humBtn span:nth-child(1) {
    top: 0;
  }
  .header_humBtn span:nth-child(2) {
    top: 9px;
  }
  .header_humBtn span:nth-child(3) {
    bottom: 0;
  }
  .header_humBtn.show span:nth-child(1) {
    transform: translateY(3px) rotate(-45deg);
    top: 5px;
    left: 0;
    background-color: #231815;
  }
  .header_humBtn.show span:nth-child(2) {
    opacity: 0;
    background-color: #231815;
  }
  .header_humBtn.show span:nth-child(3) {
    transform: translateY(-3px) rotate(45deg);
    top: 11px;
    left: 0;
    background-color: #231815;
  }
  .header_inner {
    overflow: auto;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
  }

  .header_inner.show {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    z-index: 998;
    transition: transform .5s, opacity .5s;
  }

  .header_contentsWrapper{
    padding: 100px 40px 0;
  }

  .header_menu li a{
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 30px 0;
  }

  .is-open {
    overflow: hidden;
  }
  .is-open .header_inner {
    z-index: 998;
    visibility: visible;
    opacity: 1;
  }

  .header_nav{
    margin-top: 50px;
  }
  .header_nav ul li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding: 8px 0;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    line-height: 1.5;
  }
  .header_nav ul li:nth-of-type(1){
    margin-top: 0;
  }
  .header_nav li a{
    padding: 0;
    border-left: none;
    font-size: 1.8rem;
  }
  .header_nav_snsArea-sp{
    margin-top: 40px;
    align-items: center;
    justify-content: center;
  }
  .header_nav_snsArea-sp a{
    margin-left: 25px;
  }
  .header_nav_snsArea-sp a:nth-of-type(1){
    margin-left: 0;
  }
  .header_nav li:nth-of-type(3) a{
    border-right: none;
  }
}

/*MV*/
.mvArea {
  width: 100vw;
  height: 95vh;
  position: relative;
}
.mvArea > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: -20px;
}
.slick-slide img{
  width: 100%;
}
.mv-slide-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.mv-slide-dots li{
  display: inline-block;
  margin: 0 3px;
  background-color: #ccc;
  width: 7px;
  height: 7px;
  border-radius: 7px;
}
.mv-slide-dots li button{
  text-indent: -9999px;
}
.mv-slide-dots li.slick-active{
  background-color: #b3b3b3;
}
.mv-imgArea-sp.slick-slider{
  display: none;
}
@media screen and (max-width: 900px) {
  .mv-imgArea.slick-slider{
    display: none;
  }
  .mv-imgArea-sp.slick-slider{
    display: block;
  }
}


.mv_bottomBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.mv_bottomBtn li:nth-of-type(2){
  padding-left: 100px;
}
@media screen and (max-width: 900px) {
  .mv_bottomBtn{
    display: block;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0 65px;
    text-align: center;
  }
  .mv_bottomBtn li:nth-of-type(2){
    margin-top: 45px;
    padding-left: 0;
  }
  .mv__bottomImg{
    width: 95%;
    margin-top: 40px;
  }
  .mv__bottomImg figure:nth-of-type(2){
    text-align: right;
  }
}


/* コンセプト */
.conceptArea{
  padding-top: 130px;
  background-color: #f9f3e3;
  text-align: center;
  background: url(../img/consept_bg-top-pc.jpg) no-repeat top left / 100% #f9f3e3;
}
.conceptArea h2{
  position: relative;
}
.conceptArea h2::before{
  content: "";
  position: absolute;
  width: 220px;
  height: 179px;
  top: -70px;
  left: 0;
  background: url(../img/concept_img01.png) no-repeat center / 100%;
}
.conceptArea h2::after{
  content: "";
  position: absolute;
  width: 58px;
  height: 53px;
  top: -30px;
  right: 140px;
  background: url(../img/ic_tree.png) no-repeat center / 100%;
}
.concept__top{
  margin-top: 30px;
}
.concept__top > div{
  position: relative;
  margin-top: 70px;
}
.concept__top > div::before{
  content: "";
  position: absolute;
  width: 221px;
  height: 170px;
  bottom: -60px;
  right: -30px;
  background: url(../img/concept_img02.png) no-repeat center / 100%;
}
.concept__top > div::after{
  content: "";
  position: absolute;
  width: 58px;
  height: 53px;
  bottom: -20px;
  left: 50px;
  background: url(../img/ic_tree.png) no-repeat center / 100%;
}
.concept__main{
  margin-top: 90px;
  font-size: 1.7rem;
  letter-spacing: 0.01em;
}
.concept__main_block01,.concept__main_block02{
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  line-height: 1.25em;
}
.concept__main_block01 p,.concept__main_block02 p{
  width: 50%;
}
.concept__main_block01{
  position: relative;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.concept__main_block01::after{
  content: "";
  position: absolute;
  width: 58px;
  height: 53px;
  bottom: 15px;
  right: 0;
  background: url(../img/ic_tree.png) no-repeat center / 100%;
}
.concept__main_block01 img{
  margin-left: 0px;
  margin-right: 60px;
}
.concept__main_block02{
  margin-top: 30px;
  padding-bottom: 30px;
}
.concept__main_block02 p{
  width: calc(100% - 500px);
}
.concept__main_block02 img{
  margin-right: 120px;
  padding-top: 20px;
}


@media screen and (max-width: 900px) {
  .conceptArea {
    margin-top: -70px;
    padding-top: 21vw;
    background: url(../img/consept_bg-top-sp.png) no-repeat top left / 100% #f9f3e3;
  }
  .conceptArea h2{
    max-width: 185px;
    margin: 0 auto;
  }
  .conceptArea h2::before{
    display: none;
  }
  .conceptArea h2 img{
    margin-left: -33px;
    min-width: 199px;
  }
  .concept__top > div::before{
    display: none;
  }
  .contentsInner-concept{
    padding-top: 30px;
    background-color: #f9f3e3
  }
  .concept__top{
    margin-top: 20px;
  }
  .concept__top > div{
    margin-top: 30px;
  }
  .concept__main{
    margin-top: 35px;
    font-size: 1.6rem;
  }
  .concept__main_block01{
    display: block;
    text-align: center;
  }
  .concept__main_block01 p, .concept__main_block02 p{
    width: 100%;
    margin-top: 40px;
    text-align: left;
    line-height: 1.3;
  }
  .concept__main_block02{
    margin-top: 45px;
    padding-bottom: 90px;
    text-align: center;
    justify-content: center;
  }
  .concept__main_block02 img{
    margin-right: 0;
    padding-top: 0;
  }
  .conceptArea h2::after{
    width: 58px;
    top: 10px;
    right: -80px;
    background: url(../img/ic_tree.png) no-repeat center / 90%;
  }
  .concept__top > div::after{
    bottom: -70px;
    left: -20px;
    background: url(../img/ic_tree.png) no-repeat center / 90%;
  }
  .concept__main_block01::after{
    bottom: -50px;
    background: url(../img/ic_tree.png) no-repeat center / 88%
  }
  .concept__main_block01 img{
    padding: 0 20px;
  }
  .concept__main_block02 img{
    padding: 0 20px;
  }
}



/* about */
.aboutArea{
  padding-top: 120px;
  background: url(../img/consept_bg-bottom-pc.png) no-repeat top left / 100% #fff;
  text-align: center
}
.aboutArea h2{
  margin-top: 11vw;
  position: relative;
  z-index: 3;
}
.about__topBox{
  position: relative;
  margin-top: -60px;
  border: 2px solid #44af35;
  border-radius: 20px;
  padding: 130px 80px 90px;
}
.about__topBox::before{
  content: "";
  position: absolute;
  width: 135px;
  height: 44px;
  top: 40px;
  left: 60px;
  background: url(../img/ic_mont01.png) no-repeat center / 100%;
}
.about__topBox::after{
  content: "";
  position: absolute;
  width: 102px;
  height: 28px;
  top: 50px;
  right: 50px;
  background: url(../img/ic_mont02.png) no-repeat center / 100%;
}
.about__topBox-yuraiBox {
  position: relative;
  margin-top: 45px;
  margin: 45px 30px 0;
}
.about__topBox-yuraiBox h3 img{
  text-align: center;
  margin: 0 auto;
  padding-right: 50px
}
.about__topBox-yuraiBox_main{
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  padding: 20px 45px 20px 38px;
  border: 2px solid #231815;
  border-radius: 25px;
  box-shadow: 10px 10px #cbe1a2;
  text-align: left;
}
.about__topBox-yuraiBox_main > p{
  width: calc(100% - 200px);
  line-height: 1.8;
  font-size: 1.6rem;
}
.about__topBox-yuraiBox::before{
  content: "";
  position: absolute;
  width: 162px;
  height: 130px;
  top: -30px;
  right: -70px;
  background: url(../img/about_img01.png) no-repeat center / 100%;
}
.about__topBox-yuraiBox::after{
  content: "";
  position: absolute;
  width: 134px;
  height: 105px;
  bottom: -60px;
  left: -50px;
  background: url(../img/about_img02.png) no-repeat center / 100%;
}
.about__omoi{
  margin-top: 70px;
}
.about__omoi > h3{
  width: 560px;
  max-width: 0 auto;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 2.6rem;
  text-align: center;
  background-color: #fedd78;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}
.about__omoi > h3::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 28px 0 28px;
  border-color: #fedc78 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.about__omoi-list{
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
.about__omoi-list::after{
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: 49%;
  left: 48.5%;
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/omoi_mainLogo-pc.png) no-repeat center / 100%;
}
.about__omoi-list > li{
  position: relative;
  width: 49%;
  height: 180px;
  padding: 60px 10px 15px 30px;
  border-radius: 14px;
  background-color: #f9f3e3;
}
.about__omoi-list > li:nth-of-type(n+3){
  height: 185px;
}
.about__omoi-list > li:nth-of-type(n+3){
  margin-top: 20px;
}
.about__omoi-list li > h3{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00a179;
  z-index: 3;
}
.about__omoi-list li > h3 span{
  position: absolute;
  top:0;
  left: 0;
}
.about__omoi-list li:nth-of-type(1) > h3{
  top: -6px;
  left: 103px;
}
.about__omoi-list li:nth-of-type(2) > h3{
  top: -5px;
  left: 9px;
}
.about__omoi-list li:nth-of-type(3) > h3{
  top: -5px;
  left: 20px;
}
.about__omoi-list li:nth-of-type(4) > h3{
  top: -5px;
  left: 68px;
}
.about__omoi-list li:nth-of-type(1) > h3 span{
  top: 15px;
  left: 25px;
}
.about__omoi-list li:nth-of-type(2) > h3 span{
  top: 15px;
  left: 90px;
}
.about__omoi-list li:nth-of-type(3) > h3 span{
  top: 15px;
  left: 28px;
}
.about__omoi-list li:nth-of-type(4) > h3 span{
  top: 15px;
  left: 80px;
}

.about__omoi-list > li:nth-of-type(1){
  padding: 55px 10px 15px 95px;
  background: url(../img/omoi_img01-pc.png) no-repeat top 20px left -15px / 110px 132px #f9f3e3;
}
.about__omoi-list > li:nth-of-type(2){
  padding: 60px 10px 15px 95px;
  background: url(../img/omoi_img02-pc.png) no-repeat top 15px right 10px / 127px 140px #f9f3e3;
}
.about__omoi-list > li:nth-of-type(3){
  padding: 60px 10px 15px 22px;
  background: url(../img/omoi_img03-pc.png) no-repeat bottom 10px right 10px / 84px 85px #f9f3e3;
}
.about__omoi-list > li:nth-of-type(4){
  padding: 62px 10px 10px 65px
}
.about__omoi-list > li:nth-of-type(4)::after{
  content: "";
  position: absolute;
  width: 117px;
  height: 84px;
  top: -15px;
  right: 0px;
  background: url(../img/omoi_img04-pc.png) no-repeat center / 100%;
}

.about__omoi-list_inner{
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  text-align: left;
}
.about__omoi-list_inner li{
  position: relative;
  padding-left: 12px;
}
.about__omoi-list_inner li::before{
  content: "";
  position: absolute;
  background-color: #02983b;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 10px;
}
.about__omoi_merit{
  margin-top: 55px;
  justify-content: space-between;
}
.about__omoi_merit h3{
  max-width: 400px;
}
.about__omoi_merit > li{
  position: relative;
}
.about__omoi_merit > li > ul{
  position: absolute;
  top: 70px;
  left: 50px;
}
.about__omoi_merit > li > ul >li{
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-top: 13.5px;
  padding-left: 20px;
  
}
.about__omoi_merit > li > ul >li:nth-of-type(1){
  margin-top: 0;
}
.about__omoi_merit > li > ul >li::after{
  content: "";
  position: absolute;
  background-color: #ec6c00;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  border-radius: 10px;
}
.about__omoi_merit > li:nth-of-type(2) > ul > li{
  margin-top: 10px;
  line-height: 1;
}
.about__omoi_merit > li:nth-of-type(2) > ul >li:nth-of-type(1){
  margin-top: 0;
  line-height: 1.4;
}

.about__end{
  position: relative;
  width: 675px;
  margin-top: 60px;
  margin: 60px auto 0;
  font-size: 2.1rem;
  color: #00a63c;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.about__end span{
  display: inline-block;
  width: 100%;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #44af35 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4px;
  padding-top: 8px;
}
.about__end::before{
  content: "";
  position: absolute;
  width: 143px;
  height: 135px;
  bottom: -45px;
  left: -150px;
  background: url(../img/img_aboutBottom01-pc.png) no-repeat center / 100%;
}
.about__end::after{
  content: "";
  position: absolute;
  width: 71px;
  height: 132px;
  bottom: -30px;
  right: -110px;
  background: url(../img/img_aboutBottom02-pc.png) no-repeat center / 100%;
}

@media screen and (max-width: 900px) {
  .aboutArea{
    padding-top: 23vw;
  }
  .aboutArea h2{
    margin-top: 0;
    padding: 0 70px;
    max-width: 500px;
    margin: 0 auto;
  }
  .about__topBox{
    width: 85%;
    max-width: 470px;
    margin-top: -37px;
    padding: 60px 10px 155px;
    border: 0.7px solid #44af35;
    background: url(../img/img_aboutBottom-sp.png) no-repeat bottom 30px center / 202px 102px;
  }
  .about__topBox::before {
    width: 49px;
    height: 16px;
    top: 25px;
    left: 16px;
    background: url(../img/ic_mont01.png) no-repeat center / 100%;
  }
  .about__topBox::after {
    width: 37px;
    height: 11px;
    top: 31px;
    right: 16px;
    background: url(../img/ic_mont02.png) no-repeat center / 100%;
  }
  .about__topBox-yuraiBox{
    margin: 100px 25px 0;
  }
  .about__topBox-yuraiBox_main{
    padding: 40px 20px 20px;
    border: 0.5px solid #231815;
    box-shadow: 5px 5px #cbe1a2;
    border-radius: 10px;
    display: block;
    text-align: center;
  }
  .about__topBox-yuraiBox_main > img{
    width: 75%;
  }
  .about__topBox-yuraiBox::before{
    top: -88px;
    right: -10px;
  }
  .about__topBox-yuraiBox h3 img{
    padding-right: 0;
    padding: 0 20px 0;
  }
  .about__topBox-yuraiBox_main > p{
    width: 100%;
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
  .about__topBox-yuraiBox::after{
    width: 170px;
    height: 140px;
    bottom: -120px;
    left: 63%;
    transform: translateX(-50%);
  }
  .about__omoi {
    margin-top: 145px;
}
  .about__omoi > h3{
    width: 85%;
    font-size: 2.2rem;
    line-height: 1.5;
    border-radius: 6px;
  }
  .about__omoi-list{
    display: block;
    width: 85%;
    margin: 70px auto 0;
  }
  .about__omoi-list::after {
    display: none;
  }
  .about__omoi-list > li{
    width: 100%;
    height: auto;
  }
  .about__omoi-list > li:nth-of-type(n+3) {
    height: auto;
  }
  .about__omoi-list > li:nth-of-type(1) {
    padding: 170px 15px 20px 25px;
    background: url(../img/omoi_img01-sp.png) no-repeat top 45px center / 222px 97px #f9f3e3;
  }
  .about__omoi-list > li:nth-of-type(2) {
    padding: 170px 15px 20px 25px;
    background: url(../img/omoi_img02-sp.png) no-repeat top 40px center / 169px 105px #f9f3e3;
  }.about__omoi-list > li:nth-of-type(3) {
    padding: 180px 15px 20px 25px;
    background: url(../img/omoi_img03-sp.png) no-repeat top 40px right 50% / 134px 135px #f9f3e3;
  }
  .about__omoi-list > li:nth-of-type(4) {
    padding: 185px 15px 20px 25px;
    background: url(../img/omoi_img04-sp.png) no-repeat top 40px right 50% / 181px 130px #f9f3e3;
  }
  .about__omoi-list li:nth-of-type(1) > h3 {
    top: -25px;
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__omoi-list li:nth-of-type(2) > h3 {
    top: -25px;
    width: 192.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__omoi-list li:nth-of-type(3) > h3 {
    top: -25px;
    width: 235px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__omoi-list li:nth-of-type(4) > h3 {
    top: -25px;
    width: 134px;
    left: 50%;
    transform: translateX(-50%);
  }
  .about__omoi-list > li:nth-of-type(n+2){
    margin-top: 60px;
  }
  .about__omoi-list li:nth-of-type(2) > h3 span{
    top: 15px;
    left: 20px;
  }
  .about__omoi-list li:nth-of-type(3) > h3 span{
    top: 13px;
    left: 16px;
  }
  .about__omoi-list li:nth-of-type(4) > h3 span{
    top: 15px;
    left: 25px;
  }
  .about__omoi-list > li:nth-of-type(4)::after{
    display: none;
  }
  .about__omoiList-logo{
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .about__omoi_merit{
    flex-direction: column;
    align-items: center;
  }
  .about__omoi_merit > li:nth-of-type(2){
    margin-top: 30px;
  }
  .about__end{
    width: 85%;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 3.8vw, 1.6rem);;
    line-height: 2.0;
  }
  .about__end::before,.about__end::after{
    display: none;
  }
  .about__omoi_merit{
    margin: 30px 25px 0;
  }
}


.torikumiArea{
  margin-top: 120px;
  padding-top: 155px;
  background: url(../img/torikumi_bg-pc.png) no-repeat top left / 100% #dee8b0;
}
.torikumi__top{
  position: relative;
  text-align: center;
}
.torikumi__top::before{
  content: "";
  position: absolute;
  width: 172px;
  height: 183px;
  bottom: -20px;
  left: 30px;
  background: url(../img/torikumi_img01.png) no-repeat center / 100%;
}
.torikumi__top::after{
  content: "";
  position: absolute;
  width: 170px;
  height: 199px;
  bottom: -10px;
  right: 50px;
  background: url(../img/torikumi_img02.png) no-repeat center / 100%;
}


.torikumi__list{
  margin-top: 55px;
  line-height: 1.3;
}
.torikumi__list li.torikumi__list_box{
  margin-top: 40px;
  padding: 60px 5%;
  background-color: #fff;
  border-radius: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.torikumi__list li.torikumi__list_box.box-01{
  margin-top: 0;
}
.torikumi__list_box-left{
  min-width: 420px;
}
.torikumi__list_box-left h3{
  margin-bottom: 20px;
}
.torikumi__list_box-right{
  width: 55%;
  margin-left: 45px;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div{
  margin-top: 10px;
  border: 1px solid #231815;
  border-radius: 10px;
  overflow: hidden;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div:nth-of-type(1){
  margin-top: 0;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dt{
  padding: 3px 0;
  border-bottom: 1px solid #231815;
  background-color: #dee8b0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd{
  padding: 8px 10px 10px;
  font-size: 1.5rem;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data03 dd{
  padding: 13px 10px 10px;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span{
  display: flex;
  width: 53px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  background-color: #808080;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 3px;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span.spOnly{
  display: none;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div{
  display: flex;
  align-items: center;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div p{
  margin-left: 20px;
  font-size: 1.6rem;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div p:nth-of-type(1){
  margin-left: 0;
}

.torikumi__list_box-data01 .data_note{
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
  margin-right: 10px;
}
.data-ml10{
  margin-left: 10px;
}
.torikumi__list_box-data02 > dd > div >.flex p:nth-of-type(1){
  margin-left: 0;
}
.torikumi__list_box-data02 > dd > div >.flex.row-2{
  margin-top: 10px;
  align-items: flex-start;
}
.torikumi__list_box-data02 .data-ic{
  position: relative;
  margin-left: 25px;
  font-size: 1.4rem;
}
.torikumi__list_box-data02 > dd > div >.flex.row-2 > p.data-ic.tx-slim{
  position: relative;
  margin-left: 0;
  font-size: 1.35rem;
  width: 75%;
}
.data-ic::before{
  content: "";
  position: absolute;
  width: 11px;
  height: 44px;
  top: 1px;
  right: -16px;
  background: url(../img/torikumi__list_box-data-icL.png) no-repeat center / 100%;
}
.data-ic::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 42px;
  top: 0;
  left: -22px;
  background: url(../img/torikumi__list_box-data-icR.png) no-repeat center / 100%;
}
.torikumi__list_box-data02 > dd > div >.flex.row-2 > p.data-ic.tx-slim::before{
  content: "";
  position: absolute;
  width: 11px;
  height: 60px;
  top: 1px;
  right: -4px;
  background: url(../img/torikumi__list_box-data-icL.png) no-repeat center / 100% 100%;
}
.torikumi__list_box-data02 > dd > div >.flex.row-2 > p.data-ic.tx-slim::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 60px;
  top: 0;
  left: -20px;
  background: url(../img/torikumi__list_box-data-icR.png) no-repeat center / 100% 100%;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span.num{
  position: relative;
  background: #FFF;
  color: #231815;
  display: block;
  width: auto;
  height: auto;
  font-size: 1.55rem;
  padding-left: 15px;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span.num::before{
  content: "\02460";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span.num._02::before{
  content: "\02461";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
 .data-sp-flex-right._05{
  width: 360px;
 }
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.row-2{
  margin-top: 10px;
}
.torikumi__list_box-data03 div.list-tri p{
  position: relative;
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 11px;
}
.torikumi__list_box-data03 div.list-tri p:nth-of-type(1){
  margin-top: 0;
}
.torikumi__list_box-data03 div.list-tri p::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 27px;
  top: -1px;
  left: 0;
  background: url(../img/ic_arrR-blk.png) no-repeat center / 100%;
}
.torikumi__list_box.box-05 .data-ic::before{
  display: none;
}
.torikumi__list_box.box-05 .data-ic::after{
  display: none;
}
.torikumi__list_box.box-05 .torikumi__list_box-data02 .data-ic{
  margin-left: 5px;
  padding-top: 2px;
}
.torikumi__list_box.box-06 .data-ic::before,.torikumi__list_box.box-06 .data-ic::after{
  display: none;
}
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p{
  margin-left: 5px;
}
/* .torikumi__list_box.box-06 .torikumi__list_box-data02 > dd > div >.flex.row-2{
  align-items: end;
} */
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p{
  margin-left: 10px;
}
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p:nth-of-type(1){
  margin-left: 0;
}
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-sp-flex-right._05{
  margin-left: 0;
}
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-sp-flex-right{
  margin-left: 0;
}
.torikumi__list_box.box-06 .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div.list-tri p{
  margin-left: 5px;
}
.torikumi__matomeArea{
  padding-top: 120px;
  padding-bottom: 160px;
  text-align: center;
}
.torikumi_matomeInner{
  position: relative;
}
.torikumi_matomeInner::after{
  content: "";
  position: absolute;
  width: 66px;
  height: 80px;
  bottom: 100px;
  left: 30px;
  background: url(../img/ic_tree02.png) no-repeat center / 100%;
}
.torikumi__matomeArea h2{
  margin-bottom: 90px;
  text-align: center;
  position: relative;
}
.torikumi__matomeArea h2::before{
  content: "";
  position: absolute;
  width: 66px;
  height: 80px;
  bottom: 0;
  left: 50px;
  background: url(../img/ic_tree03.png) no-repeat center / 100%;
}
.torikumi__matomeArea p{
  text-align: center;
}
.torikumi__matomeArea img.pcOnly{
  display: inline-block;
}
.torikumi_matome02{
  position: relative;
}
.torikumi_matome02::after{
  content: "";
  position: absolute;
  width: 66px;
  height: 80px;
  bottom: -30px;
  right: 30px;
  background: url(../img/ic_tree02.png) no-repeat center / 100%;
}
.torikumi_matome03{
  margin-top: 70px;
}
.torikumi_matome04{
  margin-top: 40px;
}
a.torikumi_btn-shiryou{
  display: inline-block;
  margin-top: 120px;
  text-align: center;
  
}
a.torikumi_btn-shiryou:hover img{
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.torikumi__list_box.box-02{
  position: relative;
}
.torikumi__list_box.box-02::after{
  content: "";
  position: absolute;
  width: 66px;
  height: 80px;
  bottom: 70px;
  right: -30px;
  background: url(../img/ic_tree02.png) no-repeat center / 100%;
}
.torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-ic-sp{
  display: none;
}

.partnerArea{
  position: relative;
  padding: 120px 0 330px;
  background: linear-gradient(to bottom,  #37a0da 0%,#a9ce52 100%);
  text-align: center;
}
.partner__box{
  position: relative;
  padding: 120px 45px;
  padding-bottom: 20px;
  border-radius: 45px;
  background-color: #fff;
  margin-top: 100px;
}
.partner__box h3{
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 653.8996px;
  height: 180.6691px;
  padding-top: 70px;
  background: #fff;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.partner__box .border{
  display: block;
  width: 90%;
  height: 10px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #769C41 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 9.9052px 9.9052px;
  position: absolute;
  z-index: 2;
  top: 65px;
}
  
.partner__box ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.partner__box ul li{
  width: 33%;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partner__box ul li p:nth-of-type(1){
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner__box ul li p:nth-of-type(2){
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.partner__box ul li:nth-of-type(n+4){
  margin-top: 45px;
}
.partner__box ul li p:nth-of-type(2){
  margin-top: 25px;
}
.partner__box ul li:nth-of-type(n+4) p:nth-of-type(2){
  margin-top: 10px;
}
.partner__note{
  margin-top: 40px;
  text-align: right;
}
.partner__bg{
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 160px;
  width: 100%;
  max-width: 1155px;
  margin: 0 auto;
}
.partnerArea img.logo_01{
  max-width: 172px;
  margin-top: 10px;
}
.partnerArea img.logo_06{
  max-width: 285px;
}


@media screen and (max-width: 900px) {
  .torikumi__top::before {
    width: 68px;
    height: 80px;
    bottom: 60px;
    left: 30px;
  }
  .torikumi__top::after{
    width: 63px;
    height: 79px;
    bottom: 82px;
    right: 50px;
  }
  .torikumiArea{
    margin-top: 80px;
    padding-top: 60px;
    background: url(../img/torikumi_bg-sp.png) no-repeat top left / 100% #dee8b0;
  }
  .torikumi__list{
    margin-top: 40px;
  }
  .torikumi__list li.torikumi__list_box{
    border-radius: 15px;
  }
  .torikumi__top.contentsInner{
    padding: 0 20px;
  }
  .torikumi__list li.torikumi__list_box{
    display: block;
    margin-top: 65px;
    padding: 20px 7%;
  }
  .torikumi__list_box-left{
    min-width: auto;
  }
  .torikumi__list_box-right{
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dt{
    font-size: 1.7rem;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div{
    display: block;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd{
    padding: 8px 4px 10px 8px;
    font-size: 1.35rem;
    position: relative;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data03 dd{
    padding: 12px 4px 10px 8px;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p{
    letter-spacing: -0.04em;
    line-height: 1.55;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span{
    margin-right: 3px;
    border-radius: 2px;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span._nostyle{
    display: block;
    background-color: #fff;
    color: #231815;
    width: 68%;
    font-size: 1.14rem;
    padding-top: 1px;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p span.num{
    font-size: 1.35rem;
  }
  .data-sp-flex-right._05{
    margin-top: 5px;
  }
  .data-flex-sp{
    display: flex;
    align-self: center;
    justify-content: flex-start;
  }
  .data-sp-mt{
    margin-top: 10px;
  }
  .data_note-sp{
    position: absolute;
    bottom: -3px;
    right: 10px;
    width: 100%;
    height: 30px;
    font-size: 1.15rem;
    text-align: right;
    letter-spacing: -0.05em;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-ic{
    display: none;
  }
  .row-2.flex{
    display: block;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.row-2 span{
    width: 60px;
  }
  .torikumi__list_box.box-02::after{
    top: -100px;
    right: 40px;
  }
  .torikumi__list_box.box-02::before{
    content: "";
    position: absolute;
    width: 66px;
    height: 80px;
    bottom: -60px;
    left: 22px;
    background: url(../img/ic_tree03.png) no-repeat center / 86%;
  }
  .torikumi__list_box.box-03::before{
    content: "";
    position: absolute;
    width: 66px;
    height: 80px;
    bottom: -60px;
    right: 22px;
    background: url(../img/ic_tree02.png) no-repeat center / 86%;
  }
  .torikumi__list_box.box-05 .data-ic::after{
    display: block;
  }
  .data-ic-sp{
    margin-top: 8px;
  }
  .data-sp-flex-right{
    width: calc(100% - 70px);
  }
  .row-2.flex.data-flex-sp{
    display: flex;
  }
  .data-note-sp-small{
    display: inline-block;
    width: 140px;
    padding-left: 10px;
  }
  .tx-slim-sp{
    transform: scaleX(0.9);
    width: 50%;
  }
  .torikumi__matomeArea img.pcOnly{
    display: none;
  }
  .torikumi__matomeArea{
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .torikumi__matomeArea h2{
    margin-bottom: 40px;
  }
  .torikumi_matome03{
    margin-top: 30px;
  }
  .torikumi_matome03 img{
    width: 216px;
    margin: 0 auto;
  }
  .torikumi_matome04{
    margin-top: 25px;
  }
  .torikumi_matome04 img{
    width: 158px;
    margin: 0 auto;
  }
  a.torikumi_btn-shiryou{
    margin-top: 45px;
  }
  .torikumi__matomeArea h2::before,.torikumi_matome02::after,.torikumi_matomeInner::after{
    display: none;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-ic-sp{
    display: block;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div dd > div p.data-ic-sp img{
    max-width: 260px;
  }
  .data-flex-sp-center01{
    display: flex;
  }
  .torikumi__list_box-data03 div.list-tri p::before{
    width: 12px;
    height: 20px;
    top: 1px;
  }
  .torikumi__list_box-data03 div.list-tri p{
    padding-left: 12px;
  }
  .data-small-sp01{
    font-size: 1.3rem;
  }
  .partnerArea{
    padding: 80px 0 140px;
  }
  .partnerArea h2{
    width: 90%;
    margin: 0 auto;
  }
  .partner__box{
    width: 85%;
    margin-top: 70px;
    border-radius: 20px;
    padding: 90px 20px 20px;
  }
  .partner__box ul{
    justify-content: space-between;
  }
  .partner__box ul li{
    width: 45%;
  }
  .partner__box h3{
    width: 87%;
    top: -26px;
    font-size: 1.5rem;
    padding-top: 55px;
  }
  .partner__box .border{
    width: 82%;
  }
  .partner__box ul li p{
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .partner__box ul li p:nth-of-type(1){
    height: 45px;
  }
  /* .partner__box ul li:nth-of-type(n+4){
    margin-top: 20px;
  } */
  /* .partner__box ul li:nth-of-type(n+4) p:nth-of-type(2){
    margin-top: 10px;
  } */
   .partner__box ul li p{
    margin-top: 0;
   }
   .partner__box ul li p:nth-of-type(2){
    margin-top: 0;
   }
   .partner__box ul li:nth-of-type(n+4) p:nth-of-type(2){
    margin-top: 0;
   }
   .partner__box ul li:nth-of-type(n+4){
    margin-top: 0;
   }
   .partner__box ul li:nth-of-type(1) p,.partner__box ul li:nth-of-type(2) p{
    margin-top: 20px;
   }
  .partner__box ul li:nth-of-type(3) p:nth-of-type(2){
    margin-top: 25px;
   }
   .partner__box ul li:nth-of-type(4) p:nth-of-type(2){
    margin-top: 20px;
   }
   .partner__box ul li:nth-of-type(5) p:nth-of-type(2){
    margin-top: 25px;
   }
   .partner__box ul li:nth-of-type(7) p:nth-of-type(2){
    margin-top: 10px;
   }
   .partner__box ul li:nth-of-type(n+3){
    margin-top: 30px;
   }

  .partnerArea img.logo_01{
    max-width: 75%;
    margin: 0 auto;
  }
  .partnerArea img.logo_06{
    max-width: 100%;
  }
  .partner__note{
    font-size: 1.4rem;
  }
  .partner__bg{
    width: 140%;
    max-width: 600px;
    bottom: 60px;
  }
  .torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div p{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
    .torikumi__list_box-right dl.torikumi__list_box-data > div.torikumi__list_box-data01 dd > div p{
      font-size: 1.2rem;
    }
  
}

@media screen and (max-width: 360px) {
  .torikumi__list.contentsInner{
    padding: 0 10px;
  }
  
}

.tx-slim{
  transform: scaleX(0.9);
  width: 100%;
}


.interview01{
  position: relative;
  background-color: #feebc8;
  padding-bottom: 100px;
}
.interview01::after{
  content: "";
  position: absolute;
  width: 472px;
  height: 114px;
  bottom: 0;
  right: 0;
  background: url(../img/int_bg01-pc.png) no-repeat center / 100%;
}
.interview__headArea{
  padding-top: 160px;
  margin-bottom: 45px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.interview01 .interview__headArea::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  top: -50px;
  right: 0;
  background: url(../img/torikumi_bg-bottom-pc.png) no-repeat center / 100%;
}

.interview__headArea p{
  margin-left: 35px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.interview__mainBox{
  position: relative;
}
.interview_boxWrap{
  width: 1040px;
  margin: 0 auto;
  margin-top: 135px;
  position: relative;
}
.interview_boxWrap::before{
  content: "";
  position: absolute;
  width:1040px;
  height: 88px;
  top: -88px;
  right: 0;
  background: url(../img/int_box01-border-top.png) no-repeat center / 100%;
}
.interview_boxWrap::after{
  content: "";
  position: absolute;
  width:1040px;
  height: 87px;
  bottom: 0px;
  right: 0;
  background: url(../img/int_box01-border-bottom.png) no-repeat center / 100%;
}
.interview__mainBoxArea{

}
.interview__mainBox{
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
  background-color: #fff;
  border-left: 2.5px solid #e15f09;
  border-right: 2.5px solid #e15f09;
}
.interview__mainBox.peason01{
  padding-bottom: 45px;
}
.interview__mainBox.peason02{
  padding-top: 45px;
  padding-bottom: 90px;
  border: none;
  border-radius: 0 0 75px 75px;
}
.interview__txArea-head{
  position: relative;
  padding-left: 25px;
  padding-bottom: 8px;
  font-size: 2.3rem;
  color: #e15f09;
  text-align: left;
  line-height: 1.111;
  font-weight: bold;
}
.interview__txArea-head::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 0;
  background: url(../img/ic_square-red.png) no-repeat center / 100%;
}
.interview__txArea{
  width: 55%;
  text-align: center;
}
.interview__mainTx{
  line-height: 1.625;
  text-align: left;
}
.interview__mainBox_peason-btn{
  display: inline-block;
  width: 253px;
  margin-top: 30px;
}
.interview__mainBox.peason01::after{
  content: "";
  position: absolute;
  width: 885px;
  height: 5px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/int_border01-pc.png) no-repeat center / 100%;
}
.interview__mainBox.peason02{
  flex-direction: row-reverse;
}
.interview__mainBox.peason02::before{
  content: "";
  position: absolute;
  width: 2px;
  height: 375px;
  top: 0;
  left: 0;
  background-color: #e15f08;
}
.interview__mainBox.peason02::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 375px;
  top: 0;
  right: 0;
  background-color: #e15f08;
}
.interview__peason02-inner{
  flex-direction: row-reverse;
  justify-content: space-between;
}

a.interview_bottomBtn{
  display: block;
  margin-top: 80px;
  width: 711px;
  margin: 70px auto 0;
  z-index: 3;
  position: relative;
}


.interview02{
  position: relative;
  background-color: #b8dcf5;
  padding-bottom: 170px;
}
.interview02::after{
  content: "";
  position: absolute;
  width: 472px;
  height: 114px;
  top: 0;
  left: 0;
  background: url(../img/int_bg02-pc.png) no-repeat center / 100%;
}

.interview02 .interview__txArea-head{
  color: #008bcf;
}
.interview02 .interview__txArea-head::before {
  background: url(../img/ic_square-blu.png) no-repeat center / 100%;
}
.interview02 .interview__mainBox.peason01::after {
  content: "";
  position: absolute;
  width: 885px;
  height: 5px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/int_border02-pc.png) no-repeat center / 100%;
}
.interview02 .interview_bottomBtn{
  width: 625px;
}
.interview02 .interview_boxWrap::before {
  content: "";
  position: absolute;
  width: 1040px;
  height:88px;
  top: -88px;
  right: 0;
  background: url(../img/int_box02-border-top.png) no-repeat center / 100%;
}
.interview02 .interview_boxWrap::after {
  content: "";
  position: absolute;
  width: 1040px;
  height: 87px;
  bottom: 0;
  right: 0;
  background: url(../img/int_box02-border-bottom.png) no-repeat center / 100%;
}
.interview02 .interview__mainBox.peason02{
  padding-bottom: 90px;
}
.interview02 .interview__mainBox{
  border-left: 2px solid #008bcf;
  border-right: 2px solid #008bcf;
}
.interview02 .interview__mainBox.peason02{
  border: none;
}
.interview02 .interview__mainBox.peason02::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 402px;
  top: 0;
  left: 0;
  background-color: #008bcf;
}
.interview02 .interview__mainBox.peason02::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 402px;
  top: 0;
  right: 0;
  background-color: #008bcf;
}
@media screen and (max-width: 900px) {
  .interview__headArea{
    display: block;
    padding-top: 70px;
  }
  .interview__headArea h2{
    padding: 0 35px;
  }
  .interview__headArea h2 img{
    margin: 0 auto;
  }
  .interview__headArea p{
    margin-left: 0;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .interview_boxWrap{
    width: 100%;
    margin-top: 60px;
  }
  .interview_boxWrap::before{
    width: 100%;
    height: 55px;
    top: -40px;
    background: url(../img/int_box01-border-top-sp.png) no-repeat center / 100%;
  }
  .interview__mainBoxArea{
    padding: 0 40px;
  }
  .interview_boxWrap::after{
    width: 100%;
    height: 40px;
    bottom: -10px;
    background: url(../img/int_box01-border-bottom-sp.png) no-repeat center / 100%;
  }
  .interview__mainBox{
    display: block;
    padding: 0 7%;
  }
  .interview__txArea{
    width: 100%;
  }
  .interview__txArea-head{
    margin-top: 30px;
    font-size: 2.0rem;
    padding-left: 22px;
    padding-bottom: 15px;
    line-height: 1.3;
  }
  .interview__txArea-head::before{
    top: 6px;
  }
  .interview__mainTx{
    font-size: 1.5rem;
  }
  .interview__mainBox_peason-btn{
    width: auto;
    margin:  25px 18px 0;
    max-width: 300px;
  }
  .interview__mainBox.peason02{
    padding-bottom: 34px;
    border-radius: 0 0 20px 20px;
  }
  .interview__mainBox.peason02::before{
    height: calc(100% - 24px);
  }
  .interview__mainBox.peason02::after{
    height: calc(100% - 24px);
  }
  .interview__mainBox.peason01::after{
    width: 80%;
    max-width: 400px;
    background: url(../img/int_border01-sp.png) no-repeat center / 100%;
  }
  a.interview_bottomBtn{
    margin: 35px auto 0;
    width: 100%;
    max-width: 300px;
  }
  .interview01::after{
    width: 164px;
    height: 39px;
    background: url(../img/int_bg01-sp.png) no-repeat center / 100%;
  }
  .interview02{
    padding-bottom: 100px;
  }
  .interview02::after {
    width: 164px;
    height: 39px;
    background: url(../img/int_bg02-sp.png) no-repeat center / 100%;
  }
  .interview02 .interview_boxWrap::before {
    width: 100%;
    height: 55px;
    top: -40px;
    background: url(../img/int_box02-border-top-sp.png) no-repeat center / 100%;
  }
  .interview_boxWrap::after{
    width: 100%;
    height: 40px;
    bottom: -10px;
    background: url(../img/int_box01-border-bottom-sp.png) no-repeat center / 100%;
  }
  .interview02 .interview_boxWrap::after{
    width: 100%;
    height: 40px;
    bottom: -10px;
    background: url(../img/int_box02-border-bottom-sp.png) no-repeat center / 100%;
  }
  .interview02 .interview_bottomBtn{
    margin: 35px auto 0;
    width: 100%;
  }
  .interview02 .interview__mainBox.peason02::before {
    height: calc(100% - 30px);
    
  }
  .interview02 .interview__mainBox.peason02::after{
    height: calc(100% - 30px);
  }
  .interview02 .interview__mainBox.peason01::after{
    width: 80%;
    max-width: 400px;
    background: url(../img/int_border02-sp.png) no-repeat center / 100%;
  }
  .interview02 .interview__mainBox.peason02{
    padding-bottom: 34px;
  }
  .interview__mainBoxArea{
    max-width: 470px;
    margin: 0 auto;
  }
}




.prArea{
  position: relative;
  padding-top: 100px;
  padding-bottom: 165px;
  background-color: #f9f3e3;
}
.prArea::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 5vw;
  top: -4vw;
  right: 0;
  background: url(../img/prArea_bottomBg-pc.png) no-repeat center / 100%;
}
.prArea__top{
  align-items: center;
  justify-content: center;
}
a.pr__btn-prtimes{
  margin-top: 25px;
  margin-left: 45px;
}


a.btn_green{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 81px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #009d81;
  border-radius: 20px;
  line-height: 1;
}
.prArea__sns{
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}
.prArea__sns > ul{
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prArea__sns > ul li{
  display: inline-block;
}
.prArea__sns > ul li a.btn_green{
  width: 254px;
}
a.pr__btn-x img{
  width: 33px;
}
/* a.pr__btn-note{
  margin-left: 130px;
} */
a.pr__btn-note img{
  width: 100px;
}









.prArea__insta{
  margin-top: 80px;
  text-align: center;
}


.instaArea{
  margin-top: 50px;
}
.insta_list{
  display: flex;
  flex-wrap: wrap;
  margin: 55px auto 0;
  width: 95%;
}

.insta_list li{
  position: relative;
  width: 20%;
}
.insta_list li:nth-of-type(6){
  display: none;
}

@media screen and (max-width: 900px){
  .prArea{
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .prArea::befores{
    height: 50px;
    top: -32px;
  }
  .prArea__top{
    display: block;
  }
  a.btn_green{
    margin: 0 auto;
  }
  a.pr__btn-prtimes{
    margin-top: 30px;
  }
  .prArea__top > p{
    width: 250px;
    margin: 0 auto;
  }
  .prArea__insta{
    margin-top: 75px;
  }
  .prArea__insta.contentsInner{
    padding: 0;
  } 
  .insta_list{
    margin-top: 30px;
  }
  .insta_list li {
    width: 50%;
  }
  .insta_list li:nth-of-type(6){
    display: block;
  }
  .prArea__sns{
    flex-direction: column;
    margin-top: 70px;
  }
  .prArea__sns > ul{
    flex-direction: column;
  }
  .prArea__sns > ul li {
    display: block;
  }
  .prArea__sns > ul li:nth-of-type(n+2){
    margin-top: 40px;
  }



}

.insta_list li::before{
content: "";
display: block;
padding-top: 100%;
}

.insta_list a{
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
}

.insta_list img{
width: 100%;
height: 100%;
object-fit: cover;
}

.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}
.videoArea{
  margin-top: 80px;
  text-align: center;
}
.video_wrap{
  width: 100%;
  position: relative;
  margin-top: 35px;
  padding-top: 41.0%;
}
iframe.video_player{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 760px;
  max-height: 440px;
}
.footer{
  position: relative;
  padding: 150px 0 45px;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}
.footer::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 132px;
  top: -53px;
  right: 0;
  background: url(../img/bg_bottom-pc.png) no-repeat center / 100% #f9f3e2;
}
.footer__inner{
  justify-content: center;
  align-items: center;
}
.footer__logo-michiloshika{
  display: flex;
  align-items: center;
  height: 77px;
  padding-right: 50px;
  border-right: 2px dotted #59ab34;
}
.footer__right{
  padding-left: 50px;
  align-items: center;
  text-align: left;
}
.footer__right-companyList{
  margin-left: 55px;
}
.footer__right-companyList h3{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.list-squ span{
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.list-squ span::before{
  content: "";
  position: absolute;
  top: 4px; left: 0;
  width: 15px;
  height: 15px;
  background-color: #0f3d95;
}
.list-squ p{
  font-size: 14px;
  line-height: 1.4;
}
.footer__right-companyList-right{
  margin-left: 15px;
}

@media screen and (max-width: 900px){
  .video_wrap{
    padding-top: 56.5744%;
  }

  .footer::before{
    top: -41px;
    height: 41px;
    background: url(../img/bg_bottom-sp.png) no-repeat center / 100% #f9f3e2;
  }
  .footer{
    padding-top: 45px;
  }
  .footer__inner{
    flex-direction: column;
  }
  .footer__inner.contentsInner{
    padding: 0 20px;
  }
  .footer__logo-michiloshika{
    display: block;
    width: 80%;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px dotted #59ab34;
  }
  .footer__right{
    flex-direction: column;
    padding-left: 0;
    padding: 40px 0 0;
  }
  .footer__right-companyList{
    margin-left: 0;
  }
  .footer__right-companyList{
    margin-top: 35px;
    font-size: 1.2rem;
  }
  .footer__right-companyList h3{
    font-size: 1.5rem;
  }
  .list-squ span{
    padding-left: 15px;
    font-size: 1.2rem;
    display: block;
  }
  .list-squ p{
    font-size: 1.1rem;
  }
  .list-squ span::before{
    width: 11px; height: 11px;
  }
  .footer__right-companyList-left{
    width: 55%;
  }
  .footer__right-companyList-right{
    width: 40%;
  }
  .footer__right-companyList-right._last{
    margin-left: 0;
  }
}