@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@1,400;1,700&display=swap");
@import url(fontawesome-all.min.css);
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
/*  reset
----------------------------------------------------*/
@import url(fix.css);
* {
  -webkit-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.001s;
            animation-duration: 0.001s;
    -webkit-transition-duration: 0.001s;
            transition-duration: 0.001s;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 0.625rem;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #4c4c4c;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro,sans-serif";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

a, a:link {
  color: #D81B60;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.bk {
  color: #000;
}

.red {
  color: #e60012;
}

p, p > span {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

picture {
  display: block;
}

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

section#container-fluid {
  position: relative;
}

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

a {
  word-break: break-all;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

a {
  color: #D81B60;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media screen and (max-width: 320px) {
  a, p, li, dt, dd, th, td, address {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  * span {
    font-size: inherit;
  }
}
form {
  display: block;
  width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=tel] {
  padding: 1rem 0.5rem;
  line-height: 2.5em;
  height: 2.5em;
}
input[type=text], input[type=email], input[type=password], input[type=date] {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 0 6px 10px 0;
  min-height: 30px;
}

select {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: inherit 0.5rem;
  min-height: 30px;
  font-size: 1.4rem;
}

textarea {
  border: solid 2px #ccc;
  border-radius: 3px;
  padding: 1rem;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

input[type=submit] {
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 0 1em;
  height: 2.2em;
  line-height: 2.2em;
  font-size: 1.6rem;
}

/*  common
----------------------------------------------------*/
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}

.container {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.container .row {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.container .row p.entryBtn {
  width: 92%;
  max-width: 600px;
  margin: 60px auto;
  position: relative;
  z-index: 999;
}
.container .row p.entryBtn a {
  background-color: #74A2F4;
  border-radius: 0.5em;
  color: #fff;
  display: block;
  font-size: 6vw;
  font-family: "Noto Serif JP";
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 3em;
  height: 3em;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-shadow: 3px 3px 0 #4472C4;
          box-shadow: 3px 3px 0 #4472C4;
}
.container .row p.entryBtn a:after {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: auto 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.container .row p.entryBtn a:active {
  -webkit-filter: saturate(130%);
          filter: saturate(130%);
  -webkit-box-shadow: 1px 1px 0 #4472C4;
          box-shadow: 1px 1px 0 #4472C4;
  position: relative;
  top: 2px;
  left: 2px;
}
@media screen and (min-width: 576px) {
  .container .row p.entryBtn a {
    font-size: 24px;
    border-radius: 30px;
    line-height: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .container .row p.entryBtn a {
    font-size: 27px;
    border-radius: 20px;
    line-height: 80px;
    height: 80px;
  }
  .container .row p.entryBtn a:hover {
    -webkit-filter: saturate(130%);
            filter: saturate(130%);
    -webkit-box-shadow: 1px 1px 0 #4472C4;
            box-shadow: 1px 1px 0 #4472C4;
    position: relative;
    top: 2px;
    left: 2px;
  }
}
@media screen and (min-width: 768px) {
  .container .row p.entryBtn a:hover:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    -webkit-filter: saturate(130%);
            filter: saturate(130%);
  }
}

/* main{
  min-height: 100%;
  height:100%;
  display: block;
  width: 100%;
  max-width:960px;
  margin: 0 auto;
  margin-bottom:100px;
  position: relative;
  >section{
  }
  * p, * a,* li{
    font-size: 1.4rem;
    @include mq-md {
      font-size: 16px;
    }
    span{
      font-size:inherit;
    }
  }
}//main */
.cnt, [class^=cnt] {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cnt, [class^=cnt] {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.bnr {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wFit {
  width: calc(100% + 40px);
  margin: 0 -20px 0 -20px;
}

.accbox {
  width: 100%;
}
.accbox > input {
  display: none;
}
.accbox > label {
  display: block;
  margin: 0;
  padding: 0 2em;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.accbox > label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: rgba(207, 107, 109, 0.3);
  font-size: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.accbox .accshow {
  /*animation->height設定しない*/
  max-height: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, max-height 0.5s;
  transition: opacity 0.5s, max-height 0.5s;
}
.accbox input.acco:checked + label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.accbox input.acco:checked + label + .accshow {
  /*animation->heightを設定しない*/
  max-height: 200vh;
  opacity: 1;
  -webkit-transition: opacity 0.2s, max-height 0.5s;
  transition: opacity 0.2s, max-height 0.5s;
}

/*animation*/
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  65% {
    left: -75%;
  }
  80% {
    left: 125%;
  }
  80.1% {
    left: -75%;
  }
  81% {
    left: -75%;
  }
  96% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  65% {
    left: -75%;
  }
  80% {
    left: 125%;
  }
  80.1% {
    left: -75%;
  }
  81% {
    left: -75%;
  }
  96% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
/*-- header --*/
header .container:first-of-type {
  background-color: #FFC000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255, 192, 0, 0.6)), color-stop(40%, #FFC000), to(#FFC000));
  background: linear-gradient(0deg, rgba(255, 192, 0, 0.6) 10%, #FFC000 40%, #FFC000 100%);
}
header .container:first-of-type .row {
  padding-bottom: 1em;
}
header .container:first-of-type .logo {
  width: 100%;
  line-height: 5em;
  padding-top: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .container:first-of-type .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  header .container:first-of-type .logo {
    height: 120px;
    line-height: 120px;
  }
}
header .container:first-of-type .logo p:first-child {
  font-size: 2em;
  font-weight: bold;
  color: #4472C4;
  margin: 1em auto 0;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
header .container:first-of-type .logo p:first-child img {
  display: inline-block;
  width: 55%;
  max-width: 360px;
  position: relative;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  header .container:first-of-type .logo p:first-child img {
    width: 75%;
  }
}
header .container:first-of-type .logo p:nth-child(2) {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  margin: 1em auto 0;
  text-align: center;
  text-shadow: 1px 1px 0 #b38600;
}
header .container:first-of-type .logo p:nth-child(2) span {
  color: #4472C4;
}
@media screen and (min-width: 768px) {
  header .container:first-of-type .logo p:nth-child(2) {
    font-size: 18px;
  }
  header .container:first-of-type .logo p:nth-child(2) span {
    font-size: inherit;
  }
}
header .container:first-of-type h1.title {
  color: #4472C4;
  font-size: 9.5vw;
  font-family: "Noto Serif JP";
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  position: relative;
  z-index: 9;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 7px #fff;
}
@media screen and (min-width: 768px) {
  header .container:first-of-type h1.title {
    font-size: 60px;
  }
}
header .container:first-of-type h1 + div {
  color: #fff;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}
header .container:first-of-type h1 + div p {
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 0px #27457b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #CF6B6D;
  -webkit-filter: saturate(120%);
          filter: saturate(120%);
  border-radius: 1.3em;
  height: 2.6em;
  line-height: 2.6em;
  padding: 0 1.3em;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  header .container:first-of-type h1 + div p {
    font-size: 27px;
  }
}
header .container:first-of-type h1 + div p:before {
  content: "";
  -webkit-animation: shine 3s ease infinite;
          animation: shine 3s ease infinite;
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}
header .container:nth-of-type(2).headerBg {
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/header_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-attachment: scroll;
  min-height: 420px;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  header .container:nth-of-type(2).headerBg {
    min-height: 550px;
  }
}
@media screen and (min-width: 768px) {
  header .container:nth-of-type(2).headerBg {
    min-height: 650px;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  header .container:nth-of-type(2).headerBg {
    min-height: 750px;
  }
}
@media screen and (min-width: 1280px) {
  header .container:nth-of-type(2).headerBg {
    min-height: 800px;
  }
}
header .container:nth-of-type(2).headerBg .row .headerCat1 {
  width: 30%;
  max-width: 302px;
  margin: 30px 0 0 10px;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
header .container:nth-of-type(2).headerBg .row .headerCat2 {
  width: 38%;
  max-width: 370px;
  text-align: center;
  margin: 3em -10px 2em 0;
  float: right;
  -webkit-filter: drop-shadow(0px 0px 5px white);
          filter: drop-shadow(0px 0px 5px white);
}
header .container:last-of-type .row {
  /* //5pcslist
   >ul.pointList{
    @include flex(c);
    width: calc(100% + 20px);
    margin: 2em -10px 0;
    li{
      background-color:$ci2;
      border-radius:.5em;
      color:#fff;
      font-size: 12px;
      font-weight: bold;
      line-height:1.3;
      min-height:3.5em;
      @include vhg-center();
      text-align: center;
      padding:0 .7em;
      margin:0 5px 15px;
      width:30%;
      @include mq-md {
        font-size: 16px;
        letter-spacing:1px;
      }
    }
   }
   */
}
header .container:last-of-type .row > ul.pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 20px);
  margin: 2em -10px 15px;
}
header .container:last-of-type .row > ul.pointList li {
  background-color: #4472C4;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  height: 5em;
  width: 5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 0.7em;
  margin: 0 15px 15px;
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  header .container:last-of-type .row > ul.pointList li {
    font-size: 21px;
    letter-spacing: 1px;
    height: 220px;
    width: 220px;
    margin: 0 30px 15px;
  }
}
header .container:last-of-type .row .headerTxt {
  margin: 0 auto 60px;
  text-align: center;
}
header .container:last-of-type .row .headerTxt p {
  color: #4472C4;
  font-weight: bold;
  font-size: 3.3vw;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  header .container:last-of-type .row .headerTxt p {
    font-size: 24px;
  }
}
header .container:last-of-type .row .headerTxt p span {
  font-size: inherit;
  color: #FFC000;
  text-shadow: 1px 1px 0 #806000;
}
header .container:last-of-type .row .headerTxt p img {
  height: 1.75em;
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: 2px;
}

footer {
  background-color: #FFC000;
  padding: 1em 0 2em;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #4472C4;
  color: #fff;
  font-size: 10px;
  font-family: "Dosis";
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media screen and (min-width: 768px) {
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px;
  }
  #pagetopBtn a {
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 0;
  }
  footer p.copy {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
}
section[id^=sec] {
  background-color: #FFF8b0;
  z-index: 0;
  position: relative;
  outline-offset: 0;
}
section[id^=sec] .ttl {
  background-color: #FFC000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
  height: 22vw;
  max-height: 200px;
  z-index: 9;
}
section[id^=sec] .ttl:after {
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: #FFC000 transparent transparent transparent;
  border-width: 25px 20vw 0 20vw;
  z-index: 1;
}
section[id^=sec] .ttl h2 {
  color: #4472C4;
  text-shadow: 1px 1px 0 #fff;
  font-size: 5.5vw;
  font-weight: bold;
  font-family: "Noto Serif JP";
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.4;
  padding: 0;
  max-width: 900px;
  margin: auto auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  section[id^=sec] .ttl h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  section[id^=sec] .ttl h2 {
    font-size: 32px;
  }
}
section[id^=sec] .ttl h2 span {
  color: #74A2F4;
  display: inline;
}
section[id^=sec] .container {
  padding: 30px 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section[id^=sec] .container {
    padding: 100px 0;
  }
}
section[id^=sec] .container .row {
  position: relative;
  z-index: 2;
}
section[id^=sec] .container .row .ttls {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0 -15px 20px -15px;
  width: calc(100% + 30px);
}
section[id^=sec] .container .row .ttls span {
  color: #4472C4;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  max-width: 63%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  section[id^=sec] .container .row .ttls span {
    font-size: 4vw;
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  section[id^=sec] .container .row .ttls span {
    font-size: 28px;
  }
}
section[id^=sec] .container .row .ttls:before {
  content: "";
  background: url(../images/ttl_deco_l.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5em;
  width: 5em;
  position: relative;
  left: -10px;
  top: 0.3em;
}
@media screen and (min-width: 576px) {
  section[id^=sec] .container .row .ttls:before {
    height: 2.5em;
    width: 6.5em;
    top: 0.6em;
  }
}
section[id^=sec] .container .row .ttls:after {
  content: "";
  background: url(../images/ttl_deco_r.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.5em;
  width: 5em;
  position: relative;
  right: -10px;
  top: 0.3em;
}
@media screen and (min-width: 576px) {
  section[id^=sec] .container .row .ttls:after {
    height: 2.5em;
    width: 6.5em;
    top: 0.6em;
  }
}
section[id^=sec] .container .row .ttls img {
  height: 2em;
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-bottom: -0.3em;
}
section[id^=sec] .container .row .ttls.ttlsAbout:before, section[id^=sec] .container .row .ttls.ttlsAbout:after {
  content: "";
  display: none;
}
section[id^=sec] .container .row .ttls.ttlsAbout span {
  max-width: 100%;
}
section[id^=sec] .container .row > p,
section[id^=sec] .container .row > p > span,
section[id^=sec] .container .row > div > p {
  margin-bottom: 2em;
  letter-spacing: 2px;
  line-height: 2em;
}
@media screen and (min-width: 576px) {
  section[id^=sec] .container .row > p,
section[id^=sec] .container .row > p > span,
section[id^=sec] .container .row > div > p {
    font-size: 18px;
  }
}
section[id^=sec] .container .row .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(207, 107, 109, 0.3)));
  background: linear-gradient(transparent 50%, rgba(207, 107, 109, 0.3) 50%);
  display: inline;
  padding: 0 2px 4px;
}
section[id^=sec] .container .row hr {
  background-color: #74A2F4;
  border-radius: 1px;
  height: 2px;
  width: 70%;
  border: 0;
  margin: 30px auto 50px;
}
section[id^=sec] .paraBG1 {
  /* background-image:url(../images/sec02_bg.jpg);
  background-position: center center;
  background-size:auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width:100%;
  min-height:600px;
  position:relative;
  overflow:hidden;
  z-index: 0;
  @include mq-md {background-size: cover;} */
}
section[id^=sec] .paraBG2 {
  background-image: url(../images/sec04_bg.jpg);
  background-position: center center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section[id^=sec] .paraBG2 {
    background-size: cover;
  }
}
section[id^=sec] .paraBG3 {
  background-image: url(../images/sec06_bg.jpg);
  background-position: center center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section[id^=sec] .paraBG3 {
    background-size: cover;
  }
}

#sec01 .container {
  margin-top: 0;
}
#sec02 .container .row {
  padding-top: 4em;
  /* > p{
    color:#fff;
    text-shadow:0px 0px 2px #000,
    0px 0px 2px #000,
    0px 0px 2px #000,
    0px 0px 2px #000,
    0px 0px 3px #000,
    0px 0px 3px #000,
    0px 0px 3px #000;
  } */
}

#sec03 .container {
  margin-top: 1em;
}
#sec03 .container .row {
  /* //5pcsList
  ul.pointList{
    @include flex(c);
    width: calc(100% + 20px);
    margin: 60px -10px;
    li{
      background-color:$ci2;
      border-radius:.5em;
      color:#fff;
      font-size: 12px;
      font-weight: bold;
      line-height:1.3;
      min-height:3.5em;
      @include vhg-center();
      text-align: center;
      padding:0 .7em;
      margin:0 5px 15px;
      width:30%;
      @include mq-md {
        font-size: 16px;
        letter-spacing:1px;
      }
    }
  }

   */
}
#sec03 .container .row > p {
  text-align: center;
}
#sec03 .container .row > ul.pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 20px);
  margin: 60px -10px;
}
#sec03 .container .row > ul.pointList li {
  background-color: #4472C4;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  height: 5em;
  width: 5em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 0.7em;
  margin: 0 15px 15px;
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  #sec03 .container .row > ul.pointList li {
    font-size: 21px;
    letter-spacing: 1px;
    height: 220px;
    width: 220px;
    margin: 0 30px 15px;
  }
}
#sec03 .container .row .tilePh {
  margin-top: 100px;
}
#sec03 .container .row .tilePh ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sec03 .container .row .tilePh ul li {
  height: 27vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sec03 .container .row .tilePh ul li:last-child {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#sec03 .container .row .tilePh ul li img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-aspect-ratio: 1/1) {
  #sec03 .container .row .tilePh ul li {
    height: 30vh;
  }
}
@media (max-height: 480px) {
  #sec03 .container .row .tilePh ul li {
    height: 80vh;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  #sec03 .container .row .tilePh ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #sec03 .container .row .tilePh ul li {
    height: auto;
    width: 100%;
  }
  #sec03 .container .row .tilePh ul li img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

#sec04 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec04 #sec04 > div.ttl > h2 br {
    display: none;
  }
}
#sec04 .container {
  padding: 30px 0;
}
#sec04 .container .row {
  padding-top: 4em;
}

