@charset "utf-8";


/* -------------------------------------- 
 RECET CSS
-------------------------------------- */

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * https://cssreset.com/
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
  TODO will need to remove settings on HTML since we can't namespace it.
  TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
  color:#000;
  background:#FFF;
  scroll-behavior: smooth;
}
/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
    - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,
img {
  border:0;
}
/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style:normal;
  font-weight:normal;
}
 
ol,
ul {
  list-style:none;
}
 
caption,
th {
  text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,
q:after {
  content:'';
}
abbr,
acronym {
  border:0;
  font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
  color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/*MW WP FORMの送信ボタンへのCSSをリセット*/
input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* animation.css 追加 */
.animated         { opacity: 0; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; }
.slide-in-up      { visibility: visible;
-webkit-transform: translateY(50px) scale(1);
transform: translateY(50px) scale(1);
opacity: 1;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
-webkit-transition: opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
transition: opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }
.slideInUp2       { -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
.delay-0_1s       { -webkit-animation-delay: .1s; animation-delay: .1s; }
.delay-0_2s       { -webkit-animation-delay: .2s; animation-delay: .2s; }
.delay-0_3s       { -webkit-animation-delay: .3s; animation-delay: .3s; }
.delay-0_4s       { -webkit-animation-delay: .4s; animation-delay: .4s; }
.delay-0_5s       { -webkit-animation-delay: .5s; animation-delay: .5s; }
.delay-0_6s       { -webkit-animation-delay: .6s; animation-delay: .6s; }
.delay-0_7s       { -webkit-animation-delay: .7s; animation-delay: .7s; }
.delay-0_8s       { -webkit-animation-delay: .8s; animation-delay: .8s; }
.delay-0_9s       { -webkit-animation-delay: .9s; animation-delay: .9s; }
.delay-1s         { -webkit-animation-delay: 1s; animation-delay: 1s; }
.delay-1_1s       { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay-1_2s       { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.delay-1_3s       { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }
.delay-1_4s       { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay-1_5s       { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay-1_6s       { -webkit-animation-delay: 1.6s; animation-delay: 1.6s; }
.delay-1_7s       { -webkit-animation-delay: 1.7s; animation-delay: 1.7s; }
.delay-1_8s       { -webkit-animation-delay: 1.8s; animation-delay: 1.8s; }
.delay-1_9s       { -webkit-animation-delay: 1.9s; animation-delay: 1.9s; }
.delay-2s         { -webkit-animation-delay: 2s; animation-delay: 2s; }
.delay-2_5s       { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }

@-webkit-keyframes first {
  0% {opacity: 1.0;}
  10% {opacity: 0.8;}
  20% {opacity: 0.6;}
  30% {opacity: 0.4;}
  40% {opacity: 0.2;}
  50% {opacity: 0.1;}
  60% {opacity: 0.2;}
  70% {opacity: 0.4;}
  80% {opacity: 0.6;}
  90% {opacity: 0.8;}
  100% {opacity: 1.0;}
}
@keyframes first {
  0% {opacity: 1.0;}
  10% {opacity: 0.8;}
  20% {opacity: 0.6;}
  30% {opacity: 0.4;}
  40% {opacity: 0.2;}
  50% {opacity: 0.1;}
  60% {opacity: 0.2;}
  70% {opacity: 0.4;}
  80% {opacity: 0.6;}
  90% {opacity: 0.8;}
  100% {opacity: 1.0;}
}

@-webkit-keyframes second {
  0% {opacity: 0;}
  10% {opacity: 0.2;}
  20% {opacity: 0.4;}
  30% {opacity: 0.6;}
  40% {opacity: 0.8;}
  50% {opacity: 1.0;}
  60% {opacity: 0.8;}
  70% {opacity: 0.6;}
  80% {opacity: 0.4;}
  90% {opacity: 0.2;}
  100% {opacity: 0;}
}
@keyframes second {
  0% {opacity: 0;}
  10% {opacity: 0.2;}
  20% {opacity: 0.4;}
  30% {opacity: 0.6;}
  40% {opacity: 0.8;}
  50% {opacity: 1.0;}
  60% {opacity: 0.8;}
  70% {opacity: 0.6;}
  80% {opacity: 0.4;}
  90% {opacity: 0.2;}
  100% {opacity: 0;}
}


.fadeIn_down {
  opacity: 0;
  transform: translate(0, -50%);
  transition: 2s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* -------------------------------------- 
 COMMON
-------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');

body {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  line-break: normal;
}

img {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all ease .4s;
  color: #000;
}

a img {
  transition: all ease .4s;
}

a img:hover {
  opacity: .7;
}

.for-pc {
  display: block;
}

.for-tab {
  display: none;
}

.for-sp {
  display: none;
}

.inner {
  width: 90%;
  max-width: 1166px;
  margin: 0 auto;
}

.flex {
  -js-display: flex;
  display:-webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-line-pack: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notoR {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.notoM {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.notoB {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fdf4b8));
  background: linear-gradient(transparent 40%, #fdf4b8 60%);
  padding-bottom: 8px;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 10%;
  z-index: 8000;
  max-width: 60px;
  transition: all ease .4s;
}

#page-top:hover {
  transform: scale(1.1);
}


/* -------------------------------------- 
 #HEADER
-------------------------------------- */

#header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  position: relative;
  width: 100%;
  transition: all ease .4s;
  z-index: 3;
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  padding-top: 58px;
  padding-bottom: 17px;
}

.drawer-open #header {
  z-index: 3000;
}

#header nav ul {
  /*overflow: hidden;*/
}

#header nav ul li a {
  color: #000;
  transition: all ease .4s;
  line-height: 1.4;
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
}

#header nav ul li a:hover {
  color: #1FB9EF;
}

#header nav ul li a span {
  display: block;
  text-align: center;
  font-size: .7rem;
}

#header .logo {
  width: 18%;
  max-width: 140px;
  transition: all ease .4s;
}

#header .logo a {
  display: block;
  width: 100%;
}

#header .navigation {
  width: 68%;
  transition: all ease .4s;
}

