/* ------------------------------
 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: #333333;
  background: #FFF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

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

sub {
  vertical-align: text-bottom;
}

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

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

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

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

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

* {
  letter-spacing: 0.05em;
}

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

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {

  html,
  body {
    min-width: 375px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  * {
    letter-spacing: 1px;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  height: 180px;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

header .wrapper {
  width: 100%;
  max-width: calc(100% - 120px);
  margin: 0 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;
}

header .wrapper .logo {
  width: 132px;
  display: block;
}

header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}

header .wrapper .btn_entry {
  width: 121px;
  display: block;
  position: fixed;
  right: 60px;
}

header .wrapper .btn_entry img {
  display: block;
  width: 130px;
}

main {
  margin-top: -180px;
  overflow-x: hidden;
}

main section {
  z-index: 1;
  position: relative;
}

main section.s01 {
  background-image: url(../images/s0101.jpg);
  background-size: cover;
  background-position: center right;
  animation: fadeIn 2s forwards;
}

main section.s01 .wrapper {
  height: 680px;
  width: 100%;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}

main section.s01 .wrapper .msg01 {
  width: 292px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
}

main section.s01 .wrapper .msg02 {
  width: 411px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 160px;
}

main section.s02 .wrapper {
  padding: 70px 0;
  position: relative;
}

main section.s02 .wrapper .txtbox {
  width: 580px;
  height: 210px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

main section.s02 .wrapper .txtbox h2 {
  text-align: center;
  font-size: 39px;
  color: #002C83;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top:-20px;
}
main section.s02 .wrapper .t01title,
main section.s02 .wrapper .t01 {
  opacity: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
  margin-top: 20px;
}

main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 180px;
}

main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 231.5px;
  display: block;
}

main section.s03 {
  background-color: #D9E3EF;
  padding: 55px 0 70px;
}

main section.s03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.s03 .wrapper h3 {
  width: 510px;
}

main section.s03 .wrapper h3 img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 40px 20px;
}

main section.s03 .wrapper ul li {
  width: 540px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 20px 50px 116px;
  position: relative;
}

main section.s03 .wrapper ul li .num {
  width: 68px;
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
}

main section.s03 .wrapper ul li .t01 span {
  display: inline-block;
  line-height: 100%;
  font-size: 22px;
  color: #002C83;
  font-weight: bold;
  position: relative;
}

main section.s03 .wrapper ul li .t01 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  background-color: #002C83;
}

main section.s03 .wrapper 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;
  margin-top: 15px;
}

main section.s03 .wrapper ul li dl dt {
  width: 234px;
  font-size: 14px;
  line-height: 170%;
}

main section.s03 .wrapper ul li dl dd {
  width: calc(100% - 234px);
}

main section.s03 .wrapper ul li dl dd img {
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper .t02 {
  text-align: center;
  font-size: 47px;
  font-weight: bold;
  margin-top: 50px;
  color: #002C83;
}

main section.s04 {
  background-color: #002C83;
  padding: 100px 0 50px;
}

main section.s04 .wrapper {
  width: 1140px;
  margin: 0 auto;
}

main section.s04 .wrapper h4 {
  width: 495px;
}

main section.s04 .wrapper h4 img {
  width: 100%;
  display: block;
}

main section.s04 .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: 45px;
  margin-top: 55px;
}

main section.s04 .wrapper ul li {
  width: 350px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  padding: 95px 35px 40px;
}

main section.s04 .wrapper ul li img {
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s04 .wrapper ul li .t01 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #5CB6E6;
}

main section.s04 .wrapper ul li .t02 {
  font-size: 14px;
  line-height: 190%;
  margin-top: 10px;
}

main section.s04 .wrapper .t03 {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  margin-top: 40px;
  color: #fff;
}

main section.s04 .wrapper .box01 {
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 0 40px;
  background-color: #5CB6E6;
}

main section.s04 .wrapper .box01 .t04 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

main section.s04 .wrapper .box01 select {
  width: 500px;
  display: block;
  margin: 10px auto 0;
  padding: 20px 0 20px 40px;
  font-size: 28px;
  font-weight: bold;
  color: #002C83;
  border-radius: 10px !important;
  border: 3px solid #002C83;
  -webkit-appearance: none;
  background-image: url(../images/s0408.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 0 center;
  cursor: pointer;
  outline: none !important;
}

main section.s05 {
  background-image: url(../images/s0501.jpg);
  background-size: 84px auto;
  background-position: center center;
  padding: 70px 0 100px;
}

main section.s05 .wrapper {
  width: 1140px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #002C83;
  padding: 50px 0 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

main section.s05 .wrapper h5 {
  width: 691px;
  margin: 0 auto;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}

main section.s05 .wrapper h5 img {
  width: 100%;
  display: block;
}

main section.s05 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 200%;
  margin-top: 25px;
}

main section.s05 .wrapper ul {
  width: 800px;
  margin: 40px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.s05 .wrapper ul li {
  width: 200px;
  position: relative;
}

main section.s05 .wrapper ul li:nth-child(2) .t03 {
  width: 250px;
  margin-left: -25px;
}

main section.s05 .wrapper ul li:nth-child(3) .t03 {
  width: 250px;
  margin-left: -25px;
}

main section.s05 .wrapper ul li .t02 {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 22px;
  color: #002C83;
  line-height: 100%;
  padding-top: 89px;
  font-weight: bold;
}

main section.s05 .wrapper ul li .t03 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  margin-top: 20px;
}

main section.s05 .wrapper ul li .arrow {
  display: block;
  position: absolute;
  top: 76px;
  right: -65px;
}

main section.s05 .wrapper .t04 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 60px;
}

main section.s05 .wrapper .btn_entry {
  width: 335px;
  display: block;
  margin: 10px auto 0;
}

main section.s05 .wrapper .btn_entry img {
  width: 100%;
  display: block;
}

main section.s06 {
  padding: 110px 0 0;
}

main section.s06 .wrapper {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.3);
}

main section.s06 .wrapper h6 {
  width: 287px;
}

main section.s06 .wrapper h6 img {
  width: 100%;
  display: block;
}

main section.s06 .wrapper .dl01 {
  padding-left: 125px;
  margin-top: -55px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.s06 .wrapper .dl01 dt {
  width: calc(100% - 200px);
  font-size: 16px;
  font-weight: bold;
  line-height: 170%;
  color: #002C83;
}

main section.s06 .wrapper .dl01 dd {
  width: 200px;
}

main section.s06 .wrapper .dl01 dd a {
  display: block;
  text-decoration: none;
  background-color: #002C83;
  border-radius: 50px;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  background-image: url(../images/icon_arrow02.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
}

main section.s06 .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;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

main section.s06 .wrapper ul li {
  position: relative;
  padding: 25px 20px 35px 30px;
}

main section.s06 .wrapper ul li:nth-child(3n+1) {
  width: 320px;
}

main section.s06 .wrapper ul li:nth-child(3n+2) {
  width: 390px;
}

main section.s06 .wrapper ul li:nth-child(3n+3) {
  width: 375px;
}

main section.s06 .wrapper ul li:nth-child(3n+3)::before {
  display: none;
}

main section.s06 .wrapper ul li:nth-child(1)::after,
main section.s06 .wrapper ul li:nth-child(2)::after,
main section.s06 .wrapper ul li:nth-child(3)::after {
  display: none;
}

main section.s06 .wrapper ul li::after {
  content: "";
  display: block;
  background-color: #B0B0B0;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0.3;
}

main section.s06 .wrapper ul li::before {
  content: "";
  display: block;
  background-color: #B0B0B0;
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  right: 0;
  opacity: 0.3;
}

main section.s06 .wrapper dl dt {
  font-size: 18px;
  font-weight: bold;
}

main section.s06 .wrapper dl dd {
  margin-top: 5px;
}

main section.s06 .wrapper dl dd p {
  margin-top: 2px;
}

main section.s06 .wrapper dl dd p a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #002C83;
  text-decoration: none;
  padding-left: 13px;
  background-image: url(../images/icon_arrow03.svg);
  background-position: top 7px left 0;
  background-repeat: no-repeat;
}

main section.s06 .wrapper .btn_entry {
  width: 335px;
  display: block;
  margin: 50px auto 0;
}

main section.s06 .wrapper .btn_entry img {
  width: 100%;
  display: block;
}

footer {
  padding: 50px 0 80px;
}

footer .wrapper .logo {
  width: 132px;
  display: block;
  margin: 0 auto;
}

footer .wrapper .logo img {
  width: 100%;
  display: block;
}

footer .wrapper .dl01 {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

footer .wrapper .dl01 dt {
  width: 1140px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}

footer .wrapper .dl01 dd {
  width: 1140px;
  margin: 7px auto 0;
}

footer .wrapper .dl01 dd 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;
}

footer .wrapper .dl01 dd ul li {
  width: 8.3333333333%;
  margin-top: 3px;
}

footer .wrapper .dl01 dd ul li a {
  color: #333333;
  font-size: 13px;
}

footer .wrapper .linklist {
  width: 1140px;
  margin: 40px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .wrapper .linklist li dl dt {
  font-size: 14px;
  font-weight: bold;
}

footer .wrapper .linklist li dl dt a {
  text-decoration: none;
  color: #333333;
}

footer .wrapper .linklist li dl dd {
  margin-top: 8px;
}

footer .wrapper .linklist li dl dd p {
  margin-top: 5px;
}

footer .wrapper .linklist li dl dd p a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}

footer .wrapper .pagetopbox {
  text-align: right;
  width: 1140px;
  margin: 20px auto 0;
}

footer .wrapper .pagetopbox a {
  width: 65px;
  display: inline-block;
  vertical-align: top;
}

footer .wrapper .pagetopbox a img {
  width: 100%;
  display: block;
}

footer .wrapper .bottombox {
  border-top: 1px solid rgba(176, 176, 176, 0.3);
  margin-top: 25px;
  padding-top: 40px;
}

footer .wrapper .bottombox ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

footer .wrapper .bottombox ul li {
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 13px;
  border-right: 1px solid #aaa;
}

footer .wrapper .bottombox ul li:last-child {
  border: none;
}

footer .wrapper .bottombox ul li a {
  color: #333333;
  font-size: 12px;
  display: block;
  line-height: 100%;
  text-decoration: none;
}

footer .wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin-top: 35px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    height: 120px;
    padding: 0 10px 0 25px;
    position: relative;
    z-index: 10;
  }

  header .wrapper {
    max-width: 100%;
    margin: 0 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;
  }

  header .wrapper .logo {
    width: 75px;
    display: block;
    margin-top: 20px;
  }

  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }

  header .wrapper .btn_entry {
    width: 98px;
    display: block;
    right: 4vw;
  }

  header .wrapper .btn_entry img {
    width: 98px;
    display: block;
  }

  main {
    margin-top: -120px;
  }

  main section {
    z-index: 1;
    position: relative;
  }

  main section.s01 {
    background-image: url(../images/s0101_sp.jpg);
    background-size: cover;
    background-position: center right 30%;
  }

  main section.s01 .wrapper {
    height: 133vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  main section.s01 .wrapper .msg01 {
    width: 130px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 39px;
  }

  main section.s01 .wrapper .msg02 {
    width: 300px;
    display: block;
    position: absolute;
    right: auto;
    bottom: 80px;
    left: 30px;
  }

  main section.s02 .wrapper {
    padding: 0 0 35px;
    position: relative;
  }

  main section.s02 .wrapper .txtbox {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 30px;
  }

  main section.s02 .wrapper .txtbox h2 {
    text-align: center;
    font-size: 20px;
    color: #002C83;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top:0;
  }

  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
    margin-top: 15px;
  }

  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 145px;
  }

  main section.s02 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 184px;
    display: block;
  }

  main section.s03 {
    background-color: #D9E3EF;
    padding: 35px 15px 50px;
  }

  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  main section.s03 .wrapper h3 {
    width: 345px;
    max-width: 100%;
  }

  main section.s03 .wrapper h3 img {
    width: 100%;
    display: block;
  }

  main section.s03 .wrapper ul {
    display: block;
    margin-top: 25px;
    gap: 40px 20px;
  }

  main section.s03 .wrapper ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 15px 30px 125px;
    position: relative;
    min-height: 240px;
  }

  main section.s03 .wrapper ul li+li {
    margin-top: 20px;
  }

  main section.s03 .wrapper ul li:nth-child(1) dd img {
    width: 86px;
  }

  main section.s03 .wrapper ul li:nth-child(2) dd img {
    width: 103px;
  }

  main section.s03 .wrapper ul li:nth-child(3) dd img {
    width: 66px;
  }

  main section.s03 .wrapper ul li:nth-child(4) dd img {
    width: 101px;
  }

  main section.s03 .wrapper ul li .num {
    width: 68px;
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
  }

  main section.s03 .wrapper ul li .t01 span {
    display: inline-block;
    line-height: 150%;
    font-size: 20px;
    color: #002C83;
    font-weight: bold;
    position: relative;
  }

  main section.s03 .wrapper ul li .t01 span::before {
    display: none;
  }

  main section.s03 .wrapper ul li dl {
    display: block;
    margin-top: 15px;
  }

  main section.s03 .wrapper ul li dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
  }

  main section.s03 .wrapper ul li dl dd {
    width: 0;
  }

  main section.s03 .wrapper ul li dl dd img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 130px;
    left: 15px;
  }

  main section.s03 .wrapper .t02 {
    text-align: center;
    font-size: 24px;
    line-height: 170%;
    font-weight: bold;
    margin-top: 40px;
    color: #002C83;
  }

  main section.s04 {
    background-color: #002C83;
    padding: 40px 10px 30px;
  }

  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  main section.s04 .wrapper h4 {
    width: 339px;
    max-width: 100%;
    margin: 0 auto;
  }

  main section.s04 .wrapper h4 img {
    width: 100%;
    display: block;
  }

  main section.s04 .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 8px;
    margin-top: 35px;
  }

  main section.s04 .wrapper ul li {
    width: calc(50% - 4px);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    padding: 80px 12px 25px;
  }

  main section.s04 .wrapper ul li:nth-child(1) img {
    width: 52px;
    top: 10px;
  }

  main section.s04 .wrapper ul li:nth-child(2) img {
    width: 72px;
    top: 19px;
  }

  main section.s04 .wrapper ul li:nth-child(3) img {
    width: 70px;
    top: 27px;
  }

  main section.s04 .wrapper ul li:nth-child(4) img {
    width: 89px;
    top: 5px;
  }

  main section.s04 .wrapper ul li:nth-child(5) img {
    width: 45px;
    top: 10px;
  }

  main section.s04 .wrapper ul li:nth-child(6) img {
    width: 54px;
    top: 7px;
  }

  main section.s04 .wrapper ul li img {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  main section.s04 .wrapper ul li .t01 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #5CB6E6;
    letter-spacing: 0;
  }

  main section.s04 .wrapper ul li .t02 {
    font-size: 12px;
    line-height: 190%;
    margin-top: 7px;
  }

  main section.s04 .wrapper .t03 {
    text-align: center;
    font-size: 18px;
    line-height: 190%;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
  }

  main section.s04 .wrapper .box01 {
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px 15px 40px;
    background-color: #5CB6E6;
  }

  main section.s04 .wrapper .box01 .t04 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }

  main section.s04 .wrapper .box01 select {
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
    padding: 18px 0 18px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #002C83;
    border-radius: 10px !important;
    border: 3px solid #002C83;
    -webkit-appearance: none;
    background-image: url(../images/s0408.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right 0 center;
    cursor: pointer;
    outline: none !important;
  }

  main section.s05 {
    background-image: url(../images/s0501.jpg);
    background-size: 84px auto;
    background-position: center center;
    padding: 75px 25px 40px;
  }

  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #002C83;
    padding: 10px 20px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  main section.s05 .wrapper h5 {
    width: 300px;
    margin: -40px auto 0;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  main section.s05 .wrapper h5 img {
    width: 100%;
    display: block;
  }

  main section.s05 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 200%;
    margin-top: 25px;
  }

  main section.s05 .wrapper ul {
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }

  main section.s05 .wrapper ul li {
    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;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  main section.s05 .wrapper ul li+li {
    margin-top: 45px;
  }

  main section.s05 .wrapper ul li:nth-child(2) .t03 {
    width: 250px;
    margin-left: 0;
  }

  main section.s05 .wrapper ul li:nth-child(3) .t03 {
    width: 250px;
    margin-left: 0;
  }

  main section.s05 .wrapper ul li .t02 {
    width: 124px;
    height: 124px;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    color: #002C83;
    line-height: 100%;
    padding-top: 55px;
    font-weight: bold;
  }

  main section.s05 .wrapper ul li .t03 {
    width: calc(100% - 124px) !important;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
    color: #fff;
    margin-top: 20px;
    padding-left: 15px;
  }

  main section.s05 .wrapper ul li .arrow {
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 47px;
  }

  main section.s05 .wrapper .t04 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    line-height: 180%;
  }

  main section.s05 .wrapper .btn_entry {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }

  main section.s05 .wrapper .btn_entry img {
    width: 100%;
    display: block;
  }

  main section.s06 {
    padding-top: 40px;
  }

  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(176, 176, 176, 0.3);
  }

  main section.s06 .wrapper h6 {
    width: 287px;
    margin-left: 30px;
  }

  main section.s06 .wrapper h6 img {
    width: 100%;
    display: block;
  }

  main section.s06 .wrapper .dl01 {
    padding-left: 145px;
    margin-top: -55px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  main section.s06 .wrapper .dl01 dt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 170%;
    color: #002C83;
  }

  main section.s06 .wrapper .dl01 dd {
    width: 200px;
    display: none;
  }

  main section.s06 .wrapper .dl01 dd a {
    display: block;
    text-decoration: none;
    background-color: #002C83;
    border-radius: 50px;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    background-image: url(../images/icon_arrow02.svg);
    background-position: center right 25px;
    background-repeat: no-repeat;
  }

  main section.s06 .wrapper ul {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }

  main section.s06 .wrapper ul li {
    width: 100% !important;
    position: relative;
    padding: 0 0 10px;
  }

  main section.s06 .wrapper ul li:nth-child(3n+1) {
    width: 320px;
  }

  main section.s06 .wrapper ul li:nth-child(3n+2) {
    width: 390px;
  }

  main section.s06 .wrapper ul li:nth-child(3n+3) {
    width: 375px;
  }

  main section.s06 .wrapper ul li:nth-child(3n+3)::before {
    display: none;
  }

  main section.s06 .wrapper ul li:nth-child(1)::after,
  main section.s06 .wrapper ul li:nth-child(2)::after,
  main section.s06 .wrapper ul li:nth-child(3)::after {
    display: none;
  }

  main section.s06 .wrapper ul li::after {
    display: none;
  }

  main section.s06 .wrapper ul li::before {
    display: none;
  }

  main section.s06 .wrapper ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    background-color: #D9E3EF;
    padding: 7px 0 7px 30px;
  }

  main section.s06 .wrapper ul li dl dd {
    margin-top: 10px;
  }

  main section.s06 .wrapper ul li dl dd p {
    margin-top: 5px;
    padding-left: 30px;
  }

  main section.s06 .wrapper ul li dl dd p a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #002C83;
    text-decoration: none;
    padding-left: 13px;
    background-image: url(../images/icon_arrow03.svg);
    background-position: top 7px left 0;
    background-repeat: no-repeat;
  }

  main section.s06 .wrapper .btn_entry {
    width: 300px;
    display: block;
    margin: 20px auto 0;
  }

  main section.s06 .wrapper .btn_entry img {
    width: 100%;
    display: block;
  }

  footer {
    padding: 0;
  }

  footer .wrapper .logo {
    width: 132px;
    display: block;
    margin: 0 auto;
    display: none;
  }

  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }

  footer .wrapper .dl01 {
    margin-top: 0;
    padding-bottom: 0;
    border: none;
  }

  footer .wrapper .dl01 dt {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
    padding: 15px 0;
  }

  footer .wrapper .dl01 dd {
    width: 100%;
    margin: -2px auto 0;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  }

  footer .wrapper .dl01 dd 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;
    margin-bottom: -1px;
  }

  footer .wrapper .dl01 dd ul li {
    width: 25%;
    margin-top: 3px;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
    border-right: 1px solid rgba(176, 176, 176, 0.2);
  }

  footer .wrapper .dl01 dd ul li:nth-child(4n) {
    border-right: none;
  }

  footer .wrapper .dl01 dd ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-size: 13px;
    line-height: 100%;
    padding: 13px 0;
  }

  footer .wrapper .linklist {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    border-bottom: 1px solid rgba(176, 176, 176, 0.2);
  }

  footer .wrapper .linklist li {
    border-top: 1px solid rgba(176, 176, 176, 0.2);
  }

  footer .wrapper .linklist li dl dt {
    font-size: 14px;
    font-weight: bold;
    position: relative;
  }

  footer .wrapper .linklist li dl dt a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
  }

  footer .wrapper .linklist li dl dt .btn_acc {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
    cursor: pointer;
  }

  footer .wrapper .linklist li dl dd {
    margin-top: -10px;
    padding: 0 20px 10px;
    text-align: center;
    display: none;
  }

  footer .wrapper .linklist li dl dd p {
    margin-top: 5px;
  }

  footer .wrapper .linklist li dl dd p a {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
  }

  footer .wrapper .logo02 {
    width: 101px;
    display: block;
    margin: 15px auto 0;
    display: none;
  }

  footer .wrapper .logo02 img {
    width: 100%;
    display: block;
  }

  footer .wrapper .pagetopbox {
    text-align: right;
    width: 100%;
    margin: -70px auto 0;
    padding-right: 30px;
  }

  footer .wrapper .pagetopbox a {
    width: 65px;
    display: inline-block;
    vertical-align: top;
  }

  footer .wrapper .pagetopbox a img {
    width: 100%;
    display: block;
  }

  footer .wrapper .bottombox {
    border: none;
    margin-top: 25px;
    padding-top: 0;
  }

  footer .wrapper .bottombox ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    width: 375px;
    margin: -10px auto 0;
  }

  footer .wrapper .bottombox ul li {
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #aaa;
    margin-top: 20px;
  }

  footer .wrapper .bottombox ul li:nth-child(1) {
    padding-left: 0;
  }

  footer .wrapper .bottombox ul li:nth-child(3) {
    padding-right: 0;
    border: none;
  }

  footer .wrapper .bottombox ul li:last-child {
    border: none;
  }

  footer .wrapper .bottombox ul li a {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    line-height: 100%;
    text-decoration: none;
  }

  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 35px;
    padding-bottom: 15px;
  }
}

/*===========
inview
===========*/
.msg01 {
  animation: fadeIn4 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.msg02 {
  animation: fadeIn4 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.t01,
.t01title {
  animation: fadeIn2 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.6s;
}

.logo {
  animation: fadeIn3 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.btn_entry img{
  animation: fadeIn4 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(150%);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translate(0, 20%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn4 {
  0% {
    opacity: 0;
    transform: translate(0, -50%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.zoomIn {
  opacity: 0;
  transform: scale(110%);
  transition: 1s;
}

.zoomIn.is-show {
  opacity: 1;
  transform: scale(100%);
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}