@charset "UTF-8";
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .box_tel a {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  main img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

a {
  transition: ease-in 0.1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

html.lock {
  overflow-y: hidden;
}

html.size2 {
  font-size: 12px;
}

html.size3 {
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16px;
  min-width: 1180px;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img.object-fit,
svg.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

a.tel_link {
  pointer-events: none;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #000;
  opacity: .5;
  display: none;
}

main {
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
}

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

* {
  box-sizing: border-box;
}

.l_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
}

header .header_content .logo_wrap img {
  width: 200px;
}

header .header_content .fz_btn {
  display: flex;
  align-items: center;
}

header .header_content .fz_btn p {
  color: #5f4c3f;
  font-weight: bold;
  font-feature-settings: normal;
}

header .header_content .fz_btn ul {
  display: flex;
  margin-left: 12px;
}

header .header_content .fz_btn ul li {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #64b981;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

header .header_content .fz_btn ul li + li {
  margin-left: 8px;
}

header .header_content .fz_btn ul li.on {
  background-color: #3a7583;
}

.dial {
  background-image: linear-gradient(to right, #ffe3ba, #ffe3ba 50%, #fff9ba 50%, #fff9ba);
  padding-bottom: 18px;
}

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

.footer_logo_area {
  padding-bottom: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo_area .logo_wrap + .logo_wrap {
  margin-left: 16px;
}

footer {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #20927b;
  color: #fff;
}

footer .text {
  display: flex;
  align-items: center;
}

footer .text h2 {
  font-size: 25px;
}

footer .text p {
  padding-top: 5px;
  font-size: 15px;
  margin-left: 25px;
}

footer p.copy {
  font-size: 10px;
}

.pt40 {
  padding-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 2.7vw;
    overflow-x: hidden;
  }
  html.lock {
    overflow-y: hidden;
  }
  html.size2 {
    font-size: 3.4vw;
  }
  html.size3 {
    font-size: 3.8vw;
  }
  body {
    line-height: 1.5;
    font-size: 14px;
    min-width: 0;
  }
  .l_inner {
    max-width: calc(686 / 750 * 100vw);
  }
  .inner {
    max-width: calc(686 / 750 * 100vw);
  }
  header .header_content {
    height: calc(110 / 750 * 100vw);
  }
  header .header_content .logo_wrap img {
    width: calc(227 / 750 * 100vw);
  }
  header .header_content .fz_btn p {
    font-size: calc(28 / 750 * 100vw);
  }
  header .header_content .fz_btn ul {
    margin-left: calc(10 / 750 * 100vw);
  }
  header .header_content .fz_btn ul li {
    font-size: calc(28 / 750 * 100vw);
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    line-height: calc(70 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
  }
  header .header_content .fz_btn ul li + li {
    margin-left: calc(10 / 750 * 100vw);
  }
  .dial {
    background-image: none;
    padding-bottom: 0;
  }
  .dial ul.inner {
    max-width: none;
  }
  .footer_logo_area {
    padding-bottom: calc(50 / 750 * 100vw);
  }
  .footer_logo_area .logo_wrap + .logo_wrap {
    margin-left: calc(45 / 750 * 100vw);
  }
  .footer_logo_area .mhlw img {
    width: calc(252 / 750 * 100vw);
  }
  .footer_logo_area .orangeribbon img {
    width: calc(231 / 750 * 100vw);
  }
  .forum_content_area .btn_detail {
    margin: 50px auto 0;
  }
  footer {
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(160 / 750 * 100vw);
  }
  footer .text {
    display: block;
  }
  footer .text h2 {
    font-size: calc(36 / 750 * 100vw);
  }
  footer .text p {
    padding-top: 2px;
    font-size: calc(26 / 750 * 100vw);
    margin-left: 0;
  }
  footer p.copy {
    font-size: 10px;
  }
}
/*-------------------
mv
--------------------*/
.mv {
  text-align: center;
  /* margin-bottom: 30px; */
}

@media screen and (max-width: 768px) {
  .mv {
    /* margin-bottom: 7%; */
  }
}

.mv_inner {
  background: #64b981;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mv_inner {
    height: 755px;
  }
}

@media screen and (min-width: 769px) {
  .mv_img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
  }
  .mv_img img {
    max-width: initial;
  }
}

.mv_btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}

.mv_btn a:hover {
  opacity: 1;
}

.mv_btn::before {
  content: url(../img/mv_deco.png);
  display: inline-block;
  position: absolute;
  top: -80px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  .mv_btn {
    margin-top: calc(-120 / 750 * 100vw);
  }
  .mv_btn::before {
    content: none;
  }
}

/*-------------------
nav
--------------------*/
.nav {
  position: relative;
  height: 84px;
  /* margin-bottom: 40px; */
}

.nav_inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.nav_inner.open {
  position: fixed;
}

.nav_group {
  display: flex;  justify-content: center;
}

.nav_item{	width: 140px;	height: 80px;	}


.nav_item a {
  /* display: inline-block; */
	display: flex;	flex-wrap: wrap;	justify-content: center;	align-items: center;
	width: 100%;	height: 100%;


  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #3a7583;
  background: #fdf7e7;
  text-align: center;
  /* padding: 1em 0; */
  /* width: calc(990px / 7); */
  border-bottom-width: 4px;
  border-bottom-style: solid;
  text-decoration: none;
  letter-spacing: -1px;
  line-height: 1.2;
}

.nav_item a span
{
	display: block;
	width: 100%;
	font-size: 13px;
}

.nav_item a:hover {
  opacity: 1;
}

.nav_item:nth-of-type(2n-1) a {
  border-bottom-color: #3a7583;
}

.nav_item:nth-of-type(2n) a {
  border-bottom-color: #84c99a;
}

.nav_item + .nav_item {
  margin-left: 1px;
}

/*-------------------
movie
--------------------*/
.movie {
  width: 990px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.movie_item {
  width: 470px;
}

.movie_item-movie {
  width: 100%;
  height: 260px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .movie_item-movie {
    height: calc(380 / 750 * 100vw);
  }
}

.movie_item-text {
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .movie_item-text {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 768px) {
  .movie {
    width: 94%;
    margin: 0 auto 8%;
    display: block;
  }
  .movie_item {
    width: 100%;
  }
  .movie_item + .movie_item {
    margin-top: 8%;
  }
}

/*-------------------
bnr
--------------------*/
.bnr {
  text-align: center;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .bnr {
    margin: 12% auto 0;
  }
}

.bnr_item {
  width: 94%;
  margin: auto;
  margin-bottom: 50px;
}

/*-------------------
intro
--------------------*/
.intro {
  padding: 30px 0 50px;
  background-color: #e5f7ea;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 3% 10% 8%;
  }
}

.intro_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .intro_title {
    margin-bottom: 5%;
  }
}

.intro_text {
  font-size: 1.4rem;
  line-height: 2;
}

.intro_text .color {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3a7583;
}

.intro_text + .intro_text {
  margin-top: 3rem;
}

.intro_text-large {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3a7583;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
}

.intro_text-large::before {
  content: url(../img/intro_img01.png);
  display: inline-block;
  position: absolute;
  bottom: 100%;
  right: 92%;
}

.intro_text-large::after {
  content: url(../img/intro_img02.png);
  display: inline-block;
  position: absolute;
  bottom: 150%;
  left: 92%;
}

@media screen and (max-width: 768px) {
  .intro_text-large {
    line-height: 1.5;
    font-size: 2rem;
  }
  .intro_text-large::before, .intro_text-large::after {
    content: none;
  }
}

.intro_text01, .intro_text02 {
  position: relative;
}

.intro_text01::after, .intro_text02::after {
  content: "";
  display: inline-block;
  width: 170px;
  border-bottom: 2px dotted #3a7583;
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 85px);
}

/*-------------------
about
--------------------*/
.about {
  padding: 45px 0 70px;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 8% 0 9%;
  }
}