#sec05 {
  margin-top: 0;
}
#sec05 .container {
  margin-top: 1em;
  padding: 30px 0;
}
#sec06 {
  position: relative;
}
#sec06 .container {
  padding: 0;
}
#sec06 .container .row {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 0;
}

#sec08 .container .row .recruit-detail {
  margin-top: 2em;
}
#sec08 .container .row .recruit-detail dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px rgba(68, 114, 196, 0.3);
  }
}
#sec08 .container .row .recruit-detail dl dt, #sec08 .container .row .recruit-detail dl dd {
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dt, #sec08 .container .row .recruit-detail dl dd {
    padding-bottom: 8px;
  }
}
#sec08 .container .row .recruit-detail dl dt {
  background-color: rgba(255, 192, 0, 0.4);
  color: #4472C4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dt {
    background-color: transparent;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #sec08 .container .row .recruit-detail dl dd {
    width: 80%;
  }
}

#sec09 .container .row .faq {
  border-radius: 1em;
  background-color: #FFF8B0;
  padding: 20px;
}
#sec09 .container .row .faq .accbox {
  border-radius: 0.7em;
  background-color: #fff;
  padding: 2em 0 1.5em;
  margin-bottom: 20px;
}
#sec09 .container .row .faq .accbox label {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 2em 0.6em 4em;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
#sec09 .container .row .faq .accbox label:before {
  content: "Q";
  color: rgba(68, 114, 196, 0.4);
  -webkit-filter: saturate(130%);
          filter: saturate(130%);
  display: inline-block;
  font-size: 3em;
  font-family: "Dosis";
  font-weight: bold;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  top: 0;
  left: 15px;
  position: absolute;
}
#sec09 .container .row .faq .accbox .accshow {
  font-size: 1.4rem;
  border-top: dashed #eeeeee 1px;
  padding: 0 1em 0 4em;
  position: relative;
  width: 100%;
  min-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sec09 .container .row .faq .accbox .accshow:before {
  content: "A";
  color: rgba(207, 107, 109, 0.4);
  -webkit-filter: saturate(130%);
          filter: saturate(130%);
  display: inline-block;
  font-size: 3em;
  font-family: "Dosis";
  font-weight: bold;
  top: 0;
  left: 15px;
  position: absolute;
}
#sec09 .container .row .faq .accbox input.acco:checked + label + .accshow {
  min-height: 55px;
  padding: 1em 1em 0 4em;
}

