@charset "UTF-8";
/* ===== RESET ===== */
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap&subset=japanese";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* ===== end - RESET ===== */
.menuBtn.close span:before {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.menuBtn.close span:after {
  -webkit-animation: menu-bar03 .75s forwards;
  animation: menu-bar03 .75s forwards;
  -webkit-animation: menu-bar03 .75s forwards;
  animation: menu-bar03 .75s forwards;
}

.menuBtn.open span:before {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.menuBtn.open span:after {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.menuBtn.open div:before {
  opacity: 0;
}

@-webkit-keyframes menu-bar01 {
  0% {
    top: 50%;
    background: #ffffff;
    -webkit-transform: translateY(-1px) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-1px) rotate(0);
  }
  100% {
    top: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    top: 50%;
    background: #ffffff;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-1px) rotate(0);
    transform: translateY(-1px) rotate(0);
  }
  100% {
    top: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    bottom: 50%;
    background: #ffffff;
    -webkit-transform: translateY(1px) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(1px) rotate(0);
  }
  100% {
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    bottom: 50%;
    background: #ffffff;
    -webkit-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
  }
  100% {
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    top: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-1px) rotate(0);
  }
  100% {
    top: 50%;
    background: #ffffff;
    -webkit-transform: translateY(-1px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    top: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-1px) rotate(0);
    transform: translateY(-1px) rotate(0);
  }
  100% {
    top: 50%;
    background: #ffffff;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(1px) rotate(0);
  }
  100% {
    bottom: 50%;
    background: #ffffff;
    -webkit-transform: translateY(1px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(1px) rotate(0);
    transform: translateY(1px) rotate(0);
  }
  100% {
    bottom: 50%;
    background: #ffffff;
    -webkit-transform: translateY(1px) rotate(-45deg);
    transform: translateY(1px) rotate(-45deg);
  }
}
/* ===== ANIMATION ===== */
/*.fadeInUp {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
} */
.fadeInUp,
.fadeInUp_delay {
  opacity: 0;
  transform: translateY(40px);
}

.fadeInUp_in-row .anim {
  opacity: 0;
  transform: translateY(40px);
}

.fadeInUp.active,
.fadeInUp_delay.active,
.fadeInUp_in-row .anim.active {
  -webkit-transition: all 1.6s cubic-bezier(0.41, -0.1, 0, 1);
  transition: all 1.6s cubic-bezier(0.41, -0.1, 0, 1);
}

.fadeInUp_delay.active {
  transition-delay: .25s;
}

.fadeInRtoL,
.fadeInRtoL_in-row .anim {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(1em, 0);
  transform: translate(1em, 0);
}

.fadeInRtoL.active,
.fadeInRtoL_in-row .anim.active {
  -webkit-transition: all 2.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.fadeInUp.active,
.fadeInUp_delay.active,
.fadeInUp_in-row .anim.active,
.fadeIn.active,
.fadeIn_delay.active,
.fadeInRtoL.active,
.fadeInRtoL_in-row .anim.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadeinup.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fadeInBounce {
  opacity: 0;
  transform: scale(0);
}

.fadeInBounce.active {
  -webkit-animation: bounce .75s forwards;
  animation: bounce .75s forwards;
  -webkit-animation: bounce .75s forwards;
  animation: bounce .75s forwards;
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  65% {
    transform: scale(1.075);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.textFadeInUp_in-row {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.textFadeInUp_in-row.active {
  opacity: 1;
}

.textFadeInUp_in-row .item {
  -webkit-transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0.025s, -webkit-transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0.025s, -webkit-transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0.025s;
  transition: transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.35s cubic-bezier(0.075, 0.82, 0.165, 1) 0.025s, -webkit-transform 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-0.05em, 1.25em) scale(0.95);
  transform: translate(-0.05em, 1.25em) scale(0.95);
}

.textFadeInUp_in-row .item.active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.animItem, .anim {
  /*	visibility: hidden; */
  will-change: transform;
}

/*
.animItem.active, .anim.active {
	visibility: visible;
}*/
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ===== end - ANIMATION ===== */
/* ===== EFFECT ===== */
/* ttl effect */
@-webkit-keyframes slideEffect {
  0% {
    color: transparent;
  }
  45% {
    color: transparent;
  }
  100% {
    color: #101010;
  }
}
@keyframes slideEffect {
  0% {
    color: transparent;
  }
  45% {
    color: transparent;
  }
  100% {
    color: #101010;
  }
}
@-webkit-keyframes slideEffect2 {
  0% {
    color: transparent;
  }
  45% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes slideEffect2 {
  0% {
    color: transparent;
  }
  45% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes slideEffectBar {
  0% {
    left: 0;
    right: 100%;
  }
  25% {
    left: 0;
    right: 0;
  }
  45% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes slideEffectBar {
  0% {
    left: 0;
    right: 100%;
  }
  25% {
    left: 0;
    right: 0;
  }
  45% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes slideEffectAfter {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideEffectAfter {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* end - ttl effect */
/* scroll btn */
@-webkit-keyframes btnHvr_color {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #4bb9ff;
  }
}
@keyframes btnHvr_color {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #4bb9ff;
  }
}
@-webkit-keyframes btnHvr2_color {
  0% {
    color: #4bb9ff;
  }
  50% {
    color: #4bb9ff;
  }
  100% {
    color: #fff;
  }
}
@keyframes btnHvr2_color {
  0% {
    color: #4bb9ff;
  }
  50% {
    color: #4bb9ff;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes btnHvr {
  0% {
    border-color: #fff;
  }
  50% {
    border-color: #fff;
  }
  100% {
    border-color: #dcebf5;
  }
}
@keyframes btnHvr {
  0% {
    border-color: #fff;
  }
  50% {
    border-color: #fff;
  }
  100% {
    border-color: #dcebf5;
  }
}
@-webkit-keyframes btnHvr2 {
  0% {
    border-color: #dcebf5;
  }
  50% {
    border-color: #dcebf5;
  }
  100% {
    border-color: #fff;
  }
}
@keyframes btnHvr2 {
  0% {
    border-color: #dcebf5;
  }
  50% {
    border-color: #dcebf5;
  }
  100% {
    border-color: #fff;
  }
}
@-webkit-keyframes hvr {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes hvr {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes hvr2 {
  0% {
    right: 100%;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes hvr2 {
  0% {
    right: 100%;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
/* end - scroll btn */
/* ===== end - EFFECT ===== */
/* ===== FLEX BOX ===== */
/* more than 768px
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .colWrap.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .colWrap.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colWrap.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .colWrap.boxAlign-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .colWrap.boxAlign-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .colWrap.boxAlign-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colWrap.mdl > *,
  .colWrap > .mdl:not(.colWrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .colWrap.mdl.ct > *,
  .colWrap.mdl > .ct,
  .colWrap > .mdl.ct:not(.colWrap) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .colWrap.col2 > * {
    width: 50%;
  }

  .colWrap.col3 > * {
    width: 33.33%;
  }

  .colWrap.col4 > * {
    width: 25%;
  }

  .colWrap.col5 > * {
    width: 20%;
  }
}
/* from 768px to 991px
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .tab-colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-colWrap.tab-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-colWrap.tab-boxAlign-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-colWrap.tab-boxAlign-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-colWrap.tab-boxAlign-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-colWrap.tab-mdl > *,
  .tab-colWrap > .tab-mdl:not(.tab-colWrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-colWrap.tab-mdl.ct > *,
  .tab-colWrap.tab-mdl > .ct,
  .tab-colWrap > .tab-mdl.ct:not(.tab-colWrap) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-colWrap.tab-col2 > * {
    width: 50%;
  }

  .tab-colWrap.tab-col3 > * {
    width: 33.33%;
  }

  .tab-colWrap.tab-col4 > * {
    width: 25%;
  }

  .tab-colWrap.tab-col5 > * {
    width: 20%;
  }
}
/* less than 767px
------------------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .sp-colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-colWrap.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sp-colWrap.sp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-colWrap.sp-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-colWrap.sp-col-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sp-colWrap.sp-boxAlign-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sp-colWrap.sp-boxAlign-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sp-colWrap.sp-boxAlign-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sp-colWrap.sp-mdl > *,
  .sp-colWrap > .sp-mdl:not(.sp-colWrap) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sp-colWrap.sp-mdl.ct > *,
  .sp-colWrap.sp-mdl > .ct,
  .sp-colWrap > .sp-mdl.ct:not(.sp-colWrap) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sp-colWrap.sp-col2 > * {
    width: 50%;
  }

  .sp-colWrap.sp-col3 > * {
    width: 33.33%;
  }

  .sp-colWrap.sp-col4 > * {
    width: 25%;
  }

  .sp-colWrap.sp-col5 > * {
    width: 20%;
  }
}
/* ===== end - FLEX BOX ===== */
/* ===== TABLE ===== */
table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 10px 10px 8px;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.8;
  width: 28%;
  text-align: left;
}

table td {
  padding: 10px 10px 8px;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.8;
}

/* ===== end - TABLE ===== */
/* ===== LIST ===== */
ul {
  margin: 0;
}

ul.list_disc li {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}

ol.list_disc li {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}

dl.indent dd {
  margin-left: 1em;
}

.list_h {
  overflow: hidden;
  height: auto;
}

.list_h li {
  float: left;
}

.list_h .li {
  float: left;
}

/* ===== end - LIST ===== */
/* ===== FORM ===== */
/* ===== FORM ===== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  /* reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-weight: normal;
  outline: none;
  /* end - reset */
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  padding: 10px;
  background: #fff;
  border: 1px solid #bebebe;
  font-size: 100%;
}

select {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 4px;
  background: #fff;
  border: 1px solid #bebebe;
  font-size: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-input-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 991px) {
  input[type="text"].sp-max,
  input[type="tel"].sp-max,
  input[type="email"].sp-max,
  select.sp-max,
  textarea.sp-max {
    width: 100%;
  }
}
/* ===== end - FORM ===== */
/* ===== end - FORM ===== */
/* ===== MODULES ===== */
.tab, .sp, .sp2 {
  display: none;
}

.sp, .sp2 {
  display: none !important;
}

.pc, .pc.tab {
  display: block;
}

.sp-block, .sp-inline-bloc, .sp-inline {
  display: none;
}

.pc.colWrap, .pc.tab.tab-colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg_white {
  background-color: #fff;
}

.bg {
  background-color: #e4eeef;
}

.color01 {
  color: #007989;
}

a {
  color: unset;
  cursor: pointer;
  -webkit-transition: ease-out .3s;
  transition: ease-out .5s;
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=7);
}

.link_txt:link {
  color: #054d9a;
  text-decoration: underline !important;
}

.link_txt:hover {
  color: #054d9a;
  text-decoration: underline !important;
}

.link_txt:active {
  color: #054d9a;
  text-decoration: underline !important;
}

.link_txt:visited {
  color: #054d9a;
  text-decoration: underline !important;
}

a.lined:link {
  text-decoration: underline;
}

a.lined:hover {
  text-decoration: none;
}

a.lined:visited {
  text-decoration: underline;
}

.tel_link {
  color: #101010;
  text-decoration: none;
  pointer-events: none;
}

.tel_link:hover {
  opacity: 1;
  cursor: text;
  text-decoration: none;
}

.f_normal {
  font-weight: normal;
}

.f_bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.block {
  display: block;
}

.in-block {
  display: inline-block;
  width: auto;
}

.block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

img {
  border: 0;
}

.img.block-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
}

.scroll-wrap {
  overflow-x: auto;
}

.scroll-wrap::-webkit-scrollbar {
  height: 10px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaa;
}

.scroll-wrap::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background: white;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  font-weight: 500;
}

.indent-1 {
  text-indent: -1em;
}

.indent-05 {
  text-indent: -0.5em;
}

/* ===== end - MODULES ===== */
/* ===== MARGIN and PADDING ===== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

/* ===== end - MARGIN and PADDING ===== */
/* ===== COMMON STYLES ===== */
html {
  font-size: 62.5%;
}

html.fixed {
  overflow: auto;
  height: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  color: #2b2b2b;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Open Sans", sans-serif;
  line-height: 2;
  letter-spacing: .04em;
}

body:before,
body.fixed2:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

body.fixed {
  /*	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%; */
  overflow: hidden;
  height: 100%;
}

body.fixed:before {
  visibility: visible;
  opacity: 0.4;
}

body.fixed2 {
  overflow: hidden;
  height: 100%;
}

body.fixed2:before {
  z-index: 101;
}

.f_mincho {
  font-family: 'Noto Srif JP', serif;
}

.no_shaggy {
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.noLink {
  pointer-events: none;
  text-decoration: none;
  color: #101010;
}

.em {
  color: #ff0000;
  font-weight: bold;
}

.borderTop {
  position: relative;
  overflow: hidden;
  border: 0;
  height: 1px;
  border-top: #ababab;
  z-index: 1;
}

.borderTop:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px dashed #e0e0e0;
  z-index: -1;
}

.borderBtm {
  position: relative;
  overflow: hidden;
  border: 0;
  height: 1px;
  border-bottom: #ababab;
  z-index: 1;
}

.borderBtm:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px dashed #e0e0e0;
  z-index: -1;
}

.wrapper {
  position: relative;
}

.wrapper.noScroll {
  width: 100vw;
  height: 100vh;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  position: absolute;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
  }
}

header .container,
header .container > .colWrap {
  height: 100%;
}

header .container {
  padding-left: 2.5em;
  padding-right: 6.25%;
}

header .logoFrame {
  padding: 0;
}

header .logo {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  pointer-events: all;
}

header .logo a {
  display: block;
}

header .logo img {
  display: block;
}

header .navFrame {
  width: 33.0555555556em;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.gnav {
  top: 0;
  width: 100%;
  z-index: 97;
}

.gnav nav {
  width: 100%;
}

.gnav ul {
  width: 100%;
}

.gnav ul > li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex: 0 0 auto;
}

.gnav ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 0.8888888889em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.container {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6.25%;
  padding-left: 6.25%;
  max-width: 1400px;
  width: auto;
}
@media only screen and (min-width: 1601px) {
  .container {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.container.wide {
  max-width: 1600px;
}
.container.narrow {
  max-width: 1200px;
}

.container.visible {
  overflow: visible;
}

.container.full {
  max-width: 100%;
}

.container.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.content {
  position: relative;
  overflow: hidden;
  padding-bottom: 4%;
}

.pageTop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 80px;
  height: 80px;
  background: rgba(0, 121, 137, 0.3);
  z-index: 90;
  position: fixed;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.pageTop a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0 0;
  height: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.pageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 4px auto 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.pageTop:hover {
  opacity: .7;
}

/* ------------------------------
  common styles
  ------------------------------ */
footer {
  background: #007989;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: inherit;
  cursor: pointer;
}
footer .colWrap {
  padding: 4.4444444444em 0 2.2222222222em;
}
footer .logoFrame {
  padding-top: 2.2222222222em;
  width: calc(45.4166666667% - 50px);
}
footer .fnavFrame {
  width: 54.5833333333%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .fnavFrame {
    width: 45%;
  }
}
footer .fnavFrame dt {
  margin: 0 0 .5em;
  font-weight: bold;
}
footer .fnavFrame dd {
  padding: 0 0 0 1.25em;
  font-size: 0.8888888889em;
  line-height: 2;
}
footer .copyright {
  padding: 30px 0;
  text-align: right;
  font-size: 0.7777777778em;
}

@media screen and (max-width: 767px) {
  footer .colWrap {
    padding: 50px 0;
  }
  footer .logoFrame {
    padding: 0;
    width: 100%;
  }
  footer .logoFrame img {
    margin: 0 auto;
  }
  footer .fnavFrame {
    width: 100%;
    text-align: center;
  }
  footer .fnavFrame dt {
    margin: 30px 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  footer .fnavFrame dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer .copyright {
    line-height: 1;
    padding: 0 0 50px;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
  }
}
.section {
  overflow: hidden;
  /* padding: 5.2083333333% 0; */
  padding: 9.375% 0;
}

.section.visible {
  overflow: visible;
}

.ttl {
  position: relative;
  margin: 0 auto 2em;
  line-height: 1.3;
  color: #1f1f1f;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.04em;
  text-align: center;
}
.ttl:after {
  content: "";
  display: block;
  margin: .7em auto 0;
  width: 1.6666666667em;
  border-top: 4px dotted #007989;
}

.ttl.text-left {
  text-align: left;
}

.btn {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  font-size: 1.6666666667em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  max-width: 17.3333333333em;
  border-radius: 99999px;
  line-height: 1.3335;
  letter-spacing: .04em;
  box-shadow: 0 5px 10px rgba(64, 64, 64, 0.16);
  z-index: 1;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0071ac;
  background: -moz-linear-gradient(left, #0071ac 0%, #00b0c7 100%);
  background: -webkit-linear-gradient(left, #0071ac 0%, #00b0c7 100%);
  background: linear-gradient(to right, #0071ac 0%, #00b0c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ac', endColorstr='#00b0c7',GradientType=1 );
  z-index: -2;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00b0c7;
  background: -moz-linear-gradient(left, #00b0c7 0%, #0071ac 100%, #0071ac 100%);
  background: -webkit-linear-gradient(left, #00b0c7 0%, #0071ac 100%, #0071ac 100%);
  background: linear-gradient(to right, #00b0c7 0%, #0071ac 100%, #0071ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0c7', endColorstr='#0071ac',GradientType=1 );
  transition: opacity .5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.btn:hover:after {
  opacity: 1;
}

.btn:link, .btn:visited, .btn:hover {
  text-decoration: none;
  color: #fff;
}

.btn:hover {
  opacity: 1;
  color: #fff;
}

.btn.lft {
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------
  VISUAL SECTION STYLES
  ------------------------------ */
.visualSection {
  padding-top: 90px;
  background: #007989;
  background: -moz-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
  background: -webkit-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
  background: linear-gradient(to right, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007989', endColorstr='#0071ac',GradientType=1 );
  position: relative;
  overflow: visible;
}
.visualSection:before {
  content: "";
  display: block;
  padding: 55% 0 0;
}
.visualSection:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 2vw);
  width: 100%;
  height: 45%;
  background: url(../images/bg_dot.png) repeat 0 0;
  transform: translateY(-50%);
}
.visualSection .visualFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visualSection .visualFrame:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.3181818182%;
  left: -2.3125%;
  width: 36.875%;
  height: 43.9772727273%;
  background: url(../images/mv_cloud01.svg) no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .visualSection .visualFrame .catchFrame .inner {
    width: 51.6666666667%;
  }
  .visualSection .visualFrame .mv {
    width: 58.875%;
  }
}
.visualSection .visualFrame .catchFrame {
  padding-bottom: 5%;
  height: 100%;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  z-index: 20;
}
.visualSection .visualFrame .catchFrame .lead {
  position: relative;
  margin: 0 0 1em;
  border: 1px solid #fff;
  border-radius: 0.3125em;
  line-height: 1.8125;
  text-align: center;
}
.visualSection .visualFrame .catchFrame .lead:before, .visualSection .visualFrame .catchFrame .lead:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 1px 0 0;
  width: .383em;
  height: .383em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.visualSection .visualFrame .catchFrame .lead:after {
  margin: -0.5px 0 0;
  background: #007989;
  border-color: #007989;
}
.visualSection .visualFrame .catchFrame .title {
  color: #ffd515;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: .032em;
}
.visualSection .visualFrame .catchFrame .txt {
  margin: .3em 0 0;
}
.visualSection .visualFrame .catchFrame .txt > span {
  border-bottom: 2px solid #ffd515;
  line-height: 1.9375;
  padding: 0 0 0.16em;
}
.visualSection .visualFrame .mv {
  position: absolute;
  top: 17.0454545455%;
  right: -9%;
  z-index: 10;
}
.visualSection .visualFrame .mv .fadeInRtoL {
  position: relative;
  transform: translate(76%, 0);
}
.visualSection .visualFrame .mv .fadeInRtoL.active {
  transition-duration: 1.2s, 1.7s;
  transition-delay: .7s;
  transform: translate(0, 0);
}
.visualSection .visualFrame .img02 {
  position: absolute;
  top: 11.7045454545%;
  right: -8.75%;
  width: 37.4375%;
  height: 44.0909090909%;
  transform: translate(76%, 0);
  z-index: 1;
}
.visualSection .visualFrame .img02.active {
  transition-duration: 1.1s, 1.2s;
  transition-delay: .9s;
  transform: translate(0, 0);
}
@media print, screen and (min-width: 1601px) {
  .visualSection .visualFrame .catchFrame {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .visualSection {
    padding: 0 !important;
  }
  .visualSection:before {
    display: none;
  }
  .visualSection:after {
    display: none;
  }
  .visualSection .visualFrame {
    padding-top: 50px;
    position: relative;
    height: 700px;
  }
  .visualSection .visualFrame:before {
    width: 64%;
    height: 0;
    padding: 42.1333333333% 0 0;
    left: -24.8%;
    bottom: -11%;
  }
  .visualSection .visualFrame .catchFrame {
    display: block;
    height: auto;
    padding-top: 25px;
    padding-bottom: 35px;
    background: url(../images/bg_dot_sp.png) repeat 0 0;
    font-size: 1.3076923077em;
    z-index: 100;
  }
  .visualSection .visualFrame .catchFrame .lead {
    line-height: 1.883;
    border-radius: 8px;
    max-width: 200px;
  }
  .visualSection .visualFrame .catchFrame .lead:before, .visualSection .visualFrame .catchFrame .lead:after {
    width: .5em;
    height: .5em;
  }
  .visualSection .visualFrame .catchFrame .title {
    font-size: 1.2em;
  }
  .visualSection .visualFrame .catchFrame .txt {
    font-size: 1.1em;
  }
  .visualSection .visualFrame .mv {
    top: auto;
    bottom: 80px;
    right: -24%;
    transform: none;
    width: 88%;
    min-width: 413px;
    z-index: 22;
  }
  .visualSection .visualFrame .mv .fadeInRtoL {
    transform: translate(67%, 0);
  }
  .visualSection .visualFrame .img02 {
    top: auto;
    bottom: 184px;
    right: -23.4666666667%;
    width: 69.8666666667%;
    height: 0;
    padding: 45.8666666667% 0 0;
    transform: translate(65%, 0);
    z-index: 21;
  }
  .visualSection .visualFrame .img02 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

/* ------------------------------
  INTRO SECTION STYLES
  ------------------------------ */
.introSection {
  position: relative;
  z-index: 1;
}
.introSection .introFrame {
  position: relative;
  margin-top: 14.2857142857%;
}
.introSection .introFrame:before {
  content: "";
  display: block;
  position: absolute;
  background: #e4eeef;
  width: 100%;
  left: 7.1428571429%;
  top: 4.6111111111em;
  bottom: 0;
  border-radius: 1.1111111111em 0 0 1.1111111111em;
  z-index: -1;
}
.introSection .introFrame .head {
  font-size: 1.2222222222em;
  font-weight: bold;
  color: #007989;
  margin: -5.5em 0 4.5em;
}
@media print, screen and (min-width: 1601px) and (max-width: 1920px) {
  .introSection .introFrame .head {
    margin-bottom: 17%;
  }
}
@media print, screen and (min-width: 1921px) {
  .introSection .introFrame .head {
    margin-bottom: 6.5em;
  }
}
.introSection .introFrame .head .catch {
  display: inline-block;
  position: relative;
  margin: 0 0 1em;
  padding: 0 0.3em;
  font-size: 1.9090909091em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.65;
  color: #fff;
  text-shadow: 0 1px 0 #0a7aba, 1px 0 0 #0a7aba, 1px 1px 0 #0a7aba, 0 -1px 0 #0a7aba, -1px 0 0 #0a7aba, 1px -1px 0 #0a7aba, -1px 1px 0 #0a7aba, -1px -1px 0 #0a7aba;
}
.introSection .introFrame .head .catch:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  border: 2px solid #0a7aba;
  border-top: 0;
}
.introSection .introFrame .head .catch:after {
  display: block;
  content: "";
  position: absolute;
  margin-top: -1px;
  left: 50%;
  top: 100%;
  width: .5em;
  height: .5em;
  background: #fff;
  border-right: 2px solid #0a7aba;
  transform: translate(-50%, -50%) rotate(45deg);
}
.introSection .introFrame .head .title {
  display: block;
}
.introSection .introFrame:nth-of-type(1) .head .catch, .introSection .introFrame:nth-of-type(2) .head .catch {
  padding-right: .18em;
}
.introSection .introFrame .colWrap {
  padding-right: 7.1428571429%;
}
.introSection .introFrame .colWrap .img {
  width: 53.8461538462%;
  max-width: 700px;
}
.introSection .introFrame .colWrap .img img {
  border-radius: 10px;
}
.introSection .introFrame .colWrap .txt {
  width: 46.1538461538%;
  padding: 0 0 0 3.8461538462%;
  flex-grow: 1;
}
.introSection .introFrame .txtFrame {
  margin-top: 3.8461538462%;
  padding-left: 14.2857142857%;
  padding-right: 7.1428571429%;
  padding-bottom: 3.8461538462%;
}
.introSection .introFrame.rTol:before {
  left: auto;
  right: 7.1428571429%;
  border-radius: 0 1.1111111111em 1.1111111111em 0;
  z-index: -1;
}
.introSection .introFrame.rTol .colWrap {
  padding-right: 0;
  padding-left: 7.1428571429%;
}
.introSection .introFrame.rTol .colWrap .txt {
  padding: 0 3.8461538462% 0 0;
}
.introSection .introFrame.rTol .txtFrame {
  padding-left: 7.1428571429%;
  padding-right: 14.2857142857%;
}
.introSection .introFrame.rTol .txtFrame .btn {
  float: none;
}
.introSection .btnFrame {
  margin: 2.7777777778em auto 0;
  overflow: hidden;
}
.introSection .btn {
  margin: 0;
  float: right;
  width: 100%;
  font-size: 1.2222222222em;
  padding: 1.152em;
  max-width: 18.1818181818em;
}

@media print, screen and (max-width: 1599px) and (min-width: 768px) {
  .introSection .introFrame {
    margin: 18% auto 30px;
  }
  .introSection .introFrame:before {
    top: 5em;
  }
  .introSection .introFrame .colWrap {
    padding: 0;
  }
  .introSection .introFrame .colWrap .img {
    float: left;
    width: 45%;
    position: absolute;
  }
  .introSection .introFrame .colWrap .txt {
    overflow: hidden;
    padding: 8em 0 0 15%;
    width: auto;
  }
  .introSection .introFrame .colWrap .txt:before {
    content: "";
    width: 41%;
    padding: 23% 0 0;
    display: block;
    float: left;
  }
  .introSection .introFrame .colWrap .txt p {
    display: inline;
  }
  .introSection .introFrame .txtFrame {
    padding: 0 0 3em 14.2857142857%;
  }
  .introSection .introFrame .head {
    position: absolute;
    margin-top: -4.5em;
    top: 0;
    left: 49%;
    width: 51%;
    line-height: 1.4;
  }
  .introSection .introFrame .head .catch {
    margin: 0 0 .75em;
    font-size: 1.5em;
  }
  .introSection .introFrame .head .title {
    display: flex;
    align-items: center;
    align-content: center;
    height: 4em;
  }
  .introSection .introFrame.rTol .colWrap {
    padding: 0;
  }
  .introSection .introFrame.rTol .colWrap .img {
    float: right;
  }
  .introSection .introFrame.rTol .colWrap .txt {
    padding: 8em 15% 0 0;
  }
  .introSection .introFrame.rTol .colWrap .txt:before {
    width: 41%;
    padding: 23% 0 0;
    float: right;
  }
  .introSection .introFrame.rTol .txtFrame {
    padding: 0  14.2857142857% 3em 0;
  }
  .introSection .introFrame.rTol .head {
    left: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .introSection .introFrame .colWrap .txt:before, .introSection .introFrame.rTol .colWrap .txt:before {
    padding: 21% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .introSection {
    padding-top: 120px !important;
  }
  .introSection .container.full {
    padding: 0;
  }
  .introSection .introFrame {
    margin-top: 20px;
    padding: 170px 20px 50px;
  }
  .introSection .introFrame:first-of-type {
    margin-top: -25px;
  }
  .introSection .introFrame:before {
    top: calc(170px + 11%);
    left: 0 !important;
    right: auto !important;
    width: 100%;
    border-radius: 0 !important;
  }
  .introSection .introFrame .colWrap {
    padding: 0 !important;
  }
  .introSection .introFrame .colWrap .img {
    width: auto;
    margin: 0 auto 30px;
  }
  .introSection .introFrame .colWrap .txt {
    width: auto;
    padding: 0 !important;
  }
  .introSection .introFrame .colWrap .txt p {
    display: block;
  }
  .introSection .introFrame .colWrap .txt:before {
    display: none;
  }
  .introSection .introFrame .head {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    margin: 0;
    font-size: 1.2307692308em;
    text-align: center;
  }
  .introSection .introFrame .head .catch {
    font-size: 1.625em;
    margin: 0 0 0.65em;
    padding: 0 0.45em 0.18em;
  }
  .introSection .introFrame .txtFrame {
    padding: 0 !important;
  }
  .introSection .introFrame .txtFrame .btn {
    float: none;
    margin: 0 auto;
    padding: .889em 1em;
    font-size: 1.3846153846em;
    max-width: 285px;
  }
}
/* ------------------------------
  PROGRAM SECTION STYLES
  ------------------------------ */
.programSection .programFrame {
  position: relative;
  padding: 6.25% 0 7.5%;
  z-index: 1;
}
@media print, screen and (min-width: 1601px) {
  .programSection .programFrame {
    padding: 100px 0 120px;
  }
}
.programSection .programFrame .inner {
  background: #fff;
  padding: 3.3333333333em 5.5555555556em;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(64, 64, 64, 0.16);
}
.programSection .programFrame .ttl_m {
  font-size: 1.7777777778em;
  font-weight: bold;
  color: #007989;
  text-align: center;
}
.programSection .programFrame .img {
  margin: 2.7777777778em auto;
}
.programSection .programFrame .img img {
  display: block;
  margin: 0 auto;
}
.programSection .programFrame .txt p + p {
  margin-top: 2em;
}
.programSection .programFrame .btn {
  font-size: 1.2222222222em;
  margin: 2.2727272727em auto 0;
  padding: 1.152em;
  max-width: 18.1818181818em;
}
.programSection .programFrame.program01 {
  background-image: url(../images/program_bg01.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.programSection .programFrame.program02 {
  background-image: url(../images/program_bg02.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media print, screen and (min-width: 1601px) {
  .programSection .programFrame.program01, .programSection .programFrame.program02 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .programSection .ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .programSection .programFrame .inner {
    padding: 35px 20px 40px;
  }
  .programSection .programFrame .ttl_m {
    margin: 0 auto;
    font-size: 1.5384615385em;
  }
  .programSection .programFrame .img {
    margin: 25px auto;
  }
  .programSection .programFrame.program01 {
    background-image: url(../images/program_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .programSection .programFrame.program02 {
    padding-bottom: 90px;
    background-image: url(../images/program_bg02_sp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
}

/* ------------------------------
  CURRICULUM SECTION STYLES
  ------------------------------ */
.curriculumSection {
  position: relative;
  overflow: visible;
}
.curriculumSection:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 29.4375vw;
  height: 33.5625vw;
  background: url(../images/curriculum_cloud_top.svg) no-repeat 0 0;
  background-size: contain;
  transform: translate(62%, -20%);
  z-index: 1;
}
.curriculumSection:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29vw;
  height: 33.75vw;
  background: url(../images/curriculum_cloud_bottom.svg) no-repeat 0 0;
  background-size: contain;
  transform: translate(-64%, 25%);
  z-index: 1;
}
.curriculumSection .curriculumFrame {
  margin: 14% auto 0;
}
.curriculumSection .curriculumFrame .box {
  text-align: center;
}
.curriculumSection .curriculumFrame .box .txt {
  margin: .5em 0 0;
  color: #007989;
  font-size: 1.1111111111em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .curriculumSection .curriculumFrame .box {
    margin: 0 15px 10%;
    width: calc(33.33% - 30px);
    max-width: 240px;
  }
  .curriculumSection .curriculumFrame .box:nth-of-type(4), .curriculumSection .curriculumFrame .box:nth-of-type(5), .curriculumSection .curriculumFrame .box:nth-of-type(6) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .curriculumSection .curriculumFrame .box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .curriculumSection .curriculumFrame .box {
    margin: 0 auto 30px;
    max-width: 180px;
  }
  .curriculumSection .curriculumFrame .box .txt {
    margin: .25em 0 0;
    font-size: 1.1538461538em;
  }
  .curriculumSection .curriculumFrame .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .curriculumSection {
    padding-bottom: 80px !important;
  }
  .curriculumSection:before {
    width: 262px;
    height: 299px;
    transform: translate(72%, -20%);
  }
  .curriculumSection:after {
    width: 249px;
    height: 290px;
    transform: translate(-68%, 42%);
  }
}

/* ------------------------------
  TEACHER SECTION STYLES
  ------------------------------ */
.teacherSection .teacherFrame {
  padding: 2em 0;
  border-bottom: 2px dotted #367787;
}
.teacherSection .teacherFrame:first-of-type {
  margin-top: 2.7777777778em;
}
.teacherSection .teacherFrame .img img {
  box-shadow: 0 5px 10px rgba(64, 64, 64, 0.16);
  border-radius: 20px;
}
.teacherSection .teacherFrame .txt .namae {
  margin: 0 0 .75em;
}
.teacherSection .teacherFrame .txt .namae .em {
  padding-right: 1em;
  color: #007989;
  font-size: 1.3333333333em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .teacherSection .teacherFrame .img {
    width: 23.334%;
  }
  .teacherSection .teacherFrame .txt {
    width: calc(76.667% - 45px);
  }
}
@media screen and (max-width: 767px) {
  .teacherSection .teacherFrame {
    position: relative;
    padding: 30px 7px;
  }
  .teacherSection .teacherFrame .img {
    width: 160px;
    height: auto;
  }
  .teacherSection .teacherFrame .img img {
    border-radius: 10px;
  }
  .teacherSection .teacherFrame .txt {
    width: auto;
    margin: 15px 0 0;
  }
  .teacherSection .teacherFrame .txt .namae {
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    height: 160px;
    width: calc(100% - 190px);
  }
}

/* ------------------------------
  FEE SECTION STYLES
  ------------------------------ */
.feeSection .bg {
  margin: 10em 0 2.2222222222em;
  background: url(../images/bg_dot2.png) repeat 0 0;
}
.feeSection .feeFrame {
  text-align: center;
}
.feeSection .feeFrame .campaignBox {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translate(-50%, -70%);
  z-index: 1;
}
.feeSection .feeFrame .campaign {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0.9615em 1em .686em;
  border: 3px solid #e68f06;
  border-radius: .5em;
  background: #fff;
  font-size: 1.1111111111em;
  z-index: 1;
}
.feeSection .feeFrame .campaign:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 1.5px 0 0;
  width: 1.35em;
  height: 1.35em;
  border-right: 3px solid #e68f06;
  border-bottom: 3px solid #e68f06;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.feeSection .feeFrame .campaign .chance {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #e68f06, 1px 0 0 #e68f06, 1px 1px 0 #e68f06, 0 -1px 0 #e68f06, -1px 0 0 #e68f06, 1px -1px 0 #e68f06, -1px 1px 0 #e68f06, -1px -1px 0 #e68f06;
}
.feeSection .feeFrame .campaign .chance:before, .feeSection .feeFrame .campaign .chance:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 1.2em;
  background: #e68f06;
  transform: translate(0, -50%) rotate(-30deg);
}
.feeSection .feeFrame .campaign .chance:after {
  left: auto;
  right: 0;
  transform: translate(0, -50%) rotate(30deg);
}
.feeSection .feeFrame .campaign .txt {
  line-height: 1.75em;
  font-size: 1.3333333333em;
  font-weight: bold;
  color: #e68f06;
}
.feeSection .feeFrame .campaign .txt .price {
  display: inline-block;
  position: relative;
  top: .09em;
  padding: 0 .25em;
  font-size: 2.0833333333em;
  font-family: "Open Sans", sans-serif;
  vertical-align: baseline;
}
.feeSection .feeFrame .campaign .txt .unit {
  font-size: 0.8333333333em;
}
.feeSection .feeFrame .planFrame {
  margin: 0 auto;
  padding: 6.1111111111em 0 3.8888888889em;
  max-width: 1000px;
}
.feeSection .feeFrame .planFrame li {
  position: relative;
  padding: 0 3%;
  box-shadow: inset 0 0 0 10px #e4eeef;
  font-size: 1.3333333333em;
  font-weight: bold;
  color: #007989;
  background: #fff;
  border-radius: 0.8333333333em;
}
.feeSection .feeFrame .planFrame li .txt {
  padding: 1.2em 0 2.1335em;
  text-align: center;
}
.feeSection .feeFrame .planFrame li .txt .price {
  padding: 0 .4em;
  font-size: 2.5em;
  color: #e68f06;
  position: relative;
  top: .09em;
}
.feeSection .feeFrame .planFrame li .img {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .feeSection .feeFrame .planFrame li .txt {
    width: 60%;
  }
  .feeSection .feeFrame .planFrame li .img {
    justify-content: center;
    width: 37%;
  }
  .feeSection .feeFrame .planFrame li .img img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .feeSection .feeFrame .planFrame li .txt .price {
    padding: 0 .2em;
  }
  .feeSection .feeFrame .planFrame li .img {
    width: 35%;
  }
}
.feeSection .feeFrame .planFrame li + li {
  margin-top: 2.2222222222em;
}
.feeSection .note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feeSection .feeSection .bg {
    margin: 8.5em auto 40px;
  }
  .feeSection .feeFrame .campaignBox {
    padding: 0 20px;
  }
  .feeSection .feeFrame .campaignBox .campaign {
    padding: .8em 0 .627em;
    border-radius: 10px;
    font-size: 1em;
  }
  .feeSection .feeFrame .campaignBox .campaign .txt {
    font-size: 1.1538461538em;
  }
  .feeSection .feeFrame .campaignBox .campaign .txt .price {
    font-size: 2.2666666667em;
  }
  .feeSection .feeFrame .campaignBox .campaign .txt .unit {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feeSection .feeFrame .campaignBox .campaign .period {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .feeSection .feeFrame .planFrame {
    margin: 0 -10px;
    padding: 70px 0 50px;
  }
  .feeSection .feeFrame .planFrame li {
    font-size: 1.5384615385em;
  }
  .feeSection .feeFrame .planFrame li .txt {
    display: block;
    padding: 28px 0 15px;
    line-height: 1.5;
  }
  .feeSection .feeFrame .planFrame li .txt .price {
    margin: -.15em;
    line-height: 1;
    font-size: 2.2em;
  }
  .feeSection .feeFrame .planFrame li .txt .unit {
    font-size: 0.9em;
  }
  .feeSection .feeFrame .planFrame li .img {
    display: block;
    text-align: center;
  }
  .feeSection .feeFrame .planFrame li .img img {
    display: block;
    margin: 0 auto;
  }
  .feeSection .feeFrame .planFrame li + li {
    margin-top: 30px;
  }
  .feeSection .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ------------------------------
  VOICE SECTION STYLES
  ------------------------------ */
.voiceSection {
  position: relative;
  overflow: visible;
}
.voiceSection:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 29.4375vw;
  height: 33.5625vw;
  background: url(../images/voice_cloud_top.svg) no-repeat 0 0;
  background-size: contain;
  transform: translate(55%, -65%);
  z-index: 1;
}
.voiceSection:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29vw;
  height: 33.75vw;
  background: url(../images/voice_cloud_bottom.svg) no-repeat 0 0;
  background-size: contain;
  transform: translate(-64%, 70%);
  z-index: 1;
}
.voiceSection .voiceFrame .box {
  position: relative;
  margin: 8.0555555556em 0 0;
  padding: 1.6666666667em 1.8333333333em;
  background: #fff;
  border-radius: 1.1111111111em;
}
.voiceSection .voiceFrame .box .head {
  position: absolute;
  top: .035em;
  right: 0;
  font-size: 4.4444444444em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: rgba(54, 119, 135, 0.2);
  line-height: 1;
  transform: translate(0, -100%);
}
.voiceSection .voiceFrame .box .voiceHeader {
  margin: 0 0 1.1111111111em;
}
.voiceSection .voiceFrame .box .voiceHeader .img {
  width: 28%;
}
.voiceSection .voiceFrame .box .voiceHeader .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 61%;
}
.voiceSection .voiceFrame .box .voiceHeader .txt .voice {
  color: #007989;
  font-weight: bold;
  font-size: 1.1111111111em;
  line-height: 1.6;
}
.voiceSection .voiceFrame .box .voiceHeader .txt .prof {
  text-align: right;
}
.voiceSection .voiceFrame .box .voiceFooter {
  margin: 1.25em 0 0;
  font-size: 0.8888888889em;
  color: #0a7989;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .voiceSection .voiceFrame .box {
    max-width: 560px;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .voiceSection .voiceFrame .box {
    margin-top: 90px;
    padding: 20px;
    border-radius: 1.1111111111em;
  }
  .voiceSection .voiceFrame .box .head {
    font-size: 3.8461538462em;
  }
  .voiceSection .voiceFrame .box .voiceHeader .img {
    width: 115px;
  }
  .voiceSection .voiceFrame .box .voiceHeader .txt {
    width: calc(100% - 125px);
  }
  .voiceSection .voiceFrame .box .voiceHeader .txt .voice {
    font-size: 1.1538461538em;
  }
  .voiceSection .voiceFrame .box .voiceFooter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .voiceSection:before {
    width: 262px;
    height: 299px;
    transform: translate(68%, -50%);
  }
  .voiceSection:after {
    width: 249px;
    height: 290px;
    transform: translate(-78%, 70%);
  }
}

/* ------------------------------
  CONTACT SECTION STYLES
  ------------------------------ */
.contactSection .contactFrame {
  margin: 5.5555555556em auto 0;
  max-width: 880px;
  font-weight: bold;
}
.contactSection .contactFrame dl {
  margin: 0 0 3.3333333333em;
  line-height: 1.5;
}
.contactSection .contactFrame dt {
  margin: 0 0 .75em;
  font-weight: bold;
  color: #007989;
}
.contactSection .contactFrame dt .text-danger {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: .036em .734em;
  font-size: 0.7777777778em;
  border-radius: 0.2222222222em;
  background: #e68f06;
  color: #fff;
  text-align: center;
}
.contactSection .contactFrame dd {
  display: flex;
  flex-direction: column;
}
.contactSection .contactFrame input[type="text"],
.contactSection .contactFrame input[type="tel"],
.contactSection .contactFrame input[type="email"],
.contactSection .contactFrame textarea {
  width: 100%;
}
.contactSection .contactFrame select, .contactSection .contactFrame input, .contactSection .contactFrame textarea {
  display: block;
  font-weight: normal;
  padding: 1.195em;
  height: 3.889em;
  background: #e4eeef;
  border: 0;
}
.contactSection .contactFrame textarea {
  height: 22em;
}
.contactSection .contactFrame .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.contactSection .contactFrame .w-50 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .contactSection .contactFrame select {
    min-width: 25.5555555556em;
  }
}
@media screen and (max-width: 767px) {
  .contactSection .contactFrame dt .text-danger {
    padding: 0;
    width: 42px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .contactSection .contactFrame select, .contactSection .contactFrame input {
    height: 40px;
  }
  .contactSection .contactFrame select {
    width: 100%;
    max-width: 100%;
  }
  .contactSection .contactFrame .w-50 {
    width: 100%;
  }
}
.contactSection .btnFrame {
  margin: 40px auto 0;
  text-align: center;
}
.contactSection .btnFrame > div {
  display: inline-block;
  width: 47%;
  max-width: 400px;
}
.contactSection .btnFrame > div:only-child {
  display: block;
  width: auto;
  max-width: 100%;
  max-width: initial;
}
.contactSection .btnFrame .btn {
  outline: none;
  border: none;
  width: 100%;
}
.contactSection .btnFrame .btn:hover {
  cursor: pointer;
}
.contactSection .btnFrame .js_back_btn {
  color: #007989;
  background: #cde6e8;
}
.contactSection .btnFrame .js_back_btn:before, .contactSection .btnFrame .js_back_btn:after {
  display: none;
}
.contactSection .btnFrame .js_back_btn:hover {
  color: #007989;
}
@media screen and (max-width: 767px) {
  .contactSection .btnFrame {
    margin: 30px auto 0;
  }
}
.contactSection .err_msg {
  color: crimson;
  background-color: #f8d7da;
  border: 1px solid crimson;
  padding: 5px 12px;
  border-radius: 3px;
  margin-top: 3px;
  display: none;
  width: 100%;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .contactSection .contactFrame {
    margin: 30px auto 0;
  }
  .contactSection .contactFrame dl {
    margin: 0 0 25px;
  }
  .contactSection .contactFrame select, .contactSection .contactFrame input, .contactSection .contactFrame textarea {
    padding: 10px;
  }
}

@media only screen and (min-width: 1601px) {
  .section {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .logoFrame {
    width: 27.038%;
  }

  header .navFrame {
    width: 55%;
  }

  .gnav ul > li > a {
    font-size: .8em;
  }
}
/* Less than 991px */
@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* ===== MODULES_TAB ===== */
  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .tab, .tab.sp {
    display: block !important;
  }

  .tab.tab-colWrap, .tab.sp.tab-colWrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  input[type="text"].tab-max,
  input[type="tel"].tab-max,
  input[type="email"].tab-max,
  select.tab-max,
  textarea.tab-max {
    width: 100%;
  }

  /* ===== end - MODULES_TAB ===== */
  .pc {
    display: none !important;
  }

  .pc.tab {
    display: block !important;
  }

  header {
    height: 70px;
  }

  header .container > .colWrap {
    height: 70px;
  }

  header .logoFrame {
    max-width: 220px;
  }

  .pageTop {
    right: 30px;
    bottom: 30px;
    width: 65px;
    height: 65px;
  }

  .pageTop a {
    width: 65px;
    padding-top: 65px;
  }

  .ttl {
    font-size: 1.86em;
  }
}
/* Less than 767px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }

  /* ===== MODULES_SP ===== */
  img {
    max-width: 100%;
    height: auto;
  }

  .pc, .tab, .pc.tab {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp-img-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
  }

  table:not(.sp-table) th,
  table:not(.sp-table) td,
  table.tab-table:not(.sp-table) th,
  table.tab-table:not(.sp-table) td {
    display: block;
    width: 100% !important;
    border-bottom: 0;
  }

  table:not(.sp-table) th {
    font-weight: bold;
    border-bottom: 0;
  }

  table:not(.sp-table) td {
    padding: 10px 1em 25px;
    border-top: 0;
  }

  table.sp-table th,
  table.sp-table td {
    padding: 8px 8px 4px;
    font-weight: normal;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    max-width: 100%;
  }

  input[type="text"].sp-max,
  input[type="tel"].sp-max,
  input[type="email"].sp-max,
  select.sp-max,
  textarea.sp-max {
    width: 100%;
  }

  .tel_link {
    pointer-events: initial;
  }

  .sp-block {
    display: block;
  }

  .sp-in-block {
    display: inline-block;
  }

  .sp-inline {
    display: inline;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  /* ===== end - MODULES_SP ===== */
  header {
    height: 50px;
    background: #007989;
    background: -moz-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    background: -webkit-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    background: linear-gradient(to right, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007989', endColorstr='#0071ac',GradientType=1 );
  }

  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .container > .colWrap {
    height: 50px;
  }

  header .logoFrame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    max-width: initial;
    width: 100%;
    position: relative;
    max-width: 201px;
    z-index: 101;
  }

  header .logoFrame .logo {
    margin: 0;
    height: auto;
  }

  header .navFrame {
    margin: 0;
  }
  header .navFrame .nav_tel {
    text-align: center;
  }
  header .navFrame .nav_tel a {
    display: inline-block;
    margin: 0 auto;
    padding-left: 1.5em;
    text-align: left;
  }
  header .navFrame .nav_tel a:before {
    width: 1.5em;
    height: 1.5em;
  }

  .gnav {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 0;
    overflow-y: auto;
    background: #007989;
    background: -moz-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    background: -webkit-linear-gradient(left, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    background: linear-gradient(to right, #007989 0%, #007989 39%, #007aba 100%, #0071ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007989', endColorstr='#0071ac',GradientType=1 );
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 100;
  }

  .gnav nav {
    display: block;
    padding: 50px 40px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }

  .gnav .navi {
    display: block;
    height: auto;
    margin-top: 50px;
  }

  .gnav .navi > li {
    position: relative;
    overflow: hidden;
    margin: 0 0 2.7692307692em;
    padding: 0;
    z-index: 1;
  }

  .gnav .navi > li > a {
    position: relative;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    border: 0;
  }

  .gnav.open {
    max-height: 100vh;
  }

  .menuBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    pointer-events: all;
    background: transparent;
    z-index: 200;
    /* font-weight: normal; */
  }

  .menuBtn div {
    position: relative;
    margin: 0 auto;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .75s ease-out;
    transition: all .75s ease-out;
  }

  .menuBtn div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -13px;
    width: 26px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    -webkit-transition: .35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .menuBtn span {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 16px;
    color: #fff;
    font-size: 1.1rem;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    line-height: 80px;
    overflow: hidden;
  }

  .menuBtn span:before {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -13px;
    width: 26px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 0;
  }

  .menuBtn span:after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -13px;
    width: 26px;
    height: 2px;
    border-radius: 0px;
    background: #fff;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    bottom: 0;
  }

  .pageTop {
    display: none !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sp-full {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    padding-bottom: 0;
  }

  .section {
    padding: 90px 0;
  }

  .section.anchrSec {
    padding-top: 60px;
    margin-top: -60px;
  }

  .main > .section:first-of-type {
    padding-top: 15px;
  }

  .ttl {
    margin: 0 auto 1.45em;
    font-size: 1.8461538462em;
  }
  .ttl:after {
    width: 1.864em;
    border-width: 3px;
  }

  .ttl .inner {
    padding: .5em 1.3em .5em 0.7em;
    min-height: 3.41em;
  }

  .ttl .txt {
    width: auto;
  }

  .ttl .sub {
    font-size: 0.5em;
  }

  .btn {
    padding: 1em;
    width: 100%;
    max-width: 305px;
    font-size: 1.3846153846em;
  }

  .btn.lft {
    margin-left: auto;
    margin-right: auto;
  }

  .btn.anim {
    padding: 0;
  }

  .btn.anim > span {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
  }

  .btn.anim:before {
    border-bottom-width: 36px;
  }

  .btn.anim:after {
    border-top-width: 36px;
  }

  .btnFrame.multi .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .btnFrame.multi .btn + .btn {
    margin: 20px auto 0;
  }
}
/* index幅374px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 374px) {
  .sp2, .sp.sp2 {
    display: block !important;
  }

  .ttl {
    font-size: 17px;
  }
}