.about_title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .about_title {
    margin-bottom: 6%;
  }
}

.about_title span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #3a7583;
  padding: 0.2em 4em;
}

@media screen and (max-width: 768px) {
  .about_title span {
    font-size: 1.6rem;
    padding: 0.2em 2em;
  }
}

.about_subTitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .about_subTitle {
    margin: 6%;
  }
}

.about_group {
  width: 1060px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .about_group {
    width: 92%;
  }
}

.about_item {
  width: 187px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .about_item {
    width: 46%;
    margin-right: 6%;
  }
}

.about_item:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .about_item:nth-of-type(5n) {
    margin-right: 6%;
  }
  .about_item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.about_item .img {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .about_item .img {
    margin-bottom: 0.5rem;
  }
}

.about_item .text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3a7583;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .about_item .text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

/*-------------------
current
--------------------*/
.current_upper {
  background: linear-gradient(180deg, #e5f7ea 0%, #e5f7ea 77%, #fff 77%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .current_upper {
    padding: 0 3%;
  }
}

.current_title {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .current_title {
    margin-bottom: 0;
  }
}

.current_title span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #3a7583;
  padding: 0.2em 4em;
  position: relative;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .current_title span {
    font-size: 1.6rem;
    padding: 0.2em 2em;
    top: calc(-30/750 *100vw);
  }
}

