@charset "UTF-8";
/* ------------------------------
 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: #383838;
  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%;
}

/*
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;
}

* {
  letter-spacing: 0.05em;
}

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

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

a:hover {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.pc {
  display: block !important;
}

.pc_mid {
  display: block !important;
}

.mid {
  display: none !important;
}

.mid_sp {
  display: none !important;
}

.sp {
  display: none !important;
}

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.en span {
  letter-spacing: 0.01em;
}

.en_copy {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.text_effect-js {
  overflow: hidden;
}
.text_effect-js span {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  display: inline-block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  letter-spacing: 0;
}
.text_effect-js span.space {
  display: inline-block;
  width: 15px;
}
.text_effect-js.effected span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}
.text_effect-js.effected span:nth-child(2) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.text_effect-js.effected span:nth-child(3) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.text_effect-js.effected span:nth-child(4) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.text_effect-js.effected span:nth-child(5) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.text_effect-js.effected span:nth-child(6) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.text_effect-js.effected span:nth-child(7) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.text_effect-js.effected span:nth-child(8) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.text_effect-js.effected span:nth-child(9) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.text_effect-js.effected span:nth-child(10) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.text_effect-js.effected span:nth-child(11) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.text_effect-js.effected span:nth-child(12) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.text_effect-js.effected span:nth-child(13) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.text_effect-js.effected span:nth-child(14) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.text_effect-js.effected span:nth-child(15) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.text_effect-js.effected span:nth-child(16) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.text_effect-js.effected span:nth-child(17) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.text_effect-js.effected span:nth-child(18) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.text_effect02 {
  overflow: hidden;
}
.text_effect02 span {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  display: inline-block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.text_effect02.effected span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}
.text_effect02.effected span:nth-child(2) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.text_effect02.effected span:nth-child(3) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.text_effect02.effected span:nth-child(4) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.text_effect02.effected span:nth-child(5) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.text_effect02.effected span:nth-child(6) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.text_effect02.effected span:nth-child(7) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.text_effect02.effected span:nth-child(8) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.text_effect02.effected span:nth-child(9) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.text_effect02.effected span:nth-child(10) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.text_effect02.effected span:nth-child(11) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.text_effect02.effected span:nth-child(12) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.text_effect02.effected span:nth-child(13) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.text_effect02.effected span:nth-child(14) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.text_effect02.effected span:nth-child(15) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.text_effect02.effected span:nth-child(16) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.text_effect02.effected span:nth-child(17) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.text_effect02.effected span:nth-child(18) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.text_effect03 {
  overflow: hidden;
}
.text_effect03 span {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  display: inline-block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.text_effect03.effected span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}
.text_effect03.effected span:nth-child(2) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.text_effect03.effected span:nth-child(3) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.text_effect03.effected span:nth-child(4) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.text_effect03.effected span:nth-child(5) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.text_effect03.effected span:nth-child(6) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.text_effect03.effected span:nth-child(7) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.text_effect03.effected span:nth-child(8) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.text_effect03.effected span:nth-child(9) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.text_effect03.effected span:nth-child(10) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.text_effect03.effected span:nth-child(11) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.text_effect03.effected span:nth-child(12) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.text_effect03.effected span:nth-child(13) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.text_effect03.effected span:nth-child(14) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.text_effect03.effected span:nth-child(15) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.text_effect03.effected span:nth-child(16) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.text_effect03.effected span:nth-child(17) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.text_effect03.effected span:nth-child(18) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 100000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
header.scrolled {
  background-color: #fff;
}
header.scrolled .wrapper .logo h1 img.logo_white {
  opacity: 0;
}
header.scrolled .wrapper .logo h1 img.logo_blue {
  opacity: 1;
}
header.scrolled .wrapper .logo h1 span {
  color: #043394;
}
header.scrolled .wrapper .gnav ul li a {
  color: #383838;
}
header.scrolled .wrapper .gnav ul li a::after {
  background-color: #383838;
}
header.scrolled .wrapper .btn_catlist {
  width: 170px;
  height: 40px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  padding-top: 11px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  border-radius: 90px;
  background-image: url(../images/bg_btn_catlist.jpg);
}
header.scrolled .wrapper .btn_catlist:hover {
  background-image: url(../images/bg_btn_catlist_hover.jpg);
}
header.scrolled .wrapper .btn_catlist img {
  width: 16px;
  vertical-align: top;
  margin-left: 10px;
}
header .wrapper {
  padding: 25px 220px 25px 30px;
  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;
  position: relative;
}
header .wrapper .logo {
  width: 240px;
  display: block;
  text-decoration: none;
  color: #fff;
}
header .wrapper .logo h1 {
  height: 30px;
  position: relative;
  text-align: right;
}
header .wrapper .logo h1 img {
  width: 119px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header .wrapper .logo h1 img.logo_white {
  opacity: 1;
}
header .wrapper .logo h1 img.logo_blue {
  opacity: 0;
}
header .wrapper .logo h1 span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  margin: 8px 0 0 15px;
}
header .wrapper .gnav {
  width: calc(100% - 260px);
}
header .wrapper .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
header .wrapper .gnav ul li {
  display: inline-block;
  margin-left: 20px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 100%;
  padding: 5px 0;
}
header .wrapper .gnav ul li a:hover::after {
  width: 96%;
}
header .wrapper .gnav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
header .wrapper .btn_catlist {
  width: 170px;
  height: 40px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  padding-top: 11px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
  border-radius: 90px;
  background-image: url(../images/bg_btn_catlist.jpg);
  background-size: cover;
  background-position: center center;
}
header .wrapper .btn_catlist:hover {
  background-image: url(../images/bg_btn_catlist_hover.jpg);
}
header .wrapper .btn_catlist img {
  width: 16px;
  vertical-align: top;
  margin-left: 10px;
}
header .ham {
  display: none;
  opacity: 0;
}
header .spmenu {
  display: none;
  opacity: 0;
}

main {
  min-width: 1200px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -79px;
  left: 0;
}

footer {
  min-width: 1200px;
  background-color: #383838;
  padding: 80px 80px;
}
footer .wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
footer .wrapper .logo {
  width: 200px;
  display: block;
  text-decoration: none;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .fnav {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 45px;
}
footer .wrapper .fnav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
footer .wrapper .fnav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
footer .wrapper .fnav li a:hover {
  opacity: 0.8;
}
footer .wrapper .linklist01 {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 110px;
}
footer .wrapper .linklist01 li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
footer .wrapper .linklist01 li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
footer .wrapper .linklist01 li a:hover {
  opacity: 0.8;
}
footer .wrapper .linklist01 li a img {
  width: 14px;
  vertical-align: top;
  margin-right: 5px;
}
footer .wrapper .copyright {
  font-size: 14px;
  color: #fff;
  text-align: right;
  width: 200px;
  position: absolute;
  right: 0;
  bottom: -3px;
}
footer .pagetop {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 1000000;
}
footer .pagetop .icon {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
footer .pagetop .icon:hover.icon01 {
  opacity: 0;
}
footer .pagetop .icon:hover.icon02 {
  opacity: 1;
}
footer .pagetop .icon.icon01 {
  opacity: 1;
}
footer .pagetop .icon.icon02 {
  opacity: 0;
}
footer .fixed_btn_area {
  display: none;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 1360px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .pc_mid {
    display: block !important;
  }
  .mid {
    display: block !important;
  }
  .mid_sp {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  header {
    position: relative;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  header.scrolled .wrapper .btn_catlist {
    right: 150px;
  }
  header .wrapper {
    padding: 25px 220px 25px 30px;
    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;
    position: relative;
  }
  header .wrapper .logo {
    width: 240px;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  header .wrapper .logo h1 {
    height: 30px;
    position: relative;
    text-align: right;
  }
  header .wrapper .logo h1 img {
    width: 119px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .wrapper .logo h1 img.logo_white {
    opacity: 1;
  }
  header .wrapper .logo h1 img.logo_blue {
    opacity: 0;
  }
  header .wrapper .logo h1 span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    display: inline-block;
    margin: 8px 0 0 15px;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btn_catlist {
    width: 170px;
    height: 40px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    padding-top: 11px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 150px;
    margin-top: -20px;
    border-radius: 90px;
    background-image: url(../images/bg_btn_catlist.jpg);
  }
  header .wrapper .btn_catlist:hover {
    background-image: url(../images/bg_btn_catlist_hover.jpg);
  }
  header .wrapper .btn_catlist img {
    width: 16px;
    vertical-align: top;
    margin-left: 10px;
  }
  header .ham {
    width: 100px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 30px;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    cursor: pointer;
    opacity: 1;
  }
  header .ham:hover.ham01 {
    opacity: 0;
  }
  header .ham:hover.ham02 {
    opacity: 1;
  }
  header .ham.ham01 {
    opacity: 1;
  }
  header .ham.ham02 {
    opacity: 0;
  }
  header .spmenu {
    width: 350px;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #383838;
    padding: 20px 30px;
    z-index: 1000000000;
    opacity: 1;
  }
  header .spmenu .spwrapper {
    position: relative;
  }
  header .spmenu .spwrapper .btn_catlist02 {
    width: 170px;
    height: 40px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    padding-top: 11px;
    color: #fff;
    border-radius: 90px;
    background-image: url(../images/bg_btn_catlist.jpg);
    background-size: cover;
    background-position: center center;
  }
  header .spmenu .spwrapper .btn_catlist02:hover {
    background-image: url(../images/bg_btn_catlist_hover.jpg);
  }
  header .spmenu .spwrapper .btn_catlist02 img {
    width: 16px;
    vertical-align: top;
    margin-left: 10px;
  }
  header .spmenu .spwrapper .close {
    width: 100px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .spmenu .spwrapper .splist01 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 60px;
  }
  header .spmenu .spwrapper .splist01 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .spmenu .spwrapper .splist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    font-weight: bold;
    line-height: 100%;
    background-image: url(../images/icon_link02.png);
    background-size: 12.5px auto;
    background-repeat: no-repeat;
    background-position: center right 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  header .spmenu .spwrapper .splist01 li a:hover {
    background-position: bottom 13px right 0;
  }
  header .spmenu .spwrapper .linklist01 {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 35px;
  }
  header .spmenu .spwrapper .linklist01 li {
    display: block;
    margin-top: 18px;
  }
  header .spmenu .spwrapper .linklist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }
  header .spmenu .spwrapper .linklist01 li a img {
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
  }
  footer {
    background-color: #383838;
    padding: 80px 80px;
  }
  footer .wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
  }
  footer .wrapper .logo {
    width: 200px;
    display: block;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .fnav {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 45px;
  }
  footer .wrapper .fnav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
  }
  footer .wrapper .fnav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  footer .wrapper .linklist01 {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 110px;
  }
  footer .wrapper .linklist01 li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
  }
  footer .wrapper .linklist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
  }
  footer .wrapper .linklist01 li a img {
    width: 14px;
    vertical-align: top;
    margin-right: 5px;
  }
  footer .wrapper .copyright {
    font-size: 14px;
    color: #fff;
    text-align: right;
    width: 200px;
    position: absolute;
    right: 0;
    bottom: -3px;
  }
}
/* ------------------------------
 common - width < $width-2
------------------------------ */
@media screen and (max-width: 640px) {
  html,
  body {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .pc_mid {
    display: none !important;
  }
  .mid {
    display: none !important;
  }
  .mid_sp {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  .text_effect-js {
    overflow: hidden;
  }
  .text_effect-js span.space {
    width: 8px;
  }
  header {
    width: 100%;
    min-width: 375px;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  header.scrolled .wrapper .btn_catlist {
    right: 150px;
  }
  header .wrapper {
    padding: 13px 10px 13px 12px;
    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;
    position: relative;
  }
  header .wrapper .logo {
    width: 190px;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  header .wrapper .logo h1 {
    height: 24px;
    position: relative;
    text-align: right;
  }
  header .wrapper .logo h1 img {
    width: 95px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .wrapper .logo h1 img.logo_white {
    opacity: 1;
  }
  header .wrapper .logo h1 img.logo_blue {
    opacity: 0;
  }
  header .wrapper .logo h1 span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 7px;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .wrapper .btn_catlist {
    display: none !important;
  }
  header .ham {
    width: 70px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    cursor: pointer;
    opacity: 1;
  }
  header .ham.ham01 {
    opacity: 1 !important;
  }
  header .ham.ham02 {
    opacity: 0 !important;
  }
  header .spmenu {
    width: 240px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #383838;
    padding: 85px 0 30px;
    z-index: 1000000000;
    opacity: 1;
    overflow-y: auto;
  }
  header .spmenu .spwrapper {
    position: relative;
  }
  header .spmenu .spwrapper .btn_catlist02 {
    width: 210px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    padding-top: 11px;
    color: #fff;
    border-radius: 90px;
    background-image: url(../images/bg_btn_catlist.jpg);
    background-size: cover;
    background-position: center center;
  }
  header .spmenu .spwrapper .btn_catlist02:hover {
    background-image: url(../images/bg_btn_catlist_hover.jpg);
  }
  header .spmenu .spwrapper .btn_catlist02 img {
    width: 16px;
    vertical-align: top;
    margin-left: 10px;
  }
  header .spmenu .spwrapper .close {
    width: 70px;
    display: block;
    position: absolute;
    top: -75px;
    right: 15px;
  }
  header .spmenu .spwrapper .splist01 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
  }
  header .spmenu .spwrapper .splist01 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .spmenu .spwrapper .splist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
    font-weight: bold;
    line-height: 100%;
    background-image: url(../images/icon_link02.png);
    background-size: 12.5px auto;
    background-repeat: no-repeat;
    background-position: center right 15px !important;
  }
  header .spmenu .spwrapper .linklist01 {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 35px;
    padding-left: 15px;
  }
  header .spmenu .spwrapper .linklist01 li {
    display: block;
    margin-top: 15px;
  }
  header .spmenu .spwrapper .linklist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }
  header .spmenu .spwrapper .linklist01 li a img {
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
  }
  main {
    min-width: 375px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -49px;
    left: 0;
  }
  footer {
    min-width: 0;
    background-color: #383838;
    padding: 65px 15px 30px;
  }
  footer .wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
  }
  footer .wrapper .logo {
    width: 160px;
    display: block;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .fnav {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  footer .wrapper .fnav li {
    display: block;
    vertical-align: top;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  footer .wrapper .fnav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
    font-size: 12px;
    padding: 19px 0;
  }
  footer .wrapper .linklist01 {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 35px;
  }
  footer .wrapper .linklist01 li {
    display: block;
    margin-top: 15px;
  }
  footer .wrapper .linklist01 li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }
  footer .wrapper .linklist01 li a img {
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
  }
  footer .wrapper .copyright {
    font-size: 12px;
    color: #fff;
    text-align: right;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
  footer .pagetop {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 1000000;
  }
  footer .pagetop .icon {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  footer .pagetop .icon:hover.icon01 {
    opacity: 0;
  }
  footer .pagetop .icon:hover.icon02 {
    opacity: 1;
  }
  footer .pagetop .icon.icon01 {
    opacity: 1;
  }
  footer .pagetop .icon.icon02 {
    opacity: 0;
  }
  footer .fixed_btn_area {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(56, 56, 56, 0.5);
    z-index: 1000000;
    padding: 7px 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  footer .fixed_btn_area.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  footer .fixed_btn_area .btn_catlist {
    width: 180px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 90px;
    background-image: url(../images/bg_btn_catlist.jpg);
  }
  footer .fixed_btn_area .btn_catlist:hover {
    background-image: url(../images/bg_btn_catlist_hover.jpg);
  }
  footer .fixed_btn_area .btn_catlist img {
    width: 14px;
    vertical-align: top;
    margin-left: 7px;
  }
  footer .fixed_btn_area .btn_close_fixed_btn {
    width: 6px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main section .wrapper .ttlbox .en {
  font-size: 80px;
  color: #043394;
  line-height: 100%;
  font-weight: 300;
}
main section .wrapper .ttlbox .ttl {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
main section.s01 .wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
main section.s01 .wrapper .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}
main section.s01 .wrapper .blue_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
}
main section.s01 .wrapper .txt {
  position: absolute;
  bottom: 85px;
  left: 70px;
  z-index: 100;
}
main section.s01 .wrapper .txt .t01 {
  font-size: 140px;
  font-weight: 300;
  color: #fff;
  line-height: 100%;
}
main section.s01 .wrapper .txt .t01 span {
  font-size: 140px;
  font-weight: 300;
  color: #fff;
  line-height: 100%;
}
main section.s01 .wrapper .txt .t01 span.space {
  display: inline-block;
  width: 35px;
}
main section.s02 {
  background-image: url(../images/s0201.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding: 95px 40px;
}
main section.s02 .wrapper {
  width: 1120px;
  margin: 0 auto;
}
main section.s02 .wrapper .dl01 {
  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.s02 .wrapper .dl01 dt {
  width: 50%;
  line-height: 100%;
  color: #fff;
  font-size: 60px;
}
main section.s02 .wrapper .dl01 dt p {
  font-weight: 300;
}
main section.s02 .wrapper .dl01 dd {
  text-align: right;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 {
  width: 140px;
  display: inline-block;
  height: 50px;
  cursor: pointer;
  position: relative;
}
main section.s02 .wrapper .dl01 dd .btn_acc01.opened .icon01 {
  display: none;
}
main section.s02 .wrapper .dl01 dd .btn_acc01.opened .icon02 {
  display: block;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01:hover img.icon0101 {
  opacity: 0;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01:hover img.icon0102 {
  opacity: 1;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img.icon0101 {
  opacity: 1;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img.icon0102 {
  opacity: 0;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 {
  width: 100%;
  height: 50px;
  display: none;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02:hover img.icon0201 {
  opacity: 0;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02:hover img.icon0202 {
  opacity: 1;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img.icon0201 {
  opacity: 1;
}
main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img.icon0202 {
  opacity: 0;
}
main section.s02 .wrapper .t01 {
  width: 960px;
  margin: 80px auto 50px;
  text-align: right;
  display: none;
}
main section.s02 .wrapper .t01.opened span {
  opacity: 1;
}
main section.s02 .wrapper .t01 span {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  padding-top: 60px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
main section.s02 .wrapper .t01 span::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
main section.s03 {
  padding: 140px 40px;
}
main section.s03 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s03 .wrapper .t01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 50px;
}
main section.s03 .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;
  gap: 0 35px;
  margin-top: 70px;
}
main section.s03 .wrapper ul li {
  width: calc((100% - 70px) / 3);
}
main section.s03 .wrapper ul li:hover .detail .icon.icon01 {
  opacity: 0;
}
main section.s03 .wrapper ul li:hover .detail .icon.icon02 {
  opacity: 1;
}
main section.s03 .wrapper ul li.li01 .detail {
  background-image: url(../images/s0301.jpg);
}
main section.s03 .wrapper ul li.li01:hover .detail {
  background-image: url(../images/s0302.jpg);
}
main section.s03 .wrapper ul li.li02 .detail {
  background-image: url(../images/s0304.jpg);
}
main section.s03 .wrapper ul li.li02:hover .detail {
  background-image: url(../images/s0305.jpg);
}
main section.s03 .wrapper ul li.li03 .detail {
  background-image: url(../images/s0307.jpg);
}
main section.s03 .wrapper ul li.li03:hover .detail {
  background-image: url(../images/s0308.jpg);
}
main section.s03 .wrapper ul li .detail {
  display: block;
  height: 350px;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  padding: 30px 0 0 40px;
}
main section.s03 .wrapper ul li .detail .t02 {
  font-size: 40px;
  font-weight: 300 !important;
}
main section.s03 .wrapper ul li .detail .t03 {
  font-size: 16px;
  font-weight: 500;
}
main section.s03 .wrapper ul li .detail .icon {
  width: 60px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s03 .wrapper ul li .detail .icon.icon01 {
  opacity: 1;
}
main section.s03 .wrapper ul li .detail .icon.icon02 {
  opacity: 0;
}
main section.s04 {
  padding: 160px 40px 60px;
  background-size: cover;
  background-position: top 0 center;
  background-image: url(../images/s0401.jpg);
}
main section.s04 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s04 .wrapper .ttlbox .en {
  color: #fff;
}
main section.s04 .wrapper .ttlbox .ttl {
  color: #fff;
}
main section.s04 .wrapper .swiper-area01 {
  margin-top: 70px;
}
main section.s04 .wrapper .swiper-area01 .swiper {
  padding-bottom: 140px;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  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;
  border-radius: 20px;
  overflow: hidden;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photo {
  width: calc(50% - 80px);
  height: 770px;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox {
  width: calc(50% + 80px);
  height: 770px;
  padding: 80px 70px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t01 {
  font-size: 30px;
  font-weight: bold;
  color: #043394;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t02 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 13px;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t03 {
  font-size: 18px;
  line-height: 200%;
  margin-top: 35px;
  font-weight: 500;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .btn_detail {
  width: 320px;
  height: 66px;
  margin-top: 55px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 23px 0 0 30px;
  color: #fff;
  border-radius: 90px;
  background-image: url(../images/icon_link01.svg);
  background-size: 16px auto;
  background-position: center right 25px;
  background-repeat: no-repeat;
  border: 1px solid #043394;
  background-color: #043394;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .btn_detail:hover {
  background-color: #fff;
  padding-left: 45px;
  color: #043394;
  background-image: url(../images/icon_link01_hover.svg);
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .btn_detail img {
  width: 16px;
  vertical-align: top;
  margin: 2px 0 0 30px;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t04 {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t04::before {
  width: 20px;
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
main section.s04 .wrapper .swiper-pagination {
  text-align: center;
  padding-bottom: 0;
  bottom: 122px;
}
main section.s04 .wrapper .swiper-pagination span {
  width: 14px;
  height: 14px;
  margin: 0 12px;
  background-color: transparent !important;
  opacity: 1 !important;
  border: 2px solid #fff;
}
main section.s04 .wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
main section.s04 .wrapper .swiper-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn_prev01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: auto !important;
  left: calc(50% - 145px) !important;
  bottom: 110px;
  margin-top: -25px !important;
  z-index: 1000000;
}
main section.s04 .wrapper .swiper-button-prev::after {
  display: none !important;
}
main section.s04 .wrapper .swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn_next01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: auto !important;
  right: calc(50% - 145px) !important;
  bottom: 110px;
  left: auto !important;
  margin-top: -25px !important;
  z-index: 1000000;
}
main section.s04 .wrapper .swiper-button-next::after {
  display: none !important;
}
main section.s05 .wrapper .swiper-area02 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.s05 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 520px;
}
main section.s05 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.s06 {
  padding: 140px 40px 90px;
  background-color: #ECF1F4;
}
main section.s06 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s06 .wrapper .job_detail {
  background-color: #fff;
  margin-top: 70px;
  -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
}
main section.s06 .wrapper .job_detail + .job_detail {
  margin-top: 45px;
}
main section.s06 .wrapper .job_detail + .job_detail .detailbox {
  display: none;
}
main section.s06 .wrapper .job_detail.opened .btn_acc dd .icon01 {
  display: none;
}
main section.s06 .wrapper .job_detail.opened .btn_acc dd .icon02 {
  display: block;
}
main section.s06 .wrapper .job_detail .btn_acc {
  height: 175px;
  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: 0 80px;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s06 .wrapper .job_detail .btn_acc:hover {
  background-color: #38B1DD;
}
main section.s06 .wrapper .job_detail .btn_acc:hover dt {
  color: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s06 .wrapper .job_detail .btn_acc:hover dd .icon01 img.icon0101 {
  opacity: 0;
}
main section.s06 .wrapper .job_detail .btn_acc:hover dd .icon01 img.icon0102 {
  opacity: 1;
}
main section.s06 .wrapper .job_detail .btn_acc:hover dd .icon02 img.icon0201 {
  opacity: 0;
}
main section.s06 .wrapper .job_detail .btn_acc:hover dd .icon02 img.icon0202 {
  opacity: 1;
}
main section.s06 .wrapper .job_detail .btn_acc dt {
  width: calc(100% - 50px);
  font-size: 24px;
  font-weight: bold;
}
main section.s06 .wrapper .job_detail .btn_acc dt span {
  font-size: 18px;
}
main section.s06 .wrapper .job_detail .btn_acc dd {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon01 {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img.icon0101 {
  opacity: 1;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img.icon0102 {
  opacity: 0;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02 {
  width: 100%;
  height: 50px;
  display: none;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02:hover img.icon0201 {
  opacity: 0;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02:hover img.icon0202 {
  opacity: 1;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img.icon0201 {
  opacity: 1;
}
main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img.icon0202 {
  opacity: 0;
}
main section.s06 .wrapper .job_detail .detailbox {
  padding: 0 80px 80px;
}
main section.s06 .wrapper .job_detail .detailbox .photo {
  width: 100%;
  display: block;
}
main section.s06 .wrapper .job_detail .detailbox .t01 {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  color: #38B1DD;
  margin-top: 55px;
  position: relative;
  padding-left: 20px;
}
main section.s06 .wrapper .job_detail .detailbox .t01::before {
  content: "";
  display: block;
  width: 8px;
  height: 30px;
  background-color: #38B1DD;
  position: absolute;
  top: 5px;
  left: 0;
}
main section.s06 .wrapper .job_detail .detailbox .t02 {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  margin-top: 35px;
}
main section.s06 .wrapper .job_detail .detailbox .list01 {
  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: 45px;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01 {
  width: calc(50% - 25px);
  padding: 55px 60px;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01.li0101 {
  background-color: #DFF9FD;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01.li0102 {
  background-color: #E5FFEF;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dt {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #38B1DD;
  padding-bottom: 12px;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd {
  margin-top: 15px;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd ul li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 18px;
  margin-top: 7px;
  font-weight: 500;
}
main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd ul li::before {
  width: 18px;
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
main section.s06 .wrapper .job_detail .detailbox .btn_detail {
  width: 300px;
  height: 66px;
  margin: 60px auto 0;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 23px 0 0 30px;
  color: #fff;
  border-radius: 90px;
  background-image: url(../images/icon_link01.svg);
  background-size: 16px auto;
  background-position: center right 25px;
  background-repeat: no-repeat;
  border: 1px solid #043394;
  background-color: #043394;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
main section.s06 .wrapper .job_detail .detailbox .btn_detail:hover {
  background-color: #fff;
  padding-left: 45px;
  color: #043394;
  background-image: url(../images/icon_link01_hover.svg);
}
main section.s06 .wrapper .job_detail .detailbox .btn_detail img {
  width: 16px;
  vertical-align: top;
  margin: 2px 0 0 30px;
}
main section.s06 .wrapper .job_detail .detailbox .t04 {
  text-align: center;
}
main section.s06 .wrapper .job_detail .detailbox .t04 span {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  display: inline-block;
}
main section.s06 .wrapper .job_detail .detailbox .t04 span::before {
  width: 20px;
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
main section.s07 {
  padding: 160px 0;
}
main section.s07 .wrapper .ttlbox {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
main section.s07 .wrapper .box01 {
  padding-left: calc(50% - 640px);
  margin-top: 55px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper {
  height: 700px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
  width: 300px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 300px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox {
  height: 560px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .txtbox {
  width: 100%;
  border-radius: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .txtbox .t02 {
  display: block;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .iconbox {
  display: block;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .photo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .iconbox .icon.icon01 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .iconbox .icon.icon02 {
  opacity: 1;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  cursor: pointer;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox {
  height: 400px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox {
  width: 191px;
  border-radius: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 18px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color01 {
  background-color: #38B1DD;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color02 {
  background-color: #4ACED9;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color03 {
  background-color: #3997DD;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox .t01 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox .t02 {
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  color: #fff;
  margin-top: 5px;
  display: none;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon.icon01 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon.icon02 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .t03 {
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 15px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn_prev01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: auto !important;
  right: 195px !important;
  bottom: 200px;
  left: auto !important;
  margin-top: 0 !important;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev:hover {
  background-image: url(../images/btn_prev01_hover.svg);
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev::after {
  display: none !important;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn_next01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: auto !important;
  right: 125px !important;
  bottom: 200px;
  left: auto !important;
  margin-top: 0 !important;
  z-index: 1000000;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next:hover {
  background-image: url(../images/btn_next01_hover.svg);
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next::after {
  display: none !important;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 55px;
  bottom: 200px;
  z-index: 1000000;
  display: none;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop.active {
  display: block;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn:hover {
  cursor: pointer;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn:hover.btn01 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn:hover.btn02 {
  opacity: 1;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn.btn01 {
  opacity: 1;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn.btn02 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 55px;
  bottom: 200px;
  z-index: 1000000;
  display: none;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play.active {
  display: block;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn:hover {
  cursor: pointer;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn:hover.btn01 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn:hover.btn02 {
  opacity: 1;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn.btn01 {
  opacity: 1;
}
main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn.btn02 {
  opacity: 0;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination {
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 18px;
  padding-right: 270px;
  padding-bottom: 40px;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total {
  position: relative;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -14px;
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  background-color: #fff;
}
main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total::after {
  z-index: 2;
  position: absolute;
  top: 13px;
  left: -11px;
  width: 6px;
  height: 2px;
  background-color: #383838;
  content: "";
  display: block;
}
main section.s08 {
  padding: 160px 40px;
  background-image: url(../images/s0801.jpg);
  background-size: cover;
  background-position: top 0 center;
}
main section.s08 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s08 .wrapper .ttlbox .en {
  color: #fff;
}
main section.s08 .wrapper .ttlbox .ttl {
  color: #fff;
}
main section.s08 .wrapper .faq_detail {
  background-color: #fff;
  margin-top: 70px;
  -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
}
main section.s08 .wrapper .faq_detail + .faq_detail {
  margin-top: 45px;
}
main section.s08 .wrapper .faq_detail + .faq_detail .detailbox {
  display: none;
}
main section.s08 .wrapper .faq_detail.opened .btn_acc dd .icon01 {
  display: none;
}
main section.s08 .wrapper .faq_detail.opened .btn_acc dd .icon02 {
  display: block;
}
main section.s08 .wrapper .faq_detail .btn_acc {
  height: 175px;
  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: 0 80px;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover {
  background-color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover dt {
  color: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover dd .icon01 img.icon0101 {
  opacity: 0;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover dd .icon01 img.icon0102 {
  opacity: 1;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover dd .icon02 img.icon0201 {
  opacity: 0;
}
main section.s08 .wrapper .faq_detail .btn_acc:hover dd .icon02 img.icon0202 {
  opacity: 1;
}
main section.s08 .wrapper .faq_detail .btn_acc dt {
  width: calc(100% - 50px);
  font-size: 24px;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .btn_acc dt span {
  font-size: 18px;
}
main section.s08 .wrapper .faq_detail .btn_acc dd {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0101 {
  opacity: 1;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0102 {
  opacity: 0;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 {
  width: 100%;
  height: 50px;
  display: none;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02:hover img.icon0201 {
  opacity: 0;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02:hover img.icon0202 {
  opacity: 1;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0201 {
  opacity: 1;
}
main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0202 {
  opacity: 0;
}
main section.s08 .wrapper .faq_detail .detailbox {
  padding: 0 80px 1px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid {
  display: block;
  margin-bottom: 80px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .t01 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 {
  margin-top: 55px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dt01 {
  font-size: 24px;
  font-weight: bold;
  color: #38B1DD;
  line-height: 100%;
  border-left: 7px solid #38B1DD;
  padding: 3px 0 3px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 {
  margin-top: 30px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table {
  width: 100%;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table tr th {
  width: 300px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  background-color: #043394;
  vertical-align: middle;
  border-top: 12px solid #fff;
  padding: 15px 40px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table tr td {
  font-size: 16px;
  line-height: 200%;
  font-weight: 500;
  vertical-align: middle;
  background-color: #ECF1F4;
  border-top: 12px solid #fff;
  padding: 15px 40px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t01 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table {
  width: 100%;
  margin-top: 50px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td {
  vertical-align: middle;
  line-height: 150%;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td01 {
  border-right: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td02 {
  border-right: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td03 {
  border-right: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr01 td {
  background-color: #ECF1F4;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td {
  border-top: 10px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td01 {
  width: 60px;
  background-color: #3997DD;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td02 {
  width: 60px;
  background-color: #3997DD;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td03 {
  width: 160px;
  background-color: rgba(57, 151, 221, 0.1);
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 {
  background-color: rgba(57, 151, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li {
  padding-left: 110px;
  position: relative;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li + li {
  margin-top: 5px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li::before {
  content: "：";
  display: block;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li span {
  width: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td {
  border-top: 20px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td01 {
  background-color: #38B1DD;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td02 {
  background-color: #38B1DD;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td03 {
  background-color: rgba(56, 177, 221, 0.1);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td03 span {
  display: block;
  margin-top: 15px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 {
  background-color: rgba(56, 177, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li {
  padding-left: 110px;
  position: relative;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li + li {
  margin-top: 5px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li::before {
  content: "：";
  display: block;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li span {
  width: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td {
  border-top: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td03 {
  background-color: rgba(56, 177, 221, 0.1);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td03 span {
  display: block;
  margin-top: 15px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td04 {
  background-color: rgba(56, 177, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td {
  border-top: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td02 {
  background-color: #38B1DD;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td03 {
  background-color: rgba(56, 177, 221, 0.1);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td03 span {
  display: block;
  margin-top: 15px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 {
  background-color: rgba(56, 177, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li {
  padding-left: 110px;
  position: relative;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li + li {
  margin-top: 5px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li::before {
  content: "：";
  display: block;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li span {
  width: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td {
  border-top: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td03 {
  background-color: rgba(56, 177, 221, 0.1);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td03 span {
  display: block;
  margin-top: 15px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td04 {
  background-color: rgba(56, 177, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td {
  border-top: 5px solid #fff;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td.td02 {
  background-color: #38B1DD;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td.td04, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td.td04 {
  background-color: rgba(56, 177, 221, 0.1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 20px 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t02 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t02 span {
  padding-right: 5px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .t01 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 {
  margin-top: 55px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dt01 {
  font-size: 24px;
  font-weight: bold;
  color: #38B1DD;
  line-height: 100%;
  border-left: 7px solid #38B1DD;
  padding: 3px 0 3px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 {
  margin-top: 30px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 .t02 {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 .picture01 {
  width: 100%;
  display: block;
  margin-top: 55px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table {
  width: 100%;
  margin-top: 15px;
  table-layout: fixed;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr td {
  border: 5px solid #fff;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td01 {
  width: 100px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td02 {
  width: calc((100% - 100px) / 2);
  background-color: #38B1DD;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td03 {
  width: calc((100% - 100px) / 2);
  background-color: #4ACED9;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td01 {
  background-color: #ECF1F4;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td02 {
  background-color: #DFF9FD;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td03 {
  background-color: #E5FFEF;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t01 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .picture01 {
  display: block;
  max-width: 100%;
  margin: 55px auto 0;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t02 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t02 span {
  padding-right: 5px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table {
  width: 100%;
  margin-top: 50px;
  table-layout: fixed;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr td {
  text-align: center;
  border: 5px solid #fff;
  vertical-align: middle;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td {
  font-size: 16px;
  line-height: 100%;
  padding: 10px 0;
  font-weight: bold;
  background-color: #ECF1F4;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td.td01 {
  width: 180px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td.td02 {
  width: 130px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td {
  height: 125px;
  padding: 15px 10px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td02 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 {
  padding: 15px 25px;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 ul li, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 ul li, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 ul li {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  padding-left: 16px;
  position: relative;
  text-align: left;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 ul li::before, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 ul li::before, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 ul li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td02 {
  background-color: #3997DD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 {
  background-color: #EBF4FC;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td02 {
  background-color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 {
  background-color: #DFF9FD;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td02 {
  background-color: #4ACED9;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 {
  background-color: #E5FFEF;
}
main section.s08 .wrapper .faq_detail .detailbox .detail_content_sp {
  display: none;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 {
  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.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left {
  width: calc(100% - 400px);
  margin-bottom: 80px;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dt01 {
  font-size: 24px;
  font-weight: bold;
  color: #38B1DD;
  line-height: 150%;
  padding: 3px 0 3px 17px;
  position: relative;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dt01::before {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #38B1DD;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dd01 {
  margin-top: 30px;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right {
  width: 360px;
  margin-bottom: 80px;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .photobox {
  border: 1px solid #B9BEC1;
  border-radius: 10px;
  overflow: hidden;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .photobox img {
  width: 100%;
  display: block;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .t02 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .t02 span {
  padding-right: 5px;
}
main section.s09 {
  padding: 160px 40px 120px;
  background-image: url(../images/s0901.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s09 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s09 .wrapper .ttlbox .en {
  color: #fff;
}
main section.s09 .wrapper .ttlbox .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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin-top: 60px;
}
main section.s09 .wrapper ul li {
  width: calc((100% - 105px) / 4);
  border-radius: 20px;
  background-color: #fff;
  padding: 22px 0;
}
main section.s09 .wrapper ul li .photo {
  width: 80px;
  display: block;
  margin: 0 auto;
}
main section.s09 .wrapper ul li p {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #043394;
  margin-top: 8px;
}
main section.s10 {
  padding: 160px 40px;
  background-color: #ECF1F4;
}
main section.s10 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
main section.s10 .wrapper .faq_detail {
  background-color: #fff;
  margin-top: 70px;
  -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
}
main section.s10 .wrapper .faq_detail + .faq_detail {
  margin-top: 45px;
}
main section.s10 .wrapper .faq_detail + .faq_detail .detailbox {
  display: none;
}
main section.s10 .wrapper .faq_detail.opened .btn_acc dd .icon01 {
  display: none;
}
main section.s10 .wrapper .faq_detail.opened .btn_acc dd .icon02 {
  display: block;
}
main section.s10 .wrapper .faq_detail .btn_acc {
  height: 175px;
  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: 0 80px;
  cursor: pointer;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover {
  background-color: #38B1DD;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dt {
  color: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dt span {
  color: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dd .icon01 img.icon0101 {
  opacity: 0;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dd .icon01 img.icon0102 {
  opacity: 1;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dd .icon02 img.icon0201 {
  opacity: 0;
}
main section.s10 .wrapper .faq_detail .btn_acc:hover dd .icon02 img.icon0202 {
  opacity: 1;
}
main section.s10 .wrapper .faq_detail .btn_acc dt {
  width: calc(100% - 50px);
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
main section.s10 .wrapper .faq_detail .btn_acc dt span {
  font-size: 30px;
  color: #043394;
  position: absolute;
  top: -6px;
  left: 0;
}
main section.s10 .wrapper .faq_detail .btn_acc dd {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0101 {
  opacity: 1;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0102 {
  opacity: 0;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 {
  width: 100%;
  height: 50px;
  display: none;
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px;
  text-align: right;
  color: #fff;
  padding-right: 70px;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02:hover img.icon0201 {
  opacity: 0;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02:hover img.icon0202 {
  opacity: 1;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img {
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0201 {
  opacity: 1;
}
main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0202 {
  opacity: 0;
}
main section.s10 .wrapper .faq_detail .detailbox {
  margin-top: 0;
  padding: 0 80px 1px;
}
main section.s10 .wrapper .faq_detail .detailbox .t01 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  margin-bottom: 80px;
}
main section.s10 .wrapper .faq_detail .detailbox ul {
  margin-top: -20px;
  margin-bottom: 60px;
}
main section.s10 .wrapper .faq_detail .detailbox ul li {
  border: 2px solid #B9BEC1;
  position: relative;
}
main section.s10 .wrapper .faq_detail .detailbox ul li + li {
  margin-top: 45px;
}
main section.s10 .wrapper .faq_detail .detailbox ul li dl {
  height: 165px;
  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: 0 65px;
}
main section.s10 .wrapper .faq_detail .detailbox ul li dl dt {
  width: 390px;
  position: relative;
  padding-left: 70px;
}
main section.s10 .wrapper .faq_detail .detailbox ul li dl dt .num {
  color: #043394;
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 0;
}
main section.s10 .wrapper .faq_detail .detailbox ul li dl dt .flowname {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
main section.s10 .wrapper .faq_detail .detailbox ul li dl dd {
  width: calc(100% - 390px);
}
main section.s10 .wrapper .faq_detail .detailbox ul li .arrow {
  display: block;
  width: 24px;
  position: absolute;
  bottom: -26px;
  left: 67px;
}
main section.s11 {
  background-image: url(../images/s1101.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 40px;
}
main section.s11::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
main section.s11 .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main section.s11 .wrapper a {
  width: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 0 80px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-image: url(../images/icon_link01_hover.svg);
  background-size: 26px auto;
  background-position: center right 80px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
main section.s11 .wrapper a:hover {
  background-color: rgba(56, 177, 221, 0.4);
  padding: 0 80px 0 110px;
  background-image: url(../images/icon_link01.svg);
}
main section.s11 .wrapper a:hover dl dd,
main section.s11 .wrapper a:hover dl dt {
  color: #fff;
}
main section.s11 .wrapper a dl {
  height: 240px;
  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 a dl dt {
  width: 260px;
  font-size: 60px;
  color: #043394;
  line-height: 100%;
  font-weight: 300;
}
main section.s11 .wrapper a dl dd {
  width: calc(100% - 260px);
  font-size: 24px;
  font-weight: 500;
  color: #043394;
}

.modal_contents {
  background-color: rgba(185, 190, 193, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  min-width: 1200px;
  padding: 120px 0;
  overflow-y: auto;
  display: none;
}
.modal_contents .modal_wrapper {
  width: 1120px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.modal_contents .modal_wrapper .btn_close_modal01 {
  width: 100px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}
.modal_contents .modal_wrapper .btn_close_modal01:hover {
  cursor: pointer;
}
.modal_contents .modal_wrapper .btn_close_modal01:hover img.btn01 {
  opacity: 0;
}
.modal_contents .modal_wrapper .btn_close_modal01:hover img.btn02 {
  opacity: 1;
}
.modal_contents .modal_wrapper .btn_close_modal01 img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: absolute;
  top: 0;
  right: 0;
}
.modal_contents .modal_wrapper .btn_close_modal01 img.btn01 {
  opacity: 1;
}
.modal_contents .modal_wrapper .btn_close_modal01 img.btn02 {
  opacity: 0;
}
.modal_contents .modal_wrapper .btn_close_modal02 {
  padding: 40px 0;
  background-color: #ECF1F4;
  cursor: pointer;
}
.modal_contents .modal_wrapper .btn_close_modal02 img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.modal_contents.modal01 .modal_wrapper .modal_inner {
  background-color: #fff;
}
.modal_contents.modal01 .modal_wrapper .modal_inner .box01 {
  height: 353px;
  padding-top: 90px;
  background-image: url(../images/modal0101.jpg);
  background-size: cover;
  background-position: center center;
}
.modal_contents.modal01 .modal_wrapper .modal_inner .box01 .t01 {
  text-align: center;
  font-size: 80px;
  color: #fff;
  font-weight: 300;
}
.modal_contents.modal01 .modal_wrapper .modal_inner .box01 .t02 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul {
  width: 846px;
  margin: 0 auto;
  padding: 80px 0;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li {
  border-bottom: 1px solid #B9BEC1;
  padding: 40px 0;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li:first-child {
  border-top: 1px solid #B9BEC1;
}
.modal_contents.modal01 .modal_wrapper .modal_inner 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;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dt {
  width: 180px;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dt img {
  width: 100%;
  display: block;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd {
  width: calc(100% - 180px);
  padding-left: 45px;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .num {
  font-size: 16px;
  color: #043394;
  letter-spacing: 1px;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .t03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 15px;
}
.modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .t04 {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  margin-top: 30px;
}
.modal_contents.modal02 .modal_wrapper .modal_inner {
  background-color: #fff;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box01 {
  height: 353px;
  padding-top: 90px;
  background-image: url(../images/modal0201.jpg);
  background-size: cover;
  background-position: center center;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box01 .t01 {
  text-align: center;
  font-size: 80px;
  color: #fff;
  font-weight: 300;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box01 .t02 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 {
  width: 840px;
  margin: 0 auto;
  padding: 80px 0;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 .t04 {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li {
  margin-top: 55px;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li:nth-child(even) dl dd .t03 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li:nth-child(even) dl dd .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dt {
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  color: #38B1DD;
  position: relative;
  padding-left: 20px;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 30px;
  background-color: #38B1DD;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd {
  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: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd .t03 {
  width: calc(100% - 440px);
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
.modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd .photo {
  width: 390px;
  display: block;
}
.modal_contents.modal03 .modal_wrapper .modal_inner, .modal_contents.modal04 .modal_wrapper .modal_inner, .modal_contents.modal05 .modal_wrapper .modal_inner, .modal_contents.modal06 .modal_wrapper .modal_inner {
  background-color: #fff;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal04 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal05 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal06 .modal_wrapper .modal_inner .mainphoto {
  width: 100%;
  display: block;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01, .modal_contents.modal04 .modal_wrapper .modal_inner .box01, .modal_contents.modal05 .modal_wrapper .modal_inner .box01, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 {
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox {
  width: 800px;
  border-radius: 0 20px 0 20px;
  background-color: #38B1DD;
  margin-top: -160px;
  padding: 55px 60px;
  z-index: 2;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox .t01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox 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;
  margin-top: 30px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dt {
  width: 280px;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  color: #fff;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd {
  width: calc(100% - 280px);
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #fff;
  padding-left: 55px;
  line-height: 150%;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p {
  margin-top: 5px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span {
  width: 55px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 7px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul {
  width: 840px;
  margin: 0 auto;
  padding: 80px 0;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li + li {
  margin-top: 60px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dt {
  width: 360px;
  padding-right: 60px;
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  color: #38B1DD;
  position: relative;
  padding-left: 20px;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 10px);
  background-color: #38B1DD;
  position: absolute;
  top: 5px;
  left: 0;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dd {
  width: calc(100% - 360px);
  font-size: 16px;
  line-height: 200%;
  font-weight: 500;
}
.modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li .photo {
  width: 100%;
  display: block;
  margin-top: 55px;
  border-radius: 20px;
}
.modal_contents.color02 .modal_wrapper .modal_inner .box01 .txtbox {
  background-color: #4ACED9 !important;
}
.modal_contents.color02 .modal_wrapper .modal_inner .box01 ul li dl dt {
  color: #4ACED9;
}
.modal_contents.color02 .modal_wrapper .modal_inner .box01 ul li dl dt::before {
  background-color: #4ACED9 !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 1360px) {
  main section.s01 .wrapper .txt {
    left: 40px;
  }
  main section.s07 .wrapper .box01 {
    padding-left: 40px;
  }
}
/* ------------------------------
 width < $width-2
------------------------------ */
@media screen and (max-width: 640px) {
  main section .wrapper .ttlbox .en {
    font-size: 36px;
    color: #043394;
    line-height: 100%;
    font-weight: 300;
  }
  main section .wrapper .ttlbox .ttl {
    font-size: 18px;
    font-weight: 500;
    margin-top: 9px;
  }
  main section.s01 .wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  main section.s01 .wrapper .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    display: block;
  }
  main section.s01 .wrapper .txt {
    position: absolute;
    bottom: 30px;
    left: 15px;
  }
  main section.s01 .wrapper .txt .t01 {
    font-size: 54px;
    font-weight: 300;
    color: #fff;
    line-height: 100%;
  }
  main section.s01 .wrapper .txt .t01 span {
    font-size: 54px;
    font-weight: 300;
    color: #fff;
    line-height: 100%;
  }
  main section.s01 .wrapper .txt .t01 span.space {
    display: inline-block;
    width: 15px;
  }
  main section.s02 {
    background-image: url(../images/s0201_sp.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding: 36px 15px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .dl01 {
    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.s02 .wrapper .dl01 dt {
    width: 50%;
    line-height: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
  }
  main section.s02 .wrapper .dl01 dd {
    text-align: right;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 {
    width: 140px;
    display: inline-block;
    height: 30px;
    cursor: pointer;
    position: relative;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01.opened .icon01 {
    display: none;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01.opened .icon02 {
    display: block;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 {
    width: 100%;
    height: 30px;
    display: block;
    font-size: 14px;
    line-height: 100%;
    padding-top: 8px;
    text-align: right;
    color: #fff;
    padding-right: 40px;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img.icon0101 {
    opacity: 1 !important;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon01 img.icon0102 {
    opacity: 0 !important;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 {
    width: 100%;
    height: 30px;
    display: none;
    font-size: 14px;
    line-height: 100%;
    padding-top: 8px;
    text-align: right;
    color: #fff;
    padding-right: 40px;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img.icon0201 {
    opacity: 1 !important;
  }
  main section.s02 .wrapper .dl01 dd .btn_acc01 .icon02 img.icon0202 {
    opacity: 0 !important;
  }
  main section.s02 .wrapper .t01 {
    width: 100%;
    margin: 35px auto 50px;
    text-align: right;
    display: none;
  }
  main section.s02 .wrapper .t01.opened span {
    opacity: 1;
  }
  main section.s02 .wrapper .t01 span {
    display: block;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    opacity: 0;
    line-height: 200%;
  }
  main section.s02 .wrapper .t01 span::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 {
    padding: 90px 15px 105px;
  }
  main section.s03 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .t01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    margin-top: 30px;
  }
  main section.s03 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 10px;
  }
  main section.s03 .wrapper ul li.li01 .detail {
    background-image: url(../images/s0301_sp.jpg) !important;
  }
  main section.s03 .wrapper ul li.li02 .detail {
    background-image: url(../images/s0304_sp.jpg) !important;
  }
  main section.s03 .wrapper ul li.li03 .detail {
    background-image: url(../images/s0307_sp.jpg) !important;
  }
  main section.s03 .wrapper ul li .detail {
    display: block;
    height: 164px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    padding: 20px 0 0 20px;
  }
  main section.s03 .wrapper ul li .detail .t02 {
    font-size: 26px;
  }
  main section.s03 .wrapper ul li .detail .t03 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.s03 .wrapper ul li .detail .icon {
    width: 40px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s03 .wrapper ul li .detail .icon.icon01 {
    opacity: 1 !important;
  }
  main section.s03 .wrapper ul li .detail .icon.icon02 {
    opacity: 0 !important;
  }
  main section.s04 {
    padding: 90px 15px 60px;
    background-size: cover;
    background-position: top 0 center;
    background-image: url(../images/s0401_sp.jpg);
  }
  main section.s04 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .ttlbox .en {
    color: #fff;
  }
  main section.s04 .wrapper .ttlbox .ttl {
    color: #fff;
  }
  main section.s04 .wrapper .swiper-area01 {
    margin-top: 40px;
  }
  main section.s04 .wrapper .swiper-area01 .swiper {
    padding-bottom: 85px;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photo {
    width: 100%;
    height: auto;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t01 {
    font-size: 24px;
    font-weight: bold;
    color: #043394;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t02 {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 9px;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t03 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 15px;
    font-weight: 500;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .btn_detail {
    width: 235px;
    height: auto;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 13px 28px 13px 0 !important;
    color: #fff !important;
    background-color: #043394 !important;
    background-image: url(../images/icon_link01.svg) !important;
    background-size: 14px auto;
    background-position: center right 18px;
    background-repeat: no-repeat;
    border: 1px solid #043394;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    text-align: center;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t04 {
    font-size: 12px;
    position: relative;
    padding-left: 17px;
    margin-top: 20px;
    line-height: 170%;
  }
  main section.s04 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t04::before {
    width: 17px;
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
  main section.s04 .wrapper .swiper-pagination {
    text-align: center;
    padding-bottom: 0;
    bottom: 98px;
  }
  main section.s04 .wrapper .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background-color: transparent !important;
    opacity: 1 !important;
    border: 1px solid #fff;
  }
  main section.s04 .wrapper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  main section.s04 .wrapper .swiper-button-prev {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../images/btn_prev01_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: auto !important;
    left: calc(50% - 80px) !important;
    bottom: 90px;
    margin-top: -25px !important;
    z-index: 1000000;
  }
  main section.s04 .wrapper .swiper-button-prev::after {
    display: none !important;
  }
  main section.s04 .wrapper .swiper-button-next {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../images/btn_next01_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: auto !important;
    right: calc(50% - 80px) !important;
    bottom: 90px;
    left: auto !important;
    margin-top: -25px !important;
    z-index: 1000000;
  }
  main section.s04 .wrapper .swiper-button-next::after {
    display: none !important;
  }
  main section.s05 .wrapper .swiper-area02 .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.s05 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 240px;
  }
  main section.s06 {
    padding: 90px 15px 85px;
    background-color: #ECF1F4;
  }
  main section.s06 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s06 .wrapper .job_detail {
    background-color: #fff;
    margin-top: 40px;
    -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
            box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
  }
  main section.s06 .wrapper .job_detail + .job_detail {
    margin-top: 12px;
  }
  main section.s06 .wrapper .job_detail + .job_detail .detailbox {
    display: none;
  }
  main section.s06 .wrapper .job_detail.opened .btn_acc dd .icon01 {
    display: none;
  }
  main section.s06 .wrapper .job_detail.opened .btn_acc dd .icon02 {
    display: block;
  }
  main section.s06 .wrapper .job_detail .btn_acc {
    height: auto;
    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 15px;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: #fff !important;
  }
  main section.s06 .wrapper .job_detail .btn_acc dt {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: bold;
    color: #383838 !important;
    line-height: 150%;
  }
  main section.s06 .wrapper .job_detail .btn_acc dt span {
    font-size: 14px;
    line-height: 150%;
    display: block;
    margin-top: 5px;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon01 {
    width: 100%;
    height: 30px;
    display: block;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img.icon0101 {
    opacity: 1 !important;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon01 img.icon0102 {
    opacity: 0 !important;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon02 {
    width: 100%;
    height: 30px;
    display: none;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img.icon0201 {
    opacity: 1 !important;
  }
  main section.s06 .wrapper .job_detail .btn_acc dd .icon02 img.icon0202 {
    opacity: 0 !important;
  }
  main section.s06 .wrapper .job_detail .detailbox {
    padding: 0 15px 20px;
  }
  main section.s06 .wrapper .job_detail .detailbox .photo {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .job_detail .detailbox .t01 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #38B1DD;
    margin-top: 23px;
    position: relative;
    padding-left: 15px;
  }
  main section.s06 .wrapper .job_detail .detailbox .t01::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background-color: #38B1DD;
    position: absolute;
    top: 4px;
    left: 0;
  }
  main section.s06 .wrapper .job_detail .detailbox .t02 {
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
    margin-top: 15px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 {
    display: block;
    margin-top: 15px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01 {
    width: 100%;
    padding: 15px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01.li0101 {
    background-color: #DFF9FD;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01.li0102 {
    background-color: #E5FFEF;
    margin-top: 12px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #38B1DD;
    padding-bottom: 10px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd {
    margin-top: 15px;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd ul li {
    font-size: 14px;
    line-height: 160%;
    position: relative;
    padding-left: 14px;
    margin-top: 7px;
    font-weight: 500;
  }
  main section.s06 .wrapper .job_detail .detailbox .list01 .li01 dl dd ul li::before {
    width: 14px;
    display: block;
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s06 .wrapper .job_detail .detailbox .btn_detail {
    width: 235px;
    height: auto;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 13px 28px 13px 0 !important;
    color: #fff !important;
    background-color: #043394 !important;
    background-image: url(../images/icon_link01.svg) !important;
    background-size: 14px auto;
    background-position: center right 18px;
    background-repeat: no-repeat;
    border: 1px solid #043394;
    background-color: #043394;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    text-align: center;
  }
  main section.s06 .wrapper .job_detail .detailbox .t04 {
    text-align: center;
  }
  main section.s06 .wrapper .job_detail .detailbox .t04 span {
    font-size: 12px;
    position: relative;
    padding-left: 17px;
    margin-top: 20px;
    display: inline-block;
  }
  main section.s06 .wrapper .job_detail .detailbox .t04 span::before {
    width: 17px;
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
  main section.s07 {
    padding: 90px 0 90px 15px;
  }
  main section.s07 .wrapper .ttlbox {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
  }
  main section.s07 .wrapper .box01 {
    padding-left: 0px;
    margin-top: 40px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper {
    padding-bottom: 60px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper {
    height: auto;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
    width: 260px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 260px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox {
    height: 410px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .txtbox {
    width: 100%;
    border-radius: 0;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .txtbox .t02 {
    display: block;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .detail .photobox .iconbox {
    display: block;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .photo {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .iconbox .icon.icon01 {
    opacity: 1;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide:hover .detail .photobox .iconbox .icon.icon02 {
    opacity: 0;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    cursor: pointer;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox {
    height: 410px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 18px;
    border-radius: 0;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color01 {
    background-color: #38B1DD;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color02 {
    background-color: #4ACED9;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox.color03 {
    background-color: #3997DD;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox .t01 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 150%;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .txtbox .t02 {
    font-size: 12px;
    font-weight: 500;
    line-height: 175%;
    color: #fff;
    margin-top: 5px;
    display: block;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon.icon01 {
    opacity: 1;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .photobox .iconbox .icon.icon02 {
    opacity: 0;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .detail .t03 {
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
    margin-top: 15px;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../images/btn_prev01_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: auto !important;
    right: 120px !important;
    bottom: 85px;
    left: auto !important;
    margin-top: 0 !important;
    z-index: 1000000;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev:hover {
    background-image: url(../images/btn_prev01_sp.svg);
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-prev::after {
    display: none !important;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../images/btn_next01_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: auto !important;
    right: 70px !important;
    bottom: 85px;
    left: auto !important;
    margin-top: 0 !important;
    z-index: 1000000;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next:hover {
    background-image: url(../images/btn_next01_sp.svg);
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-button-next::after {
    display: none !important;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_stop {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    bottom: 85px;
    z-index: 1000000;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn:hover {
    cursor: pointer;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_stop .btn:hover.btn01 {
    opacity: 1;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_play {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    bottom: 85px;
    z-index: 1000000;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn:hover {
    cursor: pointer;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .btn_play .btn:hover.btn01 {
    opacity: 1;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination {
    text-align: right;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: 18px;
    padding-right: 175px;
    padding-bottom: 0px;
    bottom: 0;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total {
    position: relative;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -14px;
    content: "";
    display: block;
    width: 10px;
    height: 25px;
    background-color: #fff;
  }
  main section.s07 .wrapper .box01 .swiper-area03 .swiper-pagination .swiper-pagination-total::after {
    z-index: 2;
    position: absolute;
    top: 13px;
    left: -11px;
    width: 6px;
    height: 2px;
    background-color: #383838;
    content: "";
    display: block;
  }
  main section.s08 {
    padding: 90px 15px;
    background-image: url(../images/s0801_sp.jpg);
    background-size: cover;
    background-position: top 0 center;
  }
  main section.s08 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s08 .wrapper .ttlbox .en {
    color: #fff;
  }
  main section.s08 .wrapper .ttlbox .ttl {
    color: #fff;
  }
  main section.s08 .wrapper .faq_detail {
    background-color: #fff;
    margin-top: 40px;
    -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
            box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
  }
  main section.s08 .wrapper .faq_detail + .faq_detail {
    margin-top: 12px;
  }
  main section.s08 .wrapper .faq_detail + .faq_detail .detailbox {
    display: none;
  }
  main section.s08 .wrapper .faq_detail.opened .btn_acc dd .icon01 {
    display: none;
  }
  main section.s08 .wrapper .faq_detail.opened .btn_acc dd .icon02 {
    display: block;
  }
  main section.s08 .wrapper .faq_detail .btn_acc {
    height: auto;
    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 15px;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: #fff !important;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dt {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: bold;
    color: #383838 !important;
    line-height: 150%;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dt span {
    font-size: 14px;
    line-height: 150%;
    display: block;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 {
    width: 100%;
    height: 30px;
    display: block;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0101 {
    opacity: 1 !important;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0102 {
    opacity: 0 !important;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 {
    width: 100%;
    height: 30px;
    display: none;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0201 {
    opacity: 1 !important;
  }
  main section.s08 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0202 {
    opacity: 0 !important;
  }
  main section.s08 .wrapper .faq_detail .detailbox {
    padding: 0 15px 1px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid {
    margin-bottom: 80px;
    display: none;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .t01 {
    font-size: 18px;
    line-height: 200%;
    font-weight: 500;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 {
    margin-top: 55px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dt01 {
    font-size: 24px;
    font-weight: bold;
    color: #38B1DD;
    line-height: 100%;
    border-left: 7px solid #38B1DD;
    padding: 3px 0 3px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 {
    margin-top: 30px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table {
    width: 100%;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table tr th {
    width: 300px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 200%;
    background-color: #043394;
    vertical-align: middle;
    border-top: 12px solid #fff;
    padding: 15px 40px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid01 .dl01 .dd01 table tr td {
    font-size: 16px;
    line-height: 200%;
    font-weight: 500;
    vertical-align: middle;
    background-color: #ECF1F4;
    border-top: 12px solid #fff;
    padding: 15px 40px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t01 {
    font-size: 18px;
    line-height: 200%;
    font-weight: 500;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table {
    width: 100%;
    margin-top: 50px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td {
    vertical-align: middle;
    line-height: 150%;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td01 {
    border-right: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td02 {
    border-right: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr td.td03 {
    border-right: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr01 td {
    background-color: #ECF1F4;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td {
    border-top: 10px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td01 {
    width: 60px;
    background-color: #3997DD;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td02 {
    width: 60px;
    background-color: #3997DD;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td03 {
    width: 160px;
    background-color: rgba(57, 151, 221, 0.1);
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 {
    background-color: rgba(57, 151, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li {
    padding-left: 110px;
    position: relative;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li + li {
    margin-top: 5px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li::before {
    content: "：";
    display: block;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 95px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr02 td.td04 ul li span {
    width: 110px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    color: #38B1DD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td {
    border-top: 20px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td01 {
    background-color: #38B1DD;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td02 {
    background-color: #38B1DD;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td03 {
    background-color: rgba(56, 177, 221, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td03 span {
    display: block;
    margin-top: 15px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 {
    background-color: rgba(56, 177, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li {
    padding-left: 110px;
    position: relative;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li + li {
    margin-top: 5px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li::before {
    content: "：";
    display: block;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 95px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr03 td.td04 ul li span {
    width: 110px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    color: #38B1DD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td {
    border-top: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td03 {
    background-color: rgba(56, 177, 221, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td03 span {
    display: block;
    margin-top: 15px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr04 td.td04 {
    background-color: rgba(56, 177, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td {
    border-top: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td02 {
    background-color: #38B1DD;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td03 {
    background-color: rgba(56, 177, 221, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td03 span {
    display: block;
    margin-top: 15px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 {
    background-color: rgba(56, 177, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li {
    padding-left: 110px;
    position: relative;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li + li {
    margin-top: 5px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li::before {
    content: "：";
    display: block;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 95px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr05 td.td04 ul li span {
    width: 110px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    color: #38B1DD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td {
    border-top: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td03 {
    background-color: rgba(56, 177, 221, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td03 span {
    display: block;
    margin-top: 15px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr06 td.td04 {
    background-color: rgba(56, 177, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td {
    border-top: 5px solid #fff;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td.td02 {
    background-color: #38B1DD;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr07 td.td04, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 table tr.tr08 td.td04 {
    background-color: rgba(56, 177, 221, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t02 {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid02 .t02 span {
    padding-right: 5px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .t01 {
    font-size: 18px;
    line-height: 200%;
    font-weight: 500;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 {
    margin-top: 55px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dt01 {
    font-size: 24px;
    font-weight: bold;
    color: #38B1DD;
    line-height: 100%;
    border-left: 7px solid #38B1DD;
    padding: 3px 0 3px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 {
    margin-top: 30px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 .t02 {
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 .picture01 {
    width: 100%;
    display: block;
    margin-top: 55px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table {
    width: 100%;
    margin-top: 15px;
    table-layout: fixed;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr td {
    border: 5px solid #fff;
    vertical-align: middle;
    text-align: center;
    padding: 15px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td01 {
    width: 100px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td02 {
    width: calc((100% - 100px) / 2);
    background-color: #38B1DD;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr01 td.td03 {
    width: calc((100% - 100px) / 2);
    background-color: #4ACED9;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td01 {
    background-color: #ECF1F4;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td02 {
    background-color: #DFF9FD;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid03 .dl01 .dd01 table tr.tr02 td.td03 {
    background-color: #E5FFEF;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t01 {
    font-size: 18px;
    line-height: 200%;
    font-weight: 500;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .picture01 {
    display: block;
    max-width: 100%;
    margin: 55px auto 0;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t02 {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 .t02 span {
    padding-right: 5px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr td {
    text-align: center;
    border: 5px solid #fff;
    vertical-align: middle;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td {
    font-size: 16px;
    line-height: 100%;
    padding: 10px 0;
    font-weight: bold;
    background-color: #ECF1F4;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td.td01 {
    width: 180px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr01 td.td02 {
    width: 130px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td {
    height: 125px;
    padding: 15px 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td02, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td02 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 {
    padding: 15px 25px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 ul li, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 ul li, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 ul li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    text-align: left;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 ul li::before, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 ul li::before, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 ul li::before {
    content: "・";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td02 {
    background-color: #3997DD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr02 td.td03 {
    background-color: #EBF4FC;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td02 {
    background-color: #38B1DD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr03 td.td03 {
    background-color: #DFF9FD;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td01, main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td02 {
    background-color: #4ACED9;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_pc_mid.detail_content_pc_mid04 table tr.tr04 td.td03 {
    background-color: #E5FFEF;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_sp {
    display: block;
    margin-bottom: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_sp.detail_content_sp01 .t05 {
    font-size: 14px;
    line-height: 200%;
    font-weight: 500;
  }
  main section.s08 .wrapper .faq_detail .detailbox .detail_content_sp.detail_content_sp01 .btn_detail {
    width: 260px;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding: 13px 28px 13px 30px !important;
    color: #fff !important;
    background-color: #043394 !important;
    background-image: url(../images/icon_link01.svg) !important;
    background-size: 14px auto;
    background-position: center right 18px;
    background-repeat: no-repeat;
    border: 1px solid #043394;
    background-color: #043394;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    border-radius: 50px;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 {
    display: block;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dt01 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #38B1DD;
    margin-top: 0;
    position: relative;
    padding-left: 15px;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dt01::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background-color: #38B1DD;
    position: absolute;
    top: 4px;
    left: 0;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .left .dl01 .dd01 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .photobox {
    border: 1px solid #B9BEC1;
    border-radius: 10px;
    overflow: hidden;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .photobox img {
    width: 100%;
    display: block;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .t02 {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
  }
  main section.s08 .wrapper .faq_detail .detailbox.detailbox05 .box01 .right .t02 span {
    padding-right: 5px;
  }
  main section.s09 {
    padding: 90px 15px;
    background-image: url(../images/s0901_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s09 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s09 .wrapper .ttlbox .en {
    color: #fff;
  }
  main section.s09 .wrapper .ttlbox .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
  }
  main section.s09 .wrapper ul li {
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
    background-color: #fff;
    padding: 13px 0;
  }
  main section.s09 .wrapper ul li .photo {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper ul li p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #043394;
    margin-top: 8px;
  }
  main section.s10 {
    padding: 90px 15px;
    background-color: #ECF1F4;
  }
  main section.s10 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
  main section.s10 .wrapper .faq_detail {
    background-color: #fff;
    margin-top: 70px;
    -webkit-box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
            box-shadow: 3px 6px 60px rgba(0, 0, 0, 0.03);
  }
  main section.s10 .wrapper .faq_detail + .faq_detail {
    margin-top: 12px;
  }
  main section.s10 .wrapper .faq_detail + .faq_detail .detailbox {
    display: none;
  }
  main section.s10 .wrapper .faq_detail.opened .btn_acc dd .icon01 {
    display: none;
  }
  main section.s10 .wrapper .faq_detail.opened .btn_acc dd .icon02 {
    display: block;
  }
  main section.s10 .wrapper .faq_detail .btn_acc {
    height: auto;
    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 15px;
    cursor: pointer;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: #fff !important;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dt {
    width: calc(100% - 50px);
    font-size: 18px;
    font-weight: bold;
    color: #383838 !important;
    line-height: 150%;
    padding-left: 25px;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dt span {
    font-size: 24px;
    color: #043394 !important;
    position: absolute;
    top: -2px;
    left: 0;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 {
    width: 100%;
    height: 30px;
    display: block;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0101 {
    opacity: 1 !important;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon01 img.icon0102 {
    opacity: 0 !important;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 {
    width: 100%;
    height: 30px;
    display: none;
    font-size: 20px;
    line-height: 100%;
    padding-top: 0;
    text-align: right;
    color: #fff;
    padding-right: 0;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img {
    width: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0201 {
    opacity: 1 !important;
  }
  main section.s10 .wrapper .faq_detail .btn_acc dd .icon02 img.icon0202 {
    opacity: 0 !important;
  }
  main section.s10 .wrapper .faq_detail .detailbox {
    margin-top: 0;
    padding: 0 15px 1px;
  }
  main section.s10 .wrapper .faq_detail .detailbox .t01 {
    font-size: 14px;
    line-height: 200%;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul {
    margin-top: -5px;
    margin-bottom: 20px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li {
    border: 1px solid #B9BEC1;
    position: relative;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li + li {
    margin-top: 22px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li dl {
    height: auto;
    display: block;
    padding: 23px 20px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li dl dt {
    width: 100%;
    position: relative;
    padding-left: 40px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li dl dt .num {
    color: #043394;
    font-size: 24px;
    position: absolute;
    top: -4px;
    left: 0;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li dl dt .flowname {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    padding-left: 40px;
    margin-top: 5px;
  }
  main section.s10 .wrapper .faq_detail .detailbox ul li .arrow {
    display: block;
    width: 12px;
    position: absolute;
    bottom: -14px;
    left: 25px;
  }
  main section.s11 {
    background-image: url(../images/s1101_sp.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 15px;
  }
  main section.s11::before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
  main section.s11 .wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  main section.s11 .wrapper a {
    width: 100%;
    display: block;
    background-color: rgb(255, 255, 255) !important;
    text-decoration: none;
    padding: 40px 20px !important;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background-image: url(../images/icon_link01_hover.svg) !important;
    background-size: 26px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  main section.s11 .wrapper a:hover dl dd,
  main section.s11 .wrapper a:hover dl dt {
    color: #043394;
  }
  main section.s11 .wrapper a dl {
    width: 100%;
    height: auto;
    display: block;
  }
  main section.s11 .wrapper a dl dt {
    width: 100%;
    font-size: 26px;
    color: #043394;
    line-height: 100%;
    font-weight: 300;
  }
  main section.s11 .wrapper a dl dd {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #043394;
  }
  .modal_contents {
    background-color: rgba(185, 190, 193, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
    width: 100%;
    min-width: 100%;
    padding: 15px;
    overflow-y: auto;
    display: none;
  }
  .modal_contents .modal_wrapper {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  .modal_contents .modal_wrapper .btn_close_modal01 {
    width: 40px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
  }
  .modal_contents .modal_wrapper .btn_close_modal01 img {
    width: 100%;
    display: block;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal_contents .modal_wrapper .btn_close_modal01 img.btn01 {
    opacity: 1 !important;
  }
  .modal_contents .modal_wrapper .btn_close_modal01 img.btn02 {
    opacity: 0 !important;
  }
  .modal_contents .modal_wrapper .btn_close_modal02 {
    padding: 20px 0;
    background-color: #ECF1F4;
    cursor: pointer;
  }
  .modal_contents .modal_wrapper .btn_close_modal02 img {
    width: 42.5px;
    display: block;
    margin: 0 auto;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner {
    background-color: #fff;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner .box01 {
    height: 285px;
    padding-top: 85px;
    background-image: url(../images/modal0101_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner .box01 .t01 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 130%;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner .box01 .t02 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li {
    border-bottom: 1px solid #B9BEC1;
    padding: 20px 0 15px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li:first-child {
    border-top: 1px solid #B9BEC1;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl {
    display: block;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dt {
    width: 140px;
    margin: 0 auto;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dt img {
    width: 100%;
    display: block;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .num {
    font-size: 16px;
    color: #043394;
    letter-spacing: 1px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .t03 {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 8px;
  }
  .modal_contents.modal01 .modal_wrapper .modal_inner ul li dl dd .t04 {
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
    margin-top: 15px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner {
    background-color: #fff;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box01 {
    height: 285px;
    padding-top: 85px;
    background-image: url(../images/modal0101_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box01 .t01 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 130%;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box01 .t02 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 .t04 {
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li {
    margin-top: 30px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li:nth-child(even) dl dd .t03 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li:nth-child(even) dl dd .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dt {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #38B1DD;
    position: relative;
    padding-left: 15px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dt::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background-color: #38B1DD;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd {
    display: block;
    margin-top: 15px;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd .t03 {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
  }
  .modal_contents.modal02 .modal_wrapper .modal_inner .box02 ul li dl dd .photo {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner, .modal_contents.modal04 .modal_wrapper .modal_inner, .modal_contents.modal05 .modal_wrapper .modal_inner, .modal_contents.modal06 .modal_wrapper .modal_inner {
    background-color: #fff;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal04 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal05 .modal_wrapper .modal_inner .mainphoto, .modal_contents.modal06 .modal_wrapper .modal_inner .mainphoto {
    width: 100%;
    display: block;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01, .modal_contents.modal04 .modal_wrapper .modal_inner .box01, .modal_contents.modal05 .modal_wrapper .modal_inner .box01, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox {
    width: 100%;
    border-radius: 0;
    background-color: #38B1DD;
    margin-top: 0;
    padding: 20px 15px;
    z-index: 2;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox .t01, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox .t01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 135%;
    color: #fff;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl {
    display: block;
    margin-top: 15px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dt, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 180%;
    font-weight: bold;
    color: #fff;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd {
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 10px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    color: #fff;
    padding-left: 45px;
    line-height: 150%;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p + p {
    margin-top: 5px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span {
    width: 45px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 .txtbox dl dd p span::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 7px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li + li, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li + li {
    margin-top: 40px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl {
    display: block;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dt, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dt {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #38B1DD;
    position: relative;
    padding-left: 15px;
    padding-right: 0;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dt::before, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dt::before {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #38B1DD;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li dl dd, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    font-weight: 500;
    margin-top: 15px;
  }
  .modal_contents.modal03 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal04 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal05 .modal_wrapper .modal_inner .box01 ul li .photo, .modal_contents.modal06 .modal_wrapper .modal_inner .box01 ul li .photo {
    width: 100%;
    display: block;
    margin-top: 25px;
    border-radius: 10px;
  }
}