@charset "UTF-8";
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  white-space: nowrap;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address,
.chrome caption,
.chrome cite,
.chrome code,
.chrome dfn,
.chrome em,
.chrome th,
.chrome var,
.chrome h1,
.chrome h2,
.chrome h3,
.chrome h4,
.chrome h5,
.chrome h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

a {
  display: block;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/**
function
*/
/**
mixin
*/
/**
animation
*/
/*-----------------------------------------------------------------
button
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

#wrapper {
  line-height: 1.5;
  position: relative;
}

.inner {
  margin: 0 auto;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /**
  function
  */
  /**
  mixin
  */
  /**
  animation
  */
  /*-----------------------------------------------------------------
  button
  -----------------------------------------------------------------*/
  #wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  a {
    position: relative;
    z-index: 10;
    transition: opacity 0.15s ease-out;
  }
  a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: auto;
  }
  .header__logo img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__logo img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header__tel {
    font-size: 4rem;
    color: #59cd90;
    font-weight: bold;
    margin-right: 18px;
  }
  .header__tel::before {
    background-image: url(../img/icon/tel-green.png);
    background-repeat: no-repeat;
    color: inherit;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__tel {
    font-size: 2.6rem;
  }
  .header__tel::before {
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header__tel-text {
    font-size: 1.4rem;
    color: #333333;
    display: inline-block;
    line-height: 1.42;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 1099px) {
  .header__tel-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header__sp {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 140px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn {
    display: flex;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 50px;
  }
  .header__sp__btn a {
    color: #fff;
    height: 100%;
    width: 50%;
    display: block;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn--red {
    background: #ec1b23;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__btn--blue {
    background: #195b9b;
  }
}
@media screen and (max-width: 767px) {
  .header__sp__tel {
    text-align: center;
    padding: 10px 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  section {
    width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main-image {
    text-align: center;
  }
  #main-image h1 {
    position: relative;
    margin: 0 auto;
  }
  #main-image h1 img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    position: relative;
    background: url(../img/bg01-sp.png) 2.6666666667vw 1.3333333333vw no-repeat;
    background-size: 95% auto;
    padding: 6.6666666667vw 0 20vw;
    background-color: #fbe4ec;
  }
  #sec01::before {
    content: "";
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    position: absolute;
    left: 0;
    top: -13.3333333333vw;
    background-color: #fbe4ec;
    z-index: -1;
  }
  #sec01 .inner {
    margin: 0 auto;
    position: relative;
    padding: 1.3333333333vw 0 13.3333333333vw;
  }
  #sec01 .inner .question {
    width: 80vw;
    margin: 0 auto;
  }
  #sec01 .inner .answer {
    position: relative;
    width: 92vw;
    margin: 6vw auto 0;
  }
  #sec01 .inner .answer p {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
  #sec01 .inner .answer p br {
    display: none;
  }
  #sec01 .inner .imgs .img {
    width: 75.6vw;
  }
  #sec01 .inner .imgs .img + .img {
    margin-top: 1.7333333333vw;
  }
  #sec01 .inner .imgs .img:nth-of-type(2n) {
    margin-left: 13.3333333333vw;
  }
  #sec01 .link {
    margin-top: 6.6666666667vw;
    width: 73.0666666667vw;
    height: 26.6666666667vw;
    margin-left: 16vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 8vw 4vw 13.3333333333vw;
    background: url(../img/bg02-sp.png) left 0vw no-repeat #fdefdb;
    background-size: 95% auto;
    position: relative;
    z-index: 1;
  }
  #sec02 h2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -30.6666666667vw;
  }
  #sec02 .inner {
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .boxes .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -2.6666666667vw;
  }
  #sec02 .inner .boxes .box + .box {
    margin-top: 1.3333333333vw;
  }
  #sec02 .inner .banner {
    margin-top: 6vw;
    margin-right: -4vw;
  }
  #sec02 .inner .link {
    width: 103.7333333333vw;
    margin-top: 4vw;
    margin-left: -6vw;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 0vw 5.3333333333vw;
  }
  #sec03 .inner {
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  #sec03 .inner .title {
    display: flex;
    justify-content: center;
  }
  #sec03 .inner .title h2 {
    width: 80vw;
  }
  #sec03 .inner .boxes {
    background: #fff;
    margin-top: 4.4vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #sec03 .inner .boxes .box {
    margin: 0 auto;
    position: relative;
    width: 81.3333333333vw;
  }
  #sec03 .inner .boxes .box:last-of-type::before {
    display: none;
  }
  #sec03 .inner .boxes .box + .box {
    margin-top: 6.6666666667vw;
  }
  #sec03 .inner .boxes .box img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec04 {
    padding: 6.6666666667vw 5.3333333333vw 0;
  }
  #sec04 .inner {
    margin: 0 auto;
    position: relative;
  }
  #sec04 .inner .more_title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5333333333vw;
    line-height: 1.2941176471;
    font-weight: 900;
    text-align: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    background-color: #F6C3D5;
    position: relative;
    height: 52vw;
    margin-bottom: 2.6666666667vw;
    z-index: 1;
  }
  #sec03 img {
    width: 94vw;
    position: absolute;
    right: 0;
    top: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    position: relative;
    width: 100%;
  }
  #contact .link {
    position: relative;
  }
  #contact .link a {
    display: block;
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  #contact .link a img {
    display: block;
  }
  #contact .contact {
    padding-top: 0;
  }
  #contact .contact .freedial {
    margin-top: 6vw;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 0 auto 0;
    width: 89.3333333333vw;
  }
  #contact .contact .btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 6.6666666667vw;
    width: 100%;
  }
  #contact .contact .btns .btn {
    margin: 0 auto;
    display: block;
  }
  #contact .contact .btns .btn + .btn {
    margin-top: 4vw;
  }
  #contact .contact .btns .btn img {
    display: block;
    width: auto;
    height: 14.4vw;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 81.3333333333vw auto;
    padding-top: 8vw;
    width: 100%;
    margin: 0 auto;
    background-color: #FAE3EB;
  }
  footer .contact {
    width: 92vw;
    margin: 0 auto;
  }
  footer .contact .freedial {
    padding-top: 8vw;
  }
  footer .contact .freedial a {
    display: block;
    margin: 0 auto 0;
    width: 81.3333333333vw;
    margin: 0 auto;
  }
  footer .contact .btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 6.6666666667vw;
    width: 100%;
  }
  footer .contact .btns .btn {
    margin: 0 auto;
    display: block;
  }
  footer .contact .btns .btn + .btn {
    margin-top: 4vw;
  }
  footer .contact .btns .btn img {
    display: block;
    width: auto;
    height: 13.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #detail_links {
    width: 100%;
  }
  #detail_links .inner {
    padding-top: 12.6666666667vw;
    padding-bottom: 8vw;
    width: 92vw;
    margin: 0 auto;
  }
  #detail_links .title {
    width: 90%;
    margin: 0 auto 8vw;
  }
  #detail_links .title img {
    width: 100%;
  }
  #detail_links .btns {
    width: 78%;
    margin: 0 auto;
  }
  #detail_links .btns .btn {
    width: 100%;
    margin: 5% auto;
    padding-left: 9vw;
  }
  #detail_links .btns .btn.btn_first {
    margin: 0;
  }
  #detail_links .btns .btn a {
    width: 100%;
  }
  #detail_links .btns .btn img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background-color: #bae1e8;
    margin-left: 0vw;
    width: 100vw;
  }
  .footer .footer_logo {
    padding-top: 9.3333333333vw;
    text-align: center;
    font-weight: bold;
  }
  .footer .footer_logo img {
    width: 60vw;
    height: auto;
    margin: 0 auto;
  }
  .footer address {
    text-align: center;
    font-weight: bold;
    margin-top: 3.3333333333vw;
  }
  .footer address a {
    display: inline-block;
  }
  .footer #copyright {
    text-align: center;
    padding-bottom: 4vw;
    margin-top: 12vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  /**
  function
  */
  /**
  mixin
  */
  /**
  animation
  */
  /*-----------------------------------------------------------------
  button
  -----------------------------------------------------------------*/
  #wrapper {
    width: 100%;
    width: 1280px;
    margin: 0 auto;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  main {
    width: 1194px;
    margin: 0 auto;
    background-size: 98% auto, cover;
  }

  a {
    position: relative;
    z-index: 10;
    transition: opacity 0.15s ease-out;
  }
  a:hover {
    opacity: 0.65;
  }

  #main-image {
    text-align: center;
  }
  #main-image h1 {
    position: relative;
    width: 1194px;
    margin: 0 auto;
  }
  #main-image h1 img {
    display: block;
  }

  #sec01 {
    position: relative;
    background: #fae3eb;
  }
  #sec01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
    background-color: #fae3eb;
    z-index: -1;
  }
  #sec01::after {
    content: "";
    display: block;
    background: url(../img/bg01.png) center 60px no-repeat;
    background-size: 1150px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #sec01 .inner {
    width: 1030px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 280px;
  }
  #sec01 .inner .question {
    padding-left: 100px;
  }
  #sec01 .inner .question img {
    width: 818px;
  }
  #sec01 .inner .answer {
    margin: 20px auto 0;
    position: relative;
    width: 1100px;
  }
  #sec01 .inner .imgs {
    display: flex;
    justify-content: center;
  }
  #sec01 .inner .imgs .img + .img {
    margin-left: 2.6666666667vw;
  }
  #sec01 .link {
    width: 600px;
    margin: 0 auto 30px;
  }

  #sec02 {
    background: url(../img/bg02.png) center 20px no-repeat #FCEEDA;
    background-size: 1120px auto;
    padding: 30px 0 60px;
    position: relative;
    z-index: 1;
  }
  #sec02 h2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -275px;
  }
  #sec02 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .boxes {
    padding-left: 40px;
  }
  #sec02 .inner .boxes .box {
    width: 980px;
    margin: 0 auto;
  }
  #sec02 .inner .banner {
    margin-top: 36px;
  }
  #sec02 .link {
    width: 660px;
    margin: 100px auto 0;
  }

  #sec03 {
    background-color: #F6C3D5;
    position: relative;
    height: 460px;
    margin-bottom: 40px;
  }
  #sec03 img {
    width: 1100px;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }

  #contact {
    padding-bottom: 65px;
    position: relative;
  }
  #contact .link {
    padding-top: 50px;
    margin: 0 auto 0;
    position: relative;
  }
  #contact .link a {
    display: block;
    margin: 0 auto;
    width: 900px;
  }
  #contact .link a img {
    display: block;
  }

  footer {
    background-size: 1040px;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #FAE3EB;
  }
  footer .contact {
    padding-top: 0;
  }
  footer .contact p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
  }
  footer .contact .freedial p {
    font-size: 2.3rem;
    line-height: 1.2608695652;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  footer .contact .freedial a {
    display: block;
    margin: 0 auto 0;
    width: 758px;
  }
  footer .contact .btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  footer .contact .btns .btn + .btn {
    margin-left: 24px;
  }
  footer .contact .btns .btn img {
    width: auto;
    height: 85px;
  }

  #detail_links {
    margin-top: 60px;
  }
  #detail_links .title {
    width: 560px;
    margin: 0 auto;
  }
  #detail_links .title img {
    width: 560px;
  }
  #detail_links .btns {
    width: 1020px;
    margin: 0 auto;
  }
  #detail_links .btns .btn {
    width: 300px;
    margin: 30px 10px;
    display: inline-block;
  }
  #detail_links .btns .btn.btn_first {
    margin-left: 60px;
  }
  #detail_links .btns .btn a {
    width: 300px;
  }
  #detail_links .btns .btn a:hover {
    opacity: 0.5;
  }
  #detail_links .btns .btn img {
    width: 300px;
  }
}