.current_heading {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .current_heading {
    margin-bottom: 8%;
  }
}

.current_lower {
  width: 660px;
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .current_lower {
    width: 94%;
  }
  .current_lower-desc {
    width: 65%;
  }
  .current_lower-img {
    width: 35%;
  }
}

.current_lower-heading {
  color: #3a7583;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .current_lower-heading {
    font-size: 1.6rem;
  }
}

.current_lower-text {
  font-size: 1.4rem;
  border-left: 2px solid #3a7583;
  border-bottom: 2px solid #3a7583;
  line-height: 1.5;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .current_lower-text {
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-left: 0.6rem;
    margin-right: 1.2rem;
  }
}

/*-------------------
faq
--------------------*/
.faq {
  width: 660px;
  padding: 0 0 50px;
  margin: 0 auto;
}

.faq_area {
  background: #e5f7ea;
}

@media screen and (max-width: 768px) {
  .faq_area {
    padding: 0 4%;
  }
  .faq_area .wrap01 .img {
    width: 70%;
    margin: auto;
  }
}

.faq_area .wrap03 dd {
  display: flex;
}

.faq_area .wrap03 .img {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .faq_area .wrap03 dd {
    display: block;
  }
  .faq_area .wrap03 .img {
    margin-left: 0;
    width: 35%;
    margin: auto;
  }
}

.faq_area .wrap04 dd {
  display: flex;
}

.faq_area .wrap04 .img {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .faq_area .wrap04 dd {
    display: block;
  }
  .faq_area .wrap04 .img {
    margin-left: 0;
    width: 35%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    width: 100%;
    padding: 0 0 5%;
  }
}

.faq .wrap {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px dotted #3a7583;
}

@media screen and (max-width: 768px) {
  .faq .wrap {
    padding-top: 8%;
    padding-bottom: 6%;
  }
}

.faq dt {
  margin-left: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq dt {
    margin-left: 4rem;
  }
}

.faq dt::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/faq_q.png) top left/contain no-repeat;
  position: absolute;
  top: 1.7rem;
  right: 103%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq dt::before {
    width: 3rem;
    height: 3rem;
    top: 1.4rem;
  }
}

.faq dd {
  margin-left: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq dd {
    margin-left: 4rem;
  }
}

.faq dd::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../img/faq_a.png) top left/contain no-repeat;
  position: absolute;
  top: 1.7rem;
  right: 103%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .faq dd::before {
    width: 3rem;
    height: 3rem;
    top: 1.3rem;
  }
}

.faq .heading {
  color: #3a7583;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .faq .heading {
    font-size: 1.6rem;
  }
}

.faq .text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .faq .text {
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}

.faq .text .color {
  color: #3a7583;
  text-decoration: underline;
}

.faq .text .color02 {
  color: #833a3a;
  font-size: 1.8rem;
  padding-right: 0.4rem;
}

@media screen and (max-width: 768px) {
  .faq .text .color02 {
    font-size: 1.6rem;
  }
}

.faq .text.list {
  margin-bottom: 0;
}

.faq .img {
  text-align: center;
}

.faq_btn {
  margin-top: 30px;
  text-align: center;
}

/*-------------------
problem
--------------------*/
.problem {
  padding-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .problem {
    padding-top: 5%;
    margin-bottom: 12%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.problem_title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .problem_title {
    margin-bottom: 3%;
  }
}

.problem_desc {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .problem_desc {
    padding-top: 4%;
  }
}

.problem_heading {
  color: #3a7583;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .problem_heading {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.problem_text {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .problem_text {
    font-size: 1.2rem;
  }
}

.problem_box {
  width: 900px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .problem_box {
    width: 100%;
    margin: 0 auto 4%;
  }
}

.problem_box01 .problem_desc {
  width: 400px;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .problem_box01 .problem_desc {
    width: 100%;
    margin-left: 1.5rem;
  }
}

.problem_box01 .problem_text {
  position: relative;
}

.problem_box01 .problem_text::before {
  content: "";
  display: block;
  width: 200vh;
  height: 140px;
  background: #f7faf8;
  position: absolute;
  top: -2rem;
  right: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box01 .problem_text::before {
    height: 30vw;
    max-height: 120px;
  }
}

.problem_box01 .problem_text::after {
  content: "";
  display: block;
  width: 200%;
  height: 140px;
  background: url(../img/problem_bg01.png) top right/cover no-repeat;
  position: absolute;
  top: -2rem;
  right: -8rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box01 .problem_text::after {
    right: -4rem;
    height: 30vw;
    max-height: 120px;
  }
}

.problem_box02 {
  flex-direction: row-reverse;
}

