@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-optical-sizing: auto;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}
body .wrapper {
  width: 420px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 420px) {
  body .wrapper {
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

main {
  overflow-x: hidden;
}

p {
  letter-spacing: 0.2rem;
}

.btm_fix {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  width: 420px;
}
@media screen and (max-width: 420px) {
  .btm_fix {
    width: 100%;
  }
}
.btm_fix .cta_bnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btm_fix .cta_bnr .right {
  background-color: #FF7E0C;
}
.btm_fix .cta_bnr .left {
  background-color: #FFA601;
}
.btm_fix .cta_bnr a {
  width: 50%;
  height: 70px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm_fix .cta_bnr a span {
  width: 14px;
  margin-right: 10px;
}
.btm_fix .cta_bnr a span img {
  width: 100%;
}

/*-----header-----*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .header_inner {
  width: 96%;
  height: 60px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner .header_logo {
  width: 70px;
}
header .header_inner .header_logo a {
  width: 100%;
}
header .header_inner .header_logo a img {
  width: 100%;
}

/*-----footer-----*/
footer {
  width: 100%;
  padding: 60px 0 120px;
}
footer .content_wrap {
  width: 90%;
  margin: 0 auto;
}
footer .content_wrap h2 {
  width: 80px;
}
footer .content_wrap h2 img {
  width: 100%;
}
footer .content_wrap h3 {
  font-size: 1.8rem;
  color: #333333;
  margin-top: 20px;
  font-weight: bold;
}
footer .content_wrap .ad {
  width: 100%;
  margin-top: 20px;
}
footer .content_wrap .ad p {
  font-size: 1.5rem;
  color: #333333;
}
footer .content_wrap .links {
  margin-top: 40px;
}
footer .content_wrap .links li {
  margin-top: 20px;
}
footer .content_wrap .links li a {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
footer .content_wrap .source {
  margin-top: 40px;
}
footer .content_wrap .source h4 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
footer .content_wrap .source p {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
}
footer .content_wrap .source ul {
  width: 100%;
  padding-left: 20px;
}
footer .content_wrap .source ul li {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #333333;
  font-weight: 500;
  list-style: disc;
}
footer .content_wrap .sns_links {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}
footer .content_wrap .sns_links ul {
  display: flex;
  gap: 5px;
}
footer .content_wrap .sns_links ul li {
  width: 40px;
}
footer .content_wrap .sns_links ul li a {
  width: 100%;
}
footer .content_wrap .sns_links ul li a img {
  width: 100%;
}

/*-----トップページ-----*/
.top_mv {
  width: 100%;
  background: url(../images/mv_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0 80px;
  /* Animation Initial States */
}
.top_mv h1,
.top_mv figure,
.top_mv ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top_mv.is-animated h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.top_mv.is-animated figure {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.top_mv.is-animated ul li {
  opacity: 1;
  transform: translateY(0);
}
.top_mv.is-animated ul li:nth-child(1) {
  transition-delay: 1s;
}
.top_mv.is-animated ul li:nth-child(2) {
  transition-delay: 1.2s;
}
.top_mv.is-animated ul li:nth-child(3) {
  transition-delay: 1.4s;
}
.top_mv .content_wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.top_mv .content_wrap h1 {
  width: 90%;
  margin: 0 auto 20px;
}
.top_mv .content_wrap h1 img {
  width: 100%;
}
.top_mv .content_wrap figure {
  width: 90%;
  margin: 0 auto;
}
.top_mv .content_wrap figure img {
  width: 100%;
}
.top_mv .content_wrap ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.top_mv .content_wrap ul li {
  width: 30%;
}
.top_mv .content_wrap ul li img {
  width: 100%;
}

.about {
  width: 100%;
  padding: 60px 0 80px;
  background-color: #FDFAF1;
  position: relative;
}
.about .bg_img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 60%;
  height: auto;
}
.about .doc_img {
  width: 60%;
  position: absolute;
  top: 60px;
  right: 0px;
}
.about .doc_img img {
  width: 100%;
}
.about .txt_wrap {
  width: 76%;
  margin: 160px 0 0;
  position: relative;
  background-color: #fff;
  padding: 90px 20px 20px;
  border-radius: 0 10px 10px 0;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.about .txt_wrap.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.about .txt_wrap h2 {
  width: 70%;
  margin: 0 auto 20px;
  position: absolute;
  top: -30px;
  left: 20px;
}
.about .txt_wrap h2 img {
  width: 100%;
}
.about .txt_wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
.about .txt_wrap .txt_right {
  margin-left: auto;
  text-align: right;
}
.about .txt_wrap .txt_right p {
  font-size: 1.1rem;
  margin-top: 10px;
}
.about .txt_wrap .txt_right .author {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
.about .content_wrap {
  width: 90%;
  margin: 60px auto 0;
}
.about .content_wrap h3 {
  width: 90%;
  margin: 0 auto;
}
.about .content_wrap h3 img {
  width: 100%;
}
.about .content_wrap .yt {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 10px auto 0;
  border: 6px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.about .content_wrap .yt.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.about .content_wrap .yt iframe {
  width: 100%;
  height: 100%;
}

.guidebook {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.guidebook .bg_img_top {
  width: 100%;
  height: auto;
}
.guidebook .bg_img_top img {
  width: 100%;
}
.guidebook .bg_img_bottom {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
.guidebook .bg_img_bottom img {
  width: 100%;
}
.guidebook .content_wrap {
  width: 100%;
  padding: 40px 0;
}
.guidebook .content_wrap .content_inner {
  width: 90%;
  margin: 0 auto;
}
.guidebook .content_wrap .content_inner h2,
.guidebook .content_wrap .content_inner p,
.guidebook .content_wrap .content_inner figure {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.guidebook .content_wrap .content_inner h2.is-animated,
.guidebook .content_wrap .content_inner p.is-animated,
.guidebook .content_wrap .content_inner figure.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.guidebook .content_wrap .content_inner h2 {
  width: 90%;
  margin: 0 auto 20px;
}
.guidebook .content_wrap .content_inner h2 img {
  width: 100%;
}
.guidebook .content_wrap .content_inner p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-align: center;
}
.guidebook .content_wrap .content_inner figure {
  width: 90%;
  margin: 20px auto 0;
}
.guidebook .content_wrap .content_inner figure img {
  width: 100%;
}

.worries {
  background-color: #419DEC;
  padding-top: 60px;
  position: relative;
  /* Animation Common styles */
}
.worries h3 {
  width: 60%;
  margin: 0 auto;
}
.worries h3 img {
  width: 100%;
}
.worries h3,
.worries figure {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.worries h3.is-animated,
.worries figure.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.worries .question {
  width: 90%;
  margin: -60px auto 0;
}
.worries .question img {
  width: 100%;
}
.worries .img {
  width: 90%;
  margin: 0 auto;
}
.worries .img img {
  width: 100%;
}
.worries .sub_heading {
  width: 100%;
  margin: -70px auto 0;
}
.worries .sub_heading img {
  width: 100%;
}

.relation {
  width: 100%;
  padding: 60px 0;
  background-color: #DEF0FF;
}
.relation .heading_wrap {
  width: 90%;
  margin: 0 auto 30px;
  /* Animation */
}
.relation .heading_wrap h2,
.relation .heading_wrap p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.relation .heading_wrap h2.is-animated,
.relation .heading_wrap p.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.relation .heading_wrap h2 {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background-color: #419DEC;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
}
.relation .heading_wrap h2 span {
  width: 70px;
  position: absolute;
  top: -30px;
  left: -30px;
}
.relation .heading_wrap h2 span img {
  width: 100%;
}
.relation .heading_wrap h2::after {
  content: "";
  border: 6px solid transparent;
  border-top: 12px solid #419DEC;
  margin-left: -6px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.relation .heading_wrap p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
.relation .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.relation .content_wrap ul {
  width: 100%;
}
.relation .content_wrap ul li {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #419DEC;
  box-sizing: border-box;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.relation .content_wrap ul li.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.relation .content_wrap ul li .ttl_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.relation .content_wrap ul li .ttl_wrap h3 {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #419DEC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.relation .content_wrap ul li .ttl_wrap h3 span {
  background-color: #419DEC;
  color: #fff;
  padding: 6px 24px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 2rem;
}
.relation .content_wrap ul li figure {
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 10px;
  overflow: hidden;
}
.relation .content_wrap ul li figure img {
  width: 100%;
}
.relation .content_wrap ul li .txt_wrap {
  width: 100%;
  margin: 0 auto;
}
.relation .content_wrap ul li .txt_wrap h4 {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.relation .content_wrap ul li .txt_wrap p {
  font-size: 1.6rem;
  color: #333333;
}
.relation .sub_heading_wrap {
  width: 100%;
  padding-bottom: 260px;
  position: relative;
  /* Animation */
}
.relation .sub_heading_wrap h3,
.relation .sub_heading_wrap h2,
.relation .sub_heading_wrap .left_img,
.relation .sub_heading_wrap .right_img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.relation .sub_heading_wrap h3.is-animated,
.relation .sub_heading_wrap h2.is-animated,
.relation .sub_heading_wrap .left_img.is-animated,
.relation .sub_heading_wrap .right_img.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.relation .sub_heading_wrap .left_img.is-animated {
  transition-delay: 0.2s;
}
.relation .sub_heading_wrap .right_img.is-animated {
  transition-delay: 0.4s;
}
.relation .sub_heading_wrap h3 {
  font-size: 2rem;
  color: #333333;
  text-align: center;
  margin: 0 auto 20px;
}
.relation .sub_heading_wrap h2 {
  width: 90%;
  margin: 20px auto 0;
}
.relation .sub_heading_wrap h2 img {
  width: 100%;
}
.relation .sub_heading_wrap .left_img {
  width: 79%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.relation .sub_heading_wrap .left_img img {
  width: 100%;
}
.relation .sub_heading_wrap .right_img {
  width: 79%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.relation .sub_heading_wrap .right_img img {
  width: 100%;
}

.books {
  width: 100%;
  padding: 120px 0;
  background: url(../images/books_bg.webp) no-repeat center;
  background-size: cover;
  margin: -100px 0 0;
  z-index: 2;
  position: relative;
}
.books .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.books .content_wrap figure {
  width: 86%;
  margin: 0 auto 20px;
  position: relative;
  /* Animation */
}
.books .content_wrap figure .img,
.books .content_wrap figure .fukidashi {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.books .content_wrap figure.is-animated .img,
.books .content_wrap figure.is-animated .fukidashi {
  opacity: 1;
  transform: translateY(0);
}
.books .content_wrap figure.is-animated .fukidashi {
  transition-delay: 0.4s;
}
.books .content_wrap figure img {
  width: 100%;
}
.books .content_wrap figure .fukidashi {
  width: 120px;
  position: absolute;
  top: -50px;
  left: -40px;
}
.books .content_wrap h2 {
  width: 90%;
  margin: 20px auto 0;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.books .content_wrap h2.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.books .content_wrap h2 img {
  width: 100%;
}

.features {
  width: 100%;
  padding: 120px 0;
  background-color: #FFF7E0;
  background-image: url(../images/feature_bg.webp);
  background-position: top center;
  background-repeat: repeat-y;
}
.features .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.features .content_wrap h2 {
  width: 90%;
  margin: 0 auto 20px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.features .content_wrap h2.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.features .content_wrap h2 img {
  width: 100%;
}
.features .content_wrap .features_list {
  width: 100%;
}
.features .content_wrap .features_list li {
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #419DEC;
  box-sizing: border-box;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.features .content_wrap .features_list li.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.features .content_wrap .features_list li .ttl_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.features .content_wrap .features_list li .ttl_wrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #419DEC;
  color: #fff;
  padding: 6px 36px;
  border-radius: 20px;
  font-size: 2rem;
  position: relative;
}
.features .content_wrap .features_list li .ttl_wrap h3 span {
  position: absolute;
  top: -8px;
  left: -26px;
  width: 48px;
}
.features .content_wrap .features_list li .ttl_wrap h3 span img {
  width: 100%;
}
.features .content_wrap .features_list figure {
  width: 100%;
  margin: 0 auto 10px;
  border-radius: 10px;
  overflow: hidden;
}
.features .content_wrap .features_list figure img {
  width: 100%;
}
.features .content_wrap .features_list .txt_wrap {
  width: 100%;
  margin: 0 auto;
}
.features .content_wrap .features_list .txt_wrap h4 {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2892EB;
  text-align: center;
}
.features .content_wrap .features_list .txt_wrap p {
  font-size: 1.6rem;
  color: #333333;
}
.features .content_wrap .features_list .txt_wrap .inner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.features .content_wrap .features_list .txt_wrap .inner_list li {
  width: 48%;
  margin-bottom: 10px;
  background-color: #FFA601;
  padding: 8px 0;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border: none;
}

.career {
  width: 100%;
  padding: 60px 0;
}
.career .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.career .content_wrap .doctor_img {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.career .content_wrap .doctor_img figure {
  width: 93%;
  margin-left: auto;
  position: relative;
  border-radius: 6px;
}
.career .content_wrap .doctor_img figure img {
  width: 100%;
}
.career .content_wrap .doctor_img .txt_wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.career .content_wrap .doctor_img .txt_wrap.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.career .content_wrap .doctor_img .txt_wrap h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2892EB;
  margin-bottom: 6px;
}
.career .content_wrap .doctor_img .txt_wrap h2 span {
  font-size: 1.4rem;
}
.career .content_wrap .doctor_img .txt_wrap p {
  font-size: 1.5rem;
  color: #333333;
}
.career .content_wrap .outline_wrap {
  width: 100%;
  margin: 30px auto 0;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.career .content_wrap .outline_wrap.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.career .content_wrap .outline_wrap h3 {
  font-size: 1.6rem;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #2892EB;
  padding-bottom: 6px;
}
.career .content_wrap .outline_wrap h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2892EB;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.career .content_wrap .outline_wrap p {
  font-size: 1.4rem;
  color: #333333;
  margin: 20px auto 0;
}

.plan {
  width: 100%;
  padding: 60px 0;
  background-color: #2892EB;
}
.plan .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.plan .content_wrap h2 {
  width: 90%;
  margin: 0 auto 20px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.plan .content_wrap h2.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.plan .content_wrap h2 img {
  width: 100%;
}
.plan .content_wrap .plan_list {
  width: 100%;
}
.plan .content_wrap .plan_list .plan_item {
  width: 100%;
  background-color: #fff;
  padding: 20px 48px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid #419DEC;
  margin-bottom: 20px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.plan .content_wrap .plan_list .plan_item.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.plan .content_wrap .plan_list .plan_item h4 {
  font-size: 1.5rem;
  color: #333333;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.plan .content_wrap .plan_list .plan_item h3 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #2892EB;
  color: #fff;
  padding: 6px 0;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.plan .content_wrap .plan_list .plan_item h3 span {
  font-size: 1.4rem;
}
.plan .content_wrap .plan_list .plan_item .last {
  border-bottom: none;
}
.plan .content_wrap .plan_list .plan_item dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
}
.plan .content_wrap .plan_list .plan_item dl dt {
  font-size: 1.5rem;
  color: #333333;
  width: 80px;
}
.plan .content_wrap .plan_list .plan_item dl dd {
  font-size: 1.5rem;
  color: #333333;
}
.plan .content_wrap .plan_list .plan_item dl dd big {
  font-size: 3rem;
  font-weight: bold;
}
.plan .content_wrap .plan_list .plan_item dl dd span {
  font-weight: bold;
}
.plan .content_wrap .plan_list .plan_item ul {
  margin-top: 10px;
}
.plan .content_wrap .plan_list .plan_item ul li {
  font-size: 1.5rem;
  color: #333333;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
}
.plan .content_wrap .plan_list .plan_item ul li.last {
  border-bottom: none;
}
.plan .content_wrap .btn_wrap {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  /* Animation */
}
.plan .content_wrap .btn_wrap h4,
.plan .content_wrap .btn_wrap a {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.plan .content_wrap .btn_wrap h4.is-animated,
.plan .content_wrap .btn_wrap a.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.plan .content_wrap .btn_wrap h4 {
  width: 90%;
  margin: 0 auto 10px;
}
.plan .content_wrap .btn_wrap h4 img {
  width: 100%;
}
.plan .content_wrap .btn_wrap a {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.plan .content_wrap .btn_wrap a img {
  width: 100%;
}

.faq {
  width: 100%;
  padding: 60px 0;
}
.faq .content_wrap {
  width: 90%;
  margin: 0 auto;
}
.faq .content_wrap h2 {
  width: 90%;
  margin: 0 auto 20px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.faq .content_wrap h2.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.faq .content_wrap h2 span {
  width: 10%;
  display: block;
  margin: 0 auto;
}
.faq .content_wrap h2 span img {
  width: 100%;
}
.faq .content_wrap .accordion {
  width: 100%;
  margin: 0 auto;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.faq .content_wrap .accordion.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.faq .content_wrap .accordion .accordion-item {
  width: 100%;
  margin-bottom: 20px;
  background-color: #F1F7FC;
  border-radius: 5px;
}
.faq .content_wrap .accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.faq .content_wrap .accordion .accordion-item .accordion-header::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 8px;
  height: 8px;
  right: 20px;
  border-top: solid 2px #2892EB;
  border-right: solid 2px #2892EB;
  z-index: 2;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}
.faq .content_wrap .accordion .accordion-item .accordion-header.active::before {
  transform: translateY(-50%) rotate(-45deg);
}
.faq .content_wrap .accordion .accordion-item .accordion-header span {
  width: 10%;
  display: block;
  margin-right: 10px;
}
.faq .content_wrap .accordion .accordion-item .accordion-header span img {
  width: 100%;
}
.faq .content_wrap .accordion .accordion-item .accordion-header h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  padding-right: 20px;
  flex: 1;
}
.faq .content_wrap .accordion .accordion-item .accordion-content {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  display: none;
  font-size: 1.5rem;
  color: #333333;
}
.faq .content_wrap .accordion .accordion-item .accordion-content.open {
  display: block;
}
.faq .content_wrap .accordion .accordion-item .accordion-content .answer_wrap {
  display: flex;
  align-items: flex-start;
}
.faq .content_wrap .accordion .accordion-item .accordion-content .answer_wrap span {
  width: 10%;
  display: block;
  margin-right: 10px;
}
.faq .content_wrap .accordion .accordion-item .accordion-content .answer_wrap span img {
  width: 100%;
}
.faq .content_wrap .accordion .accordion-item .accordion-content .answer_wrap p {
  font-size: 1.5rem;
  color: #333333;
  flex: 1;
}

.future {
  width: 100%;
  padding: 60px 0;
  background-color: #FDFBF1;
}
.future .content_wrap {
  width: 90%;
  margin: 0 auto;
  /* Animation Common */
}
.future .content_wrap figure,
.future .content_wrap h2,
.future .content_wrap p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.future .content_wrap figure.is-animated,
.future .content_wrap h2.is-animated,
.future .content_wrap p.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.future .content_wrap h2.is-animated {
  transition-delay: 0.2s;
}
.future .content_wrap p.is-animated {
  transition-delay: 0.4s;
}
.future .content_wrap figure {
  width: 100%;
  margin: 0 auto 20px;
}
.future .content_wrap figure img {
  width: 100%;
}
.future .content_wrap h2 {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 2px dashed #FFA601;
}
.future .content_wrap p {
  font-size: 1.6rem;
  color: #333333;
  text-align: center;
}/*# sourceMappingURL=style.css.map */