@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

.f45res {
  font-size: 45px;
  line-height: 135%;
}
@media screen and (max-width:1300px) {
  .f45res {
    font-size: 3.4615384615vw;
  }
}
@media screen and (max-width:800px) {
  .f45res {
    font-size: 7.75vw;
  }
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans .zu2 {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu2 {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
  color: #fff;
}

#section_navs {
  width: 100%;
  background-color: #716253;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_navs {
    padding: 35vw 0 5vw 0;
  }
}
#section_navs h2 {
  width: 85%;
  max-width: 958px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width:800px) {
  #section_navs h2 {
    transform: translate(-50%, -25%);
  }
}
#section_navs .base_text {
  text-align: center;
  color: #fff;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  #section_navs .base_text {
    letter-spacing: 0.05em;
    line-height: 160%;
  }
}
#section_navs .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section_navs .section__in ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_navs .section__in ul li {
  width: 31%;
}
@media screen and (max-width:800px) {
  #section_navs .section__in ul li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}

#section__voice01 {
  width: 100%;
  padding: 100px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section__voice01 {
    padding: 50px 0 25px 0;
  }
}
#section__voice01 .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
#section__voice01 h2 {
  text-align: center;
  color: #716253;
  border-bottom: 1px solid #716253;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
#section__voice01 h2 span {
  display: inline-block;
  margin-right: 0.5em;
}
#section__voice01 .base_text1 {
  margin-bottom: 2em;
  text-align: center;
  color: #716253;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section__voice01 .base_text1 {
    margin-bottom: 1em;
  }
}
#section__voice01 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section__voice01 .clumbox .items {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section__voice01 .clumbox .items {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section__voice01 .clumbox .items figure {
  width: 100%;
}
#section__voice01 .clumbox .items .minis {
  text-align: left;
  margin-bottom: 2em;
  padding-top: 0.5em;
}
#section__voice01 .clumbox .items h3 {
  margin-bottom: 0.5em;
  color: #716253;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section__voice01 .clumbox .items h3 {
    text-align: center;
  }
}
#section__voice01 .clumbox .items .base_text {
  line-height: 160%;
  text-align: left;
}

h3.temps {
  margin-bottom: 0.5em;
  color: #716253;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  h3.temps {
    text-align: center;
  }
}

.temps_base_text {
  line-height: 160%;
  text-align: left;
}

#section_silder {
  width: 100%;
  background-color: #eae8e5;
  padding: 70px 0 150px 0;
}
@media screen and (max-width:800px) {
  #section_silder {
    padding: 40px 0 80px 0;
  }
}
#section_silder .section__in1 {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
#section_silder .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section_silder .slidebox {
  width: 100%;
  margin-top: 40px;
}
#section_silder .mms {
  padding-top: 0.5em;
}
#section_silder .prev2 {
  position: absolute;
  width: 35px;
  top: calc(100% + 35px);
  left: calc(50% - 70px);
  z-index: 99;
}
@media screen and (max-width:800px) {
  #section_silder .prev2 {
    width: 32px;
    top: calc(100% + 25px);
    left: calc(50% - 62px);
  }
}
#section_silder .prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}
#section_silder .next2 {
  position: absolute;
  width: 35px;
  top: calc(100% + 35px);
  left: calc(50% + 30px);
}
@media screen and (max-width:800px) {
  #section_silder .next2 {
    width: 32px;
    top: calc(100% + 25px);
  }
}
#section_silder .next2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.bigs {
  width: 100%;
  position: relative;
}
.bigs p {
  padding: 0.5em;
}

#section__voice02 {
  width: 100%;
  padding: 100px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section__voice02 {
    padding: 50px 0 25px 0;
  }
}
#section__voice02 .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice02 .section__in {
    width: 100%;
  }
}
#section__voice02 h2 {
  text-align: center;
  color: #716253;
  border-bottom: 1px solid #716253;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