#secForm {
  background-color: #eee;
}
#secForm .container {
  padding: 100px 0 30px;
}
#secForm .container .row #formCnt {
  position: relative;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  /* p.chktxt1{
    font-size:1em;
    font-weight: bold;
    margin-bottom: 1em !important;
    display: block;
  }
  .checkLabel{
    label{
      line-height: 24px;
      height: 24px;
      margin-right: 1em;
      margin-bottom: 10px;
      display: block;
      width:100%;
      font-size:3.6vw;
    }
    .checkbox {
      display: none;
    }
    .checkbox-icon {
      position: relative;
      top: 0.35em;
      left: 0;
      display: inline-block;
      margin-right:5px;
      width: 1.5em;
      height: 1.5em;
      background: rgba(0,0,0, .1);
      border-radius: 4px;
    }
    .checkbox:checked + .checkbox-icon {
      background: $ci1;
    }
    .checkbox:checked + .checkbox-icon::before {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      left: 55%;
      width: 40%;
      height: 4px;
      border-radius: 2px;
      transform: translate(-6px, 5px) rotateZ(-135deg);
      transform-origin: 2px 2px;
      background: #FFFFFF;
    }
    .checkbox:checked + .checkbox-icon::after {
      content: "";
      display: block;
      position: absolute;
      top: 40%;
      left: 55%;
      width: 76%;
      height: 4px;
      border-radius: 2px;
      transform: translate(-6px, 5px) rotateZ(-45deg);
      transform-origin: 2px 2px;
      background: #FFFFFF;
    }

    .check p.schTxt{
      display: block;
    }
  } */
}
#secForm .container .row #formCnt .form-group:nth-child(odd) {
  background-color: #fff;
}
#secForm .container .row #formCnt .form-group {
  width: 100%;
  padding: 20px 15px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
