@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
img {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
@font-face {
  font-family: "ju";
  font-style: "normal";
  font-weight: 400;
  src: url("../font/GenJyuuGothicL-P-Regular.woff") format("woff");
}
@font-face {
  font-family: "ju";
  font-style: "normal";
  font-weight: 500;
  src: url("../font/GenJyuuGothicL-P-Medium.woff") format("woff");
}
@font-face {
  font-family: "ju";
  font-style: "normal";
  font-weight: 600;
  src: url("../font/GenJyuuGothicL-P-Bold.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-style: "normal";
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-style: "normal";
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "noto";
  font-style: "normal";
  font-weight: 600;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}
@media screen and (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'ju', sans-serif;
  line-height: 1.8;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
  font-feature-settings: "palt";
  width: 100%;
}
@media screen and (min-width: 601px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}
sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.color-orange {
  color: #FE7F2D;
}
.color-blue {
  color: #0092D6;
}
.wrap {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .wrap {
    width: 1100px;
    padding: 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    padding: 0 16px;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 601px) {
  .header {
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
  }
}
@media screen and (min-width: 601px) {
  .header .wrap {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 601px) {
  .header-logo {
    display: block;
    height: 46px;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    display: none;
  }
}
.header-btn {
  background: #FE7F2D;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .header-btn {
    height: 48px;
    width: 220px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header-btn {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
    text-align: center;
    line-height: 1.3;
  }
}
.mv {
  background: #64AFE6;
}
@media screen and (min-width: 601px) {
  .mv {
    padding-top: 76px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 12px;
    padding-bottom: 20px;
  }
}
.mv-ttl {
  text-align: center;
  max-width: 1069px;
  margin: 0 auto;
  padding: 8px 0 0;
}
.mv-ttl img {
  width: 100%;
  height: auto;
}
.mv-contents {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #0092D6;
  box-shadow: 0px 0px 0px 3px #fff;
  padding: 14px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .mv-contents {
    transform: translateY(25px);
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents {
    width: calc(100% - 50px);
    margin-top: 50px;
  }
}
.mv-contents::after {
  content: '';
  display: block;
  background-image: url(../img/mv-badge.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 601px) {
  .mv-contents::after {
    height: 150px;
    width: 150px;
    top: -70px;
    left: 17px;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents::after {
    height: 90px;
    width: 90px;
    top: -40px;
    left: -10px;
  }
}
@media screen and (min-width: 601px) {
  .mv-contents-ttl {
    font-size: 26px;
    font-weight: 600;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.mv-contents-txt {
  font-weight: 500;
  font-family: "noto", sans-serif;
}
@media screen and (min-width: 601px) {
  .mv-contents-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-txt {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
  }
}
.mv-contents-list {
  counter-reset: item;
  list-style-type: none;
}
@media screen and (min-width: 601px) {
  .mv-contents-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list {
    display: block;
    padding-bottom: 20px;
  }
}
.mv-contents-list-item {
  position: relative;
  font-weight: 600;
  font-family: "noto", sans-serif;
}
@media screen and (min-width: 601px) {
  .mv-contents-list-item {
    padding: 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item {
    padding: 0 30px;
    text-align: left;
  }
}
.mv-contents-list-item::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #FE7F2D;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 601px) {
  .mv-contents-list-item::before {
    height: 40px;
    width: 40px;
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item::before {
    height: 21px;
    width: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item:nth-child(1) img {
    position: absolute;
    right: 55px;
    top: -10px;
    width: 65px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item:nth-child(2) img {
    position: absolute;
    right: 10px;
    bottom: -40px;
    width: 26px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item:nth-child(3) img {
    position: absolute;
    right: 45px;
    bottom: -6px;
    width: 55px;
    height: auto;
  }
}
.mv-contents-list-item-txt {
  color: #FE7F2D;
}
@media screen and (min-width: 601px) {
  .mv-contents-list-item-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .mv-contents-list-item-txt {
    font-size: 16px;
  }
}
.sec01 {
  background: #64AFE6;
}
@media screen and (min-width: 601px) {
  .sec01 {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .sec01 {
    padding: 30px 10px 0;
  }
}
.sec01-ttl {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec01-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .sec01-ttl {
    font-size: 25px;
  }
}
.sec01-ttl small {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) {
  .sec01-ttl small {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sec01-ttl small {
    font-size: 15px;
  }
}
.sec01-img {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .sec01-img {
    transform: translateY(35px);
  }
}
@media screen and (max-width: 600px) {
  .sec01-img {
    transform: translateY(3.6%);
  }
}
.sec01-img img {
  width: 100%;
  height: auto;
}
.sec02 {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec02 {
    padding: 60px 20px 110px;
  }
}
@media screen and (max-width: 600px) {
  .sec02 {
    padding: 22px 10px 40px;
  }
}
.sec02 .wrap {
  max-width: 640px;
}
.sec02-ttl {
  font-weight: 500;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  color: #2660AC;
}
@media screen and (min-width: 601px) {
  .sec02-ttl {
    font-size: 47px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-ttl {
    font-size: 25px;
  }
}
.sec02-ttl::before {
  content: '';
  height: 74px;
  width: 2px;
  background: #2660AC;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-35deg);
}
.sec02-ttl::after {
  content: '';
  height: 74px;
  width: 2px;
  background: #2660AC;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
}
.sec02-ttl small {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec02-ttl small {
    margin-bottom: 10px;
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-ttl small {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-img {
    margin: 10px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 601px) {
  .sec02-img-01 {
    position: absolute;
    left: calc(50% - 320px);
    transform: translateX(-100%);
    top: 280px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-img-01 {
    width: 73px;
  }
  .sec02-img-01 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 601px) {
  .sec02-img-02 {
    position: absolute;
    right: calc(50% - 320px);
    transform: translateX(50%);
    top: 260px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-img-02 {
    width: 212px;
  }
  .sec02-img-02 img {
    width: 100%;
    height: auto;
  }
}
.sec02-list {
  text-align: left;
  list-style: none;
}
@media screen and (min-width: 601px) {
  .sec02-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-list {
    margin-top: 20px;
  }
}
.sec02-list-item {
  font-weight: 600;
  color: #2A5EB2;
  position: relative;
}
ul.sec02-list .marker {
  background: linear-gradient(transparent 60%, #FFE74C 0%);
}
@media screen and (min-width: 601px) {
  .sec02-list-item {
    font-size: 40px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-list-item {
    font-size: 24px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
}
.sec02-list-item::before {
  content: '';
  display: block;
  background-image: url(../img/icon-checked.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 601px) {
  .sec02-list-item::before {
    height: 38px;
    width: 38px;
    top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec02-list-item::before {
    height: 25px;
    width: 25px;
    top: 8px;
  }
}
.sec02-list-item small {
  display: block;
  font-family: "noto";
  color: #000;
}
@media screen and (min-width: 601px) {
  .sec02-list-item small {
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .sec02-list-item small {
    font-size: 14px;
    font-weight: 400;
  }
}
.sec03 {
  text-align: center;
  background: #FFE74C;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec03 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .sec03 {
    padding: 50px 10px 0;
  }
}
.sec03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(../img/sec03-top.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
}
.sec03::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFE74C transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec03::after {
    border-width: 20px 60px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec03::after {
    border-width: 15px 40px 0 40px;
  }
}
.sec03-cat {
  text-align: center;
  position: relative;
  line-height: 1.2;
  z-index: 1;
  margin-bottom: 30px;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec03-cat {
    font-size: 40px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .sec03-cat {
    font-size: 29px;
  }
}
.sec03-cat::before {
  content: '';
  display: block;
  height: 110px;
  width: 84px;
  background-image: url(../img/icon-water.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .sec03-cat::before {
    height: 110px;
    width: 84px;
    top: -26px;
  }
}
@media screen and (max-width: 600px) {
  .sec03-cat::before {
    height: 84px;
    width: 64px;
    top: -20px;
  }
}
.sec03-cat small {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec03-cat small {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec03-cat small {
    font-size: 15px;
  }
}
.sec03-ttl {
  font-weight: 500;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec03-ttl {
    font-size: 40px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .sec03-ttl {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.sec03-contents {
  background: #fff;
  max-width: 910px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #968200;
  margin-bottom: 28px;
}
@media screen and (min-width: 601px) {
  .sec03-contents {
    padding: 40px 65px 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec03-contents {
    padding: 40px 10px 5px 20px;
  }
}
.sec03-contents img {
  width: 100%;
  height: auto;
}
.sec03-bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec03-bottom {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 600px) {
  .sec03-bottom {
    transform: translateY(5.7%);
  }
  .sec03-bottom img {
    width: 100%;
    height: auto;
  }
}
.sec04 {
  text-align: center;
  /* background: #E4FDE1;*/
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec04 {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .sec04 {
    padding: 30px 0 40px;
  }
}
.sec04-head {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: 500;
  line-height: 1.25;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec04-head {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-head {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.sec04-head::before {
  content: '';
  height: 40px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-35deg);
}
.sec04-head::after {
  content: '';
  height: 40px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
}
.sec04-ttl {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  text-align: left;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec04-ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-ttl {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
.sec04-ttl small {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec04-ttl small {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-ttl small {
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 2.2;
  }
  .sec04-ttl small::before {
    content: '';
    width: 104px;
    height: 136px;
    background-image: url(../img/sec04-01_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
  }
}
@media screen and (min-width: 601px) {
  .sec04-contents {
    display: flex;
    justify-content: space-between;
  }
}
.sec04-contents-img {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .sec04-contents-img {
    max-width: 570px;
  }
}
.sec04-contents-img img {
  width: 100%;
  height: auto;
}
.sec04-contents-explanation {
  width: 100%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec04-contents-explanation {
    max-width: 385px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-contents-explanation {
    margin-top: 30px;
  }
}
.sec04-contents-explanation::before {
  display: block;
  height: 288px;
  width: 218px;
  background-image: url(../img/sec04-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -125px auto 20px;
}
@media screen and (min-width: 601px) {
  .sec04-contents-explanation::before {
    content: '';
  }
}
.sec04-contents-explanation-ttl {
  font-weight: 600;
  margin-bottom: 16px;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec04-contents-explanation-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-contents-explanation-ttl {
    font-size: 27px;
  }
}
.sec04-contents-explanation-ttl-02 {
  font-weight: 600;
  background: #FE7F2D;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  transform: rotate(-2deg);
}
@media screen and (min-width: 601px) {
  .sec04-contents-explanation-ttl-02 {
    font-size: 22px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-contents-explanation-ttl-02 {
    font-size: 19px;
    margin-top: 20px;
  }
}
.sec04-contents-explanation-ttl-02::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 5px 0 0;
  border-color: #FE7F2D transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
.sec04-contents-explanation-ttl-02::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 5px;
  border-color: transparent transparent transparent #FE7F2D;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.sec04-contents-explanation-txt {
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec04-contents-explanation-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec04-contents-explanation-txt {
    font-size: 14px;
  }
}
.sec-comment {
  background-color: #FFE74C;
  background-image: url(../img/sec-comment-bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 36px auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 600px) {
  .sec-comment {
    background-size: 16px auto;
  }
}
.sec-comment-img {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec-comment-img img {
    width: 100%;
    height: auto;
  }
}
.sec05 {
  /*background: #E4FDE1;*/
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec05 {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .sec05 {
    text-align: center;
    padding: 40px 0 60px;
  }
}
.sec05-head {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  color: #FE7F2D;
  border-bottom: 2px solid #FE7F2D;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .sec05-head {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-head {
    font-size: 28px;
  }
}
.sec05-ttl {
  font-weight: 500;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec05-ttl {
    font-size: 44px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sec05-ttl::before {
    content: '';
    display: block;
    height: 168px;
    width: 109px;
    margin: 0 auto 15px;
    background-image: url(../img/sec05-01.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: contain;
  }
}
.sec05-ttl .marker {
  background: linear-gradient(transparent 60%, #FFE74C 0%);
}
.sec05-contents {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 601px) {
  .sec05-contents-txt {
    width: calc(100% - 260px);
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-contents-txt {
    font-size: 14px;
  }
}
.sec05-contents-img {
  width: 209px;
  margin-top: -120px;
}
@media screen and (max-width: 600px) {
  .sec05-contents-img {
    display: none;
  }
}
.sec05-contents-img img {
  width: 100%;
  height: auto;
}
.sec05-contents-bottom {
  margin: 30px auto 0;
  max-width: 920px;
  background: #64AFE6;
  color: #fff;
  padding: 40px;
  border-radius: 30px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .sec05-contents-bottom {
    width: calc(100% - 40px);
  }
}
.sec05-contents-bottom-ttl {
  font-weight: 600;
}
@media screen and (min-width: 601px) {
  .sec05-contents-bottom-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-contents-bottom-ttl {
    font-size: 21px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.sec05-contents-bottom-txt {
  font-family: "noto";
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec05-contents-bottom-txt {
    margin-right: 250px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-contents-bottom-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.sec05-contents-bottom-img {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (min-width: 601px) {
  .sec05-contents-bottom-img {
    position: absolute;
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-contents-bottom-img {
    height: 162px;
    width: 162px;
  }
}
.sec05-contents-bottom-img img {
  width: 100%;
  height: auto;
}
.sec05-list {
  list-style: none;
  text-align: left;
  padding: 0 20px;
}
.sec05-list-item {
  display: block;
  position: relative;
  background: #fff;
  border: 2px dashed #0092D6;
  margin-top: 30px;
  min-height: 216px;
  box-shadow: 8px 8px #FFE74C;
}
@media screen and (min-width: 601px) {
  .sec05-list-item {
    padding: 30px 40px 30px 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-list-item {
    padding: 60px 20px 20px;
  }
}
.sec05-list-item-num {
  position: absolute;
  background: #0092D6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  left: -27px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  height: 40px;
  width: 144px;
}
@media screen and (min-width: 601px) {
  .sec05-list-item-num {
    top: 27px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-list-item-num {
    top: 10px;
  }
}
.sec05-list-item-num::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 0;
  border-color: transparent #012E41 transparent transparent;
}
.sec05-list-item-num::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
}
.sec05-list-item-ttl {
  font-family: "noto";
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .sec05-list-item-ttl {
    margin-left: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-list-item-ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 601px) {
  .sec05-list-item-img {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .sec05-list-item-img {
    margin-bottom: 20px;
  }
}
.sec05-list-item-img img {
  width: 100%;
  height: auto;
}
.sec05-list-item-txt {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .sec05-list-item-txt {
    margin-right: 320px;
  }
}
.sec06 {
  text-align: center;
  background: #FFE74C;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec06 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .sec06 {
    padding: 50px 10px 0;
  }
}
.sec06::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(../img/sec06-top.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
}
.sec06::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFE74C transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec06::after {
    border-width: 20px 60px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec06::after {
    border-width: 15px 40px 0 40px;
  }
}
.sec06-cat {
  text-align: center;
  position: relative;
  line-height: 1.2;
  z-index: 1;
  margin-bottom: 30px;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec06-cat {
    font-size: 40px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .sec06-cat {
    font-size: 29px;
  }
}
.sec06-cat::before {
  content: '';
  display: block;
  height: 110px;
  width: 84px;
  background-image: url(../img/icon-water.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .sec06-cat::before {
    height: 110px;
    width: 84px;
    top: -26px;
  }
}
@media screen and (max-width: 600px) {
  .sec06-cat::before {
    height: 84px;
    width: 64px;
    top: -20px;
  }
}
.sec06-cat small {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec06-cat small {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec06-cat small {
    font-size: 15px;
  }
}
.sec06-ttl {
  font-weight: 500;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec06-ttl {
    font-size: 40px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 600px) {
  .sec06-ttl {
    font-size: 30px;
    margin-bottom: 46px;
  }
}
.sec06-contents {
  background: #fff;
  max-width: 910px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 10px 10px 0px #968200;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  padding: 40px 2px 20px;
}
.sec06-contents-ttl {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 10px;
  box-shadow: 3px 3px 0px #968200;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec06-contents-ttl {
    font-size: 26px;
    width: 370px;
  }
}
@media screen and (max-width: 600px) {
  .sec06-contents-ttl {
    font-size: 20px;
    width: 230px;
  }
}
.sec06-contents img {
  width: 100%;
  height: auto;
}
.sec06-bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec06-bottom {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 600px) {
  .sec06-bottom {
    transform: translateY(7%);
  }
  .sec06-bottom img {
    width: 100%;
    height: auto;
  }
}
.sec07 {
  /* background: #E4FDE1;*/
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec07 {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .sec07 {
    padding: 50px 0 60px;
  }
}
.sec07 .wrap {
  position: relative;
}
.sec07-head {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec07-head {
    padding: 0 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-head {
    padding: 0 20px 10px;
    font-size: 22px;
  }
}
.sec07-head::before {
  content: '';
  height: 40px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-35deg);
}
.sec07-head::after {
  content: '';
  height: 40px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
}
.sec07-ttl {
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .sec07-ttl {
    font-size: 46px;
    margin-left: 300px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-ttl {
    font-size: 27px;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .sec07-img {
    position: absolute;
    left: 70px;
    top: 0;
    width: 260px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-img {
    width: 194px;
    margin: 0 auto 30px;
  }
}
.sec07-img img {
  width: 100%;
  height: auto;
}
.sec07-txt {
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .sec07-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-txt {
    font-size: 14px;
  }
}
.sec07-contents {
  margin-top: 50px;
  margin-bottom: 40px;
}
.sec07-contents-ttl {
  position: relative;
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .sec07-contents-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-ttl {
    font-size: 20px;
  }
}
.sec07-contents-ttl::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #000;
  z-index: -1;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 601px) {
  .sec07-contents-ttl::before {
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-ttl::before {
    bottom: 5px;
  }
}
.sec07-contents-ttl img {
  vertical-align: middle;
  padding: 0 5px 0 10px;
}
@media screen and (max-width: 600px) {
  .sec07-contents-ttl img {
    height: 36px;
    width: auto;
  }
}
.sec07-contents-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "noto";
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-th {
    width: 226px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-th {
    width: 20%;
  }
}
.sec07-contents-table-th-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #939191;
  color: #fff;
  border-radius: 10px 0 0 0;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-th-head {
    height: 65px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-th-head {
    height: 46px;
  }
}
.sec07-contents-table-th-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #939191;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-th-row {
    height: 109px;
    font-size: 20px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-th-row {
    height: 78px;
    font-size: 10px;
    margin-top: 3px;
  }
}
.sec07-contents-table-important {
  background: #0092D6;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important {
    width: calc(100% - 226px - 334px - 10px);
    margin-bottom: 35px;
    padding: 0 16px 5px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important {
    width: calc(100% - 20% - 38% - 4px);
    margin-bottom: 15px;
    padding: 0 5px 5px;
  }
}
.sec07-contents-table-important-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-head {
    height: 104px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-head {
    height: 66px;
  }
  .sec07-contents-table-important-head img {
    height: 40px;
    width: auto;
  }
}
.sec07-contents-table-important-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  background-image: url(../img/icon-maru.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-row {
    height: 109px;
    font-size: 20px;
    margin-top: 4px;
    background-size: 80px auto;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-row {
    height: 78px;
    font-size: 11px;
    margin-top: 3px;
    background-size: 50px auto;
  }
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-row b {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-row b {
    font-size: 14px;
  }
}
.sec07-contents-table-important-row small {
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-row small b {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-row small b {
    font-size: 10px;
  }
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-row small b small {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-row small b small {
    font-size: 10px;
  }
}
.sec07-contents-table-important-note {
  font-family: "ju";
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-important-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-important-note {
    font-size: 11px;
  }
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-td {
    width: 334px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-td {
    width: 38%;
  }
}
.sec07-contents-table-td-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  background: #939191;
  color: #fff;
  border-radius: 0 10px 0 0;
  font-weight: 600;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-td-head {
    height: 65px;
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-td-head {
    height: 46px;
    font-size: 12px;
  }
}
.sec07-contents-table-td-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
  margin-top: 4px;
  background: #F0F0F0;
  background-image: url(../img/icon-batsu.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 16px;
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-td-row {
    height: 109px;
    font-size: 20px;
    margin-top: 4px;
    background-size: 80px auto;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-td-row {
    height: 78px;
    font-size: 10px;
    margin-top: 3px;
    background-size: 50px auto;
  }
}
@media screen and (min-width: 601px) {
  .sec07-contents-table-td-row b {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec07-contents-table-td-row b {
    font-size: 13px;
  }
}
.sec08 {
  text-align: center;
  background: #FFE74C;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec08 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .sec08 {
    padding: 50px 10px 0;
  }
}
.sec08::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 35px;
  background-image: url(../img/sec06-top.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: 1;
}
.sec08::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFE74C transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec08::after {
    border-width: 20px 60px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec08::after {
    border-width: 15px 40px 0 40px;
  }
}
.sec08-cat {
  text-align: center;
  position: relative;
  line-height: 1.2;
  z-index: 1;
  margin-bottom: 30px;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec08-cat {
    font-size: 40px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .sec08-cat {
    font-size: 29px;
  }
}
.sec08-cat::before {
  content: '';
  display: block;
  height: 110px;
  width: 84px;
  background-image: url(../img/icon-water.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .sec08-cat::before {
    height: 110px;
    width: 84px;
    top: -26px;
  }
}
@media screen and (max-width: 600px) {
  .sec08-cat::before {
    height: 84px;
    width: 64px;
    top: -20px;
  }
}
.sec08-cat small {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec08-cat small {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec08-cat small {
    font-size: 15px;
  }
}
.sec08-ttl {
  font-weight: 500;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec08-ttl {
    font-size: 40px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .sec08-ttl {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.sec08-contents {
  background: #fff;
  max-width: 910px;
  margin: auto;
  box-shadow: 10px 10px 0px #968200;
  margin-bottom: 28px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec08-contents {
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec08-contents {
    border-radius: 7.5%;
  }
}
.sec08-contents img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  .sec08-contents img {
    margin-bottom: -23px;
  }
}
@media screen and (max-width: 600px) {
  .sec08-contents img {
    margin-bottom: -4%;
  }
}
.sec08-bottom {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec08-bottom {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 600px) {
  .sec08-bottom {
    transform: translateY(7.5%);
  }
  .sec08-bottom img {
    width: 100%;
    height: auto;
  }
}
.sec09 {
  text-align: center;
  /*background: #E4FDE1;*/
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec09 {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .sec09 {
    padding: 40px 0 60px;
  }
}
.sec09-head {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  color: #2A5EB2;
}
@media screen and (min-width: 601px) {
  .sec09-head {
    padding: 0 20px;
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-head {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.sec09-head::before {
  content: '';
  height: 50px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-35deg);
}
.sec09-head::after {
  content: '';
  height: 50px;
  width: 2px;
  background: #2A5EB2;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(35deg);
}
.sec09-ttl {
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .sec09-ttl {
    font-size: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-ttl {
    font-size: 26px;
  }
  .sec09-ttl::after {
    content: '';
    display: block;
    height: 210px;
    width: 156px;
    margin: auto;
    background-image: url(../img/sec09-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.sec09-ttl small {
  display: block;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 601px) {
  .sec09-ttl small {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-ttl small {
    font-size: 21px;
  }
}
.sec09-ttl .color-orange {
  position: relative;
}
.sec09-ttl .color-orange::before {
  content: '・・・・';
  position: absolute;
  bottom: 0;
  left: 0.25em;
  line-height: 0;
  letter-spacing: .5em;
}
.sec09-contents {
  background: #F2FAFF;
  border: 2px dashed #0092D6;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec09-contents {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-contents {
    padding: 20px 20px 30px;
    text-align: center;
  }
}
.sec09-contents::before {
  height: 287px;
  width: 210px;
  position: absolute;
  display: block;
  right: 0;
  bottom: calc(100% + 2px);
  background-image: url(../img/sec09-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 601px) {
  .sec09-contents::before {
    content: '';
  }
}
.sec09-contents-ttl {
  display: inline-block;
  font-weight: 500;
  color: #0092D6;
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec09-contents-ttl {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-contents-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.sec09-contents-ttl::before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #FFE74C;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .sec09-contents-ttl::before {
    height: 20px;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec09-contents-ttl::before {
    height: 10px;
    top: 100%;
  }
}
.sec09-contents-list {
  text-align: left;
  list-style: none;
}
.sec09-contents-list-item {
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec09-contents-list-item {
    font-size: 26px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-contents-list-item {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.3;
  }
}
.sec09-contents-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.sec09-contents-list-item::before {
  content: '';
  display: block;
  background-image: url(../img/icon-checked.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 601px) {
  .sec09-contents-list-item::before {
    top: 2px;
    height: 38px;
    width: 38px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-contents-list-item::before {
    top: -2px;
    height: 21px;
    width: 21px;
  }
}
.sec09-bottom {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 601px) {
  .sec09-bottom {
    padding-left: 180px;
    padding-right: 260px;
  }
}
.sec09-bottom-ttl {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .sec09-bottom-ttl {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-bottom-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-bottom-img {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) {
  .sec09-bottom-img-01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 144px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-bottom-img-01 {
    width: 100px;
  }
}
.sec09-bottom-img-01 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 601px) {
  .sec09-bottom-img-02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 238px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-bottom-img-02 {
    width: 140px;
  }
}
.sec09-bottom-img-02 img {
  width: 100%;
  height: auto;
}
.sec09-bottom-txt {
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (min-width: 601px) {
  .sec09-bottom-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec09-bottom-txt {
    font-size: 14px;
  }
}
.sec10 {
  background: rgba(255, 130, 47, 0.5);
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec10 {
    padding: 90px 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec10 {
    padding: 40px 0;
  }
}
.sec10-ttl {
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (min-width: 601px) {
  .sec10-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec10-ttl {
    font-size: 21px;
  }
}
.sec10-ttl > span {
  background: #fff;
  padding: 0 0.75em;
}
.sec10-img {
  max-width: 894px;
  margin-left: auto;
}
@media screen and (min-width: 601px) {
  .sec10-img {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .sec10-img {
    margin-top: 60px;
  }
}
.sec10-img img {
  width: 100%;
  height: auto;
}
.sec11 {
  background: #82BFEB;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec11 {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec11 {
    padding: 40px 0;
  }
}
.sec11 .wrap {
  position: relative;
}
.sec11 .wrap-table {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .sec11 .wrap-table {
    width: 1100px;
    padding: 0 70px;
  }
}
@media screen and (max-width: 600px) {
  .sec11 .wrap-table {
    padding: 0 10px;
    overflow-x: auto;
  }
}
.sec11-ttl {
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .sec11-ttl {
    font-size: 55px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 601px) {
  .sec11-txt {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
  }
}
@media screen and (max-width: 600px) {
  .sec11-txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    display: flex;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .sec11-txt::after {
    content: '';
    display: block;
    background-image: url(../img/sec11-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    height: 165px;
    width: 118px;
    min-width: 118px;
    margin-left: 10px;
  }
}
.sec11-table {
  display: flex;
  align-items: flex-end;
  font-family: "noto";
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec11-table {
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .sec11-table::after {
    content: '';
    display: block;
    background-image: url(../img/sec11-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 258px;
    width: 185px;
    position: absolute;
    right: 0px;
    margin: auto;
    top: -300px;
  }
}
.sec11-table-icon {
  font-weight: 400;
  font-size: 120%;
  display: block;
  line-height: 1;
}
.sec11-table-icon-red {
  color: #FE4A49;
  font-weight: 400;
  font-size: 120%;
  display: block;
  line-height: 1;
}
.sec11-table-th {
  margin-bottom: 7px;
}
@media screen and (min-width: 601px) {
  .sec11-table-th {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-th {
    width: 110px;
  }
}
.sec11-table-th-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0092D6;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  height: 68px;
}
@media screen and (min-width: 601px) {
  .sec11-table-th-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-th-head {
    font-size: 11px;
  }
}
.sec11-table-th-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  margin-top: 2px;
  background: #0092D6;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .sec11-table-th-row {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-th-row {
    font-size: 11px;
  }
}
.sec11-table-important {
  border: 7px solid #FE7F2D;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec11-table-important {
    width: calc(100% - 220px - 220px * 2 - 8px);
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-important {
    width: 140px;
  }
}
.sec11-table-important-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  background: #FFFC96;
}
@media screen and (max-width: 600px) {
  .sec11-table-important-head img {
    width: 58px;
    height: auto;
  }
}
.sec11-table-important-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  margin-top: 2px;
  background: #FFFC96;
  font-weight: 600;
}
@media screen and (min-width: 601px) {
  .sec11-table-important-row {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-important-row {
    font-size: 16px;
  }
}
@media screen and (min-width: 601px) {
  .sec11-table-important-row small {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-important-row small {
    font-size: 14px;
  }
}
.sec11-table-td {
  margin-bottom: 7px;
}
@media screen and (min-width: 601px) {
  .sec11-table-td {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-td {
    width: 110px;
    margin-right: 1px;
  }
}
.sec11-table-td-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  background: #0092D6;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 601px) {
  .sec11-table-td-head {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-td-head {
    font-size: 12px;
  }
}
.sec11-table-td-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  margin-top: 2px;
  background: #F8F8F8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px auto;
}
@media screen and (min-width: 601px) {
  .sec11-table-td-row {
    font-size: 18px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .sec11-table-td-row {
    font-size: 12px;
  }
}
.sec12 {
  background: #E4FDE1;
}
@media screen and (min-width: 601px) {
  .sec12 {
    padding: 80px 0 60px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sec12 {
    padding: 40px 10px;
  }
}
.sec12 .wrap {
  position: relative;
}
.sec12-ttl {
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec12-ttl {
    font-size: 64px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-ttl {
    font-size: 39px;
    margin-bottom: 50px;
  }
}
.sec12-ttl::after {
  content: '';
  display: block;
  background-image: url(../img/sec12-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
}
@media screen and (min-width: 601px) {
  .sec12-ttl::after {
    height: 254px;
    width: 208px;
    right: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-ttl::after {
    height: 168px;
    width: 138px;
    right: 0;
  }
}
.sec12-ttl small {
  display: block;
}
@media screen and (min-width: 601px) {
  .sec12-ttl small {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-ttl small {
    font-size: 26px;
  }
}
.sec12-flow {
  background: #fff;
  border: 3px solid #141414;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 0px #76A970;
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .sec12-flow {
    padding: 0 15px;
  }
}
.sec12-flow:not(:nth-of-type(3)) {
  margin-bottom: 40px;
}
.sec12-flow:not(:nth-of-type(3))::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 55px 0 55px;
  border-color: #76A970 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  transform: translate(5px, 5px);
}
.sec12-flow:not(:nth-of-type(3)) .sec12-flow-contents::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 55px 0 55px;
  border-color: #141414 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}
.sec12-flow:not(:nth-of-type(3)) .sec12-flow-contents::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 55px 0 55px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 3px);
  margin: auto;
}
.sec12-flow-ttl {
  font-weight: 600;
  color: #0092D6;
  padding: 25px 0;
}
@media screen and (min-width: 601px) {
  .sec12-flow-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-flow-ttl {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .sec12-flow-ttl small {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-flow-ttl small {
    font-size: 18px;
    text-align: center;
  }
}
.sec12-flow-contents {
  font-family: "noto";
}
@media screen and (min-width: 601px) {
  .sec12-flow-contents {
    display: flex;
    justify-content: center;
  }
}
.sec12-flow-contents-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .sec12-flow-contents-item {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-flow-contents-item {
    text-align: center;
  }
}
.sec12-flow-contents-item-ttl {
  font-size: 20px;
  text-align: left;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .sec12-flow-contents-item-ttl {
    display: inline-block;
  }
}
.sec12-flow-contents-item-ttl::before {
  content: '';
  display: block;
  position: absolute;
  height: 22px;
  width: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec12-flow-contents-item-ttl.tel::before {
  background-image: url(../img/icon-tel-b.png);
}
.sec12-flow-contents-item-ttl.web::before {
  background-image: url(../img/icon-web-b.png);
}
.sec12-flow-contents-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  background: #FE7F2D;
  color: #fff;
  border-radius: 20px;
  height: 100px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 600;
}
.sec12-flow-contents-item-btn-txt {
  font-size: 16px;
  margin-bottom: 4px;
}
.sec12-flow-contents-item-btn-tel {
  font-size: 31px;
  position: relative;
  padding-left: 30px;
}
.sec12-flow-contents-item-btn-tel::before {
  content: '';
  display: block;
  position: absolute;
  height: 25px;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon-tel-w.png);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec12-flow-contents-item-btn small {
  font-size: 14px;
}
.sec12-flow-contents-item-txt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.3;
  text-align: left;
}
.sec12-flow-contents-txt {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec12-flow-contents-txt {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-flow-contents-txt {
    padding: 10px 0 30px;
  }
}
.sec12-contents {
  position: relative;
  margin: 40px auto 40px;
  background: #F9F198;
  border-radius: 10px;
  border: 6px solid #0092D6;
  box-shadow: 0px 0px 0px 8px #fff;
  padding: 14px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec12-contents {
    transform: translateY(25px);
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents {
    width: calc(100% - 20px);
  }
}
.sec12-contents::after {
  content: '';
  display: block;
  background-image: url(../img/mv-badge.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 601px) {
  .sec12-contents::after {
    height: 150px;
    width: 150px;
    top: -70px;
    left: 17px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents::after {
    height: 90px;
    width: 90px;
    top: -40px;
    left: -10px;
  }
}
@media screen and (min-width: 601px) {
  .sec12-contents-ttl {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.sec12-contents-txt {
  font-weight: 500;
  font-family: "noto", sans-serif;
  margin-top: 10px;
}
@media screen and (min-width: 601px) {
  .sec12-contents-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-txt {
    font-size: 12px;
  }
}
.sec12-contents-list {
  list-style-type: none;
  counter-reset: item;
}
@media screen and (min-width: 601px) {
  .sec12-contents-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list {
    display: block;
    padding-bottom: 20px;
  }
}
.sec12-contents-list-item {
  position: relative;
  font-weight: 600;
  font-family: "noto", sans-serif;
}
@media screen and (min-width: 601px) {
  .sec12-contents-list-item {
    padding: 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item {
    padding: 0 30px;
    text-align: left;
  }
}
.sec12-contents-list-item::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 0;
  margin: auto;
  background: #0092D6;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 601px) {
  .sec12-contents-list-item::before {
    height: 40px;
    width: 40px;
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item::before {
    top: 0;
    bottom: 0;
    height: 21px;
    width: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item:nth-child(1) img {
    position: absolute;
    right: 60px;
    top: -10px;
    width: 72px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item:nth-child(2) img {
    position: absolute;
    right: 40px;
    bottom: -40px;
    width: 72px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item:nth-child(3) img {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 40px;
    height: auto;
  }
}
.sec12-contents-list-item-txt {
  color: #0092D6;
}
@media screen and (min-width: 601px) {
  .sec12-contents-list-item-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-contents-list-item-txt {
    font-size: 16px;
  }
}
.sec12-note {
  font-family: "noto", sans-serif;
  text-align: left;
  padding-left: 1.5em;
}
@media screen and (min-width: 601px) {
  .sec12-note {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .sec12-note {
    font-size: 12px;
  }
}
.sec13 {
  background: #DBEFF9;
}
@media screen and (min-width: 601px) {
  .sec13 {
    padding: 80px 0 60px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sec13 {
    padding: 40px 10px;
  }
}
.sec13 .wrap {
  position: relative;
}
.sec13-ttl {
  font-weight: 500;
  position: relative;
  color: #2660AC;
}
@media screen and (min-width: 601px) {
  .sec13-ttl {
    font-size: 36px;
    margin: 0 auto 36px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-ttl {
    font-size: 19px;
    margin: 0 auto 46px;
  }
}
.sec13-ttl::after {
  content: '';
  display: block;
  background-image: url(../img/sec13-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 601px) {
  .sec13-ttl::after {
    height: 177px;
    width: 202px;
    bottom: -52px;
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-ttl::after {
    height: 127px;
    width: 145px;
    bottom: -58px;
    right: 30px;
  }
}
.sec13-contents {
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec13-contents {
    padding: 40px 35px 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents {
    padding: 30px 10px;
  }
}
.sec13-contents-ttl {
  font-weight: 500;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 601px) {
  .sec13-contents-ttl {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-ttl {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.sec13-contents-ttl::before {
  content: '';
  height: 1px;
  width: 100px;
  display: block;
  background: #40A9D8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec13-contents-list {
  list-style: none;
  font-family: "noto"sans-serif;
  display: flex;
}
@media screen and (min-width: 601px) {
  .sec13-contents-list {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 601px) {
  .sec13-contents-list:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list:not(:last-child) {
    margin-bottom: 50px;
  }
}
.sec13-contents-list-item {
  position: relative;
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item {
    width: calc((100% + 20px) / 3 - 20px);
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sec13-contents-list-item::after {
  content: '';
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.stg {
    order: 2;
  }
  .sec13-contents-list-item.tabletop {
    order: 3;
  }
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item.no1 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.no1 {
    order: 1;
  }
}
.sec13-contents-list-item.no1::after {
  background-image: url(../img/icon-no1.png);
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item.no1::after {
    height: 82px;
    width: 90px;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.no1::after {
    height: 36px;
    width: 40px;
    right: auto;
    left: 60px;
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.area {
    order: 4;
  }
}
.sec13-contents-list-item.area::after {
  background-image: url(../img/icon-area.png);
  height: 40px;
  width: 82px;
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item.area::after {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.area::after {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.area .sec13-contents-list-item-txt-txt::after {
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icon-area.png);
    height: 40px;
    width: 82px;
    position: static;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.b2g {
    order: 2;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.b5g {
    order: 3;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item.b12l {
    order: 1;
  }
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item-img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item-img {
    width: 80px;
    text-align: center;
    margin-right: 10px;
  }
  .sec13-contents-list-item-img [height="370"] {
    height: 180px;
    width: auto;
  }
  .sec13-contents-list-item-img [width="149"] {
    width: 71px;
    height: auto;
  }
  .sec13-contents-list-item-img [width="96"] {
    width: 46px;
    height: auto;
  }
  .sec13-contents-list-item-img [width="130"] {
    width: 62px;
    height: auto;
  }
  .sec13-contents-list-item-img [height="240"] {
    width: 92px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item-txt {
    text-align: left;
    width: calc(100% - 90px);
  }
}
.sec13-contents-list-item-txt-ttl {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item-txt-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item-txt-ttl {
    font-size: 18px;
  }
}
.sec13-contents-list-item-txt-txt {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item-txt-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item-txt-txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 601px) {
  .sec13-contents-list-item-txt-txt small {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents-list-item-txt-txt small {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec13-contents .list-bottle .sec13-contents-list-item-img {
    width: 120px;
  }
  .sec13-contents .list-bottle .sec13-contents-list-item-txt {
    width: calc(100% - 130px);
  }
}
.sec14 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/sec14-bg.jpg);
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec14 {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec14 {
    padding: 40px 10px;
  }
}
@media screen and (min-width: 601px) {
  .sec14 .wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec14 .wrap {
    padding: 0 20px;
  }
}
.sec14-ttl {
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 3px 0px #043A7C;
  position: relative;
  margin: 0 auto 24px;
}
@media screen and (min-width: 601px) {
  .sec14-ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-ttl {
    font-size: 26px;
  }
}
.sec14-txt {
  color: #fff;
}
@media screen and (min-width: 601px) {
  .sec14-txt {
    font-size: 23px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sec14-contents {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 601px) {
  .sec14-contents {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-contents {
    padding: 30px;
  }
}
.sec14-contents-item {
  position: relative;
  min-height: 320px;
  text-align: left;
  font-family: "noto"sans-serif;
}
@media screen and (min-width: 601px) {
  .sec14-contents-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-contents-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 601px) {
  .sec14-contents-item-ttl {
    font-size: 26px;
    margin-bottom: 24px;
    width: 408px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-contents-item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sec14-contents-item-txt {
  line-height: 2.2;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .sec14-contents-item-txt {
    font-size: 16px;
    width: 408px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-contents-item-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) {
  .sec14-contents-item-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 467px;
  }
}
@media screen and (max-width: 600px) {
  .sec14-contents-item-img {
    margin-bottom: 30px;
  }
}
.sec14-contents-item-img img {
  width: 100%;
  height: auto;
}
.sec15 {
  text-align: center;
  /*background: #E4FDE1;*/
}
@media screen and (min-width: 601px) {
  .sec15 {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .sec15 {
    padding: 80px 0 40px;
  }
}
.sec15-ttl {
  font-weight: 500;
  color: #2660AC;
}
@media screen and (min-width: 601px) {
  .sec15-ttl {
    font-size: 45px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec15-ttl {
    font-size: 30px;
    margin: 0 auto 40px;
  }
}
.sec15-contents {
  background: #fff;
  border-radius: 20px;
  border: solid 2px #0092D6;
  box-shadow: 8px 8px #FFE74C;
  position: relative;
  text-align: left;
  min-height: 250px;
  font-family: "noto"sans-serif;
}
@media screen and (min-width: 601px) {
  .sec15-contents {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec15-contents {
    padding: 30px;
  }
}
.sec15-contents:not(:last-child) {
  margin-bottom: 20px;
}
.sec15-contents:nth-of-type(2n) .sec15-contents-ttl {
  margin-left: auto;
}
.sec15-contents:nth-of-type(2n) .sec15-contents-txt {
  margin-left: auto;
}
.sec15-contents:nth-of-type(2n) .sec15-contents-img {
  right: auto;
  left: 50px;
}
.sec15-contents-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 601px) {
  .sec15-contents-ttl {
    width: 630px;
  }
}
@media screen and (max-width: 600px) {
  .sec15-contents-ttl {
    font-size: 18px;
  }
}
.sec15-contents-txt {
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .sec15-contents-txt {
    width: 630px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sec15-contents-txt {
    font-size: 14px;
  }
}
.sec15-contents-img {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .sec15-contents-img {
    position: absolute;
    right: 50px;
    top: 40px;
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .sec15-contents-img {
    width: 200px;
    margin: 0 auto 16px;
  }
}
.sec15-contents-img-txt {
  margin-top: 10px;
  font-size: 14px;
}
.footer {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/footer-bg.jpg);
}
@media screen and (min-width: 601px) {
  .footer {
    padding: 70px 0 240px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 100px;
  }
}
.footer-contents {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 601px) {
  .footer-contents {
    padding: 34px 50px 45px;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents {
    padding: 30px;
  }
}
.footer-contents-ttl {
  font-weight: 600;
}
@media screen and (min-width: 601px) {
  .footer-contents-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.footer-contents-ttl-02 {
  font-size: 15px;
  font-weight: 400;
}
.footer-contents-txt {
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .footer-contents-txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.footer-contents-table th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 10px;
}
@media screen and (min-width: 601px) {
  .footer-contents-table th {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents-table th {
    font-size: 14px;
  }
}
.footer-contents-table td {
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .footer-contents-table td {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer-contents-table td {
    font-size: 14px;
  }
}
.foot-inquiry {
  background-color: #0092D6;
}
.foot-inquiry a {
  text-decoration: none;
}
.foot-inquiry-inner {
  padding: 70px 10px;
}
@media (min-width: 768px) {
  .foot-inquiry-inner {
    padding: 100px 10px;
  }
}
@media (min-width: 1020px) {
  .foot-inquiry-inner {
    width: 1020px;
    margin: 0 auto;
  }
}
.foot-inquiry-upper {
  text-align: center;
}
@media (min-width: 768px) {
  .foot-inquiry-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    text-align: center;
    
  }
}
@media (min-width: 1020px) {
  .foot-inquiry-upper {
    padding: 0 40px;
    text-align: center;
    display: block;
  }
}
.foot-inquiry_ci {
  margin: 0;
}
.foot-inquiry_ci img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .foot-inquiry_ci img {
    width: 115px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 1020px) {
  .foot-inquiry_ci img {
    width: 166px;
    margin: 0;
  }
}
.foot-inquiry_tel {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .foot-inquiry_tel {
    margin: 0;
  }
}
.foot-inquiry_tel p {
  margin: 0;
}
.foot-inquiry_tel p:nth-child(1) {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .foot-inquiry_tel p:nth-child(1) {
    font-size: 1.125rem;
  }
}
.foot-inquiry_tel p:nth-child(2) {
  margin: 12px 0 0 0;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .foot-inquiry_tel p:nth-child(2) {
    margin: 0;
  }
}
.foot-inquiry_tel p:nth-child(2) a {
  display: inline-block;
  padding: 0 0 0 60px;
  background-image: url(/img/ico-tel02.png);
  background-repeat: no-repeat;
  background-position: 6px 11px;
  background-size: 46px auto;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .foot-inquiry_tel p:nth-child(2) a {
    padding: 0 0 0 50px;
    background-size: 46px auto;
    font-size: 2.25rem;
    pointer-events: none;
  }
}
@media (min-width: 1020px) {
  .foot-inquiry_tel p:nth-child(2) a {
    padding: 0 0 0 88px;
    background-position: left 13px;
    background-size: 72px auto;
    font-size: 3.0625rem;
  }
}
.foot-inquiry_tel p:nth-child(2) a:hover, .foot-inquiry_tel p:nth-child(2) a:focus {
  text-decoration: none;
}
.foot-inquiry_time {
  margin: 12px 0 0 0;
  color: #fff;
}
@media (min-width: 768px) {
  .foot-inquiry_time {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .foot-inquiry-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
  }
}
@media (min-width: 768px) {
  .foot-inquiry-btns {
    padding: 0 30px;
  }
}
.foot-inquiry-btns p {
  width: 300px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .foot-inquiry-btns p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: auto;
    margin: 0 20px 0;
  }
}
@media (min-width: 1020px) {
  .foot-inquiry-btns p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
.foot-inquiry-btns p:nth-child(1) a {
  padding: 15px 0 0 115px;
  background-color: #fd990f;
  background-image: url(/img/ico-memo01.png);
  background-position: 92px 18px;
  background-size: 16px auto;
  color: #fff;
}
@media (min-width: 768px) {
  .foot-inquiry-btns p:nth-child(1) a {
    padding: 22px 0 0 35%;
    background-position: 23% 26px;
    background-size: 18px auto;
  }
}
@media (min-width: 1020px) {
  .foot-inquiry-btns p:nth-child(1) a {
    padding: 22px 0 0 100px;
    background-position: 70px 26px;
  }
}
.foot-inquiry-btns p:nth-child(1) a:hover, .foot-inquiry-btns p:nth-child(2) a:focus {
  background-color: #f08c02;
}
.foot-inquiry-btns a {
  display: block;
  height: 60px;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  font-size: 0.9375rem;
  font-weight: bold;
  -webkit-transition: .2s background-color;
  transition: .2s background-color;
}
@media (min-width: 768px) {
  .foot-inquiry-btns a {
    height: 80px;
    font-size: 1.125rem;
  }
}
.foot-inquiry-btns a:hover, .foot-inquiry-btns a:focus {
  text-decoration: none;
}
.foot-lower {
  background-color: #fff;
  padding: 35px 0 35px;
}
@media (min-width: 768px) {
  .foot-lower {
    padding: 30px 0 30px;
  }
}
.foot-lower_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.foot-lower_nav li:not(:first-child):before {
  content: '|';
  margin: 0 5px;
}
@media (min-width: 768px) {
  .foot-lower_nav li:not(:first-child):before {
    margin: 0 10px;
  }
}
.foot-lower_nav a {
  padding: 6px 0;
  color: #000;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .foot-lower_nav a {
    padding: 2px 0;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1020px) {
  .foot-lower_nav a {
    padding: 0;
  }
}
.foot-copyright {
  color: #4a4a4a;
  text-align: center;
}