@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: #c7d9e4;
    background: linear-gradient(to right, #edebd2 0%, #c7d9e4 100%);
  }
}
@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) {
  .inner {
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
    padding: 2vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    position: relative;
    margin: 0 auto 9.3333333333vw;
  }
  #sec01 .inner h2 {
    width: 82.8vw;
    margin: 0 auto 3.2vw;
  }
  #sec01 .inner h2:before {
    content: "";
    background: url(../img/top_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 40.2666666667vw;
    height: 9.0666666667vw;
    position: absolute;
    top: 1vw;
    right: 0;
    pointer-events: none;
  }
  #sec01 .inner .answer {
    margin: 0 0 5.3333333333vw;
  }
  #sec01 .inner .answer .title {
    width: 78.8vw;
    margin: 0 0 3.2vw;
    position: relative;
  }
  #sec01 .inner .answer .answer_box {
    background: #fff;
    border: 1px solid #333;
    border-radius: 30px;
    padding: 0 7.3333333333vw 4vw;
    margin: 0 0 8vw;
    position: relative;
  }
  #sec01 .inner .answer .answer_box .title:before {
    content: "";
    display: block;
    background: url(../img/answer_icon.png) no-repeat;
    background-size: 100%;
    width: 18.4vw;
    height: 8.4vw;
    position: absolute;
    top: -2vw;
    left: -4vw;
  }
  #sec01 .inner .answer .answer_box p {
    font-size: 3.7333333333vw;
  }
  #sec01 .inner .answer .answer_box:before {
    content: "";
    background: url(../img/qa_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 93.0666666667vw;
    height: 28.4vw;
    position: absolute;
    bottom: -3vw;
    left: -5vw;
    pointer-events: none;
  }
  #sec01 .inner .answer .trouble_area .title {
    width: 85.2vw;
    margin: 0 auto 4.8vw;
  }
  #sec01 .inner .answer .trouble_box {
    width: 80.9333333333vw;
    margin: 0 auto 8vw;
  }
  #sec01 .inner .answer .trouble_box picture {
    display: block;
    margin: 0 0 8vw;
  }
  #sec01 .inner .bnr {
    width: 81.7333333333vw;
    margin: 0 0 0 6.4vw;
    position: relative;
  }
  #sec01 .inner .bnr:before {
    content: "";
    background: url(../img/bnr_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 88.2666666667vw;
    height: 49.2vw;
    position: absolute;
    top: -6vw;
    right: -4vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #sec02 h2 {
    margin: 0 0 4vw;
  }
  #sec02 .flow_area {
    background: #fff;
    padding: 8vw 4vw 4vw;
    margin: 0 0 22.9333333333vw;
    position: relative;
  }
  #sec02 .flow_area ul li {
    position: relative;
    margin: 0 0 5.3333333333vw;
  }
  #sec02 .flow_area ul li .title {
    font-size: 3.4666666667vw;
    padding: 0vw 0vw 1.3333333333vw 13.3333333333vw;
    font-weight: bold;
  }
  #sec02 .flow_area ul li .box {
    border: 1px solid #333;
    padding: 5.3333333333vw 4vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec02 .flow_area ul li .box .img {
    width: 58.6666666667vw;
    margin: 0 auto 4vw;
  }
  #sec02 .flow_area ul li .box .text .text_title {
    font-size: 4.5333333333vw;
    font-weight: bold;
    line-height: 1.29;
    background: #e4f0fa;
    padding: 1vw;
    text-align: center;
    margin: 0 0 3.2vw;
  }
  #sec02 .flow_area ul li .box .text p.red {
    color: #bf0000;
  }
  #sec02 .flow_area ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    display: block;
    position: absolute;
    top: 0;
    left: -2vw;
  }
  #sec02 .flow_area ul li:nth-of-type(1) .title {
    padding: 0vw 0vw 2.6666666667vw 13.3333333333vw;
  }
  #sec02 .flow_area ul li:nth-of-type(1) .img {
    width: 16vw;
    padding: 2.6666666667vw 0 0;
  }
  #sec02 .flow_area ul li:nth-of-type(1):before {
    background-image: url(../img/flow01-label.png);
    top: -3vw;
  }
  #sec02 .flow_area ul li:nth-of-type(2):before {
    background-image: url(../img/flow02-label.png);
  }
  #sec02 .flow_area ul li:nth-of-type(3) .title {
    padding: 0vw 0vw 1.3333333333vw 21.3333333333vw;
  }
  #sec02 .flow_area ul li:nth-of-type(3) .box .img {
    position: relative;
  }
  #sec02 .flow_area ul li:nth-of-type(3) .box .img:before {
    content: "";
    background: url(../img/flow03-img-fukidashi.png) no-repeat;
    background-size: 100%;
    width: 24.5333333333vw;
    height: 12.5333333333vw;
    display: block;
    position: absolute;
    top: 4vw;
    right: -4vw;
  }
  #sec02 .flow_area ul li:nth-of-type(3):before {
    background-image: url(../img/flow03-label.png);
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    z-index: 1;
  }
  #sec02 .flow_area ul li:nth-of-type(4):before {
    background-image: url(../img/flow04-label.png);
  }
  #sec02 .bnr {
    padding: 0;
    position: relative;
    margin: 0 auto 4vw;
  }
  #sec02 .bnr .more {
    font-size: 4.5333333333vw;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin: 0 0 4vw;
    position: relative;
  }
  #sec02 .bnr .more:before {
    content: "";
    background: url(../img/more_fukidashi.png) no-repeat;
    background-size: 100%;
    width: 40vw;
    height: 10.2666666667vw;
    display: block;
    position: absolute;
    top: -12vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sec02 .bnr:before {
    content: "";
    background: url(../img/more_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 76.2666666667vw;
    height: 76.8vw;
    position: absolute;
    top: -15vw;
    right: 1vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  #sec03 {
    margin: 0 0 6.6666666667vw;
  }
  #sec03 .inner .box {
    margin: 0 0 7.4666666667vw;
    position: relative;
  }
  #sec03 .inner .box .title {
    width: 28.6666666667vw;
    margin: 0 auto 4vw;
  }
  #sec03 .inner .box .plan_list .plan_item {
    margin: 0 0 5.8666666667vw;
    position: relative;
  }
  #sec03 .inner .box .plan_list .plan_item:nth-of-type(1):before {
    content: "";
    background: url(../img/ichioshi-icon.png) no-repeat;
    background-size: 100%;
    width: 18.6666666667vw;
    height: 14.4vw;
    display: block;
    position: absolute;
    top: -6vw;
    right: 0;
  }
  #sec03 .inner .box:nth-of-type(1) .plan_list .plan_item:nth-of-type(1):before {
    right: unset;
    left: 0;
  }
  #sec03 .inner .box:nth-of-type(2):before {
    content: "";
    background: url(../img/junior_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 58.8vw;
    height: 12.9333333333vw;
    position: absolute;
    top: -3vw;
    left: 15vw;
    pointer-events: none;
  }
  #sec03 .inner .box:nth-of-type(2) .plan_list .plan_item:nth-of-type(1):before {
    display: none;
  }
  #sec03 .inner .box:nth-of-type(2) .plan_list .plan_item:nth-of-type(2):before {
    content: "";
    background: url(../img/ichioshi-icon.png) no-repeat;
    background-size: 100%;
    width: 18.6666666667vw;
    height: 14.4vw;
    display: block;
    position: absolute;
    top: -6vw;
    right: 0;
  }
  #sec03 .inner .box:nth-of-type(3):before {
    content: "";
    background: url(../img/high_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 60.2666666667vw;
    height: 7.7333333333vw;
    position: absolute;
    top: -3vw;
    left: 15vw;
    pointer-events: none;
  }
  #sec03 .inner .announce {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .footer_bnr {
    margin: 0 0 9.3333333333vw;
  }
  .footer_bnr .bnr {
    width: 81.7333333333vw;
    margin: 0 0 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    position: relative;
  }
  #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-bottom: 12vw;
    padding-top: 4vw;
    position: relative;
  }
  #contact .contact .btn {
    width: 73.0666666667vw;
    height: 34.5333333333vw;
    margin-left: 18vw;
  }
  #contact .contact p {
    font-size: 3.2vw;
    line-height: 1.375;
    font-weight: bold;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  #contact .contact .freedial {
    margin-top: 1.3333333333vw;
  }
  #contact .contact .freedial p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    width: 86.6666666667vw;
    margin: 0 auto 0;
  }
  #contact .contact .freedial a {
    display: block;
    margin: 2.6666666667vw auto 0;
    width: 80vw;
  }
  #contact .contact .search {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    margin: 5.3333333333vw auto 8vw;
  }
  #contact .contact .search a {
    width: 72.5333333333vw;
    margin: 4vw auto 0;
    display: flex;
    justify-content: center;
  }
  #contact .contact .link {
    width: 92vw;
    border-top: 1px dashed #6abbc3;
    padding: 7.2vw 0 0;
    margin: auto;
  }
  #contact .contact .link a {
    width: 72.5333333333vw;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
  }
  #contact:before {
    content: "";
    background: url(../img/contact_bg_snowfrake.png) no-repeat;
    background-size: 100%;
    width: 85.7333333333vw;
    height: 129.2vw;
    position: absolute;
    top: -8vw;
    left: 6vw;
    pointer-events: none;
  }
}
@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%;
    width: 1280px;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  main {
    background: #c7d9e4;
    background: linear-gradient(to right, #edebd2 0%, #c7d9e4 100%);
  }
  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 100px;
  }
  #main-image h1 {
    position: relative;
    width: 100%;
  }
  #main-image h1 img {
    display: block;
  }
  #sec01 {
    position: relative;
  }
  #sec01 .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 14px 0 0;
  }
  #sec01 .inner h2 {
    margin: 0 auto 24px;
    width: 789px;
    position: relative;
    left: -100px;
  }
  #sec01 .inner .answer {
    margin: 0 auto 40px;
    position: relative;
  }
  #sec01 .inner .answer .answer_box {
    width: 990px;
    background: #fff;
    border-radius: 30px;
    padding: 0 55px 60px 85px;
    margin: 0 auto 100px;
  }
  #sec01 .inner .answer .answer_box .title {
    margin: 0 0 24px;
    position: relative;
  }
  #sec01 .inner .answer .answer_box .title picture {
    width: 906px;
    display: block;
    position: relative;
    top: -50px;
  }
  #sec01 .inner .answer .answer_box .title:before {
    content: "";
    display: block;
    background: url(../img/answer_icon.png) no-repeat;
    background-size: 100%;
    width: 91px;
    height: 42px;
    position: absolute;
    top: -20px;
    left: -30px;
  }
  #sec01 .inner .answer .answer_box p picture {
    width: 812px;
    display: block;
    margin: -130px 0 0;
    position: relative;
  }
  #sec01 .inner .answer .trouble_area {
    position: relative;
  }
  #sec01 .inner .answer .trouble_area .title {
    width: 598px;
    margin: 0 auto 50px;
  }
  #sec01 .inner .answer .trouble_area:before {
    content: "";
    background: url(../img/sec01_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 990px;
    height: 1709px;
    position: absolute;
    top: -30px;
    left: 130px;
    pointer-events: none;
  }
  #sec01 .inner .answer .trouble_box {
    width: 1000px;
    margin: 0 auto 60px;
  }
  #sec01 .inner .answer .trouble_box picture {
    display: block;
    margin: 0 0 60px;
  }
  #sec01 .inner .answer .anshin_area {
    width: 1072px;
    margin: 90px auto 60px;
  }
  #sec01 .inner .answer:before {
    content: "";
    background: url(../img/qa_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 1079px;
    height: 858px;
    position: absolute;
    top: -240px;
    left: 30px;
    pointer-events: none;
  }
  #sec01 .inner .bnr {
    width: 609px;
    margin: 0 auto;
  }
  #sec02 {
    padding: 40px 0 52px;
    position: relative;
  }
  #sec02 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .inner h2 {
    width: 905px;
    margin: 0 auto 18px;
  }
  #sec02 .inner .flow_area {
    background: #fff;
    padding: 40px 80px 30px;
    margin: 0 0 160px;
    position: relative;
  }
  #sec02 .inner .flow_area ul li {
    position: relative;
    margin: 0 0 70px;
  }
  #sec02 .inner .flow_area ul li .title {
    font-size: 22px;
    padding: 0px 0px 10px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec02 .inner .flow_area ul li .title span {
    font-size: 16px;
  }
  #sec02 .inner .flow_area ul li .box {
    border: 2px solid #333;
    padding: 30px 15px 30px 52px;
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec02 .inner .flow_area ul li .box .img {
    width: 172px;
    margin: 0;
  }
  #sec02 .inner .flow_area ul li .box .text {
    width: 580px;
    font-size: 20px;
    font-weight: bold;
  }
  #sec02 .inner .flow_area ul li .box .text .text_title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    background: #e4f0fa;
    padding: 4px 10px;
    text-align: left;
    margin: 0 0 10px;
  }
  #sec02 .inner .flow_area ul li .box .text p {
    display: inline;
  }
  #sec02 .inner .flow_area ul li .box .text p.red {
    display: block;
    color: #c63a18;
  }
  #sec02 .inner .flow_area ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 90px;
    left: -50px;
  }
  #sec02 .inner .flow_area ul li:after {
    content: "";
    background-image: url(../img/flow_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 56px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(1) .box {
    align-items: center;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(1) .title {
    padding: 0px 0px 20px 0px;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(1) .img {
    width: 66px;
    padding: 0;
    margin: 0 0 0 40px;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(1):before {
    background-image: url(../img/flow01-label.png);
    top: 70px;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(2):before {
    background-image: url(../img/flow02-label.png);
  }
  #sec02 .inner .flow_area ul li:nth-of-type(3):before {
    background-image: url(../img/flow03-label.png);
  }
  #sec02 .inner .flow_area ul li:nth-of-type(3) .box .img {
    position: relative;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(3) .box .img:before {
    content: "";
    background: url(../img/flow03-img-fukidashi.png) no-repeat;
    background-size: 100%;
    width: 80px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(4) {
    margin: 0 0 40px;
  }
  #sec02 .inner .flow_area ul li:nth-of-type(4):before {
    background-image: url(../img/flow04-label.png);
  }
  #sec02 .inner .flow_area ul li:nth-of-type(4):after {
    display: none;
  }
  #sec02 .inner .flow_area .more {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.08em;
  }
  #sec02 .bnr {
    width: 977px;
    margin: 0 auto;
    position: relative;
  }
  #sec02 .bnr .more {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto 30px;
  }
  #sec02 .bnr .more:before {
    content: "";
    background: url(../img/more_fukidashi.png) no-repeat;
    background-size: 100%;
    width: 300px;
    height: 77px;
    display: block;
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #sec02:before {
    content: "";
    background: url(../img/sec02_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 1120px;
    height: 1353px;
    position: absolute;
    top: 560px;
    left: 80px;
    pointer-events: none;
  }
  #sec03 {
    margin: 0 0 80px;
    position: relative;
  }
  #sec03 .inner {
    width: 1020px;
    margin: 0 auto;
  }
  #sec03 .inner .box_wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec03 .inner .box {
    width: 324px;
    margin: 0 0 32px;
  }
  #sec03 .inner .box .title {
    width: 215px;
    margin: 0 auto 30px;
  }
  #sec03 .inner .box .plan_list .plan_item {
    margin: 0 0 44px;
    position: relative;
  }
  #sec03 .inner .box .plan_list .plan_item:nth-of-type(1):before {
    content: "";
    background: url(../img/ichioshi-icon.png) no-repeat;
    background-size: 100%;
    width: 84px;
    height: 72px;
    display: block;
    position: absolute;
    top: -20px;
    right: -30px;
  }
  #sec03 .inner .box .plan_list .plan_item:last-child {
    margin: 0;
  }
  #sec03 .inner .box:nth-of-type(1) .plan_list .plan_item:nth-of-type(1):before {
    right: unset;
    left: -40px;
  }
  #sec03 .inner .box:nth-of-type(2) .plan_list .plan_item:nth-of-type(1):before {
    display: none;
  }
  #sec03 .inner .box:nth-of-type(2) .plan_list .plan_item:nth-of-type(2):before {
    content: "";
    background: url(../img/ichioshi-icon.png) no-repeat;
    background-size: 100%;
    width: 84px;
    height: 72px;
    display: block;
    position: absolute;
    right: -30px;
    top: -20px;
    z-index: 1;
  }
  #sec03 .inner .announce {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sec03:before {
    content: "";
    background: url(../img/sec03_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 1111px;
    height: 471px;
    position: absolute;
    top: 10px;
    left: 72px;
    pointer-events: none;
  }
  .footer_bnr {
    width: 686px;
    margin: 0 auto;
    position: relative;
  }
  .footer_bnr .fukidashi {
    width: 581px;
    margin: 0 auto 15px;
  }
  .footer_bnr:before {
    content: "";
    background: url(../img/btn_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 891px;
    height: 69px;
    position: absolute;
    top: 10px;
    left: -110px;
    pointer-events: none;
  }
  #contact {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
  }
  #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 {
    padding-top: 0;
  }
  #contact .contact .btn {
    width: 710px;
    height: 334px;
    margin-left: 280px;
  }
  #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: 15px auto 35px;
    width: 758px;
  }
  #contact .contact .search {
    font-size: 2.3rem;
    line-height: 1.2608695652;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    margin: 40px auto 60px;
  }
  #contact .contact .search a {
    width: 490px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
  }
  #contact .contact .link {
    width: 1050px;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
    padding-top: 40px;
    border-top: 2px dashed #6abbc3;
  }
  #contact:before {
    content: "";
    background: url(../img/contact_bg_snowfrake_pc.png) no-repeat;
    background-size: 100%;
    width: 1024px;
    height: 644px;
    position: absolute;
    top: 80px;
    left: 140px;
    pointer-events: none;
  }
  #link {
    padding: 35px 0 40px;
  }
  #link .link {
    display: flex;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */