@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
html{font-size: 62.5%;}
body{font-size: 16px; font-size: 1.6rem; font-family: 'noto-sans-cjk-jp',dnp-shuei-gothic-gin-std, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;font-weight: 300;background-color: #fff;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;-webkit-text-rendering: optimizeLegibility;max-width: 100vw;overflow-x: hidden; line-height: 1.6; color: #000;}

.animsition{
  opacity: 0;
}
img,svg{
  width: 100%;
  max-width: 100%;
  display: block;
}
.spView{
  display: none;
}
.sp_br{ display: none;}
.pc_br{ display: inherit;}
@media screen and (max-width: 480px) {
.pcView{
  display: none;
}
}

a.cvr{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner{
  width: 1140px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex_colum{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: -moz-column;
  flex-direction: -ms-column;
  flex-direction: -o-column;
  flex-direction: column;
}
.serif{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lato{
  font-family: 'Lato', sans-serif;
}

.dot-list > li{
  padding-left: 1em;
}
.dot-list > li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/*=========================================== loading*/

.loading {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.load-txt{
  color: #4c4c4c;
  z-index: 1;
  margin-top: 1em;
  font-size: 2rem;
}
.load-txt > span{
  opacity: 0;
}
.load-txt > span + span{
  margin-left: 5px;
}
.load-txt > span:first-of-type {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .1s;
}
.load-txt > span:nth-of-type(2) {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .3s;
}
.load-txt > span:nth-of-type(3) {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .5s;
}
.load-txt > span:nth-of-type(4) {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .7s;
}
.load-txt > span:nth-of-type(5) {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .7s;
}
.load-txt > span:nth-of-type(6) {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .7s;
}
.load-txt > span:last-of-type {
  animation: letterFade 3s ease-in-out infinite;
  animation-delay: .9s;
}
@keyFrames letterFade {
  0% {opacity: 1}
  50% {opacity: 0}
  100% {opacity: 1}
}
.loading:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,1);
  z-index: 1;
  opacity: 1;
  transform: translateY(0%);
}

.loading.is-finish:before {
  /*opacity: 0;*/
  -webkit-transition: all 1s cubic-bezier(0.7, 0.2, 0.1, 1);
  transition: all 1s cubic-bezier(0.7, 0.2, 0.1, 1);
  transform: translateY(101%);
}
.loading h1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 9em;
}
.loading h1 span {
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.7, 0.2, 0.1, 1);
  transition: all .8s cubic-bezier(0.7, 0.2, 0.1, 1);
}
.loading.is-finish h1 span
,.loading.is-finish .load-txt{
  opacity: 0;
}
/*under-loader*/
.l-loader {
 background-color: #000;
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.js-loader .l-loader {
  transform: translateY(101%);
}

.js-closeLoader .l-loader {
  transform: translateY(0%);
}
.l-loader__bg{
  position: unset;
}
.l-loader__bg div {
  transform: translateY(101%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-closeLoader .l-loader .l-loader__bg div {
  transform: translateY(0%);
}

.l-loader__bg div:nth-of-type(1) {
  background-color: #000;
  z-index: 2;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-loader__bg div:nth-of-type(2) {
  background-color: #717171;
  -webkit-transition: 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}

/*=========================================== Header*/

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
  background: rgba(255,255,255,0);
  transition: .6s all cubic-bezier(.39,.01,.39,1);
  -wedkit-transition: all .6s cubic-bezier(.39,.01,.39,1);
}
.header.is-hide{
  top: -200px;
  transition: .6s all cubic-bezier(.39,.01,.39,1);
  -wedkit-transition:.6s all cubic-bezier(.39,.01,.39,1);
}
.header.is-show{
  background: rgba(255,255,255,1);
}
.header.is-show.no-fixed{
  background: rgba(255,255,255,0);
}
.header.is-show nav > ul
,.under .header nav > ul{
  font-weight: 400;
}
.header__nav{
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  /*background: #fff;*/
  padding: 0 5rem;
}
.header__nav h1{
  width: 178px;
}
.header__nav .btn-wrap .r-button{
  width: 135px;
  height: 36px;
}
.header__nav .btn-wrap .r-button .label{
  font-size: 1.2rem;
  padding-left: 2em;
  /*font-weight: 400;*/
}
.header__nav .btn-wrap .r-button .arw{
  right: 5px;
}

/*----------------Nav*/

#header-hum{
  position: fixed;
  top: 40px;
  right: 5rem;
  width: 30px;
  height: 35px;
  margin-right: 10px;
  z-index: 999;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;}
#menu-btn{
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  background: #000;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: none;
}
#menu-btn::before
,#menu-btn::after{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#menu-btn::before{
  top: -12px;
}
#menu-btn::after{
  bottom: -12px;
}
.open #menu-btn{
  background: transparent;
}
.open #menu-btn::before{
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.open #menu-btn::after{
  top: 0;
  transform:rotate(-45deg);
  background: #fff;
}

  .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  #slide-menu-block{
    display: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(101%);
    -webkit-transition: opacity 1s,transform .6s cubic-bezier(.39,.01,.39,1) ;
    -o-transition: opacity 1s,transform .6s cubic-bezier(.39,.01,.39,1);
    transition: opacity 1s,transform .6s cubic-bezier(.39,.01,.39,1);
    z-index: 998;
    /*padding: 80px 0 50px;*/
    /*pointer-events: none;*/
    background: rgba(0,0,0,1);
    overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
  #slide-menu-block.slide{
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
.slide-menu__inner{
  /*pointer-events: auto;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 150px 50px 50px;
  width: 100%;
  min-height: 100vh;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}
.slide-menu__inner p.logo{
  position: absolute;
  top: 50px;
  left: 50px;
  width: 178px;
}
#slide-menu-block #g-nav{
  width: 100%;
  max-width: 1040px;
  justify-content: space-between;
}
.slide-link__main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.slide-link__main::after{
  content: "";
  width: 5em;
  height: 1.3em;
  background: url("../../imgs/corporate/icn_arrow_down.svg") no-repeat left bottom/100% 100%;
  position: absolute;
  left: 0;
  bottom: -2.3em;
}
.slide-link__main span.en{
  font-size: 4.3rem;
  color: #ccc;
}
.slide-link__main span.jp{
  font-weight: 600;
}
.slide-link__under{
  margin-top: 5em;
}
.slide-link__under a{
  display: block;
  font-size: 1.8rem;
}
.slide-link__under a + a{
  margin-top: 2em;
}

.slide-menu__bottom{
  margin-top: 170px;
  width: 100%;
}
.slide-link__form{
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
.slide-link__form a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid #fff;
  padding: 1em;
}
.slide-link__form a::before{
  content: "";
  width: 1em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}
.slide-link__form a::after{
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  z-index: 1;
}
.slide-link__ppt{
  width: 460px;
  max-width: 100%;
  margin: 1em auto 0;
}
.slide-link__ppt a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1em;
}

header nav{
  margin-left: auto;
  transition: opacity .6s cubic-bezier(.39,.01,.39,1);
}
nav > ul{
  margin-right: 30px;
  position: unset;
  /*font-size: 1.4rem;*/
}
nav > ul > li > *{
  display: block;
  cursor: pointer;
  padding: 2.6em 2.6em 1.6em;
}
.is-show nav > ul > li > *
,.under nav > ul > li > *{
  /*padding-top: 40px;*/
  padding-bottom: 35px;
  color: #000;
}
nav > ul > li > * span::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .6s cubic-bezier(.39,.01,.39,1);
}
nav > ul > li > *:hover span::after{
  transform: scale(1, 1);
}
.is-show nav > ul > li > * span::after
,.under nav > ul > li > * span::after{
  background: #000;
}
/*プルダウン*/
.js-pdn__in{
  display: none;
  position: absolute;
  /*border: 2px solid #e3e6e8;
  background: #fff;*/
  top: 90%;
  left: -5em;
  padding: 0;
  min-width: 20em;
}
.js-pdn__in::before{
  content: "";
  width: 5em;
  height: 1px;
  background: linear-gradient(90deg, rgba(241,140,27,1) 0%, rgba(135,194,60,1) 20%, rgba(81,193,221,1) 40%, rgba(70,122,190,1) 60%, rgba(197,86,155,1) 80%, rgba(232,58,57,1) 100%);;
  position: absolute;
  top: 2.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pdn__wrap{
  width: 100%;
  padding: 0 20px;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.js-pdn__in ul{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.js-pdn__in ul li{
  background: #f5f5f5;
  margin: 2.5px 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-width: 12.5em;
  border: 1px solid #f5f5f5;
}

.js-pdn__in ul li a{
  display: block;
  padding: .8em 1em;
  font-size: 1.6rem;
  text-align: center;
}

.js-pdn__in ul li:hover{
  background: rgba(255,255,255,.9);
  color: #333;
}
.head-btn{
  margin-right: 110px;
}
.head-btn a{
  display: block;
  background: #000;
  color: #fff;
  padding: .68em 2.4em;
  border-radius: 25px;
}
/*=========================================== Conteiner*/

/*--linkbtn----------------------*/

.btn-wrap-more
,.btn-wrap-about
,.btn-wrap-blog{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 460px;
  max-width: 80%;
  margin-top: 50px;
}
.btn-splatter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .8em 1em;
  border: 1px solid #000;
  user-select: none;
  background-color: #fff;
  transition:
    /*background-color 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28),
    box-shadow 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28),*/
    transform 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  
}
.btn-splatter::after{
  content: "";
  width: .5em;
  height: .5em;
  border: 1px solid #000;
  border-color: #000 #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  z-index: 1;
}
.btn-splatter::before{
  content: "";
  width: 1em;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: .8em;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
}

.btn-splatter:focus {
  outline: 0;
}

.btn-splatter:active {
  background-color: #fff;
  /*box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);*/
  transform: translateY(0.1rem) scale(0.95);
  transition:
    /*background-color 150ms ease-out,
    box-shadow 150ms ease-out,*/
    transform 150ms ease-out;
}
.splatter {
  position: absolute;
  top: 0;
  left: 0;
}
.splatter-round-rb
,.splatter-round-og
,.splatter-round-grn
,.splatter-round-pnk
,.splatter-round-dbr
,.splatter-round-br
,.splatter-round-red
,.splatter-round-ppl
,.splatter-round-ylw
,.splatter-round{
  position: absolute;
}

.splatter-round-rb {
  width: 1em;
  height: 1em;
  background-color: #51c1dd;
  border-radius: 50%;
}
.splatter-round{
  width: 1.24em;
  height: 1.24em;
  background-color: #f18c1b;
  border-radius: 50%;
}
.splatter-round-og {
  width: 1.24em;
  height: 1.24em;
  background-color: #f18c1b;
  border-radius: 50%;
}
.splatter-round-grn {
  width: .8em;
  height: .8em;
  background-color: #87c23c;
  border-radius: 50%;
}
.splatter-round-pnk {
  width: 1em;
  height: 1em;
  background-color: #e53667;
  border-radius: 50%;
}
.splatter-round-dbr {
  width: 1em;
  height: 1em;
  background-color: #58469a;
  border-radius: 50%;
}
.splatter-round-br {
  width: 1em;
  height: 1em;
  background-color: #3e489c;
  border-radius: 50%;
}
.splatter-round-red {
  width: 1em;
  height: 1em;
  background-color: #e83a39;
  border-radius: 50%;
}
.splatter-round-ppl {
  width: 1em;
  height: 1em;
  background-color: #c5569b;
  border-radius: 50%;
}
.splatter-round-ylw {
  width: .5em;
  height: .5em;
  background-color: #f4c81f;
  border-radius: 50%;
}


/*main vis
==========================================*/

#key{
  width: 100%;
  aspect-ratio:1/0.625;
  max-height: 795px;
  overflow: hidden;
}
#key h2{
  font-size: 80px;
  font-size: 8rem;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  /*font-weight: 400;*/
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  transform: translateX(-20px);
}
#key h2.view{
  opacity: 1;
}
#key .key-cmnt{
  margin-top: 3rem;
}
#key .key-txt{
  line-height: 1.6;
}
#key .key-txt::before{
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -70px;
  top: .85em;
  line-height: 1.75;
}
.key-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.5rem 0 12rem;
}
#key .key-cmnt .btn-wrap{
  margin-top: 50px;
}
.mv-wrap{
  margin: 0 calc(50% - 50vw);
  max-width: 100%;
  overflow: hidden;
}
.mv-wrap::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../imgs/main_wp.png");
  z-index: 5;
}
.swiper-container {
    width: 100%;
}
.slide-img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.slide-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 5s linear 0s 1 normal both;  
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/*Content
===============================================================*/
#content.top-page{
  padding-top: 110px;
}
/*section_title
===================================*/