#secForm .container .row #formCnt .form-group p + p {
  margin-top: 15px;
}
#secForm .container .row #formCnt .form-group span.red {
  background: #e60012;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#secForm .container .row #formCnt .form-group input[type=text], #secForm .container .row #formCnt .form-group input[type=tel], #secForm .container .row #formCnt .form-group input[type=email] {
  width: 90%;
}
#secForm .container .row #formCnt .form-group input, #secForm .container .row #formCnt .form-group select, #secForm .container .row #formCnt .form-group textarea {
  border-radius: 7px;
  font-family: sans-serif;
  font-size: 13px;
}
#secForm .container .row #formCnt .form-group select, #secForm .container .row #formCnt .form-group input {
  margin-top: 6px;
  display: inline-block;
}
#secForm .container .row #formCnt .form-group textarea {
  min-height: 12em;
}
#secForm .container .row #formCnt .form-group input.zip {
  width: 8em;
}
#secForm .container .row #formCnt .form-group select.pref {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #secForm .container .row #formCnt .form-group p:nth-child(1) {
    width: 20%;
  }
  #secForm .container .row #formCnt .form-group p:nth-child(2) {
    width: 80%;
  }
  #secForm .container .row #formCnt .form-group p + p {
    margin-top: 0;
  }
}
#secForm .container .row #formCnt .form-group.form-end {
  display: block !important;
}
#secForm .container .row #formCnt .form-group.form-end > p:nth-child(1) {
  width: 100%;
  text-align: center;
}
#secForm .container .row #formCnt label.confirm::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#secForm .container .row #formCnt label.fix::after {
  position: absolute;
  top: 25%;
  left: 10px;
}
#secForm .container .row #formCnt label.submit::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#secForm .container .row #formCnt dl#submit {
  padding: 3em 5%;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
