@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #222;
  font-weight: 500;
  font-size: 3.4vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0, 12%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
div.pc-only-cont {
  display: none;
  position: fixed;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  top: 0;
  left: 0;
  transform: translate(-50, -50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont {
    display: block;
  }
}
div.pc-only-cont div.pc-only-cont-inner {
  width: 80%;
  height: 100vh;
  max-width: 375px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  div.pc-only-cont div.pc-only-cont-inner {
    left: auto;
    right: 0;
    transform: translate(0, 0);
  }
}
div.pc-only-cont div.pc-only-cont-inner div.pc-only-cont-box {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  div.pc-only-cont div.pc-only-cont-inner div.pc-only-cont-box {
    width: 375px;
  }
}
div.pc-only-cont div.pc-only-cont-inner div.pc-only-cont-box p.pc-logo {
  max-width: 104px;
  margin: 0 auto;
  margin-bottom: 20px;
}
div.pc-only-cont div.pc-only-cont-inner div.pc-only-cont-box p.pc-title {
  max-width: 230px;
  margin: 0 auto;
}

div.pc-only-cont02 {
  display: none;
  position: fixed;
  width: calc((100% - 375px) / 2);
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  div.pc-only-cont02 {
    display: block;
  }
}
div.pc-only-cont02 div.pc-only-cont02-inner {
  width: 80%;
  height: 100vh;
  max-width: 375px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  div.pc-only-cont02 div.pc-only-cont02-inner {
    width: 80%;
    left: 0;
    transform: translate(0, 0);
  }
}
div.pc-only-cont02 div.pc-only-cont02-inner a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  transition: all 0.4s;
}
div.pc-only-cont02 div.pc-only-cont02-inner a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

div.pc-only-slide-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.pc-only-slide-wrap {
    display: block;
  }
}
div.pc-only-slide-wrap div.swiper-slide {
  height: 100vh;
}
div.pc-only-slide-wrap div.swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: fade-transition 70s 0.1s ease-out infinite;
}

.pc-only-slider .swiper-slide-active img {
  animation: fade-transition 70s 0.1s ease-out infinite;
}

/*
div.pc-ani{
	animation: fade-transition 11s 0.1s ease-out forwards;
}
*/
@keyframes fade-transition {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*******************************************/
a.fix-btn {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    max-width: 465px;
    left: 50%;
  }
}

main {
  background: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 375px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
}

/*メインスライド部分*/
div.hero-area {
  position: relative;
}
div.hero-area h1 {
  width: 84%;
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translate(-50%, 0);
  z-index: 5;
}
div.hero-area p.head-logo {
  width: 88px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}

/*hero-area*/
/* ↓ こちらは後述のCSSと同じ内容です。好きにまとめてもOK ↓ */
.main-slider {
  width: 100%;
  /* 任意の高さを指定。例えば 500px にしたい場合は以下のように */
  position: relative;
  overflow: hidden;
}

.main-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-slider .swiper-slide picture,
.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*メインスライド部分ここまで*/
/*prologue-area*/
div.prologue-area {
  background: #58d4dd;
  padding-top: 10%;
  padding-bottom: 10%;
  margin-top: -1px;
}

p.prologue-copy01 {
  width: 88%;
  margin: 0 auto;
}