.sec-title{
  padding-left: 8%;
}
.sec-title span{
  font-size: 8.4rem;
}
.line-title::after{
  content: "";
  width: 90%;
  height: 3px;
  background: #eeeeee;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.line-title span{
  display: block;
  background: #fff;
  z-index: 1;
  padding-right: 30px;
}

h3{
  font-size: 2.5em;
}

/*Topics
====================================*/
.sec-topics-blc{
  padding-bottom: min(150px,20vw);
}
.sec-topics-blc .sec-title span{
  max-width: 100%;
  width: 5.5em;  
}
.sec-topics-box{
  -ms-align-items: center;
  align-items: center;
  margin-top: min(94px,15vw);
}
.sec-topics-box .topics-list{
  margin-top: min(50px,10vw);
}
.topics-list{
  width: min(1000px,100%);
}
.topics-list li{
  padding-right: 1.5em;
}
.topics-list li:not(:last-child){
  padding-bottom: min(30px,5vw);
}
.topics-list p.date{
  font-weight: 600;
}
.topics-list li + li{
  padding-top: min(30px,5vw);
  border-top: 1px solid #E9EAEA;
}
.topics-list li a::before{
  content: "";
  width: 5px;
  aspect-ratio:1/1;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn-wrap-blog{
  margin-top: min(80px,15vw);
}

.page-topics-detail .btn-wrap-blog{
  margin-top: 0;
}
/*archive detail*/
.page-topics .page-title span{
  width: 5em;
}
.under-contents.page-topics-blc{
  margin-top: 120px;
  padding-bottom: min(150px,30vw);
}
.page-topics-blc::before{
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: min(140px,20vw);
  background: #f5f5f5;
}
.page-topics-box
,.page-topics-detail{
  -ms-align-items: center;
  align-items: center;
  gap:min(150px,20vw);
  padding-top: min(80px,10vw);
  background: #fff;
  max-width: calc(100% - 20px);
}
.acv-pager{
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap:1em;
}
.acv-pager > *{
  width: 2em;
  font-size: .875em;
  aspect-ratio:1/1;
  border: 1px solid #7E7E7E;
  font-family: sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
}
.topics-detail_wrap{
  width: min(1000px,100%);
}
.detail_header{
  font-weight: 600;
}
.detail_header .post-title{
  font-size: min(1.875em,5.25vw);
}
.detail_header .post-date{
  margin-top: min(30px,10vw);
}
.detail_body{
  margin-top: min(50px,10vw);
  word-break: break-all;
}
.detail_body a{
  text-decoration: underline;
}
/*aboutus
====================================*/
.sec-mission-blc{
  padding-bottom: 150px;
}
.sec-mission-blc .sec-title span{
  max-width: 100%;
  width: 8em;  
}

.sec-mission-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.sec-mission-box h3{
  font-size: 4.5rem;
  text-align: center;
  margin-top: 50px;
  line-height: 1.4;
}
.sec-mission-box .top-txt{
  text-align: center;
  line-height: 1.6;
  margin-top: 45px;
}



/* Service
====================================*/

.sec-service-blc{
  background: url("../../imgs/corporate/gly_logo.svg") #000 no-repeat 136% bottom/auto 95%;
  padding-top: 115px;
  padding-bottom: 95px;
  color: #fff;
}
.sec-service-blc .sec-title span{
  max-width: 100%;
  width: 7em;  
}
.sec-service-box{
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 90px;
}
.sec-service-box > div{
  width: 48%;
}
.sec-service-box > div:nth-child(2){
  margin-top: 80px;
}
.service-cat{
  padding-bottom: 2em;
}
.service-cat::before{
  content: "";
  width: 95%;
  height: 1px;
  background: #3e3e3e;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.service-cat::after{
  content: "";
  width: 100%;
  height: 1px;
  transform: scaleX(.3);
  transform-origin: left center;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
  -o-transition: all .5s cubic-bezier(.165,.84,.44,1);
  transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.service-cat .thumb{
  width: 95%;
}
.service-cat .thumb::before{
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3e3e3e;
  -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
  -o-transition: all .5s cubic-bezier(.165,.84,.44,1);
  transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.service-cat.is__active .thumb::before{
  top: 8%;
  left: 8%;
}

.service-cat .thumb p{
  width: 95%;
  overflow: hidden;
}
.service-cat .thumb p::before{
  content: "";
  display: block;
  padding-top: 90%;
}
.service-cat .thumb p span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}
.service-cat .thumb p span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform .5s cubic-bezier(.165,.84,.44,1);
  -o-transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1);
}
.service-cat .cmnt{
  margin-top: 10%;
  width: 92%;
}
.service-cat .cmnt p.intitle{
  font-weight: 600;
}
.service-cat .cmnt p.intext{
  margin-top: .5em;
}
.service-cat:hover .thumb::before{
  top: 5%;
  left: 5%;
}
.service-cat:hover::after{
  transform: scaleX(1);
}
.service-cat:hover .thumb p span img{
  transform: scale(1.1);
}

