@charset "UTF-8";
.g-gradation {
  background: #3daa32;
  background: -webkit-gradient(linear, left top, right top, from(#3daa32), to(#b4ca24));
  background: linear-gradient(to right, #3daa32 0%, #b4ca24 100%);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "dnp-shuei-mgothic-std", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  font-weight: 400;
  letter-spacing: .1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

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

p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
}

p:last-child {
  margin-bottom: 0;
}

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

.subhead-border {
  padding: .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 {
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

.big {
  font-size: 120%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big {
    font-size: 115%;
  }
}

.big2 {
  font-size: 150%;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big2 {
    font-size: 130%;
  }
}

.big3 {
  font-size: 180%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big3 {
    font-size: 170%;
  }
}

.big4 {
  font-size: 250%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big4 {
    font-size: 200%;
  }
}

.big5 {
  font-size: 400%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big5 {
    font-size: 400%;
  }
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 70%;
}

.small85 {
  font-size: 85%;
}

.under {
  text-decoration: underline;
}

.red {
  color: #241e20;
}

.black {
  color: #424242;
}

.gr {
  color: #7DB82D;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker-gradient {
  background: #99d9ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#99d9ff), to(#a3ece0));
  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 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

.ma {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff631));
  background: linear-gradient(transparent 60%, #fff631 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;
  }
}

@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 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          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");
}

.ul3 li {
  list-style: none;
}

.ul3 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul3 li:before {
  font-size: 1.1em;
  font-family: FontAwesome;
  content: '\f140';
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #333;
}

.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) {
  .ul3 li:before {
    font-size: 1.3em;
    margin-right: 5px;
  }
  .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;
}

.ul3 li {
  padding-left: 35px;
}

.ul3 li:before {
  margin-top: -15px;
}

@media (max-width: 768px) {
  .ul3 li {
    padding-left: 35px;
  }
  .ul3 li:before {
    margin-top: -16px;
  }
}

.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;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #000b56;
}

@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}

.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;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 480px) {
  .qaBox .qaBox-inner h3 span.text {
    font-size: 16px;
  }
}

.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::-webkit-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input:-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::-ms-input-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;
  -webkit-transition: 0.3s ease-in-out;
  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: .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;
  -webkit-font-feature-settings: "palt";
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 40;
}

/*▲▲ ここまで追加する ▲▲*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000;
  z-index: 20;
  border-radius: 100px;
}

@media (max-width: 767px) {
  #page_top {
    opacity: 0;
  }
}

/* Font Awesome */
#page_top::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  width: 30px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #4db1e5;
  color: #333;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 60px;
  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%;
}

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

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 5% 0;
  letter-spacing: 5px;
}

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

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #4db1e5;
  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;
  -webkit-transition: .35s ease-in-out;
  transition: .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;
  -webkit-transform: rotate(-45deg);
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

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

.container {
  max-width: 1050px;
  display: block;
  margin: 0 auto;
  padding: 90px 20px 90px;
}

@media (max-width: 767px) {
  .container {
    padding: 70px 20px;
  }
}

.c900 {
  max-width: 900px;
}

.container0 {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.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%;
  z-index: 100;
}

@media (max-width: 767px) {
  .container-full::before {
    left: 37%;
  }
}

.l-header {
  min-width: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 0 0 0px;
  background-color: #fff;
  display: block;
}

@media (max-width: 767px) {
  .l-header {
    background-color: transparent;
  }
}

.l-header-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-height: 80px;
  padding: 0;
}

@media (max-width: 767px) {
  .l-header-inner {
    height: 50px;
  }
}

.l-header-logo {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 10px 0 0;
  margin-left: 40px;
}

