@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

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

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: normal;
}

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

ul {
  list-style: none;
}

ul,
ol,
dl {
  letter-spacing: -0.4em;
}

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: normal;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 16px/1.75 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 汎用クラス */
.fade, img.fade, picture.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.tL {
  text-align: left;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.att {
  color: #F00;
}
.att a {
  color: #F00;
}

.mb00 {
  margin-bottom: 0 !important;
}

.size_l {
  font-size: 113%;
}

ul.disc li {
  list-style: disc;
  margin: 0 1.4em;
}
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em;
}

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1;
}
.clearfix:after, ul.disc:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
	VW 計算
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #EFF8F3;
}

* html body, * html input, * html textarea {
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #A25952;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms--transform: translate(0, 10px);
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms--transform: translate(0, 0);
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section .container {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1040px;
  max-width: 100%;
  z-index: 3;
}
.section .section__title {
  margin-bottom: 40px;
}
.section h1, .section h2, .section h3, .section h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #A25952;
  line-height: 1.2;
}
.section h1 {
  font-size: 4rem;
  letter-spacing: -0.05em;
}
.section h2 {
  font-size: 1.625rem;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .section h2 {
    font-size: 2rem;
  }
}
.section h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section h3 {
    font-size: 2rem;
  }
}
.section h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .section h4 {
    font-size: 1.25rem;
  }
}

.button {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
  border-radius: 2em;
  padding: 0.5em 4px;
  font-weight: 700;
  text-decoration: none;
  width: 200px;
  max-width: 100%;
  text-align: center;
}
.button:hover {
  background-color: #FFA800;
}
.button:active {
  background-color: #E0FF01;
}

sup {
  font-size: 0.75rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#page-contents {
  overflow: hidden;
}

#page-header {
  position: fixed;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 99;
  padding: 0;
  text-align: right;
}
#page-header .lnk__jash, #page-header .lnk__instagram {
  display: inline-block;
  background: url("../img/logo.svg") no-repeat center left 12px #FFFFFF;
  background-size: 18px auto;
  border-radius: 24px;
  border: 2px solid #6f9110;
  color: #6f9110;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 10px 10px 34px;
  width: 160px;
  text-align: center;
  margin-left: 10px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #page-header .lnk__jash, #page-header .lnk__instagram {
    width: auto;
    margin-left: 4px;
  }
}
#page-header .lnk__instagram {
  border-color: #000000;
  color: #000000;
  background-image: url("../img/ico_instagram.svg");
}
@media screen and (max-width: 767px) {
  #page-header .lnk__instagram {
    text-indent: -1000px;
    padding-left: 24px;
    background-position: center center;
  }
}

#page-footer {
  font-size: 0.875rem;
  border-top: 2px solid #29784B;
  background: rgba(255, 255, 255, 0.3);
  padding-top: 0;
  padding-bottom: 0;
}
#page-footer .footer__main {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #page-footer .footer__main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 40px;
    padding: 40px 0;
  }
}
#page-footer .footer__logo {
  width: 280px;
}
@media screen and (max-width: 767px) {
  #page-footer .footer__logo {
    width: 240px;
    margin-bottom: 1em;
  }
}
#page-footer .footer__copyright {
  padding: 4px;
  margin-top: 10px;
  color: #999999;
  text-align: center;
  font-size: 0.75rem;
}

.title {
  display: inline-block;
  position: relative;
}
.title:before, .title:after {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  border: 5px solid rgba(41, 120, 75, 0.4);
  border-radius: 50%;
  z-index: -1;
}
.title:before {
  left: -18px;
  top: -18px;
  width: 36px;
  height: 36px;
}
.title:after {
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-color: rgba(162, 89, 82, 0.3);
}
@media screen and (max-width: 767px) {
  .title:before, .title:after {
    border-width: 3px;
  }
  .title:before {
    left: -9px;
    top: -9px;
    width: 18px;
    height: 18px;
  }
  .title:after {
    right: -5px;
    bottom: -5px;
    width: 10px;
    height: 10px;
  }
}

