@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

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

p {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
  }
}
p:last-child {
  margin-bottom: 0;
}

h3,
h4,
h5 {
  line-height: 1.5;
  font-weight: 500;
}

.h2 {
  font-size: 5rem;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 3.2rem;
  }
}
.h2 .pt {
  color: #bbb;
  font-size: 75%;
}

.subhead-border {
  padding: 0.75em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2.8rem;
  max-width: 530px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: bold;
}

.p24 {
  font-size: 2.4rem;
}

.p20 {
  font-size: 2rem;
}

aside {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2rem;
}

.box-shadow {
  box-shadow: 0 0 5px rgba(72, 63, 63, 0.0784313725);
}

.big {
  font-size: 120%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .big {
    font-size: 115%;
  }
}
.big {
  font-weight: bold;
}

.big2 {
  font-size: 150%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .big2 {
    font-size: 130%;
  }
}
.big2 {
  font-weight: bold;
}

.big3 {
  font-size: 180%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .big3 {
    font-size: 170%;
  }
}
.big3 {
  font-weight: bold;
}

.big4 {
  font-size: 250%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .big4 {
    font-size: 200%;
  }
}
.big4 {
  font-weight: bold;
}

.big5 {
  font-size: 400%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .big5 {
    font-size: 400%;
  }
}
.big5 {
  font-weight: bold;
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 70%;
}

.under {
  text-decoration: underline;
}

.red {
  color: #d5294d;
}

.blue {
  color: #1385AB;
}

.black {
  color: #424242;
}

.or {
  color: #ff9100;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker-gradient {
  background: #99d9ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #99d9ff, #a3ece0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: 700;
  font-size: 110%;
}

.shadow-w {
  text-shadow: 0px 0px 2px #ffffff;
}

.curning {
  font-feature-settings: "palt";
}

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

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

.ma {
  background: linear-gradient(transparent 60%, #fff93b 60%);
  font-weight: bold;
}

.yugothic {
  font-family: forma-djr-display, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* スマホのときは改行なし */
.br-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}
/* スマホのときは改行あり */
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}
.btn {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  background: #ff9100;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 600px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn {
    padding: 20px 0;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}
.embedvideo {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.content__title__inner {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
.ul1 {
  max-width: 700px;
}
.ul1 li {
  border-bottom: 1px dotted #ababab;
  list-style: none;
}
.ul1 li:before {
  content: "\f046";
  /* アイコンのunicode */
  color: #d32d00;
  font-size: 2.2rem;
}

.box1 .ul1 li:last-child {
  border-bottom: none;
}

.ul2 li {
  border-bottom: 1px dotted #3a3a3a;
  list-style: none;
}
.ul2 li:before {
  font-size: 1.4em;
  content: url(../img/arrow.png);
  /* アイコンのunicode  */
}

.ul3 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}
.ul3 i {
  margin-right: 5px;
  margin-top: 10px;
}
.ul3 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f140";
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #333;
}

.ul4 li {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 0 5px 3px;
  list-style: none;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ul4 li {
    font-size: 1.15em;
  }
}
.ul4 i {
  margin-right: 5px;
  margin-top: 10px;
}
.ul4 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: "\f058";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #1385AB;
}

.ul5 {
  max-width: 1000px !important;
}
.ul5 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
}
.ul5 i {
  margin-right: 5px;
  margin-top: 10px;
}
.ul5 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f0eb";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul6 {
  max-width: 960px !important;
}
.ul6 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.5;
}
.ul6 i {
  margin-right: 5px;
  margin-top: 10px;
}
.ul6 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: "\f091";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}

.ul7 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}
.ul7 li:before {
  font-size: 1.4em;
  content: url(../img/voice.png);
  /* アイコンのunicode  */
}

.ul_disc_b {
  padding-left: 40px !important;
}
.ul_disc_b li {
  list-style-type: disc;
  border-bottom: 1px dashed #ddd;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 0 10px 3px;
}

.ul_disc {
  padding-left: 80px !important;
}
.ul_disc li {
  list-style-type: disc;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0 0px 3px;
  line-height: 1.5;
}
.ul_disc i {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .ul1 li {
    padding: 7px 0 5px 3px;
  }
  .ul2 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul3 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .ul4 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul5 li:before {
    font-size: 1.3em;
    margin-right: 10px;
  }
  .ul6 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .ul7 li:before {
    font-size: 1.3em;
    margin-right: 0px;
  }
  .ul_disc_b {
    padding-left: 5px;
  }
  .ul_disc_b li {
    border-bottom: 1px dashed #ddd;
    padding: 13px 0 10px 0px;
  }
  .ul_disc li {
    font-size: 1em;
  }
}
.ul1 li,
.ul2 li,
.ul3 li,
.ul4 li,
.ul5 li,
.ul6 li,
.ul7 li {
  position: relative;
  padding-right: 5px;
}
.ul1 li:before,
.ul2 li:before,
.ul3 li:before,
.ul4 li:before,
.ul5 li:before,
.ul6 li:before,
.ul7 li:before {
  position: absolute;
  top: 50%;
  left: 0px;
}

.ul1 li {
  padding-left: 32px;
}
.ul1 li:before {
  margin-top: -17px;
}

.ul2 li {
  padding-left: 45px;
}
.ul2 li:before {
  margin-top: -22px;
}

.ul3 li {
  padding-left: 35px;
}
.ul3 li:before {
  margin-top: -19px;
}

.ul4 li {
  padding-left: 25px;
}
.ul4 li:before {
  margin-top: -13px;
}