#secForm .container .row #formCnt dt {
  float: left;
}
#secForm .container .row #formCnt dd {
  float: right;
}
#secForm .container .row #formCnt button[type=submit] {
  position: relative;
  border-radius: 0.5em;
  padding: 0 2.5em 0 1.3em;
  height: 3.6em;
  min-height: 3.6em;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #555;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#secForm .container .row #formCnt button.btn-confirm {
  color: #fff;
  background-color: #fc5500;
  border-color: #fc5500;
}
#secForm .container .row #formCnt button.btn-fix {
  color: #fff;
  background-color: #6b8fd0;
  border-color: #6b8fd0;
}
#secForm .container .row #formCnt button.btn-submit {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}
#secForm .container .row #formCnt button::after {
  display: block;
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 30%;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: 0;
}
#secForm .container .row #formCnt label.fix button[type=submit] {
  padding: 0 1.3em 0 2.5em;
}
#secForm .container .row #formCnt label.fix button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 0;
  left: 1em;
}
#secForm .container .row #formCnt .formTxt {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 1em;
}
#secForm .container .row #formCnt .formTxt span {
  font-size: 1.4rem;
}
#secForm .container .row #formCnt .guidelines {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  margin-bottom: 3em;
}
#secForm .container .row #formCnt .guidelines h3 {
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#secForm .container .row #formCnt .guidelines ul li {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1.2em;
}
#secForm .container .row #formCnt #sendMsg {
  padding: 6em inherit;
}
#secForm .container .row #formCnt #sendMsg h2 {
  color: #FFC000;
  font-size: 2em;
  margin-bottom: 2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt #sendMsg h2 {
    text-align: center;
  }
}
#secForm .container .row #formCnt #sendMsg p {
  text-align: left;
  margin-bottom: 12em;
}
@media screen and (min-width: 768px) {
  #secForm .container .row #formCnt #sendMsg p {
    text-align: center;
  }
}

.topBtn {
  text-align: center;
  margin: 0 auto 100px;
}
.topBtn a {
  border-radius: 1.5em;
  background-color: #fc5500;
  color: #fff;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
  padding: 0 20px;
  min-width: 10em;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 360px) {
  #formCnt button[type=submit] {
    font-size: 14px !important;
  }

  #formCnt button::after {
    right: 10px !important;
  }

  #formCnt .container .row .checkLabel label {
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0;
  }
}