@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;
  background-color: #0fa89e;
}

#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: 89.3333333333vw;
    margin: 0 auto;
    background-color: #e6eee5;
  }
}
@media screen and (max-width: 767px) {
  #main-image {
    text-align: center;
    margin-bottom: 1.0666666667vw;
  }
  #main-image h1 {
    position: relative;
    margin: 0 auto;
  }
  #main-image h1 img {
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding-top: 5.3333333333vw;
    position: relative;
  }
  #sec01 .inner {
    margin: 0 auto;
    position: relative;
    padding: 0 4vw 4vw;
  }
  #sec01 .inner .title {
    position: relative;
    margin: 0 auto 3.3333333333vw;
  }
  #sec01 .inner .contents .text {
    margin: 0 auto;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    color: #251e1c;
  }
  #sec01 .inner .contents .link {
    margin-top: 6.6666666667vw;
    display: flex;
    justify-content: center;
  }
  #sec01 .inner .contents .link img {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) {
  #box01 {
    padding: 5.3333333333vw 0 0;
    background-color: #e6eee5;
  }
  #box01 .inner {
    border: 0.8vw solid #43a8ab;
    padding: 5.3333333333vw 4vw 8.6666666667vw;
    background: #fff;
    width: 80vw;
    margin: 0 auto;
  }
  #box01 .inner .title {
    margin: 0 auto;
  }
  #box01 .inner .bubbles {
    margin: 3.7333333333vw auto 0;
  }
  #box01 .inner .bubbles .bubble {
    display: flex;
    width: 100%;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(1) img {
    width: 58.5333333333vw;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(2) {
    margin-top: 2.8vw;
    justify-content: right;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(2) img {
    width: 56.6666666667vw;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(3) {
    margin-top: 2.9333333333vw;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(3) img {
    width: 58.5333333333vw;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(4) {
    margin-top: 2.8vw;
    justify-content: right;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(4) img {
    width: 63.8666666667vw;
  }
  #box01 .inner .bubbles .bubble img {
    display: block;
  }
  #box01 .boxes {
    margin: 4vw auto 0;
  }
  #box01 .boxes .box {
    position: relative;
    width: 69.3333333333vw;
    margin: 0 auto;
  }
  #box01 .boxes .box + .box {
    margin-top: 5.3333333333vw;
  }
  #box01 .boxes .box h3 {
    font-size: 5.0666666667vw;
    line-height: 1;
    color: #251e1c;
    display: inline-block;
    font-weight: bold;
  }
  #box01 .boxes .box h3 img {
    display: block;
  }
  #box01 .boxes .box .text {
    display: inline-block;
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: bold;
    text-align: left;
    color: #335d76;
  }
  #box01 .additionally {
    width: 67.7333333333vw;
    margin: 0 auto;
    font-size: 6.4666666667vw;
    letter-spacing: -0.243rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 7.0666666667vw 0 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  #box02 .inner {
    border: 0.8vw solid #fff000;
    padding: 10.6666666667vw 4.2666666667vw 9.3333333333vw;
    background: #fff;
    width: 80vw;
    margin: 0 auto;
    position: relative;
  }
  #box02 .inner::after {
    content: "";
    display: block;
    width: 21.0666666667vw;
    height: 21.0666666667vw;
    background: url(../img/box02-title-sp-icon.png);
    background-size: contain;
    position: absolute;
    top: -5.6vw;
    right: -4vw;
  }
  #box02 .inner .title {
    margin: 0 auto;
  }
  #box02 .inner .text {
    margin: 3.3333333333vw auto 0;
    font-size: 3.3333333333vw;
    line-height: 2.08;
    font-weight: bold;
    text-align: left;
    color: #000;
  }
  #box02 .inner .text span {
    display: inline;
    border-bottom: 0.4vw dotted #3BB27C;
    padding-bottom: 0.2666666667vw;
  }
  #box02 .inner .img {
    margin: 4.6666666667vw auto 0;
  }
  #box02 .inner .link {
    margin-top: 4.2666666667vw;
    display: flex;
    justify-content: center;
  }
  #box02 .inner .link img {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    background-color: #eef5ea;
  }
  #contact h2 {
    text-align: center;
  }
  #contact h2 img {
    width: 86.6666666667vw;
    display: block;
    margin: 0 auto;
  }
  #contact .banner {
    width: 90.6666666667vw;
    margin: 3.3333333333vw auto 0;
  }
  #contact .contact {
    padding-top: 6vw;
    padding-bottom: 10.6666666667vw;
  }
  #contact .contact .freedial p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    width: 80vw;
    margin: 0 auto 0;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 4.6666666667vw auto 0;
    width: 80vw;
  }
  #contact .contact .link {
    width: 72.5333333333vw;
    margin: 4vw auto 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #link {
    padding: 4.6666666667vw 0 5.3333333333vw;
  }
  #link .link {
    display: flex;
    justify-content: center;
  }
}
@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%;
    min-width: 1280px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  section {
    width: 1200px;
    margin: 0 auto;
    background-color: #edf5eb;
  }

  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: 1200px;
    margin: 0 auto;
    height: 525px;
    padding-top: 35px;
    background-color: #EDF5EB;
  }
  #main-image h1 img {
    width: 1293px;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
  }

  #sec01 {
    padding-top: 65px;
    position: relative;
  }
  #sec01 .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px 0;
  }
  #sec01 .inner .title {
    width: 914px;
    position: relative;
    margin: 0 auto 25px;
  }
  #sec01 .inner .contents .text {
    width: 935px;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 1.35px;
    font-size: 2.7rem;
    line-height: 1.9259259259;
    color: #251e1c;
  }
  #sec01 .inner .contents .link {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  #sec01 .inner .contents .link img {
    width: 770px;
  }

  #box01 {
    padding-top: 40px;
  }
  #box01 .inner {
    border: 4px solid #43a8ab;
    padding: 50px 38px 70px;
    background: #fff;
    width: 1118px;
    margin: 0 auto;
  }
  #box01 .inner .title {
    width: 882px;
    margin: 0 auto;
  }
  #box01 .inner .bubbles {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
  }
  #box01 .inner .bubbles .bubble {
    display: flex;
    align-items: flex-end;
    height: 151px;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(1) {
    width: 418px;
    margin-bottom: 15px;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(2) {
    width: 482px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(3) {
    width: 418px;
    margin-left: 48px;
  }
  #box01 .inner .bubbles .bubble:nth-of-type(4) {
    width: 448px;
    margin-left: 45px;
    padding-bottom: 12px;
  }
  #box01 .inner .bubbles .bubble img {
    display: block;
  }
  #box01 .boxes {
    margin: 30px auto 0;
  }
  #box01 .boxes .box {
    position: relative;
    padding-left: 60px;
  }
  #box01 .boxes .box + .box {
    margin-top: 28px;
  }
  #box01 .boxes .box h3 {
    font-size: 3.8rem;
    line-height: 1;
    color: #251e1c;
    display: inline-block;
    font-weight: bold;
  }
  #box01 .boxes .box h3 img {
    display: block;
  }
  #box01 .boxes .box .text {
    display: inline-block;
    margin-top: 16px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    color: #335d76;
    margin-left: 68px;
    width: 810px;
  }
  #box01 .additionally {
    width: 789px;
    margin: 0 auto;
    font-size: 4.85rem;
    letter-spacing: -0.243rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 28px 0 25px;
  }

  #box02 .inner {
    border: 10px solid #fff000;
    padding: 25px 32px 70px;
    background: #fff;
    width: 1118px;
    margin: 0 auto;
  }
  #box02 .inner .title {
    width: 882px;
    margin: 0 auto;
  }
  #box02 .inner .text {
    width: 942px;
    margin: 25px auto 0;
    font-size: 2.5rem;
    line-height: 2.08;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: url(../img/text-bg.png) center bottom no-repeat;
  }
  #box02 .inner .img {
    width: 966px;
    margin: 40px auto 0;
  }
  #box02 .inner .link {
    margin-top: 23px;
    display: flex;
    justify-content: center;
  }
  #box02 .inner .link img {
    width: 770px;
  }

  #contact {
    background: transparent;
  }
  #contact h2 {
    text-align: center;
  }
  #contact h2 img {
    width: 1020px;
    display: block;
    margin: 0 auto;
  }
  #contact .banner {
    width: 1180px;
    margin: 0 auto 0;
  }
  #contact .contact {
    background-color: #EDF5EB;
    padding-bottom: 80px;
    padding-top: 35px;
  }
  #contact .contact .freedial {
    margin-top: 35px;
  }
  #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: 35px auto;
    width: 770px;
  }
  #contact .contact .link {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  #link {
    padding: 35px 0 40px;
  }
  #link .link {
    display: flex;
    justify-content: center;
  }
}