.ul5 li {
  padding-left: 45px;
}
.ul5 li:before {
  margin-top: -19px;
}

.ul6 li {
  padding-left: 45px;
}
.ul6 li:before {
  margin-top: -23px;
}

.ul7 li {
  padding-left: 49px;
}
.ul7 li:before {
  margin-top: -17px;
}

@media (max-width: 768px) {
  .ul1 li {
    line-height: 1.5;
    padding: 10px 0 10px 3px;
    padding-left: 30px;
  }
  .ul1 li:before {
    margin-top: -14px;
  }
  .ul2 li {
    padding-left: 33px;
  }
  .ul2 li:before {
    margin-top: -15px;
  }
  .ul3 li {
    padding-left: 35px;
  }
  .ul3 li:before {
    margin-top: -16px;
  }
  .ul4 li {
    padding-left: 33px;
  }
  .ul4 li:before {
    margin-top: -18px;
  }
  .ul5 li {
    padding-left: 33px;
  }
  .ul5 li:before {
    margin-top: -18px;
  }
  .ul6 li {
    padding-left: 40px;
  }
  .ul6 li:before {
    margin-top: -21px;
  }
  .ul7 li {
    padding-left: 44px;
  }
  .ul7 li:before {
    margin-top: -18px;
  }
}
.ol_nolist {
  margin-bottom: 1.6em;
}
.ol_nolist li {
  display: table;
  font-size: 1.4em;
  width: 100%;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 6px 0;
  /*position: relative;*/
}
.ol_nolist li span.no {
  width: 55px;
}
@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}
.ol_nolist li span.no {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #000b56;
}
.ol_nolist li span.text {
  color: #333;
  width: auto;
  padding: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: #eee;
  /* fallback for old browsers */
  font-weight: bold;
}

@media (max-width: 768px) {
  .ol_nolist {
    padding: 0;
    margin-bottom: 1.3em;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .ol_nolist li {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
.qaBox {
  width: 100%;
  margin: 0 auto 40px;
  background-color: #fff;
}
.qaBox .qaBox-inner {
  width: 100%;
  border: 1px solid #000000;
}
.qaBox .qaBox-inner h3 {
  width: 100%;
  margin: 0 auto;
  background-color: #2d2d2d;
  display: table;
  padding: 20px 28px 20px 10px;
}
.qaBox .qaBox-inner h3 span.icon {
  width: 80px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.qaBox .qaBox-inner h3 span.text {
  width: auto;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 480px) {
  .qaBox .qaBox-inner h3 span.text {
    font-size: 16px;
  }
}
.qaBox .qaBox-inner h3 span.text {
  line-height: 1.5;
  font-weight: bold;
}
.qaBox .qaBox-inner .qaText {
  width: 100%;
  padding: 30px 30px;
  font-size: 16px;
  line-height: 1.6;
}
.qaBox .qaBox-inner .qaText p,
.qaBox .qaBox-inner .qaText ul {
  padding: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .qaBox {
    padding: 0;
    margin: 0 auto 30px;
  }
  .qaBox .qaBox-inner {
    width: 100%;
    border: 1px solid #000000;
  }
  .qaBox .qaBox-inner h3 {
    padding: 20px 10px 20px 0;
  }
  .qaBox .qaBox-inner h3 span.icon {
    width: 60px;
  }
  .qaBox .qaBox-inner h3 span.icon img {
    width: 40px;
  }
  .qaBox .qaBox-inner .qaText {
    width: 100%;
    padding: 20px 10px 15px;
  }
  .qaBox .qaBox-inner .qaText p,
  .qaBox .qaBox-inner .qaText ul {
    padding: 0;
  }
}
.p-fr {
  border: solid 1px #ccc;
  padding: 4px;
}

.marker-y {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 10;
}
.marker-y:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #ffe14f;
  z-index: -1;
}

.entry .form-group label {
  width: 640px;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  padding-left: 10px;
  color: #333;
}
@media (max-width: 767px) {
  .entry .form-group label {
    width: 100%;
    font-size: 1.5rem;
  }
}
.entry .form-group input {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 640px;
  padding: 10px;
  border: 2px solid #aaaaaa;
  background: #fff;
  height: 6rem;
  font-size: 2rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
}
.entry .form-group input::-moz-placeholder {
  color: #aaa !important;
  font-weight: 500;
}
.entry .form-group input::placeholder {
  color: #aaa !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .entry .form-group input {
    width: 100%;
    height: 2.7em !important;
    font-size: 1.1em;
    margin-bottom: 22px;
  }
}
.entry .submit {
  margin-top: 20px;
}
.entry .submit :hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  transition: 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .entry #semail {
    padding-left: 20px;
  }
}
@media (min-width: 767px) {
  .entry #sename {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .entry #sename {
    margin-bottom: 10px !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.profileBox {
  width: 880px;
  margin: 0 auto;
  background: #fff;
}
.profileBox .profileInner {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}
.profileBox .profileInner h3 {
  width: 100%;
  padding: 3% 0% 3% 3%;
  background-size: 8%;
  background-position: 8px 4px;
  background-color: #384454;
  color: #fff;
  font-size: 2rem;
}
.profileBox .profile_img {
  float: right;
  margin-left: 10px;
}
.profileBox .profileDetail {
  padding: 50px 45px;
}
.profileBox p {
  padding: 0;
}
.profileBox h3 {
  font-weight: bold;
}
.profileBox h4 {
  border-left: 5px solid #000;
  padding: 5px 0px 5px 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profileBox h4 {
    padding: 2px 0px 0px 15px;
  }
}
.profileBox h4 .yomi {
  font-size: 20px;
}
.profileBox h5 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .profileBox {
    width: 100%;
    margin: 0 auto;
  }
  .profileBox .profileInner {
    width: 100%;
    border: 1px solid #dcdcdc;
  }
  .profileBox .profileInner h3 {
    width: 100%;
    padding: 3.5% 0% 3.5% 3%;
    background-size: 8%;
    background-position: 8px 4px;
    color: #fff;
    font-size: 1.8rem;
  }
  .profileBox .profile_img {
    float: right;
  }
  .profileBox .profileDetail {
    padding: 30px 20px;
  }
  .profileBox p {
    padding: 0;
  }
  .profileBox h4 {
    font-size: 28px;
    font-weight: bold;
  }
  .profileBox h4 .yomi {
    font-size: 18px;
  }
  .profileBox h5 {
    font-weight: bold;
  }
}
.gr-img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
  display: block;
}
@media (max-width: 767px) {
  .gr-img {
    width: 100%;
  }
}