#header .drawer-nav li {
  float: left;
  min-width: 16%;
  text-align: center;
}

#header .btn {
  background: linear-gradient(#FFE457, #FFC800);
  border: 2px solid #FFC800;
  box-sizing: border-box;
  border-radius: 8px;
  width: 24%;
  transition: all ease .4s;
  display: block;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

#header .btn:hover {
  /*opacity: .7;*/
}

#header .btn a:hover {
  color: #000;
}

#header .dropdown {
  display: none;
  transition: all ease .4s;
}

#header .dropdown.open {
  display: block;
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
}

#header .dropdown.open li {
  display: block;
  width: 100%;
}

#header .dropdown.open li a {
  display: block;
  width: 100%;
  background: #fff;
  color: #33BDED;
  border: 2px solid #33BDED;
  box-sizing: border-box;
  transition: all ease .4s;
}

#header .dropdown.open li:last-child {
  margin-top: -1px;
}

#header .dropdown.open li a:hover {
  color: #fff;
  background: #33BDED;
  opacity: 1;
}

#header .dropdown.open li:hover {
  opacity: 1;
}




/* -------------------------------------- 
 #TOP01
-------------------------------------- */

#top01 {
  background: #1FB9EF;
  /*margin-top: 138px;*/
}

#top01 .top01Main {
  position: relative;
  display: block;
  font-size: 0;
}


#top01 .top01_img01 {
  width: 100%;
}

#top01 .top01_img02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 24%;
  margin: auto;
  width: 64%;
  z-index: 200;
}

#top01 .top01_img03 {
  position: absolute;
  left: 16%;
  top: -60px;
  width: 22%;
  z-index: 100;
}

#top01 .box {
  position: relative;
}

#top01 .box::before{
  content:"";
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 200px 100vw 0 0 ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent  #1FB9EF  transparent transparent;
}

#top01 .box::after{
  content:'';
  background: url(../img/top01_img04.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: 14%;
  width: 30%;
  height: 200px;
  z-index: 1000;
}

#top01 .box .top01_img04 {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 50%;
  z-index: 400;
}

#top01 .desc {
  padding: 37px 40px 800px;
  box-sizing: border-box;
}

#top01 .desc p {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 4%;
}


/* -------------------------------------- 
 #TOP02
-------------------------------------- */

#top02 {
  position: relative;
  padding-bottom: 14%;
}

#top02::before{
  content:"";
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 200px 100vw 0 0 ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent  #fff  transparent transparent;
}

#top02::after{
  content: '';
  background: url(../img/top02_img06.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -180px;
  right: 0%;
  width: 60%;
  height: 200px;
  z-index: 1000;
}

#top02 .imgBox {
  margin-top: -770px;
  z-index: 1100;
  position: absolute;
}

#top02 .imgBox ul li {
  width: 20%;
}

#top02 .box {
  padding: 8% 0;
}

#top02 .video {
  margin-bottom: 8%;
}

#top02 .btn {
  width: 60%;
  margin: 0 auto;
}

#top02 .btn li {
  width: 48%;
}

#top02 .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#top02 .btn li a:hover {
  opacity: .7;
}

#top02 .contact {
  padding: 4% 0 12%;
}

#top02 .contact .desc {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #1FB9EF;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#top02 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #1FB9EF transparent transparent transparent;
}

#top02 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}

#top02 .catchcopy {
  width: 60%;
  margin: 0 auto 4%;
}

#top02 .desc2 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .01em;
}



/* -------------------------------------- 
 #TOP03
-------------------------------------- */

#top03 {
  position: relative;
  background: url(../img/top02_img08.png) no-repeat left bottom / 30%, #1FB9EF;
  padding-bottom: 14%;
 
}

#top03::before{
  content:"";
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 200px 100vw 0 0 ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent  #1FB9EF  transparent transparent;
}

#top03::after{
  content:"";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  border-width: 200px 100vw 0 0 ;
 
  border-color: transparent  #fff  transparent transparent;
}

#top03 .box {
  padding-top: 4%;
}

#top03 .box .title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  max-width: 20%;
  width: auto;
  color: #1FB9EF;
  background: #0E3F50;
  margin: 0 auto;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  margin-bottom: 4%;
}

#top03 .box p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  line-height: 1.6;
}

#top03 .box .single {
  margin-bottom: 8%;
}

#top03 p.box3L {
  width: 48%;
  text-align: right;
  line-height: 2;
}

#top03 p.box3R {
  width: 48%;
  text-align: left;
  line-height: 2;
}



/* -------------------------------------- 
 #TOP04
-------------------------------------- */

