@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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
    background: #bddbce;
  }

  .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) {
  main {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 4vw;
    background: url(../img/sec01-bg-sp.png) center 44vw no-repeat;
    background-size: 81.3333333333vw auto;
    background-color: #d8ece5;
  }
}
@media screen and (max-width: 767px) {
  section {
    width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main-image {
    text-align: center;
    margin: 0 auto;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  #main-image h1 {
    position: relative;
    width: 100%;
  }
  #main-image h1 img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    position: relative;
    padding-top: 6.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  #sec01 .inner {
    position: relative;
  }
  #sec01 .inner .plate {
    padding: 3.3333333333vw 2.6666666667vw 3.3333333333vw;
    background-color: #fffbf1;
    border-radius: 6.6666666667vw;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
  #sec01 .inner .plate .text {
    width: 78.6666666667vw;
    margin: 3.3333333333vw auto 0;
    font-size: 2.8666666667vw;
    font-weight: bold;
    line-height: 1.93;
  }
  #sec01 .inner .link {
    width: 72.4vw;
    margin: 2.6666666667vw 0 0 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 7.4666666667vw 0 0;
    position: relative;
  }
  #sec02 .inner {
    width: 86.6666666667vw;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .plate {
    padding: 7.0666666667vw 4.6666666667vw 9.3333333333vw 3.3333333333vw;
    background-color: #f6faf9;
    border-radius: 4vw;
  }
  #sec02 .inner .plate .howto {
    margin-top: 4vw;
  }
  #sec02 .inner .plate .howto .box .title img {
    width: auto;
    height: 5.7333333333vw;
    margin: 0 auto 0;
  }
  #sec02 .inner .plate .howto .box .text {
    margin-top: 3.8666666667vw;
  }
  #sec02 .inner .plate .howto .box .strong {
    position: relative;
    margin-top: 4vw;
  }
  #sec02 .inner .plate .howto .box .strong img {
    width: auto;
    height: 15.7333333333vw;
    margin: 0vw auto 0;
  }
  #sec02 .inner .plate .howto .box + .box {
    margin-top: 6.6666666667vw;
  }
  #sec02 .inner .plate .detail {
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    position: relative;
    margin-top: 8vw;
    padding-bottom: 8.6666666667vw;
  }
  #sec03 .inner {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
  #sec03 .inner .arrow {
    background-color: #7ec8c0;
    padding-top: 5.3333333333vw;
    padding-bottom: 4.4vw;
    position: relative;
    border-radius: 4vw 4vw 0 0;
  }
  #sec03 .inner .arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    display: block;
    width: 0;
    height: 0;
    border-left: 6.9333333333vw solid transparent;
    border-right: 6.9333333333vw solid transparent;
    border-top: 5.3333333333vw solid #7ec8c0;
  }
  #sec03 .inner .arrow .title {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  #sec03 .inner .arrow .img {
    width: 80vw;
    margin: -2vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 0vw;
    position: relative;
    width: 100%;
  }
  #contact .link {
    position: relative;
  }
  #contact .link a {
    display: block;
    width: 73.3333333333vw;
    margin-left: 13.3333333333vw;
  }
  #contact .link a img {
    display: block;
  }
  #contact .contact {
    padding-top: 0;
  }
  #contact .contact .freedial {
    margin-top: 9.3333333333vw;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 2vw auto 0;
    width: 81.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) {
  #detail_links {
    width: 100%;
    margin-top: 12.6666666667vw;
    padding-bottom: 8vw;
  }
  #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;
  }
  .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: 1194px;
    margin: 0 auto;
    background: #bddbce;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  main {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 36px;
    background: url(../img/sec01-bg.png) center 490px no-repeat;
    background-size: 1040px auto;
    background-color: #d8ece5;
  }

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

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

  #sec01 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  #sec01 .inner {
    position: relative;
  }
  #sec01 .inner .plate {
    padding: 25px 20px 25px;
    background-color: #fffbf1;
    border-radius: 50px;
    width: 800px;
    margin: 0 auto;
  }
  #sec01 .inner .plate .img {
    width: 700px;
  }
  #sec01 .inner .plate .text {
    width: 720px;
    margin: 25px auto 0;
    font-size: 21.5px;
    font-weight: bold;
    line-height: 1.93;
  }
  #sec01 .inner .link {
    width: 594px;
    margin: 45px auto 0;
  }

  #sec02 {
    padding: 60px 0 0px;
    position: relative;
  }
  #sec02 .inner {
    width: 920px;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .plate {
    padding: 25px 35px 15px 25px;
    background-color: #f6faf9;
    border-radius: 50px;
  }
  #sec02 .inner .plate h3 img {
    width: 826px;
  }
  #sec02 .inner .plate .howto {
    margin-left: 45px;
    margin-top: 30px;
  }
  #sec02 .inner .plate .howto .box {
    width: 750px;
  }
  #sec02 .inner .plate .howto .box .title img {
    width: auto;
    height: 52px;
    margin: 0 auto 0;
  }
  #sec02 .inner .plate .howto .box .text {
    margin-top: 18px;
    margin-left: 10px;
  }
  #sec02 .inner .plate .howto .box .strong {
    position: relative;
    margin-top: 5px;
  }
  #sec02 .inner .plate .howto .box .strong img {
    width: auto;
    height: 96px;
    margin: 5px auto 0;
  }
  #sec02 .inner .plate .howto .box + .box {
    margin-top: 30px;
  }
  #sec02 .inner .plate .detail {
    width: 780px;
    margin: 20px auto 0;
  }

  #sec03 {
    position: relative;
    margin-top: 145px;
    padding-bottom: 65px;
  }
  #sec03 .inner {
    width: 920px;
    margin: 0 auto;
  }
  #sec03 .inner .arrow {
    background-color: #7ec8c0;
    padding-top: 20px;
    padding-bottom: 45px;
    position: relative;
    border-radius: 50px 50px 0 0;
  }
  #sec03 .inner .arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    display: block;
    width: 0;
    height: 0;
    border-left: 42.5px solid transparent;
    border-right: 42.5px solid transparent;
    border-top: 25px solid #7ec8c0;
  }
  #sec03 .inner .arrow .title {
    width: 470px;
    margin: 0 auto;
  }
  #sec03 .inner .arrow .img {
    width: 755px;
    margin: -30px auto 0;
  }
  #sec03 .inner .arrow .img img {
    transform: translateX(10px);
  }

  #contact {
    padding-top: 15px;
    padding-bottom: 65px;
    position: relative;
  }
  #contact .link {
    width: 594px;
    margin: 0 auto 0;
    position: relative;
  }
  #contact .link a {
    display: block;
  }
  #contact .link a img {
    display: block;
  }
  #contact h2 {
    text-align: center;
  }
  #contact h2 img {
    width: 1020px;
    display: block;
    margin: 0 auto;
  }
  #contact .contact {
    padding-top: 0;
    margin-top: 60px;
  }
  #contact .contact p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
  }
  #contact .contact .freedial p {
    font-size: 2.3rem;
    line-height: 1.2608695652;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 0 auto 0;
    width: 758px;
  }
  #contact .contact .btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  #contact .contact .btns .btn + .btn {
    margin-left: 24px;
  }
  #contact .contact .btns .btn img {
    width: auto;
    height: 85px;
  }

  #detail_links {
    padding-bottom: 100px;
  }
  #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;
  }
}