/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
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;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
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;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input,
textarea,
select {
  font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.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;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

.mincho01 {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

header {
  position: relative;
}
header .wrapper {
  padding: 0 90px 0 40px;
  height: 80px;
  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;
}
header .wrapper .logo {
  width: 290px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 411px);
  padding-right: 40px;
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: middle;
}
header .wrapper .gnav ul li + li {
  margin-left: 25px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  padding: 2px 0;
  position: relative;
  color: #231815;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
header .wrapper .gnav ul li a:hover, header .wrapper .gnav ul li a.active {
  opacity: 1;
  border-bottom: 2px solid #0a5096;
}
header .wrapper .snslist {
  width: 121px;
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .snslist li {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
}
header .wrapper .snslist li + li {
  margin-left: 11px;
}
header .wrapper .snslist li a {
  width: 100%;
  display: block;
}
header .wrapper .snslist li a img {
  width: 100%;
  display: block;
}
header .ham {
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
}
header .spmenu {
  position: absolute;
  top: 80px;
  left: 0;
  min-width: 1180px;
  width: 100%;
  background-color: #0a5096;
  padding: 50px 0;
  display: block;
  z-index: 1000000000;
  display: none;
}
header .spmenu .spwrapper {
  width: 800px;
  margin: 0 auto;
}
header .spmenu .spwrapper ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header .spmenu .spwrapper ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
header .spmenu .spwrapper .logo {
  width: 330px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  margin: 30px auto 0;
}
header .spmenu .spwrapper .logo img {
  width: 100%;
  display: block;
}
header .spmenu .spwrapper .close {
  width: 100px;
  text-align: center;
  margin: 20px auto 0;
}
header .spmenu .spwrapper .close span {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
}

main section {
  position: relative;
}
main section .idpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 1px;
  left: 0;
}

footer .fixedbtn {
  width: 82px;
  height: 257px;
  padding-top: 23px;
  background-color: #0a5096;
  position: fixed;
  top: 200px;
  right: 0;
  display: block;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.7);
          box-shadow: -5px 5px 15px 5px rgba(0, 0, 0, 0.7);
  z-index: 10000000000;
}
footer .fixedbtn img {
  width: 37.7px;
  display: block;
  margin: 0 auto;
}

footer {
  background-color: #0a5096;
  margin-top: 50px;
}
footer .wrapper {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .wrapper dl {
  padding: 0 30px;
  border-right: 1px solid #fff;
}
footer .wrapper dl.dl01 {
  width: 195px;
  padding-left: 0;
}
footer .wrapper dl.dl02 {
  width: 230px;
}
footer .wrapper dl.dl03 {
  width: 190px;
  border: none;
  padding-right: 50px;
}
footer .wrapper dl dt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer .wrapper dl dd {
  margin-top: 5px;
}
footer .wrapper dl dd ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .wrapper dl dd ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
footer .wrapper .list01 {
  width: 265px;
}
footer .wrapper .list01 li + li {
  margin-top: 15px;
}
footer .wrapper .list01 li a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  padding: 8px 0;
}
footer .wrapper .list02 {
  width: 180px;
  margin-left: 40px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
footer .wrapper .list02 li + li {
  margin-top: 10px;
}
footer .wrapper .list02 li a {
  display: block;
  font-size: 12px;
  line-height: 140%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
footer .bottomcontents {
  background-color: #fff;
  position: relative;
  padding: 32px 0;
}
footer .bottomcontents .logo {
  width: 230px;
  display: block;
  margin: 0 auto;
}
footer .bottomcontents .logo img {
  width: 100%;
  display: block;
}
footer .bottomcontents .tbt {
  width: 81.5px;
  display: block;
  position: absolute;
  top: 10px;
  right: 80px;
}
footer .bottomcontents .tbt img {
  width: 100%;
  display: block;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header {
    position: relative;
    z-index: 1000000000000000;
  }
  header .wrapper {
    padding: 0 15px 0 15px;
    height: 40px;
    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;
  }
  header .wrapper .logo {
    width: 145px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .snslist {
    display: none;
  }
  header .ham {
    width: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
  }
  header .spmenu {
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 375px;
    width: 100%;
    height: 100vh;
    background-color: #0a5096;
    padding: 20px 20px;
    display: block;
    z-index: 1000000000;
    display: none;
  }
  header .spmenu .spwrapper {
    width: 100%;
    margin: 0 auto;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .spmenu .spwrapper ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
  }
  header .spmenu .spwrapper .logo {
    width: 175px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 6px;
    display: block;
    margin: 20px auto 0;
  }
  header .spmenu .spwrapper .logo img {
    width: 100%;
    display: block;
  }
  header .spmenu .spwrapper .close {
    width: 100px;
    text-align: center;
    margin: 10px auto 0;
  }
  header .spmenu .spwrapper .close span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
  }
  footer .fixedbtn_sp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    background-color: #0a5096;
    text-decoration: none;
  }
  footer .fixedbtn_sp .box {
    width: 335px;
    margin: 0 auto;
    height: 50px;
    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;
    padding: 0 20px;
  }
  footer .fixedbtn_sp .box img {
    width: 20px;
    display: block;
  }
  footer .fixedbtn_sp .box p {
    width: calc(100% - 24px);
    padding-left: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 140%;
    font-weight: bold;
  }
  footer .fixedbtn_sp .box p span {
    color: #da6768;
    font-weight: bold;
  }
  footer {
    background-color: #0a5096;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .wrapper dl {
    padding: 0;
    border: none;
  }
  footer .wrapper dl.dl01 {
    width: 50%;
    padding: 0 0 10px 0;
  }
  footer .wrapper dl.dl02 {
    width: 50%;
    padding: 0 0 0 10px;
  }
  footer .wrapper dl.dl03 {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  footer .wrapper dl.dl03 dt {
    text-align: center;
  }
  footer .wrapper dl.dl03 dd ul {
    text-align: center;
  }
  footer .wrapper dl.dl03 dd ul li {
    border: none;
    display: inline-block;
    padding: 0 10px;
  }
  footer .wrapper dl.dl03 dd ul li a {
    display: block;
    line-height: 100%;
  }
  footer .wrapper dl.dl03 dd ul li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .wrapper dl dt {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  footer .wrapper dl dd {
    margin-top: 5px;
  }
  footer .wrapper dl dd ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .wrapper dl dd ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
  }
  footer .wrapper .list01 {
    width: 100%;
    margin-top: 35px;
  }
  footer .wrapper .list01 li + li {
    margin-top: 15px;
  }
  footer .wrapper .list01 li a {
    display: block;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    padding: 8px 0;
  }
  footer .wrapper .list02 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 30px;
    text-align: center;
  }
  footer .wrapper .list02 li {
    display: inline-block;
    margin: 5px 5px !important;
  }
  footer .wrapper .list02 li a {
    display: block;
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  footer .bottomcontents {
    background-color: #fff;
    position: relative;
    padding: 32px 25px;
  }
  footer .bottomcontents .logo {
    width: 200px;
    display: block;
    margin: 0;
  }
  footer .bottomcontents .logo img {
    width: 100%;
    display: block;
  }
  footer .bottomcontents .tbt {
    width: 81.5px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  footer .bottomcontents .tbt img {
    width: 100%;
    display: block;
  }
}
/* ------------------------------
 width: all
------------------------------ */
body {
  background-color: #FAFBFC;
}

main section .ttlbox01 {
  height: 107.7px;
  background-size: auto 107.7px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 40px;
}
main section .ttlbox01 .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  color: #0a5096;
}
main section.s01 .wrapper {
  height: 650px;
  background-image: url(../images/tp0101.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s01 .wrapper h2 {
  font-size: 110px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
  margin: -55px auto 0;
}
main section.s01 .wrapper .t01 {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 175%;
  color: #fff;
}
main section.s02 {
  background-color: #E4E4EC;
}
main section.s02 .wrapper {
  height: 459px;
  background-image: url(../images/tp0201.jpg);
  background-size: auto 100%;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 35px;
}
main section.s02 .wrapper h3 {
  color: #0a5096;
  font-size: 35px;
  line-height: 180%;
  letter-spacing: 0;
  font-weight: bold;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  margin-top: 20px;
}
main section.s03 {
  padding: 60px 0 60px;
}
main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s03 .wrapper h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0a5096;
}
main section.s03 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 41px;
  margin-top: 35px;
}
main section.s03 .wrapper ul li {
  width: 339px;
}
main section.s03 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper ul li .t01 {
  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: 60px;
  margin-top: 15px;
}
main section.s03 .wrapper ul li .t01 span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #0a5096;
}
main section.s03 .wrapper ul li .t02 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s04 .wrapper {
  height: 1060px;
  background-image: url(../images/tp0401.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
main section.s04 .wrapper .msg_en {
  height: 107.7px;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s04 .wrapper h5 {
  width: 73px;
  display: block;
  position: absolute;
  top: 100px;
  right: calc(50% + 450px);
}
main section.s04 .wrapper h5 img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .map {
  width: 936px;
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
main section.s04 .wrapper .msg01 {
  width: 69.7px;
  display: block;
  position: absolute;
  bottom: 80px;
  left: calc(50% + 470px);
}
main section.s05 {
  padding: 70px 0 55px;
}
main section.s05 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s05 .wrapper .ttlbox01 {
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/msg_en02.svg);
}
main section.s05 .wrapper ul {
  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.s05 .wrapper ul li {
  width: 265px;
  padding: 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
}
main section.s05 .wrapper ul li.li01 {
  background-color: #ffa3a4;
}
main section.s05 .wrapper ul li.li02 {
  background-color: #00cec8;
}
main section.s05 .wrapper ul li.li03 {
  background-color: #f7931e;
}
main section.s05 .wrapper ul li .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0a5096;
  line-height: 100%;
}
main section.s05 .wrapper ul li img {
  width: 100%;
  display: block;
  margin-top: 15px;
}
main section.s05 .wrapper ul li .t02 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 180%;
  color: #0a5096;
}
main section.s06 {
  padding: 108px 0 80px;
}
main section.s06 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s06 .wrapper .ttlbox01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/msg_en03.svg);
}
main section.s06 .wrapper .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
main section.s06 .wrapper .list01 li {
  width: 546px;
}
main section.s06 .wrapper .list01 li.li01 a {
  background-image: url(../images/tp0601.jpg);
}
main section.s06 .wrapper .list01 li.li02 a {
  background-image: url(../images/tp0602.jpg);
}
main section.s06 .wrapper .list01 li.li03 a {
  background-image: url(../images/tp0603.jpg);
}
main section.s06 .wrapper .list01 li.li04 a {
  background-image: url(../images/tp0604.jpg);
}
main section.s06 .wrapper .list01 li a {
  width: 100%;
  height: 153px;
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  padding-top: 67px;
  position: relative;
}
main section.s06 .wrapper .list01 li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s06 .wrapper .list01 li a:hover {
  opacity: 1;
}
main section.s06 .wrapper .list01 li a:hover::after {
  opacity: 0.7;
}
main section.s06 .wrapper .list01 li a p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
main section.s06 .wrapper .swiper-area01 {
  margin-top: 40px;
  position: relative;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  padding-bottom: 60px;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 333px;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
  position: relative;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p {
  width: 175px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 13px 0;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-weight: bold;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color01 {
  background-color: #00bee2;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color02 {
  background-color: #fe6561;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color03 {
  background-color: #8cc63f;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color04 {
  background-color: #ff9400;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .t01 {
  text-align: center;
  color: #0a5096;
  font-size: 20px;
  line-height: 150%;
  margin-top: 15px;
  font-weight: bold;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .t02 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination {
  text-align: center;
  padding-bottom: 0px;
  bottom: 0;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination span {
  width: 20px;
  height: 20px;
  margin: 0 12px;
  background-color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #0a5096;
}
main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #0a5096 !important;
}
main section.s06 .wrapper .swiper-area01 .swiper-button-prev {
  display: block;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_prev01.svg);
  top: 50% !important;
  right: calc(50% + 570px) !important;
  left: auto !important;
  margin-top: -11px !important;
}
main section.s06 .wrapper .swiper-area01 .swiper-button-prev::after {
  display: none !important;
}
main section.s06 .wrapper .swiper-area01 .swiper-button-next {
  display: block;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_next01.svg);
  top: 50% !important;
  left: calc(50% + 570px) !important;
  right: auto !important;
  margin-top: -11px !important;
}
main section.s06 .wrapper .swiper-area01 .swiper-button-next::after {
  display: none !important;
}
main section.s07, main section.s08 {
  padding: 50px 0 80px;
}
main section.s07 .wrapper .ttlbox01, main section.s08 .wrapper .ttlbox01 {
  margin: 0 auto;
  background-image: url(../images/msg_en04.svg);
}
main section.s07 .wrapper .area_dl, main section.s08 .wrapper .area_dl {
  width: 800px;
  margin: 25px auto 0;
  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.s07 .wrapper .area_dl dt, main section.s08 .wrapper .area_dl dt {
  width: 75px;
  font-size: 18px;
  font-weight: bold;
  color: #0a5096;
}
main section.s07 .wrapper .area_dl dd, main section.s08 .wrapper .area_dl dd {
  width: 735px;
}
main section.s07 .wrapper .area_dl dd .arealist, main section.s08 .wrapper .area_dl dd .arealist {
  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.s07 .wrapper .area_dl dd .arealist li, main section.s08 .wrapper .area_dl dd .arealist li {
  width: 175px;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s07 .wrapper .area_dl dd .arealist li.active, main section.s08 .wrapper .area_dl dd .arealist li.active {
  color: #fff !important;
}
main section.s07 .wrapper .area_dl dd .arealist li.active.color01, main section.s08 .wrapper .area_dl dd .arealist li.active.color01 {
  background-color: #ff9400;
}
main section.s07 .wrapper .area_dl dd .arealist li.active.color02, main section.s08 .wrapper .area_dl dd .arealist li.active.color02 {
  background-color: #fe6561;
}
main section.s07 .wrapper .area_dl dd .arealist li.active.color03, main section.s08 .wrapper .area_dl dd .arealist li.active.color03 {
  background-color: #8cc63f;
}
main section.s07 .wrapper .area_dl dd .arealist li.active.color04, main section.s08 .wrapper .area_dl dd .arealist li.active.color04 {
  background-color: #00bee2;
}
main section.s07 .wrapper .area_dl dd .arealist li.color01, main section.s08 .wrapper .area_dl dd .arealist li.color01 {
  border: 1px solid #ff9400;
  color: #ff9400;
}
main section.s07 .wrapper .area_dl dd .arealist li.color02, main section.s08 .wrapper .area_dl dd .arealist li.color02 {
  border: 1px solid #fe6561;
  color: #fe6561;
}
main section.s07 .wrapper .area_dl dd .arealist li.color03, main section.s08 .wrapper .area_dl dd .arealist li.color03 {
  border: 1px solid #8cc63f;
  color: #8cc63f;
}
main section.s07 .wrapper .area_dl dd .arealist li.color04, main section.s08 .wrapper .area_dl dd .arealist li.color04 {
  border: 1px solid #00bee2;
  color: #00bee2;
}
main section.s07 .wrapper .sliderbox, main section.s08 .wrapper .sliderbox {
  width: 1100px;
  margin: 30px auto 0;
  display: none;
}
main section.s07 .wrapper .sliderbox.active, main section.s08 .wrapper .sliderbox.active {
  display: block;
}
main section.s07 .wrapper .sliderbox .swiper-area02, main section.s08 .wrapper .sliderbox .swiper-area02 {
  margin-top: 40px;
  position: relative;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper {
  padding-bottom: 60px;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 333px;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox {
  position: relative;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox p, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox p {
  width: 175px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 13px 0;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-weight: bold;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  display: block;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01 {
  text-align: center;
  color: #0a5096;
  font-size: 20px;
  line-height: 150%;
  margin-top: 15px;
  font-weight: bold;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color01, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color01 {
  color: #ff9400;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color02, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color02 {
  color: #fe6561;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color03, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color03 {
  color: #8cc63f;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color04, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color04 {
  color: #00bee2;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t02, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t02 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination {
  text-align: center;
  padding-bottom: 0px;
  bottom: 0;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span {
  width: 20px;
  height: 20px;
  margin: 0 12px;
  background-color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #0a5096;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span.swiper-pagination-bullet-active, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ff9400 !important;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-prev, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-prev {
  display: block;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_prev01.svg);
  top: 50% !important;
  right: calc(50% + 570px) !important;
  left: auto !important;
  margin-top: -11px !important;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-prev::after, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-prev::after {
  display: none !important;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-next, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-next {
  display: block;
  width: 12px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icon_next01.svg);
  top: 50% !important;
  left: calc(50% + 570px) !important;
  right: auto !important;
  margin-top: -11px !important;
}
main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-next::after, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-next::after {
  display: none !important;
}
main section.s08 .wrapper .ttlbox01 {
  background-image: url(../images/msg_en05.svg);
}
main section.s09 {
  background-image: url(../images/tp0901.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 50px;
}
main section.s09 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s09 .wrapper .ttlbox01 {
  background-image: url(../images/msg_en06.svg);
}
main section.s09 .wrapper .ttlbox01 .ttl {
  color: #fff;
}
main section.s09 .wrapper ul {
  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: 25px;
}
main section.s09 .wrapper ul li {
  width: 192px;
}
main section.s09 .wrapper ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
  font-size: 15px;
  line-height: 16px;
  padding: 22px 30px;
  font-weight: bold;
  color: #0a5096;
  background-image: url(../images/icon_next01.svg);
  background-size: 10px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
main section.s10 {
  background-color: #e6e6e6;
  padding: 30px 0 70px;
}
main section.s10 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s10 .wrapper .ttlbox01 {
  background-image: url(../images/msg_en07.svg);
}
main section.s10 .wrapper .qabox {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.05);
  padding: 20px 25px 25px 100px;
  position: relative;
}
main section.s10 .wrapper .qabox + .qabox {
  margin-top: 15px;
}
main section.s10 .wrapper .qabox.opened .q .icon.icon_open {
  display: none;
}
main section.s10 .wrapper .qabox.opened .q .icon.icon_close {
  display: block;
}
main section.s10 .wrapper .qabox .num {
  font-size: 35px;
  line-height: 100%;
  font-weight: bold;
  color: #0a5096;
  position: absolute;
  top: 20px;
  left: 30px;
}
main section.s10 .wrapper .qabox .q {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
main section.s10 .wrapper .qabox .q p {
  font-size: 20px;
  line-height: 170%;
  font-weight: bold;
  color: #0a5096;
}
main section.s10 .wrapper .qabox .q .icon {
  width: 19px;
  height: 19px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
}
main section.s10 .wrapper .qabox .q .icon.icon_open {
  background-image: url(../images/icon_qa_open.svg);
}
main section.s10 .wrapper .qabox .q .icon.icon_close {
  background-image: url(../images/icon_qa_close.svg);
  display: none;
}
main section.s10 .wrapper .qabox .a {
  margin-top: 10px;
  display: none;
  padding-right: 60px;
}
main section.s10 .wrapper .qabox .a p {
  font-size: 16px;
  line-height: 180%;
}
main section.s11 {
  padding-bottom: 70px;
}
main section.s11 .wrapper .ttlbox01 {
  background-image: url(../images/msg_en08.svg);
}
main section.s11 .wrapper .flowbox {
  max-width: 1300px;
  margin: 0 auto;
}
main section.s11 .wrapper .flowbox img {
  width: 96%;
  display: block;
}
main section.s11 .wrapper dl {
  width: 800px;
  margin: 20px auto 0;
  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.s11 .wrapper dl dt {
  width: 158px;
}
main section.s11 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s11 .wrapper dl dd {
  width: calc(100% - 158px);
  padding-left: 30px;
}
main section.s11 .wrapper dl dd .t01 {
  font-size: 34px;
  font-weight: bold;
  color: #0a5096;
}
main section.s11 .wrapper dl dd .t01 span {
  color: #da6768;
}
main section.s11 .wrapper dl dd .t02 {
  font-size: 15.5px;
  line-height: 180%;
  margin-top: 5px;
  color: #0a5096;
}
main section.s11 .wrapper .btn_contact {
  width: 800px;
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 35px 0;
  background-color: #0a5096;
  text-decoration: none;
  border-radius: 100px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 13px auto;
  background-position: center right 35px;
  background-repeat: no-repeat;
}
main section.s12 {
  background-color: #fbf0f0;
  padding: 30px 0 70px;
}
main section.s12 .wrapper .ttlbox01 {
  background-image: url(../images/msg_en08.svg);
}
main section.s12 .wrapper ul {
  width: 820px;
  margin: 40px auto 0;
}
main section.s12 .wrapper ul li {
  position: relative;
}
main section.s12 .wrapper ul li + li {
  margin-top: 25px;
}
main section.s12 .wrapper ul li dl {
  border-radius: 6px;
  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;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s12 .wrapper ul li dl dt {
  width: 133px;
  background-color: #da6768;
  padding: 25px 0 30px;
}
main section.s12 .wrapper ul li dl dt .step {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  color: #f5cf56;
}
main section.s12 .wrapper ul li dl dt .num {
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  line-height: 100%;
}
main section.s12 .wrapper ul li dl dd {
  width: calc(100% - 133px);
  padding: 0 25px;
}
main section.s12 .wrapper ul li dl dd .t01 {
  font-size: 20px;
  line-height: 175%;
  font-weight: bold;
  color: #da6768;
}
main section.s12 .wrapper ul li dl dd .t02 {
  font-size: 16px;
  line-height: 180%;
  margin-top: 5px;
}
main section.s12 .wrapper ul li .arrow {
  width: 35px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  margin: 0 auto;
}
main section.s13 {
  padding: 60px 0 50px;
}
main section.s13 .wrapper .t01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0a5096;
}
main section.s13 .wrapper .t02 {
  font-size: 16px;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
  color: #0a5096;
}
main section.s13 .wrapper a {
  width: 800px;
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 29px 0;
  background-color: #0a5096;
  text-decoration: none;
  border-radius: 100px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 13px auto;
  background-position: center right 35px;
  background-repeat: no-repeat;
}
main section.s13 .wrapper a span {
  font-size: 30px;
  line-height: 100%;
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
}
main section.s14 {
  background-image: url(../images/tp1401.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s14 .wrapper {
  padding: 70px 0;
}
main section.s14 .wrapper .t01 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
main section.s14 .wrapper .msg {
  width: 830px;
  display: block;
  margin: 30px auto 0;
}
main section.s14 .wrapper .t02 {
  font-size: 16px;
  text-align: center;
  line-height: 220%;
  font-weight: bold;
  margin-top: 45px;
  color: #fff;
}
main section.s15 {
  padding: 40px 0 60px;
  z-index: 2;
}
main section.s15 .wrapper .icon {
  width: 28px;
  display: block;
  margin: 0 auto;
}
main section.s15 .wrapper .t01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0a5096;
  margin-top: 10px;
}
main section.s15 .wrapper ul {
  width: 1000px;
  margin: 70px auto 0;
  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.s15 .wrapper ul li {
  width: 480px;
  position: relative;
}
main section.s15 .wrapper ul li img {
  width: 252.5px;
  display: block;
}
main section.s15 .wrapper ul li img.photo {
  position: absolute;
  top: 0;
  right: 0;
}
main section.s15 .wrapper .t02 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0a5096;
  margin-top: 40px;
}
main section.s15 .wrapper .arrow {
  width: 48px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
}
main section.s16 .wrapper .box01 {
  height: 517px;
  padding-top: 50px;
  background-color: #cbd9e7;
  background-image: url(../images/tp1601.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
main section.s16 .wrapper .box01 .t01 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 200%;
  color: #0a5096;
}
main section.s16 .wrapper .t02 {
  background-color: #eee;
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
  line-height: 250%;
  color: #0a5096;
  font-weight: bold;
}
main section.s16 .wrapper .t02 span {
  background-color: #ecc856;
  padding: 5px 10px;
  line-height: 100%;
  display: inline-block;
  margin-right: 5px;
}
main section.s17 {
  background-color: #fff;
  padding: 40px 0 100px;
}
main section.s17 .wrapper .t01 {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #0a5096;
}
main section.s17 .wrapper .box {
  max-width: 1300px;
  margin: 30px auto 0;
}
main section.s17 .wrapper .box img {
  width: 96%;
  display: block;
}
main section.s17 .wrapper .t02 {
  text-align: center;
  color: #0a5096;
  font-size: 15px;
  font-weight: bold;
  margin-top: 35px;
}
main section.s17 .wrapper .t02 span {
  font-size: 12px;
}
main section.s17 .wrapper ul {
  width: 815px;
  margin: 35px auto 0;
  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.s17 .wrapper ul li {
  width: 263px;
}
main section.s17 .wrapper ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 100%;
  padding: 25px 0;
  border-radius: 50px;
  background-color: #0a5096;
  font-weight: bold;
}
main section.s18 {
  z-index: 2;
  padding: 115px 0;
  background-color: #eee;
}
main section.s18 .wrapper h6 {
  width: 404px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
main section.s18 .wrapper h6 img {
  width: 100%;
  display: block;
}
main section.s18 .wrapper ul li {
  padding: 0 50% 0 0;
  position: relative;
}
main section.s18 .wrapper ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 5;
}
main section.s18 .wrapper ul li img {
  width: auto;
  height: 252px;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
}
main section.s18 .wrapper ul li .box {
  width: 100%;
  height: 252px;
  text-align: right;
}
main section.s18 .wrapper ul li .box .txtbox {
  text-align: left;
  padding-top: 60px;
  display: inline-block;
  width: 368px;
}
main section.s18 .wrapper ul li .box .txtbox .t01 {
  color: #fff;
  font-size: 20px;
  line-height: 180%;
  font-weight: bold;
}
main section.s18 .wrapper ul li .box .txtbox .t02 {
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  color: #fff;
  margin-top: 15px;
}
main section.s18 .wrapper ul li:nth-child(odd) {
  padding: 0 0 0 50%;
}
main section.s18 .wrapper ul li:nth-child(odd) img {
  right: 50%;
  left: auto;
}
main section.s18 .wrapper ul li:nth-child(odd) .box {
  text-align: left;
}
main section.s18 .wrapper ul li:nth-child(odd) .box .txtbox {
  width: 100%;
  text-align: left;
  padding: 60px 0 0 90px;
}
main section.s18 .wrapper ul li + li {
  margin-top: 5px;
}
main section.s18 .wrapper ul li.li01::before {
  background-color: #0a5096;
}
main section.s18 .wrapper ul li.li01 .box {
  background-color: #da6768;
}
main section.s18 .wrapper ul li.li02::before {
  background-color: #231815;
}
main section.s18 .wrapper ul li.li02 .box {
  background-color: #f5cf56;
}
main section.s18 .wrapper ul li.li02 .box .txtbox .t01 {
  color: #231815;
}
main section.s18 .wrapper ul li.li02 .box .txtbox .t02 {
  color: #231815;
}
main section.s18 .wrapper ul li.li03::before {
  background-color: #eeeeee;
}
main section.s18 .wrapper ul li.li03 .box {
  background-color: #0a5096;
}
main section.s19 {
  background-color: #eee;
  padding-bottom: 70px;
  z-index: 100;
}
main section.s19 .wrapper .box {
  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.s19 .wrapper .box + .box {
  margin-top: 90px;
}
main section.s19 .wrapper .box:nth-child(even) .photobox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s19 .wrapper .box:nth-child(even) .photobox img {
  right: auto;
  left: 300px;
}
main section.s19 .wrapper .box:nth-child(even) .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 50px 0 0;
  text-align: right;
}
main section.s19 .wrapper .box .photobox {
  width: 50%;
  height: 420px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section.s19 .wrapper .box .photobox img {
  height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  right: 300px;
}
main section.s19 .wrapper .box .photobox.photobox01 {
  background-image: url(../images/tp1902.jpg);
}
main section.s19 .wrapper .box .photobox.photobox02 {
  background-image: url(../images/tp1904.jpg);
}
main section.s19 .wrapper .box .txtbox {
  width: 50%;
  text-align: left;
  padding-left: 50px;
}
main section.s19 .wrapper .box .txtbox .detail {
  display: inline-block;
  width: 516px;
  text-align: left;
}
main section.s19 .wrapper .box .txtbox .detail dl + dl {
  margin-top: 40px;
}
main section.s19 .wrapper .box .txtbox .detail dl dt {
  border: 1px solid #0a5096;
  border-radius: 50px;
  font-size: 15px;
  line-height: 180%;
  color: #0a5096;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  font-weight: bold;
}
main section.s19 .wrapper .box .txtbox .detail dl dt.active {
  background-color: #0a5096;
  color: #fff;
}
main section.s19 .wrapper .box .txtbox .detail dl dd {
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #0a5096;
  margin-top: 15px;
}
main section.s20 .wrapper .linklist {
  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.s20 .wrapper .linklist li {
  width: 50%;
}
main section.s20 .wrapper .linklist li.li02 a {
  background-color: rgba(10, 80, 150, 0.2);
  color: #0a5096;
}
main section.s20 .wrapper .linklist li a {
  padding: 45px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #0a5096;
  font-size: 21px;
  line-height: 100%;
  font-weight: bold;
}
main section.s20 .wrapper .t01 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-top: 35px;
  letter-spacing: 3px;
}
main section.s20 .wrapper .snslist {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 30px;
}
main section.s20 .wrapper .snslist li {
  width: 60px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
main section.s20 .wrapper .snslist li a {
  width: 100%;
  display: block;
}
main section.s20 .wrapper .snslist li a img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section .ttlbox01 {
    height: 50px;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15px;
  }
  main section .ttlbox01 .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    color: #0a5096;
  }
  main section.s01 .wrapper {
    height: 50vw;
    background-image: url(../images/tp0101.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s01 .wrapper h2 {
    font-size: 10vw;
    line-height: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 65%;
    right: 0;
    left: 0;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 175%;
    color: #fff;
  }
  main section.s02 {
    background-color: #E4E4EC;
  }
  main section.s02 .wrapper {
    height: auto;
    background-image: url(../images/tp0201.jpg);
    background-size: 120% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px 20px 30vw;
  }
  main section.s02 .wrapper h3 {
    color: #0a5096;
    font-size: 22px;
    line-height: 180%;
    letter-spacing: 0;
    font-weight: bold;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s03 .wrapper ul {
    display: block;
    margin-top: 35px;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 30px;
  }
  main section.s03 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper ul li .t01 {
    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: auto;
    margin-top: 15px;
  }
  main section.s03 .wrapper ul li .t01 span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s03 .wrapper ul li .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s04 .wrapper {
    height: 90vw;
    background-image: url(../images/tp0401.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
  }
  main section.s04 .wrapper .msg_en {
    height: 30px;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s04 .wrapper h5 {
    width: 25px;
    display: block;
    position: absolute;
    top: 100px;
    right: auto;
    left: 10px;
  }
  main section.s04 .wrapper h5 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .map {
    width: 90%;
    display: block;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
  }
  main section.s04 .wrapper .msg01 {
    width: 30px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 10px;
  }
  main section.s05 {
    padding: 0 20px 50px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper .ttlbox01 {
    position: static;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../images/msg_en02.svg);
  }
  main section.s05 .wrapper ul {
    display: block;
    margin-top: 20px;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #fff;
  }
  main section.s05 .wrapper ul li + li {
    margin-top: 25px;
  }
  main section.s05 .wrapper ul li.li01 {
    background-color: #ffa3a4;
  }
  main section.s05 .wrapper ul li.li02 {
    background-color: #00cec8;
  }
  main section.s05 .wrapper ul li.li03 {
    background-color: #f7931e;
  }
  main section.s05 .wrapper ul li .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0a5096;
    line-height: 100%;
  }
  main section.s05 .wrapper ul li img {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li .t02 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 180%;
    color: #0a5096;
  }
  main section.s06 {
    padding: 80px 0 0px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper .ttlbox01 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../images/msg_en03.svg);
  }
  main section.s06 .wrapper .list01 {
    display: block;
  }
  main section.s06 .wrapper .list01 li {
    width: 100%;
  }
  main section.s06 .wrapper .list01 li.li01 a {
    background-image: url(../images/tp0601.jpg);
  }
  main section.s06 .wrapper .list01 li.li02 a {
    background-image: url(../images/tp0602.jpg);
  }
  main section.s06 .wrapper .list01 li.li03 a {
    background-image: url(../images/tp0603.jpg);
  }
  main section.s06 .wrapper .list01 li.li04 a {
    background-image: url(../images/tp0604.jpg);
  }
  main section.s06 .wrapper .list01 li a {
    width: 100%;
    height: 153px;
    display: block;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    padding-top: 67px;
    position: relative;
  }
  main section.s06 .wrapper .list01 li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s06 .wrapper .list01 li a:hover {
    opacity: 1;
  }
  main section.s06 .wrapper .list01 li a:hover::after {
    opacity: 0.7;
  }
  main section.s06 .wrapper .list01 li a p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
  main section.s06 .wrapper .swiper-area01 {
    margin-top: 40px;
    position: relative;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
    position: relative;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    padding: 10px 0;
    border-radius: 0 0 15px 15px;
    text-align: center;
    font-weight: bold;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color01 {
    background-color: #00bee2;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color02 {
    background-color: #fe6561;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox p.color03 {
    background-color: #8cc63f;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .t01 {
    text-align: center;
    color: #0a5096;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
    font-weight: bold;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination {
    text-align: center;
    padding-bottom: 0px;
    bottom: 0;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #0a5096;
  }
  main section.s06 .wrapper .swiper-area01 .swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #0a5096 !important;
  }
  main section.s06 .wrapper .swiper-area01 .swiper-button-prev {
    display: block;
    width: 12px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon_prev01.svg);
    top: 50% !important;
    right: calc(50% + 156px) !important;
    left: auto !important;
    margin-top: -11px !important;
  }
  main section.s06 .wrapper .swiper-area01 .swiper-button-prev::after {
    display: none !important;
  }
  main section.s06 .wrapper .swiper-area01 .swiper-button-next {
    display: block;
    width: 12px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon_next01.svg);
    top: 50% !important;
    left: calc(50% + 156px) !important;
    right: auto !important;
    margin-top: -11px !important;
  }
  main section.s06 .wrapper .swiper-area01 .swiper-button-next::after {
    display: none !important;
  }
  main section.s07, main section.s08 {
    padding: 50px 0 0;
  }
  main section.s07 .wrapper .ttlbox01, main section.s08 .wrapper .ttlbox01 {
    margin: 0 auto;
    background-image: url(../images/msg_en04.svg);
  }
  main section.s07 .wrapper .area_dl, main section.s08 .wrapper .area_dl {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 25px auto -10px;
  }
  main section.s07 .wrapper .area_dl dt, main section.s08 .wrapper .area_dl dt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s07 .wrapper .area_dl dd, main section.s08 .wrapper .area_dl dd {
    width: 100%;
    margin-top: 10px;
  }
  main section.s07 .wrapper .area_dl dd .arealist, main section.s08 .wrapper .area_dl dd .arealist {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 15px;
  }
  main section.s07 .wrapper .area_dl dd .arealist li, main section.s08 .wrapper .area_dl dd .arealist li {
    width: calc(50% - 7.5px);
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.active, main section.s08 .wrapper .area_dl dd .arealist li.active {
    color: #fff !important;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.active.color01, main section.s08 .wrapper .area_dl dd .arealist li.active.color01 {
    background-color: #ff9400;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.active.color02, main section.s08 .wrapper .area_dl dd .arealist li.active.color02 {
    background-color: #fe6561;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.active.color03, main section.s08 .wrapper .area_dl dd .arealist li.active.color03 {
    background-color: #8cc63f;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.active.color04, main section.s08 .wrapper .area_dl dd .arealist li.active.color04 {
    background-color: #00bee2;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.color01, main section.s08 .wrapper .area_dl dd .arealist li.color01 {
    border: 1px solid #ff9400;
    color: #ff9400;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.color02, main section.s08 .wrapper .area_dl dd .arealist li.color02 {
    border: 1px solid #fe6561;
    color: #fe6561;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.color03, main section.s08 .wrapper .area_dl dd .arealist li.color03 {
    border: 1px solid #8cc63f;
    color: #8cc63f;
  }
  main section.s07 .wrapper .area_dl dd .arealist li.color04, main section.s08 .wrapper .area_dl dd .arealist li.color04 {
    border: 1px solid #00bee2;
    color: #00bee2;
  }
  main section.s07 .wrapper .sliderbox, main section.s08 .wrapper .sliderbox {
    width: 100%;
    margin: 20px auto 0;
    display: none;
  }
  main section.s07 .wrapper .sliderbox.active, main section.s08 .wrapper .sliderbox.active {
    display: block;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02, main section.s08 .wrapper .sliderbox .swiper-area02 {
    margin-top: 40px;
    position: relative;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox {
    position: relative;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox p, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox p {
    width: 175px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding: 13px 0;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-weight: bold;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01 {
    text-align: center;
    color: #0a5096;
    font-size: 18px;
    line-height: 150%;
    margin-top: 15px;
    font-weight: bold;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color01, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color01 {
    color: #ff9400;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color02, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color02 {
    color: #fe6561;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color03, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color03 {
    color: #8cc63f;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color04, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t01.color04 {
    color: #00bee2;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t02, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-wrapper .swiper-slide .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination {
    text-align: center;
    padding-bottom: 0px;
    bottom: 0;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #0a5096;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-prev, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-prev {
    display: block;
    width: 12px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon_prev01.svg);
    top: 50% !important;
    right: calc(50% + 156px) !important;
    left: auto !important;
    margin-top: -11px !important;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-prev::after, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-prev::after {
    display: none !important;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-next, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-next {
    display: block;
    width: 12px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon_next01.svg);
    top: 50% !important;
    left: calc(50% + 156px) !important;
    right: auto !important;
    margin-top: -11px !important;
  }
  main section.s07 .wrapper .sliderbox .swiper-area02 .swiper-button-next::after, main section.s08 .wrapper .sliderbox .swiper-area02 .swiper-button-next::after {
    display: none !important;
  }
  main section.s08 .wrapper .ttlbox01 {
    background-image: url(../images/msg_en05.svg);
  }
  main section.s09 {
    background-image: url(../images/tp0901.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0 20px 40px;
    margin-top: 30px;
  }
  main section.s09 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s09 .wrapper .ttlbox01 {
    background-image: url(../images/msg_en06.svg);
  }
  main section.s09 .wrapper .ttlbox01 .ttl {
    color: #fff;
  }
  main section.s09 .wrapper ul {
    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: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  main section.s09 .wrapper ul li {
    width: calc(50% - 7.5px);
  }
  main section.s09 .wrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 20px;
    font-weight: bold;
    color: #0a5096;
    background-image: url(../images/icon_next01.svg);
    background-size: 7px auto;
    background-position: center right 15px;
    background-repeat: no-repeat;
  }
  main section.s10 {
    background-color: #e6e6e6;
    padding: 30px 20px 50px;
  }
  main section.s10 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s10 .wrapper .ttlbox01 {
    background-image: url(../images/msg_en07.svg);
  }
  main section.s10 .wrapper .qabox {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 15px 10px 60px;
    position: relative;
  }
  main section.s10 .wrapper .qabox + .qabox {
    margin-top: 15px;
  }
  main section.s10 .wrapper .qabox.opened .q .icon.icon_open {
    display: none;
  }
  main section.s10 .wrapper .qabox.opened .q .icon.icon_close {
    display: block;
  }
  main section.s10 .wrapper .qabox .num {
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    color: #0a5096;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  main section.s10 .wrapper .qabox .q {
    padding-right: 30px;
    position: relative;
    cursor: pointer;
  }
  main section.s10 .wrapper .qabox .q p {
    font-size: 16px;
    line-height: 170%;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s10 .wrapper .qabox .q .icon {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 0;
  }
  main section.s10 .wrapper .qabox .q .icon.icon_open {
    background-image: url(../images/icon_qa_open.svg);
  }
  main section.s10 .wrapper .qabox .q .icon.icon_close {
    background-image: url(../images/icon_qa_close.svg);
    display: none;
  }
  main section.s10 .wrapper .qabox .a {
    margin-top: 5px;
    display: none;
    padding-right: 30px;
  }
  main section.s10 .wrapper .qabox .a p {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s11 {
    padding: 0 20px 50px;
  }
  main section.s11 .wrapper .ttlbox01 {
    background-image: url(../images/msg_en08.svg);
  }
  main section.s11 .wrapper .flowbox {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: scroll;
    margin-top: 20px;
  }
  main section.s11 .wrapper .flowbox img {
    width: 900px;
    display: block;
  }
  main section.s11 .wrapper dl {
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }
  main section.s11 .wrapper dl dt {
    width: 100px;
    margin: 0 auto;
  }
  main section.s11 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s11 .wrapper dl dd {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  main section.s11 .wrapper dl dd .t01 {
    font-size: 20px;
    font-weight: bold;
    color: #0a5096;
    line-height: 170%;
    text-align: center;
  }
  main section.s11 .wrapper dl dd .t01 span {
    color: #da6768;
  }
  main section.s11 .wrapper dl dd .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
    color: #0a5096;
  }
  main section.s11 .wrapper .btn_contact {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 25px 0;
    background-color: #0a5096;
    text-decoration: none;
    border-radius: 100px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 10px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  main section.s12 {
    background-color: #fbf0f0;
    padding: 20px 20px 50px;
  }
  main section.s12 .wrapper .ttlbox01 {
    background-image: url(../images/msg_en08.svg);
  }
  main section.s12 .wrapper ul {
    width: 100%;
    margin: 25px auto 0;
  }
  main section.s12 .wrapper ul li {
    position: relative;
  }
  main section.s12 .wrapper ul li + li {
    margin-top: 25px;
  }
  main section.s12 .wrapper ul li dl {
    border-radius: 6px;
    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;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
  }
  main section.s12 .wrapper ul li dl dt {
    width: 60px;
    background-color: #da6768;
    padding: 10px 0 10px;
    border-radius: 4px;
  }
  main section.s12 .wrapper ul li dl dt .step {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: #f5cf56;
  }
  main section.s12 .wrapper ul li dl dt .num {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
    line-height: 100%;
  }
  main section.s12 .wrapper ul li dl dd {
    width: calc(100% - 75px);
    padding: 0 0;
  }
  main section.s12 .wrapper ul li dl dd .t01 {
    font-size: 18px;
    line-height: 175%;
    font-weight: bold;
    color: #da6768;
  }
  main section.s12 .wrapper ul li dl dd .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 5px;
  }
  main section.s12 .wrapper ul li .arrow {
    width: 35px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    margin: 0 auto;
  }
  main section.s13 {
    padding: 40px 20px;
  }
  main section.s13 .wrapper .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s13 .wrapper .t02 {
    font-size: 14px;
    text-align: center;
    line-height: 100%;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s13 .wrapper a {
    width: 100%;
    width: 335px;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px 0 15px;
    background-color: #0a5096;
    text-decoration: none;
    border-radius: 100px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 10px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
  }
  main section.s13 .wrapper a span {
    display: block;
    font-size: 18px;
    line-height: 100%;
    margin-left: 0;
    vertical-align: top;
    margin-top: 3px;
  }
  main section.s14 {
    background-image: url(../images/tp1401.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s14 .wrapper {
    padding: 50px 20px;
  }
  main section.s14 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  main section.s14 .wrapper .msg {
    width: 335px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s14 .wrapper .t02 {
    font-size: 14px;
    text-align: center;
    line-height: 180%;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
    text-align: left;
  }
  main section.s15 {
    padding: 40px 20px;
    z-index: 2;
  }
  main section.s15 .wrapper .icon {
    width: 22px;
    display: block;
    margin: 0 auto;
  }
  main section.s15 .wrapper .t01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0a5096;
    margin-top: 5px;
  }
  main section.s15 .wrapper ul {
    width: 335px;
    margin: 30px auto 0;
    display: block;
  }
  main section.s15 .wrapper ul li {
    width: 335px;
    position: relative;
  }
  main section.s15 .wrapper ul li + li {
    margin-top: 25px;
  }
  main section.s15 .wrapper ul li img {
    width: 170px;
    display: block;
  }
  main section.s15 .wrapper ul li img.photo {
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s15 .wrapper .t02 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0a5096;
    margin-top: 40px;
  }
  main section.s15 .wrapper .arrow {
    width: 32px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
  }
  main section.s16 .wrapper .box01 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: none;
  }
  main section.s16 .wrapper .box01 .t01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    color: #0a5096;
  }
  main section.s16 .wrapper .box01 ul {
    width: 300px;
    margin: 20px auto 0;
  }
  main section.s16 .wrapper .box01 ul li {
    margin-top: 20px;
  }
  main section.s16 .wrapper .box01 ul li img {
    width: 100%;
    display: block;
  }
  main section.s16 .wrapper .t02 {
    background-color: #eee;
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 220%;
    color: #0a5096;
    font-weight: bold;
    text-align: left;
  }
  main section.s16 .wrapper .t02 span {
    background-color: #ecc856;
    padding: 5px 10px;
    line-height: 100%;
    display: inline-block;
    margin-right: 5px;
  }
  main section.s17 {
    background-color: #fff;
    padding: 40px 20px 50px;
  }
  main section.s17 .wrapper .t01 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #0a5096;
  }
  main section.s17 .wrapper .box {
    max-width: 1300px;
    margin: 30px auto 0;
    overflow-x: scroll;
  }
  main section.s17 .wrapper .box img {
    width: 900px;
    display: block;
  }
  main section.s17 .wrapper .t02 {
    text-align: center;
    color: #0a5096;
    font-size: 15px;
    font-weight: bold;
    margin-top: 35px;
  }
  main section.s17 .wrapper .t02 span {
    font-size: 12px;
  }
  main section.s17 .wrapper ul {
    width: 300px;
    margin: 20px auto 0;
    display: block;
  }
  main section.s17 .wrapper ul li {
    width: 100%;
  }
  main section.s17 .wrapper ul li + li {
    margin-top: 10px;
  }
  main section.s17 .wrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-color: #0a5096;
    font-weight: bold;
  }
  main section.s18 {
    z-index: 2;
    padding: 115px 0 70px;
    background-color: #eee;
  }
  main section.s18 .wrapper h6 {
    width: 300px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  main section.s18 .wrapper h6 img {
    width: 100%;
    display: block;
  }
  main section.s18 .wrapper ul li {
    padding: 0;
    position: relative;
  }
  main section.s18 .wrapper ul li::before {
    display: none;
  }
  main section.s18 .wrapper ul li img {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }
  main section.s18 .wrapper ul li .box {
    width: 100%;
    height: auto;
    text-align: right;
  }
  main section.s18 .wrapper ul li .box .txtbox {
    text-align: left;
    padding: 20px 20px !important;
    width: 100%;
    display: block;
  }
  main section.s18 .wrapper ul li .box .txtbox .t01 {
    color: #fff;
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
  }
  main section.s18 .wrapper ul li .box .txtbox .t02 {
    font-size: 14px;
    font-weight: bold;
    line-height: 170%;
    color: #fff;
    margin-top: 15px;
  }
  main section.s18 .wrapper ul li:nth-child(odd) {
    padding: 0;
  }
  main section.s18 .wrapper ul li:nth-child(odd) .box {
    text-align: left;
  }
  main section.s18 .wrapper ul li:nth-child(odd) .box .txtbox {
    width: 100%;
    text-align: left;
  }
  main section.s18 .wrapper ul li + li {
    margin-top: 0;
  }
  main section.s18 .wrapper ul li.li01::before {
    background-color: #0a5096;
  }
  main section.s18 .wrapper ul li.li01 .box {
    background-color: #da6768;
  }
  main section.s18 .wrapper ul li.li02::before {
    background-color: #231815;
  }
  main section.s18 .wrapper ul li.li02 .box {
    background-color: #f5cf56;
  }
  main section.s18 .wrapper ul li.li02 .box .txtbox .t01 {
    color: #231815;
  }
  main section.s18 .wrapper ul li.li02 .box .txtbox .t02 {
    color: #231815;
  }
  main section.s18 .wrapper ul li.li03::before {
    background-color: #eeeeee;
  }
  main section.s18 .wrapper ul li.li03 .box {
    background-color: #0a5096;
  }
  main section.s19 {
    background-color: #eee;
    padding-bottom: 40px;
    z-index: 100;
  }
  main section.s19 .wrapper .box {
    display: block;
  }
  main section.s19 .wrapper .box + .box {
    margin-top: 40px;
  }
  main section.s19 .wrapper .box:nth-child(even) .photobox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s19 .wrapper .box:nth-child(even) .photobox img {
    right: auto;
    left: 40px;
  }
  main section.s19 .wrapper .box:nth-child(even) .txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 50px 0 0;
    text-align: right;
  }
  main section.s19 .wrapper .box .photobox {
    width: 100%;
    height: 30vw;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  main section.s19 .wrapper .box .photobox img {
    height: 30px;
    display: block;
    position: absolute;
    top: -15px;
    right: 40px;
  }
  main section.s19 .wrapper .box .photobox.photobox01 {
    background-image: url(../images/tp1902.jpg);
  }
  main section.s19 .wrapper .box .photobox.photobox02 {
    background-image: url(../images/tp1904.jpg);
  }
  main section.s19 .wrapper .box .txtbox {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding: 30px 20px 0 !important;
  }
  main section.s19 .wrapper .box .txtbox .detail {
    width: 100%;
    display: block;
  }
  main section.s19 .wrapper .box .txtbox .detail dl + dl {
    margin-top: 15px;
  }
  main section.s19 .wrapper .box .txtbox .detail dl dt {
    border: 1px solid #0a5096;
    border-radius: 50px;
    font-size: 15px;
    line-height: 180%;
    color: #0a5096;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
  }
  main section.s19 .wrapper .box .txtbox .detail dl dt.active {
    background-color: #0a5096;
    color: #fff;
  }
  main section.s19 .wrapper .box .txtbox .detail dl dd {
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    color: #0a5096;
    margin-top: 10px;
  }
  main section.s20 .wrapper .linklist {
    display: block;
  }
  main section.s20 .wrapper .linklist li {
    width: 100%;
  }
  main section.s20 .wrapper .linklist li.li02 a {
    background-color: rgba(10, 80, 150, 0.2);
    color: #0a5096;
  }
  main section.s20 .wrapper .linklist li a {
    padding: 25px 0;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #0a5096;
    font-size: 16px;
    line-height: 100%;
    font-weight: bold;
  }
  main section.s20 .wrapper .t01 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 2px;
  }
  main section.s20 .wrapper .snslist {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
  }
  main section.s20 .wrapper .snslist li {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  main section.s20 .wrapper .snslist li a {
    width: 100%;
    display: block;
  }
  main section.s20 .wrapper .snslist li a img {
    width: 100%;
    display: block;
  }
}