#top04 {
  position: relative;
  background: #fff;
}


#top04 .box {
  background: #F4FCFF;
  padding: 8% 4% 4%;
  box-sizing: border-box;
  margin-top: 200px;
  position: relative;
}

#top04 .graph {
  width: 80%;
  margin: 0 auto 8%;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
}

#top04 .graph li{
  width: 28%;
  position: relative;
}

#top04 .graph li::after {
  content: '';
  position: absolute;
  right: -18%;
  top: 45%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #21b8ef;
  text-align: center;
}

#top04 .graph li:last-child::after {
  display: none;
}

#top04 .catch {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #21b8ef;
  letter-spacing: .1em;
  margin-bottom: 12%;
  padding-top: 180px;
}

#top04 .list {
  width: 80%;
  margin: 0 auto 8%;
}

#top04 .list dt {
  width: 20%;
}

#top04 .list dd {
  width: 70%;
}

#top04 .list .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4%;
  letter-spacing: .15em;
}

#top04 .list .desc {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .04em;
}

#top04 .box2 {
  padding: 8% 0 0;
}

#top04 .top04_img08 {
  max-width: 100px;
  text-align: center;
  margin: 0 auto 2%;
}

#top04 .box2 .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 6%;
}

#top04 .box2 .desc {
  font-size: 20px;
  line-height: 35px;
  width: 60%;
  margin: 0 auto 4%;
}

#top04 .top04_img09 {
  width: 70%;
  margin: 0 auto 2%;
}

#top04 .box2 .desc2 {
  font-size: 14px;
  line-height: 2;
  width: 68%;
  margin: 0 auto 12%;
}

#top04 .box2 .subBox {
  margin: 0 auto 12%;
  border: 1px solid #1FB9EF;
  padding: 2%;
  box-sizing: border-box;
}

#top04 .box2 .subBox .subTitle {
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: 40%;
  background: white;
  text-align: center;
  margin: -44px auto 20px;
}

#top04 .subBox li {
  width: 32%;
  margin-bottom: 4%;
}

#top04 .subBox li img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto 2%;
  display: block;
}

#top04 .subBox li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

#top04 .subBox .desc3 {
  font-size: 14px;
  text-align: right;
}

#top04 .catch2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 6%;
}

#top04 .top04_img14 {
  width: 70%;
  margin: 0 auto 8%;
}

#top04 .btn {
  width: 60%;
  margin: 0 auto;
}

#top04 .btn li {
  width: 48%;
}

#top04 .btn li a {
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#top04 .btn li a:hover {
  opacity: .7;
  box-shadow: 1px 1px 10px #ccc;
}

#top04 .contact {
  padding: 4% 0 12%;
}

#top04 .contact .desc {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #1FB9EF;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#top04 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #1FB9EF transparent transparent transparent;
}

#top04 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}

#top04 .top04_img15 {
  padding-top: 16%;
  width: 44%;
}


/* -------------------------------------- 
 #TOP05
-------------------------------------- */

#top05 {
  position: relative;
  background: #1FB9EF;
  padding: 200px 0 0;
}

#top05::before{
  content:"";
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 200px 100vw 0 0 ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent  #1FB9EF  transparent transparent;
}

#top05 .contain {
  position: relative;
  overflow: hidden;
}

#top05 .top05_img01 {
  position: absolute;
  right: 16%;
  top: -100px;
  width: 32%;
  z-index: 301;
}

#top05 .box {
  padding: 4% 0;
  position: relative;
  overflow: hidden;
  min-height: 3600px;
}

#top05 .top05_img02 {
  position: absolute;
  left: -60%;
  top: -60px;
  width: 130%;
  z-index: 10;
}

#top05 .box .video {
  position: absolute;
  z-index: 20;
  top: 0;
}

#top05 .episodeBox {
  background: #fff;
  width: 84%;
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  box-shadow: 2px 5px 14px #18a2d3;
  z-index: 20;
  transition: all ease .4s;
}

#top05 .episodeBox:hover {
  transform: scale(1.03);
}

#top05 .episodeBox .txt {
  width: 66%;
  padding: 4%;
  box-sizing: border-box;
}

#top05 .episodeBox .img {
  width: 34%;
  font-size: 0;
  display: block;
}

#top05 .episodeBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}

#top05 .episodeNum {
  display: block;
  width: 30%;
  margin: 2% auto 6%;
}

#top05 .episodeBox .txt .catch {
  font-size: 27px;
  font-weight: bold;
  color: #1FB9EF;
  text-align: left;
  letter-spacing: .01em;
  padding-left: 8%;
}

#top05 .episodeBox .txt dl {
  margin: 8% auto 0;
  width: 80%;
}

#top05 .episodeBox .txt dt {
  width: 30%;
  font-size: 16px;
  padding-top: 10px;
  color: #666;
}

#top05 .episodeBox .txt dd {
  width: 64%;
  font-size: 26px;
  text-align: left;
}

#top05 .episodeBox .txt dd span {
  display: block;
  font-size: 12px;
  color: #666;
}

#top05 .top05_img05 {
  position: absolute;
  right: -70%;
  top: 700px;
  width: 130%;
  z-index: 10;
}

#top05 .top05_img06 {
  position: absolute;
  left: -90%;
  top: 700px;
  width: 130%;
  z-index: 10;
}