#mv {
  padding-top: 60px;
}
#mv .mv__title {
  background: #FFFFFF;
  border-radius: 40px;
  text-align: right;
  display: inline-block;
  padding: 30px 38px;
  position: relative;
  z-index: 1;
}
#mv .mv__title__01 {
  background: url("../img/logo.svg") no-repeat left top;
  background-size: 68px auto;
  font-size: 2.5rem;
}
#mv .mv__title__01 .text__number {
  font-size: 2em;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-left: 0.1em;
}
#mv .mv__title__02 {
  font-size: 2.1875rem;
}
#mv .mv__title__02 .text__emp {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  #mv .mv__title {
    border-radius: 20px;
    padding: 15px 40px;
  }
  #mv .mv__title__01 {
    background-size: 1.8em auto;
    background-position-x: left 0.5em;
    font-size: 1.625rem;
  }
  #mv .mv__title__02 {
    font-size: 1.5rem;
  }
}
#mv .mv__image {
  width: 75%;
  margin: -100px 0 0 auto;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv .mv__image {
    width: 96%;
    margin-top: -4vw;
    border-radius: 20px;
  }
}
#mv .mv__lead {
  width: 75%;
  margin: 40px auto 0 0;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  padding: 30px 45px;
}
#mv .mv__lead em {
  font-weight: bold;
  color: #A25952;
}
@media screen and (max-width: 767px) {
  #mv .mv__lead {
    width: auto;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

#greetings {
  background: #F8EEED;
  position: relative;
}
#greetings:before {
  content: "";
  display: block;
  position: absolute;
  top: -18.1944444444vw;
  left: 0;
  width: 100%;
  height: 18.1944444444vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="262" viewBox="0 0 1440 262" fill="none"><path d="M0 262L1440 0V262H0Z" fill="%23F8EEED"/><path d="M0 262L1440 0V262H0Z" fill="%23F8EEED"/></svg>') no-repeat center center;
  background-size: cover;
}
#greetings:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -18.1944444444vw;
  left: 0;
  width: 100%;
  height: 18.1944444444vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="1440" height="262" viewBox="0 0 1440 262" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0L1440 262V0H0Z" fill="%23F8EEED"/> <path d="M0 0L1440 262V0H0Z" fill="%23F8EEED"/> </svg>') no-repeat center center;
  background-size: cover;
}
#greetings .container {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  #greetings .container {
    flex-direction: column;
  }
}
#greetings .section__title {
  flex-shrink: 0;
}
#greetings .greetings__contents {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 40px 20px 80px;
  height: 400px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #greetings .greetings__contents {
    border-radius: 20px;
    font-size: 0.875rem;
  }
}
#greetings .greetings__contents:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
}
#greetings .greetings__contents:after {
  content: "続きを読む";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #29784B;
  font-weight: 700;
  background: url("../img/ico_arrow_down.svg") no-repeat center left;
  background-size: 1em auto;
  padding: 0 1.5em;
}
#greetings .greetings__contents.open {
  height: auto;
}
#greetings .greetings__contents.open:before {
  display: none;
}
#greetings .greetings__contents.open:after {
  content: "折りたたむ";
  background-image: url("../img/ico_arrow_up.svg");
}
#greetings .greetings__image {
  float: right;
  text-align: center;
  margin: 0 0 20px 20px;
  font-size: 0.75rem;
}
#greetings .greetings__image img {
  width: 160px;
}
#greetings .greetings__image__name {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #greetings .greetings__image {
    margin-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  #greetings .greetings__image img {
    width: 80px;
  }
}
#greetings .greetings__text p + p {
  margin-top: 1em;
}
#greetings .greetings__quote {
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  #tokyo {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #tokyo .section__title {
    position: absolute;
    left: 20px;
    top: 0;
  }
}
#tokyo .gallery__slider__main {
  position: relative;
}
@media screen and (min-width: 768px) {
  #tokyo .gallery__slider__main {
    width: 75%;
    margin: 0 0 0 auto;
  }
}
#tokyo .gallery__slider__main .swiper {
  border-radius: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #tokyo .gallery__slider__main .swiper {
    border-radius: 30px;
  }
  #tokyo .gallery__slider__main .swiper .swiper-slide {
    height: auto;
    background: rgba(0, 0, 0, 0.3);
  }
}
#tokyo .gallery__slider__main .swiper-button-next, #tokyo .gallery__slider__main .swiper-button-prev {
  top: auto;
  bottom: 8px;
  width: 28px;
  height: 28px;
  background: #A25952;
  border-radius: 50%;
  color: #FFFFFF;
}
#tokyo .gallery__slider__main .swiper-button-next:after, #tokyo .gallery__slider__main .swiper-button-prev:after {
  font-size: 16px;
}
#tokyo .gallery__slider__main .swiper-button-prev {
  left: -8px;
}
#tokyo .gallery__slider__main .swiper-button-next {
  right: -8px;
}
#tokyo .gallery__slider__main .photo__block {
  position: relative;
}
#tokyo .gallery__slider__main .photo__block__contents {
  padding: 20px;
  color: #FFFFFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #tokyo .gallery__slider__main .photo__block__contents {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  #tokyo .gallery__slider__main .photo__block__contents {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
