@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body {
  min-width: 1290px;
  overflow-x: scroll;
  line-height: 1.3;
}

@media screen and (min-width: 1290px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 1291px) {
  body {
    min-width: 1290px;
    overflow-x: hidden;
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  display: inline-block;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: auto;
    overflow-x: hidden;
    min-width: initial;
  }
  .w1200 {
    width: auto;
  }
  .w1200 img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.top-area .tablet, .about .tablet {
  display: none;
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .top-area .tablet, .about .tablet {
    display: block;
  }
}

/*------------header*/
.sp-header {
  display: none;
}

.pc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 10px #e1ddd9;
  box-shadow: 0px 1px 10px #e1ddd9;
}

.pc-header .logo {
  max-width: 460px;
}

.pc-header .logo a {
  font-size: 28px;
  letter-spacing: 0.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-top: 38px;
  padding-left: 1.56vw;
}

.pc-header .logo a img {
  vertical-align: text-bottom;
  padding-right: 12px;
}

.pc-header nav {
  max-width: 1460px;
  width: 76.04167%;
  padding: 18px 0.83vw 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: 22.91667vw;
  max-width: 440px;
}

.pc-header .navi a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 16px;
}

.pc-header .navi li {
  position: relative;
}

.pc-header .navi .ruby {
  font-size: 14px;
  font-weight: 400;
  color: #74b4b7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  display: block;
  padding-bottom: 6px;
}

.pc-header .navi li {
  width: 33.3%;
  position: relative;
  text-align: center;
}

.pc-header .navi li:after {
  position: absolute;
  width: 1px;
  height: 54px;
  background-color: #d8d8d8;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-header .navi li:nth-last-of-type(1):after {
  display: none;
}

.pc-header .navi li:nth-of-type(1):before {
  position: absolute;
  width: 1px;
  height: 57px;
  background-color: #d8d8d8;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-header .contact {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pc-header .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .contact span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.pc-header .contact .tate {
  background-color: #93def2;
  color: #415c5d;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 8px;
  margin-right: 7px;
  letter-spacing: 0.05rem;
}

.pc-header .contact .tel {
  display: inline-block;
}

.pc-header .contact .tel a {
  font-size: 36px;
  font-weight: 400;
  pointer-events: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.pc-header .contact .time {
  line-height: 1.5;
}

.pc-header .contact .mail-btn {
  background-color: #3b3e45;
  text-align: center;
  margin-top: 8px;
}

.pc-header .contact .mail-btn a {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: white;
}

.pc-header .contact .mail-btn img {
  display: inline-block;
  vertical-align: sub;
  padding-right: 16px;
}

.pc-header .sns {
  padding-left: 18px;
  margin-left: 20px;
  border-left: 2px #ffac36 dotted;
}

.pc-header .sns p {
  text-align: center;
  padding-bottom: 8px;
}

.pc-header .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .sns li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
}

.pc-header .sns li img {
  width: 34px;
  height: auto;
}

.pc-header .sns li span {
  font-size: 10px;
  display: block;
  padding: 4px 0;
}

@media screen and (max-width: 1023px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1519px) {
  .pc-header .logo a {
    font-size: 22px;
  }
  .pc-header .logo a img {
    width: 30px;
    height: auto;
    vertical-align: text-top;
  }
  .pc-header .contact .tel a {
    font-size: 26px;
  }
  .pc-header .navi a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1520px) and (max-width: 1660px) {
  .pc-header .logo a {
    font-size: 24px;
  }
  .pc-header .contact .tel a {
    font-size: 30px;
  }
  .pc-header .navi a {
    font-size: 16px;
  }
}

/*--------------------------------sp-header*/
.sp-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.sp-header .logo {
  z-index: 120;
}

.sp-header .logo img {
  width: 35px;
  padding-bottom: 8px;
  height: 35px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  margin-right: 11px;
}

.sp-header .logo a {
  font-size: 16px;
  letter-spacing: 0.2rem;
  padding: 10px 12px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  width: 80%;
}

/*--------------------------------sp-header hamburgerボタン*/
.sp-header {
  z-index: 100;
}

.sp-header .hamburger-wrap {
  width: 32px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.sp-header .hamburger-wrap .btn-line {
  background-color: black;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(1) {
  top: 0;
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(3) {
  bottom: 0;
}

/*--------------------------------sp-header hamburgerボタンopen*/
.hamburger-wrap.open .btn-line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.hamburger-wrap.open .btn-line:nth-of-type(2) {
  background-color: transparent;
}

.hamburger-wrap.open .btn-line:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

/*--------------------------------sp-header hamburgerメニュー内*/
.sp-header .menu-wrap {
  overflow-y: scroll;
  height: 100vh;
  z-index: 90;
  position: absolute;
  top: 55px;
  right: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 84%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sp-header .menu-wrap.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp-header .menu-wrap li {
  border-bottom: 1px solid white;
  text-align: right;
}

.sp-header .menu-wrap a {
  padding: 15px 12.8vw 10px 0;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.2rem;
  color: white;
}

.sp-header .menu-wrap a span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 12px;
  color: #93def2;
  padding-bottom: 8px;
  display: block;
  letter-spacing: 0;
}

.sky_bnr {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
  display: block;
}

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

/*-------------------top-area*/
.top-area {
  margin-top: 94px;
}

.top-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 2.60417vw;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  min-width: 1280px;
}

.top-area li {
  text-align: center;
  width: 19%;
}

.top-area a {
  font-size: 1.25vw;
  font-weight: bold;
  background-color: #161616;
  padding-top: 84px;
  padding-bottom: 56px;
  color: white;
}

.top-area a:hover {
  color: #93def2;
}

.top-area .slick-slide {
  height: auto;
}

@media screen and (min-width: 1920px) {
  .top-area a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .top-area {
    background-image: none;
    margin-top: 48px;
  }
  .top-area a {
    padding: 30px 0 18px;
  }
  .top-area ul {
    padding-top: 2.60417vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    min-width: initial;
  }
  .top-area li {
    width: 100%;
    margin-bottom: 2.60417vw;
  }
  .top-area .pelvis a, .top-area .stoop a, .top-area .muscle a, .top-area .s-pelvis a, .top-area .hydrogen a {
    font-size: clamp(15px, 4vw, 30px);
  }
  .top-area .pelvis, .top-area .stoop {
    width: 100%;
  }
  .top-area .muscle {
    width: 100%;
  }
}

/*-------------------top-area アイコン*/
.top-area .pelvis a {
  position: relative;
}

.top-area .pelvis a:before {
  position: absolute;
  background-image: url("../images/pc-top_icon01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 70px;
  height: 46px;
  content: "";
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-area .stoop a {
  position: relative;
}

.top-area .stoop a:before {
  position: absolute;
  background-image: url("../images/pc-top_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 58px;
  height: 56px;
  content: "";
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-area .muscle a {
  position: relative;
}

.top-area .muscle a:before {
  position: absolute;
  background-image: url("../images/pc-top_icon03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 54px;
  content: "";
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-area .s-pelvis a {
  position: relative;
}

.top-area .s-pelvis a:before {
  position: absolute;
  background-image: url("../images/pc-top_icon04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 54px;
  content: "";
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-area .hydrogen a {
  position: relative;
}

.top-area .hydrogen a:before {
  position: absolute;
  background-image: url("../images/pc-top_icon05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 54px;
  content: "";
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-area .pelvis, .top-area .stoop, .top-area .muscle, .top-area .hydrogen, .top-area .s-pelvis {
  position: relative;
}

.top-area .pelvis:after, .top-area .stoop:after, .top-area .muscle:after, .top-area .hydrogen:after, .top-area .s-pelvis:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  content: "";
  background-image: url("../images/pc-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 58px;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .top-area img {
    vertical-align: bottom;
  }
  .top-area .pelvis a:before {
    top: 6px;
    width: 35px;
    height: 20px;
  }
  .top-area .s-pelvis a:before {
    top: 6px;
    width: 35px;
    height: 20px;
  }
  .top-area .hydrogen a:before {
    top: 6px;
    width: 35px;
    height: 20px;
  }
  .top-area .stoop a:before {
    top: 6px;
    width: 25px;
    height: 22px;
  }
  .top-area .muscle a:before {
    top: 6px;
    width: 30px;
    height: 20px;
  }
  .top-area .pelvis:after, .top-area .stoop:after, .top-area .muscle:after, .top-area .hydrogen:after, .top-area .s-pelvis:after {
    bottom: 9px;
    left: 50%;
    width: 22px;
    height: 8px;
  }
}

/*@media screen and( max-width:374px) {
    .top-area .pelvis a, .top-area .stoop a, .top-area .muscle a{
        font-size: 12px;
    }
}*/
/*-------------------main intro*/
.intro {
  background-color: #161616;
}

.intro .w1200 {
  background-image: url("../images/pc-intro.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.intro dl {
  width: 65.5%;
  max-width: 786px;
  margin: 0 auto 0 0;
  padding: 78px 0 86px;
  color: white;
}

.intro dt {
  font-size: 42px;
  letter-spacing: 0.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-bottom: 28px;
}

.intro dt span {
  font-size: 16px;
  display: block;
  padding-top: 16px;
}

.intro dd {
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 1.875;
}

@media screen and (max-width: 1023px) {
  .intro {
    background-image: url("../images/sp-intro_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .intro .w1200 {
    background-image: none;
  }
  .intro dl {
    width: auto;
    padding: 20px 0 75px;
  }
  .intro dt {
    font-size: clamp(20px, 5.33333vw, 40px);
    text-align: center;
  }
  .intro dt span {
    font-size: clamp(9px, 2.4vw, 18px);
    padding-top: 4px;
  }
  .intro dd {
    padding: 0 3.7vw;
    font-size: clamp(15px, 4vw, 30px);
  }
}

/*
@media screen and (max-width: 374px) {
    .intro dt{
        font-size: 18px;
    }
    .intro dd{
        font-size: 13px;
    }
}
*/
/*-------------------main cv19*/
.cv19 {
  margin: 170px auto 86px;
}

.cv19 h2 {
  text-align: center;
}

.cv19 h2 span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 14px 32px;
  margin: 0 auto;
  background-color: #93def2;
  letter-spacing: 0.1rem;
}

.cv19 .ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 36px;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 24px;
  font-weight: 400;
}

.cv19 .ttl span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.cv19 .counterplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.cv19 .counterplan li {
  width: 22.5%;
  border-top: 5px solid #93def2;
}

.cv19 figcaption {
  padding: 20px 0 28px;
  font-size: 22px;
  letter-spacing: 0.05rem;
  line-height: 1.45455;
}

@media screen and (max-width: 1023px) {
  .cv19 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .cv19 h2 span {
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .cv19 .ttl {
    font-size: clamp(15px, 4vw, 30px);
    padding-top: 18px;
    line-height: 1.2;
  }
  .cv19 .counterplan {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4vw;
  }
  .cv19 .counterplan li {
    width: auto;
    border-top: 4px solid #93def2;
    margin-bottom: 45px;
  }
  .cv19 figcaption {
    font-size: clamp(15px, 4vw, 30px);
    text-align: center;
    padding: 14px 0;
  }
}

@media screen and (max-width: 374px) {
  .cv19 h2 span {
    font-size: 18px;
    padding: 14px 16px;
  }
  .cv19 figcaption {
    font-size: 13px;
  }
}

/*-------------------main info*/
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 130px;
  position: relative;
}

.info .ttl {
  font-size: 36px;
  letter-spacing: 0.05rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 40px;
  font-weight: 400;
}

.info .ttl span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.info .news, .info .column {
  width: 50%;
}

.info .news .news-ttl, .info .column .news-ttl {
  width: 75.36765%;
  font-size: 18px;
  letter-spacing: 0.05rem;
}

.info .news li {
  border-bottom: 1px solid #aaaaaa;
  margin-top: 22px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90.66667%;
}

.info .news time {
  font-size: 14px;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 6px 0;
  background-color: #93def2;
  width: 110px;
  text-align: center;
}

.info .column li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90.66667%;
  padding-bottom: 24px;
}

.info .more {
  position: absolute;
  bottom: 82px;
  right: 0;
}

@media screen and (min-width: 1080px) and (max-width: 1859px) {
  .info .news .news-ttl, .info .column .news-ttl {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .info {
    margin-top: 0;
    padding-bottom: 109px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    text-align: center;
    margin-bottom: 8px;
  }
  .info .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .info .news, .info .column {
    width: auto;
    padding: 0 3.7vw;
  }
  .info .news .news-ttl, .info .column .news-ttl {
    width: auto;
    font-size: clamp(15px, 4vw, 30px);
    padding-top: 10px;
    padding-left: 30px;
  }
  .info .news li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10px;
    width: auto;
    margin-top: 10px;
  }
  .info .news time {
    font-size: clamp(12px, 3.2vw, 24px);
    padding: 4px 8px;
    width: auto;
  }
  .info .column {
    margin-top: 35px;
  }
  .info .column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info .column .ttl {
    margin-bottom: 20px;
  }
  .info .column li {
    width: 27.65648%;
  }
  .info .column li > a {
    width: auto;
    padding-bottom: 0;
  }
  .info .column li img {
    width: 100%;
    height: auto;
  }
  .info .column .img {
    width: 100%;
  }
  .info .more {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 58px;
    text-align: center;
  }
  .info .more img {
    width: initial;
  }
}

@media screen and (max-width: 374px) {
  .info .news .news-ttl, .info .column .news-ttl {
    font-size: 13px;
  }
}

/*-------------------main about*/
.about {
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 45px;
}

.about .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
  font-weight: 400;
}

.about .ttl span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.about ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about ol li {
  width: 50%;
  padding-left: 40px;
  margin-bottom: 46px;
  position: relative;
}

.about ol li::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 120px;
  height: 40px;
  font-family: 'Yu Gothic', '游ゴシック',YuGothic,'游ゴシック体';
}

.about ol li:nth-of-type(1)::before {
  background-image: url("../images/pc-no01.png");
  background-repeat: no-repeat;
}

.about ol li:nth-of-type(2)::before {
  background-image: url("../images/pc-no02.png");
  background-repeat: no-repeat;
}

.about ol li:nth-of-type(3)::before {
  background-image: url("../images/pc-no03.png");
  background-repeat: no-repeat;
}

.about ol li:nth-of-type(4)::before {
  background-image: url("../images/pc-no04.png");
  background-repeat: no-repeat;
}

.about ol li:after {
  position: absolute;
}

.about .about-ttl {
  font-size: 24px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  padding-left: 92px;
  padding-bottom: 24px;
}

.about .about-ttl span {
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #929292;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
}

.about dt {
  padding: 24px 0 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  position: relative;
}

.about dt:after {
  position: absolute;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #93def2;
  border-left: 1px solid #93def2;
  content: "";
  bottom: 0;
  left: -32px;
}

.about dd {
  padding-top: 32px;
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 1.66667;
  width: 79%;
}

@media screen and (max-width: 1023px) {
  .about {
    background-image: url("../images/sp-about_bg.jpg");
  }
  .about .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 20px;
  }
  .about .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .about ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about ol li {
    width: auto;
    padding-left: 0;
    margin-bottom: 23px;
  }
  .about ol li::before {
    width: clamp(30px, 8vw, 60px);
    height: clamp(38px, 10.13333vw, 76px);
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about ol li:nth-of-type(1)::before {
    background-image: url("../images/sp-no01.png");
  }
  .about ol li:nth-of-type(2)::before {
    background-image: url("../images/sp-no02.png");
  }
  .about ol li:nth-of-type(3)::before {
    background-image: url("../images/sp-no03.png");
  }
  .about ol li:nth-of-type(4)::before {
    background-image: url("../images/sp-no04.png");
  }
  .about .img {
    padding: 0 11.7vw;
  }
  .about .about-ttl {
    font-size: clamp(18px, 4.8vw, 36px);
    padding: 0 0 15px 0;
    text-align: center;
    padding-top: 40px;
  }
  .about .about-ttl span {
    display: block;
    padding-left: 0;
    padding-top: 6px;
  }
  .about dt {
    font-size: clamp(18px, 4.8vw, 36px);
    padding: 12px 11.7vw 16px;
  }
  .about dt:after {
    left: 3.7vw;
    width: 250px;
    height: 40px;
  }
  .about dd {
    width: auto;
    font-size: clamp(15px, 4vw, 30px);
    padding: 8px 3.7vw;
  }
}

@media screen and (max-width: 374px) {
  .about dd {
    font-size: 13px;
  }
}

/*-------------------main case*/
.case {
  background-image: url("../images/pc-case.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
  letter-spacing: 0.05rem;
}

.case h2 {
  font-size: 34px;
  padding-top: 88px;
  padding-bottom: 60px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
}

.case .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
}

.case li {
  font-size: 24px;
  font-weight: 500;
}

.case li img {
  vertical-align: middle;
}

.case .blue {
  width: 69.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case .blue li {
  margin-bottom: 30px;
  width: 33%;
}

.case .pink {
  width: 29.75%;
}

.case .pink li {
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) and (max-width: 1859px) {
  .case li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .case .w1200 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px;
  }
  .case h2 {
    padding: 34px 0 24px;
    font-size: clamp(20px, 5.33333vw, 40px);
    line-height: 1.375;
  }
  .case li {
    font-size: clamp(15px, 4vw, 30px);
  }
  .case li img {
    width: 15px;
    height: 15px;
  }
  .case .blue, .case .pink {
    width: auto;
    padding: 0 3.2vw;
  }
  .case .blue li, .case .pink li {
    margin-bottom: 15px;
  }
  .case .pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case .pink li {
    width: 33%;
  }
}

@media screen and (max-width: 750px) {
  .about dt {
    font-size: 15px;
  }
  .case li {
    font-size: 3vw;
  }
}

/*-------------------main featurs*/
.featurs {
  margin-bottom: 162px;
}

.featurs > p {
  text-align: right;
  font-size: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.featurs .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 86px;
  padding-bottom: 74px;
  font-weight: 400;
}

.featurs .ttl span {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}

.featurs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

.featurs picture {
  width: 40.16667%;
}

.featurs dl {
  width: 56.5%;
  border-top: 5px solid #93def2;
}

.featurs dt {
  padding: 20px 0 44px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.featurs dt span {
  font-size: 20px;
}

.featurs dt.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featurs dt span.fz24 {
  font-size: 24px;
}

.featurs dd {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.66667;
}

.featurs dd span {
  display: block;
  font-size: 20px;
}

.featurs dd .bold {
  border-top: #93def2 2px solid;
  font-weight: bold;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 10px;
  margin-top: 40px;
  padding-right: 70px;
}

.featurs li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  .featurs {
    margin-bottom: 0;
  }
  .featurs .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 0;
  }
  .featurs .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .featurs li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurs li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurs dd:nth-of-type(1) {
    width: auto;
    padding: 0 0 12px;
  }
  .featurs dl {
    width: auto;
    padding: 0 3.7vw;
    border-top: 0;
  }
  .featurs dt.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .featurs dt, .featurs dt span.fz24 {
    font-size: clamp(18px, 4.8vw, 36px);
    text-align: center;
    padding-top: 0;
    padding-bottom: 25px;
    position: relative;
  }
  .featurs dt:after, .featurs dt span.fz24:after {
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #93def2;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .featurs dd span {
    text-align: center;
  }
  .featurs dt span.fz24:after {
    display: none;
  }
  .featurs dd, .featurs dd span {
    font-size: clamp(15px, 4vw, 30px);
    text-align: left;
  }
  .featurs dd .bold, .featurs dd span .bold {
    padding-right: 0;
  }
  .featurs dd span {
    text-align: center;
  }
  .featurs > p {
    font-size: clamp(15px, 4vw, 30px);
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .featurs dt span {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .featurs dt, .featurs dt span.fz24 {
    font-size: 15px;
  }
  .featurs dd {
    font-size: 13px;
  }
}

/*-------------------main accident*/
.accident {
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  padding-bottom: 70px;
}

.accident .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 116px;
  font-weight: 400;
}

.accident .ttl span {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}

.accident .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accident picture {
  width: 47.33333%;
}

.accident .pc {
  display: inline-block;
}

.accident .wrap {
  width: 48.66667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accident ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accident li {
  border-top: 5px solid #93def2;
  width: 46.23288%;
  height: 156px;
  padding-top: 16px;
  padding-left: 6px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  position: relative;
}

.accident li:nth-of-type(1):after {
  background-image: url("../images/pc-accident_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 9px;
  right: 12px;
  content: "";
}

.accident li:nth-of-type(2):after {
  background-image: url("../images/pc-accident_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 68px;
  position: absolute;
  top: 13px;
  right: 6px;
  content: "";
}

.accident li:nth-of-type(3):after {
  background-image: url("../images/pc-accident_img03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 94px;
  position: absolute;
  top: 36px;
  right: 12px;
  content: "";
}

.accident li:nth-of-type(4):after {
  background-image: url("../images/pc-accident_img04.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 46px;
  right: 3px;
  content: "";
}

.accident p {
  font-size: 22px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  padding-left: 20px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #93def2;
  border-left: 1px solid #93def2;
  display: inline-block;
  margin-top: auto;
}

@media screen and (min-width: 1080px) and (max-width: 1480px) {
  .accident p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1900px) {
  .accident li {
    font-size: 18px;
  }
  .accident li:nth-of-type(1):after {
    width: 50px;
    top: 40px;
  }
  .accident li:nth-of-type(2):after {
    width: 60px;
    top: 40px;
  }
  .accident li:nth-of-type(3):after {
    width: 60px;
    top: 40px;
  }
  .accident li:nth-of-type(4):after {
    width: 60px;
    top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .accident .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 0;
  }
  .accident .ttl span {
    font-size: 12px;
  }
  .accident .pc {
    display: none;
  }
  .accident .w1200 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accident picture {
    width: auto;
    padding: 0 11.7vw;
  }
  .accident .wrap {
    width: auto;
    padding: 0 9vw;
  }
  .accident ul {
    margin-top: 20px;
  }
  .accident li {
    border-top: 0;
    font-size: clamp(15px, 4vw, 30px);
    padding-top: 37px;
    text-align: center;
    height: 55px;
    margin-bottom: 25px;
  }
  .accident li:nth-of-type(3), .accident li:nth-of-type(4) {
    height: 75px;
  }
  .accident li:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #93def2;
  }
  .accident li:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .accident li:nth-of-type(1):after {
    width: 25px;
    height: 25px;
    top: 0;
  }
  .accident li:nth-of-type(2):after {
    width: 25px;
    height: 25px;
    top: 0;
  }
  .accident li:nth-of-type(3):after {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .accident li:nth-of-type(4):after {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .accident p {
    font-size: clamp(15px, 4vw, 30px);
    padding: 10px 0 7px 7px;
    display: inline-block;
  }
}

@media screen and (max-width: 374px) {
  .accident .wrap {
    padding: 0 9vw;
  }
  .accident li {
    font-size: 12px;
  }
  .accident p {
    font-size: 13px;
  }
}

/*-------------------main voice*/
.voice {
  margin-bottom: 125px;
}

.voice .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 146px;
  padding-bottom: 54px;
  font-weight: 400;
}

.voice .ttl span {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}

.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice li {
  width: 41.66667%;
  margin-bottom: 80px;
}

.voice dt {
  border-bottom: 5px solid #93def2;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.voice dt span {
  display: block;
  width: 26%;
}

.voice dd {
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 1.77778;
  font-weight: 500;
  padding-top: 20px;
  padding-right: 10%;
}

.voice .more {
  text-align: center;
  margin-top: -8px;
}

@media screen and (max-width: 1023px) {
  .voice {
    margin-bottom: 50px;
  }
  .voice .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 20px;
  }
  .voice .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .voice ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3.7vw;
  }
  .voice li {
    width: auto;
    margin-bottom: 20px;
  }
  .voice dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: clamp(14px, 3.73333vw, 28px);
    border-bottom: 2px solid #93def2;
  }
  .voice dd {
    font-size: clamp(15px, 4vw, 30px);
    padding: 7px 0 0;
  }
}

@media screen and (max-width: 374px) {
  .voice dd {
    font-size: 13px;
  }
}

/*-------------------main menu*/
.menu {
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-bottom: 74px;
}

.menu .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 28px;
  font-weight: 400;
}

.menu .ttl span {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
}

.menu h3 {
  padding: 12px 0 18px 26px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #93def2;
  border-left: 1px solid #93def2;
  margin-bottom: 38px;
}

.menu .popular > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu .bdr-l {
  border-left: #93def2 3px solid;
  padding-left: 30px;
}

.menu li {
  margin-bottom: 52px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}

.menu dt {
  font-size: 24px;
  padding-top: 26px;
  padding-bottom: 24px;
}

.menu dd, .menu li {
  font-size: 18px;
  line-height: 1.66667;
  padding-right: 10px;
}

.menu h4 {
  margin-top: 18px;
  text-align: right;
  font-size: 24px;
  margin-bottom: 24px;
}

.menu li li {
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .menu {
    padding-bottom: 40px;
  }
  .menu .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 0;
  }
  .menu .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .menu h3 {
    font-size: clamp(18px, 4.8vw, 36px);
    text-align: center;
    border: 0;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .menu h3:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #93def2;
    content: "";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 11vw;
  }
  .menu li {
    width: auto;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    font-size: clamp(13px, 3.7vw, 30px);
  }
  .menu dt {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: clamp(15px, 4vw, 30px);
  }
  .menu dd {
    font-size: clamp(15px, 4vw, 30px);
  }
  .menu .bdr-l {
    border-left: 0;
    position: relative;
  }
  .menu .bdr-l:after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    background-color: #93def2;
    content: "";
  }
}

.popular > ul > li {
  width: 45.83333%;
  padding-right: 0;
}

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

.popular .flex ul {
  width: 49%;
}

.popular .flex li {
  padding-top: 8px;
}

@media screen and (max-width: 1023px) {
  .popular > ul > li {
    width: auto;
  }
  .popular .flex ul {
    padding-left: 0;
    padding-right: 0;
    width: 49%;
  }
  .popular dt span {
    float: right;
  }
  .popular dd {
    clear: both;
  }
}

.course li {
  width: 50%;
}

.course li dl {
  width: 60%;
}

@media screen and (max-width: 1023px) {
  .course li {
    width: auto;
    margin-bottom: 15px;
  }
  .course li dl {
    width: auto;
  }
  .course dt {
    padding-top: 0;
  }
}

.menu-list {
  padding-top: 12px;
}

.menu-list li {
  width: 50%;
  margin-bottom: 22px;
}

.menu-list p {
  border-bottom: 1px solid #aaaaaa;
  display: inline-block;
  width: 87.83333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .menu-list li {
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 10px;
    font-size: 15px;
  }
  .menu-list p {
    border-bottom: 1px solid #aaaaaa;
    display: inline-block;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 374px) {
  .menu h3 {
    font-size: 15px;
  }
  .menu dd, .menu dd {
    font-size: 13px;
  }
}

/*-------------------main zero*/
.zero {
  background: url("../images/zerp_bg.png") no-repeat center bottom;
}

.zero .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 54px;
}

.zero .ttl span {
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  padding-top: 18px;
}

.zero h3 {
  font-size: 30px;
  letter-spacing: 0.05rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.zero h3 span {
  font-size: 37px;
}

@media screen and (max-width: 1023px) {
  .zero .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 40px 0 0;
  }
  .zero .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .zero h3 {
    font-size: clamp(18px, 4.8vw, 36px);
    line-height: 1.33333;
  }
}

/*-------------------main self-introduction*/
.self-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.05rem;
}

.self-introduction h3 {
  border-bottom: 2px solid #93def2;
  padding-bottom: 16px;
  margin-left: -58px;
}

.self-introduction picture {
  width: 29.16667%;
}

.self-introduction > div {
  width: 69.16667%;
}

.self-introduction .name {
  text-align: right;
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-top: 18px;
}

.self-introduction .name span {
  font-size: 14px;
  display: inline-block;
  padding-left: 16px;
}

.self-introduction .bold {
  font-weight: bold;
}

.self-introduction dd {
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .self-introduction {
    padding: 0 3.7vw;
  }
  .self-introduction picture {
    width: 50%;
  }
  .self-introduction h3 {
    margin-left: 0;
    padding-bottom: 8px;
    border-bottom: 1.5px solid #93def2;
  }
  .self-introduction .name {
    font-size: clamp(18px, 4.8vw, 36px);
    margin-top: 15px;
  }
  .self-introduction .name span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .sp-box {
    padding: 0 3.7vw;
    margin-top: 24px;
  }
  .sp-box .bold {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
  .sp-box .text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0.05rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
  .sp-box .bold, .sp-box .text {
    font-size: 13px;
  }
}

/*-------------------main philosophy*/
.philosophy {
  margin-bottom: 190px;
}

.philosophy h3 {
  text-align: center;
  padding: 40px 0;
}

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

.philosophy dl {
  width: 90%;
}

.philosophy dt {
  background-color: #93def2;
  font-size: 24px;
  padding: 12px 0 12px 3.5%;
  width: 88.83333%;
  margin: 0 auto;
  font-weight: 500;
}

.philosophy dd {
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 500;
  width: 81.66667%;
  margin: 22px auto 0;
}

@media screen and (max-width: 1023px) {
  .philosophy {
    background-image: url("../images/sp-philosophy_bg.jpg");
    background-position: top 0 center;
    background-repeat: no-repeat;
    background-size: 190px;
    margin-bottom: 0;
  }
  .philosophy h3 {
    padding-top: 26px;
    font-size: clamp(18px, 4.8vw, 36px);
    padding-bottom: 22px;
  }
  .philosophy h3 span {
    font-size: clamp(24px, 6.4vw, 48px);
  }
  .philosophy .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0.05rem;
  }
  .philosophy dl, .philosophy dt {
    width: auto;
  }
  .philosophy dt {
    font-size: clamp(15px, 4vw, 30px);
    font-weight: bold;
    text-align: center;
  }
  .philosophy dd {
    width: auto;
    padding: 18px 3.7vw 48px;
    margin: 0;
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
  .philosophy dd {
    font-size: 13px;
  }
}

/*------------------.line*/
.line {
  background-image: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.line .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
  padding-right: 100px;
}

.line h2 {
  font-size: 24px;
  font-weight: 300;
  padding-left: 110px;
  position: relative;
}

.line h2:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  height: 70px;
  background-image: url("../images/pc-line-icon.jpg");
  width: 66px;
  height: 66px;
  content: "";
}

.line h2 span {
  font-size: 18px;
  display: block;
  padding-top: 8px;
}

.line p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 500;
  width: 83.33333%;
}

@media screen and (max-width: 1023px) {
  .line .w1200 {
    width: auto;
    padding: 0 3.7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .line h2 {
    padding-left: 0;
    font-size: clamp(18px, 4.8vw, 36px);
    text-align: center;
    padding: 22px 0 15px;
  }
  .line h2:after {
    width: 45px;
    height: 45px;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .line h2 span {
    font-size: clamp(15px, 4vw, 30px);
    padding-top: 75px;
  }
  .line p {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.1rem;
    width: auto;
    padding: 0;
    margin-top: 0;
  }
  .line .qr {
    margin: 18px auto 26px;
    width: 34.13333%;
    max-width: 256px;
  }
}

@media screen and (max-width: 374px) {
  .line p {
    font-size: 13px;
  }
}

/*------------------address*/
.address .contents {
  max-width: 1558px;
  width: 81.14583%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.address .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.address .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  width: 84px;
}

.address .sns li {
  width: 30px;
}

.address .address-wrap {
  width: 35.49422%;
}

.address .map {
  width: 61.61746%;
}

.address .name {
  font-size: 24px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.address address {
  font-style: normal;
  margin-top: 24px;
}

.address .place {
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding-top: 26px;
  padding-bottom: 34px;
}

.address .place span:not(.parking) {
  display: block;
}

.address .place img {
  vertical-align: middle;
}

.address .comment {
  font-size: 18px;
}

.address .tel a {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  pointer-events: none;
  margin-bottom: 38px;
  margin-top: 16px;
}

.address .time {
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 2;
}

/*------------------address*/
@media screen and (max-width: 1023px) {
  .address .contents {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 33px;
  }
  .address .address-wrap {
    width: auto;
  }
  .address .map {
    width: auto;
  }
  .address .name {
    font-size: clamp(15px, 4vw, 30px);
    padding-top: 10px;
  }
  .address .sns {
    margin: 0 auto;
  }
  .address address {
    padding: 0 3.7vw;
  }
  .address .place {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.30435;
  }
  .address .parking {
    text-align: left;
    padding-left: 40%;
    padding-top: 10px;
  }
  .address .parking img {
    width: 24px;
    height: 24px;
    padding-right: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .address .comment {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.1rem;
  }
  .address .tel {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .address .tel a {
    font-size: clamp(24px, 3.2vw, 48px);
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .address .time {
    padding: 0 3.7vw;
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1.6;
  }
  .address .map {
    margin-top: 22px;
    height: 328px;
  }
  .address .map iframe {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .address .tel a {
    pointer-events: all;
    margin-top: 0;
  }
}

@media screen and (max-width: 374px) {
  .address .place, .address .comment {
    font-size: 13px;
  }
}

/*------------------copy*/
.copy {
  text-align: center;
  padding: 40px 0;
  background-image: url("../images/pc-copy.jpg");
  background-size: cover;
  background-position: top 0 left 0;
}

.copy small {
  font-size: 16px;
  color: white;
}

@media screen and (max-width: 1023px) {
  .copy {
    margin-top: 15px;
    padding: 10px 0;
  }
  .copy small {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

/*---------------inclinic*/
.inclinic {
  padding-bottom: 54px;
}

.inclinic .ttl {
  font-size: 44px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 70px;
  font-weight: 400;
}

.inclinic .ttl span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.inclinic ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inclinic ol li {
  width: 48%;
  padding-left: 40px;
  position: relative;
}

.inclinic ol li:nth-child(1), .inclinic ol li:nth-child(2) {
  margin-bottom: 140px;
}

.inclinic ol li::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 120px;
  height: 40px;
  font-family: 'Yu Gothic', '游ゴシック',YuGothic,'游ゴシック体';
}

.inclinic ol li:nth-of-type(1)::before {
  background-image: url("../images/pc-no01.png");
  background-repeat: no-repeat;
}

.inclinic ol li:nth-of-type(2)::before {
  background-image: url("../images/pc-no02.png");
  background-repeat: no-repeat;
}

.inclinic ol li:nth-of-type(3)::before {
  background-image: url("../images/pc-no03.png");
  background-repeat: no-repeat;
}

.inclinic ol li:nth-of-type(4)::before {
  background-image: url("../images/pc-no04.png");
  background-repeat: no-repeat;
}

.inclinic ol li:after {
  position: absolute;
}

.inclinic ol li:after {
  position: absolute;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #93def2;
  border-left: 1px solid #93def2;
  content: "";
  bottom: 0;
  left: 0;
}

.inclinic .about-ttl {
  font-size: 24px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  padding-left: 92px;
  padding-bottom: 24px;
}

.inclinic .about-ttl span {
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
}

.inclinic p.text {
  padding: 24px 30px 30px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  position: relative;
  line-height: 1.66667;
  /*&:after{
            position: absolute;
            width: 100%;
            height: 90px;
            border-bottom: 1px solid #93def2;
            border-left: 1px solid #93def2;
            content: "";
            bottom: 0;
            left: -32px;
        }*/
}

@media screen and (max-width: 1023px) {
  .inclinic .ttl {
    font-size: clamp(28px, 7.46667vw, 56px);
    padding: 35px 0 20px;
  }
  .inclinic .ttl span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  .inclinic ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inclinic ol li {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 23px;
  }
  .inclinic ol li::before {
    width: clamp(30px, 8vw, 60px);
    height: clamp(38px, 10.13333vw, 76px);
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inclinic ol li:nth-of-type(1)::before {
    background-image: url("../images/sp-no01.png");
  }
  .inclinic ol li:nth-of-type(2)::before {
    background-image: url("../images/sp-no02.png");
  }
  .inclinic ol li:nth-of-type(3)::before {
    background-image: url("../images/sp-no03.png");
  }
  .inclinic ol li:nth-of-type(4)::before {
    background-image: url("../images/sp-no04.png");
  }
  .inclinic ol li:after {
    left: 3.7vw;
    width: 250px;
    height: 40px;
  }
  .inclinic ol li:nth-child(1), .inclinic ol li:nth-child(2), .inclinic ol li:nth-child(3), .inclinic ol li:nth-child(4) {
    margin-bottom: 25px;
  }
  .inclinic .img {
    padding: 0 11.7vw;
  }
  .inclinic .about-ttl {
    font-size: clamp(18px, 4.8vw, 36px);
    padding: 0 0 15px 0;
    text-align: center;
    padding-top: 40px;
  }
  .inclinic .about-ttl span {
    display: block;
    padding-left: 0;
    padding-top: 6px;
  }
  .inclinic p.text {
    font-size: clamp(15px, 4vw, 30px);
    padding: 12px 11.7vw 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inclinic .about-ttl {
    padding-top: 72px;
  }
}
/*# sourceMappingURL=style.css.map */