ul.prologue-illust-list li {
  margin-bottom: 4%;
  position: relative;
}
ul.prologue-illust-list li:last-child {
  padding-bottom: 40px;
}
ul.prologue-illust-list li:last-child::after {
  content: " ";
  display: block;
  width: 30px;
  height: 55px;
  background: url(../myimg/illust-dot.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

p.prologue-fukidashi {
  width: 90%;
  margin: 0 auto;
  background: #FFF;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  padding: 5% 0;
  border-radius: 50px;
  position: relative;
}
p.prologue-fukidashi::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 20px solid transparent;
  border-top: 26px solid #FFF;
  transform: translate(-50%, 70%);
}

p.prologue-copy02 {
  width: 78%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 10%;
}

div.inner-nav ul {
  width: 90%;
  margin: 0 auto;
}
div.inner-nav ul li {
  margin-bottom: 3%;
}
div.inner-nav ul li a {
  width: 100%;
  display: block;
  background: #FFF;
  text-align: center;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.inner-nav ul li a {
    transition: all 0.6s;
  }
  div.inner-nav ul li a:hover {
    opacity: 0.6;
    transition: all 0.6s;
  }
}
div.inner-nav ul li a span.number {
  display: block;
  position: relative;
  z-index: 1;
}
div.inner-nav ul li a span.txt {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -0.08em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.inner-nav ul li a span.arrow {
  display: block;
  width: 12px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(0, -50%);
}

/*prologue-area*/
div.amazon-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5% 5%;
  box-sizing: border-box;
  background: #ffee7e;
}
div.amazon-box h4 {
  width: 84%;
  margin: 0 auto;
}
div.amazon-box p {
  text-align: center;
}
div.amazon-box p.amazon-txt01 {
  font-size: 1.4375rem;
  line-height: 1.5em;
  font-weight: bold;
  padding: 5% 0;
}
div.amazon-box p.amazon-txt03 {
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  line-height: 1.5em;
  color: #FFF;
  background: #e55033;
  padding: 4% 0;
}
div.amazon-box p.amazon-txt04 {
  font-size: 0.75rem;
  text-align: justify;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  background: #FFF;
  padding: 4% 5%;
}
div.amazon-box p.amazon-txt05 {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 5%;
  text-align: left;
}

/***************************************/
section.content h2 {
  font-size: 1.5625rem;
  line-height: 1.5em;
  text-align: center;
}
section.content h2 span.space01 {
  display: inline-block;
  letter-spacing: -0.6rem;
}
section.content h2 span.space02 {
  display: inline-block;
  letter-spacing: -0.3rem;
}

/***************************************/
section#sec01 {
  padding: 0 0 5% 0;
  /*tab-button-warap*/
  /* div.button-content*/
  /* div.point-box*/
}
section#sec01 div.sec01-box01 {
  padding-top: 5%;
  position: relative;
}
section#sec01 div.sec01-box01 span.number {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section#sec01 h3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  color: #FFF;
  background: #58d4dd;
  text-align: center;
}
section#sec01 p {
  font-size: 0.75rem;
}
section#sec01 p.sec01-txt {
  margin-top: 2%;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  text-align: center;
}
section#sec01 p.sec01-txt span.letterspace01 {
  display: inline-block;
  letter-spacing: -0.5em;
}
section#sec01 div.tab-button-wrap {
  margin-top: 10%;
  display: flex;
  justify-content: center;
}
section#sec01 div.tab-button-wrap button {
  width: 43.5%;
  padding: 10px;
  color: #FFF;
  border-radius: 10px 10px 0 0;
}
section#sec01 div.tab-button-wrap button.blue {
  background: #2b4da0;
  margin-right: 2%;
}
section#sec01 div.tab-button-wrap button.orange {
  background: #e55033;
}
section#sec01 div.tab-button-wrap button span.icon {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}
section#sec01 div.button-content {
  display: none;
  box-sizing: border-box;
  padding: 5% 5% 10% 5%;
  margin-bottom: 6%;
  /*table*/
}
section#sec01 div.button-content.active {
  display: block;
}
section#sec01 div.button-content.blue {
  border-top: solid 3px #2b4da0;
  border-bottom: solid 3px #2b4da0;
}
section#sec01 div.button-content.orange {
  border-top: solid 3px #e55033;
  border-bottom: solid 3px #e55033;
}
section#sec01 div.button-content h4 span.blue {
  color: #2b4da0;
}
section#sec01 div.button-content h4 span.orange {
  color: #e55033;
}
section#sec01 div.button-content table {
  width: 100%;
  font-size: 0.875rem;
  border-top: solid 1px #333;
  /*table01*/
  /*table02*/
}
section#sec01 div.button-content table th {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 1% 0;
  padding-right: 2%;
  letter-spacing: -0.02em;
}
section#sec01 div.button-content table td {
  border-bottom: solid 1px #333;
  padding: 1% 0;
  padding-left: 2%;
  letter-spacing: -0.02em;
}
section#sec01 div.button-content table td span.space01 {
  display: inline-block;
  letter-spacing: -0.4em;
}
section#sec01 div.button-content table.table03 th, section#sec01 div.button-content table.table01 th {
  width: 30%;
  vertical-align: middle;
}
section#sec01 div.button-content table.table03 td, section#sec01 div.button-content table.table01 td {
  width: 70%;
}
section#sec01 div.button-content table.table04 th, section#sec01 div.button-content table.table02 th {
  text-align: left;
}
section#sec01 div.button-content table.table04 th.goukei, section#sec01 div.button-content table.table02 th.goukei {
  border-top: solid 2px #333;
}
section#sec01 div.button-content table.table04 td, section#sec01 div.button-content table.table02 td {
  text-align: right;
}
section#sec01 div.button-content table.table04 td.goukei, section#sec01 div.button-content table.table02 td.goukei {
  border-top: solid 2px #333;
}
section#sec01 div.button-content table.table04 td span.red, section#sec01 div.button-content table.table02 td span.red {
  font-size: 1.125rem;
  font-weight: bold;
  color: #e55033;
}
section#sec01 div.button-content p.annotation01 {
  font-size: 0.775rem;
  margin-bottom: 6%;
}
section#sec01 div.annotation-txt {
  width: 90%;
  margin: 0 auto;
}
section#sec01 div.annotation-txt p {
  line-height: 1.5em;
}
section#sec01 div.annotation-txt p span.red {
  color: #e55033;
}
section#sec01 div.point-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
  background: #ffee7e;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 6%;
  position: relative;
}
section#sec01 div.point-box::after {
  content: " ";
  clear: both;
  display: block;
}
section#sec01 div.point-box span.icon-illust {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec01 div.point-box span.icon-illust span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec01 div.point-box div.floatbox {
  width: 36%;
  height: 6em;
  margin-right: 2%;
  float: left;
}
section#sec01 div.point-box p {
  font-size: 0.9rem;
  line-height: 1.5em;
  text-align: justify;
}

