@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@media (max-width: 550px) {
  html, body {
    overflow-x: hidden;
  }
}
body {
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  background-color: #ffffff;
  background-position: center 30%;
  background-repeat: no-repeat;
  min-width: 1200px;
}
@media (max-width: 550px) {
  body {
    font-size: 0.9rem;
    min-width: 100%;
    background-image: none;
  }
}

.SubPage {
  background-image: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .SubPage {
    min-width: 100%;
  }
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

a:hover {
  transition: 0.6s;
  opacity: 0.6;
}

.content {
  max-width: 1200px;
  padding: 2.5rem 0;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .content {
    padding: 3rem 1rem;
  }
}
@media (max-width: 550px) {
  .content {
    padding: 2rem 1rem;
  }
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
    margin-bottom: 2em;
  }
}

ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.red {
  color: #E7260A;
}

.orange {
  color: #FFB100;
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

header {
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media (max-width: 550px) {
  header {
    background-size: 200%;
    background-position: left top;
  }
}

.subpage_header {
  background-image: none;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -50%;
  right: -50%;
}
@media (max-width: 550px) {
  .subpage_header {
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .subpage_header {
    padding: 0rem;
    display: flex;
  }
}
.subpage_header .header_inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .subpage_header .header_inner {
    width: 100%;
    position: relative;
  }
}
.subpage_header .logo_area {
  width: 130px;
}
@media (max-width: 768px) {
  .subpage_header .logo_area {
    width: 105px;
  }
}
.subpage_header .logo_area a {
  display: block;
}
.subpage_header .logo_area a img {
  width: 100%;
  height: auto;
}
.subpage_header nav {
  background-image: url(../images/header-under.png);
  background-position: center bottom;
  background-size: 100%;
}
.subpage_header nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 15px;
}
.subpage_header nav ul li {
  width: 12%;
}
@media (max-width: 768px) {
  .subpage_header nav ul li {
    width: 30%;
  }
}
.subpage_header nav ul li:last-child {
  width: 11%;
}
@media (max-width: 768px) {
  .subpage_header nav ul li:last-child {
    width: 22%;
  }
}
.subpage_header nav ul li a {
  display: block;
}
.subpage_header nav ul li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  /*ナビメニューのスタイルを指定*/
  nav.NavMenu {
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
  }
  nav.NavMenu ul {
    background: #FFFEF0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding: 1rem;
  }
  nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    padding-bottom: 0px;
  }
  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  /*トグルボタンが押されたときに付与するクラス*/
  nav.NavMenu.active {
    transform: translateY(0%);
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 13;
    background-color: #2CA255;
    background-image: url(../images/menu.svg);
    background-position: center 90%;
    border-radius: 10px;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 41px;
    border-bottom: solid 4px #fff;
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
    left: 12px;
  }
  .Toggle span:nth-child(1) {
    top: 15px;
  }
  .Toggle span:nth-child(2) {
    top: 27px;
  }
  .Toggle span:nth-child(3) {
    top: 39px;
  }
  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 29px;
    left: 13px;
    transform: rotate(-45deg);
    border-bottom: solid 4px #fff;
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 29px;
    transform: rotate(45deg);
    border-bottom: solid 4px #fff;
  }
}
.submain {
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 125px;
}
@media (max-width: 550px) {
  .submain {
    padding-top: 110px;
  }
}
.submain img {
  max-width: 1300px;
  height: auto;
}
@media (max-width: 768px) {
  .submain img {
    width: 100%;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv {
  text-align: center;
}
.mv img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media (max-width: 550px) {
  .mv img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-area {
    padding-right: 10px;
  }
}
@media (max-width: 550px) {
  .nav-area {
    width: 180px;
    padding-top: 15px;
  }
}

.container {
  width: 100%;
}
@media (max-width: 550px) {
  .container {
    background-image: url(../images/nankinbg-sm.jpg);
    background-position: center 220px;
    background-size: 120%;
    background-repeat: repeat-y;
  }
}

h2 {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2CA255;
  font-size: 36px;
}
@media (max-width: 550px) {
  h2 {
    font-size: 17px;
    letter-spacing:-1px
  }
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

.faqPage {
  background-image: url(../images/nankinbg3.jpg);
  background-position: center 5%;
}
@media (max-width: 768px) {
  .faqPage {
    background-image: url(../images/nankinbg-sm3.jpg);
    background-size: 100%;
  }
}

.mbs {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media (max-width: 550px) {
  .mbs {
    font-size: 16px;
  }
}

.title_faq {
  font-size: 22px;
  color: #2CA255;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 550px) {
  .title_faq {
    font-size: 18px;
  }
}

.introduction_container {
  margin-top: 3rem;
  position: relative;
}
@media (max-width: 550px) {
  .introduction_container {
    margin-top: 3rem;
  }
}
.introduction_container::after {
  content: "";
  background-image: url(../images/kodomo.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -100px;
  bottom: -70px;
  width: 852px;
  height: 351px;
  background-size: 90%;
}
@media (max-width: 550px) {
  .introduction_container::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .breaking-out {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.introduction {
  width: 700px;
  height: 428px;
  background-image: url(../images/bord.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .introduction {
    width: 100%;
    background-image: url(../images/bord-sm.png);
    background-size: cover;
    background-position: center center;
  }
}
.introduction .inner {
  padding: 5rem 7.5rem;
}
@media (max-width: 550px) {
  .introduction .inner {
    padding: 3rem 3rem;
  }
}

h3 {
  text-align: center;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #936F0B;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  h3 {
    font-size: 20px;
  }
}

.text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 550px) {
  .text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.parent_container {
  background-image: url(../images/waku.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 550px) {
  .parent_container {
    background-image: url(../images/waku-sm.png);
    margin-bottom: 0;
  }
}
.parent_container::before {
  content: "";
  width: 373px;
  height: 355px;
  background-image: url(../images/family.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 40px;
}
@media (max-width: 550px) {
  .parent_container::before {
    display: none;
  }
}
.parent_container .inner {
  padding: 3rem 3rem 3rem 450px;
}
@media (max-width: 550px) {
  .parent_container .inner {
    padding: 0 2rem;
  }
}
.parent_container .inner h3 {
  text-align: left;
}
@media (max-width: 550px) {
  .parent_container .inner h3 {
    text-align: center;
  }
}
.parent_container .inner p {
  letter-spacing: 0.05em;
}

.parent_container-sm {
  padding-top: 0;
}

.greetings {
  padding: 3rem;
  background-color: #D8EDD9;
  text-align: center;
  background-image: url(../images/left-wood.png), url(../images/right-wood.png);
  background-position: -50% 0, 150% 0;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 550px) {
  .greetings {
    padding: 2rem 1rem;
    background-size: 350px, 350px;
    background-position: -250px 0, 270px 0;
  }
}
.greetings h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  color: #045225;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .greetings h4 {
    font-size: 30px;
  }
}
.greetings h4::after {
  content: "";
  width: 610px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 550px) {
  .greetings h4::after {
    width: 200px;
  }
}
.greetings h4 span {
  font-size: 25px;
  margin-right: 30px;
}
@media (max-width: 550px) {
  .greetings h4 span {
    display: block;
    margin-right: 0;
    font-size: 20px;
  }
}
.greetings p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 550px) {
  .greetings p {
    font-size: 16px;
  }
}

.tokucyou {
  padding: 3rem 0 0 0;
  background-color: #FAF8F0;
  text-align: center;
  background-image: url(../images/left-wood.png), url(../images/right-wood.png);
  background-position: -50% 0, 150% 0;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 550px) {
  .tokutop h3 img {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .tokutop {
    padding: 2rem 0 0 0;
    background-size: 350px, 350px;
    background-position: -250px 0, 270px 0;
  }
}
.tokutop li {
  display: flex;
  align-items: flex-start;
}
.tokutop li img {
  width: 80px;
  height: auto;
}
@media (max-width: 550px) {
  .tokutop li img {
    width: 60px;
    height: auto;
  }
}
.tokutop li p {
  background-color: #fff;
  border-radius: 13px;
  border: solid 2px #89682A;
  padding: 1rem;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  margin-left: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .tokutop li p {
    padding: 0.8rem;
    font-size: 15px;
    border-radius: 8px;
    margin-left: 0.7rem;
    margin-bottom: 1rem;
  }
}

.hoikuhousin {
  background-image: url(../images/wood.jpg);
  padding: 2rem 0;
  background-repeat: repeat;
}
@media (max-width: 550px) {
  .hoikuhousin {
    padding: 1rem 0;
  }
}
.hoikuhousin h4 {
  background-image: url(../images/housin-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2CA255;
  font-size: 36px;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .hoikuhousin h4 {
    font-size: 22px;
    background-size: 300px;
  }
}
.hoikuhousin .housin-area {
  background-image: url(../images/housin-panel.png);
  width: 1200px;
  height: 386px;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .hoikuhousin .housin-area {
    background-image: url(../images/housin-panel-sm.png);
    background-size: 350px auto;
    background-position: center;
    width: 100%;
    font-size: 15px;
    padding: 0 3.4rem;
    height: 480px;
  }
}

footer {
  padding: 4.5rem 0;
  background-color: #fff;
  background-image: url(../images/footer-kodomo.png), url(../images/bg_footer.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 75% bottom, center bottom;
  background-size: auto, 100%;
}
@media (max-width: 550px) {
  footer {
    padding: 2rem 1rem;
    background-image: url(../images/footer-kodomo.png), url(../images/bg_footer-sm.png);
    background-size: 100%, 100%;
    background-position: center bottom, center bottom;
  }
}

.footer_inner {
  max-width: 1200px;
  margin: 0 auto 4.5rem auto;
}
@media (max-width: 550px) {
  .footer_inner {
    width: 100%;
    margin-bottom: 6.5rem;
  }
}

.footer_content {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .footer_content {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .footer_content .footer_logo {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .footer_content .footer_logo a {
    display: block;
  }
}
@media (max-width: 550px) {
  .footer_content .footer_logo a img {
    width: 80%;
    height: auto;
  }
}
.footer_content .detail {
  margin-left: 30px;
}
@media (max-width: 550px) {
  .footer_content .detail {
    margin-left: 0;
  }
}
.footer_content .detail p {
  color: #434343;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media (max-width: 550px) {
  .footer_content .detail p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
.footer_content .detail .sns_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 550px) {
  .footer_content .detail .sns_area {
    justify-content: center;
  }
}
.footer_content .detail .sns_area a {
  display: block;
  margin-right: 30px;
}
.footer_content .detail .sns_area .bubble {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #489B6A;
  margin-left: 50px;
  position: relative;
}
@media (max-width: 550px) {
  .footer_content .detail .sns_area .bubble {
    font-size: 20px;
    margin-top: 1rem;
  }
}
@media (max-width: 550px) {
  .footer_content .detail .sns_area .bubble {
    margin-left: 0;
  }
}
.footer_content .detail .sns_area .bubble::after {
  content: "";
  position: absolute;
  top: -68px;
  left: -55px;
  width: 479px;
  height: 125px;
  background-image: url(../images/hukidasi.png);
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .footer_content .detail .sns_area .bubble::after {
    display: none;
  }
}

@media (max-width: 550px) {
  .contact a img {
    width: 100%;
    height: auto;
  }
}
.area-bosyu {
  background-color: #FAF8F0;
}
.area-bosyu h3 {
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .area-bosyu h3 {
    margin-bottom: 1rem;
  }
}
.area-bosyu .bosyu-waku {
  background-color: #ffffff;
  border: 3px solid #81A817;
  border-radius: 15px;
  padding: 1rem 2rem;
  min-height: 300px;
  margin: 1rem 0;
}
@media (max-width: 550px) {
  .area-bosyu .bosyu-waku {
    padding: 0.5rem 1rem;
    min-height: auto;
  }
}
.area-bosyu .bosyu-waku h4 {
  color: #FF9D00;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
}
@media (max-width: 550px) {
  .area-bosyu .bosyu-waku h4 {
    font-size: 18px;
  }
}
.area-bosyu .bosyu-waku ul {
  display: flex;
  flex-wrap: wrap;
}
.area-bosyu .bosyu-waku ul li {
  width: 50%;
  padding: 0.5rem 1em;
}
@media (max-width: 550px) {
  .area-bosyu .bosyu-waku ul li {
    width: 100%;
    padding: 0.5rem 0;
  }
}

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

.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
}
@media (max-width: 768px) {
  .form_right {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .form_right {
    width: 100%;
    margin-bottom: 1em;
  }
}

.form_left {
  text-align: left;
  width: 70%;
}
@media (max-width: 550px) {
  .form_left {
    width: 100%;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}

input,
select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}
@media (max-width: 550px) {
  input,
  select {
    font-size: 14px;
    padding: 0 10px !important;
  }
}

.contact_btn {
  margin: auto;
}
@media (max-width: 550px) {
  .contact_btn {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contact_btn tr {
    display: flex;
    justify-content: space-around;
  }
}

input[type=checkbox],
input[type=radio] {
  height: initial;
}

.strag {
  width: 100%;
}

.lad {
  width: 90px;
}

button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #000000;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.8s;
}
@media (max-width: 550px) {
  button {
    width: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
  }
}
button:hover {
  opacity: 0.7;
}

.red_req {
  color: #Fff;
  background-color: #E7260A;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
@media (max-width: 550px) {
  .red_req {
    font-size: 10px;
  }
}

.accordion_area .accordion_one {
  border-bottom: 1px solid #707070;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 1rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 40px;
  height: 40px;
  background-color: #2CA255;
  border-radius: 50%;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 4px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 9px;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 4px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 17px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 1rem;
  box-sizing: border-box;
  background: #fff;
}

@media (max-width: 768px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 30px;
    height: 30px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
    right: 7.5px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 13px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1rem 2rem 1rem 0.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.3rem;
    width: 30px;
    height: 30px;
    margin-top: -13px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0.5rem;
    font-weight: 300;
    padding-bottom: 1rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #2CA255;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top: 0.75rem;
}

@media (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 16px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 15px;
    padding-top: 0.25rem;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 45px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #FF9D00;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.75rem;
}

@media (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 17px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 15px;
    padding-top: 0.25rem;
    font-weight: 300;
  }
}
.s_section {
  background-color: #fff;
  border: 3px solid #2CA255;
  border-radius: 22px;
  padding: 2rem 3rem;
  margin: 0;
}
@media (max-width: 768px) {
  .s_section {
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .s_section {
    padding: 0.7rem;
  }
}

.band_title {
  background-image: url(../images/subtitle-bg.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-size: 34px;
  padding: 1rem 0;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .band_title {
    font-size: 20px;
    padding: 0.5rem 0;
  }
}

.bg_nankinbg {
  background-color: #FDFFF0;
}

.bg_nankinbg2 {
  background-image: url(../images/nankinbg2.jpg);
  background-size: 130%;
  background-position: center center;
}
@media (max-width: 550px) {
  .bg_nankinbg2 {
    background-image: url(../images/nankinbg-sm2.jpg);
    background-size: 480px auto;
  }
}

.bg_nankinbg3 {
  background-color: rgba(250, 248, 240, 0.9);
  background-image: url(../images/nankinbg3.jpg);
  background-size: 130%;
  background-position: center center;
}
@media (max-width: 550px) {
  .bg_nankinbg3 {
    background-image: url(../images/nankinbg-sm3.jpg);
    background-size: 480px auto;
  }
}
.bg_nankinbg3 iframe {
  display: block;
  margin: 3rem auto 0 auto;
  width: 1100px;
  height: 480px;
}
@media (max-width: 768px) {
  .bg_nankinbg3 iframe {
    margin-top: 0;
    width: 100%;
  }
}
.bg_nankinbg3 p {
  margin-bottom: 1rem;
}

.bg_nankinbg4 {
  background-image: url(../images/nankinbg4.jpg);
  background-size: 130%;
  background-position: center center;
}
@media (max-width: 550px) {
  .bg_nankinbg4 {
    background-image: url(../images/nankinbg-sm4.jpg);
    background-size: 480px auto;
  }
}
.bg_nankinbg4 h4 {
  background-image: url(../images/housin-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2CA255;
  font-size: 36px;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .bg_nankinbg4 h4 {
    font-size: 22px;
    background-size: 300px;
  }
}

.price_info {
  width: 80%;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .price_info {
    width: 98%;
  }
}
.price_info table, .price_info td, .price_info th {
  border-collapse: collapse;
}
.price_info td, .price_info th {
  padding: 1rem;
}
@media (max-width: 550px) {
  .price_info td, .price_info th {
    padding: 1rem 0.2rem;
    line-height: 1.5;
  }
}
.price_info th {
  background: #888265;
  color: #fff;
}
.price_info td {
  background-color: #F5F2E5;
  text-align: center;
}

.manage_info {
  width: 80%;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .manage_info {
    width: 96%;
  }
}
.manage_info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.manage_info dt {
  width: 30%;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1px;
  background-color: #728865;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage_info dd {
  width: 70%;
  padding: 1rem;
  background-color: #F5F2E5;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topic-marin {
  width: 1160px;
  margin: 40px auto 70px;
  padding: 2rem 0;
  background-image: url(../images/bg-marin.png);
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(10px 10px 0px rgba(0, 93, 127, 0.3));
}
@media (max-width: 768px) {
  .topic-marin {
    width: 94%;
    margin: 30px auto 50px;
    padding: 1rem 0;
  }
}
@media (max-width: 550px) {
  .topic-marin {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 3rem;
  }
  .topic-marin .act-photo-list {
    order: 3;
  }
  .topic-marin .act-photo-list img {
    width: 48%;
  }
}
.topic-marin p {
  padding: 0 20px 20px;
}
.topic-marin .title-marin {
  width: 446px;
  height: 58px;
  line-height: 56px;
  text-align: left;
  padding-left: 20px;
  font-size: 25px;
  margin-bottom: 2rem;
  letter-spacing: normal;
  color: #fff;
  background-image: url(../images/title-bg-marin.png);
  background-size: 446px auto;
  background-repeat: no-repeat;
}
.topic-marin .title-marin span {
  font-size: 18px;
}
@media (max-width: 550px) {
  .topic-marin .title-marin {
    width: 320px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    background-size: 320px auto;
  }
  .topic-marin .title-marin span {
    font-size: 14px;
  }
}
.topic-marin .step {
  background-color: #0A87A5;
  border-radius: 15px;
  margin-right: 15px;
  color: #fff;
  padding: 3px 8px;
}

.act-photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.act-photo-list img {
  width: 42%;
  height: auto;
  padding: 2%;
}

.topic-blue {
  width: 1160px;
  margin: 40px auto 70px;
  padding: 2rem 0;
  background-image: url(../images/bg-blue.png);
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(10px 10px 0px rgba(0, 20, 127, 0.3));
}
.topic-blue p {
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .topic-blue {
    width: 94%;
    margin: 30px auto 50px;
    padding: 1rem 0;
  }
}
@media (max-width: 550px) {
  .topic-blue {
    flex-wrap: wrap;
  }
  .topic-blue .act-photo-list {
    order: 3;
  }
  .topic-blue .act-photo-list img {
    width: 48%;
  }
}
.topic-blue .title-blue {
  width: 446px;
  height: 58px;
  line-height: 56px;
  text-align: left;
  padding-left: 20px;
  font-size: 25px;
  margin-bottom: 2rem;
  color: #fff;
  background-image: url(../images/title-bg-blue.png);
  background-size: 446px auto;
  background-repeat: no-repeat;
}
.topic-blue .title-blue span {
  font-size: 18px;
}
@media (max-width: 550px) {
  .topic-blue .title-blue {
    width: 320px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-size: 320px auto;
  }
  .topic-blue .title-blue span {
    font-size: 14px;
  }
}
.topic-blue .step {
  background-color: #0A5DA5;
  border-radius: 15px;
  margin-right: 15px;
  color: #fff;
  padding: 3px 8px;
}
.topic-blue h4 {
  padding-left: 20px;
  margin: 30px 0;
  color: #0A5DA5;
}
.topic-blue p {
  padding-left: 20px;
}

iframe {
  height: 420px;
}

.topic-green {
  width: 1160px;
  margin: 40px auto 70px;
  padding: 2rem 0;
  background-image: url(../images/bg-green.png);
  background-size: cover;
  display: flex;
  filter: drop-shadow(10px 10px 0px rgba(0, 20, 127, 0.3));
}
@media (max-width: 768px) {
  .topic-green {
    width: 94%;
    margin: 30px auto 50px;
    padding: 1rem 0;
  }
}
@media (max-width: 550px) {
  .topic-green {
    flex-wrap: wrap;
  }
}
.topic-green .title-green {
  width: 446px;
  height: 58px;
  line-height: 56px;
  text-align: left;
  padding-left: 20px;
  font-size: 25px;
  margin-bottom: 2rem;
  color: #fff;
  background-image: url(../images/title-bg-green.png);
  background-size: 446px auto;
  background-repeat: no-repeat;
}
@media (max-width: 550px) {
  .topic-green .title-green {
    width: 320px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-size: 320px auto;
  }
}
.topic-green .step {
  background-color: #2EA50A;
  border-radius: 15px;
  margin-right: 15px;
  color: #fff;
  padding: 3px 8px;
}

.flow li {
  padding-bottom: 25px;
  margin-bottom: 15px;
  padding-left: 1rem;
  background-image: url(../images/droparrow.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
}
.flow li:last-child {
  background-image: none;
  padding-bottom: 5px;
}
@media (max-width: 550px) {
  .flow li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.topi-area {
  width: 56%;
}
@media (max-width: 550px) {
  .topi-area {
    width: 100%;
    order: 2;
  }
}

.obj-area {
  width: 42%;
  padding-left: 2%;
  text-align: center;
}
@media (max-width: 550px) {
  .obj-area {
    width: 80%;
    padding-left: 0;
    margin: 0 auto 20px;
    order: 1;
  }
}
.obj-area .photo {
  border-radius: 10px;
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .obj-area .photo {
    margin-bottom: 1rem;
  }
}

.act {
  padding-bottom: 3rem;
}

.timeline-area {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .timeline-area {
    flex-wrap: wrap;
  }
}

.heijitu {
  width: 45%;
  text-align: center;
}
@media (max-width: 550px) {
  .heijitu {
    width: 94%;
  }
}
.heijitu h4 {
  background-color: #79BCE0;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  padding: 2px 20px;
  margin-left: 10px;
  background-image: none;
}
@media (max-width: 550px) {
  .heijitu h4 {
    font-size: 18px;
  }
}
.heijitu .timeline {
  font-size: 18px;
  margin-top: 1rem;
  background-color: #fff;
  border: 5px solid #79BCE0;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 30px;
  background-image: url(../images/hat.svg), url(../images/enpi.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 5px 5px, 97% 97%;
}
@media (max-width: 550px) {
  .heijitu .timeline {
    font-size: 16px;
  }
}
.heijitu li {
  display: flex;
  border-bottom: 2px dashed #79BCE0;
  padding: 1rem;
  font-weight: 600;
}
.heijitu .time {
  text-align: center;
  width: 35%;
}
.heijitu .time span {
  background-color: #79BCE0;
  border-radius: 25px;
  color: #fff;
  padding: 5px 15px;
}
.heijitu .txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kyujitu {
  width: 45%;
  text-align: center;
}
@media (max-width: 550px) {
  .kyujitu {
    width: 94%;
  }
}
.kyujitu h4 {
  background-color: #E07988;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  padding: 2px 20px;
  margin-left: 10px;
  background-image: none;
}
@media (max-width: 550px) {
  .kyujitu h4 {
    font-size: 18px;
  }
}
.kyujitu .timeline {
  font-size: 18px;
  margin-top: 1rem;
  background-color: #fff;
  border: 5px solid #E07988;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 30px;
  background-image: url(../images/creyon.svg), url(../images/bento.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 5px 5px, 97% 97%;
}
@media (max-width: 550px) {
  .kyujitu .timeline {
    font-size: 16px;
  }
}
.kyujitu li {
  display: flex;
  border-bottom: 2px dashed #E07988;
  padding: 1rem;
  font-weight: 600;
}
.kyujitu .time {
  text-align: center;
  width: 35%;
}
.kyujitu .time span {
  background-color: #E07988;
  border-radius: 25px;
  color: #fff;
  padding: 5px 15px;
}
.kyujitu .txt {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stripe {
  background-image: url(../images/stirpe-bg.png);
  background-repeat: repeat;
}

.years {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.years li {
  width: 48%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 550px) {
  .years li {
    width: 98%;
  }
}
.years .year-txt {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-left: 1rem;
  padding: 0.7rem;
  align-items: center;
}
@media (max-width: 550px) {
  .years .year-txt {
    padding: 0.4rem;
    margin-left: 0.7rem;
    border-radius: 10px;
  }
}
.years .year-txt img {
  width: 70px;
  height: auto;
}
@media (max-width: 550px) {
  .years .year-txt img {
    width: 50px;
    height: auto;
  }
}
.years .year-txt p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 550px) {
  .years .year-txt p {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .year-icon {
    width: 65px;
    height: auto;
  }
}

.mvbg {
  background-image: url(../images/mv-bg.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 180px 0 2rem;
}
@media (max-width: 550px) {
  .mvbg {
    padding: 120px 0 1rem;
  }
}
.mvbg img {
  display: block;
  border-radius: 25px;
  border: 6px solid #ffffff;
}
@media (max-width: 550px) {
  .mvbg img {
    border-radius: 15px;
    width: 100%;
  }
}
.mvbg .bx-wrapper {
  position: static;
  border: none;
  box-shadow: none;
  margin: 0;
}
.mvbg .bx-viewport {
  overflow: visible !important;
  width: 660px !important;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .mvbg .bx-viewport {
    width: 90% !important;
  }
}

.area-topiclist {
  background-color: #ffffff;
  background-image: url(../images/link-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .area-topiclist {
    background-image: url(../images/link-bg-sm.jpg);
    background-size: cover;
    background-position: top center;
    padding: 3rem 0;
  }
}
.area-topiclist ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
@media (max-width: 550px) {
  .area-topiclist ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
.area-topiclist ul li {
  font-family: fot-chiaro-std, sans-serif;
  font-size: 24px;
  line-height: 3;
}
@media (max-width: 550px) {
  .area-topiclist ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 2rem;
  }
}
.area-topiclist ul li img {
  width: 300px;
  height: auto;
}
@media (max-width: 550px) {
  .area-topiclist ul li img {
    width: 180px;
    height: auto;
  }
}
.area-topiclist ul li a {
  text-decoration: none;
  color: inherit;
}
.area-topiclist ul li h4 {
  padding-bottom: 10px;
}
@media (max-width: 550px) {
  .area-topiclist ul li h4 {
    font-size: 18px;
  }
}
.area-topiclist ul li .topic-list-bg1 {
  background-image: url(../images/list-txt-bg1.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 550px) {
  .area-topiclist ul li .topic-list-bg1 {
    background-size: 180px;
  }
}
.area-topiclist ul li .topic-list-bg2 {
  background-image: url(../images/list-txt-bg2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.area-topiclist ul li .topic-list-bg3 {
  background-image: url(../images/list-txt-bg3.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.newslist ul {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 550px) {
  .newslist ul {
    flex-wrap: wrap;
  }
}
.newslist ul li {
  width: 28%;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 550px) {
  .newslist ul li {
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px dashed #666666;
    margin-bottom: 1rem;
  }
}
.newslist ul li img {
  border-radius: 15px;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.7rem;
}
@media (max-width: 550px) {
  .newslist ul li img {
    width: 120px;
    height: 90px;
    margin-right: 15px;
  }
}
.newslist ul li a {
  color: inherit;
  text-decoration: none;
}
.newslist ul li .date {
  display: block;
  font-size: 18px;
  color: #2CA255;
  font-weight: 500;
}
@media (max-width: 550px) {
  .newslist ul li .date {
    font-size: 14px;
  }
}

.bloglist .slick-slide {
  margin: 0 20px;
}
.bloglist ul {
  display: flex;
  justify-content: space-between;
}
.bloglist ul li {
  border-radius: 10px;
  background-color: #ffffff;
  width: 30%;
  padding: 5%;
  border: 1px solid #C9C9C9;
}
@media (max-width: 550px) {
  .bloglist ul li {
    padding: 3%;
  }
}
.bloglist ul li img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
}
.bloglist ul li h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  text-align: left;
}
@media (max-width: 550px) {
  .bloglist ul li h2 {
    font-size: 16px;
  }
}
.bloglist ul li a {
  text-decoration: none;
  color: inherit;
}
.bloglist ul li .category {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 550px) {
  .bloglist ul li .category {
    font-size: 14px;
  }
}
.bloglist ul li .blogdate {
  font-size: 18px;
  line-height: 0.5;
}
@media (max-width: 550px) {
  .bloglist ul li .blogdate {
    font-size: 14px;
  }
}
.bloglist ul li .gakudounikki {
  background-color: #FFB100;
}
.bloglist ul li .yagaikatudou {
  background-color: #4cc600;
}
.bloglist ul li .nenkangyouji {
  background-color: #3273ff;
}
.bloglist ul li .bloglink {
  border-radius: 10px;
  border: 1px solid #2CA255;
  font-size: 20px;
  color: #2CA255;
  text-align: center;
}
@media (max-width: 550px) {
  .bloglist ul li .bloglink {
    font-size: 16px;
  }
}
.bloglist ul li .bloglink:hover {
  background-color: #2CA255;
  color: #ffffff;
}

.blogbtn {
  width: 320px;
  background-color: #2CA255;
  color: #ffffff;
  margin: 25px auto 0;
  text-align: center;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  border-radius: 15px;
}
.blogbtn a {
  padding: 12px 0;
  display: block;
  color: inherit;
  text-decoration: none;
  background-image: url(../images/bloglink-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 25% center;
}

#slide-div2 {
  line-height: 0;
}

#slide-div2 img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 550px) {
  #slide-div2 img {
    height: 100px;
  }
}

@media (max-width: 550px) {
  .slick-arrow {
    width: 30px;
    margin: -10px;
    z-index: 10;
  }
}
.header-sns {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header-sns {
    width: 80% !important;
    justify-content: space-evenly;
  }
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
@media (max-width: 550px) {
  #page_top {
    bottom: 90px;
    right: 20px;
  }
}

.anker {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .anker {
    width: 97%;
    padding: 0.5rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.anker li {
  display: inline-block;
  font-size: 16px;
  border: solid 1px #ACA398;
  margin-right: 10px;
  border-radius: 7px;
  background-image: url(../images/underarrow2.svg);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media (max-width: 550px) {
  .anker li {
    margin-right: 0px;
    background-size: 8px;
    width: 48%;
    font-size: 14px;
    padding: 0.4rem 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
}

.anker li a {
  display: block;
  padding: 0 1.5rem;
  color: inherit;
  text-decoration: none;
  color: #726735;
}
@media (max-width: 550px) {
  .anker li a {
    padding: 0;
  }
}

.intro_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.intro_area li {
  width: 45%;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .intro_area li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.intro_area h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: dashed 2px #2CA255;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .intro_area h4 {
    font-size: 18px;
  }
}

.area-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area-about img {
  width: 50%;
  height: auto;
  margin-right: 5%;
}
@media (max-width: 550px) {
  .area-about img {
    width: 80%;
    margin-right: 0;
    text-align: center;
    margin: 10px auto;
  }
}
.area-about div {
  width: 45%;
}
@media (max-width: 550px) {
  .area-about div {
    width: 100%;
  }
}

.small-step {
  border-radius: 20px;
  border: 3px solid #9B9773;
  padding: 2rem;
  margin: 0 auto;
  width: 90%;
  background-color: #fff;
  text-align: left;
  background-image: url(../images/step-pic.svg);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 380px auto;
}
@media (max-width: 550px) {
  .small-step {
    border-radius: 15px;
    width: 100%;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
  }
}
.small-step .flow {
  margin-top: 1rem;
}
.small-step .flow li {
  padding-bottom: 25px;
  margin-bottom: 15px;
  padding-left: 1rem;
  background-image: url(../images/droparrow.svg);
  background-repeat: no-repeat;
  background-position: 20% bottom;
}
.small-step .flow li:last-child {
  background-image: none;
  padding-bottom: 5px;
}
@media (max-width: 550px) {
  .small-step .flow li {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    background-position: center bottom;
  }
}
.small-step .step {
  background-color: #0A87A5;
  border-radius: 15px;
  margin-right: 15px;
  color: #fff;
  padding: 3px 8px;
}

@media (max-width: 550px) {
  .pc-content {
    display: none;
  }
}

.sm-content {
  display: none;
}
@media (max-width: 550px) {
  .sm-content {
    display: inherit;
  }
}

.taikenflow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.taikenflow img {
  margin-left: 7px;
  margin-right: 7px;
}
.taikenflow li {
  margin: 15px 0;
}
.taikenflow .flowbox1 {
  border-radius: 20px;
  width: 366px;
  border: #79BCE0 5px solid;
  padding: 0.8rem;
  background-color: #fff;
}
@media (max-width: 550px) {
  .taikenflow .flowbox1 {
    width: 100%;
  }
}
.taikenflow .flowbox1 h4 {
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #074DBE;
  background: none;
}
@media (max-width: 550px) {
  .taikenflow .flowbox1 h4 {
    font-size: 18px;
  }
}
.taikenflow .flowbox2 {
  border-radius: 20px;
  width: 366px;
  border: #E07988 5px solid;
  padding: 0.8rem;
  background-color: #fff;
}
@media (max-width: 550px) {
  .taikenflow .flowbox2 {
    width: 100%;
  }
}
.taikenflow .flowbox2 h4 {
  font-size: 20px;
  color: #E07988;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: none;
}
@media (max-width: 550px) {
  .taikenflow .flowbox2 h4 {
    font-size: 18px;
  }
}

.nyukai-box {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid #FC9D2C 10px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.nyukai-box h3 {
  background-color: #FC9D2C;
  font-weight: 700;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .nyukai-box h3 {
    font-size: 20px;
  }
}
.nyukai-box p {
  font-size: 18px;
}
@media (max-width: 550px) {
  .nyukai-box p {
    font-size: 15px;
  }
}
.nyukai-box .kuwasiku {
  color: #FF900B;
  font-weight: 700;
  font-size: 24px;
  background-image: url(../images/kotiraarrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.nyukai-box a {
  text-decoration: none;
  color: inherit;
}
.nyukai-box .ben-1 {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 550px) {
  .nyukai-box .ben-1 {
    font-size: 20px;
  }
}
.nyukai-box .ben-2 {
  font-size: 46px;
  color: #F56B6B;
  font-weight: 900;
}
@media (max-width: 550px) {
  .nyukai-box .ben-2 {
    font-size: 24px;
  }
}

.title-border {
  display: flex;
  align-items: center;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 22px;
}
@media (max-width: 550px) {
  .title-border {
    font-size: 16px;
  }
}

.title-border:before,
.title-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: rgb(0, 0, 0);
}

.title-border:before {
  margin-right: 1rem;
}

.title-border:after {
  margin-left: 1rem;
}

.mousikomi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mousikomi li {
  width: 50%;
  padding: 1rem 0;
}
@media (max-width: 550px) {
  .mousikomi li {
    width: 90%;
    margin: 0 auto;
  }
}

.main-bg {
  background-image: url(../images/top-mainbg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 160px;
}
@media (max-width: 550px) {
  .main-bg {
    padding-top: 100px;
  }
}

.concept {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
}
@media (max-width: 550px) {
  .concept {
    padding-bottom: 0;
  }
}
.concept li {
  width: 48%;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 550px) {
  .concept li {
    width: 100%;
  }
}

.bg-concept {
  background-image: url(../images/yama-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 30rem;
}
@media (max-width: 550px) {
  .bg-concept {
    background-size: 120%;
    padding-bottom: 5rem;
  }
}

.blog-bg {
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.link-btn {
  width: 290px;
  background-color: #489B6A;
  border-radius: 10px;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 550px) {
  .link-btn {
    width: 260px;
  }
}
.link-btn a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 7px auto;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 550px) {
  .link-btn a {
    font-size: 17px;
  }
}

.smunder_yoyaku {
  display: none;
}

h1 {
  font-size: 12px;
  padding: 5px 0 0 10px;
}

@media (max-width: 550px) {
  .smunder_yoyaku {
    display: inherit;
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    z-index: 100;
    color: #ff4444;
  }
  .smunder_btn {
    display: flex;
    justify-content: space-between;
  }
  .smunder_btn li {
    width: 50%;
    padding: 0.5rem;
  }
}
.toku-sizen {
  display: flex;
  width: 790px;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .toku-sizen {
    width: 96%;
  }
}
.toku-sizen h4 {
  background-color: #0A87A5;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
}
@media (max-width: 550px) {
  .toku-sizen h4 {
    font-size: 20px;
  }
}
.toku-sizen div {
  border-top: #0A87A5 solid 1px;
  border-right: #0A87A5 solid 1px;
  border-bottom: #0A87A5 solid 1px;
  background-color: #ffffff;
  width: 80%;
  padding: 1rem;
  border-radius: 0 15px 15px 0;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 550px) {
  .toku-sizen div {
    font-size: 18px;
  }
}
.toku-sizen p {
  background-image: url(../images/checkmark.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  background-position: left center;
  line-height: 1;
}
@media (max-width: 550px) {
  .toku-sizen p {
    background-size: 25px auto;
    line-height: 1.2;
    padding-left: 30px;
  }
}
.toku-sizen span {
  display: block;
  color: #0A87A5;
}

.toku-syakai {
  display: flex;
  width: 790px;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .toku-syakai {
    width: 96%;
  }
}
.toku-syakai h4 {
  background-color: #936F0B;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 0 0 15px;
  width: 20%;
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
}
@media (max-width: 550px) {
  .toku-syakai h4 {
    font-size: 20px;
  }
}
.toku-syakai div {
  border-top: #936F0B solid 1px;
  border-right: #936F0B solid 1px;
  border-bottom: #936F0B solid 1px;
  background-color: #ffffff;
  width: 80%;
  padding: 1rem;
  border-radius: 0 15px 15px 0;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 550px) {
  .toku-syakai div {
    font-size: 18px;
  }
}
.toku-syakai p {
  background-image: url(../images/checkmark.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding-left: 30px;
  background-position: left center;
  line-height: 1;
}
@media (max-width: 550px) {
  .toku-syakai p {
    background-size: 25px auto;
    line-height: 1.2;
    padding-left: 30px;
  }
}
.toku-syakai span {
  display: block;
  color: #936F0B;
}

.gallary {
  margin-top: 3rem;
}
.gallary ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallary li {
  width: 31%;
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .gallary li {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 550px) {
  .gallary li {
    width: 48%;
  }
}
.gallary li img {
  border-radius: 15px;
  border: 6px solid #ffffff;
}
@media (max-width: 550px) {
  .gallary li img {
    border-radius: 10px;
    border: 3px;
  }
}/*# sourceMappingURL=style2.css.map */