#section__voice02 h2 span {
  display: inline-block;
  margin-right: 0.5em;
}
#section__voice02 .base_text1 {
  margin-bottom: 2em;
  text-align: center;
  color: #716253;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section__voice02 .base_text1 {
    margin-bottom: 1em;
  }
}
#section__voice02 h3.marutitle {
  width: 100%;
  padding: 0.25em 0 0.3em 0;
  background-color: #9f7d41;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section__voice02 h3.marutitle {
    border-radius: 0px;
    padding: 0.25em 1em 0.35em 1em;
  }
}
#section__voice02 .mns {
  padding: 0.5em;
}
#section__voice02 .mns .minis {
  font-size: 70%;
}
#section__voice02 .clumbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox01 {
    margin-top: 0px;
  }
}
#section__voice02 .clumbox01 .text {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox01 .text {
    width: 90%;
    margin: 5vw auto 0 auto;
    order: 2;
  }
}
#section__voice02 .clumbox01 .photo {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox01 .photo {
    width: 100%;
    order: 1;
  }
}
#section__voice02 .clumbox01 .photo figure {
  width: 130%;
  margin-right: -30%;
  margin-left: 0;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox01 .photo figure {
    width: 100%;
    margin-right: 0%;
  }
}
#section__voice02 .clumbox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox02 {
    margin-top: 0px;
  }
}
#section__voice02 .clumbox02 .text {
  width: 61.4%;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox02 .text {
    width: 90%;
    margin: 0vw auto 5vw auto;
    order: 1;
  }
}
#section__voice02 .clumbox02 .photo {
  width: 30.4%;
}
@media screen and (max-width:800px) {
  #section__voice02 .clumbox02 .photo {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#section__voice02 .clumbox02 .photo figure {
  width: 100%;
  margin-right: 0%;
  margin-left: 0;
}
#section__voice02 h4.temps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: flex-end;
}
#section__voice02 h4.temps .qs {
  width: 2.5em;
  font-weight: 700;
  color: #9f7d41;
}
#section__voice02 h4.temps .bbs {
  width: calc(100% - 2.5em);
  color: #716253;
  text-align: left;
}
#section__voice02 h4.temps .longs {
  width: 100%;
  color: #716253;
  text-align: left;
  padding: 0.2em 0 0em 0;
}
#section__voice02 h4.temps .longs .mini {
  font-size: 50%;
}
#section__voice02 .base_text_lines {
  line-height: 160%;
}
#section__voice02 .base_text_lines.botm1 {
  margin-bottom: 1.5em;
}
#section__voice02 .base_text_lines span.colorline {
  background: linear-gradient(transparent 9.9%, #ffff7f 10%, #ffff7f 90%, transparent 90.1%);
}

#section_koutei {
  width: 100%;
  background-color: #eae8e5;
  padding: 80px 0;
}
@media screen and (max-width:800px) {
  #section_koutei {
    padding: 40px 0;
  }
}
#section_koutei h2 {
  text-align: center;
  color: #716253;
  font-weight: 600;
  margin-bottom: 1.25em;
  line-height: 140%;
}
#section_koutei .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#section_koutei figcaption {
  padding: 0.5em;
}

#section__voice03 {
  width: 100%;
  padding: 100px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section__voice03 {
    padding: 50px 0 50px 0;
  }
}
#section__voice03 .section__in {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice03 .section__in {
    width: 100%;
  }
}
#section__voice03 h2 {
  text-align: center;
  color: #716253;
  border-bottom: 1px solid #716253;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