.problem_box02 .problem_desc {
  width: 340px;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .problem_box02 .problem_desc {
    width: 100%;
    margin-right: 1.5rem;
  }
}

.problem_box02 .problem_heading {
  text-align: right;
}

.problem_box02 .problem_text {
  position: relative;
}

.problem_box02 .problem_text::before {
  content: "";
  display: block;
  width: 200vh;
  height: 140px;
  background: #f7faf8;
  position: absolute;
  top: -2rem;
  left: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box02 .problem_text::before {
    height: 30vw;
    max-height: 120px;
  }
}

.problem_box02 .problem_text::after {
  content: "";
  display: block;
  width: 200%;
  height: 140px;
  background: url(../img/problem_bg02.png) top left/cover no-repeat;
  position: absolute;
  top: -2rem;
  left: -10rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box02 .problem_text::after {
    left: -8rem;
    height: 30vw;
    max-height: 120px;
  }
}

.problem_box03 .problem_desc {
  width: 400px;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .problem_box03 .problem_desc {
    width: 100%;
    margin-left: 1.5rem;
  }
}

.problem_box03 .problem_text {
  position: relative;
}

.problem_box03 .problem_text::before {
  content: "";
  display: block;
  width: 200vh;
  height: 140px;
  background: #f7faf8;
  position: absolute;
  top: -2rem;
  right: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box03 .problem_text::before {
    height: 30vw;
    max-height: 120px;
  }
}

.problem_box03 .problem_text::after {
  content: "";
  display: block;
  width: 200%;
  height: 140px;
  background: url(../img/problem_bg03.png) top right/cover no-repeat;
  position: absolute;
  top: -2rem;
  right: -8rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .problem_box03 .problem_text::after {
    right: -6rem;
    height: 30vw;
    max-height: 120px;
  }
}

/*-------------------
message
--------------------*/
.message {
  width: 980px;
  margin: 0 auto 40px;
  padding: 0px 40px 40px;
  background: #e5f7ea;
}

@media screen and (max-width: 768px) {
  .message {
    width: 94%;
    margin: 0 auto 4%;
    padding: 0 4% 4%;
  }
}

.message_title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .message_title {
    margin-bottom: 4%;
  }
}

.message_title span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #3a7583;
  padding: 0.2em 4em;
  position: relative;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .message_title span {
    font-size: 1.6rem;
    padding: 0.2em 2em;
    top: calc(-20 / 750 * 100vw);
  }
}

.message_inner {
  background: #fff;
  padding: 50px 40px 70px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .message_inner {
    padding: 6% 5% 6%;
    display: block;
    overflow: hidden;
  }
}

.message_inner::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #e5f7ea;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .message_inner::before {
    content: none;
  }
}

.message_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-right: 2rem;
}

.message_text .color {
  font-size: 2rem;
  color: #3a7583;
}

.message_text a {
  color: #3a7583;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .message_text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-right: 0;
  }
  .message_text .color {
    font-size: 1.6rem;
  }
}

.message_img {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .message_img {
    float: right;
    width: 35%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}

.message_btn {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message_btn {
    margin-top: 4%;
  }
}

/*-------------------
educator
--------------------*/
.educator {
  width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .educator {
    width: 94%;
    margin: 0 auto 7%;
  }
}

.educator_head {
  background: #3a7583;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.educator_head:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .educator_head {
    padding: 0.7rem 0;
  }
}

.educator_head-btn a {
  background: #fff2ce;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .educator_head-btn a {
    right: 13px;
    width: 25px;
    height: 25px;
  }
}

.educator_head-btn a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 3px solid #3a7583;
  border-bottom: 3px solid #3a7583;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  .educator_head-btn a span {
    width: 12px;
    height: 12px;
    left: 53%;
  }
}

.educator_head-btn a.on span {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  transition: all 0.2s;
}

.educator_title {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff2ce;
}

.educator_wrap {
  background: #fff2ce;
  padding: 30px 0 50px;
  display: none;
}

@media screen and (max-width: 768px) {
  .educator_wrap {
    padding: 6% 0 5%;
  }
}

.educator_text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .educator_text {
    font-size: 1.4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5%;
  }
}

.educator_intro {
  background: #fdf7e7;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .educator_intro {
    width: 100%;
    padding: 6% 4%;
  }
  .educator_intro-desc {
    width: 65%;
  }
  .educator_intro-img {
    width: 35%;
  }
}

.educator_intro-inner {
  width: 660px;
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .educator_intro-inner {
    width: 100%;
    margin: 0 auto 1rem;
  }
}

.educator_intro-heading {
  color: #3a7583;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .educator_intro-heading {
    font-size: 1.6rem;
  }
}