/* Noitce
====================================*/
.sec-notice-blc{
  padding-top: 150px;
}
.sec-notice-blc .sec-title span{
  max-width: 100%;
  width: 6em;  
}
.sec-notice-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
.sec-notice-box p.intxt{
  text-align: center;
  margin-top: 50px;
}

/*Contact
====================================*/
.sec-contact-blc{
  padding-bottom: 270px;
}
.sec-contact-blc p.top-text{
  text-align: center;
}
.sec-contact-blc p.top-text + .sec-contact-box{
  margin-top: 35px;
}
.sec-contact-box{
  width: 1040px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.sec-contact-box > div{
  width: 50%;
  padding: 4% 10px 5%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.4;
}
.sec-contact-box > div a{
  display: block;
}
.dial-area .icn{
  width: 3.4em;
}
.dial-area .inbox{
  max-width: calc(100% - 3.4em);
  padding-left: 1em;
}
.dial-area a{
  font-family: sans-serif;
  font-size:2.25em;
  letter-spacing: .075em;
}
.mail-area .icn{
  width: 3.75em;
}
.mail-area .inbox{
  max-width: calc(100% - 3.75em);
  padding-left: 1em;
}
.mail-area .inbox .b-btn{
  margin-top: 5px;
}
.mail-area a{
  background: #000;
  color: #fff;
  font-size: 1.125em;
  padding: .5em 3em .5em 2.5em;
}
.mail-area a::before{
  content: "";
  width: .75em;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: .9em;
  transform: translateY(-50%);
  display: block;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mail-area a::after{
  content: "";
  width: .4em;
  height: .4em;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 50%;
  right: .9em;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.mail-area a:hover::before
,.mail-area a:hover::after{
  right: .6em;
}

/*top_privacy_area
=================================*/
.top_privacy_area div {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width:900px){
  .top_privacy_area div {
    margin-bottom: 200px;
  }
}/* ==========max-width:900px========= */
@media screen and (max-width:700px){
  .top_privacy_area div {
  display: block;
  margin-bottom: 150px;
  }
}/* ==========max-width:700px========= */

.top_privacy_area div p {
  max-width: 580px;
  line-height: 2;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width:700px){
  .top_privacy_area div p  {
    margin-right: 0;
    margin-bottom: 10px;
  }
}/* ==========max-width:700px========= */

.top_privacy_area div img {
  width: 99px;
  max-width: 100%;
}
@media screen and (max-width:700px){
  .top_privacy_area div img {
    margin-left: auto;
  }
}/* ==========max-width:700px========= */
@media screen and (max-width:414px){
  .top_privacy_area div img {
    width: 77px;
  }
}/* ==========max-width:414px========= */


/*Foot-area
=================================*/

.sec-foot-area{
  background: #000;
  color: #fff;
  font-size: .75em;
  padding-top: 100px;
  padding-bottom: 80px;
}
.sec-foot-area .tree{
  position: absolute;
  width: 155px;
  overflow: hidden;
  top: -254px;
  left: 0;
}
.sec-foot-inner{
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.sec-foot-inner .logo-area p.logo{
  font-size: 4rem;
  width: 5em;
}
.sec-foot-inner .logo-area .data{
  margin-top: 50px;
}
.sec-foot-inner .logo-area .data p + p{
  margin-top: 10px;
}
.sec-foot-inner .logo-area .data p.company-name{
  font-weight: 600;
  font-size: 1.33em;
}
ul.foot-nav {
  width: 52%;
  justify-content: flex-end;
}
ul.foot-nav > li > a
,ul.foot-nav > li > p{
  font-weight: 700;
  display: block;
}
ul.foot-nav > li a span::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -.25em;
  left: 0;
  background: #3e3e3e;
  transform: scale(0);
  transform-origin: left;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
ul.foot-nav > li a:hover span::after{
  transform: scale(1);
}
ul.foot-nav > li{
  width: calc(100%/4)
}
ul.foot-nav a
,ul.foot-nav p{
  padding: .5em;
  display: block;
}
footer{
  background: #000;
  margin-top: -1px;
}
footer p{
  text-align: center;
  padding: 1em;
  color: #5e5e5e;
  font-size: .8em;
}

/*UNDER
 ========================================================================*/

main.under #content{
  padding-top: 120px;
}

.under-head{
  padding-left: 8%;
}
.page-title{
  font-size: 1em;
}
.page-title span{
  font-size: 9.5rem;
  max-width: 70%;
  display: block;
  background: #fff;
  z-index: 1;
  padding-right: 30px;
}
.page-title::after {
  content: "";
  width: 90%;
  height: 3px;
  background: #eeeeee;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.under-head .title-jp{
  font-weight: 700;
  font-size: 1.56em;
  margin-top: 50px;
}

.under-contents{
  margin-top: 200px;
}
main.under .sec-contact-blc{
  margin-top: 200px;
}
main.under .sec-contact-box{
  border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
}

/*Service
=============================================*/
.page-service .page-title span{
  width: 6em;
}
.page-service .page-title .st0{
  fill:#e9eaea
}
.page-service-box{
  padding-bottom: 100px;
}
.page-service-box h3{
  font-size: 3.43em;
  width: 50%;
  max-width: calc(1440px / 2);
}
.page-service-box::before{
  content: "";
  width: 100%;
  height: calc(100% - 7.5em);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-service-inner{
  margin-left: 8%;
  padding-right: 30px;
  max-width: 1440px;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1440px) {
  .page-service-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .page-service-inner{
    justify-content: center;
  }
}
.page-service-inner > div{
  width: 50%;
  max-width: calc(1440px / 2);
}
.page-service-inner .thumb-area{
  width: 52%;
}
.page-service-inner .cmnt-area{
  width: 48%;
}
.page-service-inner h3{
  position: absolute;
  top: 0;
}
.page-service-inner .thumb-area p{
  width: 90%;
}
.page-service-inner .thumb-area::before{
  content: "";
  width: 90%;
  height: 100%;
  display: block;
  position: absolute;
  top: 3%;
  right:5%;
}
.page-service-box .cmnt-area{
  padding-right: min(6em,5vw);
  padding-top: calc(65px + 7.5em);
}
.page-service-inner .cmnt-area .intext{
  text-align: justify;
}
.page-service-box .cmnt-area ul{
  margin-top: 1em;
}
.page-service-box .cmnt-area ul + *{
  margin-top: 1em;
}
/*運営*/
#operation.page-service-box h3{
  left:0;
}
#operation.page-service-box::before{
  background: #000;
}
#operation.page-service-box .page-service-inner div.thumb-area{
  right: 0;
}
#operation.page-service-box .page-service-inner .thumb-area::before{
  background: #3e3e3e;
}
#operation.page-service-box .cmnt-area p.intext
,#operation.page-service-box .cmnt-area .service-bnr{
  color: #fff;
}
.service-bnr{
  width: 300px;
  max-width: 55%;
  margin-top: 50px;
}
.service-bnr p.name{
  text-align: center;
  font-size: .75em;
  margin-top: 5px;
}