@media (max-width: 1024px) {
  .l-header-logo {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .l-header-logo {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-header-nav {
  display: block;
}

@media (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.nav-menu {
  display: block;
}

.nav-menu-header {
  height: 100%;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.nav-menu-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -12px;
}

.nav-menu-item {
  font-weight: 700;
  position: relative;
  display: block;
  height: 100%;
  margin: 0 17px;
}

@media (max-width: 1024px) {
  .nav-menu-item {
    margin: 0 10px;
  }
}

.nav-menu-item-black {
  padding: 0;
  background: #F77700;
  margin: 0 0 0 18px;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}

@media (max-width: 1024px) {
  .nav-menu-item-black {
    margin-left: 10px;
  }
}

.nav-menu-item-black .nav-menu-item-inner {
  padding-right: 51px;
  padding-left: 37px;
  color: #fff;
}

@media (max-width: 1024px) {
  .nav-menu-item-black .nav-menu-item-inner {
    padding-right: 31px;
    padding-left: 19px;
  }
}

.nav-menu-item-black:hover {
  opacity: 0.9;
}

.nav-menu-item-inner {
  font-size: 1.6rem;
  position: relative;
  display: block;
  padding: 32px 0 32px;
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #333;
}

@media (max-width: 1024px) {
  .nav-menu-item-inner {
    font-size: 1.3rem;
  }
}

.nav-menu-item-inner:hover {
  opacity: .7;
}

.nav-menu-item-home {
  display: block;
}

@media (max-width: 1024px) {
  .nav-menu-item-home {
    display: none;
  }
}

.logo-header {
  width: 158px;
  height: 36px;
}

@media (max-width: 1024px) {
  .logo-header {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .logo-header {
    width: 130px;
  }
}

.logo-inner {
  display: block;
  opacity: 1;
  -webkit-transition: 0.25s cubic-bezier(0.25, 0.635, 0.53, 0.905);
  transition: 0.25s cubic-bezier(0.25, 0.635, 0.53, 0.905);
}

.logo-inner:hover {
  opacity: .7;
}

.logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .logo img {
    margin-top: 2px;
  }
}

.footer {
  padding: 70px 20px 50px;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 20px;
    min-width: auto;
  }
}

.footer .container {
  padding: 0;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-left {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer img {
  margin-bottom: 20px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .footer img {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
  }
}

.footer-copy {
  font-weight: 400 !important;
  font-size: 13px !important;
  margin: 0 auto;
  line-height: 1.6;
  opacity: .8;
}

.footer-menuwidth {
  width: 48%;
}

@media (max-width: 767px) {
  .footer-menuwidth {
    width: 100%;
  }
}

.footer-menu {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .footer-menu {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}

.footer-menu li {
  opacity: 1;
  margin-bottom: 30px;
  padding: 0px 10px;
  width: 56%;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .footer-menu li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 1%;
    line-height: 1.5;
    text-align: center;
  }
}

.footer-menu li:nth-child(even) {
  width: 43%;
}

@media (max-width: 767px) {
  .footer-menu li:nth-child(even) {
    width: 100%;
  }
}

.footer-menu li:hover {
  opacity: .9;
}

.footer-menu li a {
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer-menu li a:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .footer-menu li a {
    font-size: 1.5rem;
  }
}

.footer-contact {
  width: 22%;
}

@media (max-width: 767px) {
  .footer-contact {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .footer-contact {
    margin-top: -55px;
  }
}

.footer-btn {
  width: 100%;
  background: #7DB82D;
  padding: 15px 10px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer-btn:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .footer-btn {
    width: 90%;
  }
}

.footer-btn02 {
  background: #fff;
  color: #222;
  border: 1px solid #222;
}

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

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  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;
}

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

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

@media (max-width: 767px) {
  .row-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.photoadd {
  float: right;
  z-index: 10;
  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;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
}

.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;
}

.mb70 {
  margin-bottom: 7rem;
}

.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 {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delay_15 {
  -webkit-transition: all 1s ease 1.5s;
  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;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
          animation-name: fuwafuwa;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@media (max-width: 767px) {
  .fuwafuwa {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes zoomBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

body {
  background: #fff;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.bodyfade {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main {
  background-color: #F6F6F6;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
  }
}

.h1 {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 2.4rem;
  }
}

.h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-family: "dnp-shuei-mgothic-std", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .h2 {
    font-size: 2.4rem;
  }
}

.heading {
  margin: 0 auto;
  text-align: center;
  font-family: "dnp-shuei-mgothic-std", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
}

.heading span {
  color: #D4D4D4;
  font-size: 4rem;
  margin-bottom: 10px;
}

.heading .h2 {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.3em;
  -webkit-text-decoration-color: #3E9CE7;
          text-decoration-color: #3E9CE7;
}

.dotbg {
  background: url(../img/background-dot.jpg);
}

.kv {
  margin-top: 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ccf2fc;
  background-image: url(../img/worn-dots.png);
}

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

.kv-wrap {
  padding: 50px 20px 40px;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .kv-wrap {
    min-width: 200px;
    max-width: none;
    padding: 70px 15px;
  }
}

.kv-center {
  max-width: 700px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .kv-center {
    padding: 35px 33px 45px;
  }
}

.kv-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #A8DC58;
  top: -10px;
  left: -10px;
  z-index: 1;
}

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

.kv-title {
  position: absolute;
  z-index: 10;
  width: 530px;
  top: 17%;
  left: 1%;
}

@media (max-width: 767px) {
  .kv-title {
    top: 11%;
    width: 80%;
    left: 3%;
    margin: auto;
  }
}

.kv-title01 {
  max-width: 620px;
  width: 54%;
}

.kv-img01 {
  position: absolute;
  top: 0;
  right: 50px;
  height: 100%;
}

.btnfield {
  background: #fff;
}

.btnfield-wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 15px 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .btnfield-wrap {
    padding-top: 30px;
  }
}

.btnfield-leaf {
  max-width: 500px;
  width: 100%;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .btnfield-leaf {
    margin-bottom: 15px;
  }
}

.btnfield-btn {
  max-width: 410px;
  width: 100%;
}

.btnbg {
  padding-top: 10px;
  background: #FFF7F0;
  background: #FFF7F0;
  border-top: 2px solid #FF7B22;
  border-bottom: 2px solid #FF7B22;
}

.sec02 {
  background: #3E9CE7;
  border-radius: 30px;
  position: relative;
}

.sec02 .h2 {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec02 .h2 {
    margin-bottom: 20px;
  }
}

.sec02 .container {
  padding: 70px 20px 70px;
}

@media (max-width: 767px) {
  .sec02 .container {
    padding: 55px 15px;
  }
}

.sec02::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 11px;
  /*画像の幅*/
  height: 72px;
  /*画像の高さ*/
  background-image: url(../img/fourdots.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -37px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.sec02::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 11px;
  /*画像の幅*/
  height: 72px;
  /*画像の高さ*/
  background-image: url(../img/fourdots.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.caution {
  background: #ffffff33;
  padding: 20px 20px 30px;
  max-width: 750px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .caution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

.caution-icon {
  width: 68px;
}

@media (max-width: 767px) {
  .caution-icon {
    width: 50px;
    margin: 0 auto 10px;
  }
}

.caution-head {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-left: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .caution-head {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
  }
}

.uline {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

.sol-txt01 {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0em;
  font-weight: 600;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .sol-txt01 {
    font-size: 2rem;
  }
}

.sol-box {
  max-width: 740px;
  padding-left: 80px;
  margin: 0 auto;
  position: relative;
}

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

.sol-ul {
  background: #DBEFFF;
  padding: 30px 20px 30px 45px;
  border: 3px dotted #3E9CE7;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .sol-ul {
    padding: 20px;
    font-size: 1.8rem;
  }
}

.sol-ul span {
  color: #3E9CE7;
}

.sol-ul li {
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sol-man {
  width: 155px;
  position: absolute;
  left: -30px;
  top: -50px;
}

.reason .container {
  max-width: 1000px;
}

.reason-item {
  position: relative;
  margin-bottom: 60px;
  padding-top: 20px;
}

.reason-iteml {
  padding-left: 370px;
  padding-top: 0px;
}

@media (max-width: 767px) {
  .reason-iteml {
    padding-left: 0;
  }
}

.reason .flexbox {
  position: relative;
}

.reason h3 {
  font-size: 3rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  font-weight: 600;
  -webkit-text-decoration-color: #3E9CE7;
          text-decoration-color: #3E9CE7;
}

@media (max-width: 767px) {
  .reason h3 {
    font-size: 2.4rem;
  }
}

.reason h3 .blue {
  color: #3E9CE7;
}

.reason p {
  font-size: 1.7rem;
  line-height: 1.5;
  max-width: 600px;
}

@media (max-width: 767px) {
  .reason p {
    font-size: 1.5rem;
  }
}

.reason-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 315px;
  width: 100%;
}

@media (max-width: 767px) {
  .reason-img {
    max-width: 280px;
    position: relative;
    margin: 0 auto;
    display: block;
  }
}

.reason-imgl {
  left: 0;
}

.reason-closs {
  position: absolute;
  width: 86px;
  right: 0;
  left: 0;
  top: 130px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reason-closs {
    display: none;
  }
}

.reason-team {
  margin-top: 100px;
  max-width: 930px;
  padding: 40px;
  background: #DBEFFF;
}

@media (max-width: 767px) {
  .reason-team {
    padding: 20px;
  }
}

.reason-team .flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason-team h3 {
  font-size: 2.8rem;
  background: #3E9CE7;
  color: #fff;
  padding: 10px 15px;
  border-radius: 40px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .reason-team h3 {
    font-size: 2.2rem;
    border-radius: 10px;
  }
}

.reason-team-item {
  width: 46%;
}

@media (max-width: 767px) {
  .reason-team-item {
    width: 100%;
  }
}

.reason-team-item h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.reason-team-item img {
  margin: 0 auto 20px;
  width: 200px;
  display: block;
}

.reason-team-item h5 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.reason-team-item p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.swiper {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .comparison {
    margin: 30px -20px 30px 0;
    overflow-x: scroll;
  }
}

.comparison-wrap {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .comparison-wrap {
    width: 790px;
  }
}

.comparison img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.service-item {
  max-width: 900px;
  margin: 0 auto 30px;
  border: 3px solid #3E9CE7;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  position: relative;
}

.service-item::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 20px;
  /*画像の幅*/
  height: 35px;
  /*画像の高さ*/
  background-image: url(../img/service-arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item:last-child::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 20px;
  /*画像の幅*/
  height: 35px;
  /*画像の高さ*/
  background-image: none;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.service-img01 {
  width: 160px;
}

.service-img02 {
  width: 160px;
  border-radius: 10px;
  display: block;
  margin: 0 auto 15px;
}

.service-right {
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .service-right {
    width: 100%;
  }
}

.service h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #3E9CE7;
  -webkit-text-decoration-color: #3E9CE7;
          text-decoration-color: #3E9CE7;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .service h3 {
    margin-top: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
}

.service .ribbon {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .service .ribbon {
    font-size: 1.6rem;
  }
}

.service .ribbon {
  --f: .5em;
  /* control the folded part*/
  --r: .8em;
  /* control the ribbon shape */
  position: absolute;
  top: 5px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #3E9CE7;
  border-top: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  -webkit-clip-path: polygon(0 100%, 0 var(--f), var(--f) 0, var(--f) var(--f), 100% var(--f), calc(100% - var(--r)) calc(50% + var(--f)/2), 100% 100%);
          clip-path: polygon(0 100%, 0 var(--f), var(--f) 0, var(--f) var(--f), 100% var(--f), calc(100% - var(--r)) calc(50% + var(--f)/2), 100% 100%);
}

@media (max-width: 767px) {
  .service .ribbon {
    top: 5px;
  }
}

.s-prob {
  position: relative;
}

.s-prob::after {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 86px;
  /*画像の幅*/
  height: 86px;
  /*画像の高さ*/
  background-image: url(../img/sec-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.s-supp {
  position: relative;
}

.supp-item {
  width: 50%;
  background: #fff;
  padding: 0 36px 45px;
}

@media (max-width: 767px) {
  .supp-item {
    margin-bottom: 0;
    width: 100%;
    padding: 0 25px 38px;
  }
}

.supp-l {
  position: relative;
}

@media (min-width: 767px) {
  .supp-l::after {
    content: "";
    background: #7DB82D;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
  }
}

.supp-title {
  background: #7DB82D;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 30px;
  width: calc(100% + 72px);
  margin-left: -36px;
}

@media (max-width: 767px) {
  .supp-title {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.supp-title img {
  height: 26px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .supp-title img {
    width: 95%;
    height: auto;
  }
}

.supp h4 {
  color: #7DB82D;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.supp h4 span {
  text-decoration: underline;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .supp h4 span {
    font-size: 2.2rem;
  }
}

.supp p {
  text-align: center;
  font-size: 1.7rem;
}

@media (min-width: 767px) {
  .supp p {
    max-width: 400px;
    display: block;
    margin: 0 auto 30px;
  }
}

.supp-btn {
  background: #7DB82D;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
  .supp-btn {
    padding: 20px 0;
    width: 100%;
  }
}

.supp-btn:before {
  position: absolute;
  content: '\f054';
  /* アイコンのunicode */
  color: #fff;
  font-size: 1.5rem;
  font-family: FontAwesome;
  right: 5%;
  top: 50%;
  margin-top: -5px;
}

.supp-btn:hover {
  opacity: .75;
}

.supp-r .supp-title {
  background: #629123;
}

.supp-r h4 {
  color: #629123;
}

.supp-r .supp-btn {
  background: #629123;
}

.prob-h3 {
  font-size: 2.2rem;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #3E9CE7;
  font-weight: 700;
}

.prob {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .prob {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prob:last-child {
  margin-bottom: 0;
}

.prob-box {
  max-width: 800px;
  margin: 0 auto 80px;
  border: 2px solid #3E9CE7;
  background: #fff;
}

@media (max-width: 767px) {
  .prob-box {
    margin-bottom: 50px;
  }
}

.prob-wrap {
  padding: 30px;
}

@media (max-width: 767px) {
  .prob-wrap {
    padding: 20px;
  }
}

.prob-item {
  width: 160px;
  padding: 20px 15px;
  background: #3E9CE7;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .prob-item {
    margin-bottom: 30px;
  }
  .prob-item:last-child {
    margin-bottom: 0;
  }
}

.prob-item img {
  height: 50px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .prob-item img {
    max-width: 120px;
  }
}

.prob-item p {
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.prob-txt {
  width: calc(100% - 180px);
}

@media (max-width: 767px) {
  .prob-txt {
    width: 100%;
  }
}

.prob-txt h4 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: -3px;
  border-bottom: 1px solid #3E9CE7;
  padding-bottom: 0px;
}

.prob-txt p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
}

@media (max-width: 767px) {
  .deco {
    display: none;
  }
}

.case {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 600;
}

.case-item {
  -webkit-box-shadow: 0 3px 6px #0000001c;
  box-shadow: 0 3px 6px #0000001c;
  max-width: 735px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
  position: relative;
  height: 100%;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .case-item {
    width: 95%;
  }
}

.case-item:last-child {
  margin-bottom: 0;
}

.case h4 {
  padding: 10px 10px 10px 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  font-size: 2rem;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .case h4 {
    font-size: 1.7rem;
  }
}

.case h4:before {
  content: "";
  display: inline-block;
  background: url(../img/case-icon01.png);
  background-size: cover;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
}

.case-man {
  position: absolute;
  width: 110px;
  right: 10px;
  top: 3px;
  background: #fff;
  border: 3px solid #3E9CE7;
  border-radius: 100px;
  z-index: 3;
}

@media (max-width: 767px) {
  .case-man {
    width: 90px;
    right: 5px;
  }
}

.case-title {
  background: #FFDD17;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: 600;
}

.case-num {
  min-height: 51px;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .case-num {
    width: 50px;
  }
}

.case-num::after {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .case-num::after {
    width: 1px;
  }
}

.case-name {
  min-height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  width: calc(100% - 105px);
  font-size: 2rem;
}

@media (max-width: 767px) {
  .case-name {
    width: calc(100% - 50px);
    padding: 10px 10px 10px 15px;
  }
}

.case-wrap {
  background: #fff;
  padding: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .case-wrap {
    padding: 20px 15px 30px;
  }
}

.case-left {
  width: 100%;
}

@media (max-width: 767px) {
  .case-left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.case-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.case-table:last-child {
  margin-bottom: 0;
}

.case-table p {
  margin-bottom: 0 !important;
  font-weight: 600;
}

.case-table ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.7rem;
}

.case-table ul li {
  line-height: 1.5;
  padding-top: 3px;
  padding-bottom: 3px;
}

.case-tablegr .case-tl {
  color: #fff;
  background: #3E9CE7;
  font-weight: 600;
}

.case-tablegr .case-tr {
  font-weight: 600;
  font-size: 120%;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .case-tablegr .case-tr {
    font-size: 110%;
  }
}

.case-tablegr .case-tr span {
  color: #3E9CE7;
  font-size: 120%;
}

.case-tl {
  width: 60px;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #3E9CE7;
  color: #3E9CE7;
  font-weight: 700;
}

@media (max-width: 767px) {
  .case-tl {
    width: 40px;
    font-size: 1.4rem;
  }
}

.case-tr {
  width: calc(100% - 80px);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .case-tr {
    width: calc(100% - 50px);
  }
}

.case-right {
  width: 30%;
  position: relative;
}

@media (max-width: 767px) {
  .case-right {
    width: 100%;
  }
}

.case-right img {
  max-width: 192px;
  width: 78%;
  margin: 0 auto;
  display: block;
  z-index: 5;
  position: relative;
}

@media (max-width: 767px) {
  .case-right img {
    width: 70%;
    max-width: 180px;
  }
}

.case-bg {
  position: absolute;
  width: 280px;
  height: 155px;
  background: #E8F2D7;
  right: 0;
  z-index: 1;
}

@media (min-width: 767px) {
  .case-bg {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .case-bg {
    bottom: 100px;
    width: 90%;
  }
}

.case {
  padding: 80px 0;
  background: #3E9CE7;
}

.case .heading span {
  color: #ffffff30;
}

.case .h2 {
  color: #fff;
  letter-spacing: 5px;
}

.btn-sp {
  display: none;
  position: fixed;
  max-width: 57rem;
  width: 100%;
  padding: 10px;
  bottom: 0;
  background: #ffebefad;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
  .btn-sp {
    display: block;
  }
}

@media (min-width: 767px) {
  .btn-sp {
    opacity: 0;
  }
}

.btn-sp img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 480px) {
  .btn-sp img {
    width: 90%;
  }
}

.intro {
  margin-top: 70px;
  margin-left: 4%;
}

@media (max-width: 767px) {
  .intro {
    margin-left: 0%;
    margin-top: 0px;
  }
}

.intro p {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .intro p {
    font-size: 1.6rem;
  }
}

.fea-title {
  background: #F1F1EA;
  padding: 50px 15px;
}

.fea-title .h2 {
  margin-bottom: 0;
}

.fea-title span {
  font-size: 130%;
}

.fea-headbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}

.fea-num {
  font-size: 7rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7DB82D;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .fea-num {
    font-size: 6rem;
    width: 23%;
    margin-right: 2%;
  }
}

.fea-head {
  font-size: 3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .fea-head {
    font-size: 2.2rem;
    width: 75%;
  }
}

.fea-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .fea-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.fea-col {
  width: 50%;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .fea-col {
    width: 100%;
  }
}

.fea-photo {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 767px) {
  .fea-photo {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .fea-photo {
    height: auto;
  }
}

.fea-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .fea-photo img {
    max-width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.fea-detail {
  max-width: 100%;
  margin: 0;
  padding: 50px 50px 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .fea-detail {
    padding: 20px 24px;
  }
}

.fea-detail p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: 2px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .fea-detail p {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

.detail-col {
  width: 32%;
  -webkit-box-shadow: 0 3px 6px #0000001c;
  box-shadow: 0 3px 6px #0000001c;
}

@media (max-width: 767px) {
  .detail-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .detail-col:last-child {
    margin-bottom: 0;
  }
}

.detail-col2 {
  width: 47%;
}

@media (max-width: 767px) {
  .detail-col2 {
    width: 100%;
  }
}

.detail-title {
  background: #7DB82D;
  color: #fff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.detail-num {
  min-height: 51px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
}

@media (max-width: 767px) {
  .detail-num {
    width: 50px;
  }
}

.detail-num::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .detail-num::after {
    width: 1px;
  }
}

.detail-name {
  min-height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  width: calc(100% - 50px);
  font-size: 1.7rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .detail-name {
    width: calc(100% - 50px);
    padding: 10px 10px 10px 20px;
  }
}

.detail-list {
  padding: 10px 18px 10px;
  background: #fff;
}

.detail-list ul {
  border-radius: 5px;
  list-style: none;
}

.detail-list ul li {
  position: relative;
  line-height: 30px;
  padding: 7px 7px 7px 20px;
  border-bottom: solid 1px #ccc;
  font-size: 1.7rem;
}

.detail-list ul li:last-child {
  border-bottom: none;
}

.detail-list ul li::before {
  content: "・";
  position: absolute;
  left: 0px;
}

@media (max-width: 767px) {
  #contact .container {
    padding: 70px 0;
  }
}

.line {
  display: block;
  margin: 0 auto;
  width: 350px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .line {
    width: 90%;
    max-width: 300px;
  }
}

a.disabled {
  pointer-events: none;
}

.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%;
}

.google-maps {
  position: relative;
  padding-bottom: 450px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .google-maps {
    padding-bottom: 300px;
  }
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.tpage {
  background: #fff;
}

.tpage-wrap {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -15px;
}

.tpage-title {
  font-size: 3.4rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tpage-title {
    font-size: 6.2vw;
  }
}

.tpage-width {
  padding-left: 35px !important;
}

@media (min-width: 767px) {
  .tpage-width {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .tpage-width {
    width: 77%;
    padding-left: 10px !important;
  }
}

.tpage-left {
  width: 130px;
  font-weight: 600;
  color: #222;
  border-right: 1px solid #ddd;
}

.tpage ol {
  margin-left: 75px;
  margin-bottom: 50px;
  list-style-type: decimal;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .tpage ol {
    margin-left: 30px;
  }
}

.tpage ol li {
  padding: 20px 0;
}

.tpage .google-maps {
  padding-bottom: 350px;
}

@media (max-width: 767px) {
  .tpage .google-maps {
    padding-bottom: 170px;
  }
}

.tpage-info {
  font-size: 1.6rem;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .tpage-info {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.tpage-info td {
  padding: 25px 0px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tpage-info td {
    padding: 20px 0px;
  }
}

.pp p {
  line-height: 1.8;
}

.pp h4 {
  margin-top: 50px;
}

.pp .border-h4 h4 {
  border-left: 3px solid #000;
  padding-left: 10px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pp h3 {
  font-size: 21px;
  font-weight: 700;
}

.pp ul {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}

.pp ul li {
  line-height: normal;
  padding: 5px 0;
  line-height: 1.8;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .pp ul li {
    font-size: 1.5rem;
  }
}

.pp .lpage-ch {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 50px;
}

.pp h4.btitle {
  padding: 10px 10px;
  background: #eee;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
}

.pp .bp {
  padding-left: 10px;
  margin-bottom: 30px;
}

.pp .bp p {
  padding-left: 15px;
}

.pp .bp h4 {
  margin-top: 30px;
}

.pp h5 {
  margin-top: 20px;
  font-size: 1.7rem;
  margin-bottom: 10px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .pp h5 {
    font-size: 1.5rem;
  }
}

.tokushou p {
  line-height: 1.8;
}

.tokushou h3 {
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .tokushou h3 {
    font-size: 1.8rem;
  }
}

.tokushou .t-h3 {
  background: #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.tokushou .t-h3:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */