@charset "utf-8";
/*
Theme Name: Aya Original Theme

*/

@font-face {
  font-family: 'HuiFont';
  src: url('font/HuiFont29.woff') format('woff');
}

@font-face {
  font-family: 'hanafont';
  src: url('font/花とちょうちょ.woff') format('woff');
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url("https://use.typekit.net/pgg8yvr.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

:root {
  --bluegreen: #62B3AB;
  --darkgray: #717171;
  --orange:#EEA968;
  --red: #C84C64;
  --black: #5A5959;
}

html {
  font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',"Hiragino Sans", "Yu Gothic", "Helvetica Neue", "Helvetica",   "Arial",  "Meiryo", sans-serif;
  font-style: normal;
  font-size: 62.5%;
  color: var(--black);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
 
/* section {
  padding-top: 60px;
  padding-bottom: 60px;
} */

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wrapper {
  max-width: 1200px;
  width: calc(100% - 50px);
  margin: 0 auto;
}

.inner_wrapper {
  max-width: 940px;
  margin: 0 auto;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*追加
h1,h2,h3,h4,h5,h6 {
 padding-top: 135px;
 margin-top: -110px;
}
.single_page_sec .content h5::before {
 margin-top: 70px;
}
追加*/

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {
  line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2.5rem;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,li,dt,dd {
  font-size: 1.8rem;
  line-height: 1.6;
}

th,td {
  font-size: 1.4rem;
  line-height: 1.6;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 780px){
  .wrapper {
    width: calc(100% - 30px);
}
	
h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.1rem;
}

h4,h5,h6 {
  font-size: 1.6rem;
}

p,th,td,li,dt,dd {
  font-size: 1.4rem;
  line-height: 2
}


}

/***色***/
.orange {
  color: var(--orange);
}
.green {
  color: var(--bluegreen);
}
/*共通*/

.two_column {
  display: flex;
  justify-content: space-between;
}

.sec_title {
  font-size: 3.3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 40px;
}
.midashi {
  font-size: 3em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.single_page_sec a {
	color: #62B3AB;
	text-decoration: underline
}
.common_sec {
  padding: 80px 0;
}
.original_list li {
  position: relative;
  padding-left: 24px;
}
.original_list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #62B3AB;
}

.name_box .posi{
  font-size: 1rem;
}

.name_box .name {
  color: #62B3AB;
  font-weight: bold;
}

.name_box .add {
  color: #EEA968;
  font-size: 1.1rem;
}

.table_box dl{
  border-top: 1px solid #E5E5E5;
  padding: 25px 50px;
  display: flex;
  align-items: center;
}
.table_box dl:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}

.table_box dl dt {
  width: 180px;
  color: #62B3AB;
}

.table_box dl dd {
  flex: 1;
}

.sp {
  display: none;
}

.sp_inline {
  display: none;
}


@media screen and (max-width: 780px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline-block;
  }
  .two_column {
    flex-direction: column;
  }

  .two_column > * {
    width: 100%;
  }
  .sec_title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .midashi {
    font-size: 2.1em;

  }
  .common_sec {
    padding: 30px 0;
  }

  .table_box dl{
    padding: 12px 15px;
    display: block;
  }
  
  .table_box dl dt {
    width: 100%;
  }
  .table_box dl dt,
  .table_box dl dd {
    font-size: 1.7rem;
  }


}

/***ボタン***/
.btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 380px;
  width: 100%;
  min-height: 70px;
  background-color: #62B3AB;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1;
}

  .btn_box > a:after {
    content: "";
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image:url(img/arrow_img2.png);
    background-position: center;
    background-size: contain;
  }
@media screen and (max-width: 780px){


}

/***SNSBOX***/

.sns_box,
.sns_box .mail_link {
  display: flex;
  align-items: center;
}

.sns_box {
  margin-bottom: 15px;
  justify-content: flex-end;
}

.sns_box .sns_link {
  max-width: 28px;
  margin-right: 10px;
}

.sns_box .mail_link {
  padding: 6px 10px;
  border: 1.5px solid var(--bluegreen);
}

.sns_box .mail_link figure {
  max-width: 16px;
  margin-right: 6px;
}

.sns_box .mail_link p {
  font-size: 1rem;
  color: var(--bluegreen);
}

@media screen and (max-width: 780px){


}


/***ヘッダー***/
.header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.3) 90%, rgba(255,255,255,0.0) 100%);
}