#top05 .top05_img07 {
  position: absolute;
  left: 10%;
  top: 800px;
  width: 24%;
  z-index: 30;
}

#top05 .top05_img13 {
  position: absolute;
  left: 0%;
  top: 2030px;
  width: 27%;
  z-index: 30;
}

#top05 .top05_img14 {
  position: absolute;
  left: -20%;
  top: 1900px;
  width: 100%;
  z-index: 10;
}

#top05 .top05_img16 {
      position: absolute;
    left: -24%;
    top: 2750px;
    width: 50%;
    z-index: 30;
}

#top05 .top05_img17 {
  position: absolute;
  right: 10%;
  top: 2800px;
  width: 50%;
  z-index: 10;
}

#top05 .top05_img18 {
  position: absolute;
  right: 0%;
  top: 2700px;
  width: 30%;
  z-index: 30;
}

#top05 .top05_img22 {
  position: absolute;
  left: -10%;
  top: 2900px;
  width: 50%;
  z-index: 30;
}

#top05 .episodeBox01 {
  position: absolute;
  top: 1000px;
}

#top05 .episodeBox02 {
  position: absolute;
  top: 1500px;
}

#top05 .episodeBox02 a {
   flex-flow: row-reverse;
}

#top05 .episodeBox03 {
  position: absolute;
  top: 2000px;
}

#top05 .episodeBox04 {
  position: absolute;
  top: 2500px;
}

#top05 .episodeBox04 a {
   flex-flow: row-reverse;
}

#top05 .episodeBox05 {
  position: absolute;
  top: 3000px;
}

#top05 .top05_img10 {
  position: absolute;
  right: -4%;
  top: 1340px;
  width: 40%;
  z-index: 10;
}


#top05 .btn {
  width: 60%;
  margin: 0 auto;
}

#top05 .btn li {
  width: 48%;
}

#top05 .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#top05 .btn li a:hover {
  opacity: .8;
  box-shadow: 1px 1px 10px #fff;
}

#top05 .contact {
  padding: 4% 0 12%;
}

#top05 .contact .desc {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#top05 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

#top05 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}




/* -------------------------------------- 
 #TOP06
-------------------------------------- */

#top06 {
  position: relative;
  background: #fff;
}

#top06::before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 200px 100vw ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #1FB9EF;
}

#top06::after{
  content:"";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 300px 100vw 0 0 ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent #1FB9EF transparent transparent ;
}

#top06 .top06_img01 {
  width: 100%;
  margin: 0 auto 200px;
}

#top06 .top06_img02 {
  width: 50%;
  margin: 0 auto;
}

#top06 .message {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4%;
  letter-spacing: .1em;
}

#top06 .top06_img04 {
  width: 80%;
  margin: 8% auto 8%;
}

#top06 .contents {
  width: 50%;
  margin: 0 auto;
}

#top06 .position {
  font-size: 14px;
}

#top06 .name {
  font-size: 26px;
  margin-bottom: 50px;
}

#top06 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#top06 .desc {
  padding-bottom: 200px;
    letter-spacing: .1em;
    line-height: 2.5;
}


#top06 .btn {
  width: 60%;
  margin: 0 auto;
}

#top06 .btn li {
  width: 48%;
}

#top06 .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#top06 .btn li a:hover {
  box-shadow: 1px 1px 10px #ccc;
  opacity: .7;
}

#top06 .contact {
  padding: 4% 0 12%;
}

#top06 .contact .desc {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #1FB9EF;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#top06 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #1FB9EF transparent transparent transparent;
}

#top06 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}

#top06 .top06_img07 {
  display: block;
  font-size: 0;
}




/* -------------------------------------- 
 #TOP07
-------------------------------------- */

#top07 {
  position: relative;
  background: #1FB9EF;
  padding: 4% 0;
}

#top07::after{
  content:"";
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 200px 100vw;
 
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #1FB9EF ;
}

#top07 .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
}

#top07 .en {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 12%;
}

#top07 .box2 {
  width: 90%;
  padding: 6% 12% 8%;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto 6%;
}

#top07 .box2 .subTitle {
  font-size: 30px;
  font-weight: bold;
  color: #1FB9EF;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 6%;
}

#top07 .box2 .desc {
      font-size: 16px;
    line-height: 2.5;
    letter-spacing: .08em;
}

#top07 .box2 .desc2 {
  font-size: 25px;
  line-height: 2;
  text-align: center;
  margin-top: 8%;
  letter-spacing: .01em;
  margin-bottom: 4%;
}

#top07 .box2 .desc2 span {
  display: block;
  font-size: 16px;
  text-align: center;
}

#top07 .box2 .desc3 {
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 4%;
}

#top07 .box2 .span1 {
  font-size: 40px;
}

#top07 .box2 .span2 {
  display: block;
  font-size: 18px;
  text-align: center;
}

#top07 .video {
  margin: 12% 0;
}


#top07 .btn {
  width: 60%;
  margin: 0 auto;
}

#top07 .btn li {
  width: 48%;
}

#top07 .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#top07 .btn li a:hover {
  opacity: .8;
  box-shadow: 1px 1px 10px #fff;
}

#top07 .contact {
  padding: 4% 0 12%;
}

#top07 .contact .desc {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#top07 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

#top07 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}

#top07 .more {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 30%;
  box-sizing: border-box;
  margin: 0 auto 85px;
  letter-spacing: .1em;
}