.educator_intro-text {
  font-size: 1.4rem;
  border-left: 2px solid #3a7583;
  border-bottom: 2px solid #3a7583;
  line-height: 1.5;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .educator_intro-text {
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin-left: 0.6rem;
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .educator .faq .wrap {
    margin-left: 4%;
    margin-right: 4%;
  }
}

/*-------------------
consultation
--------------------*/
.consultation {
  background: #c6e8d1;
  padding: 30px 0 90px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .consultation {
    padding: 6% 0 8%;
    margin-bottom: 10%;
  }
}

.consultation_title {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .consultation_title {
    margin-bottom: 5%;
  }
}

.consultation_title span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  background: #3a7583;
  padding: 0.2em 2em;
}

@media screen and (max-width: 768px) {
  .consultation_title span {
    font-size: 1.6rem;
    padding: 0.2em 2em;
  }
}

.consultation_inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .consultation_inner {
    width: 100%;
  }
}

.consultation_sns {
  display: flex;
  position: absolute;
  top: 10px;
  right: -50px;
}

.consultation_sns li {
  margin: 0 3px;
}

.consultation_sns li:first-child {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .consultation_sns {
    position: static;
    width: calc(300 / 750 * 100vw);
    margin-right: 14px;
    margin-left: auto;
    margin-bottom: 5%;
  }
}

.consultation_cont {
  margin-bottom: 40px;
}

.consultation_cont.consultation_cont01 .consultation_boxWrap {
  justify-content: space-between;
}

.consultation_cont.consultation_cont02 .consultation_boxWrap {
  justify-content: center;
}

.consultation_cont.consultation_cont03 .consultation_boxWrap {
  justify-content: space-between;
}

.consultation_cont.consultation_cont04 .consultation_boxWrap {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .consultation_cont {
    margin-bottom: 4%;
  }
}

.consultation_subTitle {
  text-align: center;
}

.consultation_boxWrap {
  display: flex;
  flex-wrap: wrap;
}

.consultation_boxWrap > li {
  width: 470px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .consultation_boxWrap {
    display: block;
  }
  .consultation_boxWrap > li {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
  }
}

.consultation .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.consultation .box_img {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .consultation .box_img-tel {
    pointer-events: none;
  }
}

.consultation .box_heading {
  font-size: 18px;
  font-weight: bold;
  margin-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
  height: 4em;
  display: flex;
  align-items: flex-end;
}

.consultation .box_heading span {
  display: inline-block;
  position: relative;
}

.consultation .box_heading span::before {
  content: "●";
  display: inline-block;
  color: #3a7583;
  position: absolute;
  top: 0;
  left: -2rem;
}

@media screen and (max-width: 768px) {
  .consultation .box_heading {
    font-size: 1.5rem;
    height: auto;
  }
}

.consultation .box_text {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 14px;
}

.consultation .box_text .color03 {
  color: #fff;
  background: #3a7583;
  padding: 0.4rem 0.6rem;
}

@media screen and (max-width: 768px) {
  .consultation .box_text {
    padding: 0 14px 1.5rem;
  }
}

.consultation .box_note {
  font-size: 1.3rem;
  padding: 1em 14px 0;
}

.consultation .box_note a {
  color: #3a7583;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .consultation .box_note {
    padding: 0 14px 1.5rem;
  }
}

.consultation .box_cont {
  background: #fff;
  padding: 40px 0 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .consultation .box_cont {
    padding: 5% 0 5%;
  }
}

.consultation .box_btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .consultation .box_btn {
    margin-left: 14px;
    margin-right: 14px;
  }
}

.consultation .box_tel {
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
}

.consultation .box_tel dt {
  font-size: 1em;
  margin-right: 0.8em;
  color: #fff;
  padding: 0.3em 1.5em 0.3em 2em;
  background: #3a7583;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media screen and (max-width: 768px) {
  .consultation .box_tel dt {
    padding: 0.3em 1em;
    width: 6.5em;
  }
}