/*sec01*/
/**************/
section#sec02 {
  margin-top: 10%;
  padding-top: 0;
  border-top: solid 25px #58d4dd;
  /*div.modal-btn{*/
  /* div.point-box*/
}
section#sec02 div.sec02-box01 {
  position: relative;
  padding-top: 10%;
}
section#sec02 div.sec02-box01 span.number {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section#sec02 h2 {
  letter-spacing: -0.02em;
}
section#sec02 div.modal-btn {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  padding: 0 0 10% 0;
  background: #f0f0f0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section#sec02 div.modal-btn {
    cursor: pointer;
  }
}
section#sec02 div.modal-btn div.image01 {
  width: 88%;
  margin: 0 auto;
}
section#sec02 div.modal-btn h3 {
  width: 88%;
  margin: 0 auto;
  padding-top: 4%;
  padding-bottom: 3%;
  text-align: center;
  line-height: 1.5em;
  border-bottom: solid 1px #bababa;
}
section#sec02 div.modal-btn p {
  width: 88%;
  margin: 0 auto;
  padding-top: 3%;
  text-align: center;
  line-height: 1.5em;
}
section#sec02 div.modal-btn span.modal-open {
  display: block;
  width: 40px;
  height: 40px;
  background: #aeaeae;
  position: absolute;
  right: 0;
  bottom: 0;
}
section#sec02 div.modal-btn span.modal-open span.border {
  display: block;
  width: 18px;
  height: 3px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#sec02 div.modal-btn span.modal-open span.border::after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0) rotate(90deg);
}
section#sec02 div.point-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 15%;
  padding: 0 0 5% 0;
  background: #ffee7e;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
section#sec02 div.point-box a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 4% 0;
  background: #e55033;
  border-radius: 60px;
  text-align: center;
  color: #FFF;
  position: relative;
}
section#sec02 div.point-box a span.txt {
  display: inline-block;
}
section#sec02 div.point-box a span.arrow {
  width: 10px;
  height: 10px;
  border: 0;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  position: absolute;
  top: 49%;
  right: 8%;
  transform-origin: center center;
  transform: translate(0, -50%) rotate(45deg);
}
section#sec02 div.point-box p.annotation01 {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  font-size: 0.775rem;
  line-height: 1.6em;
}
section#sec02 div.point-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 7% 7% 7% 7%;
  position: relative;
}
section#sec02 div.point-inner::after {
  content: " ";
  clear: both;
  display: block;
}
section#sec02 div.point-inner span.icon-illust {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec02 div.point-inner span.icon-illust span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec02 div.point-inner span.icon-illust02 {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec02 div.point-inner span.icon-illust02 span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec02 div.point-inner div.floatbox {
  width: 36%;
  height: 3.9em;
  margin-right: 2%;
  float: left;
}
section#sec02 div.point-inner p {
  font-size: 0.9rem;
  line-height: 1.5em;
  text-align: justify;
}