#top07 .more a {
  display: block;
  background: #fff;
  width: 100%;
  padding: 12px 0;
  border-radius: 40px;
  transition: all ease .4s;
}

#top07 .more a:hover {
  box-shadow: 1px 1px 10px #fff;
  transform: scale(1.05);
}

#top07 .top07_img02 {
  position: absolute;
  width: 24%;
  left: 14%;
  bottom: -240px;
  z-index: 400;
}




/* -------------------------------------- 
 #TOP08
-------------------------------------- */

#top08 {
  position: relative;
  background: #fff;
  padding: 16% 0 0;
}

#top08 .title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

#top08 .en {
  font-size: 16px;
  text-align: center;
  margin-bottom: 6%;
}

#top08 .top08_img01 {
  width: 80%;
  margin: 0 auto 4%;
}

#top08 .box .desc {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}

#top08 .top08_img02 {
  width: 64%;
  margin: 8% auto;
}

#top08 .top08_img03 {
  width: 24%;
  margin: 8% auto;
}

#top08 .infoBox {
  width: 100%;
  margin: 0 auto;
}

#top08 .infoBoxL {
  width: 70%;
  padding: 2%;
  box-sizing: border-box;
}

#top08 .infoBoxR {
  width: 30%;
  padding: 2%;
  box-sizing: border-box;
}

#top08 .infoBoxL dt {
  width: 18%;
}

#top08 .infoBoxL dd {
  width: 82%;
  line-height: 2;
}

#top08 .infoBoxL dd .top08_img04 {
  display: inline-block;
  width: 40%;
  margin-bottom: 4%;
}

#top08 .infoBoxL dd .top08_img04 + span {
  margin-left: 8%;
  font-size: 15px;
  display: inline-block;
}

#top08 .dl2 {
  margin-bottom: 4%;
}

#top08 .dl2 dt {
  width: 16%;
  font-size: 16px;
  color: #707070;
}

#top08 .dl2 dd {
  width: 84%;
  font-size: 15px;
  color: #707070;
  margin-bottom: 2%;
  letter-spacing: 0;
  line-height: 1.4;
}

#top08 .infoBoxL dt.min {
  font-size: 12px;
  color: #707070;
}

#top08 .infoBoxR dt{
  width: 30%;
  padding: 1%;
  box-sizing: border-box;
}

#top08 .infoBoxR dd{
  width: 70%;
  padding: 1%;
  box-sizing: border-box;
}

#top08 .companyInfo {
  margin-top: 60px;
}

#top08 .infoBoxR .area {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8%;
  margin-bottom: 4%;
}

#top08 .gmap {
height: 0;
overflow: hidden;
padding-bottom: 36.25%;
position: relative;
}

#top08 .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* -------------------------------------- 
 #FOOTER
-------------------------------------- */

#footer {
  padding: 6% 0 2%;
  background: #1FB9EF;
}

#footer .footer_img01 {
  width: 60%;
  margin: 0 auto;
}

#footer .catch {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4%;
  letter-spacing: .04em;
}


#footer .btn {
  width: 60%;
  margin: 0 auto 0%;
}

#footer .btn li {
  width: 48%;
}

#footer .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 3% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#footer .btn li a:hover {
  opacity: .7;
  box-shadow: 1px 1px 10px #fff;
}

#footer .contact {
  padding: 4% 0 12%;
}


#footer .contact .tel {
  width: 56%;
  display: block;
  margin: 0 auto;
}

#footer .fNav {
  width: 80%;
  margin: 0 auto 4%;
}

#footer .fNavL {
  width: 60%;
  padding-top: 60px;
}

#footer .fNavR {
  width: 40%;
}

#footer .fNavL li {
  width: 20%;
  text-align: center;
}

#footer .fNavL li a {
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #1fb8ef;
  padding-bottom: 2px;
  transition: all ease .4s;
}

#footer .fNavL li a:hover {
  border-bottom: 3px solid #fff;
}

#footer .fNavRR {
  width: 50%;
  text-align: center;
  color: #fff;
}

#footer .fNavRL {
  width: 50%;
  text-align: center;
  color: #fff;
}

#footer .fNavRR li {
  width: 49%;
}

#footer .fNavR img {
  max-height: 98px;
  object-fit: contain;
}

#footer .copyright {
  font-size: 15px;
  text-align: center;
  color: #fff;
}


#voice01 {
  padding: 100px 0 100px;
  
}

#voice01 .box {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

#voice01 .voice01_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
}

#voice01 .voice01_img02 {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 20;
  width: 44%;
}

#voice01 .voice01_img05 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 5;
  width: 60%;
}

#voice01 .contents {
  width: 70%;
  margin: 0 auto;
}

#voice01 .position {
  font-size: 14px;
  letter-spacing: .05em;
}

#voice01 .name {
  font-size: 26px;
  margin-bottom: 120px;
  letter-spacing: .05em;
}

#voice01 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#voice01 .descArea {
    padding-bottom: 200px;
    letter-spacing: .08em;
    line-height: 2.4;
}

#voice01 .voice01_img03 {
  width: 80%;
  margin: 8% auto 8%;
}

#voice01 .staff {
  width: 100%;
  border: 1px solid #000;
  padding: 14px;
  box-sizing: border-box;
}

#voice01 .staff .name {
  margin-bottom: 0;
  padding-top: 30px;
}