#section__voice03 h2 span {
  display: inline-block;
  margin-right: 0.5em;
}
#section__voice03 .base_text1 {
  margin-bottom: 2em;
  text-align: center;
  color: #716253;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section__voice03 .base_text1 {
    margin-bottom: 1em;
  }
}
#section__voice03 h3.marutitle {
  width: 100%;
  padding: 0.25em 0 0.3em 0;
  background-color: #9f7d41;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section__voice03 h3.marutitle {
    border-radius: 0px;
    padding: 0.25em 1em 0.35em 1em;
  }
}
#section__voice03 .mns {
  padding: 0.5em;
}
#section__voice03 .mns .minis {
  font-size: 70%;
}
#section__voice03 .clumbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 {
    margin-top: 0px;
  }
}
#section__voice03 .clumbox01 .text {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .text {
    width: 100%;
    margin: 0vw auto 5vw auto;
    order: 1;
  }
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .text .intext {
    width: 90%;
    margin: 0vw auto 0vw auto;
  }
}
#section__voice03 .clumbox01 .photo {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .photo {
    width: 100%;
    order: 2;
  }
}
#section__voice03 .clumbox01 .photo figure {
  width: 100%;
  margin-right: 0%;
  margin-left: 0;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .photo figure {
    width: 100%;
    margin-right: 0%;
  }
}
#section__voice03 .clumbox01 .photo p {
  padding: 0.5em;
}
#section__voice03 .clumbox01 .photo p span {
  font-size: 60%;
}
#section__voice03 .clumbox01 .photo .photoin01 {
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .photo .photoin01 {
    width: 85%;
    margin-right: auto;
  }
}
#section__voice03 .clumbox01 .photo .photoin02 {
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .photo .photoin02 {
    width: 85%;
    margin-left: auto;
  }
}
#section__voice03 .clumbox01 .inphoto {
  width: 100%;
  margin-bottom: 1.5em;
}
#section__voice03 .clumbox01 .inphoto figure {
  width: 130%;
  margin-left: -30%;
  margin-right: 0%;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox01 .inphoto figure {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#section__voice03 .clumbox01 .inphoto p {
  padding: 0.5em;
}
#section__voice03 .clumbox01 .inphoto p span {
  font-size: 60%;
}
#section__voice03 .clumbox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox02 {
    margin-top: 0px;
  }
}
#section__voice03 .clumbox02 .text {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox02 .text {
    width: 90%;
    margin: 0vw auto 5vw auto;
    order: 1;
  }
}
#section__voice03 .clumbox02 .photo {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox02 .photo {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#section__voice03 .clumbox02 .photo figure {
  width: 100%;
  margin-right: 0%;
  margin-left: 0;
}
#section__voice03 .clumbox02 .long_text_boxs {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section__voice03 .clumbox02 .long_text_boxs {
    width: 90%;
    margin: 2em auto 0 auto;
    order: 3;
  }
}
#section__voice03 h4.temps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  align-items: flex-end;
}
#section__voice03 h4.temps .qs {
  width: 2.5em;
  font-weight: 700;
  color: #9f7d41;
}
#section__voice03 h4.temps .bbs {
  width: calc(100% - 2.5em);
  color: #716253;
  text-align: left;
}
#section__voice03 h4.temps .longs {
  width: 100%;
  color: #716253;
  text-align: left;
  padding: 0.2em 0 0em 0;
}
#section__voice03 h4.temps .longs .mini {
  font-size: 50%;
}
#section__voice03 .base_text_lines {
  line-height: 160%;
}
#section__voice03 .base_text_lines.botm1 {
  margin-bottom: 1.5em;
}
#section__voice03 .base_text_lines span.colorline {
  background: linear-gradient(transparent 9.9%, #ffff7f 10%, #ffff7f 90%, transparent 90.1%);
}
#section__voice03 .roopphotobox {
  margin-top: 30px;
  width: 100%;
  height: 285px;
  background: url(../images/interview/roop_photo.jpg) repeat-x top left;
  background-size: 1750px 285px;
  background-position: 0 0;
  animation: roop01 30s linear infinite;
}
@media screen and (max-width:800px) {
  #section__voice03 .roopphotobox {
    height: 200px;
    background: url(../images/interview/roop_photo.jpg) repeat-x top left;
    background-size: 1228px 200px;
    background-position: 0 0;
    animation: roop01_sp 30s linear infinite;
  }
}
@keyframes roop01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1750px 0;
  }
}
@keyframes roop01_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1228px 0;
  }
}
#section__voice03 .moretext {
  padding: 2.5em 0 80px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section__voice03 .moretext {
    padding: 2.5em 0 7vw 0;
  }
}
#section__voice03 .atenskast {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section__voice03 .atenskast {
    text-align: center;
  }
}

#section_plans {
  width: 100%;
  background-color: #eae8e5;
  padding: 85px 0 120px 0;
}
@media screen and (max-width:800px) {
  #section_plans {
    padding: 5vw 0 40px 0;
  }
}
#section_plans h2 {
  width: 200px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width:800px) {
  #section_plans h2 {
    width: 35%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#section_plans .base_text {
  text-align: center;
  font-weight: 500;
  color: #000;
  margin: 1em 0;
}
@media screen and (max-width:800px) {
  #section_plans .base_text {
    margin: 1em 0 1.5em 0;
    text-align: center;
  }
}
#section_plans .section__in {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  padding: 75px 0;
}
@media screen and (max-width:800px) {
  #section_plans .section__in {
    padding: 12.5vw 0 40px 0;
  }
}
#section_plans .section__in .section__in__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section_plans .section__in .titles {
  width: 100%;
  margin-bottom: 55px;
}
#section_plans .section__in .titles.second {
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #section_plans .section__in .titles.second {
    margin-top: 70px;
  }
}
#section_plans .section__in .zu {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 70px auto;
}
@media screen and (max-width:800px) {
  #section_plans .section__in .zu {
    margin: 0 auto 35px auto;
  }
}
#section_plans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section_plans ul {
    border-left: 0;
    border-top: 1px solid #666;
    flex-wrap: wrap;
  }
}
#section_plans ul li {
  width: 33.3333333333%;
  border-right: 1px solid #666;
  text-align: center;
  padding: 0.5em 0 0.65em 0;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section_plans ul li {
    width: 100%;
    border-right: 0;
    padding: 0.75em 0 0.85em 0;
    border-bottom: 1px solid #666;
  }
}
#section_plans ul li span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#section_plans .inlast {
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section_plans .inlast {
    margin-top: 40px;
  }
}
#section_plans .botancenter {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section_plans .botancenter {
    margin-top: 40px;
  }
}
#section_plans .botancenter a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1em 0 1.25em 0;
  width: 80%;
  max-width: 364px;
  margin: 0 auto;
}/*# sourceMappingURL=interview.css.map */