.consultation .box_tel dd {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.consultation .box_tel dd rt {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .consultation .box_tel dd {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.consultation .box_tel a {
  color: #3a7583;
}

.consultation .box_time {
  display: flex;
  align-items: center;
}

.consultation .box_time dt {
  font-size: 1em;
  margin-right: 1em;
  color: #fff;
  padding: 0.3em 1.5em 0.3em 2em;
  background: #3a7583;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media screen and (max-width: 768px) {
  .consultation .box_time dt {
    padding: 0.3em 1em;
    width: 6.5em;
  }
}

.consultation .box_time dd {
  font-size: 1.4em;
  line-height: 1.1;
}

.consultation .box_time dd span {
  display: block;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .consultation .box_time dd {
    font-size: 1.2em;
  }
}

.consultation_cont01 {
  margin-bottom: 0;
}

.consultation_cont01 li {
  width: 460px;
}

.consultation_cont01 li:first-child .box_img {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .consultation_cont01 li {
    width: 94%;
    margin: 0 auto 8%;
  }
  .consultation_cont01 li .box_text {
    padding: 0;
  }
}

.consultation_cont01 .consultation_subTitle {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .consultation_cont01 .consultation_subTitle {
    width: 65%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .consultation_cont02 .consultation_subTitle {
    width: 40%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.consultation_cont02 > ul > li:first-child {
  margin-right: 20px;
}

.consultation_cont02 > ul > li:first-child .box_cont {
  padding: 20px 0 45px;
}

@media screen and (max-width: 768px) {
  .consultation_cont02 > ul > li:first-child {
    margin-right: auto;
  }
  .consultation_cont02 > ul > li:first-child .box_cont {
    padding: 5% 0 5%;
  }
}

.consultation_cont02 > ul > li:nth-child(2) {
  margin-left: 20px;
}

.consultation_cont02 > ul > li:nth-child(2) .box_cont {
  padding: 20px 0 45px;
}

@media screen and (max-width: 768px) {
  .consultation_cont02 > ul > li:nth-child(2) {
    margin-left: auto;
  }
  .consultation_cont02 > ul > li:nth-child(2) .box_cont {
    padding: 5% 0 5%;
  }
}

.consultation_cont02 > ul > li:nth-child(3) .box_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.consultation_cont02 .box_upper {
  padding-bottom: 1em;
}

.consultation_cont02 .box_lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.consultation_cont02 .box_text {
  border-top: 1px dotted #3a7583;
  padding: 0;
  margin: 0 14px;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .consultation_cont02 .box_text {
    margin: 0 14px 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .consultation_cont02 .box_btn-item + .box_btn-item {
    margin-top: 4%;
  }
}

@media screen and (max-width: 768px) {
  .consultation_cont03 .consultation_subTitle {
    width: 80%;
    margin-bottom: 5%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.consultation_cont03 > ul > li:first-child .box_cont {
  padding: 40px 0 30px;
}

@media screen and (max-width: 768px) {
  .consultation_cont03 > ul > li:first-child .box_cont {
    padding: 5% 0 5%;
  }
}

.consultation_cont03 > ul > li:first-child .box_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.consultation_cont03 > ul > li:first-child .box_btn-item {
  margin-bottom: 1.2rem;
}

.consultation_cont03 > ul > li:nth-child(2) .box_cont {
  padding: 40px 0 30px;
}

@media screen and (max-width: 768px) {
  .consultation_cont03 > ul > li:nth-child(2) .box_cont {
    padding: 5% 0 5%;
  }
}

.consultation_cont03 > ul > li:nth-child(2) .box_btn {
  margin: 0 14px;
  display: flex;
  flex-wrap: wrap;
}

.consultation_cont03 > ul > li:nth-child(2) .box_btn-item {
  margin-bottom: 1.2rem;
  margin-right: calc((100% - 141px*3)/2);
}

.consultation_cont03 > ul > li:nth-child(2) .box_btn-item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .consultation_cont03 > ul > li:nth-child(2) .box_btn-item {
    width: 30%;
    margin-right: calc((100% - 30%*3)/2);
  }
  .consultation_cont03 > ul > li:nth-child(2) .box_btn-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.consultation_btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .consultation_btn {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
  }
}

/*-------------------
public
--------------------*/
.public {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .public {
    width: 94%;
    margin-bottom: 8%;
  }
}

.public_title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .public_title {
    margin-bottom: 5%;
  }
}

.public_title span {
  display: inline-block;
  font-size: 1.8rem;
  color: #3a7583;
  background: #c6e8d1;
  padding: 0.2em 3em;
}

@media screen and (max-width: 768px) {
  .public_title span {
    font-size: 1.6rem;
    padding: 0.2em 2em;
  }
}

.public_subTitle {
  font-size: 2.8rem;
  color: #3a7583;
  margin-bottom: 2rem;
  border-bottom: 2px solid #3a7583;
}

@media screen and (max-width: 768px) {
  .public_subTitle {
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.public_text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.public_imgArea {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .public_imgArea {
    display: block;
  }
}

.public_img {
  margin-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .public_img {
    margin-left: auto;
    margin-right: auto;
  }
  .public_img:first-of-type {
    margin-bottom: 12%;
    width: 55%;
  }
  .public_img:nth-of-type(2) {
    margin-bottom: 15%;
    width: 94%;
  }
}

.public_img-heading {
  margin-bottom: 0.2rem;
  font-size: 14px;
}

.public_img-heading::first-letter {
  color: #3a7583;
  margin-right: 0.3rem;
}

.public_img-btn {
  margin-top: 0.5rem;
  text-align: center;
}

.public_img-btn a {
  font-size: 14px;
  color: #333;
}

/*-------------------
sp_menu
--------------------*/
@media screen and (min-width: 769px) {
  .sp_btn-wrap {
    display: none;
  }
  .sp_menu-wrap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*header .header_content .logo_wrap {
    padding-left: calc(110 / 750 * 100vw);
  }*/
  .sp_btn {
    width: calc(38 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    position: relative;
  }
  .sp_btn span {
    transition: .3s;
    display: block;
    width: 100%;
    height: calc(4 / 750 * 100vw);
    background-color: #333;
    position: absolute;
  }
  .sp_btn span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .sp_btn span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sp_btn span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .sp_btn.on span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-100%) rotate(45deg);
            transform: translateY(-100%) rotate(45deg);
  }
  .sp_btn.on span:nth-child(2) {
    opacity: 0;
  }
  .sp_btn.on span:nth-child(3) {
    bottom: 50%;
    -webkit-transform: translateY(-30%) rotate(-45deg);
            transform: translateY(-30%) rotate(-45deg);
  }
  .sp_btn-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(105 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: calc(12 / 750 * 100vw);
    border-right: 1px solid #333;
    transition: .3s;
  }
  .sp_btn-wrap.open {
    display: block;
  }
  .sp_btn-wrap p {
    margin-top: calc(12 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
  }
  .sp_menu-wrap {
    display: none;
    border-top: 1px solid #333;
    position: absolute;
    z-index: 10;
    top: calc(110 / 750 * 100vw);
    width: 100%;
    background: #fff;
  }
  .sp_menu-list {
    font-size: 1.5rem;
    background-color: #3a7583;
    padding: 0 calc(48 / 750 * 100vw);
  }
  .sp_menu-list a {
    display: block;
    color: #fff;
    border-top: 1px dotted #fff;
    padding-top: calc(30 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
  }
  .sp_menu-list li:first-child a {
    border-top: none;
    padding-top: calc(50 / 750 * 100vw);
  }
}

/*-------------------
anime
--------------------*/
.invisible {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anime {
  opacity: 0;
}

.animeFadeUp {
  opacity: 0;
}

.anime-delay-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.anime-delay-2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.anime-delay-3 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.anime-delay-4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.anime-delay-5 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.anime-delay-6 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.anime-delay-7 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.anime-slow {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation: .8s .4s fadeInDown both;
  animation: .8s .4s fadeInDown both;
}

.fadeOutUp {
  -webkit-animation: .4s fadeOutUp both;
  animation: .4s fadeOutUp both;
}

.fadeOutDown {
  -webkit-animation: .4s fadeOutDown both;
  animation: .4s fadeOutDown both;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn2 {
  from {
    z-index: -1;
    opacity: 0;
  }
  to {
    z-index: 10000;
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    z-index: -1;
    opacity: 0;
  }
  to {
    z-index: 10000;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}





/* ================================================================================
specialMovie
================================================================================ */
#specialMovie picture{	display: block;	}
#specialMovie picture img{	object-fit: cover;	width: 100%;	height: 100%;	}

#specialMovie{	background: url("../img/specialMovie_background.webp") no-repeat center/cover;	}
#specialMovie > .inner
{
	width: 1180px;
	padding: 80px 0;
	margin: 0 auto 80px;
}

#specialMovie .subTitle
{
	display: block;
	width: 283px;
	margin: 0 auto;
}

#specialMovie .titleArea
{
	margin: 0 0 60px;
	text-align: center;
}
#specialMovie .titleArea > .inner
{
	position: relative;
	display: inline-block;
	padding: 1rem 6rem 2rem;
}
#specialMovie .titleArea h2
{
	color: white;
	font-size: 4rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
#specialMovie .titleArea .sub
{
	color: white;
	font-size: 1.7rem;
	text-align: center;
}

#specialMovie .titleArea > .inner::before,
#specialMovie .titleArea > .inner::after
{
	position: absolute;
	content: "";
	display: block;
	width: 60px;	height: 60px;
}

#specialMovie .titleArea > .inner::before
{
	bottom: 0;	left: 0;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
}
#specialMovie .titleArea > .inner::after
{
	top: 0;	right: 0;
	border-top: 2px solid white;
	border-right: 2px solid white;
}

#specialMovie ul
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	gap: 40px;
	width: 980px;
	margin: 0 auto 50px;
}
#specialMovie li
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	grid-gap: 20px;
	width: 460px;
}
#specialMovie li picture{	width: 100%;	}
#specialMovie li p
{
	color: white;
	font-size: 1.6rem;
}

#specialMovie .banner
{
	width: 740px;
	margin: 0 auto;
}



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

#specialMovie > .inner
{
	width: 100%;
	padding: 10vw 0;
	margin: 0 auto;
}
#specialMovie .subTitle{	width: 40vw;	}

#specialMovie .titleArea{	margin: 0 0 10vw;	}
#specialMovie .titleArea > .inner{	padding: 5vw;	}
#specialMovie .titleArea h2{	font-size: 1.8rem;	}
#specialMovie .titleArea .sub{	font-size: 1.1rem;	}
#specialMovie .titleArea > .inner::before,
#specialMovie .titleArea > .inner::after
{	width: 10vw;	height: 10vw;	}

#specialMovie ul
{
	gap: 5vw;
	width: 100%;
	margin: 0 auto 10vw;
}
#specialMovie li
{
	grid-gap: 2vw;
	width: 100%;
}
#specialMovie li p{	font-size: 1.2rem;	}

#specialMovie .banner{	width: 100%;	}

}




/* ================================================================================
lead
================================================================================ */
#lead picture{	display: block;	}
#lead picture img{	object-fit: cover;	width: 100%;	height: 100%;	}

#lead{}
#lead > .inner
{
	width: 1180px;
	padding: 40px 0 60px;
}

#lead .banner
{
	width: 744px;
	margin: 0 auto 40px;
}
#lead .banner:last-child{	margin: 0 auto;	}

#lead ul
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;
	margin: 0 0 40px;
}
#lead li{	width: 470px;	}



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

#lead > .inner
{
	width: 100%;
	padding: 10vw 0;
}

#lead .banner
{
	width: 100%;
	margin: 0 auto 5vw;
}

#lead ul{	gap: 5vw;	margin: 0 0 5vw;	}
#lead li{	width: 100%;	}

}


/* ================================================================================
consultation
================================================================================ */
#consultation picture{	display: block;	}
#consultation picture img{	object-fit: cover;	width: 100%;	height: 100%;	}
#consultation
{
	padding: 0;
	background-color: rgba(220, 244, 228, 1.0);
}
#consultation .consultation_inner{	width: 100%;	}

#consultation .wrapper_1{	padding: 50px 0;	}
#consultation .wrapper_2{	padding: 50px 0;	background-color: rgba(198, 232, 209, 1.0);	}
#consultation .wrapper_3{	padding: 50px 0;	background-color: rgba(160, 213, 177, 1.0);	}

#consultation .wrapper > .inner{	position: relative;	}

#consultation .list1{	margin: 0 0 30px;	}
#consultation .link02{	width: 303px;	}

#consultation .consultation_cont02{	margin: 0;	}
#consultation .consultation_cont03{	margin: 0;	}
#consultation .consultation_cont04{	margin: 0;	}
#consultation .consultation_boxWrap{	gap: 40px;	}
#consultation .consultation_boxWrap > li{	margin: 0;	}


#consultation .illust{	position: absolute;	}
#consultation .illust_1{	top: -10px;	left: 30px;	}
#consultation .illust_2{	bottom: 10px;	right: 100px;	}
#consultation .illust_3{	top: 5px;	left: -150px;	}
#consultation .illust_4{	top: -30px;	right: -140px;	}



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

#consultation .wrapper_1{	padding: 10vw 0 30vw;	}
#consultation .wrapper_2{	padding: 10vw 0;	}
#consultation .wrapper_3{	padding: 10vw 0;	}

#consultation .list1{	margin: 0 0 5vw;	}
#consultation .link02{	width: 100%;	}

#consultation .consultation_cont01 li,
#consultation .consultation_cont02 li,
#consultation .consultation_cont03 li,
#consultation .consultation_cont04 li
{
	width: 100%;
	margin: 5vw 0 0;
}

#consultation .illust_1{	width: 20vw;	top: -8vw;	left: 0;	}
#consultation .illust_2{	width: 10vw;	bottom: -25vw;	right: 10vw;	}
#consultation .illust_3{	width: 20vw;	top: -15vw;	left: 0;	}
#consultation .illust_4{	width: 17vw;	top: -20vw;	right: 0;	}

}




/* ================================================================================
public
================================================================================ */
#public .public_cont{	margin: 0 0 50px;	}
#public .movie_item-text{	font-size: 1.6rem;	}


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

#public .public_cont{	margin: 0 0 10vw;	}
#public .movie_item-text{	font-size: 1.2rem;	}



}


/* ======================================== end ======================================== */