#voice01 .info {
  width: 58%;
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

#voice01 .img {
  width: 38%;
}

#voice01 .staff .position {
  margin-bottom: 25px;
}

#voice01 .staff .desc {
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
}

#voice01 .voice01_img04 {
  display: block;
  font-size: 0;
}

#voice02 {
  padding: 125px 0 100px;
  
}

#voice02 .box {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

#voice02 .voice02_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
}

#voice02 .voice02_img02 {
  position: absolute;
  top: 300px;
  left: 0%;
  z-index: 20;
  width: 46%;
}

#voice02 .voice02_img05 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 5;
  width: 60%;
}


#voice02 .contents {
  width: 70%;
  margin: 0 auto;
}

#voice02 .position {
  font-size: 14px;
  letter-spacing: .05em;
}

#voice02 .name {
  font-size: 26px;
  margin-bottom: 120px;
  letter-spacing: .05em;
}

#voice02 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#voice02 .descArea {
  padding-bottom: 200px;
  letter-spacing: .08em;
  line-height: 2.4;
}

#voice02 .voice02_img03 {
  width: 80%;
  margin: 8% auto 8%;
}


#voice02 .staff {
  width: 100%;
  border: 1px solid #000;
  padding: 14px;
  box-sizing: border-box;
}

#voice02 .staff .name {
  margin-bottom: 0;
  padding-top: 30px;
}

#voice02 .info {
  width: 58%;
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

#voice02 .img {
  width: 38%;
}

#voice02 .staff .position {
  margin-bottom: 25px;
}

#voice02 .staff .desc {
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
}

#voice02 .voice01_img04 {
  display: block;
  font-size: 0;
}


#voice03 {
  padding: 125px 0 100px;
  
}

#voice03 .box {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

#voice03 .voice03_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
}

#voice03 .voice03_img02 {
  position: absolute;
  top: 150px;
  right: 80px;
  z-index: 20;
  width: 46%;
}

#voice03 .voice03_img05 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 5;
  width: 60%;
}

#voice03 .contents {
  width: 70%;
  margin: 0 auto;
}

#voice03 .position {
  font-size: 14px;
  letter-spacing: .05em;
}

#voice03 .name {
  font-size: 26px;
  margin-bottom: 120px;
  letter-spacing: .05em;
}

#voice03 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#voice03 .descArea {
  padding-bottom: 200px;
  letter-spacing: .08em;
  line-height: 2.4;
}

#voice03 .voice03_img03 {
  width: 80%;
  margin: 8% auto 8%;
}

#voice03 .staff {
  width: 100%;
  border: 1px solid #000;
  padding: 14px;
  box-sizing: border-box;
}

#voice03 .staff .name {
  margin-bottom: 0;
  padding-top: 30px;
}

#voice03 .info {
  width: 58%;
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

#voice03 .img {
  width: 38%;
}

#voice03 .staff .position {
  margin-bottom: 25px;
}

#voice03 .staff .desc {
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
}

#voice03 .voice01_img04 {
  display: block;
  font-size: 0;
}

#voice04 {
  padding: 125px 0 100px;
  
}

#voice04 .box {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

#voice04 .voice04_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
}

#voice04 .voice04_img02 {
  position: absolute;
  top: 200px;
  left: 4%;
  z-index: 20;
  width: 50%;
}

#voice04 .voice04_img05 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 5;
  width: 60%;
}

#voice04 .contents {
  width: 70%;
  margin: 0 auto;
}

#voice04 .position {
  font-size: 14px;
  letter-spacing: .05em;
}

#voice04 .name {
  font-size: 26px;
  margin-bottom: 120px;
  letter-spacing: .05em;
}

#voice04 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#voice04 .descArea {
  padding-bottom: 200px;
  letter-spacing: .08em;
  line-height: 2.4;
}

#voice04 .voice04_img03 {
  width: 80%;
  margin: 8% auto 8%;
}

#voice04 .staff {
  width: 100%;
  border: 1px solid #000;
  padding: 14px;
  box-sizing: border-box;
}

#voice04 .staff .name {
  margin-bottom: 0;
  padding-top: 30px;
}

#voice04 .info {
  width: 58%;
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

#voice04 .img {
  width: 38%;
}

#voice04 .staff .position {
  margin-bottom: 25px;
}

#voice04 .staff .desc {
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
}

#voice04 .voice01_img04 {
  display: block;
  font-size: 0;
}


#voice05 {
  padding: 125px 0 100px;
  
}

#voice05 .box {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

#voice05 .voice05_img01 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
}

#voice05 .voice05_img02 {
  position: absolute;
  top: -70px;
  right: -20px;
  z-index: 20;
  width: 64%;
}

#voice05 .voice05_img05 {
  position: absolute;
  top: 60px;
  left: 4%;
  z-index: 5;
  width: 60%;
}

#voice05 .contents {
  width: 70%;
  margin: 0 auto;
}

#voice05 .position {
  font-size: 14px;
  letter-spacing: .05em;
}

#voice05 .name {
  font-size: 26px;
  margin-bottom: 120px;
  letter-spacing: .05em;
}

#voice05 .name span {
  display: inline-block;
  width: auto;
  margin-left: 4%;
  font-size: 14px;
  color: #666;
}