/*提供*/
#offer.page-service-box{
  margin-top: 150px;
}
#offer.page-service-box h3{
  width: 50%;
  left: calc(100% - 50%);
  max-width: calc(1440px / 2);
}
#offer.page-service-box::before{
  background: #f5f5f5;
}
#offer.page-service-box .cmnt-area{
  padding-right: 5%;
}
#offer.page-service-box .page-service-inner .thumb-area::before{
  background: #e5e5e5;
}

/*Company
=============================================*/

.page-company .page-title span{
  width: 7em;
}

.under-contents.page-company-blc{
  margin-top: 115px;
}
.company-data-box
,.map-area{
  width: 900px;
}
.company-data-box dl > div:first-child{
  padding-bottom: 2em;
}
.company-data-box dl > div:not(:first-child){
  padding: 2em 0;
}
.company-data-box dl > div{
  border-bottom: 1px solid #9e9f9f;
}
.company-data-box dl dt{
  font-weight: 700;
  width: 12em;
}
.company-data-box dl dd{
  width: calc(100% - 12em)l
}
.company-map-box{
  margin-top: 200px;
}
.company-map-box h3{
  font-weight: 700;
  font-size: 1.56em;
  margin-left: 8%;
}
.company-map-box .map-area{
  margin-top: 100px;
}
.map-body{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.map-body::before{
  content: "";
  display: block;
  padding-top: 59.333%;
}
.map-body iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map-btn{
  margin-top: 34px;
  width: 220px;
  max-width: 80%;
}
.map-btn a{
  display: block;
  background: #e9eaea url("../../imgs/corporate/pin.svg") no-repeat 90% center/1em;
  font-size: .875em;
  padding: .8em 2em;
  border-radius: 25px;
  font-weight: 700;
}
/*Misson
=============================================*/

.page-mission .page-title span{
  width: 7em;
}
.page-mission .mission-message-box .page-title span{
  width: 10em;
  max-width: 85%;
}
.mission-top-box{
  width: 1070px;
  padding-bottom: 140px;
}
.mission-top-box h4{
  font-size: 2.5em;
  font-weight: 600;
}
.mission-top-cat{
  margin-top: 50px;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.mission-top-cat .cmnt-area{
  width: 62%;
  padding-right: 1em;
}
.mission-top-cat .thumb-area{
  width: 38%;
}

/*massage*/
.mission-message-box{
  background: #e9eaea;
  padding-top: 115px;
  padding-bottom: 120px;
}
.mission-message-box .page-title span{
  background: #e9eaea;
}
.mission-message-box .page-title::after{
  background: #fff;
}
.mission-message-cmnt{
  padding-left: 8%;
  padding-right: 20px;
  margin-top: 50px;
}
.mission-message-cmnt::before{
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.mission-message-cmnt .inbox{
  background: #fff;
  width: 1070px;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 75px;
  padding-bottom: 105px;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .mission-message-cmnt .inbox{
    margin: 0 auto;
  }
}
.mission-message-cmnt .inbox .cmnt-area{
  width: 660px;
  max-width: 70%;
  padding-right: 4em;
}
.mission-message-cmnt .inbox .sign-area .name{
  font-size: 1.875em;
  font-family: serif;
  font-weight: 700;
  letter-spacing: 1.7px;
}
.mission-office{
  width: 100%;
  overflow: hidden;
}
.mission-office::before{
  content: "";
  display: block;
  padding-top: 27%;
}
.mission-office p{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page-mission-blc .btn-wrap-about{
  margin: 150px auto 0;
}

/*Recruit
=============================================*/
.page-recruit h2 span{
  width: 7em;
}
.under-contents.page-recruit-blc{
  margin-top: 100px;
}
.recruit-key{
  width: 100%;
  overflow: hidden;
}
.recruit-key::after{
  content: "";
  display: block;
  padding-top: 27%;
}
.recruit-key p{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.recruit-inner{
  width: 1240px;
  max-width: 95%;
  transform: translateY(-50px);
  background: #fff;
  padding: 120px 20px 80px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.recruit-inner h3{
  text-align: center;
}
.recruit-inner .top-text{
  width: min(774px,100%);
  margin-top: 50px;
  line-height: 2;
  text-align: justify;
}
.recruit-inner .top-text.cnt{
  text-align: center;
}
.recruit-inner > div:first-of-type{
  margin-top: 100px;
}
.recruit-inner > div + div{
  margin-top: 100px;
}
.recruit__cat{
  max-width: 1030px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.recruit__cat h4{
  font-size: 1.25em;
  font-weight: 700;
}
.recruit__cat h4.dot-title{
  padding-left: 1.4em;
}
.recruit__cat h4.dot-title::before{
  content: "";
  width: .55em;
  height: .55em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .38em;
}
.recruit__cat h4.dot-title.org::before{
  background: #f08b18;
  border: 3px solid #f8c285;
}
.recruit__cat h4.dot-title.grn::before{
  background: #87c13c;
  border: 3px solid #bce389;
}
.recruit__cat h4.dot-title.pnk::before{
  background: #e43867;
  border: 3px solid #f090aa;
}
.recruit__cat h4.dot-title.blu::before{
  background: #51bfdc;
  border: 3px solid #9cd8e8;
}
.recruit__cat h4.dot-title.ppl::before{
  background: #c4559a;
  border: 3px solid #dfa4c9;
}
.recruit__cat h4.dot-title + .cmnt{
  margin-top: 40px;
}
.recruit__cat .in-text{
  line-height: 1.8;
}
.recruit__cat .clm_cmnt{
  gap:min(70px,5vw);
}
.recruit__cat .clm_cmnt .in-box{
  width: calc(100% / 3);
}
.recruit__cat .clm_cmnt .in-box .in-title{
  font-weight: 600;
  padding-left: 1.85em;
}
.recruit__cat .clm_cmnt .in-box .in-title::before{
  content: "";
  width: 1em;
  aspect-ratio:1/1;
  position: absolute;
  left: 0;
  top: .25em;
  border: 1px solid #E1E1E1;
}
.recruit__cat .clm_cmnt .in-box .in-title::after{
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: 2.5px;
  width: 10px;
  height: 5px;
  
  transform: rotate(-45deg);
}
.recruit__cat .clm_cmnt .in-box .in-title.ck-bl::after{
  border-left: 2px solid #007DC7;
  border-bottom: 2px solid #007DC7;
}
.recruit__cat .clm_cmnt .in-box .in-title.ck-pnk::after{
  border-left: 2px solid #F81764;
  border-bottom: 2px solid #F81764;
}
.recruit__cat .clm_cmnt .in-box .in-title.ck-ppl::after{
  border-left: 2px solid #D34C9D;
  border-bottom: 2px solid #D34C9D;
}
.recruit__cat .clm_cmnt .in-box .in-text{
  margin-top: 1em;
}
.recruit__cat ul.box-list
,.recruit__cat ul.link-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.recruit__cat ul.box-list li{
  width: calc(100% / 4.5);
  text-align: center;
  border: 1px solid #dedddd;
  padding: 10px 20px;
}
.recruit__cat ul.box-list li + li::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ddd;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
}
.recruit__cat ul.box-list + .intext{
  margin-top: 40px;
}
.recruit__cat ul.link-list li{
  width: calc(100% / 4.5);
  
}
.recruit__cat ul.link-list li a{
  display: block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
}

.page-recruit-box.bk_gry{
  padding-top: 120px;
}
.page-recruit-box.bk_gry::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #f5f5f5;
}
.page-recruit-box.bk_gry .recruit-inner{
  padding-top: 80px;
}
.recruit__cat h4.flr_title{
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.recruit__cat h4.flr_title::after{
  content: "";
  width: 3em;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.recruit__cat h4.flr_title span{
  display: block;
  padding-left: 1.65em;
}
.recruit__cat h4.flr_title span::before{
  content: "";
  width: 1.16em;
  height: 1.16em;
  background: url("../../imgs/corporate/flr_catch.svg") no-repeat center/100%;
  display: block;
  position: absolute;
  left: 0;
  top: .25em;
}
.recruit__cat h4 + .cmnt{
  margin-top: 35px;
}
.recruit__cat .cmnt .no-rec{
  font-weight: 700;
  text-align: center;
}
.prv-list dt{
  font-weight: 700;
}
.prv-list dd + dt{
  margin-top: 2em;
}
.prv-list dd p.dot{
  padding-left: 1em;
}
.prv-list dd p.dot::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.recruit-inner .btn-wrap-about{
  margin: 40px auto 0;
}
main.under .page-recruit > .sec-contact-blc{
  margin-top: 0;
}

/*電話占い*/
.forture__cat{
  max-width: 1030px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
.forture__cat .in-box{
  width: calc((100% / 3) - 40px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.forture__cat .icn-area{
  width: 90%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #dedddd;
}
.forture__cat .icn-area::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.forture__cat .icn-area > div{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.forture__cat .icn-area > div p.icn{
  width: 35%;
}
.forture__cat .icn-area > div p.text{
  text-align: center;
  font-size: 1.5em;
}
.forture__cat .cmnt {
  margin-top: 2em;
}
.forture__cat .cmnt p{
  text-align: justify;
}
.forture__about{
  max-width: 1030px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.forture__about h3{
  width: 100%;
  background: #000;
  color: #fff;
  padding: 0px 10px 5px ;
}
.forture__about ul.check-list{
  margin-top: 60px;
}
.forture__about ul.check-list li + li{
  margin-top: 20px;
}
.forture__about ul.check-list li p{
  padding-left: 2em;
}
.forture__about ul.check-list li p::before{
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  top: .25em;
  border-radius: 2px;
}
.forture__about ul.check-list li p::after{
  content: "";
  position: absolute;
  display: block;
  top: .5em;
  left: .15em;
  width: 10px;
  height: 5px;
  transform: rotate(-55deg);
}
.forture__about ul.check-list li p.ck-blu::after{
  border-left: 2px solid #4679bc;
  border-bottom: 2px solid #4679bc;
}
.forture__about ul.check-list li p.ck-pnk::after{
  border-left: 2px solid #e43867;
  border-bottom: 2px solid #e43867;
}
.forture__about ul.check-list li p.ck-ppl::after{
  border-left: 2px solid #c4559a;
  border-bottom: 2px solid #c4559a;
}
.forture__about ul.check-list li p.ck-ylw::after{
  border-left: 2px solid #f4c81e;
  border-bottom: 2px solid #f4c81e;
}

/*Praivacy Policy
=============================================*/
.under-contents.page-praivacy-blc{
  margin-top: min(120px,15vw);
  padding-bottom: min(200px,25vw);
}
.page-privacy h2 span{
  width: 13em;
  max-width: 85%;
}
.page-praivacy-box{
  padding-top: min(120px,20vw);
}
.page-praivacy-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(140px,25vw);
  background: #f5f5f5;
}

.privacy-inner{
  width: 95%;
  max-width: 1240px;
  transform: translateY(min(-50px,-8vw));
  background: #fff;
  padding: min(100px,10vw) 20px 0px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.privacy-inner > *{
  width: 900px;
  max-width: 100%;
}
ul.pp-list{
  counter-reset: count 0;
  margin-top: 1.44em;
}
ul.pp-list li{
  padding-left: 1.71em;
}
ul.pp-list li + li{
  margin-top: 1.44em;
}
ul.pp-list li::before{
  content: counter(count)".";
  counter-increment: count 1;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
ul.pp-list li p span{
  display: block;
  font-weight: 700;
  margin-bottom: .5em;
}
.pp-attention{
  margin-top: 3em;
  line-height: 1.8;
}
.pp-attention p.in-title{
  font-weight: 700;
}
.privacy-inner .p-mark{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
}
.privacy-inner .p-mark .cmnt{
  width: 72%;
}
.privacy-inner .p-mark .cmnt p span{
  display: block;
  font-weight: 700;
}
.privacy-inner .p-mark .logo{
  width: 83px;
  max-width: 15%;
}

/*CONTACT
==========================================*/

.page-contact h2 span{
  width: 7em;
}
.under-head .title-jp.logo{
  -ms-align-items: center;
  align-items: center;
}
.under-head .title-jp.logo span{
  display: block;
  width: 2.5em;
  padding-right: .5em
}

.page-contact-blc{
  max-width: 1040px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 20px;
}
.contact-head{
  width: 70%;
  margin-left: auto;
}
.contact-head .dial-area{
  border: 1px solid #000;
  padding: 20px 30px;
  -ms-align-items: center;
  align-items: center;
}
.contact-head .dial-area .icn{
  width: 48px;
}
.contact-head .dial-area .cmnt{
  margin-left: 30px;
}
.contact-head .dial-area .cmnt p.intitle{
  font-size: 1.25em;
}
.contact-head .dial-area .cmnt .num{
  -ms-align-items: center;
  align-items: center;
  
}
.contact-in{
  justify-content: space-between;
}
.contact-in .step-area{
  width: 27%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.contact-in .step-area > div + div{
  margin-top: 80px;
}
.contact-in .step-area > div + div::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12.5px 0 12.5px;
  border-color: #e9eaea transparent transparent transparent;
  position: absolute;
  left: 40%;
  top: -50%;
  transform: translateY(-50%);
}
.step-cat{
  text-align: center;
}
.step-cat .step{
  font-size: 1.5625em;
  padding: .15em .8em .3em 1em;
  background: #e9eaea;
  letter-spacing: .35em;
}
.step-cat.active .step{
  background: #000;
  color: #fff;
}
.contact-in .form-area{
  width: 73%;
}
.contact-head .dial-area + .contact-txt{
  margin-top: 2em;
}
.contact-txt a{
  text-decoration: underline;
}
.contact-txt span.red{
  color: #bd0201;
}
.contact-body{
  margin-top: 120px;
  padding-bottom: 300px;
}
.contact-body .form-wrap{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

dl.form-list > div + div{
  margin-top: 45px;
}
dl.form-list dt{
  width: 11em;
  
}
dl.form-list dt p{
  padding-top: .8em;
}
dl.form-list dt p.must::after{
  content: "(※)";
  font-size: .75em;
  color: #bd0201;
  padding-left: .5em;
  font-weight: 400;
}
dl.form-list dd{
  width: calc(100% - 11em);
}
dl.form-list dd span.att{
  font-size: .875em;
  color: #777;
}
/*form*/
.form-list input[type="text"]
,.form-list input[type="email"]
,.form-list input[type="tel"]
,.form-list textarea{
  background: #e9eaea;
  width: 100%;
  padding: 1em;
  border-radius: 0;
  outline: none;
}
.form-list textarea{
  min-height: 250px;
}
dl.form-list dd span.error-text{
  font-size: .875em;
  color: #bd0201;
}

/*radio*/
.input.radio{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:10px 1em;
  padding-top: 1em;
}
.input.radio input{
    display: none;
  }
.input.radio label{
  padding-left: 1.5em;
  display: block;
}
.input.radio label::before
,.input.radio label::after{
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.input.radio label::before{
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  left: 0;
}
.input.radio label::after{
  background-color: #f08b18;
  border-radius: 50%;
  opacity: 0;
  width: .65em;
  height: .65em;
  left: .25em;
  z-index: 1;
}
.input.radio input:checked + label::after {
  opacity: 1;
}
/*upfile*/
.file-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.file-wrap input[type="file"]{
 display: none;
}
.file-wrap > label span{
  display: block;
  border: 1px solid;
  padding: .5em 1em;
  min-width: 9em;
}
.file-wrap > label + p{
  padding-left: 1em;
  font-size: .85em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc( 100% - 12em);
}

/*checkbox*/

.check-btn{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.check-btn > * + *{
  margin-top: 20px;
}
.form-btn{
  width: 100%;
}
.form-btn input{
  width: 100%;
  background: rgba(0,0,0,1);
  color: #fff;
  font-size: 1.25em;
  padding: .5em 1em;
  letter-spacing: .5em;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.agree{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
}
.agree .check-wrap{
  width: 1.25em;
  height: 1.25em;
}
.agree p{
  padding-left: .8em;
  line-height: 1.8;
}
.agree p a::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.agree label{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.agree label::before
,.agree label::after{
  content: "";
  display: block; 
  position: absolute;
  
}
.agree label::before{
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  left: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.agree label::after{
  opacity: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  top: .25em;
  left: .25em;
  width: .8em;
  height: .4em;
  transform: rotate(-45deg);
  z-index: 1;
}
.agree input:checked + label::after {
  opacity: 1;
}
#ck-btn[disabled]{
  background: rgba(0,0,0,.5);
}

/*確認画面*/
.form-area p.check-title{
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}
dl.form-list.check{
  margin-top: 50px;
}
dl.form-list.check .input p{
  padding-top: 1em;
}
dl.form-list.check  > div + div{
  border-top: 1px solid #e9eaea;
  margin-top: 1em;
}

.form-area .send-btn{
  margin-top: 80px;
}
.form-area .send-btn input{
  width: 100%;
  background: rgba(0,0,0,1);
  color: #fff;
  font-size: 1.25em;
  padding: .5em 1em;
  letter-spacing: .5em;
}

/*お問い合わせ完了*/
.form-wrap.thanks-area .contact-in{
  -ms-align-items: center;
  align-items: center;
}
.thanks-text{
  text-align: center;
  line-height: 2em;
}
.thanks-area .btn-wrap-about{
  margin: 80px auto 0;
}

/*エントリーフォーム
================================*/

.page-etryform h2 span{
  width: 9em;
}
.input.radio.entry-radio{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -.5em;
}
.input.radio.entry-radio > div{
  margin: .5em 1em;
  font-size: .92em;
}
.input.radio.entry-radio > div + div{
  margin: .5em;
}

/*確認ページ*/
.table-bordered{
  width: 100%;
  margin-top: 50px;
}
.table-bordered tr{
  padding: 1em 0;
  display: block;
  vertical-align: baseline;
}
.table-bordered th{
  width: 11em;
  text-align: left;
}
.table-bordered td{
  width: calc(100% - 11em);
}
.table-bordered tr + tr{
  border-top: 1px solid #e9eaea;
}
.btn-secondary_box{
  width: 100%;
  margin-top: 80px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.btn-secondary_box .fsend-btn{
  width: 100%;
}
.btn-secondary_box input[type="submit"]{
  width: 100%;
  background: rgba(0,0,0,1);
  color: #fff;
  font-size: 1.25em;
  padding: .5em 1em .5em 1.5em;
  letter-spacing: .5em;
}

.btn-secondary_box .fbk-btn{
  margin-top: 1em;
  margin-right: auto;
  padding-left: 1em;
}
.btn-secondary_box .fbk-btn::before{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 50%;
  border-color: #000 transparent transparent #000;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
}