@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) {
  main {
    background-color: #fffbcf;
  }
}
@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-color: #fffbcf;
    padding: 2.6666666667vw 0 2.6666666667vw;
  }
  #sec01 .inner {
    margin: 0 auto;
    position: relative;
  }
  #sec01 .inner .title {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
  #sec01 .inner .main {
    width: 93.3333333333vw;
    margin: 1.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec02 {
    background-color: #fff100;
    background-image: url(../img/sec02-bg-sp.png);
    background-repeat: no-repeat;
    background-position: center 29.3333333333vw;
    background-size: 100% auto;
    padding: 4vw 0 6.6666666667vw;
  }
  #sec02 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .title {
    width: 93.3333333333vw;
    margin: 0vw auto 0;
  }
  #sec02 .inner .boxes {
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4.6666666667vw;
    transform: translateX(1.3333333333vw);
  }
  #sec02 .inner .boxes .box {
    display: flex;
    width: 93.3333333333vw;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  #sec02 .inner .point {
    width: 90.6666666667vw;
    margin: 4vw auto 0;
  }
  #sec02 .inner .link {
    width: 86.6666666667vw;
    margin: 2.6666666667vw auto 0;
    transform: translateX(2.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  #sec-btn {
    background: #fffbcf;
  }
  #sec-btn .inner {
    position: relative;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
  #sec-btn .inner .img {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  #sec-btn .inner .text {
    width: 88vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    background-size: contain;
    background-color: #addef8;
    padding: 4vw 0 8vw;
  }
  #sec03 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #sec03 .inner .img {
    width: 96vw;
    margin: 0 auto;
  }
  #sec03 .title {
    width: 85.3333333333vw;
    margin: 0 auto;
    margin-top: -6.6666666667vw;
    position: relative;
    z-index: 1;
  }
  #sec03 .img01 {
    width: 90.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  #sec03 .img02 {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  #sec03 .img03 {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  #sec03 .text01 {
    width: 93.3333333333vw;
    margin: 2.1333333333vw auto 0;
  }
  #sec03 .boxes {
    margin-top: 5.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 6.6666666667vw;
  }
  #sec03 .boxes .box {
    width: 81.3333333333vw;
  }
  #sec03 .text02 {
    width: 92vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #btns {
    padding: 5.3333333333vw 0 2.6666666667vw;
    margin-top: 6.6666666667vw;
    position: relative;
    z-index: 1;
  }
  #btns .inner {
    margin: 0 auto;
    position: relative;
  }
  #btns .inner .imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-4vw);
  }
  #btns .inner .imgs .img01 {
    width: 72vw;
  }
  #btns .inner .imgs .img02 {
    width: 69.3333333333vw;
    z-index: 1;
    position: relative;
    margin-top: -5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    position: relative;
    width: 100%;
  }
  #contact .link {
    position: relative;
  }
  #contact .link a {
    display: block;
    width: 100vw;
    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 {
    width: 92vw;
    margin: 0 auto;
  }
  footer .link {
    width: 92vw;
    margin: 6.6666666667vw auto 0.6666666667vw;
    position: relative;
    z-index: 1;
  }
  footer .contact {
    width: 92vw;
    margin: 2.6666666667vw auto;
    background-size: 100% auto;
  }
  footer .contact .freedial {
    padding-top: 5.3333333333vw;
  }
  footer .contact .freedial a {
    display: block;
    margin: 0 auto 0;
    width: 81.3333333333vw;
    margin: 0 auto;
  }
  footer .contact .line {
    background: url(../img/line-bg.png) center center no-repeat;
    background-size: 100% auto;
    width: 93.3333333333vw;
    height: 51.8666666667vw;
    margin: 6.6666666667vw auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .contact .line .text01 {
    width: 77.3333333333vw;
    margin: 0 auto;
  }
  footer .contact .line a {
    display: block;
    width: 57.3333333333vw;
    margin: 2.6666666667vw auto;
  }
  footer .contact .line .text02 {
    width: 62.6666666667vw;
    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: 53.3333333333vw;
    margin: 0 auto;
  }
  #detail_links .btns .btn {
    width: 100%;
    margin: 5% auto;
  }
  #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: 1194px;
    margin: 0 auto;
    background-color: #fffbcf;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  main {
    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;
    margin-top: 0px;
  }
  #main-image h1 {
    position: relative;
    width: 1194px;
    z-index: 1;
  }
  #main-image h1 img {
    display: block;
  }

  #sec01 {
    position: relative;
    background-color: #fffbcf;
    background-size: 1160px auto;
    padding: 20px 0 30px;
  }
  #sec01 .inner {
    margin: 0 auto;
    position: relative;
  }
  #sec01 .inner .main {
    width: 920px;
    margin: -20px auto 0;
  }

  #sec02 {
    background-color: #fff100;
    background-image: url(../img/sec02-bg.png);
    background-repeat: no-repeat;
    background-position: center 120px;
    background-size: 1100px auto;
    padding: 40px 0 60px;
  }
  #sec02 .inner {
    width: 1190px;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner .title {
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #sec02 .inner .boxes {
    margin-top: -95px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
  #sec02 .inner .boxes .box {
    width: 790px;
  }
  #sec02 .inner .boxes .box img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  #sec02 .inner .point {
    width: 790px;
    margin: 30px auto 0;
  }
  #sec02 .inner .link {
    width: 600px;
    margin: 60px auto 0;
  }

  #sec-btn {
    background: #fffbcf;
  }
  #sec-btn .inner {
    position: relative;
    padding: 40px 0 80px;
  }
  #sec-btn .inner .img {
    width: 900px;
    margin: 0 auto;
  }
  #sec-btn .inner .text {
    width: 660px;
    margin: 20px auto 0;
  }

  #sec03 {
    background-size: 1100px auto;
    background-color: #addef8;
    padding: 30px 0 50px;
  }
  #sec03 .inner {
    margin: 0 auto;
    position: relative;
  }
  #sec03 .title {
    width: 640px;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  #sec03 .img01 {
    width: 680px;
    margin: 20px auto 0;
  }
  #sec03 .img02 {
    width: 1160px;
    margin: 0 auto;
  }
  #sec03 .img03 {
    width: 900px;
    margin: 0 auto;
  }
  #sec03 .text01 {
    width: 900px;
    margin: 16px auto 0;
  }
  #sec03 .boxes {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  #sec03 .boxes .box {
    width: 300px;
  }
  #sec03 .text02 {
    width: 900px;
    margin: 16px auto 0;
  }

  #btns {
    padding: 40px 0 20px;
    width: 1194px;
    position: relative;
    z-index: 1;
  }
  #btns .inner {
    position: relative;
  }
  #btns .inner .imgs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto;
    gap: 20px;
  }
  #btns .inner .imgs .img01 {
    width: 430px;
    height: 200px;
  }
  #btns .inner .imgs .img02 {
    width: 420px;
  }

  #contact {
    background: #fffbcf;
    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;
  }
  #contact .text {
    width: 760px;
    margin: 20px auto 0;
    position: relative;
  }

  footer {
    background: #fffbcf;
    background-size: 1060px auto;
    padding-bottom: 70px;
  }
  footer .link {
    width: 800px;
    margin: 0px auto 80px;
    transform: translateX(20px);
    position: relative;
    z-index: 1;
  }
  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 .line {
    background: url(../img/line-bg.png) center center no-repeat;
    background-size: 100% auto;
    width: 640px;
    height: 340px;
    margin: 50px auto 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .contact .line .text01 {
    width: 550px;
    margin: 0 auto;
  }
  footer .contact .line a {
    display: block;
    width: 400px;
    margin: 20px auto;
  }
  footer .contact .line .text02 {
    width: 450px;
    margin: 0 auto;
  }
  footer .contact .btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    gap: 24px;
  }
  footer .contact .btns .btn img {
    width: auto;
    height: 85px;
  }

  #detail_links {
    margin-top: 40px;
  }
  #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;
  }
}