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

body{
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, sans-Serif; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: 'liga', 'kern'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-weight: 400;line-height: 1.4;-webkit-font-smoothing: antialiased;max-width: 100vw; overflow: hidden auto;font-size: 3.8vw;color: #9eacc2; background: #e6eefd;}
img{
  display: block;
  max-width: 100%;
  width: 100%;
}
.slide-up-out {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
.slide-up-in {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.delay-2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.delay-3 {
  -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.delay-4 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

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

.header_inner{
  padding: 10vw 5vw;
}
.header_inner .logo{
  width: 40%;
  max-width: 300px;
}

/*Container
=================================*/

#container{
  width: 100%;
  min-height: 100vh;
  display: none;
}

.inner{
  width: 100%;
  max-width: 1040px;
  padding: 0 5vw;
  margin: 0 auto;
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex_clm{
  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;
}
.sdw_wrap{
  box-shadow: 5px 5px 8px rgba(169,184,208,.7),-5px -5px 8px rgba(255,255,255,.7);
  border-radius: 16px;
}
.sdw_wrap.inset{
  box-shadow: inset 5px 5px 10px rgb(169 184 208 / 70%), inset -5px -5px 10px rgb(255 255 255 / 70%);
}

a.cvr{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*Key
=========================*/

#key{
  width: 100%;
  max-width: 1040px;
  padding: 0 5vw;
  margin: 0 auto;
}
#key .sdw_wrap{
  border: 10px solid #e6eefd;
  border-radius: 16px;
  overflow: hidden;
}
#key .sdw_wrap::before{
  content: "";
  display: block;
  padding-top: 127.3%;
}
#key .sdw__inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}

.key_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 42%;
}


/*Content
=========================*/

.prof__box_top{
  -ms-align-items: center;
  align-items: center;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
.prof__tag{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  font-size: 1.125em;
}
.prof__tag span::before
,.prof__tag span::after{
  content: "";
  width: 4em;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 1px;
  background: #9eacc2;
  display: block;
}
.prof__tag span::before{
  left: calc(50% - 5em);
}
.prof__tag span::after{
  left: calc(50% + 5em);
}

.bis-text{
  text-align: center;
  margin-top: 1em;
  line-height: 2em;
}
.prof__box_about{
  padding: 2.5em 1.5em;
  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;
}
.prof__box_about h3{
  margin-bottom: 2em;
}
ul.about_list{
  font-family: sans-serif;
}
ul.about_list li:not(:last-child) p.list_text span:first-child::after{
  content: "：";
}
ul.about_list li.flex .list_title{
  padding-right: .35em;
}
ul.about_list li.flex .list_text{
  padding-left: .65em;
  max-width: calc(100% - 7em)
}
ul.about_list li.flex > * + *::before{
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.prof__name span.jp{
  font-size: 1.66em;
  font-weight: 700;
  color: #6b7992;
}
.prof__box_link{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10vw;
}
.prof__box_link > *{
  width: calc((100% - 6vw)/3);
}

.link-cat{
  box-shadow: 5px 5px 8px rgba(169,184,208,.7),-5px -5px 8px rgba(255,255,255,.7);
}
.link-cat.inset{
  box-shadow: inset 5px 5px 8px rgba(169,184,208,.7),inset -5px -5px 8px rgba(255,255,255,.7);
}
.link-cat::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.link-cat__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
  padding: 1em;
}
.link-cat .icn{
  width: 30%;
}
.link-cat .icn.mail{
  width: 40%;
  transform: translateY(5px);
}
.link-cat .in-text{
  margin-top: auto;
  margin-left: auto;
  font-family: sans-serif;
}

.sec-insta_blc{
  margin-top: 12vw;
}
.sec-insta__box{
  padding: 8vw 3vw 3vw;
}
.sec-title{
  font-weight: 600;
  text-align: center;
  font-size: 1.125em;
}
.sec-insta__box .sec-title{
  padding-bottom: 6vw;
}

/*contact*/
.sec-inquiry_blc{
  margin-top: 12vw;
  padding: 0 5vw;
}
.sec-inquiry__box{
  justify-content: center;
  padding: 8vw;
}
.form__wrap {
  margin-top: 5vw;
}
.form__wrap > * + *{
  margin-top: 5vw;
}
.form__wrap input
,.form__wrap textarea{
  box-shadow: inset 5px 5px 10px rgba(169,184,208,.7),inset -5px -5px 10px rgba(255,255,255,.7);
  border-radius: 20px;
  padding: .65em 1.65em;
  font-size: 16px;
}
.form__wrap textarea{
  padding-left: 1em;
  padding-right: 1em;
}
.inquiry_btn{
  margin: 8vw auto 0;
  max-width: 300px;
}
.inquiry_btn input{
  background: #d7e2f5;
  box-shadow: 5px 5px 10px rgba(169,184,208,.7), -5px -5px 10px rgba(255,255,255,.7);
  border-radius: 20px;
  padding: .65em 1.65em;
  font-size: 16px;
}
.inquiry_btn .form__back{
  font-size: .875em;
  margin-top: 1em;
  cursor: pointer;
}
.inquiry_btn .form__back{
  padding-left: 1em;
}
.inquiry_btn .form__back::before{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #9eacc2 transparent transparent #9eacc2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

span.error{
  line-height: 1.6;
  font-size: .875em;
  display: block;
  margin-top: 8px;
}
::placeholder{
  color: #9eacc2;
}

footer{
  padding: 8vw 20px 5vw;
  text-align: center;
  font-family: sans-serif;
}

/*thanks*/
main.page-thanks{
  min-height: 80vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.thanks-text{
  margin-top: 2em;
  line-height: 1.8;
}
.btn-wrap{
  justify-content: center;
  margin-top: 40px;
}
.btn-wrap a{
  text-decoration: none;
  background: #d7e2f5;
  border-radius: 25px;
  padding: 0.65em 2em;
}
