@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     トップページ
 Notes:          
--------------------------------------------------------------- */
.main-image {
  line-height: 0;
}
.sec01 {
  padding: 8% 0;
  background-color: #FFFCE7;
}
.sec01 .content {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
.sec01 .txt01 {
  margin: 0 auto 3%;
  text-align: center;
  font-size: 1.1em;
}
.sec01 .wrap {
  margin: 0 auto 5%;
  display: flex;
  justify-content: space-between;
}
.sec01 .box {
  width: 33%;
  text-align: center;
}
.sec01 .txt02 {
  margin: 0 auto 3%;
  font-size: 1em;
  font-weight: 500;
}
.sec01 .color01 {
  font-size: 1.3em;
  color: #EE8099;
}
.sec01 .photo-wrap {
  width: 70%;
  margin: 0 auto 3%;
  padding: 1%;
  line-height: 0;
}
.sec01 .photo-wrap a {
  display: block;
  background-color: rgba(255,255,255,0.4);
  border-radius: 500px;
}
.sec01 .photo-wrap a:hover {
  opacity: 1;
}
.sec01 .photo {
  margin: 0 auto 10%;
  display: inline-block;
  position: relative;
  border-radius: 500px;
}
.sec01 .box:nth-child(1) .photo {
  background-color: #92C015;
  border: 0.4em solid #92C015;
}
.sec01 .box:nth-child(2) .photo {
  background-color: #FF8F37;
  border: 0.4em solid #FF8F37;
}
.sec01 .box:nth-child(3) .photo {
  background-color: #55C0CC;
  border: 0.4em solid #55C0CC;
}
.sec01 .photo:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  border-radius: 500px;
}
.sec01 a:hover .photo:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255,255,255,.6);
}
.sec01 .txt03 {
  width: 100%;
  color: #3A3A3A;
  font-size: 1.3em;
  font-weight: 500;
  text-shadow: 0 0 0.3em #FFF;
}
.button-wrap {
  text-align: center;
}
.button {
  margin: 0 auto;
  display: inline-block;
  font-size: 1.5em;
}
.button a {
  padding: 0.3em 2em;
  color: #FFF;
  border-radius: 10em;
  overflow: hidden;
  background: #EE8099;
  border: 1px solid #EE8099;
}
.button a:hover {
  color: #EE8099;
  background-color: #FFF;
  opacity: 1;
}
.sec02 {
  padding: 8% 0;
}
.sec02 .content {
  width: 80%;
  max-width: 960px;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
}
.title-box {
  margin: 0 0 1em;
  padding: 0.2em 0 0.7em;
  border-bottom: 1px dotted #EE8099;
}
.title-box .day {
  margin: 0 0 0.5em;
}
.title-box .icon-heart:before {
  color: #EE8099;
}
.title-box .blog-title {
  margin: 0 0 0 1.3em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sec02 .twitter-wrap {
  width: 32%;
  height: 37em;
  border: 2px solid #EE8099;
  border-radius: 1em;
}
.twitter {
  padding: 1em 0;
  position: relative;
  text-align: center;
  font-size: 1.3em;
  color: #EE8099;
  border-bottom: 2px solid #EE8099;
}
.twitter::before {
  content: '';
  width: 1.8em;
  height: 1.8em;
  margin: 0 0 -0.7em;
  display: inline-block;
  background-image: url(../img/top/twitter.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.timeline {
  width: 100%;
  height: 84%;
  overflow: auto;
  border-radius: 0 0 1em 1em;
}
.sec02 .sns-wrap {
  width: 32%;
  height: 37em;
  border: 2px solid #EE8099;
  border-radius: 1em;
}
.sns-wrap .sns-title {
  padding: 1em 0;
  position: relative;
  text-align: center;
  font-size: 1.3em;
  color: #EE8099;
  border-bottom: 2px solid #EE8099;
}
.sns-wrap .sns-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
  font-size: 1.15em;
  font-weight: bold;
  color: #EE8099;
  margin: 1.5em 0 0.5em;
}
.sns-wrap .sns-subtitle:before,
.sns-wrap .sns-subtitle:after {
  content: "";
  width: 3px;
  height: 1em;
  background: currentColor;
  transform: rotate(45deg);
}
.sns-wrap .sns-subtitle:before {
  transform: rotate(-45deg);
}
.sns-wrap .sns-txt {
  text-align: center;
  line-height: 1.2;
  color: #EE8099;
  margin-bottom: 1em;
}
.sns-wrap .sns-list {
  padding: 0 5em;
}
.sns-wrap .sns-list li + li {
  margin-top: 1em;
}
.sns-wrap .sns-list img {
  display: block;
}
.sec03 {
  padding: 0 0 8%;
  background-color: #FCECF3;
}
.sec03 .illust {
  width: 80%;
  max-width: 960px;
  margin: 0 auto 5%;
}
.sec03 .txt01 {
  margin: 0 auto 3%;
  text-align: center;
}
.sec04 {
  padding: 8% 0;
}
.interview {
  padding: 5% 1em;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #EE8099;
}
.interview .box01 {
  width: 35%;
}
.interview .box02 {
  width: 60%;
  padding: 0 0 3em;
  position: relative;
}
/*.interview:nth-child(odd) .box01 {
  order: 2;
}
.interview:nth-child(odd) .box02 {
  order: 1;
}
*/
.interview .title {
  margin: 0 auto 2%;
  font-size: 1.5em;
  line-height: 1.5;
  /*
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  */
}
.interview .title a {
  color: #EE8099;
  font-weight: 500;
}
.interview .button {
  margin: 5% 0 0;
  position: absolute;
  right: 0;
  font-size: 1.3em;
}
/*
.interview:nth-child(odd) .button {
  right: auto;
  left: 0;
}
*/
.interview .button a {
  width: 7em;
  padding: 0 5%;
  display: block;
  text-align: center;
}
.button-wrap {
  margin: 5% 0 0;
  text-align: center;
}
.banner {
  line-height: 0;
}
.sec05 {
  padding: 8% 0;
}
.sec05 .wrap {
  width: 80%;
  margin: 0 auto 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .wrap .box01 {
  width: 35%;
  order: 2;
}
.sec05 .wrap .box02 {
  width: 55%;
  order: 1;
  font-size: 1.3em;
}
/* ===== メイン画像トリミング ===== */
.interview-image {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.interview-image {
	max-width: 100%;
  height: 15vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.interview-image img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.interview-image img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  ransform: none;
}
}
/* ===== タブ ===== */
#tabAccordion {
  width: 66%;
  height: 35em;
  border-radius: 10px;
  position: relative;
}
#tabAccordion dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#tabAccordion dl dt {
  top: 0;
  width: 50%;
  font-size: 1.3em;
  position: absolute;
  border: 2px solid #EE8099;
  border-radius: 1em 1em 0 0;
  box-sizing: border-box;
  background: #FCECF3;
}
#tabAccordion dl:nth-child(2) dt {
  right: 0;
}
#tabAccordion dl dt a {
  padding: 1em 0;
  display: block;
  color: #EE8099;
  text-align: center;
  border-radius: 1em 1em 0 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#tabAccordion dl dt.btnAcv {
  border-bottom: none;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