.caption {
  font-size: 90%;
  text-align: center;
  opacity: 0.7;
  line-height: 1.6;
  max-width: 650px;
  margin: -15px auto 30px;
}

.sign {
  width: 170px;
  text-align: right;
  margin-top: 55px;
}
.sign img {
  width: 100%;
}
@media (max-width: 767px) {
  .sign {
    width: 145px;
    margin: 0 0 0 auto;
  }
}

.line01 h4 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 50px;
  color: #072335;
}
@media (max-width: 767px) {
  .line01 h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 30px 5% 50px;
  }
}
.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.programlabel {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 1px;
  font-size: 0.9em;
  margin-bottom: 2px;
}
.programlabel.programlabel-red {
  color: #ffffff;
  background-color: #C40B13;
  padding: 0px 5px;
}
.programlabel.programlabel-red2 {
  color: #C40B13;
  background-color: #ffffff;
  border: #C40B13 3px solid;
  line-height: 1.2;
}
.programlabel.programlabel-red3 {
  color: #ffffff;
  background-color: #9e7a26;
}
.programlabel.programlabel-red4 {
  color: #9e7a26;
  background-color: #ffffff;
  border: #9e7a26 3px solid;
  line-height: 1.2;
}
.programlabel.programlabel-blue {
  color: #fff;
  background-color: #04a5d8;
  padding: 0px 5px;
}

/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 11;
}

/*▲▲ ここまで追加する ▲▲*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #1385AB;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  background: #1385AB;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.grad-trigger:hover {
  background: #fff;
  color: #1385AB;
}

.grad-trigger .fa {
  margin-right: 0.5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 80px;
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion-border {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f5f5f5;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #1385AB;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #1385AB;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-faq__headinner {
    padding-left: 30px;
  }
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #1385AB;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-faq__headinner::before {
    font-size: 1.5rem;
  }
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 1.5rem;
  }
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 30px;
  }
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 1.6rem;
  font-weight: bold;
  top: 3px;
}
@media (max-width: 767px) {
  .p-faq__bodyinner::before {
    font-size: 1.4rem;
  }
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 1.4rem;
  }
}

.txt-hide {
  display: none;
}

button.more {
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 20px auto;
  display: block;
  background-color: transparent;
  color: #754c24;
  border: 3px solid #754c24;
  border-radius: 30px;
  padding: 10px 15px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  outline: 0;
  opacity: 1;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
}
button.more:hover {
  opacity: 0.7;
}

button.more::after {
  content: "もっと見る ＋";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.more.on-click::after {
  content: "閉じる ー";
}

.cp_box {
  position: relative;
  border: 2px solid #638590;
  padding: 10px 10px;
}

.cp_box input {
  display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: 0px;
  width: 95%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* 開いた時にグラデーションを消す */
.cp_box input:checked + label {
  background: inherit;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 250px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .cp_box .cp_container {
    height: 200px;
  }
}

.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

/*続きをよむボタン*/
.cp_box label:after,
.cp_box label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
  font-weight: 400;
}

.cp_box label:after {
  z-index: 2;
  bottom: 24px;
  width: 13em;
  content: "続きをよむ";
  color: #ffffff;
  background: #1b2538;
  border-radius: 20px;
  padding: 5px;
}

.cp_box label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*閉じるボタン*/
.cp_box input:checked + label:after {
  content: "閉じる";
}