/*section#sec02*/
.modaal-container {
  max-width: 500px;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  background: #CCC;
  border-radius: 0;
}
.modaal-wrapper .modaal-close.bottom-close {
  top: auto;
  bottom: 0;
}

.modaal-content-container {
  padding: 0;
}

div.modal-content-inner-qa {
  position: relative;
  padding: 40px 20px;
  /*button.close-button{*/
}
div.modal-content-inner-qa button.close-button {
  width: 40px;
  height: 40px;
  background: #aeaeae;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
div.modal-content-inner-qa button.close-button::after, div.modal-content-inner-qa button.close-button::before {
  content: " ";
  display: block;
  width: 20px;
  height: 3px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
div.modal-content-inner-qa button.close-button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.modal-content-inner-qa button.close-button.bottom {
  top: auto;
  bottom: 0;
}
div.modal-content-inner-qa dl {
  margin-bottom: 12%;
  /*dd*/
}
div.modal-content-inner-qa dl dt {
  position: relative;
  display: flex;
}
div.modal-content-inner-qa dl dt span.icon-Q {
  display: block;
  width: 40px;
  float: left;
  margin-right: 10px;
}
div.modal-content-inner-qa dl dt span.txt {
  width: calc(100% - 50px);
  font-size: 1rem;
  letter-spacing: -0.02em;
}
div.modal-content-inner-qa dl dt span.txt span.space {
  letter-spacing: -0.6em;
}
div.modal-content-inner-qa dl dt span.txt span.space02 {
  letter-spacing: -0.3em;
}
div.modal-content-inner-qa dl dd {
  clear: both;
  margin-top: 5%;
}
div.modal-content-inner-qa dl dd p {
  position: relative;
  line-height: 1.6em;
}
div.modal-content-inner-qa dl dd p::after {
  content: " ";
  clear: both;
  display: block;
}
div.modal-content-inner-qa dl dd p span {
  display: block;
}
div.modal-content-inner-qa dl dd p span.answer {
  width: 40px;
  float: left;
  margin-right: 10px;
}
div.modal-content-inner-qa dl dd div.img {
  margin-top: 5%;
}
div.modal-content-inner-qa dl dd div.img span {
  display: block;
  font-size: 0.775rem;
  line-height: 1.5em;
}

/**************/
section#sec03 {
  margin-top: 10%;
  border-top: solid 25px #58d4dd;
  /*p.sec03-txt02*/
  /*h4*/
  /**/
  /* div.point-box*/
  /*sec03-cont02*/
}
section#sec03 div.sec03-box01 {
  padding-top: 10%;
  position: relative;
}
section#sec03 div.sec03-box01 span.number {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section#sec03 h2 {
  letter-spacing: -0.02em;
}
section#sec03 h3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  color: #FFF;
  background: #58d4dd;
  text-align: center;
}
section#sec03 p.sec03-txt01 {
  margin-top: 2%;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  text-align: center;
}
section#sec03 p.sec03-txt02 {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 3%;
  position: relative;
}
section#sec03 p.sec03-txt02::after {
  content: " ";
  display: block;
  width: 25%;
  height: 4px;
  background: #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section#sec03 h4 {
  font-size: 1rem;
  text-align: center;
  position: relative;
}
section#sec03 h4::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 9px solid transparent;
  border-top: 28px solid #e55033;
  transform: translate(-50%, 90%);
}
section#sec03 h4 span {
  display: inline-block;
  padding: 3% 2em;
  background: #e55033;
  color: #FFF;
  border-radius: 20px;
}
section#sec03 div.sec03-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 10%;
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 5%;
}
section#sec03 div.sec03-content dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3%;
}
section#sec03 div.sec03-content dl dd {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 5%;
}
section#sec03 div.sec03-content dl:nth-of-type(2) {
  padding-top: 5%;
  position: relative;
}
section#sec03 div.sec03-content dl:nth-of-type(2)::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #bababa;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
}
section#sec03 div.point-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 15%;
  padding: 0 0 5% 0;
  background: #ffee7e;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