#tabAccordion dl dt:hover > a {
  background: #FFF;
}
}
#tabAccordion dl dd {
  top: 4em;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 33em;
  text-align: left;
  border-right: 2px solid #EE8099;
  border-left: 2px solid #EE8099;
  border-bottom: 2px solid #EE8099;
  border-radius: 0 0 1em 1em;
  /* overflow-y: auto; */
  display: none;
  position: absolute;
  box-sizing: border-box;
}
#tabAccordion dl dd p {
  padding-bottom: 2em;
  line-height: 2em;
}

/** 2022 Jan. Design Renewal **/
body {
    transform: none;
}

.mv_slider a {
    display: block;
}

.mv_slider img.sm-only {
    display: none!important;
}

.aside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    z-index: 10;
}

.aside_list li {
    margin: 0.5em 0;
}

.aside_list li a {
    display: block;
    border-radius: 50px 0 0 50px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    background: #55c0cc;
    border: 3px solid #fff;
    padding: 0.25em 1.8em;
}

.aside_list li:nth-child(2) a {
    background: #ff9a3f;
}
.aside_list li:nth-child(3) a {
    background: #9cc714;
}

.reason {
    padding: 4% 0 1em;
    background: #fffce7;
}

.reason h1 {
    padding-bottom: 3%;
    position: relative;
    z-index: 2;
}