#tokyo .gallery__slider__thumb {
  margin-top: 20px;
}
#tokyo .gallery__slider__thumb .photo__block {
  border-radius: 12px;
  overflow: hidden;
  background: #000000;
}
#tokyo .gallery__slider__thumb .photo__block img {
  transition: all 0.4s ease;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #tokyo .gallery__slider__thumb .photo__block {
    border-radius: 6px;
  }
}
#tokyo .gallery__slider__thumb .swiper-slide-thumb-active .photo__block img {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #document .section__title {
    position: absolute;
    right: 20px;
    top: 0;
  }
}
#document .document__block {
  border-radius: 40px;
  border: 1px solid #EFF8F3;
  background: #FFF;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #document .document__block {
    border-radius: 20px;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 20px;
    column-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #document .document__block {
    width: 50%;
  }
  #document .document__block:nth-child(2n) {
    width: 60%;
    margin: -40px 0 0 auto;
  }
}
#document .document__block__image {
  width: 25%;
  flex-shrink: 0;
}
#document .document__block__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A25952;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #document .document__block__title {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}
#document .document__block__subtitle {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  #document .document__block__subtitle {
    font-size: 0.75rem;
  }
}
#document .document__block__buttons {
  width: 100%;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
#document .document__block__button {
  border-radius: 40px;
  background: #F7EEED;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000000;
  text-decoration: none;
  padding: 8px 20px;
}
#document .document__block__button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_pdf.svg") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}
#document .document__block__button--ebook:before {
  background-image: url("../img/ico_ebook.svg");
}
@media screen and (max-width: 767px) {
  #document .document__block__button {
    font-size: 0.75rem;
  }
  #document .document__block__button:before {
    width: 18px;
    height: 18px;
  }
}

#activities {
  background: #F8EEED;
  position: relative;
}
#activities:before {
  content: "";
  display: block;
  position: absolute;
  top: -18.1944444444vw;
  left: 0;
  width: 100%;
  height: 18.1944444444vw;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="262" viewBox="0 0 1440 262" fill="none"><path d="M0 262L1440 0V262H0Z" fill="%23F8EEED"/><path d="M0 262L1440 0V262H0Z" fill="%23F8EEED"/></svg>') no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #activities .container {
    display: flex;
    column-gap: 60px;
  }
  #activities .section__title {
    flex-shrink: 0;
  }
}
#activities .title {
  color: #29784B;
}
#activities .title:before {
  border-color: rgba(162, 89, 82, 0.4);
}
#activities .title:after {
  border-color: rgba(41, 120, 75, 0.3);
}
#activities .section__contents {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  #activities .section__contents {
    border-radius: 20px;
    padding: 20px 2.6666666667vw;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  #activities .section__contents {
    display: flex;
    column-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }
  #activities .section__contents img {
    width: 26.6666666667%;
    flex-shrink: 0;
    margin: 0;
  }
}
#activities .section__contents .mention {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #activities .section__contents .mention {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #activities .activity__block__contents {
    margin-top: 20px;
  }
}
#activities .activity__block__buttons {
  text-align: center;
  margin-top: 20px;
}
#activities .activity__block__button {
  border-radius: 40px;
  background: #EFF8F3;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000000;
  text-decoration: none;
  padding: 8px 20px;
}
#activities .activity__block__button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_external.svg") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
}