main.subpage {
  padding-top: 135px;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_logo {
  max-width: 118px;
}


.header .navi_box,
.header .navi_box nav > ul {
  display: flex;
  align-items: center;
}



.header .navi_box nav {
  margin-right: 40px;
}
.header .navi_box nav > ul > li {
  position: relative;
  transition: all 0.3s ease;
  padding: 0 10px;
}

/* .header .navi_box li:not(:last-of-type) {
  margin-right: 20px;
} */
.header nav li a {
  position: relative;
  color: var(--darkgray);
  font-size: 1.8rem;
  padding-left: 20px;
  display: block;
}
.header nav li a::before {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #717171;
  border-right: solid 2px #717171;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header nav li a:hover::before {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.kifu_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  background-color: var(--orange);
  color: white;
  font-size: 1.6rem;
  position: relative;
  border-radius: 100px;
  font-weight: bold;

}
.kifu_btn a span {
  position: relative;
}
.kifu_btn a span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.header_menubox_sp {
  display: none;
}

@media screen and (min-width: 781px){
  .header {
    padding: 0;
  }
  .header .wrapper {
    align-items: stretch;
  }
  .header .header_logo {
    padding: 10px 0;
  }
  .sns_box {
    padding-top: 15px;
    margin-bottom: 0;
  }
  .header_menubox {
    display: flex;
    flex-direction: column;
  }
  .header .navi_box, .header {
    flex: 1;
  }
  .header .navi_box,
.header .navi_box nav > ul {
  align-items: stretch;
  height: 90px;
}
  .header .navi_box nav {
    display: flex;
    align-items: stretch;
  }
  .header .navi_box nav > ul > li:hover {
    background-color: var(--darkgray);
    color: white;
  }
  .header .navi_box nav > ul > li > a {
    transition: all 0.3s ease;
  }
  .header .navi_box nav > ul > li:hover > a {
    color: white;
  }
  
  .header .navi_box nav > ul > li > ul {
    position: absolute;
    top: 90px;
    width: 295px;
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    left: 0;
  }

  header .navi_box nav > ul > li {
    display: flex;
    align-items: center;
  }
  .header .navi_box nav > ul > li > ul li {
    padding: 5px 10px;
  }

  .header .navi_box nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 4;
    visibility: visible;
  }
  .kifu_btn {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 780px){
  .header.subpage {
    position: fixed;
  }

  main.subpage {
    padding-top: 88px;
  }
  .header.active {
    background-color: white;
  }
  .header .header_logo {
    max-width: 70px;
  }

  .kifu_btn a {
    width: 120px;
    height: 35px;
    font-size: 1.4rem;
  
  }

  .header.active .header_menubox_sp{
    display: block;
    position: fixed;
    top: 88px;
    left: 0;
    background-color: white;
    padding: 20px;
    width: 100%;
  }

  .header.active .header_menubox_sp nav {
    margin-bottom: 20px;
  }

  .header.active .header_menubox_sp .sns_box {
    justify-content: center;
  }

  .header nav li a {
    display: inline-block;
  }
  .header .header_menubox_sp nav > ul > li > ul {
    padding-left: 30px;
  }

  .menu-item-has-children {
    position: relative;
  }
  /* .opentoggle {
    background-color: transparent;
    position: absolute;
    top: 4px;
    right: 0;
    content: '＋';
    transition: all 0.3s ease;
  }

  .opentoggle.active {
    transform: rotate(45deg);
  } */


  /***ハンバーガーメニュー***/
.openbtn{
  position: relative;

  cursor: pointer;
  width: 40px;
  height:35px;
  margin-left: 20px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 5px;
    background:#62B3AB;
    width: 100%;
  }

.openbtn span:nth-of-type(1) {
  top:0; 
}

.openbtn span:nth-of-type(2) {
  top:15px;
}

.openbtn span:nth-of-type(3) {
  top:30px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 10px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 22px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

}

/***fv***/
.top_fv {
  padding-top: 230px;
  background: url(img/topfv_back.jpg) center / cover no-repeat;
  padding-bottom: 50px;
}

.fv_text_box {
  margin-bottom: 50px;
}

.fv_text_box p {
  font-family:'hanafont';
  font-size:8rem;
  text-shadow: 5px 5px 4px #fff, -5px -5px 4px #fff;
  color: #474747;
  line-height: 1.2;
  opacity: 0;
}
.fv_text_box p span {
  animation-delay: 4s;
  animation-name: colorchange;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fv_text_box p:nth-of-type(2) {
  margin-left: 40px;
}
.fv_text_box p:nth-of-type(3) {
  margin-left: 80px;
}

.fv_english {
  display: flex;
  justify-content: center;

}

.fv_english .box {
  transform: rotate(-10deg);
  transform-origin:center center;
  
  /* width: 470px; */
}



@keyframes wipe_box {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    opacity: 1;

  }
}

@keyframes wipe_content {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



.wipe  {
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s;
  opacity: 0;
}

.prewipe {
  animation-name: wipe_box;
  animation-duration: 0.5s;

  animation-fill-mode: forwards;
}

.wipe > * {
  display: block;
  transform:  translateX(100%);
  transition: transform 0.5s;
  padding-left: 10px;
}

.prewipe > * {
  animation-name: wipe_content;
  animation-duration: 0.5s;

  animation-fill-mode: forwards;
}



.wipe,
.wipe > * {
  animation-delay: 5s;


}



.fv_english .box > .wipe:nth-of-type(2),
.fv_english .box > .wipe:nth-of-type(2) > * {
  animation-delay: 5.7s;
}

.fv_english p {
  color: var(--bluegreen);
  font-weight: 200;
font-size: 6.3rem;
font-family: brush-atf, sans-serif;
font-style: normal;
line-height: 1.2;
text-shadow: 2px 2px 6px #fff, 0px -1px 6px #fff;
}


/***アニメーション***/

.fadein,
.fadein_2,
.fadein_3 {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadein {
  animation-delay: 1s;
}

.fadein_2 {
  animation-delay: 2s;
}

.fadein_3 {
  animation-delay: 3s;
}

@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}



@keyframes colorchange {
  0% {
     color: var(--black);
  }
  100% {
    color: var(--red);
  }
}




@media screen and (max-width: 780px){
  
  .header_menubox .sns_box,
  .header_menubox .navi_box nav{
    display: none;
  }

  .top_fv {
    padding-top: 50%;
    background: url(img/fvback_sp.jpg) center / cover no-repeat;
    padding-bottom: 12%;
  }
  .fv_text_box p {
    font-size:13vw;
    text-shadow: 5px 5px 5px #fff;

  }
  .fv_text_box p:nth-of-type(2) {
    margin-left: 20px;
  }
  .fv_text_box p:nth-of-type(3) {
    margin-left: 40px;
  }
  .fv_english .box {

    width: 450px;
  }

  .fv_english p {
    font-size: 10vw;
  }
}



/***英語ページ***/
.top_fv.en {
  
}
.top_fv.en .fv_text_box {
  transform-origin:0% 0% 0; 
  transform: rotate(-8deg);
}
.top_fv.en .fv_text_box p {
  font-family: 'Caveat', cursive;
  font-size:9rem;
}

@media screen and (max-width: 780px){
  .top_fv.en {
    padding-top:40%;
  }
  .top_fv.en .fv_text_box p {
    font-size:13vw;
  }
  .txt_eng_2 {
    top:-20px;
  }
}

/***フッター***/
.footer {
  padding: 90px 0;
  background-color: #F4F4F4;
}

.footer .two_column {
  flex-wrap: wrap;
}

.footer .footer_logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer_logo figure {
  max-width: 130px;
  margin: 0 auto 30px;
}
.footer .footer_logo p {
  font-size: 1.8rem;
  font-weight: 600;
}


.footer .footer_right {
  display: flex;
  justify-content: space-between;
  max-width: 715px;
  width: 100%;
  flex-wrap: wrap;
}

.footer.en_footer .footer_right {
  justify-content: flex-end;
}

.footer_english_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  min-height: 45px;
  background-color: #62B3AB;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 100px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1;
}
.footer_english_link a img {
  width: 19px;
  height: auto;
  margin-right: 10px; 
}

.footer_menu {
  display: flex;
}

.footer_menu > ul:nth-of-type(1) {
  margin-right: 52px;
}



.footer_menu > ul > li > a {
  font-weight: bold;
  font-size: 1.6rem;
}

.footer_menu > ul > li > ul > li a {
  position: relative;
  font-size: 1.5rem;
}

.footer_menu > ul > li > ul > li a::before {
  content: 'ー';
  margin-right: 10px;
}

.footer_menu > ul > li:not(:first-of-type),
.footer_menu > ul > li > ul > li {
  margin-top: 10px;
}


@media screen and (max-width: 780px){
  .footer {
    padding: 60px 0;
  }
  .footer .sns_box {
    justify-content: center;
    margin-bottom: 40px;
  }
  /* .footer_menu {
    display: none;
  } */
  .footer_menu {
    display: block;
    margin-bottom: 30px;
  }
  .footer .footer_right {
    justify-content: center;
  }
  .footer.en_footer .footer_right {
    justify-content: center;
  }

}



/***パンくず***/
.panlist {
  padding: 10px 0;
}
.panlist > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.panlist > ul > li:not(:last-of-type) {
  margin-right: 10px;
}
.panlist > ul > li {
  font-size: 1.2rem;
}
.panlist > ul > li i {
  font-size: 0.7rem;
}
.panlist > ul > li figure {
  max-width: 16px;
  display: flex;
  align-items: center;
}


.mv_img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.fv_text_box {
  /* margin-top: 24.5%;
  margin-bottom:9%; */
  margin-top: 20%;
  /* margin-bottom: 14%; */
  flex-basis: 100%;
}
.mv_img_sp {
  display:none;
}

@media(max-width:780px) {
  .mv_img {
    display:none;
  }
  .mv_img_sp {
    display:block;
  }
  .fv_text_box {
    /* margin-top: 52%; */
    margin-top: 38%;
    margin-bottom: 30%;
  }
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english1 {
    height:38px;
  }
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english2 {
    height:36px;
  }
  .fv_english .svg_wrap.svg_wrap_english .svg_wipe.svg_eng_1 {
    left:-25%!important;
  }
  .fv_english .svg_wrap.svg_wrap_english .svg_wipe {
    left: -28%!important;
    top: 26px!important;
  }
 
}
@media(min-width:760px) and (max-width:1000px) {
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english1 {
    height:60px;
  }
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english2 {
    height:60px;
  }
  .fv_english .svg_wrap.svg_wrap_english .svg_wipe.svg_eng_1 {
    left:-25%!important;
  }
  .fv_english .svg_wrap.svg_wrap_english .svg_wipe {
    left: -28%!important;
    top: 26px!important;
  }
}
@media(min-width:800px) and (max-width:1000px) {
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english1 {
    height:74px; 
  }
  .fv_english .svg_wrap.svg_wrap_english img.fv_english.fv_english2 {
    height:50px;
  }
}







@media(min-width:781px) {
  .mv_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
@media(min-width:781px) and (max-width:1201px) {
  .fv_text_box {
    margin-top:16%;
  }
}

@media(min-width:1201px) and (max-width:1500px) {
  .fv_text_box {
    margin-top:13%;
  }
}
@media(min-width:1501px) and (max-width:1800px) {
  .fv_text_box {
    margin-top:13%;
  }
}


@media(min-width:2560px) {
  .fv_text_box {
    margin-top: 36%;
  }
}
@media(min-width:781px) and (max-width:900px) {
  .fv_text_box {
    margin-top: 17%;
    margin-bottom:0px;
  }
}