.cp_box input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.slide-items {
  width: 100%;
}
@media (max-width: 767px) {
  .slide-items {
    margin-top: 30px;
  }
}
.slide-items .slick-prev:before,
.slide-items .slick-next:before {
  color: #c9c9c9;
  font-size: 25px;
}
.slide-items .slick-prev {
  z-index: 2;
  left: 55px;
}
.slide-items .slick-next {
  z-index: 2;
  right: 55px;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slider-thumbnail01 .swiper-slide,
.slider-thumbnail02 .swiper-slide,
.slider-thumbnail03 .swiper-slide,
.slider-thumbnail04 .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail01 .swiper-slide.swiper-slide-thumb-active,
.slider-thumbnail02 .swiper-slide.swiper-slide-thumb-active,
.slider-thumbnail03 .swiper-slide.swiper-slide-thumb-active,
.slider-thumbnail04 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル */
.swiper {
  max-width: 650px;
  width: 100%;
  margin-left: 0;
}

.swiper-thum {
  max-width: 450px;
  width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.readmore2 {
  position: relative;
  margin: 0px auto 0;
  padding: 0px 0px 50px;
}

.readmore2-hide {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.readmore2 button {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  color: #1385AB;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 30px;
  border: 1px solid #1385AB;
  background: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s 0s ease;
}
.readmore2 button:hover {
  background: #1385AB;
  color: #fff;
}

.readmore3 {
  position: relative;
  margin: 0px auto 0;
  padding: 0px 0px 50px;
}

.readmore3-hide {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.readmore3 button {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0;
  color: #1385AB;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #1385AB;
  background: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s 0s ease;
}
@media (max-width: 767px) {
  .readmore3 button {
    width: 80%;
  }
}
.readmore3 button:hover {
  background: #1385AB;
  color: #fff;
}

.image-mask {
  width: 100%;
  max-width: 750px;
  overflow: hidden;
}

.masked-image {
  display: block;
  width: 100%;
  /* 画面幅に応じて可変 */
  height: auto;
  /* アスペクト比維持 */
  transform: translateX(-100%);
  opacity: 0;
}

.imgsvg-02 {
  max-width: 650px;
}

.imgsvg-03 {
  max-width: 510px;
}

.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.slide-items02 .slick-prev {
  left: 25px;
  z-index: 10;
}
.slide-items02 .slick-next {
  right: 25px;
  z-index: 10;
}
.slide-items02 .slick-prev:before,
.slide-items02 .slick-next:before {
  color: #1385AB;
  font-size: 25px;
}

.delayed-image {
  opacity: 0;
  transform: translateY(20px);
  /* ふわっと出す場合 */
}

.menu {
  width: 100%;
  background-color: #1385AB;
  display: block;
  transition: 0.8s;
}
.menu ul {
  padding: 20px 0;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 1000px;
}
.menu ul li {
  text-align: center;
  line-height: 1.2;
  flex: 1 0 auto;
}
.menu ul li a {
  color: #fff;
  font-size: 15px;
  transition: all 0.2s ease-out;
}
.menu ul li a span {
  opacity: 0.7;
  font-size: 80%;
}
.menu ul li a:hover {
  opacity: 0.8;
}

.menu-follow {
  position: fixed;
  top: -100px;
  right: 0;
  z-index: 9999;
}
.menu-follow ul {
  padding: 10px 0 11px;
  max-width: 1000px;
  width: 1000px;
}
.menu-follow ul li a {
  font-size: 14px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #2c97bb;
  color: #333;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 51px;
  padding-bottom: 60px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  font-weight: 500;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 20px;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  border-top: 1px solid #fff;
  text-align: left;
}
nav.globalMenuSp ul li a span {
  opacity: 0.7;
  font-size: 80%;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
  opacity: 1;
  height: 100%;
}

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #1385AB;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .navToggle {
    display: block;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #fff;
  transition: 0.35s ease-in-out;
  left: 10px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 10px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 22px;
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

.globalMenuSp-btn {
  background: #fff;
  color: #1385AB !important;
  width: 280px;
  margin: 0 auto;
  margin-top: 10px;
}

.side_nav {
  position: fixed;
  top: 150px;
  right: -40px;
  z-index: 110;
}

.side_nav li {
  position: relative;
  left: 0;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.side_nav img {
  margin-left: 0;
  transition: all 0.2s ease-in-out 0s;
}
.side_nav img:hover {
  margin-left: -10px;
}

.container {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative;
}
.container-full::before {
  position: absolute;
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 116px;
  /*画像の幅*/
  height: 58px;
  /*画像の高さ*/
  background-image: url(../img/arrow-fullbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -22px;
  left: 45%;
}
@media (max-width: 767px) {
  .container-full::before {
    left: 37%;
  }
}
.container-full::before {
  z-index: 100;
}

.footer {
  min-width: 1000px;
  max-width: 1700px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #222;
  text-align: center;
  padding: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    min-width: auto;
  }
}
.footer p {
  font-weight: 400 !important;
  font-size: 12px !important;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.7;
}

.arrow-white::before {
  background-image: url(../img/arrow-full-white.png);
}

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .flex-re {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .row-reverse-sp {
    flex-direction: column-reverse;
  }
}
.photoadd {
  float: right;
  z-index: 100;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .photoadd {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
}

.photoadd2 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .photoadd2 {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.photoadd2-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .photoadd2-left {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

@media (max-width: 767px) {
  .w100sp {
    width: 100%;
  }
  .w90sp {
    width: 90%;
    display: block;
  }
  .w80sp {
    width: 80%;
  }
  .w70sp {
    width: 70%;
  }
  .w60sp {
    width: 60%;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
}
.w90 {
  width: 90%;
}

.float-img {
  float: left;
  margin: 0 15px 15px 0;
}

.float-img-r {
  float: right;
  margin: 0 0px 5px 10px;
}

.float-width {
  width: 250px;
}
@media (max-width: 767px) {
  .float-width {
    width: 230px;
  }
}

.center-block {
  display: block;
  margin: 0 auto;
}

.mb15 {
  margin-bottom: 1.5rem;
}

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

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.margintop-150 {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .margintop-150 {
    margin-top: 0;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 3rem;
}

.mt50 {
  margin-top: 5rem;
}

.mr10 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mr10 {
    margin-right: 0;
  }
}

.txt-box {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .txt-box {
    padding: 0 0px;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 767px) {
  .pc {
    display: block !important;
  }
}

/* ---- animation ---- */ /* ---- animation ---- */
/* ---- animation ---- */ /* ---- animation ---- */
.delighter.splash {
  transition: all 2s ease-out;
}

.delighter.splash.ended {
  background: #fff;
}

.delighter.right {
  transform: translate(-60%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(60%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter.fadeIn {
  transition: all 1s ease;
  opacity: 0;
}

.delighter.fadeIn.started {
  opacity: 1;
}

.delighter.slideUp {
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideUp.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.slideR {
  transform: translate3d(20px, 0px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideR.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.slideL {
  transform: translate3d(-20px, 0px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideL.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.maskToRight {
  position: relative;
  transform: translateZ(0);
  overflow: hidden;
}

.delighter.maskToRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
  transition: all 0.8s linear;
  z-index: 2;
}

.delighter.maskToRight.started::before {
  transform: translate3d(100%, 0, 0);
}

.delay_03 {
  transition: all 1s ease 0.3s;
}

.delay_06 {
  transition: all 1s ease 0.6s;
}

.delay_09 {
  transition: all 1s ease 0.9s;
}

.delay_12 {
  transition: all 1s ease 1.2s;
}

.delay_15 {
  transition: all 1s ease 1.5s;
}

/* ---- animation ---- */ /* ---- animation ---- */
/* ---- animation ---- */ /* ---- animation ---- */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 3s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  background: #fff;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  background-color: #F3F4F6;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
  }
}

.h3 {
  border-bottom: 4px double #5b5b5b;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .h3 {
    margin-bottom: 30px;
  }
}
.h3-emphasis {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .h3-emphasis {
    margin-top: 50px;
  }
}

.h3-top {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .h3-top {
    margin-top: 50px;
  }
}

.header {
  background: #fff;
  box-shadow: 0 5px 5px #333;
  padding: 10px 10px;
  border-bottom: 2px solid #eae4d2;
}
.header-img {
  max-width: 500px;
  width: 100%;
}

.topr {
  position: fixed;
  display: flex;
  align-items: center;
  gap: 0.46875rem;
  right: 20px;
  z-index: 10;
}
@media (min-width: 767px) {
  .topr {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .topr {
    bottom: 20px;
  }
}
.topr-btn {
  display: block;
  border-radius: 100vh;
  color: #1385AB;
  background-color: #fff;
  border: solid 1px #1385AB;
  transition: 0.3s;
  font-weight: 500;
}
.topr-btn:hover {
  opacity: 0.7;
}
.topr-btn02 {
  border: none;
  background-color: #1385AB;
  color: #fff;
}
.topr-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  gap: 0.5em;
  padding: 0.4em 1em 0.5em;
}
.topr-icon {
  width: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.16em;
}

.kv {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kv {
    padding-top: 30px;
  }
}
.kv-title {
  width: 20%;
  padding: 3% 1% 3% 5%;
}
@media (max-width: 767px) {
  .kv-title {
    width: 32%;
  }
}
@media (max-width: 1300px) {
  .kv-title {
    padding: 3% 1% 3% 4%;
  }
}
.kv-img {
  width: 75%;
}
@media (max-width: 767px) {
  .kv-img {
    margin-top: 50px;
    width: 65%;
  }
}
.kv-imgslide {
  width: 75%;
  height: 101vh;
  border-radius: 0 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .kv-imgslide {
    margin-top: 50px;
    width: 65%;
  }
}
@media (max-width: 1300px) {
  .kv-imgslide {
    height: 700px;
  }
}
@media (max-width: 1100px) {
  .kv-imgslide {
    height: 600px;
  }
}
.kv-imgslide01 {
  position: absolute;
  border-radius: 0 0 0 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 25s infinite;
}
.kv .src1 {
  background-image: url(../img/slide/1_2.png);
}
.kv .src2 {
  background-image: url(../img/slide/2_1.png);
}
.kv .src3 {
  background-image: url(../img/slide/1_2.png);
}
.kv .src4 {
  background-image: url(../img/slide/2_1.png);
}
.kv .src5 {
  background-image: url(../img/slide/1_2.png);
}
.kv-imgslide01:nth-of-type(1) {
  animation-delay: 0s;
}
.kv-imgslide01:nth-of-type(2) {
  animation-delay: 5s;
}
.kv-imgslide01:nth-of-type(3) {
  animation-delay: 10s;
}
.kv-imgslide01:nth-of-type(4) {
  animation-delay: 15s;
}
.kv-imgslide01:nth-of-type(5) {
  animation-delay: 20s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.kv-menu {
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 200px;
  right: 0px;
  z-index: 3;
}
@media (min-width: 1300px) {
  .kv-menu {
    top: 300px;
  }
}
.kv-menu .ul4 {
  position: relative;
}
.kv-menu .ul4::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  top: 15px;
  left: 6px;
  z-index: 3;
  display: block;
  margin: auto;
  background-color: #1385AB;
}
.kv-menu .ul4 li {
  font-size: 1.6rem;
  color: #1385AB;
  font-weight: 500;
}
.kv-menu .ul4 li a {
  color: #1385AB;
}
.kv-menu .ul4 li:before {
  font-size: 1em;
  font-family: FontAwesome;
  content: "\f111";
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #1385AB;
  margin-top: -11px;
}
.kv-logo {
  padding: 9px 10px;
  border-bottom: 1px solid #1385AB;
}

.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

.intro {
  padding: 70px 0 50px;
  background: url(../img/bg-intro.png) top center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 40px;
  }
}
.intro h3 {
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .intro h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.intro h3 span {
  color: #1385AB;
}
.intro p {
  text-align: center;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .intro p {
    font-size: 1.6rem;
  }
}

.intro02-flex {
  align-items: center;
  margin-bottom: 50px;
}
.intro02-limg {
  width: 33%;
}
@media (max-width: 767px) {
  .intro02-limg {
    width: 100%;
    max-width: 230px;
  }
}
.intro02-box {
  width: 67%;
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .intro02-box {
    width: 100%;
  }
}
.intro02-box h3 {
  border-left: 3px solid #1385AB;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  font-size: 2rem;
}
.intro02-box p {
  font-size: 1.4rem;
}

.bann {
  background: #e5f0f6;
  box-shadow: 0 0 10px rgba(21, 22, 26, 0.1294117647);
  border-radius: 10px;
}
.bann-l {
  width: 70%;
  padding: 30px;
}
@media (max-width: 767px) {
  .bann-l {
    width: 100%;
  }
}
.bann-r {
  width: 30%;
  height: 100%;
}
@media (max-width: 767px) {
  .bann-r {
    width: 100%;
  }
}
.bann button {
  border: 2px solid #1385AB;
  padding: 12px;
  color: #1385AB;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  width: 250px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  transition: all 0.3s 0s ease;
}
.bann button:hover {
  background: #1385AB;
  color: #fff;
}
.bann-exp {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 1.7rem;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .bann-exp {
    font-size: 1.5rem;
  }
}
.bann-rinen {
  font-size: 1.6rem;
  margin-bottom: 0px;
  text-align: center;
}
.bann h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1385AB;
}
@media (max-width: 767px) {
  .bann h3 {
    font-size: 3rem;
  }
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6901960784);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.popup h4 {
  background: #1385AB;
  padding: 10px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .popup h4 {
    font-size: 1.6rem;
  }
}
.popup h5 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0px;
  color: #1385AB;
  font-weight: 600;
}
@media (max-width: 767px) {
  .popup h5 {
    font-size: 2.6rem;
  }
}
.popup-box {
  padding: 30px;
  background: #e4edf2;
}
@media (max-width: 767px) {
  .popup-box {
    padding: 15px;
  }
}
.popup .ul4 {
  padding-left: 25px;
}
.popup .ul4 li {
  list-style: disc;
  padding-left: 0;
  color: #1385AB;
  padding: 3px 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.popup .ul4 li span {
  color: #333;
}
.popup .ul4 li::before {
  content: "";
}
.popup .ul4c li {
  list-style: decimal;
}
.popup-head {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .popup-head {
    font-size: 1.6rem;
  }
}
.popup button {
  border: 2px solid #1385AB;
  padding: 12px;
  color: #1385AB;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  width: 200px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  transition: all 0.3s 0s ease;
}
.popup button:hover {
  background: #1385AB;
  color: #fff;
}

.popupcontent {
  background: #fff;
  padding: 30px;
  max-width: 800px;
  height: 90%;
  overflow: scroll;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .popupcontent {
    padding: 20px;
    height: 85%;
  }
}

.popupshow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inn {
  padding: 80px 10px 30px;
}
@media (max-width: 767px) {
  .inn {
    padding-bottom: 1px;
  }
}
.inn h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inn h2 {
    margin-bottom: 30px;
  }
}
.inn-intro {
  max-width: 1000px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .inn-intro {
    margin-bottom: 50px;
  }
}
.inn-intro img {
  width: 45%;
}
@media (max-width: 767px) {
  .inn-intro img {
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 0 auto 30px;
  }
}
.inn-intro-box {
  width: 50%;
}
@media (max-width: 767px) {
  .inn-intro-box {
    width: 100%;
  }
}
.inn-intro-box .title-intro {
  font-size: 4rem;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .inn-intro-box .title-intro {
    font-size: 3rem;
  }
}
.inn-intro-box p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .inn-intro-box p {
    font-size: 1.5rem;
  }
}
.inn-cont {
  margin-bottom: 60px;
}
.inn-item {
  max-width: 800px;
  margin: 0 auto 50px;
  position: relative;
}
.inn-head {
  width: 16%;
}
@media (max-width: 767px) {
  .inn-head {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .inn-head1 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .inn-head2 {
    width: 250px;
  }
}
.inn-img {
  width: 80%;
  position: relative;
}
@media (max-width: 767px) {
  .inn-img {
    width: 100%;
  }
}
.inn-img img {
  z-index: 2;
  position: relative;
}
.inn-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60px;
  right: 0px;
  bottom: 0;
  left: 60px;
  z-index: 0;
  display: block;
  margin: auto;
  background-color: #D8E1E6;
}
.inn .flex-re .inn-img::after {
  top: 60px;
  right: 0px;
  bottom: 0;
  left: -60px;
}
.inn-detail {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.inn-detail h4 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .inn-detail h4 {
    font-size: 2.2rem;
  }
}
.inn-detailbox {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .inn-detailbox {
    padding: 20px;
  }
}
.inn-detailbox h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inn-detailbox h5 {
    font-size: 1.7rem;
    text-align: center;
  }
}
.inn-detailbox p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .inn-detailbox p {
    font-size: 1.3rem;
  }
}
.inn-model {
  background: #fff;
}
.inn-model h5 {
  background-color: #1385AB;
  text-align: center;
  padding: 15px;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .inn-model h5 {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.inn-model img {
  padding: 10px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .inn-model img {
    padding: 0;
  }
}
.inn-detailboxall {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.inn-detailboxall:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.inn-detailboxr {
  width: 130px;
}
@media (max-width: 767px) {
  .inn-detailboxr {
    display: block;
    margin: 0 auto 20px;
  }
}
.inn-detailboxl {
  width: calc(100% - 130px);
  padding-left: 30px;
}
@media (max-width: 767px) {
  .inn-detailboxl {
    width: 100%;
    padding-left: 0;
  }
}
.inn .sns {
  border: 3px solid #1385AB;
  padding: 30px;
  border-radius: 30px;
  max-width: 700px;
  display: block;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .inn .sns {
    padding: 20px 15px;
  }
}
.inn .sns-item {
  width: 30%;
}
.inn .sns-wrap {
  max-width: 600px;
  margin: 0px auto 0;
}
.inn .sns h3 {
  line-height: 1.5;
  border-bottom: 3px solid #1385AB;
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .inn .sns h3 {
    font-size: 1.8rem;
  }
}
.inn .sns img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto 10px;
  display: block;
}
@media (max-width: 767px) {
  .inn .sns img {
    max-width: 50px;
  }
}
.inn .sns p {
  text-align: center;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .inn .sns p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.interview {
  background: #E5EDF2;
  padding: 80px 0px 80px;
}
@media (max-width: 767px) {
  .interview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .interview .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .interview-pad {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.interview-item {
  width: 48%;
  background: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .interview-item {
    width: 100%;
  }
}
.interview-txt {
  padding: 10px 20px 20px;
}
@media (max-width: 767px) {
  .interview-txt {
    padding: 10px 12px 20px;
  }
}
@media (max-width: 767px) {
  .interview-txt p {
    font-size: 1.4rem;
  }
}
.interview .cp_box {
  border: none;
}
.interview .cp_box label {
  height: 100px;
}
.interview .cp_box label::after {
  z-index: 2;
  bottom: 12px;
  width: 13em;
  content: "続きをよむ";
  color: #1385AB;
  border: 1px solid #1385AB;
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  transition: all 0.3s 0s ease;
}
.interview .cp_box label::before {
  background: #1385AB;
  bottom: 27px;
  transition: all 0.3s 0s ease;
}
.interview .cp_box label:hover::after {
  background: #1385AB;
  color: #fff;
}
.interview .cp_box label:hover::before {
  background: white;
}
.interview .cp_container {
  height: 130px;
}
.interview .cp_box input:checked ~ .cp_container {
  padding-bottom: 50px;
}
.interview-name {
  position: relative;
  padding-left: 70px;
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.interview-name span {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  background: #1385AB;
  font-size: 1.3rem;
}
.interview-like {
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .interview-like {
    padding: 20px;
  }
}
.interview-like-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .interview-like-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.interview-like-title span {
  color: #1385AB;
}
.interview-like-img {
  width: 100%;
  max-width: 250px;
  float: left;
  margin-right: 30px;
}
.interview-like h4 {
  border: 1px solid #1385AB;
  border-left: 4px solid #1385AB;
  padding: 5px 5px 5px 10px;
  font-size: 1.8rem;
  color: #1385AB;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .interview-like h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .interview-like p {
    margin-bottom: 0;
  }
}
.interview-like-box {
  padding: 15px 20px;
  background: rgba(19, 133, 171, 0.1);
}
@media (max-width: 767px) {
  .interview-like-box {
    padding: 15px 15px;
  }
}
.interview-like-box li {
  font-size: 1.4rem;
  font-weight: 400;
}

.pt02-img02 {
  width: 90%;
}
@media (max-width: 767px) {
  .pt02-img02 {
    width: 100%;
  }
}

.numb {
  background-color: #ffffff;
  background-image: url(../img/magicpattern-grid-pattern-1749719862257.png);
  background-size: 550px;
  padding: 80px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .numb {
    padding: 40px 0px;
  }
}
.numb-head {
  max-width: 550px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .numb-head {
    max-width: 350px;
    margin-bottom: 0;
  }
}
.numb-wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .numb-item {
    width: 30%;
    margin-bottom: 0px;
    padding: 25px;
  }
}
.numb-item img {
  width: 100%;
}
.numb-flex {
  justify-content: center;
}
.numb-bg {
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  z-index: 0;
}
.numb-zyunbi {
  padding: 50px;
  border: 5px dashed #1385AB;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .numb-zyunbi {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    padding-top: 30px;
    margin-top: 70px;
  }
}
.numb-zyunbi img {
  float: right;
  width: 100%;
  max-width: 350px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .numb-zyunbi img {
    margin: 0 auto 30px;
    max-width: 250px;
    float: none;
    display: block;
  }
}
.numb-zyunbi h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .numb-zyunbi h3 {
    font-size: 2rem;
  }
}
.numb-zyunbi p {
  font-size: 1.4rem;
}
.numb-work {
  padding: 20px;
  border-left: 3px solid #1385AB;
  background: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .numb-work {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.numb-work h4 {
  font-size: 1.7rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #1385AB;
}
@media (max-width: 767px) {
  .numb-work h4 {
    font-size: 1.5rem;
  }
}
.numb-work h4::before {
  content: "●";
  position: absolute;
  font-size: 1.4rem;
  left: 1px;
  top: 3px;
  color: #1385AB;
}
.numb-work p {
  font-size: 1.4rem;
}
.numb-thxhead {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .numb-thxhead {
    font-size: 2.2rem;
  }
}
.numb-thxbox {
  padding: 20px;
  max-width: 500px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.place {
  background: #fff;
  padding: 80px 20px;
}
.place-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.place {
  text-align: center;
}
.place-slide {
  background: #ff9100;
  max-width: 720px;
  margin: 0 auto;
  padding: 25px 40px 10px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .place-slide {
    padding: 20px 20px 20px;
  }
}
.place-map {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.place-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.place h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .place h4 {
    font-size: 2rem;
  }
}

.detail {
  background: #fff;
  padding: 60px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .detail {
    padding: 40px 15px 20px;
  }
}
.detail-heading {
  font-size: 2rem;
  border-left: 4px solid #1385AB;
  padding: 5px 0px 5px 15px;
  margin-bottom: 30px;
}
.detail-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.detail-head {
  max-width: 600px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .detail-head {
    width: 80%;
  }
}
.detail-item {
  width: 49%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .detail-item {
    width: 100%;
  }
}
.detail-title {
  background: #1385AB;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .detail-title {
    font-size: 1.6rem;
  }
}
.detail-step {
  max-width: 900px;
  width: 100%;
}
@media (max-width: 767px) {
  .detail-step {
    max-width: 370px;
  }
}
.detail th,
.detail td {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .detail th,
  .detail td {
    font-size: 1.4rem;
  }
}
.detail th {
  width: 23%;
  background: #f2f2f2;
  border: solid 1px #fff;
  padding: 10px 15px;
  font-weight: 500;
  text-align: left;
}
.detail td {
  border-bottom: solid 1px #eee;
  padding: 10px 15px;
}
.detail label::after {
  transition: all 0.3s 0s ease;
  border: 1px solid #1b2538;
}
.detail label::before {
  transition: all 0.3s 0s ease;
}
.detail label:hover::after {
  background: white;
  color: #1b2538;
}
.detail label:hover::before {
  background: #1b2538;
}

.explain {
  background: #ff9100;
  padding: 70px 15px;
  position: relative;
}

.entry-heading {
  background: url(../img/entry-bg.webp) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 10px 20px;
}
@media (max-width: 767px) {
  .entry-heading {
    background-attachment: scroll;
  }
}

.entry {
  background: #ffffff;
  padding: 70px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .entry {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.entry-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.entry h3 {
  background: #1385AB;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry h3 {
    font-size: 1.7rem;
    padding: 15px;
  }
}
.entry-phone {
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .entry-phone {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .entry form#mail_form {
    margin-top: 30px;
  }
}

.show_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
}

.show_button:after {
  content: "ー" !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 38px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #b4ada9;
}

.show_button.closebutton:after {
  content: "＋" !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 38px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #b4ada9;
}

.ggmap {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.bgred {
  background-color: #fcf8fb;
  margin: 0px 0;
  padding: 50px 40px 40px;
}
@media (max-width: 767px) {
  .bgred {
    padding: 50px 15px 40px;
  }
}

.l-noise_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.l-noise_bg.is-black {
  background-color: #000;
  background-image: url("../img/noise_bg_b.jpg");
}

.l-noise_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
}

input[type=submit] {
  -webkit-appearance: none;
}

.subhead {
  margin-top: 80px;
  margin-bottom: 50px;
}

.subhead-top {
  margin-top: 40px !important;
}

.table {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}
.table dl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .table dl {
    font-size: 1.5rem;
  }
}
.table dt {
  float: left;
  clear: left;
  width: 160px;
}
@media (max-width: 767px) {
  .table dt {
    width: 150px;
  }
}
.table dd {
  margin-left: 160px;
}
@media (max-width: 767px) {
  .table dd {
    margin-left: 150px;
  }
}

table.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  table.tbl {
    border-bottom: 1px solid #d2d2d2;
  }
}
table.tbl th {
  width: 215px;
  font-weight: bold;
  font-size: 17px;
  color: #000000;
  background: #F2F2F2;
  border: 1px solid #d2d2d2;
  vertical-align: top;
  padding: 17px 24px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  table.tbl th {
    display: block;
    width: 100%;
    font-size: 15px;
    vertical-align: top;
    padding: 10px 15px;
    border-bottom: none;
  }
}
table.tbl td {
  line-height: normal;
  font-size: 17px;
  color: #000000;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 17px 24px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  table.tbl td {
    display: block;
    font-size: 15px;
    padding: 18px 15px;
    border-bottom: none;
  }
}

.outlineCont {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .outlineCont {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.outlineCont .inner {
  display: table;
  width: 100%;
}
.outlineCont .yobi {
  font-size: 85%;
}

.outlineCont-last {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.outlineCont .item {
  display: table-cell;
  width: 16.66%;
  padding-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #1385AB;
  vertical-align: top;
}
@media (max-width: 767px) {
  .outlineCont .item {
    display: table-caption;
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}
.outlineCont .item span.number {
  font-size: 140%;
  margin-right: 3px;
}

.outlineCont .txtArea {
  display: table-cell;
  width: 83.34%;
  vertical-align: top;
}

.btn-entry {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0.3em 1em 0.6em;
  text-decoration: none;
  border-radius: 55px;
  color: #fff;
  background: #1385AB;
  box-shadow: 0 0 5px rgba(72, 63, 63, 0.0784313725);
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 500px;
  position: relative;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .btn-entry {
    width: 95%;
    padding: 0.7em 1em 1.1em;
    font-size: 5vw;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.btn-entry span {
  font-size: 80%;
}
@media (max-width: 767px) {
  .btn-entry span {
    font-size: 90%;
  }
}
.btn-entry:hover {
  opacity: 0.8;
  letter-spacing: 2px;
}
.btn-entry:before {
  position: absolute;
  content: "\f054";
  /* アイコンのunicode */
  color: #fff;
  font-size: 2rem;
  font-family: FontAwesome;
  right: 5%;
  top: 38%;
}
@media (max-width: 767px) {
  .btn-entry:before {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=style.css.map */