section#sec03 div.point-box p.sec03-point-txt02 {
  width: 90%;
  margin: 0 auto;
}
section#sec03 div.point-box p.sec03-point-txt02 span {
  display: block;
  font-weight: bold;
}
section#sec03 div.point-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 7% 7% 0 7%;
  position: relative;
}
section#sec03 div.point-inner::after {
  content: " ";
  clear: both;
  display: block;
}
section#sec03 div.point-inner span.icon-illust {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec03 div.point-inner span.icon-illust span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec03 div.point-inner div.floatbox {
  width: 36%;
  height: 6em;
  margin-right: 2%;
  float: left;
}
section#sec03 div.point-inner p {
  font-size: 0.9rem;
  line-height: 1.5em;
  text-align: justify;
}
section#sec03 div.point-inner p span {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section#sec03 div.point-inner p span {
    letter-spacing: -0.01em;
  }
}
section#sec03 div.sec03-cont02 {
  /*sec03-accordion-cont*/
  /* div.point-box*/
}
section#sec03 div.sec03-cont02 p.sec03-txt02 {
  padding-top: 10%;
  position: relative;
}
section#sec03 div.sec03-cont02 p.sec03-txt02::before {
  content: " ";
  display: block;
  width: 90%;
  height: 1px;
  background: #aeaeae;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, 0);
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2%;
  padding-bottom: 5%;
  box-sizing: border-box;
  border: solid 1px #e55033;
  /*sec03-accordion-txt01*/
  /*div.sec03-accordion-cont-inner*/
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 {
  padding: 3% 0 2% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 {
    cursor: pointer;
  }
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01.active {
  background: #e55033;
  color: #FFF;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01.active span.icon {
  background: #FFF;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01.active span.icon::after {
  display: none;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01.active span.icon::before {
  background: #e55033;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 span.icon {
  display: block;
  width: 28px;
  height: 28px;
  background: #e55033;
  position: absolute;
  right: 0;
  top: 0;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 span.icon::after, section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 span.icon::before {
  content: " ";
  display: block;
  width: 14px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 span.icon::after {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(90deg);
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 dl dt {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3%;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-txt01 dl dd {
  line-height: 1.5em;
  text-align: center;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner {
  display: none;
  padding-top: 6%;
  /*dl*/
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl {
  /*dt*/
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dt {
  text-align: center;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dt span {
  display: inline-block;
  color: #e55033;
  border: solid 1px #e55033;
  padding: 0 2em;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dt span span {
  border: none;
  padding: 0;
  letter-spacing: 0.8em;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dd {
  width: 90%;
  margin: 0 auto;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dd p {
  margin-top: 3%;
  text-align: justify;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dd a {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 5%;
  padding: 3% 0;
  background: #e55033;
  text-align: center;
  color: #FFF;
  border-radius: 20px;
  position: relative;
}
section#sec03 div.sec03-cont02 div.sec03-accordion-cont div.sec03-accordion-cont-inner dl dd a span.arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
section#sec03 div.sec03-cont02 div.point-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
  background: #ffee7e;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 6%;
  position: relative;
}
section#sec03 div.sec03-cont02 div.point-box::after {
  content: " ";
  clear: both;
  display: block;
}
section#sec03 div.sec03-cont02 div.point-box span.icon-illust {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec03 div.sec03-cont02 div.point-box span.icon-illust span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec03 div.sec03-cont02 div.point-box div.floatbox {
  width: 36%;
  height: 6em;
  margin-right: 2%;
  float: left;
}
section#sec03 div.sec03-cont02 div.point-box p {
  font-size: 0.9rem;
  line-height: 1.5em;
  text-align: justify;
}

/*section#sec03{*/
/***************************************/
section#sec04 {
  margin-top: 10%;
  padding: 0% 0 15% 0;
  border-top: solid 25px #58d4dd;
  /*sec04-box02*/
  /*sec04-box03*/
  /*point-bo*/
  /* div.point-box*/
  /*div.sec04-box04*/
  /*t-sas-cont*/
}
section#sec04 div.sec04-box01 {
  position: relative;
  padding-top: 10%;
}
section#sec04 div.sec04-box01 span.number {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
section#sec04 h3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  color: #FFF;
  background: #58d4dd;
  text-align: center;
}
section#sec04 p {
  font-size: 0.75rem;
}
section#sec04 p.sec04-txt01 {
  margin-top: 2%;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  text-align: center;
}
section#sec04 p.sec04-txt01 span {
  display: inline-block;
  letter-spacing: -0.5em;
}
section#sec04 p.sec04-txt02 {
  text-align: center;
  line-height: 1.6em;
}
section#sec04 p.sec04-txt02 span.orange {
  color: #e55033;
}
section#sec04 div.sec04-box02 h4 {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 3%;
  position: relative;
}
section#sec04 div.sec04-box02 h4 span.txt {
  position: relative;
}
section#sec04 div.sec04-box02 h4 span.txt span.fukidashi {
  display: block;
  width: 52px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-110%, 0);
}
section#sec04 div.sec04-box02 h4::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  background: #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section#sec04 div.sec04-box02 figure.sec04-figure01 {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
}
section#sec04 div.sec04-box02 div.sec04-img02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
}
section#sec04 div.sec04-box03 {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5%;
  box-sizing: border-box;
  background: #f0f0f0;
}
section#sec04 div.sec04-box03 p {
  font-size: 1.2rem;
  font-weight: bold;
}
section#sec04 div.sec04-box03 div.img {
  margin: 5% 0;
}
section#sec04 div.sec04-box03 a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 4% 0;
  background: #e55033;
  border-radius: 60px;
  text-align: center;
  color: #FFF;
  position: relative;
}
section#sec04 div.sec04-box03 a span.txt {
  display: inline-block;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  section#sec04 div.sec04-box03 a span.txt {
    font-size: 13px;
  }
}
section#sec04 div.sec04-box03 a span.arrow {
  width: 8px;
  height: 8px;
  border: 0;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  position: absolute;
  top: 46%;
  right: 8%;
  transform-origin: center center;
  transform: translate(0, -50%) rotate(45deg);
}
section#sec04 div.sec04-box03 figure.sec04-figure02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
section#sec04 div.point-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 15%;
  padding: 0 0 5% 0;
  background: #ffee7e;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
