@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif, メイリオ, Meiryo, verdana, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
  line-height: 1.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=checkbox],
input[type=submit],
button,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

a:link {
  color: #133263;
  text-decoration: underline;
}
a:visited {
  color: #133263;
  text-decoration: none;
}
a:hover {
  color: #133263;
  text-decoration: none;
}
a:active {
  color: #133263;
}

/* 管理画面ログイン時====================*/
body.customize-support header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.customize-support header {
    top: 46px !important;
  }
}
/* ======================================================
	PC用設定
====================================================== */
@media print, screen and (min-width: 768px) {
  /* 基本設定 ====================*/
  body {
    color: #133263;
    line-height: 1.5;
  }
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.8;
  }
  img {
    max-width: 100%;
  }
  .sp {
    display: none !important;
  }
  .wrapper {
    padding-top: 63px;
  }
  /* header ====================*/
  header.header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    padding: 0 40px;
    background: #fff;
  }
  header.header .inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
  }
  header.header .header__logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 223px;
    height: 30px;
    background: url("../img/logo.png") center center no-repeat;
    background-size: contain;
  }
  header.header .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  header.header .btn__contact {
    position: absolute;
    top: 12px;
    right: 0;
    width: 140px;
    height: 40px;
  }
  header.header .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  /* footer ====================*/
  footer.footer {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    background: #133263;
  }
  footer.footer img {
    display: block;
    margin: 0 auto;
  }
  footer.footer p.footer__copyright {
    margin-top: 38px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
  }
  /* pagetop ====================*/
  .pagetop {
    display: none;
    position: fixed;
    z-index: 98;
    right: 30px;
    bottom: 0;
    padding-bottom: 30px;
  }
  .pagetop a {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #49a3e7;
    background-image: url("../img/pagetop.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    transition: background-color 0.15s ease;
  }
  .pagetop a:hover {
    background-color: rgba(73, 163, 231, 0.7);
  }
  .pagetop a span {
    opacity: 0;
  }
  /* TOP ====================*/
  body.top .mainvisual {
    display: block;
    background: linear-gradient(180deg, #447DD7 0%, #14448F 100%);
  }
  body.top .mainvisual img {
    display: block;
    margin: 0 auto;
  }
  body.top .contents {
    background: #fff;
  }
  body.top .contents .section .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  body.top .contents h2.title {
    font-size: 30px;
    font-weight: 700;
  }
  body.top .contents h2.title__kakko {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.top .contents h2.title__kakko::before, body.top .contents h2.title__kakko::after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 48px;
    border: 2px solid #133263;
  }
  body.top .contents h2.title__kakko::before {
    margin-right: 15px;
    border-right: none;
  }
  body.top .contents h2.title__kakko::after {
    margin-left: 15px;
    border-left: none;
  }
  body.top .contents h2.title__kakko span {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
  }
  body.top .contents h3.title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
  }
  body.top .contents h4.title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
  body.top .contents p.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  body.top .contents .btn__contact {
    position: relative;
    width: 315px;
    height: 70px;
  }
  body.top .contents .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  body.top .section01 {
    margin-top: 90px;
    padding: 0 40px;
  }
  body.top .section01 .column {
    display: flex;
    margin-top: 60px;
  }
  body.top .section01 .column .cell:first-child {
    width: 39.815%;
  }
  body.top .section01 .column .cell:first-child img {
    border-radius: 10px;
  }
  body.top .section01 .column .cell:last-child {
    width: 55.926%;
    margin: -1em 0 0 4.259%;
  }
  body.top .section01 p.text__lead {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.8;
  }
  body.top .section01 p.text {
    margin-top: 30px;
  }
  body.top .section02 {
    margin-top: 75px;
    padding: 40px;
    background: linear-gradient(180deg, #447DD7 0%, #14448F 100%);
  }
  body.top .section02 h2.title {
    text-align: center;
    color: #fff;
  }
  body.top .section02 .block {
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    padding: 20px 30px 0;
    background: #FFF;
    border-radius: 10px;
  }
  body.top .section02 h3.title {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1;
  }
  body.top .section02 h3.title span {
    font-size: 34px;
    font-family: Outfit;
    font-weight: 700;
    color: #FD9828;
    line-height: 1;
  }
  body.top .section02 h3.title strong {
    margin-left: 0.5em;
  }
  body.top .section02 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.top .section02 .column .cell {
    margin: 20px 15px 0;
  }
  body.top .section02 .column .cell p.text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 150px;
    background: #D7EFFF;
    border-radius: 10px;
  }
  body.top .section02 .column .cell p.text span {
    display: block;
    margin-top: -1em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  body.top .section02 .column .cell figure.img {
    width: 56px;
    margin: -33px auto 0;
  }
  body.top .section02 .btn__contact {
    margin: 40px auto 0;
  }
  body.top .section03 {
    margin-top: 80px;
    padding: 0 40px;
  }
  body.top .section03 h3.title {
    display: table;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 50px auto 0;
    padding: 9px 20px 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    background: #FD9828;
    border-radius: 6px;
  }
  body.top .section03 h4.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section03 h4.title img {
    width: 30px;
    margin-right: 0.3em;
  }
  body.top .section03 h5.title {
    display: table;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section03 h5.title img {
    display: block;
    width: 55px;
    margin: 0 auto 0.25em;
  }
  body.top .section03 .block01 {
    position: relative;
    z-index: 0;
    margin-top: -20px;
    padding: 50px 20px 22px;
    background: #D7EFFF url("../../img/top/section03_bg.png") center bottom no-repeat;
    background-size: 800px 123px;
    border-radius: 6px;
  }
  body.top .section03 .block01 p.text {
    margin-top: 15px;
    text-align: center;
    line-height: 1.75;
  }
  body.top .section03 .column {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  body.top .section03 .column .cell {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: calc((100% - 20px) / 2);
    padding: 20px 0;
    background: #D7EFFF;
    border-radius: 6px;
  }
  body.top .section03 .column .cell::before {
    content: "";
    display: block;
    position: absolute;
    top: -51px;
    left: calc(50% - 27px);
    width: 54px;
    height: 41px;
    background: url("../../img/top/ic_arrow.svg") center center no-repeat;
    background-size: contain;
  }
  body.top .section03 .column .cell .block {
    box-sizing: border-box;
    display: flex;
    width: 50%;
    margin-top: 20px;
    padding-left: 7%;
  }
  body.top .section03 .column .cell .block p.text {
    margin-left: 20px;
    line-height: 1.5;
  }
  body.top .section03 .column .cell .block p.text strong {
    font-weight: 900;
    color: #FD9828;
  }
  body.top .section03 .column .cell .block + .block {
    border-left: 1px solid #133263;
  }
  body.top .section03 .column .cell + .cell {
    margin-left: 20px;
  }
  body.top .section04 {
    margin-top: 80px;
    padding: 0 40px;
  }
  body.top .section04 .column {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    margin-top: 30px;
  }
  body.top .section04 .column .cell {
    width: 300px;
    margin: 30px 2.778% 0;
  }
  body.top .section04 h3.title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  body.top .section04 h3.title span {
    display: block;
    width: 60px;
  }
  body.top .section04 h3.title span img {
    border-radius: 6px;
  }
  body.top .section04 h3.title strong {
    display: block;
    width: calc(100% - 75px);
    margin-left: 15px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
  }
  body.top .section04 figure.img {
    margin-top: 20px;
  }
  body.top .section04 figure.img img {
    border-radius: 10px;
  }
  body.top .section04 p.text {
    margin-top: 10px;
    line-height: 1.75;
  }
  body.top .section05 {
    position: relative;
    margin-top: 140px;
    padding: 200px 40px 0;
    background: #FD9828;
  }
  body.top .section05 .inner {
    max-width: 1100px !important;
  }
  body.top .section05 h2.title__img {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.top .section05 p.text__lead {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
  }
  body.top .section05 p.text__lead strong {
    font-family: Outfit;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    color: #133263;
    line-height: 0.75;
  }
  body.top .section05 p.text__lead span {
    font-family: Outfit, "Zen Kaku Gothic New";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #133263;
    line-height: 0.75;
  }
  body.top .section05 .column {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    margin-top: 20px;
  }
  body.top .section05 .column .cell {
    box-sizing: border-box;
    width: 255px;
    margin: 20px 10px 0;
    padding: 50px 10px 30px;
    background: #fff;
    border-radius: 6px;
  }
  body.top .section05 .column .cell figure.img {
    width: 90px;
    margin: 0 auto;
  }
  body.top .section05 .column .cell dl {
    margin-top: 20px;
    text-align: center;
  }
  body.top .section05 .column .cell dl dt {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.09;
  }
  body.top .section05 .column .cell dl dd {
    margin-top: 0.75em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section05 .column .cell dl dd span {
    display: block;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(1) {
    display: flex;
    align-items: self-end;
    justify-content: center;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(1) strong {
    display: block;
    margin-right: 0.08em;
    font-family: Outfit;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.75;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(2) span {
    font-size: 12px;
  }
  body.top .section05 p.text {
    margin-top: 45px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
  }
  body.top .section05 .btn__overdrive {
    display: table;
    position: relative;
    margin: 45px auto 0;
  }
  body.top .section05 .btn__overdrive::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EB820E;
    border-radius: 100vmax;
  }
  body.top .section05 .btn__overdrive a {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 100vmax;
  }
  body.top .section06 {
    padding: 80px 40px 0;
    background: #FD9828;
  }
  body.top .section06 .column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  body.top .section06 .column .cell {
    position: relative;
    width: 48.148%;
    padding-top: 45px;
    border-top: 2px solid #fff;
  }
  body.top .section06 .column .cell:nth-child(even) {
    margin-left: 3.704%;
  }
  body.top .section06 .column .cell:nth-child(n+3) {
    margin-top: 40px;
  }
  body.top .section06 .column .cell:nth-child(1)::before {
    content: "1";
  }
  body.top .section06 .column .cell:nth-child(2)::before {
    content: "2";
  }
  body.top .section06 .column .cell:nth-child(3)::before {
    content: "3";
  }
  body.top .section06 .column .cell:nth-child(4)::before {
    content: "4";
  }
  body.top .section06 .column .cell::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -26px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    font-family: Outfit;
    font-size: 32px;
    font-weight: 700;
    color: #FD9828;
    line-height: 0.75;
    border-radius: 100vmax;
    background: #fff;
  }
  body.top .section06 p.text {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.46;
  }
  body.top .section06 p.text__kome {
    position: relative;
    margin-top: 1em;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  body.top .section06 p.text__kome::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.top .section06 dl.list__app {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 30px 40px;
    background: #133263;
    border-radius: 20px;
  }
  body.top .section06 dl.list__app dt {
    margin-right: 5%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    color: #FFF;
    white-space: nowrap;
  }
  body.top .section06 dl.list__app dt strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
  }
  body.top .section06 dl.list__app dd {
    width: 300px;
  }
  body.top .section06 dl.list__app dd a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
  }
  body.top .section06 dl.list__app dd a figure.img {
    width: 40%;
  }
  body.top .section06 dl.list__app dd a figure.img img {
    border-radius: 20px;
  }
  body.top .section06 dl.list__app dd a p.name {
    box-sizing: border-box;
    width: calc(60% - 1em);
    margin-left: 1em;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    white-space: nowrap;
  }
  body.top .section06 dl.list__app dd a p.name strong {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section06 dl.list__app dd + dd {
    margin-left: 3%;
  }
  body.top .section07 {
    padding: 80px 40px;
    background: #FD9828;
  }
  body.top .section07 .column {
    display: flex;
    margin-top: 60px;
  }
  body.top .section07 .column .cell {
    box-sizing: border-box;
    width: calc((100% - 120px) / 3);
    padding: 50px 3.6% 30px;
    background: #fff;
    border-radius: 6px;
  }
  body.top .section07 .column .cell + .cell {
    position: relative;
    margin-left: 60px;
  }
  body.top .section07 .column .cell + .cell::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: -42px;
    width: 24px;
    height: 24px;
    background: url("../../img/top/ic_plus.svg") center center no-repeat;
    background-size: contain;
  }
  body.top .section07 figure.img {
    width: 80px;
    margin: 0 auto;
  }
  body.top .section07 h3.title {
    min-height: 56px;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #133263;
    line-height: 1.4;
  }
  body.top .section07 h3.title br.pc {
    display: none;
  }
  body.top .section07 h3.title span {
    display: block;
    margin-top: 0.2em;
    font-size: 14px;
    font-weight: 700;
  }
  body.top .section07 p.text {
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
  }
  body.top .section07 p.text__lead {
    margin-top: 35px;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  body.top .section08 {
    padding: 80px 40px 0;
  }
  body.top .section08 .block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    max-width: 920px;
    height: 167px;
    margin: 45px auto 0;
  }
  body.top .section08 .block::before, body.top .section08 .block::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 83px);
    width: 78px;
    height: 167px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.top .section08 .block::before {
    left: 0;
    background-image: url("../../img/top/ic_leaf01.svg");
  }
  body.top .section08 .block::after {
    right: 0;
    background-image: url("../../img/top/ic_leaf02.svg");
  }
  body.top .section08 .block p {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  body.top .section08 .block p.text__lead {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section08 .block p.text__lead br {
    display: none;
  }
  body.top .section08 .block p.text__lead span {
    color: #FD9828;
  }
  body.top .section08 .block p.text__lead strong {
    font-size: 94px;
    font-family: Outfit;
    font-weight: 700;
    line-height: 0.65;
  }
  body.top .section08 .block p.text {
    font-size: 20px;
    font-weight: 700;
  }
  body.top .section08 .block p.text__note {
    font-size: 14px;
    font-weight: 500;
  }
  body.top .section08 .block p + p {
    margin-top: 15px;
  }
  body.top .section09 {
    padding: 80px 40px 0;
  }
  body.top .section09 .column {
    display: flex;
    max-width: 1020px;
    margin: 60px auto 0;
  }
  body.top .section09 .column .cell {
    width: 27.4513333333%;
  }
  body.top .section09 .column .cell + .cell {
    margin-left: 8.823%;
  }
  body.top .section09 figure.img {
    display: table;
    margin: 0 auto;
  }
  body.top .section09 p.name {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section09 p.date,
  body.top .section09 p.text {
    padding-left: 0.3em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }
  body.top .section09 p.date {
    margin-top: 10px;
  }
  body.top .section09 .btn__contact {
    margin: 60px auto 0;
  }
  body.top .section10 {
    position: relative;
    margin-top: 140px;
    padding: 170px 40px 80px;
    background: #6CBAEF;
  }
  body.top .section10 h2.title__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.top .section10 h2.title__img img {
    position: relative;
    z-index: 0;
  }
  body.top .section10 h2.title__img span {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -65px;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section10 h3.title {
    position: relative;
    max-width: 830px;
    margin: 50px auto 0;
  }
  body.top .section10 h3.title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1;
    border-top: 1px solid #133263;
  }
  body.top .section10 h3.title span {
    display: table;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-family: Outfit;
    font-size: 30px;
    font-weight: 500;
    line-height: 0.8;
    background: #6CBAEF;
  }
  body.top .section10 h3.title span strong {
    font-weight: 700;
  }
  body.top .section10 .column {
    box-sizing: border-box;
    display: flex;
    max-width: 830px;
    margin: 30px auto 0;
    padding-left: 30px;
  }
  body.top .section10 .column .cell:first-child {
    width: 193px;
    padding-right: 30px;
  }
  body.top .section10 .column .cell:last-child {
    width: calc(100% - 193px - 30px);
    padding-top: 1em;
  }
  body.top .section10 h4.title {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 2.3;
  }
  body.top .section10 h4.title strong {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
  }
  body.top .section10 p.text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
  }
  body.top .section10 figure.img__bnr {
    margin-top: 20px;
  }
  body.top .section11 {
    padding: 70px 40px;
    background: #C0EDF8;
  }
  body.top .section11 h2.title {
    display: none;
  }
  body.top .section11 .btn__contact {
    margin: 0 auto;
  }
  body.top .section11 .block {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 840px;
    min-height: 210px;
    margin: 60px auto 0;
    padding: 40px;
    background: #FFF;
    border-radius: 10px;
  }
  body.top .section11 p.text__lead {
    display: table;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
  /* 下層ページ ====================*/
  body.subpage .titlearea {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 0;
  }
  body.subpage .titlearea h2.title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.subpage .titlearea h2.title::before, body.subpage .titlearea h2.title::after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 15px;
    height: 48px;
    border: 2px solid #133263;
  }
  body.subpage .titlearea h2.title::before {
    margin-right: 15px;
    border-right: none;
  }
  body.subpage .titlearea h2.title::after {
    margin-left: 15px;
    border-left: none;
  }
  body.subpage .titlearea h2.title span {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
  }
  body.subpage .contents {
    padding: 60px 40px 100px;
    background: #fff;
    /* margin */
  }
  body.subpage .contents .section .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  body.subpage .contents h3.title {
    font-size: 22px;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage .contents h4.title {
    font-size: 18px;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage .contents h5.title {
    font-size: 16px;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage .contents p.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  body.subpage .contents p.text__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  body.subpage .contents .text__right {
    text-align: right;
  }
  body.subpage .contents ol.list__number li {
    margin-left: 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  body.subpage .contents ol.list__number li::marker {
    font-weight: 900;
    color: #0971bd;
  }
  body.subpage .contents ol.list__number li + li {
    margin-top: 0.5em;
  }
  body.subpage .contents ul.list__disc li {
    display: flex;
    position: relative;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 500;
  }
  body.subpage .contents ul.list__disc li::before {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
  }
  body.subpage .contents ul.list__disc li + li {
    margin-top: 0.5em;
  }
  body.subpage .contents table.table {
    width: 100%;
    margin-top: 2em;
  }
  body.subpage .contents table.table tr {
    border-top: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
  }
  body.subpage .contents table.table th {
    width: 18em;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    line-height: 2;
    vertical-align: top;
    background: #f1f9ff;
  }
  body.subpage .contents table.table td {
    padding: 20px;
  }
  body.subpage .contents .btn__top {
    position: relative;
    width: 140px;
    height: 40px;
  }
  body.subpage .contents .btn__top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  body.subpage .contents .block + .block {
    margin-top: 80px;
  }
  body.subpage .contents * + h5.title,
  body.subpage .contents * + p.text {
    margin-top: 1em;
  }
  body.subpage .contents p.text + ol.list__number,
  body.subpage .contents ol.list__number + p.text {
    margin-top: 2em;
  }
  body.subpage .contents p.text__note + h5.title {
    margin-top: 3em;
  }
  body.subpage .contents h5.title + p.text {
    margin-top: 0;
  }
  /* 404 Not Found. ====================*/
  body.notfound h2.title {
    font-family: Outfit;
  }
  body.notfound p.text {
    text-align: center;
  }
  body.notfound .btn__top {
    margin: 40px auto 0;
  }
  /* =================================================== */
}
@media (min-width: 768px) and (max-width: 1079px) {
  body.top .section01 .column .cell:last-child p br {
    display: none;
  }
  body.top .section03 .block01 {
    background-size: contain;
  }
  body.top .section03 .column .cell {
    display: block;
    padding: 20px;
  }
  body.top .section03 .column .cell .block {
    justify-content: center;
    width: 100%;
    margin: 20px auto 0;
    padding-left: 0;
  }
  body.top .section03 .column .cell .block + .block {
    padding-top: 20px;
    border-top: 1px solid #133263;
    border-left: none;
  }
  body.top .section04 h3.title strong br {
    display: none;
  }
  body.top .section06 dl.list__app {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px;
  }
  body.top .section06 dl.list__app dt {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  body.top .section06 dl.list__app dt br {
    display: none;
  }
  body.top .section06 dl.list__app dd + dd {
    margin-left: 30px;
  }
  body.top .section07 h3.title br.pc {
    display: block;
  }
  body.top .section08 .block p.text__lead br {
    display: block;
  }
  body.top .section11 p.text__lead br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 984px) {
  body.top .section04 .column {
    flex-wrap: wrap;
  }
  body.top .section04 h3.title strong br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  body.top .section05 .column {
    max-width: 820px;
    flex-wrap: wrap;
  }
}
/* ======================================================
	SP用設定
====================================================== */
@media screen and (max-width: 767px) {
  /* 基本設定 ====================*/
  body {
    color: #133263;
    line-height: 1.5;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .wrapper {
    overflow: hidden;
    padding-top: 16vw;
  }
  /* header ====================*/
  header.header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 16vw;
    background: #fff;
  }
  header.header .header__logo {
    position: absolute;
    top: 5vw;
    left: 4vw;
    width: 47.6vw;
    height: 6.4vw;
    background: url("../img/logo.png") center center no-repeat;
    background-size: contain;
  }
  header.header .header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  header.header .btn__contact {
    position: absolute;
    top: 3vw;
    right: 4vw;
    width: 33.33vw;
    height: 10.4vw;
  }
  header.header .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  /* footer ====================*/
  footer.footer {
    box-sizing: border-box;
    width: 100%;
    padding: 12.8vw 4vw 6vw;
    background: #133263;
  }
  footer.footer img {
    display: block;
    width: 28vw;
    margin: 0 auto;
  }
  footer.footer p.footer__copyright {
    margin-top: 6vw;
    text-align: center;
    font-size: 3.6vw;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
  }
  /* pagetop ====================*/
  .pagetop {
    display: none;
    position: fixed;
    z-index: 98;
    right: 4.26vw;
    bottom: 0;
    padding-bottom: 11vw;
  }
  .pagetop a {
    display: block;
    width: 12vw;
    height: 12vw;
    background-color: #49a3e7;
    background-image: url("../img/pagetop.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
  }
  .pagetop a span {
    opacity: 0;
  }
  /* TOP ====================*/
  body.top .mainvisual {
    display: block;
    background: linear-gradient(180deg, #447DD7 0%, #14448F 100%);
  }
  body.top .mainvisual img {
    display: block;
    margin: 0 auto;
  }
  body.top .contents {
    background: #fff;
  }
  body.top .contents h2.title {
    font-size: 5.6vw;
    font-weight: 700;
  }
  body.top .contents h2.title__kakko {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.top .contents h2.title__kakko::before, body.top .contents h2.title__kakko::after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 3.2vw;
    height: 10vw;
    border: 2px solid #133263;
  }
  body.top .contents h2.title__kakko::before {
    margin-right: 2.8vw;
    border-right: none;
  }
  body.top .contents h2.title__kakko::after {
    margin-left: 2.8vw;
    border-left: none;
  }
  body.top .contents h2.title__kakko span {
    display: block;
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1;
  }
  body.top .contents h3.title {
    font-size: 5.2vw;
    font-weight: 700;
    line-height: 1.7;
  }
  body.top .contents h4.title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
  body.top .contents p.text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
  }
  body.top .contents .btn__contact {
    position: relative;
    width: 70.4vw;
    height: 15.2vw;
  }
  body.top .contents .btn__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 5.2vw;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  body.top .section01 {
    margin-top: 11.2vw;
    padding: 0 4vw;
  }
  body.top .section01 .column {
    margin-top: 8vw;
  }
  body.top .section01 .column .cell:first-child img {
    border-radius: 2.66vw;
  }
  body.top .section01 .column .cell:last-child {
    margin-top: 8vw;
  }
  body.top .section01 p.text__lead {
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1.8;
  }
  body.top .section01 p.text {
    margin-top: 7vw;
  }
  body.top .section02 {
    margin-top: 9vw;
    padding: 9vw 4vw 10.4vw;
    background: linear-gradient(180deg, #447DD7 0%, #14448F 100%);
  }
  body.top .section02 h2.title {
    text-align: center;
    color: #fff;
  }
  body.top .section02 .block {
    box-sizing: border-box;
    width: 100%;
    margin-top: 9vw;
    padding: 4.8vw 4vw 2.66vw;
    background: #FFF;
    border-radius: 2.66vw;
  }
  body.top .section02 .block + .block {
    margin-top: 4.8vw;
  }
  body.top .section02 h3.title {
    text-align: center;
    line-height: 1.4;
  }
  body.top .section02 h3.title span {
    display: block;
    font-size: 8.8vw;
    font-family: Outfit;
    font-weight: 700;
    color: #FD9828;
    line-height: 1;
  }
  body.top .section02 h3.title strong {
    display: block;
    margin-top: 0.2em;
  }
  body.top .section02 .column {
    margin-top: 5.6vw;
  }
  body.top .section02 .column .cell p.text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33.33vw;
    background: #D7EFFF;
    border-radius: 2.66vw;
  }
  body.top .section02 .column .cell p.text span {
    display: block;
    margin-top: -1em;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
  }
  body.top .section02 .column .cell figure.img {
    width: 14vw;
    margin: -6vw auto 0;
  }
  body.top .section02 .column .cell + .cell {
    margin-top: 2.66vw;
  }
  body.top .section02 .btn__contact {
    margin: 9vw auto 0;
  }
  body.top .section03 {
    margin-top: 10vw;
    padding: 0 4vw;
  }
  body.top .section03 h3.title {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 8vw auto 0;
    padding: 4vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    background: #FD9828;
    border-radius: 2vw 2vw 0 0;
  }
  body.top .section03 h4.title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 7.2vw;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section03 h4.title img {
    width: 7.46vw;
    margin-right: 0.3em;
  }
  body.top .section03 h5.title {
    display: table;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section03 h5.title img {
    display: block;
    width: 8.4vw;
    margin: 0 auto 0.25em;
  }
  body.top .section03 .block01 {
    position: relative;
    z-index: 0;
    padding: 5.2vw 4vw 39.2vw;
    background: #D7EFFF url("../../img/top/section03_bg_sp.png") center bottom no-repeat;
    background-size: contain;
    border-radius: 0 0 2vw 2vw;
  }
  body.top .section03 .block01 p.text {
    margin-top: 4vw;
    text-align: center;
    line-height: 1.75;
  }
  body.top .section03 .column {
    display: flex;
    justify-content: center;
    margin-top: 10vw;
  }
  body.top .section03 .column .cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: calc((100% - 4vw) / 2);
    padding: 4vw;
    background: #D7EFFF;
    border-radius: 1.6vw;
  }
  body.top .section03 .column .cell::before {
    content: "";
    display: block;
    position: absolute;
    top: -10.33vw;
    left: calc(50% - 6.33vw);
    width: 12.66vw;
    height: 10vw;
    background: url("../../img/top/ic_arrow.svg") center center no-repeat;
    background-size: contain;
  }
  body.top .section03 .column .cell h4.title {
    font-size: 4.8vw;
  }
  body.top .section03 .column .cell .block {
    box-sizing: border-box;
    display: flex;
    margin-top: 3.2vw;
  }
  body.top .section03 .column .cell .block p.text {
    margin-left: 4vw;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  body.top .section03 .column .cell .block p.text strong {
    font-weight: 900;
    color: #FD9828;
  }
  body.top .section03 .column .cell .block + .block {
    padding-top: 4vw;
    border-top: 1px solid #133263;
  }
  body.top .section03 .column .cell + .cell {
    margin-left: 4vw;
  }
  body.top .section04 {
    margin-top: 10vw;
    padding: 0 4vw;
  }
  body.top .section04 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8vw;
  }
  body.top .section04 .column .cell + .cell {
    margin-top: 6vw;
  }
  body.top .section04 h3.title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  body.top .section04 h3.title span {
    display: block;
    width: 15.6vw;
  }
  body.top .section04 h3.title span img {
    border-radius: 1.6vw;
  }
  body.top .section04 h3.title strong {
    display: block;
    width: calc(100% - 19.6vw);
    margin-left: 4vw;
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1.4;
  }
  body.top .section04 figure.img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46vw;
    margin-top: 4vw;
    border-radius: 2.66vw;
  }
  body.top .section04 p.text {
    margin-top: 3vw;
    line-height: 1.75;
  }
  body.top .section05 {
    position: relative;
    margin-top: 29.2vw;
    padding: 29.2vw 4vw 0;
    background: #FD9828;
  }
  body.top .section05 h2.title__img {
    position: absolute;
    top: -12.4vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.top .section05 p.text__lead {
    text-align: center;
    font-size: 6vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
  }
  body.top .section05 p.text__lead strong {
    font-family: Outfit;
    font-size: 16vw;
    font-style: normal;
    font-weight: 700;
    color: #133263;
    line-height: 0.75;
  }
  body.top .section05 p.text__lead span {
    font-family: Outfit, "Zen Kaku Gothic New";
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    color: #133263;
    line-height: 0.75;
  }
  body.top .section05 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 7.2vw;
  }
  body.top .section05 .column .cell {
    box-sizing: border-box;
    width: calc((100% - 2.66vw) / 2);
    padding: 8vw 5.2vw 5.2vw;
    background: #fff;
    border-radius: 6px;
  }
  body.top .section05 .column .cell:nth-child(even) {
    margin-left: 2.66vw;
  }
  body.top .section05 .column .cell:nth-child(n+3) {
    margin-top: 2.66vw;
  }
  body.top .section05 .column .cell figure.img {
    width: 14.4vw;
    margin: 0 auto;
  }
  body.top .section05 .column .cell dl {
    margin-top: 4vw;
    text-align: center;
  }
  body.top .section05 .column .cell dl dt {
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.09;
  }
  body.top .section05 .column .cell dl dd {
    margin-top: 0.75em;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section05 .column .cell dl dd span {
    display: block;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(1) {
    display: flex;
    align-items: self-end;
    justify-content: center;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(1) strong {
    display: block;
    margin-right: 0.08em;
    font-family: Outfit;
    font-size: 7.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 0.75;
  }
  body.top .section05 .column .cell dl dd:nth-of-type(2) span {
    font-size: 2.2vw;
  }
  body.top .section05 p.text {
    margin-top: 7.2vw;
    font-size: 4.4vw;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
  }
  body.top .section05 .btn__overdrive {
    display: table;
    position: relative;
    margin: 7.2vw auto 0;
  }
  body.top .section05 .btn__overdrive::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -1vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EB820E;
    border-radius: 100vmax;
  }
  body.top .section05 .btn__overdrive a {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 100vmax;
  }
  body.top .section06 {
    padding: 10vw 4vw 0;
    background: #FD9828;
  }
  body.top .section06 .column {
    margin-top: 12vw;
  }
  body.top .section06 .column .cell {
    position: relative;
    padding-top: 6.4vw;
    border-top: 2px solid #fff;
  }
  body.top .section06 .column .cell:nth-child(1)::before {
    content: "1";
  }
  body.top .section06 .column .cell:nth-child(2)::before {
    content: "2";
  }
  body.top .section06 .column .cell:nth-child(3)::before {
    content: "3";
  }
  body.top .section06 .column .cell:nth-child(4)::before {
    content: "4";
  }
  body.top .section06 .column .cell::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4.6vw;
    left: calc(50% - 4.4vw);
    width: 8.8vw;
    height: 8.8vw;
    text-align: center;
    font-family: Outfit;
    font-size: 5.6vw;
    font-weight: 700;
    color: #FD9828;
    line-height: 0.75;
    border-radius: 100vmax;
    background: #fff;
  }
  body.top .section06 .column .cell + .cell {
    margin-top: 8vw;
  }
  body.top .section06 p.text {
    font-size: 4.6vw;
    font-weight: 700;
    line-height: 1.46;
  }
  body.top .section06 p.text__kome {
    position: relative;
    margin-top: 1em;
    padding-left: 1em;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
  }
  body.top .section06 p.text__kome::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.top .section06 dl.list__app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10vw;
    padding: 8vw;
    background: #133263;
    border-radius: 5.2vw;
  }
  body.top .section06 dl.list__app dt {
    width: 100%;
    font-size: 4.6vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    color: #FFF;
    white-space: nowrap;
  }
  body.top .section06 dl.list__app dt strong {
    display: block;
    font-size: 6.4vw;
    font-weight: 900;
    line-height: 1.5;
  }
  body.top .section06 dl.list__app dd {
    width: 38vw;
    margin-top: 8vw;
  }
  body.top .section06 dl.list__app dd a {
    text-decoration: none;
    color: #fff;
  }
  body.top .section06 dl.list__app dd a figure.img {
    display: block;
    width: 25.6vw;
    margin: 0 auto;
  }
  body.top .section06 dl.list__app dd a figure.img img {
    border-radius: 5.2vw;
  }
  body.top .section06 dl.list__app dd a p.name {
    box-sizing: border-box;
    margin-top: 0.5em;
    text-align: center;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 2;
    white-space: nowrap;
  }
  body.top .section06 dl.list__app dd a p.name strong {
    display: block;
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section07 {
    padding: 10vw 4vw;
    background: #FD9828;
  }
  body.top .section07 .column {
    margin-top: 8vw;
  }
  body.top .section07 .column .cell {
    box-sizing: border-box;
    display: flex;
    padding: 8vw;
    background: #fff;
    border-radius: 1.6vw;
  }
  body.top .section07 .column .cell + .cell {
    position: relative;
    margin-top: 12vw;
  }
  body.top .section07 .column .cell + .cell::before {
    content: "";
    display: block;
    position: absolute;
    top: -9.2vw;
    left: calc(50% - 3.2vw);
    width: 6.4vw;
    height: 6.4vw;
    background: url("../../img/top/ic_plus.svg") center center no-repeat;
    background-size: contain;
  }
  body.top .section07 figure.img {
    width: 19.2vw;
    margin: 0 auto;
  }
  body.top .section07 .block {
    width: calc(100% - 19.2vw - 8vw);
    margin-left: 8vw;
  }
  body.top .section07 h3.title {
    font-size: 6.4vw;
    font-weight: 700;
    color: #133263;
    line-height: 1.4;
  }
  body.top .section07 h3.title span {
    display: block;
    margin-top: 0.2em;
    font-size: 3.6vw;
    font-weight: 700;
  }
  body.top .section07 p.text {
    margin-top: 2vw;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
  }
  body.top .section07 p.text__lead {
    margin-top: 8vw;
    text-align: center;
    font-size: 6.66vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  body.top .section08 {
    padding: 10vw 4vw 0;
  }
  body.top .section08 .block {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
    margin-top: 7.2vw;
  }
  body.top .section08 .block::before, body.top .section08 .block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12.26vw;
    height: 26.66vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.top .section08 .block::before {
    left: 0;
    background-image: url("../../img/top/ic_leaf01.svg");
  }
  body.top .section08 .block::after {
    right: 0;
    background-image: url("../../img/top/ic_leaf02.svg");
  }
  body.top .section08 .block p {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  body.top .section08 .block p.text__lead {
    text-align: center;
    font-size: 6.2vw;
    font-weight: 700;
  }
  body.top .section08 .block p.text__lead span {
    display: block;
    margin: 0.5em 0;
    color: #FD9828;
  }
  body.top .section08 .block p.text__lead strong {
    font-size: 13vw;
    font-family: Outfit;
    font-weight: 700;
    line-height: 0.65;
  }
  body.top .section08 .block p.text {
    margin-top: 4vw;
    font-size: 3.6vw;
    font-weight: 700;
  }
  body.top .section08 .block p.text__note {
    margin-top: 3vw;
    font-size: 3.2vw;
    font-weight: 500;
  }
  body.top .section09 {
    padding: 10vw 4vw 0;
  }
  body.top .section09 .column {
    margin-top: 8vw;
  }
  body.top .section09 .column .cell {
    display: flex;
  }
  body.top .section09 .column .cell + .cell {
    margin-top: 10vw;
  }
  body.top .section09 figure.img {
    width: 34.66vw;
  }
  body.top .section09 .block {
    width: calc(100% - 34.66vw - 5.2vw);
    margin-left: 5.2vw;
  }
  body.top .section09 p.name {
    font-size: 4.8vw;
    font-weight: 900;
    line-height: 1;
  }
  body.top .section09 p.date,
  body.top .section09 p.text {
    padding-left: 0.3em;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1.6;
  }
  body.top .section09 p.date {
    margin-top: 3vw;
  }
  body.top .section09 .btn__contact {
    margin: 10vw auto 0;
  }
  body.top .section10 {
    position: relative;
    margin-top: 12vw;
    padding: 26vw 4vw 11.2vw;
    background: #6CBAEF;
  }
  body.top .section10 h2.title__img {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  body.top .section10 h2.title__img img {
    position: relative;
    z-index: 0;
  }
  body.top .section10 h2.title__img span {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -15vw;
    text-align: center;
    font-size: 4.5vw;
    font-weight: 900;
    line-height: 1.4;
  }
  body.top .section10 h3.title {
    position: relative;
    margin-top: 8vw;
  }
  body.top .section10 h3.title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1;
    border-top: 1px solid #133263;
  }
  body.top .section10 h3.title span {
    display: table;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-family: Outfit;
    font-size: 30px;
    font-weight: 500;
    line-height: 0.8;
    background: #6CBAEF;
  }
  body.top .section10 h3.title span strong {
    font-weight: 700;
  }
  body.top .section10 .column {
    position: relative;
    margin-top: 30px;
  }
  body.top .section10 figure.img {
    width: 36vw;
  }
  body.top .section10 h4.title {
    position: absolute;
    top: 3.2vw;
    left: 41vw;
    font-size: 4vw;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
  }
  body.top .section10 h4.title strong {
    display: block;
    margin-top: 0.3em;
    font-size: 5.6vw;
    font-weight: 900;
  }
  body.top .section10 h4.title02 {
    top: 6vw;
  }
  body.top .section10 p.text {
    margin-top: 3vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.7;
  }
  body.top .section10 figure.img__bnr {
    margin-top: 4vw;
  }
  body.top .section11 {
    padding: 10vw 4vw;
    background: #C0EDF8;
  }
  body.top .section11 h2.title {
    display: none;
  }
  body.top .section11 .btn__contact {
    margin: 0 auto;
  }
  body.top .section11 .block {
    margin-top: 10vw;
    padding: 12.8vw 4vw 13vw;
    background: #FFF;
    border-radius: 2.66vw;
  }
  body.top .section11 figure.img {
    width: 56vw;
    margin: 0 auto;
  }
  body.top .section11 p.text__lead {
    margin-top: 12vw;
    text-align: center;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
  /* 下層ページ ====================*/
  body.subpage {
    /* margin */
  }
  body.subpage .titlearea {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vw 4vw 0;
  }
  body.subpage .titlearea h2.title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.subpage .titlearea h2.title::before, body.subpage .titlearea h2.title::after {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 3.2vw;
    height: 10vw;
    border: 2px solid #133263;
  }
  body.subpage .titlearea h2.title::before {
    margin-right: 2.8vw;
    border-right: none;
  }
  body.subpage .titlearea h2.title::after {
    margin-left: 2.8vw;
    border-left: none;
  }
  body.subpage .titlearea h2.title span {
    display: block;
    font-size: 5.6vw;
    font-weight: 900;
    line-height: 1;
  }
  body.subpage .contents {
    padding: 8vw 4vw 13vw;
    background: #fff;
  }
  body.subpage h3.title {
    font-size: 5.2vw;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage h4.title {
    font-size: 4.8vw;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage h5.title {
    font-size: 4vw;
    font-weight: 900;
    line-height: 2;
  }
  body.subpage p.text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
  }
  body.subpage p.text__note {
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.5;
  }
  body.subpage .text__right {
    text-align: right;
  }
  body.subpage ol.list__number li {
    margin-left: 1em;
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
  }
  body.subpage ol.list__number li::marker {
    font-weight: 900;
    color: #0971bd;
  }
  body.subpage ol.list__number li + li {
    margin-top: 0.5em;
  }
  body.subpage ul.list__disc li {
    display: flex;
    position: relative;
    padding-left: 1em;
    font-size: 4vw;
    font-weight: 500;
  }
  body.subpage ul.list__disc li::before {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
  }
  body.subpage ul.list__disc li + li {
    margin-top: 0.5em;
  }
  body.subpage table.table {
    display: block;
    width: 100%;
    margin-top: 2em;
    border-bottom: 1px solid #e6e8e9;
  }
  body.subpage table.table tr {
    display: block;
    border-top: 1px solid #e6e8e9;
  }
  body.subpage table.table th {
    display: block;
    padding: 2vw 4vw;
    text-align: left;
    font-size: 4vw;
    font-weight: 900;
    line-height: 2;
    background: #f1f9ff;
  }
  body.subpage table.table td {
    display: block;
    padding: 2vw 4vw 4vw;
  }
  body.subpage .btn__top {
    width: 33.33vw;
    height: 10.4vw;
  }
  body.subpage .btn__top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    background: #FD9828;
    border-radius: 100vmax;
  }
  body.subpage .block + .block {
    margin-top: 10vw;
  }
  body.subpage * + h5.title,
  body.subpage * + p.text {
    margin-top: 1em;
  }
  body.subpage p.text + ol.list__number,
  body.subpage ol.list__number + p.text {
    margin-top: 2em;
  }
  body.subpage p.text__note + h5.title {
    margin-top: 3em;
  }
  body.subpage h5.title + p.text {
    margin-top: 0;
  }
  /* 404 Not Found. ====================*/
  body.notfound h2.title {
    font-family: Outfit;
  }
  body.notfound p.text {
    text-align: center;
  }
  body.notfound .btn__top {
    margin: 6vw auto 0;
  }
  /* =================================================== */
}/*# sourceMappingURL=style.css.map */