@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

a[href^="tel"] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

/*------------
G-navi
--------------*/
.navi {
  display: block;
  /* ボタン類 */
}

.navi .navi-btns {
  background: #FF7983;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  color: #fff;
}

.navi .navi-btns .item {
  width: calc(100% / 4);
  text-align: center;
  position: relative;
  border: solid 1px #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  line-height: 1.1;
}

.navi .navi-btns .item i {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  vertical-align: -5px;
}

.navi .navi-btns .item i img {
  object-fit: contain;
  max-height: 18px;
}

.navi .navi-btns .item a {
  width: 100%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
}

.navi .navi-btns .item a:hover {
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navi .navi-btns .item .ttl {
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

.navi .navi-btns .short {
  font-size: 12px;
  display: block;
}

/*------------
Hero
--------------*/
.hero {
  background: url(../images/hero.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  padding: 135px 0;
  position: relative;
}

.hero .logo {
  position: absolute;
  top: 20px;
}

.hero-desc {
  background: #FFA5AC;
  border-radius: 20px;
  width: 570px;
  padding: 60px 30px 40px;
}

.hero-ttl {
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  color: #fff;
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 55px;
}

.hero-ttl span {
  position: relative;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  display: inline-block;
}

.hero-ttl span::before {
  content: '';
  position: absolute;
  background: url(../images/share/line_yellow.svg) repeat-x;
  width: 97%;
  height: 10px;
  bottom: -12px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-ttl .ttl2 {
  margin-left: 20px;
}

/*------------
Top contents
--------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
}

.t-ttl span {
  letter-spacing: 0.05em;
}

.t-ttl .sub {
  font-size: 30px;
  line-height: 1.7;
}

.t-ttl .main {
  position: relative;
  font-size: 50px;
  color: #FF7983;
  padding-bottom: 10px;
}

.t-ttl .main::before {
  content: '';
  position: absolute;
  background: url(../images/share/line_pink.svg) repeat-x;
  width: 99%;
  height: 10px;
  bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.sub-ttl {
  color: #0099CC;
  font-size: 30px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  margin-bottom: 15px;
}

.sec01 {
  background: url(../images/sec01_bg.png);
  background-size: cover;
  background-position: bottom;
  padding: 50px 0 140px;
  position: relative;
  z-index: 1;
}

.sec01 .t-ttl .sub {
  color: #333;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 5px;
}

.sec01 .t-ttl .main {
  color: #333;
  font-size: 50px;
  line-height: 1.4;
}

.sec01 .t-ttl .main .short {
  font-size: 36px;
}

.sec01 .t-ttl .main::before {
  content: none;
}

.sec01-box {
  text-align: center;
  margin: -90px auto 0;
  max-width: 930px;
}

.sec01-box img {
  width: 100%;
}

.sec02 {
  background: url(../images/sec02_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 390px 0 136px;
  margin-top: -350px;
  position: relative;
}

.sec02-topimg {
  text-align: center;
}

.sec02-topimg img {
  border-radius: 10px;
}

.sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.sec02-list .list-item {
  width: 48%;
}

.sec02-list .list-item:nth-child(1) .list-txt {
  font-size: 18px;
}

.sec02-list .list-item:nth-child(2) {
  line-height: 2;
}

.sec02-list .point {
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #FF7983;
  font-size: 20px;
  text-align: center;
  width: 135px;
  background: #fff;
  border: solid 3px;
  border-radius: 19px;
  line-height: 1.2;
  padding-top: 6px;
}

.sec02-bottomimg {
  margin-top: 25px;
}

.sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.sec03 .t-ttl {
  text-align: left;
  padding-left: 40px;
  margin-bottom: 50px;
}

.sec03 .t-ttl .main {
  line-height: 1;
}

.sec03 .t-ttl .main::before {
  content: none;
}

.sec03-box {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 15px;
  width: 650px;
  padding: 50px 59px 90px 20px;
}

.sec03-list .l-box {
  position: relative;
}

.sec03-list .list-item:not(:last-child) {
  margin-bottom: 40px;
}

.sec03-list .num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec03-list .l-ttl {
  background: #8EC2EE;
  color: #fff;
  border-radius: 20px;
  font-size: 22px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  width: 100%;
  padding-left: 85px;
}

.sec03-list .l-txt {
  padding-left: 85px;
  margin-top: 5px;
}

.sec04 {
  background: url(../images/sec04_bg.jpg) no-repeat;
  padding: 100px 0 90px;
  background-size: cover;
  background-position: center;
}

.sec04 .list-item .sec04-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04 .list-item .sec04-layout .l-img {
  width: 550px;
  margin-left: 50px;
}

.sec04 .list-item .sec04-layout .l-img img {
  width: 100%;
}

.sec04 .list-item .sec04-layout .l-desc {
  width: 450px;
}

.sec04 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.sec04 .list-item:nth-child(2) .sec04-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec04 .list-item:nth-child(2) .sec04-layout .l-img {
  margin-left: 0;
  margin-right: 50px;
}

.sec04 .list-item .num {
  text-align: center;
  margin-bottom: 10px;
}

.sec04 .list-item .sub-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.sec04-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #8EC2EE;
  color: #fff;
  padding: 40px 62px;
  margin-top: 80px;
}

.sec04-box .box-ttl {
  font-size: 18px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  margin-bottom: 10px;
  letter-spacing: 0;
}

.sec04-box li {
  padding-top: 10px;
}

.sec04-box li:not(:last-child) {
  border-right: dotted 1px #D3E5F5;
  padding: 10px 40px 10px 0;
  margin-right: 40px;
}

.sec05 {
  padding: 100px 0;
}

.sec05 .sec05-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec05 .sec05-flow .list-item {
  padding: 0 30px;
  width: 33%;
}

.sec05 .sec05-flow .list-item:nth-child(3) {
  margin: 0 0 90px;
}

.sec05 .sec05-flow .list-item:nth-child(6) {
  margin: 0 0 30px;
}

.sec05 .sec05-flow .list-item:nth-child(3) .list-ttl:before,
.sec05 .sec05-flow .list-item:nth-child(6) .list-ttl:before,
.sec05 .sec05-flow .list-item:nth-child(8) .list-ttl:before {
  content: none;
}

.sec05 .sec05-flow .num {
  text-align: center;
  margin-bottom: 15px;
}

.sec05 .sec05-flow .list-ttl {
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  color: #0099CC;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.sec05 .sec05-flow .list-ttl:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: 5px solid #CFD9DE;
  border-right: 5px solid #CFD9DE;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sec06 {
  background: url(../images/sec06_bg.jpg) no-repeat;
  padding: 60px 0 90px;
  background-size: cover;
  background-position: center;
}

.sec06-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.sec06-list .list-item {
  background: #fff;
  border-radius: 15px;
  padding: 60px 40px 30px;
  text-align: center;
  width: 48%;
}

.sec06-list .list-item .list-txt {
  font-size: 20px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  margin-top: 5px;
}

.sec06-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.sec06-price .desc {
  background: #fff;
  border: 3px solid #FF7983;
  color: #FF7983;
  border-radius: 20px;
  font-size: 16px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  padding: 0 0 2px;
  text-align: center;
  width: 140px;
}
.sec06-price .txt {
  font-size: 20px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  margin-left: 10px;
}
.sec06-price .txt a {
  border-bottom: 2px dotted #FF7983;
  color: #FF7983;
  display: inline-block;
  transition: .6s ease;
}
.sec06-price .txt a:hover {
  opacity: .6;
}


.sec07 {
  padding: 90px 0;
}

.sec07-faq dt {
  position: relative;
}

.sec07-faq dt .txt {
  background: #8EC2EE;
  color: #fff;
  border-radius: 20px;
  font-size: 22px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  width: 100%;
  padding-left: 85px;
}

.sec07-faq dd {
  padding-left: 85px;
  margin-top: 10px;
}

.sec07-faq .icon {
  border-radius: 100px;
  color: #fff;
  font-size: 32px;
  font-family: "FOT-UD丸ゴ_スモール Pr6 DB";
  text-align: center;
  width: 71px;
  height: 71px;
  line-height: 31px;
  padding-top: 20px;
  background: #FFA5AC;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec07-faq .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec07-faq dd:not(:last-child) {
  margin-bottom: 60px;
}

.map {
  position: relative;
  width: 100%;
  height: 310px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  color: #FF7983;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

.tel:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.png) no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
}

/*------------
Footer
--------------*/
.pagetop {
  background-color: #FF7983;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  position: fixed;
  bottom: 110px;
  right: 50px;
  z-index: 99;
}

.pagetop:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-left {
  background-color: #FFECE7;
}

.footer-left .wrapper {
  padding: 60px 30px 50px calc((100% - 512px));
}

.footer-right {
  background-color: #FFF2F2;
}

.footer-right .wrapper {
  padding: 60px calc((100% - 512px)) 50px 30px;
}

.footer .f-logo {
  margin-bottom: 10px;
  min-height: 120px;
}

.footer .f-logo img {}

.footer .f-add {
  font-size: 12px;
  margin-bottom: 30px;
}

.footer .time-table {
  border-collapse: separate;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  font-size: 15px;
}

.footer .time-table tr:nth-child(1) th:first-child {
  border-radius: 10px 0 0 0;
}

.footer .time-table tr:nth-child(1) th:last-child {
  border-radius: 0 10px 0 0;
}

.footer .time-table tr:nth-child(2) td {
  border-bottom: dotted 1px #D8D8D8;
}

.footer .time-table th {
  background-color: #FFA5AC;
  color: #fff;
}

.footer .time-table th,
.footer .time-table td {
  padding: 10px;
}

.footer .time-table th:not(:last-child),
.footer .time-table td:not(:last-child) {
  border-right: dotted 1px #D8D8D8;
}

.footer .time-table .ttl {
  font-weight: normal;
}

.footer .blue {
  color: #8EC2EE;
}

.footer .pink {
  color: #FFA5AC;
}

.footer .yellow {
  color: #FFEB00;
}

.footer .note {
  font-size: 12px;
  margin-top: 6px;
}

.footer .copyright {
  font-size: 12px;
  color: #333333;
  text-align: center;
  padding: 30px 0 120px;
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  .container {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }

  /*------------
  G-navi
  --------------*/
  .navi .navi-btns .item a {
    padding: 10px 5px;
  }

  .navi .navi-btns .item .ttl {
    font-size: 12px;
    margin-top: 5px;
  }

  .navi .navi-btns .item i {
    margin-right: 5px;
    vertical-align: -3px;
  }

  .navi .navi-btns .item i img {
    max-height: 10px;
  }

  /*------------
  Hero
  --------------*/
  .hero {
    background: url(../images/hero_sp.jpg) no-repeat;
    background-size: cover;
    padding: 165px 0 50px;
  }

  .hero .logo {
    width: 40%;
    max-width: 220px;
  }

  .hero-desc {
    background: none;
    padding: 0;
    width: 80%;
  }

  .hero-logo {
    width: 80%;
    max-width: 320px;
  }

  .hero-ttl {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 35px;
  }

  .hero-ttl span::before {
    background: url(../images/share/line_yellow_sp.svg) repeat-x;
    height: 5px;
    bottom: -7px;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 50px;
  }

  .t-ttl .sub {
    line-height: 1.4;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .t-ttl .main {
    line-height: 1.4;
    font-size: 26px;
    padding-bottom: 5px;
  }

  .t-ttl .main::before {
    background: url(../images/share/line_pink_sp.svg) repeat-x;
    height: 5px;
    width: 98%;
  }

  .sub-ttl {
    font-size: 22px;
  }

  .sec01 {
    padding: 50px 0 70px;
  }

  .sec01 .t-ttl {
    margin-bottom: 20px;
  }

  .sec01 .t-ttl .sub {
    line-height: 1.4;
    font-size: 18px;
  }

  .sec01 .t-ttl .main {
    line-height: 1.4;
    font-size: 26px;
  }

  .sec01 .t-ttl .main .short {
    font-size: 17px;
  }

  .sec01-box {
    margin-top: 0;
  }

  .sec01-box img {
    margin: 0 auto;
    max-width: 360px;
    width: 90%;
  }

  .sec02 {
    padding: 260px 0 70px;
    background-position: 100% 0;
    margin-top: -240px;
  }

  .sec02-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec02-list .list-item {
    width: 100%;
  }

  .sec02-list .list-item:nth-child(1) {
    margin-bottom: 30px;
  }

  .sec02-list .list-item:nth-child(1) .list-txt {
    font-size: 15px;
  }

  .sec02-list .point {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sec03 {
    background: url(../images/sec03_bg_sp.jpg) no-repeat #E9A8A7;
    background-size: 70%;
    background-position: right top;
    padding: 80px 0 60px;
  }

  .sec03 .t-ttl {
    margin-bottom: 30px;
    padding-left: 10px;
  }

  .sec03 .t-ttl .sub {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
  }

  .sec03 .t-ttl .main {
    font-size: 34px;
    color: #fff;
    line-height: 1.2;
  }

  .sec03-box {
    width: 100%;
    max-width: 490px;
    padding: 20px;
  }

  .sec03-list .l-box {
    margin-bottom: 10px;
  }

  .sec03-list .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .sec03-list .num {
    width: 100%;
    max-width: 40px;
    left: 10px;
  }

  .sec03-list .l-ttl {
    padding: 8px 10px 8px 60px;
    font-size: 17px;
    border-radius: 10px;
  }

  .sec03-list .l-txt {
    padding: 0;
    line-height: 1.5;
  }

  .sec04 {
    padding: 60px 0;
    background-position: 15% 0px;
  }

  .sec04 .list-item .num img {
    width: 25%;
    max-width: 80px;
  }

  .sec04 .list-item .sec04-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec04 .list-item .sec04-layout .l-img {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .sec04 .list-item .sec04-layout .l-desc {
    width: 100%;
  }

  .sec04 .list-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .sec04 .list-item:nth-child(2) .sec04-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sec04 .list-item:nth-child(2) .sec04-layout .l-img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .sec04 .list-item:nth-child(2) .sec04-layout .l-desc {
    width: 100%;
  }

  .sec04-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 40px;
  }

  .sec04-box li {
    width: 100%;
  }

  .sec04-box li:not(:last-child) {
    border-right: none;
    border-bottom: dotted 1px #D3E5F5;
    padding: 0 0 15px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .sec05 {
    padding: 50px 0 30px;
  }

  .sec05 .sec05-flow .num img {
    max-width: 60px;
    margin-right: 15px;
  }

  .sec05 .sec05-flow .list-item {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
  }

  .sec05 .sec05-flow .list-item:nth-child(3) {
    margin: 0 0 30px;
  }

  .sec05 .sec05-flow .list-item:not(:last-child):before {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: 5px solid #CFD9DE;
    border-right: 5px solid #CFD9DE;
    position: absolute;
    bottom: -40px;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(135deg);
    transform: translate(50%, 0) rotate(135deg);
  }

  .sec05 .sec05-flow .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .sec05 .sec05-flow .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .sec05 .sec05-flow .list-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .sec05 .sec05-flow .list-tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec05 .sec05-flow .list-ttl {
    font-size: 20px;
  }

  .sec05 .sec05-flow .list-ttl::before {
    content: none;
  }

  .sec06 {
    padding: 40px 0;
    background-position: 27% 0;
  }

  .sec06-list {
    display: block;
  }
  .sec06-list .list-item {
    padding: 30px;
    width: 100%;
  }
  .sec06-list .list-item + .list-item {
    margin-top: 30px;
  }
  .sec06-list .list-item .list-txt {
    font-size: 14px;
  }
  .sec06-price {
    display: block;
  }
  .sec06-price .desc {
    font-size: 13px;
    margin: 0 auto .5em;
  }
  .sec06-price .txt {
    font-size: 14px;
    margin-left: 0;
  }

  .sec07 {
    padding: 50px 0;
  }

  .sec07-faq .icon {
    width: 35px;
    height: 35px;
    padding-top: 0px;
    font-size: 20px;
  }

  .sec07-faq dt .txt {
    font-size: 15px;
    padding-left: 40px;
    letter-spacing: 0;
  }

  .sec07-faq dd {
    padding-left: 50px;
  }

  .sec07-faq dd:not(:last-child) {
    margin-bottom: 30px;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    width: 45px;
    height: 45px;
    bottom: 80px;
    right: 10px;
  }

  .pagetop:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .footer .footer-top {
    grid-template-columns: 1fr;
    padding: 40px 0 50px;
  }

  .footer-left .wrapper,
  .footer-right .wrapper {
    padding: 30px 5%;
  }

  .footer .f-logo {
    min-height: 0;
  }

  .footer .f-logo img {
    width: 70%;
    max-width: 270px;
  }

  .footer .time-desc {
    margin-top: 20px;
  }

  .footer .time-table th {
    font-size: 13px;
  }

  .footer .time-table td {
    font-size: 11px;
  }

  .footer .time-table th,
  .footer .time-table td {
    padding: 5px;
  }

  .footer .copyright {
    padding: 30px 0 90px;
  }

  /*------------
  reset
  --------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  /*------------
  utility
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