section#sec04 div.point-box p.sec03-point-txt02 {
  width: 90%;
  margin: 0 auto;
}
section#sec04 div.point-box p.sec03-point-txt02 span {
  display: block;
  font-weight: bold;
}
section#sec04 div.point-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 7% 7% 0 7%;
  position: relative;
}
section#sec04 div.point-inner::after {
  content: " ";
  clear: both;
  display: block;
}
section#sec04 div.point-inner span.icon-illust {
  display: block;
  width: 33%;
  position: absolute;
  left: 4%;
  top: -5%;
}
section#sec04 div.point-inner span.icon-illust span.point {
  display: block;
  width: 53%;
  position: absolute;
  left: -20%;
  top: -3%;
}
section#sec04 div.point-inner div.floatbox {
  width: 36%;
  height: 6em;
  margin-right: 2%;
  float: left;
}
section#sec04 div.point-inner p {
  font-size: 0.9rem;
  text-align: justify;
}
section#sec04 div.point-inner p span {
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5%;
}
section#sec04 div.sec04-box04 ul {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
}
section#sec04 div.sec04-box04 ul li {
  margin-bottom: 10%;
  text-align: center;
}
section#sec04 div.sec04-box04 ul li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 2%;
}
section#sec04 div.sec04-box04 ul li span span {
  font-size: 0.9em;
  margin-top: 2%;
}
section#sec04 p.kaiteki {
  width: 62.4%;
  margin: 0 auto;
}
section#sec04 p.t-sas-txt {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 5%;
}
section#sec04 p.t-sas-txt span {
  font-size: 0.8rem;
  margin-top: 3%;
  display: block;
}
section#sec04 div.t-sas-cont {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5%;
  box-sizing: border-box;
  background: #f0f0f0;
  /*t-sas-img*/
  /*t-sas-txt01*/
}
section#sec04 div.t-sas-cont div.t-sas-img02 {
  margin-top: 10%;
}
section#sec04 div.t-sas-cont div.t-sas-txt01 {
  /*h5*/
}
section#sec04 div.t-sas-cont div.t-sas-txt01 h5 {
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-top: 5%;
  margin-bottom: 5%;
}
section#sec04 div.t-sas-cont div.t-sas-txt01 h5 span.bold {
  font-weight: bold;
}
section#sec04 div.t-sas-cont div.t-sas-txt01 h5 span.small {
  font-weight: normal;
  display: block;
}
section#sec04 div.t-sas-cont div.t-sas-txt01 h5 span.sup {
  font-size: 0.8em;
}
section#sec04 div.t-sas-cont div.t-sas-txt01 p {
  font-size: 0.875rem;
}
section#sec04 div.t-sas-cont div.t-sas-txt02 {
  margin-top: 10%;
}
section#sec04 div.t-sas-cont div.t-sas-txt02 p span.sup {
  font-size: 0.8em;
}
section#sec04 div.t-sas-cont figure {
  margin-top: 6%;
}
section#sec04 div.t-sas-cont figure figcaption {
  font-size: 0.78rem;
}
section#sec04 div.t-sas-cont figure figcaption span {
  color: #f08902;
}
section#sec04 p.sec04-annotation01 {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  line-height: 1.6em;
}
section#sec04 div.sec04-box05 {
  margin-top: 10%;
}
section#sec04 div.sec04-box05 div.sec04-box05-img {
  width: 90%;
  margin: 0 auto;
}
section#sec04 div.sec04-box05 h2 {
  margin-top: 5%;
}
section#sec04 div.sec04-box05 p {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 3%;
}