#voice05 .descArea {
  padding-bottom: 200px;
  letter-spacing: .08em;
  line-height: 2.4;
}

#voice05 .voice05_img03 {
  width: 80%;
  margin: 8% auto 8%;
}

#voice05 .staff {
  width: 100%;
  border: 1px solid #000;
  padding: 14px;
  box-sizing: border-box;
}

#voice05 .staff .name {
  margin-bottom: 0;
  padding-top: 30px;
}

#voice05 .info {
  width: 58%;
  padding-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

#voice05 .img {
  width: 38%;
}

#voice05 .staff .position {
  margin-bottom: 25px;
}

#voice05 .staff .desc {
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
}

#voice05 .voice05_img04 {
  display: block;
  font-size: 0;
}


/* -------------------------------------- 
 #JOB01
-------------------------------------- */

#job01 {
  position: relative;
  background: #fff;
  padding: 8% 0;
}

#job01 .title {
  color: #1FB9EF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

#job01 .en {
  color: #1FB9EF;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12%;
}

#job01 .job01_img01 {
  width: 100%;
  display: block;
  margin-bottom: 8%;
}

#job01 .desc {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 8%;
}

#job01 .box {
  margin-bottom: 16%;
}

#job01 dl {
  margin-bottom: 8%;
}

#job01 dt {
  width: 22%;
  padding: 1% 3%;
  box-sizing: border-box;
}

#job01 dt .job01_img02 {
  width: 90%;
  margin: 0 auto;
}

#job01 dt .job01_img03 {
  width: 100%;
  margin: 0 auto;
}

#job01 dt .job01_img04 {
  width: 90%;
  margin: 0 auto;
}

#job01 dt .job01_img05 {
  width: 90%;
  margin: 0 auto;
}

#job01 dd {
  width: 70%;
}

#job01 dd .subTitle {
  font-size: 32px;
  font-weight: bold;
  color: #1FB9EF;
  letter-spacing: .05em;
  margin-bottom: 2%;
}

#job01 dd p {
  font-size: 16px;
  line-height: 2;
}


/* -------------------------------------- 
 #JOB02
-------------------------------------- */

#job02 {
  position: relative;
  background: #1FB9EF;
  padding: 16% 0 0;
}

#job02::after{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  border-width: 0 0 200px 100vw ;
 
  border-color: transparent  transparent  transparent #fff;
}

#job02 .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
}

#job02 .en {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12%;
}

#job02 .acArea {
  padding: 2% 0;
}

#job02 .acBox {
  display: none;
  width: 80%;
  margin: 2% auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}

#job02 .acArea .acBtn {
  font-size: 46px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  padding: 38px;
  box-sizing: border-box;
  color: #1FB9EF;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  transition: all ease .4s;
  position: relative;
}

#job02 .acArea .acBtn::after {
  content: '＋';
  display: block;
  color: #fff;
  background: #1FB9EF;
  position: absolute;
  right: 30px;
  top: 24%;
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  transition: all ease .4s;
  transform-origin: center center;
  text-align: center;
}

#job02 .acArea .acBtn.open::after {
  content: 'ー';
  transform: rotate(180deg);
  transform-origin: center center;
}

#job02 .acArea .acBtn:hover {
  box-shadow: 1px 1px 20px #fff;
}

#job02 .single {
  padding: 8%;
  box-sizing: border-box;
}

#job02 .single .position {
  font-size: 40px;
  font-weight: bold;
  color: #1FB9EF;
  text-align: center;
  margin-bottom: 2%;
}

#job02 .single .position span {
  font-size: 23px;
  font-weight: bold;
  color: #1FB9EF;
  text-align: center;
  margin-bottom: 1%;
  display: block;
}

#job02 .single .sub {
  font-size: 24px;
  font-weight: bold;
  color: #1FB9EF;
  text-align: center;
  margin-bottom: 12%;
}

#job02 .box {
  margin-bottom: 6%;
}

#job02 .box .subTitle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 1% 0;
  box-sizing: border-box;
  margin-bottom: 2%;
}

#job02 .box .desc {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .05em;
}

#job02 .btn {
  width: 60%;
  margin: 8% auto 0%;
}

#job02 .btn li {
  width: 48%;
}

#job02 .btn li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #000;
  background: linear-gradient(#FFE457, #FFC800);
  border: 3px solid #FFC800;
  border-radius: 50px;
  text-align: center;
  padding: 6% 0;
  box-sizing: border-box;
  transition: all ease .4s;
}

#job02 .btn li a:hover {
  opacity: .8;
  box-shadow: 1px 1px 10px #fff;
}

#job02 .contact {
  padding: 4% 0 12%;
}

#job02 .contact .desc {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  width: 34%;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0 auto 2%;
  position: relative;
}

#job02 .contact .desc::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
}

#job02 .contact .tel {
  width: 34%;
  display: block;
  margin: 0 auto;
}


/* -------------------------------------- 
 #JOB03
-------------------------------------- */

#job03 {
  position: relative;
  background: #fff;
  padding: 16% 0 0;
}

#job03::after{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  border-width: 0 0 200px 100vw ;
 
  border-color: transparent  transparent  transparent #1FB9EF;
}

#job03 .box {
  margin-bottom: 8%;
}

#job03 .list {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  padding: 4%;
  box-sizing: border-box;
}

#job03 .list:last-child {
  border-bottom: none;
}

