/* ------------------------------
 common - width: all
------------------------------ */
html {
  color: #191919;
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

main,
article,
section {
  display: block;
}

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

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

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

legend {
  color: #000;
}

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

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

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

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.font_aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.font_zen_kurenaido {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
.main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_container header {
  position: sticky;
  top: 0;
  width: 240px;
  height: 100vh;
  overflow: hidden;
}
.main_container header .wrapper {
  height: 100%;
  padding: 45px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_container header .wrapper .logo {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.main_container header .wrapper .logo img {
  width: 100%;
  display: block;
}
.main_container header .wrapper .gnav {
  margin: auto 0;
}
.main_container header .wrapper .gnav ul li + li {
  margin-top: 5px;
}
.main_container header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  position: relative;
  padding: 5px 0 5px 51px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main_container header .wrapper .gnav ul li a:hover {
  padding-left: 56px;
  opacity: 1;
}
.main_container header .wrapper .gnav ul li a:hover::before {
  width: 28px;
}
.main_container header .wrapper .gnav ul li a::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #191919;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.main_container header .wrapper .snslist {
  padding-left: 51px;
  margin-top: 0;
  font-size: 0;
  letter-spacing: 0;
}
.main_container header .wrapper .snslist li {
  width: 20px;
  display: inline-block;
  vertical-align: top;
}
.main_container header .wrapper .snslist li.li02 a {
  padding: 1px;
}
.main_container header .wrapper .snslist li + li {
  margin-left: 15px;
}
.main_container header .wrapper .snslist li a {
  width: 100%;
  height: 20px;
  display: block;
  text-decoration: none;
}
.main_container header .ham {
  display: none;
}
.main_container header .spmenu {
  display: none;
}
.main_container main {
  width: calc(100% - 240px);
}

main section {
  position: relative;
}
main section .idpoint {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
main section .wrapper .ttlbox {
  padding-left: 80px;
}
main section .wrapper .ttlbox .en {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1;
  position: relative;
}
main section .wrapper .ttlbox .en::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #191919;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -0.5px;
}
main section .wrapper .ttlbox h3 {
  font-size: 16px;
  margin-top: 5px;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 25%;
  position: absolute;
  top: 13%;
  left: 5%;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .btn_contact_fixed {
  width: 72px;
  height: 264px;
  padding-top: 38px;
  background-color: #1fafcc;
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10000;
  background-image: url(../images/btn_contact_fixed01_hover.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin-top: -132px;
}
main section.s01 .wrapper .btn_contact_fixed:hover {
  opacity: 1;
  background-color: #4bbfd6;
}
main section.s01 .wrapper .btn_contact_fixed:hover .arrow {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
main section.s01 .wrapper .btn_contact_fixed .txt {
  width: 19px;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .btn_contact_fixed .arrow {
  width: 8px;
  display: block;
  margin: 15px auto 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s01 .wrapper .photo {
  width: 100%;
  display: block;
}
main section.s02 {
  background-color: #e6f0f2;
  background-image: url(../images/s0201.png);
  background-size: 513px auto;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  padding: 80px 0 115px;
  overflow: hidden;
}
main section.s02 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s02 .wrapper .mainmsg {
  width: 100%;
  height: 240px;
  position: relative;
  padding-left: 120px;
}
main section.s02 .wrapper .mainmsg.active .iraira {
  opacity: 0;
}
main section.s02 .wrapper .mainmsg.active .ikiiki {
  opacity: 1;
}
main section.s02 .wrapper .mainmsg .iraira,
main section.s02 .wrapper .mainmsg .ikiiki {
  width: auto;
  height: 240px;
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main section.s02 .wrapper .mainmsg .iraira .photo,
main section.s02 .wrapper .mainmsg .ikiiki .photo {
  width: auto;
  height: 100%;
  display: block;
}
main section.s02 .wrapper .mainmsg .ikiiki {
  position: absolute;
  bottom: 0;
  left: 120px;
  opacity: 0;
}
main section.s02 .wrapper .msglist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
main section.s02 .wrapper .msglist li {
  width: calc(50% - 10px);
  position: relative;
  padding-bottom: 20px;
  -webkit-perspective: 800px;
          perspective: 800px;
}
main section.s02 .wrapper .msglist li.active {
  cursor: pointer;
}
main section.s02 .wrapper .msglist li.active dl.iraira {
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
main section.s02 .wrapper .msglist li.active dl.ikiiki {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
main section.s02 .wrapper .msglist li.active .ikiiki dd {
  -webkit-animation: s02-bubble-beat 0.5s ease-in-out 1;
          animation: s02-bubble-beat 0.5s ease-in-out 1;
}
@media (hover: hover) and (pointer: fine) {
  main section.s02 .wrapper .msglist li:hover {
    cursor: pointer;
  }
  main section.s02 .wrapper .msglist li:hover dl.iraira {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  main section.s02 .wrapper .msglist li:hover dl.ikiiki {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  main section.s02 .wrapper .msglist li:hover .ikiiki dd {
    -webkit-animation: s02-bubble-beat 0.5s ease-in-out 1;
            animation: s02-bubble-beat 0.5s ease-in-out 1;
  }
}
main section.s02 .wrapper .msglist li dl {
  position: relative;
  padding-left: 80px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
main section.s02 .wrapper .msglist li dl.ikiiki {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
main section.s02 .wrapper .msglist li dl.ikiiki dd {
  background-image: none;
  background-color: #fff;
  border-radius: 100px;
}
main section.s02 .wrapper .msglist li dl dt {
  width: 100px;
  font-size: 16px;
  line-height: 31px;
  color: #1fafcc;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15.5px;
  z-index: 3;
}
main section.s02 .wrapper .msglist li dl dt span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  background-color: #1fafcc;
  line-height: 1;
  border-radius: 31px;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  padding-top: 1px;
}
main section.s02 .wrapper .msglist li dl dd {
  width: 310px;
  height: 114px;
  background-image: url(../images/s0202.png);
  background-size: 100% 100%;
  padding: 29px 0 0 40px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
main section.s02 .wrapper .msglist li dl dd p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
main section.s02 .wrapper .msglist li dl dd p span {
  color: #1fafcc;
}
main section.s02 .wrapper .bottom_msg {
  position: relative;
  width: 800px;
  margin: 80px auto 0;
  border: 1px solid #191919;
  background-color: #fff;
  padding: 40px 0;
}
main section.s02 .wrapper .bottom_msg.active .iraira_msg {
  opacity: 0;
}
main section.s02 .wrapper .bottom_msg.active .ikiiki_msg {
  opacity: 1;
}
main section.s02 .wrapper .bottom_msg p {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main section.s02 .wrapper .bottom_msg p.ikiiki_msg {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  opacity: 0;
}
main section.s02 .wrapper .bottom_msg p span {
  color: #1fafcc;
}
@-webkit-keyframes s02-bubble-beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes s02-bubble-beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main section.s03 {
  background-color: #f2f7f8;
  padding: 110px 0;
}
main section.s03 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../images/s0301.png);
  background-size: 979px auto;
  background-repeat: no-repeat;
  background-position: top 38px center;
  position: relative;
}
main section.s03 .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s03 .wrapper ul {
  width: 640px;
  padding-bottom: 100px;
  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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(100% - 720px);
}
main section.s03 .wrapper ul li {
  width: calc(50% - 4px);
  height: 316px;
  background-color: #fff;
  padding: 25px 0 0;
}
main section.s03 .wrapper ul li.li01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper ul li.li01 .icon {
  width: 44.5px;
}
main section.s03 .wrapper ul li.li02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
main section.s03 .wrapper ul li.li02 .icon {
  width: 48px;
}
main section.s03 .wrapper ul li.li03 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
main section.s03 .wrapper ul li.li03 .icon {
  width: 44.5px;
}
main section.s03 .wrapper ul li.li04 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
main section.s03 .wrapper ul li.li04 .icon {
  width: 39.5px;
}
main section.s03 .wrapper ul li.li05 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
main section.s03 .wrapper ul li.li05 .icon {
  width: 44.5px;
}
main section.s03 .wrapper ul li.li06 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
main section.s03 .wrapper ul li.li06 .icon {
  width: 37.5px;
}
main section.s03 .wrapper ul li .num {
  font-size: 24px;
  padding-left: 25px;
}
main section.s03 .wrapper ul li .icon {
  display: block;
  margin: 30px auto 0;
}
main section.s03 .wrapper ul li .t01 {
  font-size: 21px;
  text-align: center;
  color: #1fafcc;
  margin-top: 21px;
}
main section.s03 .wrapper ul li .t02 {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
}
main section.s03 .wrapper .msg01 {
  width: 23px;
  display: block;
  position: absolute;
  top: 180px;
  left: 190px;
}
main section.s03 .wrapper .t03 {
  width: 240px;
  height: 360px;
  padding-top: 80px;
  border: 1px solid #191919;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  left: 75px;
}
main section.s03 .wrapper .t03 span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 12px 0;
}
main section.slide01 .wrapper {
  position: relative;
}
main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 2000px;
}
main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
main section.slide01 .wrapper .msg {
  width: 320px;
  padding: 31px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #191919;
  position: absolute;
  right: 80px;
  bottom: -40px;
  z-index: 10000;
}
main section.s04 {
  background-color: #f2f7f8;
  padding: 120px 40px;
}
main section.s04 .wrapper {
  max-width: 1040px;
  margin: 0 auto;
}
main section.s04 .wrapper .icon_ttl {
  width: 200px;
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 26px;
}
main section.s04 .wrapper h3 span {
  font-size: 32px;
  padding: 0 10px;
}
main section.s04 .wrapper .t01 {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 10px;
}
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: 110px 11%;
  margin-top: 70px;
}
main section.s04 .wrapper ul li {
  width: 26%;
  position: relative;
}
main section.s04 .wrapper ul li:nth-child(1)::after, main section.s04 .wrapper ul li:nth-child(2)::after, main section.s04 .wrapper ul li:nth-child(3)::after {
  display: none;
}
main section.s04 .wrapper ul li:nth-child(3n)::before {
  display: none;
}
main section.s04 .wrapper ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -55px;
  left: 0;
  background-color: #191919;
}
main section.s04 .wrapper ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -22%;
  bottom: 0;
  background-color: #191919;
}
main section.s04 .wrapper ul li .icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper ul li .t02 {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}
main section.s04 .wrapper ul li .t03 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 30px;
}
main section.s04 .wrapper ul li dl {
  margin-top: 25px;
}
main section.s04 .wrapper ul li dl dt {
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.75;
  padding: 19px 0 19px 47px;
  background-image: url(../images/icon_check01.svg);
  background-size: 14px auto;
  background-position: center left 25px;
  background-repeat: no-repeat;
}
main section.s04 .wrapper ul li dl dt + dt {
  margin-top: 10px;
}
main section.s04 .wrapper .t04 {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 70px;
}
main section.s05 {
  background-color: #e6f0f2;
  padding: 110px 0 0;
  background-image: url(../images/s0509.png);
  background-size: 259px auto;
  background-repeat: no-repeat;
  background-position: left bottom 650px;
}
main section.s05 .wrapper {
  max-width: 1200px;
  padding: 0 40px 110px 0;
  margin: 0 auto;
  position: relative;
}
main section.s05 .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s05 .wrapper ul {
  width: 760px;
  margin-left: calc(100% - 760px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s05 .wrapper ul li {
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 200px;
  margin-top: -40px;
  padding-top: 60px;
}
main section.s05 .wrapper ul li:nth-child(1), main section.s05 .wrapper ul li:nth-child(2) {
  margin-top: 0;
}
main section.s05 .wrapper ul li:nth-child(even) {
  margin-left: -40px;
}
main section.s05 .wrapper ul li .icon {
  width: 72px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper ul li .review {
  width: 99px;
  display: block;
  margin: 22px auto 0;
}
main section.s05 .wrapper ul li .t01 {
  width: 260px;
  margin: 13px auto 0;
}
main section.s05 .wrapper ul li .t01 span {
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.7;
}
main section.s05 .wrapper ul li .t02 {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
  font-weight: 400;
}
main section.s05 .photobox {
  height: 400px;
}
main section.s05 .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s06 {
  background-color: #f2f7f8;
  padding: 120px 0 80px;
}
main section.s06 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main section.s06 .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s06 .wrapper .box01 {
  width: 760px;
  max-width: calc(100% - 330px);
  padding-top: 15px;
}
main section.s06 .wrapper .box01 .t01 {
  text-align: center;
  position: relative;
}
main section.s06 .wrapper .box01 .t01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #191919;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
main section.s06 .wrapper .box01 .t01 span {
  display: inline-block;
  font-size: 20px;
  background-color: #f2f7f8;
  padding: 0 20px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
main section.s06 .wrapper .box01 .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
main section.s06 .wrapper .box01 .list01 + .t01 {
  margin-top: 85px;
}
main section.s06 .wrapper .box01 .list01 .li01 {
  width: calc(50% - 10px);
  border: 1px solid #191919;
  background-color: #fff;
  padding: 0 0 80px;
  position: relative;
}
main section.s06 .wrapper .box01 .list01 .li01 .t07 {
  width: calc(100% - 40px);
  background-color: #fffa00;
  font-size: 14px;
  text-align: center;
  border: 1px solid #191919;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s06 .wrapper .box01 .list01 .li01 .t02 {
  width: 100%;
  text-align: center;
  background-color: #191919;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  padding: 23px 0;
}
main section.s06 .wrapper .box01 .list01 .li01 .price {
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
main section.s06 .wrapper .box01 .list01 .li01 .price span {
  font-size: 40px;
  font-weight: bold;
  padding: 0 5px;
}
main section.s06 .wrapper .box01 .list01 .li01 .t03 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 250px;
  margin: 1px auto 0;
}
main section.s06 .wrapper .box01 .list01 .li01 ul {
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
  padding: 15px 0;
  max-width: 250px;
  margin: 25px auto 0;
}
main section.s06 .wrapper .box01 .list01 .li01 ul li {
  background-image: url(../images/icon_check01.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: top 10px left 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-left: 18px;
}
main section.s06 .wrapper .box01 .list01 .li01 .t04 {
  width: calc(100% - 40px);
  border: 1px solid #191919;
  font-size: 16px;
  line-height: 1.5;
  padding: 27px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
}
main section.s06 .wrapper .box01 .list01 .li01 .t04.blue {
  background-color: #8fd7e5;
}
main section.s06 .wrapper .box01 .list01 .li01 .t04.yellow {
  background-color: #fffa00;
  padding: 15px 0;
}
main section.s06 .wrapper .box01 .list01 .li01 .t04 .arrow {
  display: block;
  width: 8px;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
main section.s06 .wrapper .box01 .list01 .li01 .t05 {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  text-align: center;
  padding: 0 35px;
}
main section.s06 .wrapper .box01 .t06 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 40px;
}
main section.s07 {
  background-color: #f2f7f8;
  padding: 120px 0 120px;
}
main section.s07 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-right: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main section.s07 .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s07 .wrapper .faqlist {
  width: 780px;
  max-width: calc(100% - 240px);
  padding-top: 10px;
}
main section.s07 .wrapper .faqlist li {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
main section.s07 .wrapper .faqlist li + li {
  margin-top: 40px;
}
main section.s07 .wrapper .faqlist li dl dt {
  background-image: url(../images/icon_q.svg);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  min-height: 40px;
  padding: 2px 0 0 65px;
  position: relative;
}
main section.s07 .wrapper .faqlist li dl dt::before {
  content: "";
  display: block;
  width: calc(100% - 65px);
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 20px;
  right: 0;
}
main section.s07 .wrapper .faqlist li dl dt p {
  display: inline-block;
  font-size: 20px;
  line-height: 1.75;
  position: relative;
  z-index: 10;
  padding-right: 30px;
  background-color: #f2f7f8;
}
main section.s07 .wrapper .faqlist li dl dd {
  display: none;
  overflow: hidden;
}
main section.s07 .wrapper .faqlist li dl dd .answer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}
main section.s07 .wrapper .faqlist li dl dd .answer_inner img {
  width: 40px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}
main section.s07 .wrapper .faqlist li dl dd .answer_inner p {
  font-size: 16px;
  line-height: 1.75;
  padding-top: 6px;
}
main section.s07 .wrapper .faqlist li .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 9px;
  right: 0;
}
main section.s07 .wrapper .faqlist li .icon span {
  display: block;
  background-color: #191919;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main section.s07 .wrapper .faqlist li .icon span.bar01 {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px auto 0;
}
main section.s07 .wrapper .faqlist li .icon span.bar02 {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
main section.s07 .wrapper .faqlist li.active .icon .bar02 {
  opacity: 0;
}
main section.s07 .wrapper .photo {
  width: 180px;
  display: block;
  position: absolute;
  top: 170px;
  left: 80px;
}
main section.s08 {
  padding: 120px 0;
  background-color: #f2f7f8;
  background-image: url(../images/s0802.png);
  background-size: 456px auto;
  background-position: right 0 bottom 600px;
  background-repeat: no-repeat;
}
main section.s08 .wrapper {
  max-width: 1200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main section.s08 .wrapper .messagebox {
  width: 1080px;
  max-width: calc(100% - 40px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s08 .wrapper .messagebox .photoarea {
  width: 51.6%;
  max-width: 560px;
  position: sticky;
  top: 80px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main section.s08 .wrapper .messagebox .photoarea .photobox {
  position: relative;
}
main section.s08 .wrapper .messagebox .photoarea .photobox .photo {
  width: 100%;
  display: block;
}
main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox {
  padding-left: 0;
  text-align: right;
  position: absolute;
  top: -27px;
  right: 70px;
}
main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox .en {
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1;
  position: relative;
}
main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox .en::before {
  display: none;
}
main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox h3 {
  font-size: 16px;
  margin-top: 5px;
}
main section.s08 .wrapper .messagebox .messagearea {
  width: 41%;
  padding-top: 60px;
}
main section.s08 .wrapper .messagebox .messagearea .t01 {
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 5px;
}
main section.s08 .wrapper .messagebox .messagearea .t02 {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 60px;
}
main section.s08 .wrapper .messagebox .messagearea .t02 span {
  font-size: 20px;
  letter-spacing: 2px;
}
main section.s08 .wrapper .messagebox .messagearea .prof {
  border: 1px solid #191919;
  margin-top: 60px;
  background-color: #fff;
  padding: 80px 0;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner {
  width: 300px;
  margin: 0 auto;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .t03 {
  font-size: 16px;
  font-weight: 400;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .t04 {
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 5px;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 {
  margin-top: 70px;
  border-bottom: 1px solid #191919;
  padding-bottom: 20px;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 li {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  background-image: url(../images/s0803.svg);
  background-size: 14px auto;
  background-position: top 7px left 0;
  background-repeat: no-repeat;
  font-weight: 400;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 li + li {
  margin-top: 7px;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .t06 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 {
  margin-top: 8px;
  border-bottom: 1px solid #191919;
  padding-bottom: 20px;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 li {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  background-image: url(../images/icon_check01.svg);
  background-size: 14px auto;
  background-position: top 7px left 0;
  background-repeat: no-repeat;
  font-weight: 400;
}
main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 li + li {
  margin-top: 7px;
}
main section.s09 {
  padding: 120px 0 80px;
  background-color: #f2f7f8;
}
main section.s09 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main section.s09 .wrapper .ttlbox {
  position: absolute;
  top: 0;
  left: 0;
}
main section.s09 .wrapper .tablebox {
  width: 640px;
  max-width: calc(100% - 400px);
  padding-top: 30px;
}
main section.s09 .wrapper .tablebox table {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}
main section.s09 .wrapper .tablebox table tr {
  border-top: 1px solid #d2d2d2;
}
main section.s09 .wrapper .tablebox table tr th,
main section.s09 .wrapper .tablebox table tr td {
  font-size: 16px;
  line-height: 1.75;
  padding: 33px 0;
  font-weight: 400;
}
main section.s09 .wrapper .tablebox table tr th a,
main section.s09 .wrapper .tablebox table tr td a {
  text-decoration: none;
  color: #191919;
}
main section.s09 .wrapper .tablebox table tr th {
  width: 160px;
  font-weight: 500;
}
main section.s09 .wrapper .bnr_contact {
  text-decoration: none;
  display: block;
  background-color: #1fafcc;
  width: 1040px;
  max-width: 100%;
  margin: 80px auto 0;
  padding: 60px 0 60px 75px;
  color: #fff;
  position: relative;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s09 .wrapper .bnr_contact:hover {
  opacity: 1;
  background-color: #4bbfd6;
}
main section.s09 .wrapper .bnr_contact:hover .t02 {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
main section.s09 .wrapper .bnr_contact .t01 {
  font-size: 20px;
  font-weight: 500;
}
main section.s09 .wrapper .bnr_contact ul {
  margin-top: 15px;
}
main section.s09 .wrapper .bnr_contact ul li {
  font-size: 40px;
  line-height: 1.35;
  padding-left: 40px;
  background-image: url(../images/icon_check02.svg);
  background-size: 24px auto;
  background-position: center left 0;
  background-repeat: no-repeat;
}
main section.s09 .wrapper .bnr_contact ul li span {
  font-size: 24px;
}
main section.s09 .wrapper .bnr_contact .t02 {
  width: 240px;
  font-size: 18px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 75px;
  margin-top: -40px;
  padding: 15px 97px 0 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
main section.s09 .wrapper .bnr_contact .t02 span {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-top: 35px;
  padding-left: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
main section.s09 .wrapper .bnr_contact .t02 span img {
  width: 16px;
  display: block;
  margin: 0 auto;
}
main section.s09 .wrapper .bnr_contact .msg_contact {
  width: 383px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 0;
}

footer {
  background-color: #191919;
  padding: 150px 0 75px;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
footer .wrapper .logo {
  width: 291px;
  display: block;
  margin: 40px auto 0;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 150px auto 0;
  font-weight: 200;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  .main_container {
    display: block;
  }
  .main_container header {
    width: 100%;
    position: fixed;
    min-width: 375px;
    max-height: none;
    height: auto;
    overflow: visible;
    background-color: #fff;
    z-index: 100000000;
  }
  .main_container header.spmenu_opened .ham .bar01 {
    top: 8px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .main_container header.spmenu_opened .ham .bar02 {
    bottom: 8px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .main_container header .wrapper {
    height: auto;
    padding: 18px 20px;
    display: block;
  }
  .main_container header .wrapper .logo {
    width: 160px;
    display: block;
    margin: 0;
  }
  .main_container header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  .main_container header .ham {
    width: 40px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  .main_container header .ham span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #191919;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main_container header .ham span.bar01 {
    top: 5px;
  }
  .main_container header .ham span.bar02 {
    bottom: 5px;
  }
  .main_container header .spmenu {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 64px;
    width: 100%;
    min-width: 375px;
    left: 0;
    z-index: 1000000;
  }
  .main_container header .spmenu .spwrapper {
    width: 264px;
    height: calc(100dvh - 104px);
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_container header .spmenu .spwrapper .navlist {
    width: 200px;
    margin: 0 auto;
    padding-left: 20px;
  }
  .main_container header .spmenu .spwrapper .navlist li + li {
    margin-top: 5px;
  }
  .main_container header .spmenu .spwrapper .navlist li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    position: relative;
    padding: 5px 0 5px 51px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .main_container header .spmenu .spwrapper .navlist li a:hover {
    padding-left: 56px;
    opacity: 1;
  }
  .main_container header .spmenu .spwrapper .navlist li a:hover::before {
    width: 28px;
  }
  .main_container header .spmenu .spwrapper .navlist li a::before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #191919;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .main_container header .spmenu .spwrapper .snslist {
    width: 200px;
    margin: 55px auto 0;
    padding-left: 20px;
    font-size: 0;
    letter-spacing: 0;
  }
  .main_container header .spmenu .spwrapper .snslist li {
    width: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .main_container header .spmenu .spwrapper .snslist li.li02 a {
    padding: 1px;
  }
  .main_container header .spmenu .spwrapper .snslist li + li {
    margin-left: 15px;
  }
  .main_container header .spmenu .spwrapper .snslist li a {
    width: 100%;
    height: 20px;
    display: block;
    text-decoration: none;
  }
  .main_container header .spmenu .spwrapper .btn_contact {
    width: 264px;
    display: block;
    margin: 40px auto 0;
  }
  .main_container header .spmenu .spwrapper .btn_contact:hover {
    opacity: 1;
    background-color: #4bbfd6;
  }
  .main_container header .spmenu .spwrapper .btn_contact:hover .arrow {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .main_container header .spmenu .spwrapper .btn_contact .txt {
    width: 19px;
    display: block;
    margin: 0 auto;
  }
  .main_container header .spmenu .spwrapper .btn_contact .arrow {
    width: 8px;
    display: block;
    margin: 15px auto 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .main_container header .spmenu .spwrapper .btn_contact img {
    width: 100%;
    display: block;
  }
  .main_container main {
    width: 100%;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -63px;
    left: 0;
  }
  main section .wrapper .ttlbox {
    padding-left: 27px;
  }
  main section .wrapper .ttlbox .en {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    position: relative;
  }
  main section .wrapper .ttlbox .en::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #191919;
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -0.5px;
  }
  main section .wrapper .ttlbox h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper h2 {
    width: 74%;
    position: absolute;
    top: 12%;
    left: 17%;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .btn_contact_fixed {
    width: 264px;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    display: block;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000000;
    background-image: url(../images/btn_contact_fixed01_hover.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s01 .wrapper .btn_contact_fixed:hover {
    opacity: 1;
    background-color: #4bbfd6;
  }
  main section.s01 .wrapper .btn_contact_fixed:hover .arrow {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  main section.s01 .wrapper .btn_contact_fixed .txt {
    width: 19px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .btn_contact_fixed .arrow {
    width: 8px;
    display: block;
    margin: 15px auto 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s01 .wrapper .btn_contact_fixed img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .photo {
    width: 100%;
    display: block;
  }
  main section.s02 {
    background-color: #e6f0f2;
    background-image: none;
    padding: 50px 25px;
    overflow: hidden;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .msg_sp {
    width: 251px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .mainmsg {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 0;
    margin: 50px auto 0;
  }
  main section.s02 .wrapper .mainmsg.active .iraira {
    opacity: 0;
  }
  main section.s02 .wrapper .mainmsg.active .ikiiki {
    opacity: 1;
  }
  main section.s02 .wrapper .mainmsg .iraira,
  main section.s02 .wrapper .mainmsg .ikiiki {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin: 0 auto;
  }
  main section.s02 .wrapper .mainmsg .iraira p,
  main section.s02 .wrapper .mainmsg .ikiiki p {
    text-align: center;
    font-size: 16px;
  }
  main section.s02 .wrapper .mainmsg .iraira p span,
  main section.s02 .wrapper .mainmsg .ikiiki p span {
    font-size: 22px;
  }
  main section.s02 .wrapper .mainmsg .iraira .photo,
  main section.s02 .wrapper .mainmsg .ikiiki .photo {
    width: 160px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .mainmsg .ikiiki {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  main section.s02 .wrapper .msglist {
    display: block;
    width: 320px;
    margin: -10px auto 0;
  }
  main section.s02 .wrapper .msglist li {
    width: 100%;
    position: relative;
    padding: 0;
    -webkit-perspective: 800px;
            perspective: 800px;
  }
  main section.s02 .wrapper .msglist li + li {
    margin-top: 20px;
  }
  main section.s02 .wrapper .msglist li.active {
    cursor: pointer;
  }
  main section.s02 .wrapper .msglist li.active dl.iraira {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  main section.s02 .wrapper .msglist li.active dl.ikiiki {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  main section.s02 .wrapper .msglist li.active .ikiiki dd {
    -webkit-animation: s02-bubble-beat 0.5s ease-in-out 1;
            animation: s02-bubble-beat 0.5s ease-in-out 1;
  }
  main section.s02 .wrapper .msglist li dl {
    position: relative;
    padding-left: 60px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  main section.s02 .wrapper .msglist li dl.ikiiki {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  main section.s02 .wrapper .msglist li dl.ikiiki dd {
    background-image: none;
    background-color: #fff;
    border-radius: 100px;
  }
  main section.s02 .wrapper .msglist li dl dt {
    width: 70px;
    font-size: 14px;
    line-height: 1;
    color: #1fafcc;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 3;
  }
  main section.s02 .wrapper .msglist li dl dt span {
    position: static;
    display: block;
    margin: 5px 0 0 18px;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-color: #1fafcc;
    line-height: 0.9;
    border-radius: 31px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    padding-top: 0;
  }
  main section.s02 .wrapper .msglist li dl dd {
    width: 260px;
    height: 95px;
    background-image: url(../images/s0202.png);
    background-size: 100% 100%;
    padding: 24px 0 0 35px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  main section.s02 .wrapper .msglist li dl dd p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
  }
  main section.s02 .wrapper .msglist li dl dd p span {
    color: #1fafcc;
  }
  main section.s02 .wrapper .msglist li .icon_tap {
    width: 24px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: -5px;
    z-index: 100;
  }
  main section.s02 .wrapper .bottom_msg {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    border: 1px solid #191919;
    background-color: #fff;
    padding: 20px 0;
  }
  main section.s02 .wrapper .bottom_msg.active .iraira_msg {
    opacity: 0;
  }
  main section.s02 .wrapper .bottom_msg.active .ikiiki_msg {
    opacity: 1;
  }
  main section.s02 .wrapper .bottom_msg p {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  main section.s02 .wrapper .bottom_msg p.ikiiki_msg {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    opacity: 0;
  }
  main section.s02 .wrapper .bottom_msg p span {
    color: #1fafcc;
  }
  main section.s03 {
    background-color: #f2f7f8;
    padding: 80px 0;
  }
  main section.s03 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-image: none;
    position: relative;
  }
  main section.s03 .wrapper .ttlbox {
    position: static;
  }
  main section.s03 .wrapper .t00 {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 30px;
  }
  main section.s03 .wrapper ul {
    width: 280px;
    padding-bottom: 0;
    display: block;
    margin: 35px auto 0;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    height: 280px;
    background-color: #fff;
    padding: 25px 0 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.01);
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  main section.s03 .wrapper ul li + li {
    margin-top: 18px;
  }
  main section.s03 .wrapper ul li.li01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s03 .wrapper ul li.li01 .icon {
    width: 44.5px;
  }
  main section.s03 .wrapper ul li.li02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  main section.s03 .wrapper ul li.li02 .icon {
    width: 48px;
  }
  main section.s03 .wrapper ul li.li03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main section.s03 .wrapper ul li.li03 .icon {
    width: 44.5px;
  }
  main section.s03 .wrapper ul li.li04 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  main section.s03 .wrapper ul li.li04 .icon {
    width: 39.5px;
  }
  main section.s03 .wrapper ul li.li05 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main section.s03 .wrapper ul li.li05 .icon {
    width: 44.5px;
  }
  main section.s03 .wrapper ul li.li06 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  main section.s03 .wrapper ul li.li06 .icon {
    width: 37.5px;
  }
  main section.s03 .wrapper ul li .num {
    font-size: 24px;
    padding-left: 25px;
  }
  main section.s03 .wrapper ul li .icon {
    display: block;
    margin: 10px auto 0;
  }
  main section.s03 .wrapper ul li .t01 {
    font-size: 18px;
    text-align: center;
    color: #1fafcc;
    margin-top: 21px;
  }
  main section.s03 .wrapper ul li .t02 {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
  }
  main section.s03 .wrapper .msg01 {
    width: 23px;
    display: block;
    position: absolute;
    top: 180px;
    left: 190px;
  }
  main section.s03 .wrapper .t03 {
    width: 240px;
    height: auto;
    padding: 35px 0;
    border: 1px solid #191919;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    position: static;
    margin: 40px auto 0;
  }
  main section.s03 .wrapper .t03 span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
  }
  main section.slide01 .wrapper {
    position: relative;
  }
  main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper {
    position: relative;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 1000px;
  }
  main section.slide01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  main section.slide01 .wrapper .msg {
    width: 320px;
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #191919;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -32px;
    z-index: 10000;
    margin: 0 auto;
  }
  main section.s04 {
    background-color: #f2f7f8;
    padding: 100px 0 70px;
  }
  main section.s04 .wrapper {
    max-width: 1040px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .icon_ttl {
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 26px;
  }
  main section.s04 .wrapper h3 span {
    font-size: 22px;
    padding: 0 5px;
  }
  main section.s04 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
  }
  main section.s04 .wrapper ul {
    width: 272px;
    margin: 70px auto 0;
    display: block;
  }
  main section.s04 .wrapper ul li {
    width: 100%;
    position: relative;
    padding: 50px 0;
  }
  main section.s04 .wrapper ul li::before {
    display: none !important;
  }
  main section.s04 .wrapper ul li:nth-child(1) {
    padding-top: 0;
  }
  main section.s04 .wrapper ul li::after {
    content: "";
    display: block !important;
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #191919;
  }
  main section.s04 .wrapper ul li .icon {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper ul li .t02 {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
  }
  main section.s04 .wrapper ul li .t03 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 20px;
  }
  main section.s04 .wrapper ul li dl {
    margin-top: 25px;
  }
  main section.s04 .wrapper ul li dl dt {
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.75;
    padding: 19px 0 19px 47px;
    background-image: url(../images/icon_check01.svg);
    background-size: 14px auto;
    background-position: center left 25px;
    background-repeat: no-repeat;
  }
  main section.s04 .wrapper ul li dl dt + dt {
    margin-top: 10px;
  }
  main section.s04 .wrapper .t04 {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    margin-top: 50px;
  }
  main section.s05 {
    background-color: #e6f0f2;
    padding-top: 80px;
    background-image: none;
  }
  main section.s05 .wrapper {
    max-width: 1200px;
    padding: 0 0 70px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main section.s05 .wrapper .ttlbox {
    position: static;
  }
  main section.s05 .wrapper ul {
    width: calc(100% + 100px);
    margin: 40px -50px 0;
    display: block;
  }
  main section.s05 .wrapper ul li {
    width: 388px;
    height: 388px;
    margin: 0 auto !important;
    background-color: #fff;
    border-radius: 200px;
    margin-top: -40px;
    padding-top: 60px;
  }
  main section.s05 .wrapper ul li + li {
    margin-top: -50px !important;
  }
  main section.s05 .wrapper ul li .icon {
    width: 64px;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li .review {
    width: 80px;
    display: block;
    margin: 20px auto 0;
  }
  main section.s05 .wrapper ul li .t01 {
    width: 230px;
    margin: 17px auto 0;
  }
  main section.s05 .wrapper ul li .t01 span {
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.7;
  }
  main section.s05 .wrapper ul li .t02 {
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
    margin-top: 20px;
    font-weight: 400;
  }
  main section.s05 .photobox {
    width: 100%;
    height: 200px;
  }
  main section.s05 .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s06 {
    background-color: #f2f7f8;
    padding: 80px 25px 40px;
  }
  main section.s06 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding-right: 0;
  }
  main section.s06 .wrapper .ttlbox {
    position: static;
    margin-left: -25px;
  }
  main section.s06 .wrapper .box01 {
    width: 100%;
    max-width: 400px;
    padding-top: 15px;
    margin: 15px auto 0;
  }
  main section.s06 .wrapper .box01 .t01 {
    text-align: center;
    position: relative;
  }
  main section.s06 .wrapper .box01 .t01.t0102 {
    margin-top: 60px !important;
  }
  main section.s06 .wrapper .box01 .t01::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #191919;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
  }
  main section.s06 .wrapper .box01 .t01 span {
    display: inline-block;
    font-size: 16px;
    background-color: #f2f7f8;
    padding: 0 20px;
    line-height: 1.5;
    position: relative;
    z-index: 10;
  }
  main section.s06 .wrapper .box01 .list01 {
    display: block;
    margin-top: 15px;
  }
  main section.s06 .wrapper .box01 .list01 + .t01 {
    margin-top: 55px;
  }
  main section.s06 .wrapper .box01 .list01 .li01 {
    width: 100%;
    border: 1px solid #191919;
    background-color: #fff;
    padding: 0 0 70px;
    position: relative;
  }
  main section.s06 .wrapper .box01 .list01 .li01 + .li01 {
    margin-top: 60px;
  }
  main section.s06 .wrapper .box01 .list01 .li01.li0102 {
    padding-bottom: 35px;
  }
  main section.s06 .wrapper .box01 .list01 .li01.li0102 + .li01 {
    margin-top: 30px;
  }
  main section.s06 .wrapper .box01 .list01 .li01.li0103 {
    margin-top: 15px !important;
  }
  main section.s06 .wrapper .box01 .list01 .li01.li0104 {
    padding-bottom: 35px !important;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t07 {
    width: calc(100% - 30px);
    background-color: #fffa00;
    font-size: 12px;
    text-align: center;
    border: 1px solid #191919;
    border-radius: 50px;
    line-height: 1;
    padding: 7px 0;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t02 {
    width: 100%;
    text-align: center;
    background-color: #191919;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 20px 0;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .price {
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .price span {
    font-size: 32px;
    font-weight: bold;
    padding: 0 5px;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t03 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 250px;
    margin: 1px auto 0;
  }
  main section.s06 .wrapper .box01 .list01 .li01 ul {
    border-top: 1px solid #191919;
    border-bottom: 1px solid #191919;
    padding: 15px 0;
    max-width: 100%;
    width: calc(100% - 50px);
    margin: 20px auto 0;
  }
  main section.s06 .wrapper .box01 .list01 .li01 ul li {
    background-image: url(../images/icon_check01.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: top 10px left 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    padding-left: 18px;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t04 {
    width: calc(100% - 40px);
    border: 1px solid #191919;
    font-size: 14px;
    line-height: 1.5;
    padding: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
    margin: 0 auto;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t04.blue {
    background-color: #8fd7e5;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t04.yellow {
    background-color: #fffa00;
    padding: 15px 0;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t04 .arrow {
    display: block;
    width: 8px;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s06 .wrapper .box01 .list01 .li01 .t05 {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
  }
  main section.s06 .wrapper .box01 .t06 {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    margin-top: 20px;
  }
  main section.s07 {
    background-color: #f2f7f8;
    padding: 50px 25px;
  }
  main section.s07 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  main section.s07 .wrapper .ttlbox {
    position: static;
    margin-left: -25px;
  }
  main section.s07 .wrapper .faqlist {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }
  main section.s07 .wrapper .faqlist li {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
  }
  main section.s07 .wrapper .faqlist li + li {
    margin-top: 25px;
  }
  main section.s07 .wrapper .faqlist li dl dt {
    background-image: url(../images/icon_q.svg);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    min-height: 32px;
    padding: 2px 0 0 45px;
    position: relative;
  }
  main section.s07 .wrapper .faqlist li dl dt::before {
    display: none;
  }
  main section.s07 .wrapper .faqlist li dl dt p {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    z-index: 10;
    padding-right: 30px;
    background-color: #f2f7f8;
  }
  main section.s07 .wrapper .faqlist li dl dd {
    display: none;
    overflow: hidden;
  }
  main section.s07 .wrapper .faqlist li dl dd .answer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
  main section.s07 .wrapper .faqlist li dl dd .answer_inner img {
    width: 32px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 13px;
  }
  main section.s07 .wrapper .faqlist li dl dd .answer_inner p {
    font-size: 14px;
    line-height: 1.75;
    padding-top: 6px;
  }
  main section.s07 .wrapper .faqlist li .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 0;
  }
  main section.s07 .wrapper .faqlist li .icon span {
    display: block;
    background-color: #191919;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  main section.s07 .wrapper .faqlist li .icon span.bar01 {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -1px auto 0;
  }
  main section.s07 .wrapper .faqlist li .icon span.bar02 {
    width: 2px;
    height: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper .faqlist li.active .icon .bar02 {
    opacity: 0;
  }
  main section.s07 .wrapper .photo {
    width: 108px;
    position: static;
    margin: 35px auto 0;
  }
  main section.s08 {
    padding: 50px 0;
    background-color: #f2f7f8;
    background-image: none;
    background-repeat: no-repeat;
  }
  main section.s08 .wrapper {
    max-width: 1200px;
    display: block;
  }
  main section.s08 .wrapper .messagebox {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  main section.s08 .wrapper .messagebox .photoarea {
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 50px;
    position: static;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox {
    position: relative;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox .photo {
    width: 100%;
    display: block;
    border-radius: 20px 0 0 20px;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox {
    padding-left: 0;
    text-align: right;
    position: absolute;
    top: -20px;
    right: 30px;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox .en {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    position: relative;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox .en::before {
    display: none;
  }
  main section.s08 .wrapper .messagebox .photoarea .photobox .ttlbox h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  main section.s08 .wrapper .messagebox .messagearea {
    width: 100%;
    padding: 45px 25px 0;
  }
  main section.s08 .wrapper .messagebox .messagearea .t01 {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 3px;
    padding-left: 25px;
  }
  main section.s08 .wrapper .messagebox .messagearea .t02 {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 40px;
  }
  main section.s08 .wrapper .messagebox .messagearea .t02 span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof {
    border: 1px solid #191919;
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 25px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner {
    width: 100%;
    margin: 0 auto;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .t03 {
    font-size: 14px;
    font-weight: 400;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .t04 {
    font-size: 20px;
    margin-top: 7px;
    letter-spacing: 3px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 {
    margin-top: 40px;
    border-bottom: 1px solid #191919;
    padding-bottom: 25px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    background-image: url(../images/s0803.svg);
    background-size: 13px auto;
    background-position: top 5px left 0;
    background-repeat: no-repeat;
    font-weight: 400;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list01 li + li {
    margin-top: 7px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .t06 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 {
    margin-top: 8px;
    border-bottom: 1px solid #191919;
    padding-bottom: 20px;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    background-image: url(../images/icon_check01.svg);
    background-size: 13px auto;
    background-position: top 6px left 0;
    background-repeat: no-repeat;
    font-weight: 400;
  }
  main section.s08 .wrapper .messagebox .messagearea .prof .inner .list02 li + li {
    margin-top: 5px;
  }
  main section.s09 {
    padding: 80px 0;
    background-color: #f2f7f8;
  }
  main section.s09 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  main section.s09 .wrapper .ttlbox {
    position: static;
  }
  main section.s09 .wrapper .tablebox {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    margin-top: 50px;
  }
  main section.s09 .wrapper .tablebox table {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  main section.s09 .wrapper .tablebox table tr {
    border-top: 1px solid #d2d2d2;
  }
  main section.s09 .wrapper .tablebox table tr th,
  main section.s09 .wrapper .tablebox table tr td {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.75;
    padding: 0;
    font-weight: 400;
  }
  main section.s09 .wrapper .tablebox table tr th a,
  main section.s09 .wrapper .tablebox table tr td a {
    text-decoration: none;
    color: #191919;
  }
  main section.s09 .wrapper .tablebox table tr th {
    width: 100%;
    font-weight: 500;
    padding-top: 25px;
  }
  main section.s09 .wrapper .tablebox table tr td {
    padding: 2px 0 25px;
  }
  main section.s09 .wrapper .bnr_contact {
    text-decoration: none;
    display: block;
    background-color: #1fafcc;
    width: calc(100% - 50px);
    margin: 40px auto 0;
    padding: 40px 30px 0;
    color: #fff;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s09 .wrapper .bnr_contact:hover {
    opacity: 1;
    background-color: #4bbfd6;
  }
  main section.s09 .wrapper .bnr_contact:hover .t02 {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  main section.s09 .wrapper .bnr_contact .t01 {
    font-size: 16px;
    font-weight: 500;
  }
  main section.s09 .wrapper .bnr_contact ul {
    margin-top: 18px;
  }
  main section.s09 .wrapper .bnr_contact ul li {
    font-size: 20px;
    line-height: 1.35;
    background-image: url(../images/icon_check02.svg);
    background-size: 16px auto;
    background-position: center left 0;
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  main section.s09 .wrapper .bnr_contact ul li + li {
    margin-top: 8px;
  }
  main section.s09 .wrapper .bnr_contact ul li span {
    font-size: 14px;
  }
  main section.s09 .wrapper .bnr_contact .t02 {
    width: 100%;
    font-size: 16px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 45px;
    padding: 15px 97px 0 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  main section.s09 .wrapper .bnr_contact .t02 span {
    width: 64px;
    height: 64px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-top: 27px;
    padding-left: 7px;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.s09 .wrapper .bnr_contact .t02 span img {
    width: 16px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper .bnr_contact .msg_contact {
    position: static;
    width: 100%;
    margin: 25px auto 0;
  }
  footer {
    background-color: #191919;
    padding: 75px 0 100px;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
  }
  footer .wrapper .logo {
    width: 205px;
    display: block;
    margin: 35px auto 0;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .copy {
    margin: 100px auto 0;
  }
}