/*sec04*/
section#sec05 {
  background: url(../myimg/sec05-bg.png) no-repeat left top #58d4dd;
  background-size: cover;
  padding: 15% 0 20% 0;
}
section#sec05 h2 {
  width: 88.6%;
  margin: 0 auto;
}
section#sec05 h3 {
  font-size: 1.375rem;
  text-align: center;
  margin-top: 12%;
  margin-bottom: 5%;
  padding-bottom: 5%;
  position: relative;
}
section#sec05 h3::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  background: #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section#sec05 h3 span {
  display: inline-block;
}
section#sec05 div.sec05-list ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
section#sec05 div.sec05-list ul li {
  width: 49%;
  margin-bottom: 2%;
}
section#sec05 div.sec05-list ul li:nth-child(odd) {
  margin-right: 2%;
}
section#sec05 div.sec05-list ul li a {
  display: block;
  font-size: 1.15rem;
  line-height: 1em;
  text-align: center;
  background: #FFF;
  padding: 5% 4% 5% 0;
  position: relative;
  border: solid 1px #DDD;
}
section#sec05 div.sec05-list ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-left: solid 2px #1a1a1a;
  border-bottom: solid 2px #1a1a1a;
  position: absolute;
  top: 35%;
  right: 8%;
  transform: rotate(-45deg);
}
section#sec05 div.sec05-list ul li a.yamaguchi {
  color: #5bb88b;
  border-color: #5bb88b;
}
section#sec05 div.sec05-list ul li a.yamaguchi::after {
  border-color: #5bb88b;
}
section#sec05 div.sec05-list ul li a.hiroshima {
  color: #e5575f;
  border-color: #e5575f;
}
section#sec05 div.sec05-list ul li a.hiroshima::after {
  border-color: #e5575f;
}
section#sec05 div.sec05-list ul li a.fukuyama {
  color: #ff8f8d;
  border-color: #ff8f8d;
}
section#sec05 div.sec05-list ul li a.fukuyama::after {
  border-color: #ff8f8d;
}
section#sec05 div.sec05-list ul li a.okayama {
  color: #63b5ed;
  border-color: #63b5ed;
}
section#sec05 div.sec05-list ul li a.okayama::after {
  border-color: #63b5ed;
}
section#sec05 div.sec05-list ul li a.tottori {
  color: #83d561;
  border-color: #83d561;
}
section#sec05 div.sec05-list ul li a.tottori::after {
  border-color: #83d561;
}
section#sec05 div.sec05-list ul li a.shimane {
  color: #8e7bb7;
  border-color: #8e7bb7;
}
section#sec05 div.sec05-list ul li a.shimane::after {
  border-color: #8e7bb7;
}
section#sec05 div.sec05-list ul li a.ehime {
  color: #fab62b;
  border-color: #fab62b;
}
section#sec05 div.sec05-list ul li a.ehime::after {
  border-color: #fab62b;
}

footer {
  color: #FFF;
  background: #0075c1;
  padding: 10% 0;
}
footer p.logo {
  width: 88%;
  margin: 0 auto;
}
footer p.tel {
  width: 88%;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  footer p.tel a {
    pointer-events: none;
    cursor: default;
  }
}
footer p.time {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 5%;
}
footer p.address {
  text-align: center;
  line-height: 1.5em;
  margin-top: 6%;
}/*# sourceMappingURL=style.css.map */