.reason h1:before {
    content: "";
    width: 100%;
    height: 85%;
    background: #ee8099;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.reason h1 img {
    width: 60%;
    max-width: 950px;
    display: block;
    margin: 0 auto;
}

.reason .content {
    margin: 1em auto 0;
}

.reason_list {
    list-style: none;
    display: flex;
}

.reason_list li {
    width: calc(100% / 3);
    text-align: center;
    background: #ff9a3f;
    color: #fff;
    padding: 6% 1em 10%;
}

.reason_list li .num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 0.5em;
}

.reason_list li .num:before,
.reason_list li .num:after {
    content: "";
    width: 4px;
    height: 0.5em;
    background: #fff;
    border-radius: 50px;
    margin: 0 0.5em;
    transform: rotate(-15deg);
}

.reason_list li .num:after {
    transform: rotate(15deg);
}

.reason_list li h3 {
    font-size: 1.67em;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-color: #ea5e8a;
    text-decoration-thickness: 9px;
    text-underline-offset: -5px;
    margin-bottom: 0.75em;
}

.reason_list li .pic {
    margin-bottom: 1.5em;
}

.reason_list li a {
    display: block;
    background: #ea5e8a;
    color: #fff;
    border-radius: 50px;
    font-size: 1.45em;
    width: 90%;
    margin: 0 auto;
}

.reason_list li:nth-child(2) {
    background: #55c0cc;
}
.reason_list li:nth-child(3) {
    background: #9cc714;
}

.reason .doc_req_bnr {
    margin: 5% 0 0;
    text-align: center;
}

.support_lead {
    text-align: center;
    font-size: 1.167em;
    line-height: 1.33;
    letter-spacing: 0.075em;
    margin-bottom: 2%;
}

.support_list {
    display: flex;
    justify-content: space-between;
    margin: 7% 0;
}

.support_list li {
    width: 31.8%;
}

.support_list li a {
    display: block;
    text-align: center;
    font-size: 1.2em;
    background: #9cc714;
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0px #979798;
    color: #fff;
    padding: 1em;
}

.support_list li:nth-child(2) a {
    background: #ff9a3f;
}
.support_list li:nth-child(3) a {
    background: #55c0cc;
}

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

.support_bnr li {
    width: 49.5%;
}

.support .contact_bnr {
    margin: 5% 0 0;
    text-align: center;
}

.story {
    background: #fffce7;
}

.story .content {
    width: 75.5%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 2% 0 5%;
}

