@charset "UTF-8";
/* ------------------------------
 common - width: all
------------------------------ */
html {
  color: #222222;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.en01 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mincho01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

* {
  letter-spacing: 0.1em;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1180px;
}

.js-fadeup {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.js-fadeup.effected {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1180px;
  z-index: 1000000;
}
header .wrapper {
  background-color: #fafafa;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .logo {
  display: inline-block;
  text-decoration: none;
  color: #222222;
}
header .wrapper .logo .en01 {
  letter-spacing: 1px;
  line-height: 1;
}
header .wrapper .logo h1 {
  font-size: 30px;
  line-height: 1;
  color: #1A2B7A;
  letter-spacing: 1px !important;
  font-weight: 400;
}
header .wrapper .logo h1 span {
  color: #B8932A;
  padding-left: 4px;
  font-size: 40px;
}
header .wrapper .gnav {
  width: calc(100% - 400px);
  padding-right: 40px;
}
header .wrapper .gnav ul {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: middle;
}
header .wrapper .gnav ul li + li {
  margin-left: 20px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #1A2B7A;
  font-size: 14px;
}
header .wrapper .btn01 {
  width: 150px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

.btn01 {
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  border: 1px solid #1A2B7A;
  color: #fff;
  background-color: #1A2B7A;
  text-align: center;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.btn01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn01:hover {
  color: #1A2B7A;
  opacity: 1;
}
.btn01:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn02 {
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  border: 1px solid #1A2B7A;
  color: #1A2B7A;
  text-align: center;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.btn02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #1A2B7A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn02:hover {
  color: #fff;
  opacity: 1;
}
.btn02:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

footer .wrapper {
  background-color: #222222;
  padding: 30px 0;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer .wrapper .copy .logo {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px !important;
  font-weight: 400;
  text-decoration: none;
  margin-right: 10px;
}
footer .wrapper .copy .logo span {
  padding-left: 2px;
  font-size: 18px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 1000000;
  }
  header .wrapper {
    background-color: #fafafa;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 60px 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .wrapper .logo {
    display: inline-block;
    text-decoration: none;
    color: #222222;
  }
  header .wrapper .logo .en01 {
    letter-spacing: 0;
    line-height: 1;
    font-size: 10px;
  }
  header .wrapper .logo h1 {
    font-size: 18px;
    line-height: 1;
    color: #1A2B7A;
    letter-spacing: 1px !important;
    font-weight: 400;
  }
  header .wrapper .logo h1 span {
    color: #B8932A;
    padding-left: 2px;
    font-size: 26px !important;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btn01 {
    width: 100px;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
  }
  header .spmenu {
    position: absolute;
    background-color: #1A2B7A;
    width: 100%;
    min-height: 375px;
    height: 100vh;
    padding: 40px;
    top: 60px;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li + li {
    border-top: 1px solid #aaa;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }
  header .spmenu .spwrapper ul li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #B8932A;
    position: absolute;
    top: 50%;
    left: 0;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
  }
  footer .wrapper {
    background-color: #222222;
    padding: 15px 0;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  footer .wrapper .copy .logo {
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px !important;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
  }
  footer .wrapper .copy .logo span {
    padding-left: 2px;
    font-size: 18px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main {
  margin-top: 100px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -99px;
  left: 0;
}
main section .wrapper .ttlbox .t00 {
  font-size: 18px;
  color: #B8932A;
  text-transform: uppercase;
}
main section .wrapper .ttlbox .mainttl {
  font-size: 50px;
  color: #1A2B7A;
}
main section .wrapper .ttlbox .txt {
  color: #222222;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}
main section.s01 .wrapper {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: #1A2B7A;
  overflow: hidden;
}
main section.s01 .wrapper .contents .left_box {
  width: 45%;
  height: 800px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main section.s01 .wrapper .contents .left_box .txtbox {
  width: 490px;
  display: block;
}
main section.s01 .wrapper .contents .left_box .txtbox .t01 {
  font-size: 14px;
  padding-left: 40px;
  color: #777;
  position: relative;
}
main section.s01 .wrapper .contents .left_box .txtbox .t01::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #777;
}
main section.s01 .wrapper .contents .left_box .txtbox h2 {
  font-size: 45px;
  line-height: 1;
  color: #1A2B7A;
  letter-spacing: 1px !important;
  font-weight: 400;
}
main section.s01 .wrapper .contents .left_box .txtbox h2 span {
  color: #B8932A;
  padding-left: 4px;
  font-size: 60px;
}
main section.s01 .wrapper .contents .left_box .txtbox .t02 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.8;
  color: #777;
}
main section.s01 .wrapper .contents .left_box .txtbox ul {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 50px;
}
main section.s01 .wrapper .contents .left_box .txtbox ul li {
  display: inline-block;
  vertical-align: top;
}
main section.s01 .wrapper .contents .left_box .txtbox ul li + li {
  margin-left: 15px;
}
main section.s01 .wrapper .contents .left_box .txtbox ul li a {
  width: 150px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
}
main section.s01 .wrapper .contents .right_box {
  width: 55%;
  height: 800px;
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .contents .right_box .txtbox {
  width: 100%;
  padding-right: 40px;
  position: relative;
  z-index: 1000;
  padding-left: 50px;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt {
  width: 200px;
  color: #fff;
  font-size: 80px;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt .min {
  font-size: 40px;
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt .plus {
  font-size: 50px;
  color: #B8932A;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt.dt02 {
  font-size: 40px;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd {
  width: calc(100% - 200px);
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd .t01 span {
  display: inline-block;
  background-color: #fff;
  background-color: #B8932A;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  padding: 10px 10px;
}
main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd .t02 {
  font-size: 16px;
  color: #eee;
  margin-top: 10px;
}
main section.s01 .wrapper .blob {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.6) 0%, rgba(77, 0, 255, 0.3) 40%, rgba(15, 30, 61, 0) 70%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  z-index: 1;
  -webkit-animation: moveBlob 10s infinite alternate ease-in-out;
          animation: moveBlob 10s infinite alternate ease-in-out;
}
@-webkit-keyframes moveBlob {
  0% {
    -webkit-transform: translate(-30%, -20%) scale(1);
            transform: translate(-30%, -20%) scale(1);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
  33% {
    -webkit-transform: translate(20%, 15%) scale(1.3);
            transform: translate(20%, 15%) scale(1.3);
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  66% {
    -webkit-transform: translate(-5%, 35%) scale(0.9);
            transform: translate(-5%, 35%) scale(0.9);
    border-radius: 30% 60% 70% 40%/50% 60% 30% 40%;
  }
  100% {
    -webkit-transform: translate(25%, -15%) scale(1.2);
            transform: translate(25%, -15%) scale(1.2);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
}
@keyframes moveBlob {
  0% {
    -webkit-transform: translate(-30%, -20%) scale(1);
            transform: translate(-30%, -20%) scale(1);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
  33% {
    -webkit-transform: translate(20%, 15%) scale(1.3);
            transform: translate(20%, 15%) scale(1.3);
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  66% {
    -webkit-transform: translate(-5%, 35%) scale(0.9);
            transform: translate(-5%, 35%) scale(0.9);
    border-radius: 30% 60% 70% 40%/50% 60% 30% 40%;
  }
  100% {
    -webkit-transform: translate(25%, -15%) scale(1.2);
            transform: translate(25%, -15%) scale(1.2);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  }
}
main section.s02 {
  padding: 130px 0;
  background-color: #F7F8FA;
}
main section.s02 .wrapper .ttlbox {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
main section.s02 .wrapper .swiper-area01 {
  margin-top: 20px;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 580px;
  padding: 50px 0;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner {
  width: 480px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox {
  padding: 30px 30px;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t01 {
  color: #B8932A;
  font-size: 13px;
  text-transform: uppercase;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t02 {
  font-size: 24px;
  color: #1A2B7A;
  margin-top: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t03 {
  font-size: 14px;
  margin-top: 20px;
}
main section.s03 {
  padding: 130px 0;
}
main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s03 .wrapper ul {
  margin-top: 60px;
}
main section.s03 .wrapper ul li {
  background-color: #F7F8FA;
  padding: 60px;
  position: relative;
}
main section.s03 .wrapper ul li + li {
  margin-top: 60px;
}
main section.s03 .wrapper ul li .num {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: -50px;
  left: 60px;
  color: #B8932A;
}
main section.s03 .wrapper ul li .t01 {
  color: #1A2B7A;
  font-size: 24px;
}
main section.s03 .wrapper ul li .t02 {
  line-height: 2;
  margin-top: 20px;
}
main section.s03 .wrapper .t03 {
  margin-top: 60px;
  font-size: 24px;
  color: #1A2B7A;
  border-bottom: 1px solid #B8932A;
  padding-bottom: 20px;
}
main section.s03 .wrapper .t04 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
main section.s04 {
  padding: 130px 0;
  background-color: #F7F8FA;
}
main section.s04 .wrapper .ttlbox {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
main section.s04 .wrapper ul {
  width: 1100px;
  margin: 70px auto 0;
}
main section.s04 .wrapper ul + ul {
  margin-top: 50px;
}
main section.s04 .wrapper ul.morelist {
  display: none;
}
main section.s04 .wrapper ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s04 .wrapper ul li + li {
  margin-top: 50px;
}
main section.s04 .wrapper ul li .photo {
  width: 150px;
  display: block;
  position: relative;
}
main section.s04 .wrapper ul li .txtbox {
  width: calc(100% - 150px);
  padding-left: 40px;
}
main section.s04 .wrapper ul li .txtbox .t02 {
  font-size: 14px;
  display: inline-block;
  background-color: #1A2B7A;
  line-height: 1;
  padding: 7px 10px;
  color: #fff;
}
main section.s04 .wrapper ul li .txtbox .review {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 5px;
}
main section.s04 .wrapper ul li .txtbox .review img {
  width: 20px;
  vertical-align: top;
  margin-right: 2px;
}
main section.s04 .wrapper ul li .txtbox .t01 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
main section.s04 .wrapper .btnbox {
  margin-top: 40px;
  text-align: center;
}
main section.s04 .wrapper .btnbox .btn_more {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  padding: 10px;
  color: #1A2B7A;
  border-bottom: 1px solid #1A2B7A;
  line-height: 1;
  cursor: pointer;
}
main section.s04 .wrapper .btnbox .btn_more:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s05 {
  padding: 130px 0;
}
main section.s05 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s05 .wrapper ul {
  margin-top: 70px;
}
main section.s05 .wrapper ul li {
  position: relative;
  padding-left: 140px;
  padding-bottom: 80px;
  padding-top: 20px;
}
main section.s05 .wrapper ul li:last-child::before {
  display: none;
}
main section.s05 .wrapper ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  background-color: #1A2B7A;
}
main section.s05 .wrapper ul li .num {
  width: 80px;
  height: 80px;
  border: 1px solid #1A2B7A;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  padding-top: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main section.s05 .wrapper ul li .t01 {
  font-size: 28px;
  color: #1A2B7A;
}
main section.s05 .wrapper ul li .t02 {
  margin-top: 10px;
}
main section.s05 .wrapper ul li .t02 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #B8932A;
  border: 1px solid #B8932A;
  line-height: 1;
  padding: 7px 15px 9px;
}
main section.s05 .wrapper ul li .t03 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
main section.s06 {
  padding: 130px 0;
  background-color: #F7F8FA;
}
main section.s06 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s06 .wrapper .tablebox {
  margin-top: 70px;
}
main section.s06 .wrapper .tablebox table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
}
main section.s06 .wrapper .tablebox table tr.tr01 td {
  padding: 30px 20px;
}
main section.s06 .wrapper .tablebox table tr.tr01 td.td01 {
  width: 230px;
}
main section.s06 .wrapper .tablebox table tr.tr01 td.td02 {
  width: calc((100% - 230px) / 3);
  background-color: #222222;
}
main section.s06 .wrapper .tablebox table tr.tr01 td.td03 {
  width: calc((100% - 230px) / 3);
  background-color: #2B3F6B;
}
main section.s06 .wrapper .tablebox table tr.tr01 td.td04 {
  width: calc((100% - 230px) / 3);
  background-color: #1A2D56;
}
main section.s06 .wrapper .tablebox table tr.tr01 td .t01 {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
main section.s06 .wrapper .tablebox table tr.tr01 td .t01 span {
  display: inline-block;
  background-color: #B8932A;
  font-size: 16px;
  line-height: 1;
  padding: 5px 5px 7px;
  margin-top: 10px;
}
main section.s06 .wrapper .tablebox table tr.tr02 td {
  padding: 20px 60px;
  color: #fff;
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td01 {
  padding: 30px 0;
  vertical-align: middle;
  background-color: #222222;
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td01 .t02 {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td01 .t03 {
  font-size: 11px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td02 {
  background-color: rgba(34, 34, 34, 0.7);
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td03 {
  background-color: rgba(43, 63, 107, 0.7);
}
main section.s06 .wrapper .tablebox table tr.tr02 td.td04 {
  background-color: rgb(26, 45, 86.7);
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li {
  margin: 0 auto;
  padding: 2px 0;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li + li {
  border-top: 1px solid #aaa;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dt {
  width: 55px;
  font-size: 12px;
  text-align: right;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dt span {
  font-size: 18px;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dd {
  width: calc(100% - 55px);
  font-size: 12px;
  text-align: right;
}
main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dd span {
  font-size: 20px;
  padding-right: 2px;
}
main section.s06 .wrapper .tablebox table tr.tr03 td {
  background-color: #fff;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td01 {
  padding: 30px 0 30px 25px;
  vertical-align: middle;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td01 .t02 {
  color: #1A2B7A;
  font-size: 18px;
  letter-spacing: 0;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td01 .t03 {
  color: #222222;
  font-size: 11px;
  margin-top: 5px;
  color: #888;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td02, main section.s06 .wrapper .tablebox table tr.tr03 td.td03, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 {
  text-align: center;
  vertical-align: middle;
  padding: 30px 0;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span01, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span01, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span01 {
  display: inline-block;
  vertical-align: top;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span02, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span02, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span02 {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
}
main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span03, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span03, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span03 {
  font-size: 14px;
  line-height: 1;
  padding: 0 0 10px 5px;
  display: inline-block;
  vertical-align: middle;
}
main section.s06 .wrapper .caution {
  border: 1px solid #1A2B7A;
  background-color: #fff;
  margin-top: 60px;
  padding: 13px 40px 20px;
  line-height: 2.2;
  color: #1A2B7A;
}
main section.s06 .wrapper .caution .span01 {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  color: #C0614A;
}
main section.s06 .wrapper .caution .span02 {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  padding-right: 10px;
  color: #C0614A;
}
main section.s06 .wrapper .detailbox {
  margin-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s06 .wrapper .detailbox dl {
  width: calc(50% - 30px);
  background-color: #fff;
  padding: 40px;
  border: 1px solid #1A2B7A;
}
main section.s06 .wrapper .detailbox dl.dl02 {
  background-color: #f5f5f5;
}
main section.s06 .wrapper .detailbox dl dt {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1A2B7A;
  color: #1A2B7A;
  font-weight: bold;
}
main section.s06 .wrapper .detailbox dl dt span {
  font-size: 14px;
  color: #1A2B7A;
  font-weight: 400;
}
main section.s06 .wrapper .detailbox dl dd {
  padding-top: 20px;
}
main section.s06 .wrapper .detailbox dl dd ul li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.5;
}
main section.s06 .wrapper .detailbox dl dd ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s06 .wrapper .detailbox dl dd ul li + li {
  margin-top: 15px;
}
main section.s06 .wrapper .cautionlist {
  margin-top: 40px;
}
main section.s06 .wrapper .cautionlist li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #1A2B7A;
}
main section.s06 .wrapper .cautionlist li::before {
  content: "※";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s06 .wrapper .cautionlist li + li {
  margin-top: 10px;
}
main section.s07 {
  padding: 130px 0;
}
main section.s07 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s07 .wrapper .detailbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
main section.s07 .wrapper .detailbox .detail {
  width: calc((100% - 80px) / 3);
  background-color: #F7F8FA;
  padding: 20px 30px 30px;
}
main section.s07 .wrapper .detailbox .detail dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #1A2B7A;
  padding-bottom: 12px;
  border-bottom: 1px solid #aaa;
}
main section.s07 .wrapper .detailbox .detail dl dt span {
  font-size: 40px;
  letter-spacing: 0;
  padding-right: 10px;
  color: #B8932A;
}
main section.s07 .wrapper .detailbox .detail dl dd {
  padding-top: 20px;
}
main section.s07 .wrapper .detailbox .detail dl dd ul li + li {
  margin-top: 15px;
}
main section.s07 .wrapper .detailbox .detail dl dd ul li .t01 {
  font-weight: bold;
  font-size: 16px;
  color: #1A2B7A;
  letter-spacing: 0;
}
main section.s07 .wrapper .detailbox .detail dl dd ul li .t02 {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  letter-spacing: 0;
}
main section.s08 {
  padding: 130px 0;
  background-color: #F7F8FA;
}
main section.s08 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s08 .wrapper .faq_list {
  margin-top: 70px;
}
main section.s08 .wrapper .faq_list li {
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
}
main section.s08 .wrapper .faq_list li + li {
  margin-top: 40px;
}
main section.s08 .wrapper .faq_list li dl dt {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1A2B7A;
  line-height: 1.8;
}
main section.s08 .wrapper .faq_list li dl dt span {
  font-size: 30px;
  color: #B8932A;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 40px;
}
main section.s08 .wrapper .faq_list li dl dd {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
}
main section.s08 .wrapper .faq_list li dl dd span {
  font-size: 30px;
  color: #C0614A;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 40px;
}
main section.s09 {
  padding: 130px 0;
}
main section.s09 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s09 .wrapper .ttlbox .txt a {
  text-decoration: none;
  color: #1A2B7A;
  padding-bottom: 2px;
  border-bottom: 1px solid #1A2B7A;
}
main section.s09 .wrapper form {
  width: 900px;
  display: block;
  margin: 70px auto 0;
}
main section.s09 .wrapper form table {
  width: 100%;
}
main section.s09 .wrapper form table tr th {
  width: 250px;
  color: #1A2B7A;
  padding: 15px 0;
  font-size: 18px;
  vertical-align: middle;
}
main section.s09 .wrapper form table tr th span {
  display: inline-block;
  color: #C0614A;
  padding-left: 5px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}
main section.s09 .wrapper form table tr td {
  padding: 15px 0;
}
main section.s09 .wrapper form table tr td input[type=tel],
main section.s09 .wrapper form table tr td input[type=text] {
  width: 100% !important;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #F7F8FA;
  background-color: #F7F8FA;
  outline: none;
}
main section.s09 .wrapper form table tr td .page {
  padding-left: 15px;
}
main section.s09 .wrapper form table tr td input[type=tel] {
  width: 200px !important;
}
main section.s09 .wrapper form table tr td textarea {
  width: 100% !important;
  height: 250px;
  display: block;
  font-size: 18px;
  padding: 15px 15px;
  border: 1px solid #F7F8FA;
  background-color: #F7F8FA;
  outline: none;
}
main section.s09 .wrapper form table tr td input[type=date] {
  width: 300px;
  border: 1px solid #F7F8FA;
  background-color: #F7F8FA;
  padding: 15px;
}
main section.s09 .wrapper form table tr td .txt {
  font-size: 14px;
  color: #1A2B7A;
  margin-top: 5px;
}
main section.s09 .wrapper form table tr td .txt a {
  text-decoration: none;
  color: #1A2B7A;
  padding-bottom: 2px;
  border-bottom: 1px solid #1A2B7A;
}
main section.s09 .wrapper .policy {
  border: 1px solid #1A2B7A;
  padding: 20px;
  background-color: #F7F8FA;
  margin-top: 20px;
  height: 150px;
  overflow-y: scroll;
  font-size: 12px;
}
main section.s09 .wrapper .agree {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
main section.s09 .wrapper .submitbtn {
  border: 1px solid #1A2B7A;
  width: 250px !important;
  height: 80px !important;
  outline: none;
  position: relative;
  background-color: transparent;
  font-size: 20px;
  color: #1A2B7A;
  margin: 60px auto 0;
  display: block;
  cursor: pointer;
}
main section.s09 .wrapper .submitbtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A2B7A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
main section.s09 .wrapper .submitbtn:hover {
  color: #fff !important;
  opacity: 1;
}
main section.s09 .wrapper .submitbtn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    margin-top: 60px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -59px;
    left: 0;
  }
  main section .wrapper .ttlbox .t00 {
    font-size: 12px;
    color: #B8932A;
    text-transform: uppercase;
  }
  main section .wrapper .ttlbox .mainttl {
    font-size: 24px;
    color: #1A2B7A;
  }
  main section .wrapper .ttlbox .txt {
    color: #222222;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }
  main section.s01 .wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #1A2B7A;
    overflow: hidden;
  }
  main section.s01 .wrapper .contents .left_box {
    width: 100%;
    position: static;
    height: auto;
    padding: 60px 0;
    display: block;
    text-align: center;
  }
  main section.s01 .wrapper .contents .left_box .txtbox {
    width: auto;
    display: inline-block;
  }
  main section.s01 .wrapper .contents .left_box .txtbox .t01 {
    width: 220px;
    margin: 0 auto;
    font-size: 12px;
    padding-left: 20px;
    color: #777;
    position: relative;
  }
  main section.s01 .wrapper .contents .left_box .txtbox .t01::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #777;
  }
  main section.s01 .wrapper .contents .left_box .txtbox h2 {
    font-size: 28px;
    line-height: 1;
    color: #1A2B7A;
    letter-spacing: 1px !important;
    font-weight: 400;
  }
  main section.s01 .wrapper .contents .left_box .txtbox h2 span {
    color: #B8932A;
    padding-left: 2px;
    font-size: 34px;
  }
  main section.s01 .wrapper .contents .left_box .txtbox .t02 {
    width: 335px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    color: #777;
  }
  main section.s01 .wrapper .contents .left_box .txtbox ul {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contents .left_box .txtbox ul li {
    display: inline-block;
    vertical-align: top;
  }
  main section.s01 .wrapper .contents .left_box .txtbox ul li + li {
    margin-left: 15px;
  }
  main section.s01 .wrapper .contents .left_box .txtbox ul li a {
    width: 110px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1;
  }
  main section.s01 .wrapper .contents .right_box {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .contents .right_box .txtbox {
    width: 100%;
    padding: 50px 20px;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    height: auto;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt {
    width: 140px;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt .min {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt .plus {
    font-size: 30px;
    color: #B8932A;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dt.dt02 {
    font-size: 26px;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd {
    width: calc(100% - 140px);
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd .t01 span {
    display: inline-block;
    background-color: #fff;
    background-color: #B8932A;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    padding: 7px 10px;
  }
  main section.s01 .wrapper .contents .right_box .txtbox ul li dl dd .t02 {
    font-size: 14px;
    color: #eee;
    line-height: 1.8;
    margin-top: 10px;
  }
  main section.s01 .wrapper .blob {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.6) 0%, rgba(77, 0, 255, 0.3) 40%, rgba(15, 30, 61, 0) 70%);
    -webkit-filter: blur(80px);
            filter: blur(80px);
    z-index: 1;
    -webkit-animation: moveBlob 10s infinite alternate ease-in-out;
            animation: moveBlob 10s infinite alternate ease-in-out;
  }
  @-webkit-keyframes moveBlob {
    0% {
      -webkit-transform: translate(-30%, -20%) scale(1);
              transform: translate(-30%, -20%) scale(1);
      border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    }
    33% {
      -webkit-transform: translate(20%, 15%) scale(1.3);
              transform: translate(20%, 15%) scale(1.3);
      border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
    }
    66% {
      -webkit-transform: translate(-5%, 35%) scale(0.9);
              transform: translate(-5%, 35%) scale(0.9);
      border-radius: 30% 60% 70% 40%/50% 60% 30% 40%;
    }
    100% {
      -webkit-transform: translate(25%, -15%) scale(1.2);
              transform: translate(25%, -15%) scale(1.2);
      border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    }
  }
  @keyframes moveBlob {
    0% {
      -webkit-transform: translate(-30%, -20%) scale(1);
              transform: translate(-30%, -20%) scale(1);
      border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    }
    33% {
      -webkit-transform: translate(20%, 15%) scale(1.3);
              transform: translate(20%, 15%) scale(1.3);
      border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
    }
    66% {
      -webkit-transform: translate(-5%, 35%) scale(0.9);
              transform: translate(-5%, 35%) scale(0.9);
      border-radius: 30% 60% 70% 40%/50% 60% 30% 40%;
    }
    100% {
      -webkit-transform: translate(25%, -15%) scale(1.2);
              transform: translate(25%, -15%) scale(1.2);
      border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
    }
  }
  main section.s02 {
    padding: 60px 0 35px;
    background-color: #F7F8FA;
  }
  main section.s02 .wrapper .ttlbox {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s02 .wrapper .swiper-area01 {
    margin-top: 10px;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 220px;
    padding: 25px 0;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner {
    width: 200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
            box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.03);
    background-color: #fff;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox {
    padding: 15px;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t01 {
    color: #B8932A;
    font-size: 10px;
    text-transform: uppercase;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t02 {
    font-size: 16px;
    color: #1A2B7A;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
  }
  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .inner .txtbox .t03 {
    font-size: 12px;
    margin-top: 10px;
  }
  main section.s03 {
    padding: 60px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul {
    margin-top: 40px;
  }
  main section.s03 .wrapper ul li {
    background-color: #F7F8FA;
    padding: 30px 20px;
    position: relative;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s03 .wrapper ul li .num {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: -30px;
    left: 10px;
    color: #B8932A;
  }
  main section.s03 .wrapper ul li .t01 {
    color: #1A2B7A;
    font-size: 18px;
  }
  main section.s03 .wrapper ul li .t02 {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s03 .wrapper .t03 {
    margin-top: 30px;
    font-size: 18px;
    color: #1A2B7A;
    border-bottom: 1px solid #B8932A;
    padding-bottom: 12px;
  }
  main section.s03 .wrapper .t04 {
    font-size: 14px;
    margin-top: 12px;
    line-height: 2;
  }
  main section.s04 {
    padding: 60px 20px;
    background-color: #F7F8FA;
  }
  main section.s04 .wrapper .ttlbox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main section.s04 .wrapper ul {
    width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  main section.s04 .wrapper ul + ul {
    margin-top: 30px;
  }
  main section.s04 .wrapper ul.morelist {
    display: none;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    display: block;
    margin: 0 !important;
  }
  main section.s04 .wrapper ul li + li {
    margin-top: 30px !important;
  }
  main section.s04 .wrapper ul li .photo {
    width: 120px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  main section.s04 .wrapper ul li .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li .txtbox .t02 {
    font-size: 12px;
    display: inline-block;
    background-color: #1A2B7A;
    line-height: 1;
    padding: 5px 7px;
    color: #fff;
  }
  main section.s04 .wrapper ul li .txtbox .review {
    font-size: 0;
    letter-spacing: 0;
  }
  main section.s04 .wrapper ul li .txtbox .review img {
    width: 12px;
    vertical-align: top;
    margin-right: 1px;
  }
  main section.s04 .wrapper ul li .txtbox .t01 {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
  }
  main section.s04 .wrapper .btnbox {
    margin-top: 20px;
    text-align: center;
  }
  main section.s04 .wrapper .btnbox .btn_more {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 7px 0;
    color: #1A2B7A;
    border-bottom: 1px solid #1A2B7A;
    line-height: 1;
    cursor: pointer;
  }
  main section.s04 .wrapper .btnbox .btn_more:hover {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s05 {
    padding: 60px 20px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul {
    margin-top: 30px;
  }
  main section.s05 .wrapper ul li {
    position: relative;
    padding-left: 70px;
    padding-bottom: 40px;
    padding-top: 10px;
  }
  main section.s05 .wrapper ul li:last-child::before {
    display: none;
  }
  main section.s05 .wrapper ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0;
    background-color: #1A2B7A;
  }
  main section.s05 .wrapper ul li .num {
    width: 50px;
    height: 50px;
    border: 1px solid #1A2B7A;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    padding-top: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  main section.s05 .wrapper ul li .t01 {
    font-size: 18px;
    color: #1A2B7A;
  }
  main section.s05 .wrapper ul li .t02 {
    margin-top: 5px;
  }
  main section.s05 .wrapper ul li .t02 span {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #B8932A;
    border: 1px solid #B8932A;
    line-height: 1;
    padding: 4px 10px 5px;
  }
  main section.s05 .wrapper ul li .t03 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  main section.s06 {
    padding: 60px 20px;
    background-color: #F7F8FA;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper .tablebox {
    margin-top: 30px;
    overflow-x: scroll;
  }
  main section.s06 .wrapper .tablebox table {
    width: 700px;
    border-collapse: separate;
    border-spacing: 3px;
    table-layout: fixed;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td {
    padding: 15px 10px;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td.td01 {
    width: 150px;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td.td02 {
    width: calc((100% - 150px) / 3);
    background-color: #222222;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td.td03 {
    width: calc((100% - 150px) / 3);
    background-color: #2B3F6B;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td.td04 {
    width: calc((100% - 150px) / 3);
    background-color: #1A2D56;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td .t01 {
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  main section.s06 .wrapper .tablebox table tr.tr01 td .t01 span {
    width: 150px;
    display: inline-block;
    background-color: #B8932A;
    font-size: 12px;
    line-height: 1;
    padding: 3px 0 4px;
    margin-top: 5px;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td {
    padding: 15px 20px;
    color: #fff;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td01 {
    padding: 15px 0;
    vertical-align: middle;
    background-color: #222222;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td01 .t02 {
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td01 .t03 {
    font-size: 11px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td02 {
    background-color: rgba(34, 34, 34, 0.7);
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td03 {
    background-color: rgba(43, 63, 107, 0.7);
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td.td04 {
    background-color: rgb(26, 45, 86.7);
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li {
    margin: 0 auto;
    padding: 2px 0;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li + li {
    border-top: 1px solid #aaa;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dt {
    width: 50px;
    font-size: 10px;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dt span {
    font-size: 18px;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dd {
    width: calc(100% - 50px);
    font-size: 10px;
    text-align: right;
  }
  main section.s06 .wrapper .tablebox table tr.tr02 td ul li dl dd span {
    font-size: 16px;
    padding-right: 2px;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td {
    background-color: #fff;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td01 {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td01 .t02 {
    color: #1A2B7A;
    font-size: 14px;
    letter-spacing: 0;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td01 .t03 {
    color: #222222;
    font-size: 10px;
    margin-top: 5px;
    color: #888;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td02, main section.s06 .wrapper .tablebox table tr.tr03 td.td03, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span01, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span01, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span01 {
    display: inline-block;
    vertical-align: top;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span02, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span02, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span02 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
  }
  main section.s06 .wrapper .tablebox table tr.tr03 td.td02 .span03, main section.s06 .wrapper .tablebox table tr.tr03 td.td03 .span03, main section.s06 .wrapper .tablebox table tr.tr03 td.td04 .span03 {
    font-size: 12px;
    line-height: 1;
    padding: 0 0 10px 5px;
    display: inline-block;
    vertical-align: middle;
  }
  main section.s06 .wrapper .caution {
    border: 1px solid #1A2B7A;
    background-color: #fff;
    margin-top: 30px;
    padding: 13px 20px 15px;
    line-height: 1.8;
    color: #1A2B7A;
    font-size: 14px;
  }
  main section.s06 .wrapper .caution .span01 {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    color: #C0614A;
  }
  main section.s06 .wrapper .caution .span02 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 5px;
    color: #C0614A;
  }
  main section.s06 .wrapper .detailbox {
    margin-top: 30px;
    display: block;
  }
  main section.s06 .wrapper .detailbox dl {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #1A2B7A;
  }
  main section.s06 .wrapper .detailbox dl.dl02 {
    background-color: #f5f5f5;
    margin-top: 20px;
  }
  main section.s06 .wrapper .detailbox dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1A2B7A;
    color: #1A2B7A;
    font-weight: bold;
  }
  main section.s06 .wrapper .detailbox dl dt span {
    font-size: 12px;
    color: #1A2B7A;
    font-weight: 400;
  }
  main section.s06 .wrapper .detailbox dl dd {
    padding-top: 15px;
  }
  main section.s06 .wrapper .detailbox dl dd ul li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  main section.s06 .wrapper .detailbox dl dd ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s06 .wrapper .detailbox dl dd ul li + li {
    margin-top: 10px;
  }
  main section.s06 .wrapper .cautionlist {
    margin-top: 20px;
  }
  main section.s06 .wrapper .cautionlist li {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.8;
    color: #1A2B7A;
  }
  main section.s06 .wrapper .cautionlist li::before {
    content: "※";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s06 .wrapper .cautionlist li + li {
    margin-top: 5px;
  }
  main section.s07 {
    padding: 60px 20px;
  }
  main section.s07 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper .detailbox {
    display: block;
    margin-top: 30px;
  }
  main section.s07 .wrapper .detailbox .detail {
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  main section.s07 .wrapper .detailbox .detail + .detail {
    margin-top: 20px;
  }
  main section.s07 .wrapper .detailbox .detail dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #1A2B7A;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
  }
  main section.s07 .wrapper .detailbox .detail dl dt span {
    font-size: 36px;
    letter-spacing: 0;
    padding-right: 6px;
    color: #B8932A;
  }
  main section.s07 .wrapper .detailbox .detail dl dd {
    padding-top: 15px;
  }
  main section.s07 .wrapper .detailbox .detail dl dd ul li + li {
    margin-top: 15px;
  }
  main section.s07 .wrapper .detailbox .detail dl dd ul li .t01 {
    font-weight: bold;
    font-size: 14px;
    color: #1A2B7A;
    letter-spacing: 0;
  }
  main section.s07 .wrapper .detailbox .detail dl dd ul li .t02 {
    font-size: 13px;
    line-height: 1.8;
    color: #888;
    letter-spacing: 0;
  }
  main section.s08 {
    padding: 60px 20px;
    background-color: #F7F8FA;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper .faq_list {
    margin-top: 30px;
  }
  main section.s08 .wrapper .faq_list li {
    background-color: #fff;
    padding: 10px 20px 20px;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.03);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.03);
  }
  main section.s08 .wrapper .faq_list li + li {
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_list li dl dt {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
  }
  main section.s08 .wrapper .faq_list li dl dt span {
    font-size: 26px;
    color: #B8932A;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 40px;
  }
  main section.s08 .wrapper .faq_list li dl dd {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
  }
  main section.s08 .wrapper .faq_list li dl dd span {
    font-size: 26px;
    color: #C0614A;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 40px;
  }
  main section.s09 {
    padding: 60px 20px;
  }
  main section.s09 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s09 .wrapper .ttlbox .txt a {
    text-decoration: none;
    color: #1A2B7A;
    padding-bottom: 2px;
    border-bottom: 1px solid #1A2B7A;
  }
  main section.s09 .wrapper form {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s09 .wrapper form table {
    width: 100%;
  }
  main section.s09 .wrapper form table tr th {
    width: 95px;
    color: #1A2B7A;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
  }
  main section.s09 .wrapper form table tr th span {
    display: inline-block;
    color: #C0614A;
    padding-left: 5px;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
  }
  main section.s09 .wrapper form table tr td {
    padding: 10px 0;
  }
  main section.s09 .wrapper form table tr td input[type=tel],
  main section.s09 .wrapper form table tr td input[type=text] {
    width: 100% !important;
    display: inline-block;
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #F7F8FA;
    background-color: #F7F8FA;
    outline: none;
  }
  main section.s09 .wrapper form table tr td .page {
    padding-left: 15px;
  }
  main section.s09 .wrapper form table tr td input[type=tel] {
    width: 190px !important;
  }
  main section.s09 .wrapper form table tr td input[type=tel].page_num {
    width: 100px !important;
  }
  main section.s09 .wrapper form table tr td textarea {
    width: 100% !important;
    height: 150px;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #F7F8FA;
    background-color: #F7F8FA;
    outline: none;
  }
  main section.s09 .wrapper form table tr td input[type=date] {
    width: 200px;
    height: 40px;
    border: 1px solid #F7F8FA;
    background-color: #F7F8FA;
    padding: 8px;
  }
  main section.s09 .wrapper form table tr td .txt {
    font-size: 11px;
    color: #1A2B7A;
    margin-top: 5px;
  }
  main section.s09 .wrapper form table tr td .txt a {
    text-decoration: none;
    color: #1A2B7A;
    padding-bottom: 1px;
    border-bottom: 1px solid #1A2B7A;
  }
  main section.s09 .wrapper .policy {
    border: 1px solid #1A2B7A;
    padding: 10px 15px;
    background-color: #F7F8FA;
    margin-top: 20px;
    height: 80px;
    overflow-y: scroll;
    font-size: 10px;
  }
  main section.s09 .wrapper .agree {
    text-align: center;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 10px;
  }
  main section.s09 .wrapper .submitbtn {
    border: 1px solid #1A2B7A;
    width: 200px !important;
    height: 50px !important;
    outline: none;
    position: relative;
    background-color: transparent;
    font-size: 17px;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
    color: #fff;
  }
  main section.s09 .wrapper .submitbtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A2B7A;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    color: #fff;
    opacity: 1;
  }
}