#job03 .list dt {
  width: 30%;
  font-size: 40px;
  font-weight: bold;
}

#job03 .list dd {
  width: 70%;
  font-size: 22px;
  padding-top: 8px;
  line-height: 2;
  letter-spacing: .05em;
}

#job03 .listBoxL {
  width: 48%;
}

#job03 .listBoxR {
  width: 48%;
}

#job03 .more {
  font-size: 16px;
  color: #021214;
  margin-top: 4%;
  margin-bottom: 8%;
}

#job03 .list:first-child dt{
  width: 100%;
}

#job03 .list:first-child dd{
  width: 100%;
  padding: 4% 6%;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0;
}

#job03 .list:first-child dd span {
  display: inline-block;
  width: 14%;
  margin-right: 4%;
  font-size: 18px;
  letter-spacing: 0;
}

#job03 .list:first-child dd ul {
  margin-bottom: 2%;
}

#job03 .list dd .inbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#job03 .list dd .inbox dt {
  width: 14%;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
}

#job03 .list dd .inbox dd {
  width: 82%;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
}



/* -------------------------------------- 
 #FORM1
-------------------------------------- */

#form1 {
  position: relative;
  background: #fff;
  padding: 16% 0 0;
}

#form1::after{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  border-width: 0 0 200px 100vw ;
 
  border-color: transparent  transparent  transparent #1FB9EF;
}

#form1 .title {
  font-size: 45px;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
  z-index: 301;
}

#form1 .formBox form {
  width: 70%;
  margin: 8% auto;
}

#form1 .formBox form dl {
  margin-bottom: 4%;
}

#form1 .formBox form dt {
  width: 34%;
  padding: 2%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}

#form1 .formBox form dd {
  width: 62%;
  font-size: 12px;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
}

#form1 .formBox form dd select {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  border: 1px solid #CDD6DD;
}

#form1 .formBox input.original {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #CDD6DD;
}

#form1 .formBox textarea {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #CDD6DD;
}

#form1 .checkList {
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
}

#form1 .checkList .checkSingle{
  float: left;
  margin-right: 8%;
  margin-bottom: 2%;
  font-size: 18px;
  letter-spacing: .02em;
}

#form1 .privacy {
  text-align: center;
  margin: 18% auto 4%;
  font-size: 16px;
  font-weight: bold;
}

#form1 .submit_btn {
  font-size: 30px;
  font-weight: bold;
  background: #FFE65C;
  border: none;
  border-radius: 60px;
  width: 60%;
  padding: 2%;
  box-sizing: border-box;
  margin: 5% auto 16%;
  display: block;
  letter-spacing: .08em;
  cursor: pointer;
  transition: all ease .4s;
}

#form1 .submit_btn:hover {
  opacity: .7;
  box-shadow: 1px 1px 10px #666;
}





/* -------------------------------------- 
 #FORM2
-------------------------------------- */

#form2 {
  position: relative;
  background: #fff;
  padding: 16% 0 0;
}

#form2::after{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 300;
 
  border-width: 0 0 200px 100vw ;
 
  border-color: transparent  transparent  transparent #1FB9EF;
}

#form2 .title {
  font-size: 45px;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
  z-index: 301;
}

#form2 .formBox form {
  width: 70%;
  margin: 8% auto;
}

#form2 .formBox form dl {
  margin-bottom: 4%;
}

#form2 .formBox form dt {
  width: 34%;
  padding: 2%;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
}

#form2 .formBox form dd {
  width: 62%;
  font-size: 12px;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
}

#form2 .formBox form dd select {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  border: 1px solid #CDD6DD;
}

#form2 .formBox input.original {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #CDD6DD;
}

#form2 .formBox textarea {
  width: 100% !important;
  padding: 2%;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #CDD6DD;
}

#form2 .checkList {
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
}

#form2 .checkList .checkSingle{
  float: left;
  margin-right: 8%;
  margin-bottom: 2%;
  font-size: 18px;
  letter-spacing: .02em;
}

#form2 .privacy {
  text-align: center;
  margin: 18% auto 4%;
  font-size: 16px;
  font-weight: bold;
}

#form2 .submit_btn {
  font-size: 30px;
  font-weight: bold;
  background: #FFE65C;
  border: none;
  border-radius: 60px;
  width: 60%;
  padding: 2%;
  box-sizing: border-box;
  margin: 5% auto 16%;
  display: block;
  letter-spacing: .08em;
  cursor: pointer;
  transition: all ease .4s;
}

#form2 .submit_btn:hover {
  opacity: .7;
  box-shadow: 1px 1px 10px #666;
}

/*#footer.formPat {
  padding: 2% 0;
}

#footer.formPat .box {
  display: none;
}

#footer.formPat .contact {
  display: none;
}

#footer.formPat .btn {
  display: none;
}

#footer.formPat .fNavR {
  display: none;
}

#footer.formPat .fNavL {
  width: 100%;
  padding-top: 0;
}*/




/* -------------------------------------- 
 #THANKS
-------------------------------------- */


#thanks {
  padding: 8% 0;
}

#thanks .submitted {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 80%;
  padding: 3%;
  box-sizing: border-box;
  margin: 0 auto 6%;
  background: #1FB9EF;
  border-radius: 22px;
}

#thanks .msg {
  font-size: 18px;
  text-align: center;
  margin-bottom: 8%
}