.story_box {
    width: 75.5%;
    position: relative;
    border-radius: 10px;
    border: 4px solid #ea5e8a;
    margin-bottom: 1.5em;
    padding: 5% 30% 5% 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.story_box:before {
    content: "";
    width: 40%;
    height: 100%;
    background: url(../img/top/story_pic01.jpg) no-repeat center /cover;
    position: absolute;
    right: 0;
    top: 0;
}

.story_box h4 {
    font-size: 1.45em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

.story_box h3 {
    color: #ea5e8a;
    font-size: 2.6em;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.story_box a {
    width: 42%;
    background: #ea5e8a;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
}

.story_box:nth-child(2n) {
    margin-left: auto;
}

.story_box:nth-child(2):before {
    background: url(../img/top/story_pic02.jpg) no-repeat center /cover;
}

.story_box:last-child {
    margin-bottom: 0;
}

.calendar {
    padding-top: 10%;
    margin-top: -10%;
}

.calendar_box iframe {
    width: 100%!important;
}

.sec02 {
    padding-top: 0;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 699px) {
#tabAccordion {
  width: 100%;
  box-sizing: border-box;
}
#tabAccordion dl {
  width: 100%;
  box-sizing: border-box;
}
/*
#tabAccordion dl dt {
  width: 25%;
}
#tabAccordion dl:nth-child(2) dt {
  left: 25%;
}
#tabAccordion dl:nth-child(3) dt {
  left: 50%;
}
#tabAccordion dl:nth-child(4) dt {
  left: 75%;
}
*/
}
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 699px) {
#tabAccordion {
  width: 100%;
  margin: 0 auto 20%;
  /* border: none; */
}
#tabAccordion dl {
  top: auto;
  left: auto;
  width: 100%;
  /* position: relative; */
}
/*
#tabAccordion dl dt {
  top: auto;
  left: auto;
  width: 100%;
  position: relative;
  border-radius: 0;
}
#tabAccordion dl:first-child dt {
}
#tabAccordion dl:nth-child(2) dt,
#tabAccordion dl:nth-child(3) dt,
#tabAccordion dl:nth-child(4) dt {
  left: auto;
}
#tabAccordion dl dt a {
  padding: 20px;
  height: auto;
  line-height: 1em;
  text-align: left;
  border-radius: 0;
  background: #EE8099;
  color: #FFF;
}
#tabAccordion dl dt a:after {
  content: '';
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#tabAccordion dl dt.btnAcv {
  border-top: 2px solid #EE8099;
  border-right: 2px solid #EE8099;
  border-bottom: 2px solid #EE8099;
  background: #FFF;
  border-radius: 0;
}
#tabAccordion dl dt.btnAcv a:after {
  content: none;
}
#tabAccordion dl dd {
  top: auto;
  left: auto;
  padding: 1em;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 2px solid #EE8099;
  border-radius: 0;
}
*/
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.sec01 .content {
  width: 90%;
}
.sec01 .txt01 {
  text-align: left;
}
.sec01 .wrap {
  display: block;
}
.sec01 .box {
  width: 100%;
  margin: 0 auto 15%;
}
.sec01 .txt02 {
  font-size: 1.1em;
}
.sec01 .photo {
  width: 80%;
}
.sec01 .txt02 {
  margin: 0 auto 3%;
  font-size: 1.1em;
}
.sec02 .content {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.sec02 .twitter-wrap {
  width: 100%;
}
.sec02 .sns-wrap {
  width: 100%;
  height: auto;
}
.sns-wrap .sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 1em;
  padding: 0 1em 2em;
}
.sns-wrap .sns-list li {
  margin: 0!important;
  width: 120px;
}
.sec03 .txt01 {
  width: 90%;
  text-align: left;
}
.interview {
  padding: 5% 0;
  display: block;
}
.interview-image {
  height: 55vw;
}
.interview .box01 {
  width: 100%;
}
.interview .title {
  font-size: 1.3em;
}
.interview .box02 {
  width: 100%;
  position: unset;
}
.interview .button {
  margin: 5% auto;
  position: unset;
}
.footer .area02 .wrap01 {
  display: none;
}
.button {
  font-size: 1.2em;
}
.footer .area02 .wrap02 {
  margin: 5% auto 0;
  display: block;
  text-align: center;
}
.footer .link-baner {
  width: 70%;
  margin: 0 auto 3%;
}
.banner {
  overflow: hidden;
  text-align: center;
}
.banner img {
  min-width: 130%;
}
.sec05 .wrap {
  width: 100%;
}
.wrap05 .txt-box {
  line-height: 1.5;
}
.sec05 .wrap .box02 {
  width: 65%;
  font-size: 14px;
}

/** 2022 Jan. Design Renewal **/
    .mv_slider img.sm-only {
        display: block!important;
    }
    .mv_slider img.pc-only {
        display: none!important;
    }
    
    .aside {
        display: none!important;
    }
    
    .reason h1 img {
        width: 90%;
    }
    
    .reason_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .reason_list li {
        width: 80%;
        padding-right: 10px;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
    }
    
    .reason_list li .num {
        font-size: 2.0em;
    }
    
    .reason_list li h3 {
        font-size: 1.5em;
        text-decoration-thickness: 4px;
        text-underline-offset: auto;
    }
    
    .reason_list li .pic {
        width: 80%;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
    }
    
    .reason_list li p:last-child {
        margin-top: auto;
    }
    
    .reason_list li a {
        font-size: 1.2em;
    }
    
    .support_lead {
        font-size: 1.0em;
        text-align: left;
    }
    
    .support_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .support_list li {
        width: 75%;
        margin: 0 auto 15px;
    }
    
    .story .content {
        width: 90%;
    }
    
    .story_box {
        width: 100%;
        padding: 90px 10px 20px;
    }
    
    .story_box:before {
        width: 100%;
        height: 75px;
    }
    
    .story_box h4 {
        font-size: 1.2em;
    }
    
    .story_box h3 {
        font-size: 2.0em;
    }
    
    .story_box:nth-child(2):before {
        background-position: top 25% center;
}
}