@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes btn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes btn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.bold {
  font-weight: bold;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}

@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}

@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .c-txt-sm, .breadcrumb {
    line-height: 1.7;
  }
}

@media screen and (min-width: 960px) {
  .c-txt-sm, .breadcrumb {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .c-txt-sm, .breadcrumb {
    font-size: 20px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #dfa1b6;
}

@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.c-container, .breadcrumb, .c-points .sub-tit {
  padding: 0 4vw;
}

@media screen and (min-width: 600px) {
  .c-container, .breadcrumb, .c-points .sub-tit {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 960px) {
  .c-container, .breadcrumb, .c-points .sub-tit {
    padding: 0 6vw;
  }
}

@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb, .c-points .sub-tit {
    padding: 0 10vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}

.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  -webkit-transition: .15s;
  transition: .15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #dfa1b6;
  border: 1px solid #dfa1b6;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #dfa1b6;
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: #f3f2f2;
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}

.layer_borad_content ul {
  margin-bottom: 20px;
}

.layer_borad_content li {
  margin-bottom: 5px;
}

.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}

.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}

.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}

.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: .15s;
  transition: .15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide > img {
  max-width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 4s ease;
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
}

.swiper-slide-active > img {
  -webkit-transform: none;
          transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.scrolldown::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}

.scrolldown::after {
  height: 20px;
  -webkit-animation: sdl 2s ease infinite;
          animation: sdl 2s ease infinite;
}

@media (min-width: 600px) {
  .scrolldown {
    right: 5vw;
    font-size: 15px;
  }
}

@media (min-width: 960px) {
  .scrolldown {
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}

@media (min-width: 1200px) {
  .scrolldown {
    right: 7vw;
  }
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  padding-top: 12px;
  padding-bottom: 12px;
}

.breadcrumb li {
  color: #c4c4c4;
  padding-right: 10px;
}

.breadcrumb li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 1200px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

.tel-btn a {
  font-weight: bold;
  padding: 15px 10px 15px 25px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 2px #c7c7c7;
          box-shadow: 2px 2px 2px #c7c7c7;
  position: relative;
}

.tel-btn a::before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .tel-btn {
    margin-right: 20px;
  }
  .tel-btn a {
    font-size: 16px;
    padding: 17px 10px 17px 35px;
  }
  .tel-btn a::before {
    height: 25px;
    width: 25px;
  }
}

.taiken-btn {
  text-align: center;
  position: absolute;
  top: 21px;
  right: 75px;
  margin-right: 10px;
}

.taiken-btn a {
  font-weight: bold;
  padding: 13px 10px 13px 25px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 2px #c7c7c7;
          box-shadow: 2px 2px 2px #c7c7c7;
  position: relative;
}

.taiken-btn a::before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .taiken-btn {
    margin-right: 20px;
  }
  .taiken-btn a {
    font-size: 16px;
    padding: 17px 10px 17px 35px;
  }
  .taiken-btn a::before {
    height: 25px;
    width: 25px;
  }
}

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

.taiken-btn2 a {
  font-weight: bold;
  padding: 20px 40px 20px 47px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 2px #c7c7c7;
          box-shadow: 2px 2px 2px #c7c7c7;
  position: relative;
  font-size: 21px;
}

.taiken-btn2 a::before {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 23px;
  width: 23px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .taiken-btn2 {
    margin-right: 20px;
  }
  .taiken-btn2 a {
    font-size: 16px;
    padding: 20px 40px 20px 47px;
    font-size: 26px;
  }
  .taiken-btn2 a::before {
    height: 25px;
    width: 25px;
  }
}

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

.line-btn a {
  font-weight: bold;
  padding: 15px 10px 15px 25px;
  color: #272727;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 2px #c7c7c7;
          box-shadow: 2px 2px 2px #c7c7c7;
  position: relative;
}

.line-btn a::before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(../images/common/line-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .line-btn {
    margin-right: 20px;
  }
  .line-btn a {
    font-size: 16px;
    padding: 17px 10px 17px 35px;
  }
  .line-btn a::before {
    height: 25px;
    width: 25px;
  }
}

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

.header-flex .tel-btn {
  width: 48%;
}

.wp-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-categories ul li {
  margin-right: 10px;
}

.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.readmore {
  text-align: right;
}

.readmore span {
  position: relative;
  color: #272727;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
}

.readmore span::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../images/common/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .readmore span {
    font-size: 20px;
    padding-right: 25px;
  }
  .readmore span::after {
    height: 16px;
    width: 16px;
  }
}

.icon-tel {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/tel-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
}

.icon-net {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/icon-link-1-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.icon-map {
  position: relative;
}

.icon-map::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17px;
  width: 17px;
}

.icon-insta {
  position: relative;
  padding-left: 10vw;
  color: #272727;
  border-bottom: 1px solid #949494;
  padding-bottom: 5px;
}

.icon-insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/icon-insta-gr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.c-top {
  padding: 40px 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
  margin-bottom: 50px;
}

.c-top__title {
  color: #fff;
  text-align: center;
}

@media (min-width: 600px) {
  .c-top {
    padding: 70px 20px;
  }
}

.c-topview {
  position: relative;
}

.c-topview__img {
  position: relative;
  height: 30vh;
}

.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #454f5d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.5;
}

.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 600;
  color: #fff;
  text-shadow: #272727 1px 1px 1px;
}

.c-topview__title h2 {
  font-size: 22px;
  letter-spacing: 2px;
}

.p-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.p-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}

.p-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  padding-left: 8px;
}

.c-title {
  position: relative;
  text-transform: uppercase;
}

.c-title .en {
  font-size: 36px;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  display: inline-block;
  padding-left: 30px;
}

.c-title .ja::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #0369a1;
}

@media (min-width: 600px) {
  .c-title .en {
    font-size: 42px;
  }
  .c-title .ja {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .c-title .en {
    font-size: 50px;
  }
  .c-title .ja {
    top: -0.5rem;
    font-size: 18px;
    padding-left: 50px;
  }
  .c-title .ja::after {
    width: 35px;
    left: 5px;
  }
}

@media (min-width: 1200px) {
  .c-title .en {
    font-size: 62px;
  }
  .c-title .ja {
    top: -0.7rem;
    font-size: 20px;
  }
}

.tit {
  text-align: center;
  margin-bottom: 40px;
}

.tit .en {
  font-size: 42px;
  letter-spacing: 4px;
  font-family: "Cormorant Garamond", serif;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.tit .en::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tit .ja {
  font-size: 14px;
  color: #0369a1;
}

@media (min-width: 600px) {
  .tit .en {
    font-size: 50px;
  }
  .tit .ja {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .tit {
    margin-bottom: 60px;
  }
  .tit .en {
    font-size: 58px;
  }
  .tit .ja {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .tit .en {
    font-size: 64px;
  }
  .tit .ja {
    font-size: 20px;
  }
}

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}

.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #dfa1b6;
}

.more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}

.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 12px 15px;
  border: 4px solid #272727;
  background: #0369a1;
  border-image-slice: 1;
  z-index: 1;
}

.more-btn__link span {
  position: relative;
  color: #272727;
}

.more-btn__link span:first-child {
  padding-right: 30px;
}

.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}

.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

.more-btn__link.slide-bg:hover {
  z-index: 1;
}

.more-btn__link.slide-bg:hover span {
  color: #272727;
  -webkit-transform: none;
          transform: none;
}

.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}

@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 40px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.cta {
  text-align: center;
  margin-bottom: 50px;
}

.cta__block {
  padding: 14px 10px;
  background-color: #0369a1;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 3em;
  -webkit-box-shadow: 5px 5px 5px #c9c8c8;
          box-shadow: 5px 5px 5px #c9c8c8;
  text-align: center;
}

.cta__block a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 25px;
}

.cta__block a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cta__block a::after {
  display: block;
  position: absolute;
  top: 10px;
  right: -12px;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.cta__block .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}

@media (min-width: 374px) {
  .cta__block {
    width: 290px;
  }
}

@media (min-width: 960px) {
  .cta__block {
    width: 300px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .cta__block {
    width: 400px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 22px;
  }
}

.cta.line .cta__block {
  background-color: #065052;
}

.cta.line .cta__block .line-cta {
  padding-left: 30px;
}

.cta.line .cta__block .line-cta::before {
  background-image: url(../images/common/icon-line-cta.png);
  height: 36px;
  width: 36px;
  left: -20px;
}

.cta p {
  margin-bottom: 6px;
  font-weight: bold;
  color: #0369a1;
  font-size: 1rem;
}

.cta p span {
  font-size: 1.2rem;
}

.cta small {
  display: block;
}

@media (min-width: 960px) {
  .cta p {
    margin-bottom: 6px;
    font-weight: bold;
    color: #0369a1;
    font-size: 1.4rem;
  }
  .cta p span {
    font-size: 1.8rem;
  }
  .cta .line-cta {
    font-size: 22px;
  }
}

.taiken {
  background-color: #c0b288;
  padding: 11px 10px 11px 35px;
  position: relative;
}

.taiken::before {
  position: absolute;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/carender.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 959px) {
  .taiken::before {
    top: 0;
    left: 5px;
    bottom: 0;
  }
}

.taiken a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 959px) {
  .taiken.view-pc {
    display: none;
  }
}

@media (min-width: 960px) {
  .taiken {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 5000;
    padding: 65px 10px 11px 10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .taiken::before {
    height: 40px;
    width: 40px;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .taiken a {
    font-size: 26px;
  }
}

.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #c0b28871));
  background: linear-gradient(transparent 50%, #c0b28871 50%);
}

.p-cta {
  margin: 40px 0;
}

.p-cta.fv-btn {
  margin-top: -100px;
  position: relative;
  z-index: 4000;
  text-align: center;
}

@media (min-width: 960px) {
  .p-cta.fv-btn {
    margin-top: -140px;
  }
}

.p-cta.fv-btn .p-cta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cta.fv-btn .p-cta-info a {
  width: 330px;
}

@media (min-width: 960px) {
  .p-cta.fv-btn .p-cta-info a {
    width: 450px;
  }
}

.p-cta-info {
  text-align: center;
}

.p-cta-info a {
  background: -webkit-gradient(linear, left top, right top, from(#0098d9), to(#00b16a));
  background: linear-gradient(90deg, #0098d9, #00b16a);
  display: block;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 960px) {
  .p-cta-info a {
    font-size: 1.4rem;
    height: 80px;
  }
}

.p-cta-info a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #272727;
}

.p-cta-info a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-cta-info a span {
  position: relative;
}

.p-cta-info a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-cta-info a.tel {
  background-color: #272727;
  color: #fff;
}

.p-cta-info a.tel::before {
  background-color: #ffea61;
}

.p-cta-info a.tel::after {
  border-top: 3px solid #272727;
  border-right: 3px solid #272727;
}

.p-cta-info a.tel span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/tel-white.png);
}

.p-cta-info a.tel small {
  display: block;
  width: 100%;
}

.p-cta-info a.line {
  background-color: #0b9d0b;
  color: #fff;
}

.p-cta-info a.line::before {
  background-color: #fff;
}

.p-cta-info a.line::after {
  border-top: 3px solid #272727;
  border-right: 3px solid #272727;
}

.p-cta-info a.line span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/icon-line-cta.png);
}

.p-cta-info a.line small {
  display: block;
  width: 100%;
}

.top-view {
  position: relative;
}

.top-view .hero {
  position: relative;
}

.top-view .hero .swiper-slide {
  height: 60vh;
}

.top-view .hero__text {
  position: absolute;
  top: 2vh;
  left: 3vw;
  z-index: 100;
  width: 100%;
}

.top-view .hero__text h2 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-weight: 600;
}

.top-view .hero__text h2 strong {
  font-size: 24px;
  background: linear-gradient(-135deg, #f8fafc 0%, #e0f2fe 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0 transparent;
  position: relative;
}

.top-view .hero__text h2 strong::before {
  content: "";
  width: 90%;
  height: 140%;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) skewX(10deg);
          transform: translateY(-50%) translateX(-50%) skewX(10deg);
  left: 50%;
  z-index: -1;
}

@media (min-width: 600px) {
  .top-view .hero .swiper-slide {
    height: 55vh;
  }
  .top-view .hero__text {
    left: 5vw;
  }
  .top-view .hero__text h2 {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .top-view .hero__text h2 strong {
    font-size: 30px;
  }
  .top-view .hero__text h2 strong::before {
    height: 120%;
    -webkit-transform: translateY(-50%) translateX(-50%) skewX(15deg);
            transform: translateY(-50%) translateX(-50%) skewX(15deg);
  }
}

@media (max-width: 959px) {
  .top-view .hero .view-pc {
    display: none;
  }
}

@media (min-width: 960px) {
  .top-view .hero .view-sp {
    display: none;
  }
  .top-view .hero .swiper-slide {
    height: 65vh;
  }
  .top-view .hero__text {
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-view .hero__text h2 {
    font-size: 28px;
  }
  .top-view .hero__text h2 strong {
    font-size: 36px;
  }
  .top-view .hero__text h2 strong::before {
    height: 110%;
    -webkit-transform: translateY(-50%) translateX(-50%) skewX(12deg);
            transform: translateY(-50%) translateX(-50%) skewX(12deg);
  }
}

@media (min-width: 1200px) {
  .top-view .hero .swiper-slide {
    height: 100vh;
  }
  .top-view .hero__text {
    left: 8vw;
  }
  .top-view .hero__text h2 {
    font-size: 38px;
  }
  .top-view .hero__text h2 strong {
    font-size: 48px;
  }
  .top-view .hero__text h2 strong::before {
    width: 95%;
    height: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%) skewX(10deg);
            transform: translateY(-50%) translateX(-50%) skewX(10deg);
  }
}

.com {
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

@media (min-width: 960px) {
  .com img {
    width: 80%;
  }
  .com .c-container, .com .breadcrumb, .com .c-points .sub-tit, .c-points .com .sub-tit {
    padding: 0 15vw;
  }
}

@media (min-width: 960px) {
  .com__imgage {
    padding: 0 20vw;
  }
}

.bnr {
  margin-bottom: 70px;
}

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

.bnr .Img .small {
  width: 90%;
}

@media (min-width: 960px) {
  .bnr .Img img {
    width: 80%;
  }
  .bnr .Img .small {
    width: 35%;
  }
}

.ans {
  position: relative;
  background-color: #0369a1;
  padding: 10px 10px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.ans::after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 35px solid #0369a1;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  z-index: 1;
}

.ans.no-arrow::after {
  display: none;
}

@media (min-width: 960px) {
  .ans {
    font-size: 22px;
  }
}

.efficacy {
  padding: 50px 0;
  background-image: url(../images/home/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.efficacy h3 {
  text-align: center;
  background-color: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  padding: 10px 10px;
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  position: relative;
}

.efficacy h3 span {
  position: relative;
  z-index: 20;
  text-shadow: 1px 1px 1px gray;
}

.efficacy h3 span::before {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 40px;
  width: 20px;
  background-image: url(../images/common/wing-wh-le.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .efficacy h3 span::before {
    height: 60px;
    width: 30px;
  }
}

.efficacy h3 span::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 40px;
  width: 20px;
  background-image: url(../images/common/wing-wh-rt.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 960px) {
  .efficacy h3 span::after {
    height: 60px;
    width: 30px;
  }
}

@media (min-width: 960px) {
  .efficacy h3 span {
    padding: 0 50px;
  }
}

.efficacy__ttl span {
  color: #fff;
  background-color: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  padding: 5px 15px;
}

.efficacy__ttl p {
  color: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  font-weight: bold;
  margin-top: 10px;
}

.efficacy__desc p {
  font-weight: bold;
}

@media (min-width: 960px) {
  .efficacy ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .efficacy ul li {
    width: 45%;
  }
  .efficacy h3 {
    font-size: 40px;
  }
}

.about {
  background: -webkit-gradient(linear, left bottom, left top, from(#f8fafc), to(#e0f2fe));
  background: linear-gradient(0deg, #f8fafc 0%, #e0f2fe 100%);
  padding: 50px 0;
}

.about__wrap {
  margin-bottom: 50px;
}

.about-img {
  margin-bottom: 25px;
}

.about__desc .about-tit {
  font-size: 17px;
  margin-bottom: 15px;
}

.about__desc .about-subtit {
  font-size: 15px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .about .c-container, .about .breadcrumb, .about .c-points .sub-tit, .c-points .about .sub-tit {
    padding: 0 10vw;
  }
  .about-img {
    margin-bottom: 25px;
    height: 250px;
  }
  .about-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 959px) {
  .about-img .view-pc {
    display: none;
  }
}

@media (min-width: 960px) {
  .about {
    padding: 80px 0;
  }
  .about__wrap {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about__wrap .about-img {
    width: 38%;
    height: auto;
    margin-bottom: 0;
  }
  .about__wrap .about-img .view-sp {
    display: none;
  }
  .about__wrap .about__desc {
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .about .c-container, .about .breadcrumb, .about .c-points .sub-tit, .c-points .about .sub-tit {
    padding: 0 15vw;
  }
}

@media (max-width: 500px) {
  .about .c-container, .about .breadcrumb, .about .c-points .sub-tit, .c-points .about .sub-tit {
    padding: 0 3vw;
  }
}

.c-points {
  margin-bottom: 70px;
  position: relative;
  padding-top: 105px;
}

.c-points::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url(../images/home/bg-01.svg) no-repeat center top/cover;
}

.c-points .sub-tit {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 960px) {
  .c-points .sub-tit {
    font-size: 21px;
  }
}

.c-points__img {
  position: relative;
  z-index: 100;
}

.c-points__img img {
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
  z-index: 1;
  height: 250px !important;
}

.c-points__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.c-points__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 20px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/home/img-bg.svg);
}

@media (min-width: 600px) {
  .c-points__img::after {
    top: 70px;
    left: 10px;
  }
}

@media (min-width: 960px) {
  .c-points__img::after {
    top: 60px;
    left: 5px;
  }
}

@media (min-width: 1200px) {
  .c-points__img::after {
    top: 30px;
    left: 5px;
  }
}

.c-points ul {
  position: relative;
}

.c-points ul::after {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(100% - 100vw / 2);
  display: inline-block;
  width: 2060px;
  height: 1650px;
  background-image: url(../images/home/bg-02.svg);
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 600px) {
  .c-points ul::after {
    top: -100px;
  }
}

.c-points__item {
  margin-bottom: 50px;
}

.c-points__desc .item-tit {
  font-size: 18px;
}

.c-points__desc .tit-item2 {
  margin-left: 87px;
  display: block;
}

.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 35px;
  background: linear-gradient(135deg, #1fa2ff 0%, #12d8fa 50%, #a6ffcb 100%);
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
     border-image: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  border-image-slice: 1;
}

.c-points__desc .num-wrap {
  text-align: center;
}

@media (min-width: 600px) {
  .c-points {
    padding-top: 215px;
  }
  .c-points::before {
    height: 160px;
  }
}

@media (min-width: 960px) {
  .c-points {
    padding-top: 215px;
  }
  .c-points::before {
    height: 190px;
  }
}

@media (min-width: 1200px) {
  .c-points {
    padding-top: 315px;
  }
  .c-points::before {
    height: 300px;
  }
}

.tokutyou {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5;
}

.p-aicatch {
  padding: 50px 0;
  background-color: #272727;
  color: #fff;
}

.p-aicatch__desc {
  text-align: center;
  font-weight: bold;
}

.p-aicatch__desc strong {
  font-size: 24px;
}

.p-staff {
  padding-bottom: 70px;
  background-color: #272727;
}

.p-staff .p-title p {
  color: #fff;
}

.p-staff__desc {
  color: #fff;
}

.p-staff .more-btn__link {
  border: 1px solid #fff;
}

.p-method {
  padding-bottom: 70px;
}

.p-method__img {
  padding-bottom: 20px;
}

.p-method__desc {
  padding-bottom: 20px;
}

@media (min-width: 960px) {
  .price-img .Img {
    text-align: center;
  }
  .price-img .Img img {
    width: 70%;
  }
}

.p-access,
.p-access2 {
  padding: 50px 0;
}

.p-access__title,
.p-access2__title {
  color: #0369a1;
  font-size: 22px;
  letter-spacing: 2px;
  border-bottom: 2px solid #0369a1;
  padding: 0 0 5px 10px;
  margin-bottom: 30px;
  border-left: 15px solid #0369a1;
}

.p-access__desc h3,
.p-access2__desc h3 {
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 1px solid #272727;
}

.p-access__desc .osiharai-desc,
.p-access2__desc .osiharai-desc {
  margin-top: 6px;
}

.p-access__desc .osiharai-img,
.p-access2__desc .osiharai-img {
  margin: 5px 0 15px 0;
}

.p-access__desc .c-txt-sm, .p-access__desc .breadcrumb,
.p-access2__desc .c-txt-sm,
.p-access2__desc .breadcrumb {
  font-size: 13px;
}

.p-access__map,
.p-access2__map {
  height: auto;
}

.p-access__map iframe,
.p-access2__map iframe {
  width: 100%;
}

.p-access__wrap,
.p-access2__wrap {
  margin-bottom: 50px;
}

.p-access__wrap:last-child,
.p-access2__wrap:last-child {
  margin-bottom: 0;
}

.p-access2 {
  padding: 50px 0;
  background-image: url(../images/home/bg-05.jpg);
  background-size: contain;
}

.p-instagram {
  background-color: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 50px;
}

.p-instagram #sbi_images {
  margin-bottom: 40px;
}

.p-instagram #sb_instagram .sb_instagram_header {
  display: none;
}

@media (min-width: 960px) {
  .p-instagram {
    padding: 80px 0;
  }
  .p-instagram__img {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 60px;
  }
}

.comparison {
  margin-bottom: 70px;
}

.comparison .c-container, .comparison .breadcrumb, .comparison .c-points .sub-tit, .c-points .comparison .sub-tit {
  padding: 0 0 0 10px;
}

.comparison .table_scroll_wrap {
  overflow-x: scroll;
  width: 100%;
}

.comparison table {
  width: 950px;
  table-layout: fixed;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .comparison table {
    width: 700px;
  }
}

.comparison table .hiden {
  opacity: 0;
  width: 20%;
}

.comparison table .riv {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 0;
  z-index: 1000;
}

.comparison table thead tr:first-child div {
  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;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 15px 5px;
  background: #0ea5e9;
}

.comparison table thead tr:first-child div img {
  width: 100%;
}

.comparison table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}

.comparison table thead tr th {
  border-radius: 10px 10px 0 0;
  padding: 0 0 0 5px;
  color: #ffffff;
}

.comparison table thead tr th.other {
  -ms-flex-line-pack: end;
      align-content: end;
}

.comparison table thead tr th.other div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #888 none;
  padding: 10px;
}

.comparison table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}

.comparison table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}

.comparison table tbody tr:last-child td.bone div {
  border-radius: 0 0 10px 10px;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  border-color: #0369a1 #0369a1 #0369a1 #0369a1;
}

.comparison table tbody tr th {
  padding: 10px;
  color: #ffffff;
  background-color: #0369a1;
  border-bottom: 1px solid #dddddd;
}

.comparison table tbody tr th div {
  text-align: right;
  background: none;
}

@media (max-width: 960px) {
  .comparison table tbody tr th {
    font-size: 14px;
  }
}

.comparison table tbody tr td {
  padding: 0 0 0 5px;
  font-weight: 700;
  text-align: center;
  background: #ffffff none;
}

.comparison table tbody tr td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
  border-width: 0 3px 1px 3px;
  border-style: solid;
  border-color: #0ea5e9 #0ea5e9 #d9d9d9 #0ea5e9;
}

.comparison table tbody tr .other {
  text-align: center;
}

.comparison table tbody tr .other div {
  border-width: 0 0 1px 0;
  background: #eeeeee none;
}

.comparison table tbody tr .small-font {
  font-size: 13px;
}

.comparison table .table_bg_clc {
  position: relative;
}

.comparison table .table_bg_clc::before {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 24px;
  height: 40px;
  margin: auto;
  content: url(../images/common/marusankaku2.png);
}

.comparison table .table_bg_tgl {
  position: relative;
}

.comparison table .table_bg_tgl::before {
  display: block;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 24px;
  height: 40px;
  margin: auto;
  content: url(../images/common/marusankaku1.png);
}

@media (min-width: 600px) {
  .comparison .c-container, .comparison .breadcrumb, .comparison .c-points .sub-tit, .c-points .comparison .sub-tit {
    padding: 0 0 0 5vw;
  }
}

@media (min-width: 960px) {
  .comparison .c-container, .comparison .breadcrumb, .comparison .c-points .sub-tit, .c-points .comparison .sub-tit {
    padding: 0 10vw;
  }
}

@media (min-width: 1200px) {
  .comparison .c-container, .comparison .breadcrumb, .comparison .c-points .sub-tit, .c-points .comparison .sub-tit {
    padding: 0 15vw;
  }
}

.p-contact {
  padding: 50px 0;
  background: url(../images/home/contact-bg.webp) no-repeat center/cover;
  position: relative;
}

.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #272727;
  opacity: 0.6;
}

.p-contact .tit {
  position: relative;
  z-index: 10;
}

.p-contact .tit .en {
  -webkit-text-fill-color: #fff;
}

.p-contact .tit .en::before {
  display: none;
}

.p-contact .tit .ja {
  color: #fff;
}

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

.p-contact__btn {
  padding: 0 8vw;
  position: relative;
  z-index: 10;
}

.p-contact__form {
  padding: 20px 30px;
  max-width: 300px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
}

.p-contact__form span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.p-contact__form span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/60% 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-contact__form a {
  color: #fff;
}

.p-contact__line {
  padding: 20px 30px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  font-size: 16px;
  font-weight: bold;
  border-radius: 9999px;
  max-width: 300px;
  margin: 0 auto;
}

.p-contact__line span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.p-contact__line span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00b902 url(../images/common/line.svg) no-repeat center/60% 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}

.p-contact__line a {
  color: #0369a1;
}

@media (min-width: 960px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contact__btn {
    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;
    padding: 0 10vw;
  }
  .p-contact__form, .p-contact__line {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 15px;
    font-size: 20px;
    max-width: 360px;
    padding: 30px 0;
  }
  .p-contact__form span {
    padding-left: 40px;
  }
  .p-contact__form span::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/common/ico-mail-wh.png) no-repeat center/60% 60%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
  }
  .p-contact__line span {
    padding-left: 40px;
  }
  .p-contact__line span::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00b902 url(../images/common/line.svg) no-repeat center/60% 60%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -25px;
  }
}

.p-slider {
  border-bottom: 2px solid #fff;
}

.p-slider #js-infiniteslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-slider #js-infiniteslide img {
  width: 60%;
  height: 150px !important;
}

@media (min-width: 600px) {
  .p-slider #js-infiniteslide img {
    height: 200px !important;
  }
}

@media (min-width: 960px) {
  .p-slider #js-infiniteslide img {
    height: 300px !important;
  }
}

.p-footer {
  padding: 50px 0 20px;
  background: linear-gradient(45deg, #f8fafc 0%, #e0f2fe 100%);
}

.p-footer .sns-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer .sns-link ul li {
  margin: 10px;
  width: 10%;
}

.p-footer__logo {
  margin-bottom: 20px;
  text-align: center;
}

.p-footer__logo img {
  width: 60%;
}

.p-footer__nav {
  display: block;
  margin-bottom: 60px;
}

.p-footer__nav ul {
  display: inline-block;
}

.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}

.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #0369a1;
}

.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 10px;
  background-color: #0369a1;
}

.p-footer__nav li .c-txt-sm, .p-footer__nav li .breadcrumb {
  font-size: 13px;
}

.p-footer .copyright {
  text-align: center;
  color: #64748b;
  font-size: 12px;
}

.p-news {
  margin-bottom: 70px;
}

.p-news__link {
  color: #272727;
  display: block;
  padding: 5vw 0;
  border-bottom: 1px solid #ccc;
}

.p-news__img.has-thumbnail {
  height: 200px;
  overflow: hidden;
}

.p-news__img.no-thumbnail {
  height: 200px;
  /* 同じ高さで統一感を保つ */
  background-color: #ccc;
  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;
}

.p-news__img.no-thumbnail span {
  color: #fff;
}

.p-news-wrap {
  background-color: #fff;
  padding: 15px;
}

.p-news__date {
  color: #0369a1;
  padding: 5px 12px;
  font-size: 13px;
}

.p-news__list {
  margin-bottom: 50px;
}

.p-news .cate-item {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 5px 12px;
}

.p-news__content {
  padding: 3vw 0;
}

.bfaf {
  margin-bottom: 70px;
}

.bfaf ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.bfaf ul li .flex .Img {
  width: 50%;
  position: relative;
}

.bfaf ul li .flex .Img .bf {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: black;
  color: #fff;
  font-size: 12px;
}

.bfaf ul li .flex .Img .af {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: palevioletred;
  color: #fff;
  font-size: 12px;
}

.c-flow {
  padding: 50px 0;
  background: #f8fafc;
}

.c-flow .item-tit {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
  display: inline-block;
  outline: none;
  cursor: pointer;
  position: relative;
  border: none;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #0369a1 0%, #0ea5e9 50%, #06b6d4 100% 100%) 1 stretch;
     border-image: -webkit-gradient(linear, left top, right top, from(#0369a1), color-stop(50%, #0ea5e9), to(#06b6d4)) 1 stretch;
     border-image: linear-gradient(to right, #0369a1 0%, #0ea5e9 50%, #06b6d4 100% 100%) 1 stretch;
}

.c-flow .item-img {
  position: relative;
}

.c-flow .item-img .num {
  position: absolute;
  z-index: 1000;
  top: -35px;
  left: 10px;
  color: #dfa1b6;
  font-size: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  background: #64748b;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-flow .item-desc .List {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flow .item-desc .List .Item {
  margin: 0 10px;
}

.c-flow .item-desc .List .Item a {
  width: 50px;
  height: 50px;
  display: block;
}

.c-flow .item-desc .List .Item a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-flow .item-desc .List .Item:nth-child(3) a {
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  padding: 8px;
  border-radius: 5px;
}

.c-flow .item-desc strong {
  display: block;
  padding-left: 15px;
  margin: 10px 0;
  position: relative;
}

.c-flow .item-desc strong::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #0369a1;
  position: absolute;
  top: 50%;
  left: 3px;
}

.c-flow-item {
  position: relative;
  padding: 50px 0;
}

.c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f8fafc transparent transparent transparent;
}

.c-flow-item:last-child::after {
  display: none;
}

.c-flow #flow02,
.c-flow #flow04,
.c-flow #flow06 {
  background-color: #e0f2fe;
}

.c-flow #flow02::after,
.c-flow #flow04::after,
.c-flow #flow06::after {
  border-color: #e0f2fe transparent transparent transparent;
}

.c-flow #flow06::after {
  display: none;
}

.c-flow #flow01,
.c-flow #flow03,
.c-flow #flow05,
.c-flow #flow07 {
  background-color: #f8fafc;
}

@media (max-width: 599px) {
  .c-flow .item-img.view-pc2 {
    display: none;
  }
}

@media (min-width: 600px) {
  .c-flow .item-img.view-sp {
    display: none;
  }
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .c-points .sub-tit, .c-points .c-flow .sub-tit {
    padding: 0 15vw;
  }
  .c-flow .item-img {
    margin: 0 5vw 30px;
  }
}

@media (min-width: 960px) {
  .c-flow {
    padding: 80px 0;
  }
  .c-flow .tit {
    margin-bottom: 0;
  }
  .c-flow-item {
    padding: 80px 0;
  }
  .c-flow-item .item-tit {
    font-size: 24px;
  }
  .c-flow-item .c-container, .c-flow-item .breadcrumb, .c-flow-item .c-points .sub-tit, .c-points .c-flow-item .sub-tit {
    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;
    padding: 0 8vw;
  }
  .c-flow-item:nth-child(2n) .c-container, .c-flow-item:nth-child(2n) .breadcrumb, .c-flow-item:nth-child(2n) .c-points .sub-tit, .c-points .c-flow-item:nth-child(2n) .sub-tit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-flow .item-wrap {
    width: 48%;
  }
  .c-flow .item-img {
    width: 48%;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .c-flow-item .c-container, .c-flow-item .breadcrumb, .c-flow-item .c-points .sub-tit, .c-points .c-flow-item .sub-tit {
    padding: 0 15vw;
  }
}

.c-about .c-features,
.c-method .c-features,
.c-price .c-features {
  margin-bottom: 50px;
}

.c-about .c-features h3,
.c-method .c-features h3,
.c-price .c-features h3 {
  margin-bottom: 10px;
}

.c-about .more-btn,
.c-method .more-btn,
.c-price .more-btn {
  text-align: center;
  display: block;
}

.c-about .more-btn__link,
.c-method .more-btn__link,
.c-price .more-btn__link {
  width: auto;
}

.p-service {
  margin-bottom: 50px;
}

.p-service ul li {
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px #c7c7c7;
          box-shadow: 2px 3px 4px #c7c7c7;
  background-color: #fff;
  padding: 0 0 10px 0;
}

.p-service ul li .bg-slide {
  background-color: #c0b288;
  content: "";
  position: absolute;
  z-index: -1;
  height: 185px;
  left: -15px;
  top: -12px;
  width: 261px;
}

.p-service ul li .Text {
  padding: 10px;
}

.p-service ul li .Text p {
  margin-bottom: 10px;
}

.p-service ul li .Img {
  margin-bottom: 20px;
}

.p-service ul li h3 {
  color: #272727;
  text-align: center;
}

@media (min-width: 960px) {
  .p-service ul li {
    margin-right: 10vw;
  }
  .p-service ul li:nth-child(2) {
    margin-left: 10vw;
    margin-right: 0;
  }
  .p-service ul li:nth-child(2) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-service ul li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
  .p-service ul li p {
    font-size: 24px;
  }
  .p-service ul li .Img,
  .p-service ul li .Text {
    width: 48%;
  }
  .p-service ul li .Img {
    margin-bottom: 0;
  }
}

.c-access__intro {
  padding: 50px 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.c-access__intro__img {
  position: relative;
  z-index: 100;
  margin-bottom: 50px;
}

.c-access__intro__img img {
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
  z-index: 1;
  height: 250px !important;
}

.c-access__intro__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.c-access__intro__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 30px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/home/img-bg.svg);
}

@media (min-width: 600px) {
  .c-access__intro__img::after {
    top: 17px;
  }
}

.c-access__intro__desc h3 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 15px;
  color: #0369a1;
}

@media (min-width: 600px) {
  .c-access__intro {
    padding: 70px 0;
  }
  .c-access__intro__wrap {
    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;
  }
  .c-access__intro__img {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-access__intro__img img {
    height: 370px !important;
  }
  .c-access__intro__desc {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (min-width: 960px) {
  .c-access__intro {
    padding: 90px 0;
  }
  .c-access__intro__desc h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .c-access__intro {
    padding: 100px 0;
  }
  .c-access__intro__desc h3 {
    font-size: 28px;
  }
}

.c-service__intro {
  padding: 50px 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.c-service__intro__img {
  position: relative;
  z-index: 100;
}

.c-service__intro__img img {
  -webkit-clip-path: url(#mask);
  clip-path: url(#mask);
  z-index: 1;
  height: 250px !important;
}

.c-service__intro__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.c-service__intro__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 30px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/home/img-bg.svg);
}

@media (min-width: 600px) {
  .c-service__intro__img::after {
    top: 17px;
  }
}

.c-service__intro__desc h3 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 15px;
  color: #0369a1;
}

@media (min-width: 600px) {
  .c-service__intro {
    padding: 70px 0;
  }
  .c-service__intro__wrap {
    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;
  }
  .c-service__intro__img {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-service__intro__img img {
    height: 370px !important;
  }
  .c-service__intro__desc {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (min-width: 960px) {
  .c-service__intro {
    padding: 90px 0;
  }
  .c-service__intro__desc h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .c-service__intro {
    padding: 100px 0;
  }
  .c-service__intro__desc h3 {
    font-size: 28px;
  }
}

.c-service__strength {
  padding: 50px 0;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  margin-bottom: 70px;
}

.c-service__strength .c-title .en {
  -webkit-text-fill-color: #fff;
}

.c-service__strength .c-title .ja {
  color: #fff;
}

.c-service__strength .c-title .ja::after {
  background-color: #fff;
}

.c-service__strength__list__item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 15px;
}

.c-service__strength__list__item .Img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}

.c-service__strength__list__item .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-service__strength__list__item .Desc h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 600px) {
  .c-service__strength__list {
    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;
  }
  .c-service__strength__list__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media (min-width: 960px) {
  .c-service__strength {
    padding: 80px 0;
  }
  .c-service__strength .c-container, .c-service__strength .breadcrumb, .c-service__strength .c-points .sub-tit, .c-points .c-service__strength .sub-tit {
    padding: 0 10vw;
  }
  .c-service__strength__list__item {
    padding: 30px;
  }
  .c-service__strength__list__item .Desc .c-txt-sm, .c-service__strength__list__item .Desc .breadcrumb {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .c-service__strength .c-container, .c-service__strength .breadcrumb, .c-service__strength .c-points .sub-tit, .c-points .c-service__strength .sub-tit {
    padding: 0 8vw;
  }
  .c-service__strength__list__item {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}

.c-caution {
  background: #f1f1f1;
  padding: 50px 0;
}

.c-caution__desc {
  background-color: #fff;
  padding: 20px 20px 5px;
  border-radius: 5px;
}

.c-caution__desc__item {
  margin-bottom: 30px;
}

.c-caution__desc__item h3 {
  color: #0369a1;
  font-size: 18px;
  border-bottom: 3px dotted #0369a1;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .c-caution .c-container, .c-caution .breadcrumb, .c-caution .c-points .sub-tit, .c-points .c-caution .sub-tit {
    padding: 0 12vw;
  }
  .c-caution__desc {
    padding: 30px 30px 5px;
  }
  .c-caution__desc__item h3 {
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .c-caution {
    padding: 80px 0;
  }
  .c-caution .c-container, .c-caution .breadcrumb, .c-caution .c-points .sub-tit, .c-points .c-caution .sub-tit {
    padding: 0 15vw;
  }
  .c-caution__desc__item {
    margin-bottom: 40px;
  }
  .c-caution__desc__item h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .c-caution .c-container, .c-caution .breadcrumb, .c-caution .c-points .sub-tit, .c-points .c-caution .sub-tit {
    padding: 0 18vw;
  }
  .c-caution__desc {
    padding: 40px 40px 5px;
  }
  .c-caution__desc__item {
    margin-bottom: 50px;
  }
  .c-caution__desc__item h3 {
    font-size: 24px;
  }
}

.c-recruit {
  margin-bottom: 70px;
}

.c-recruit__title {
  text-align: center;
  margin-bottom: 50px;
}

.c-recruit__points li {
  margin-bottom: 50px;
}

.c-recruit .recruit-message {
  margin-bottom: 50px;
}

.c-recruit .recruit-detaiil {
  margin-bottom: 50px;
}

.c-recruit .recruit-detaiil-sec.is-bottom {
  margin-top: 60px;
}

.c-recruit .recruit-detaiil-sec__ico {
  font-family: serif;
}

.c-recruit .recruit-detaiil-sec__ico.is-detail::before {
  background-image: url(../images/recruit/ico_detail01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-recruit .recruit-detaiil-sec__ico.is-info::before {
  background-image: url(../images/recruit/ico_info01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-recruit .recruit-detaiil__head {
  margin-bottom: 30px;
}

.c-recruit .c-table01 tr {
  padding: 12px;
  border-top: 1px solid #e3e2dc;
  display: block;
}

.c-recruit .c-table01 th {
  font-weight: bold;
}

.c-recruit .c-table01 td {
  line-height: 1.5;
}

.c-recruit .more-btn {
  display: block;
}

@media (max-width: 599px) {
  .c-recruit .c-table01 th {
    display: block;
  }
}

@media (max-width: 599px) {
  .c-recruit th {
    color: #272727;
    margin-bottom: 5px;
  }
}

.c-recruit .points-title .c-txt-lg {
  color: #dfa1b6;
  display: block;
}

.c-price {
  margin-bottom: 70px;
}

.c-price .c-container, .c-price .breadcrumb, .c-price .c-points .sub-tit, .c-points .c-price .sub-tit {
  padding: 0 3vw;
}

.c-price__first {
  position: relative;
  background: white;
  margin-bottom: 80px;
}

.c-price__first::before {
  content: "";
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* border幅 */
  background: -webkit-gradient(linear, left top, right top, from(#1e40af), to(#06b6d4));
  background: linear-gradient(to right, #1e40af, #06b6d4);
  border-radius: inherit;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  /* Safari対応 */
}

.c-price__first__tit {
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  padding: 15px 0;
  text-align: center;
}

.c-price__first__tit .hukidasi {
  background-color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 9999px;
  position: relative;
}

.c-price__first__tit .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}

.c-price__first__tit h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
}

.c-price__first__desc {
  padding: 20px;
  background: linear-gradient(45deg, #f8fafc 0%, #e0f2fe 100%);
}

.c-price .box {
  margin-bottom: 50px;
}

.c-price .Wrap {
  margin-bottom: 30px;
}

.c-price .Wrap .course-name {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  padding: 10px 0;
  background-color: #0ea5e9;
  color: #fff;
  border: 1px solid #0ea5e9;
}

.c-price .Wrap .course-name small {
  font-size: 13px;
}

.c-price .Wrap .Img {
  border-left: 1px solid #0ea5e9;
  border-right: 1px solid #0ea5e9;
}

.c-price .Wrap .block table thead tr th {
  text-align: center;
  padding: 15px 5px 15px 5px;
  background-color: #f4f4ed;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0ea5e9;
  color: #494949;
  font-size: 14px;
}

.c-price .Wrap .block table tbody tr td {
  text-align: center;
  padding: 15px 5px 15px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0ea5e9;
  color: #494949;
  font-size: 14px;
}

.c-price .include {
  -webkit-box-shadow: 0px 0px 5px #b9b9b9;
          box-shadow: 0px 0px 5px #b9b9b9;
  padding: 15px;
  margin: 0 auto 50px auto;
  border-radius: 5px;
}

.c-price .include ul {
  color: #333;
  padding: 10px;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  color: #fff;
}

.c-price .include ul li {
  text-align: left;
  margin-bottom: 10px;
}

.c-price .include ul li span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.c-price .include ul li span::before {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(../images/common/check.svg) no-repeat center/contain;
  height: 18px;
  width: 18px;
}

.c-price .include ul li.mb-sm, .c-price .include ul li.wp-categories, .c-price .include ul li.c-title, .c-price .include ul li.cta__block, .c-price .include ul .bnr li.Img, .bnr .c-price .include ul li.Img, .c-price .include .efficacy ul li, .efficacy .c-price .include ul li, .c-price .include ul li.c-points__img, .c-price .include ul .c-points__desc li.num-wrap, .c-points__desc .c-price .include ul li.num-wrap, .c-price .include ul li.p-staff__img, .c-price .include ul li.p-staff__desc, .c-price .include ul li.p-access__desc,
.c-price .include ul li.p-access2__desc, .c-price .include ul li.p-access__map,
.c-price .include ul li.p-access2__map, .c-price .include ul li.p-instagram__desc, .c-price .include ul .p-footer li.sns-link, .p-footer .c-price .include ul li.sns-link, .c-price .include ul .c-flow li.item-img, .c-flow .c-price .include ul li.item-img, .c-price .include ul li.c-access__intro__img, .c-price .include ul li.c-service__intro__img, .c-price .include ul .voices li.hero, .voices .c-price .include ul li.hero, .c-price .include ul .voices .hero li.swiper-container2, .voices .hero .c-price .include ul li.swiper-container2, .c-price .include ul .faq li.c-txtarea01, .faq .c-price .include ul li.c-txtarea01, .c-price .include ul li.faq__item, .c-price .include ul .c-news li.category-list, .c-news .c-price .include ul li.category-list, .c-price .include ul .c-contact .contact-form li.privacy, .c-contact .contact-form .c-price .include ul li.privacy, .c-price .include ul li.c-works-sl__subtit, .c-price .include ul li.c-works-sl__title, .c-price .include ul .c-works-sl-slider li.mySwiper2, .c-works-sl-slider .c-price .include ul li.mySwiper2, .c-price .include ul li.achievement__item, .c-price .include ul li.achievement2__item, .c-price .include ul .menber .slider li.hero2, .menber .slider .c-price .include ul li.hero2, .c-price .include ul .menber .slider .hero2 li.swiper-container4, .menber .slider .hero2 .c-price .include ul li.swiper-container4, .c-price .include ul .c-staff__item li.director, .c-staff__item .c-price .include ul li.director, .c-price .include ul li.c-staff__text, .c-price .include ul li.c-staff__ls, .c-price .include ul li.tab-cate {
  font-size: 18px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .c-price .include ul li {
    font-size: 16px;
  }
}

.c-price .include .desc {
  margin-top: 20px;
  text-align: left;
}

.c-price .icons {
  margin-bottom: 50px;
}

.c-price .icons h3 {
  text-align: center;
  margin-bottom: 30px;
}

.c-price .icons 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;
}

.c-price .icons ul li {
  width: 30%;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.c-price .icons ul li .Img {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.c-price .icons ul li .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-price .icons.pay ul li:nth-child(1) .Img, .c-price .icons.pay ul li:nth-child(2) .Img {
  padding: 10px;
}

.c-price .pr-tit {
  text-align: center;
  margin-bottom: 30px;
}

.c-price .slider {
  position: relative;
}

.c-price .slider .hero {
  overflow: hidden;
}

.c-price .slider .hero .swiper-container3 {
  position: relative;
  height: 220px;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .Img {
  text-align: center;
  position: relative;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .Img p {
  position: absolute;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .Img p .label {
  position: relative;
  z-index: 100;
  color: #fff;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .Img p .label .num {
  display: block;
  margin-top: -10px;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .Img p::before {
  position: absolute;
  content: "";
  display: block;
  top: -60px;
  left: -60px;
  border: 60px solid transparent;
  border-right-color: #f77f00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-price .slider .hero .swiper-container3 .swiper-slide .menber-desc .name {
  color: #272727;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .desc {
  text-align: center;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .desc h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .desc p {
  font-weight: lighter;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .desc span {
  position: relative;
}

.c-price .slider .hero .swiper-container3 .swiper-slide .desc span::before {
  position: absolute;
  left: -10px;
  right: 0;
  bottom: 28px;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/home/hosi.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-price .slider .hero .swiper-container3 .swiper-button-prev,
.c-price .slider .hero .swiper-container3 .swiper-button-next {
  top: 90%;
  border: 1px solid #0369a1;
  border-radius: 100px;
  width: 34px;
  height: 35px;
  background-color: #ffffff9b;
}

.c-price .slider .hero .swiper-container3 .swiper-button-prev::after,
.c-price .slider .hero .swiper-container3 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}

.c-price .slider .hero .swiper-container3 .swiper-button-prev {
  left: 15px;
}

.c-price .slider .hero .swiper-container3 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #0369a1;
  border-left: 2px solid #0369a1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-price .slider .hero .swiper-container3 .swiper-button-next {
  left: 60px;
}

.c-price .slider .hero .swiper-container3 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #0369a1;
  border-right: 2px solid #0369a1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 600px) {
  .c-price .slider .hero .swiper-container3 .swiper-button-prev,
  .c-price .slider .hero .swiper-container3 .swiper-button-next {
    height: 40px;
    width: 40px;
    top: 83%;
  }
  .c-price .slider .hero .swiper-container3 .swiper-button-prev::after,
  .c-price .slider .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
  .c-price .slider .hero .swiper-container3 .swiper-button-next {
    left: 77px;
  }
}

@media (min-width: 960px) {
  .c-price .slider .hero .swiper-container3 {
    height: 280px;
  }
  .c-price .slider .hero .swiper-container3 .swiper-button-prev,
  .c-price .slider .hero .swiper-container3 .swiper-button-next {
    height: 50px;
    width: 50px;
  }
  .c-price .slider .hero .swiper-container3 .swiper-button-prev::after,
  .c-price .slider .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 40px;
  }
  .c-price .slider .hero .swiper-container3 .swiper-button-next {
    right: none;
  }
}

@media (min-width: 600px) {
  .c-price .c-container, .c-price .breadcrumb, .c-price .c-points .sub-tit, .c-points .c-price .sub-tit {
    padding: 0 15vw;
  }
  .c-price__first .onlySP {
    display: none;
  }
  .c-price__first__desc {
    padding: 20px 30px 40px;
  }
  .c-price .Wrap {
    margin: 0 5vw 50px;
  }
  .c-price .include {
    padding: 20px 30px;
  }
  .c-price .include ul li {
    text-align: center;
    margin-left: -25px;
  }
  .c-price .include ul li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .c-price .c-container, .c-price .breadcrumb, .c-price .c-points .sub-tit, .c-points .c-price .sub-tit {
    padding: 0 5vw;
  }
  .c-price__first {
    margin: 0 5vw 100px;
  }
  .c-price__first__tit {
    padding: 20px 0;
  }
  .c-price__first__tit .hukidasi {
    padding: 12px 40px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .c-price__first__tit .hukidasi::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    bottom: -15px;
  }
  .c-price__first__tit h4 {
    font-size: 28px;
    line-height: 2;
  }
  .c-price .box {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex
; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-price .box .Wrap {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin: 0;
  }
  .c-price .box .Wrap .course-name {
    font-size: 18px;
    padding: 15px 0;
  }
  .c-price .box .Wrap .course-name small {
    font-size: 15px;
  }
  .c-price .box .Wrap .block table thead tr th {
    padding: 20px 10px;
    font-size: 18px;
  }
  .c-price .box .Wrap .block table tbody tr td {
    padding: 20px 10px;
    font-size: 20px;
  }
  .c-price .box .include {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    margin: 0;
  }
  .c-price .box .include ul {
    padding: 15px;
  }
  .c-price .box .include ul li {
    text-align: left;
    margin-left: 0;
    font-size: 18px;
  }
  .c-price .box .include ul li span {
    padding-left: 35px;
  }
  .c-price .box .include ul li span::before {
    top: 55%;
    height: 22px;
    width: 22px;
  }
  .c-price .box .include ul li.mb-sm, .c-price .box .include ul li.wp-categories, .c-price .box .include ul li.c-title, .c-price .box .include ul li.cta__block, .c-price .box .include ul .bnr li.Img, .bnr .c-price .box .include ul li.Img, .c-price .box .include .efficacy ul li, .efficacy .c-price .box .include ul li, .c-price .box .include ul li.c-points__img, .c-price .box .include ul .c-points__desc li.num-wrap, .c-points__desc .c-price .box .include ul li.num-wrap, .c-price .box .include ul li.p-staff__img, .c-price .box .include ul li.p-staff__desc, .c-price .box .include ul li.p-access__desc,
  .c-price .box .include ul li.p-access2__desc, .c-price .box .include ul li.p-access__map,
  .c-price .box .include ul li.p-access2__map, .c-price .box .include ul li.p-instagram__desc, .c-price .box .include ul .p-footer li.sns-link, .p-footer .c-price .box .include ul li.sns-link, .c-price .box .include ul .c-flow li.item-img, .c-flow .c-price .box .include ul li.item-img, .c-price .box .include ul li.c-access__intro__img, .c-price .box .include ul li.c-service__intro__img, .c-price .box .include ul .voices li.hero, .voices .c-price .box .include ul li.hero, .c-price .box .include ul .voices .hero li.swiper-container2, .voices .hero .c-price .box .include ul li.swiper-container2, .c-price .box .include ul .faq li.c-txtarea01, .faq .c-price .box .include ul li.c-txtarea01, .c-price .box .include ul li.faq__item, .c-price .box .include ul .c-news li.category-list, .c-news .c-price .box .include ul li.category-list, .c-price .box .include ul .c-contact .contact-form li.privacy, .c-contact .contact-form .c-price .box .include ul li.privacy, .c-price .box .include ul li.c-works-sl__subtit, .c-price .box .include ul li.c-works-sl__title, .c-price .box .include ul .c-works-sl-slider li.mySwiper2, .c-works-sl-slider .c-price .box .include ul li.mySwiper2, .c-price .box .include ul li.achievement__item, .c-price .box .include ul li.achievement2__item, .c-price .box .include ul .menber .slider li.hero2, .menber .slider .c-price .box .include ul li.hero2, .c-price .box .include ul .menber .slider .hero2 li.swiper-container4, .menber .slider .hero2 .c-price .box .include ul li.swiper-container4, .c-price .box .include ul .c-staff__item li.director, .c-staff__item .c-price .box .include ul li.director, .c-price .box .include ul li.c-staff__text, .c-price .box .include ul li.c-staff__ls, .c-price .box .include ul li.tab-cate {
    text-align: center;
    font-size: 24px;
  }
  .c-price .icons {
    margin-bottom: 50px;
  }
  .c-price .icons.pay {
    margin: 0 15vw 80px;
  }
  .c-price .icons.pay ul li {
    width: 30%;
  }
  .c-price .icons h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .c-price .icons ul li {
    width: 15%;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .c-price .c-container, .c-price .breadcrumb, .c-price .c-points .sub-tit, .c-points .c-price .sub-tit {
    padding: 0 15vw;
  }
}

.voices {
  margin-bottom: 70px;
  padding: 50px 0;
}

.voices .hero {
  overflow: hidden;
}

.voices .hero .swiper-container2 {
  position: relative;
}

.voices .hero .swiper-container2 .swiper-slide {
  background-color: #fff;
  height: 420px;
}

.voices .hero .swiper-container2 .swiper-slide .Img {
  text-align: center;
  position: relative;
}

.voices .hero .swiper-container2 .swiper-slide .Img p {
  position: absolute;
}

.voices .hero .swiper-container2 .swiper-slide .Img p .label {
  position: relative;
  z-index: 100;
  color: #fff;
  margin-left: 5px;
}

.voices .hero .swiper-container2 .swiper-slide .Img p .label .num {
  display: block;
  margin-top: -10px;
}

.voices .hero .swiper-container2 .swiper-slide .Img p::before {
  position: absolute;
  content: "";
  display: block;
  top: -60px;
  left: -60px;
  border: 60px solid transparent;
  border-right-color: #0ea5e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voices .hero .swiper-container2 .swiper-slide .txt {
  padding: 10px;
}

.voices .hero .swiper-container2 .swiper-slide .txt h4 {
  margin-bottom: 20px;
  color: #01012e;
  font-size: 20px;
}

.voices .hero .swiper-container2 .swiper-slide .txt h5 {
  margin-bottom: 10px;
  color: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  font-size: 18px;
}

.voices .hero .swiper-container2 .swiper-slide .txt p {
  font-size: 16px;
  color: #01012e;
}

.voices .hero .swiper-container2 .swiper-button-prev,
.voices .hero .swiper-container2 .swiper-button-next {
  top: 35%;
  border: 1px solid #0369a1;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #ffffff9b;
}

.voices .hero .swiper-container2 .swiper-button-prev::after,
.voices .hero .swiper-container2 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}

.voices .hero .swiper-container2 .swiper-button-prev {
  left: 0;
}

.voices .hero .swiper-container2 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #0369a1;
  border-left: 2px solid #0369a1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.voices .hero .swiper-container2 .swiper-button-next {
  right: 0;
}

.voices .hero .swiper-container2 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #0369a1;
  border-right: 2px solid #0369a1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 600px) {
  .voices .hero .swiper-container2 .swiper-button-prev,
  .voices .hero .swiper-container2 .swiper-button-next {
    height: 50px;
    width: 50px;
  }
  .voices .hero .swiper-container2 .swiper-button-prev::after,
  .voices .hero .swiper-container2 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
}

@media (min-width: 960px) {
  .voices .hero .swiper-container2 {
    margin-bottom: 120px;
  }
  .voices .hero .swiper-container2 .swiper-button-prev,
  .voices .hero .swiper-container2 .swiper-button-next {
    top: 25%;
    height: 70px;
    width: 70px;
  }
  .voices .hero .swiper-container2 .swiper-button-prev::after,
  .voices .hero .swiper-container2 .swiper-button-next::after {
    color: #fff;
    font-size: 40px;
  }
  .voices .hero .swiper-container2 .swiper-button-next {
    right: none;
  }
}

.c-about__desc dl {
  padding-bottom: 10px;
  border: 1px solid #ccc;
}

.c-about__desc dl dt {
  margin-bottom: 10px;
  background-color: #0ea5e9;
  color: #fff;
  padding: 10px 10px;
  font-weight: normal;
}

.c-about__desc dl dd {
  padding: 0px 10px;
}

@media (min-width: 960px) {
  .c-about__desc .view-sp {
    display: none;
  }
  .c-about__desc dl {
    padding: 0;
  }
  .c-about__desc dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    margin-bottom: 0;
  }
  .c-about__desc dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
  }
}

.faq-contents {
  position: relative;
  padding-top: 120px;
  margin-bottom: 70px;
}

.faq-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url(../images/home/bg-01.svg) no-repeat center/cover;
}

@media (min-width: 600px) {
  .faq-contents {
    padding-top: 150px;
  }
  .faq-contents::before {
    height: 160px;
  }
}

@media (min-width: 960px) {
  .faq-contents {
    padding-top: 180px;
  }
  .faq-contents::before {
    height: 190px;
  }
}

@media (min-width: 1200px) {
  .faq-contents {
    padding-top: 220px;
  }
  .faq-contents::before {
    height: 300px;
  }
}

.faq {
  margin-bottom: 70px;
  position: relative;
}

.faq .c-txt-sm, .faq .breadcrumb {
  font-size: 14px;
}

.faq dt {
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  border: 1px solid gainsboro;
  border-radius: 10px;
}

.faq dt::before {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #0369a1;
  font-size: 20px;
  padding: 10px;
}

.faq dt span {
  margin-left: 8vw;
  margin-right: 5vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}

.faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #0369a1;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #0369a1;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq dd {
  position: relative;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #0ea5e9;
}

.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}

.faq dd .m-description-article strong {
  display: block;
  margin: 10px 0;
}

.faq .more-btn {
  display: block;
}

.pagination .page-numbers {
  margin: 6vw 0;
}

.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  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;
  color: #272727;
  font-size: 12px;
  padding-left: 3px;
}

.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0369a1 !important;
  color: #fff;
}

.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #272727;
  top: 0;
}

.pagination .page-numbers:not(.next):not(.prev) .next::after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}

@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

@media (min-width: 960px) {
  .pagination {
    margin: 0 24vw;
  }
}

.c-news {
  padding: 50px 0;
  background-color: #f5f5f5;
  letter-spacing: 3px;
}

.c-news__item:first-child {
  border-top: 1px solid #ccc;
}

.c-news__link {
  color: #272727;
  display: block;
  padding: 5vw 0;
  border-bottom: 1px solid #ccc;
}

.c-news__img.has-thumbnail {
  height: 200px;
  overflow: hidden;
}

.c-news__img.no-thumbnail {
  height: 200px;
  /* 同じ高さで統一感を保つ */
  background-color: #ccc;
  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;
}

.c-news__img.no-thumbnail span {
  color: #fff;
}

.c-news-wrap {
  background-color: #fff;
  padding: 15px;
}

.c-news__date {
  color: #0369a1;
  padding: 5px 12px;
  font-size: 13px;
}

.c-news__list {
  margin-bottom: 50px;
}

.c-news .cate-item {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 9999px;
  padding: 5px 12px;
}

.c-news__content {
  padding: 3vw 0;
}

.c-news .page-numbers {
  margin: 6vw 0;
}

.c-news .page-numbers:not(.next):not(.prev) {
  position: relative;
  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;
  color: #272727;
  font-size: 12px;
  padding-left: 3px;
}

.c-news .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0369a1 !important;
}

.c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c4ccd1;
  background: #fff;
  margin: 0 1.3vw;
}

.c-news .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #272727;
  top: 0;
}

.c-news .page-numbers:not(.next):not(.prev) .next::after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .c-news .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}

@media (min-width: 600px) {
  .c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}

@media (min-width: 900px) {
  .c-news .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .c-news .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-news .category-list h4 {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
  padding: 10px 10px;
}

.c-news .category-list ul {
  padding: 10px 10px;
  background-color: #fff;
}

.c-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}

.c-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #0ea5e9;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.c-news .category-list ul li a {
  color: #272727;
}

.c-news-sl {
  padding: 5vw 0 0;
}

.c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-points .sub-tit, .c-points .c-news-sl .sub-tit {
  padding: 0 5vw 0 5vw;
}

.c-news-sl__date {
  color: #0369a1;
}

.c-news-sl__contents {
  padding: 10vw 0 5vw 0;
  line-height: 2.5;
}

.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}

.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #727272;
}

.c-news-sl__link a span {
  color: #272727;
}

.c-contact-intro {
  padding: 50px 0 0;
}

.c-contact-intro .c-title .en {
  display: block;
}

@media (min-width: 600px) {
  .c-contact-intro .c-title {
    text-align: center;
  }
  .c-contact-intro .c-txt-sm, .c-contact-intro .breadcrumb {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .c-contact-intro {
    padding: 80px 0 30px;
  }
}

.c-contact .c-description {
  padding: 40px 0;
  background-color: #020225;
  color: #fff;
  margin-bottom: 50px;
}

.c-contact .c-description ul {
  padding: 20px 0;
}

.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}

.c-contact .contact-form {
  text-align: center;
  background: #f6f6f6;
  margin: 50px 5vw;
  padding: 8vw 0;
}

.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}

.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}

@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}

.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.c-contact .contact-form input,
.c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #272727;
}

.c-contact .contact-form textarea {
  margin-bottom: 0;
}

.c-contact .contact-form input {
  height: 45px;
}

.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #272727;
}

.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.c-contact .contact-form dt {
  font-size: 14px;
}

.c-contact .contact-form dt p {
  width: 100%;
}

.c-contact .contact-form dt strong {
  color: #c70101;
}

.c-contact .contact-form .ct-name .number {
  position: relative;
}

.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}

.c-contact .contact-form .free {
  position: relative;
  padding: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  background: #df5030;
  background: -webkit-gradient(linear, left top, right top, from(#f27c61), to(#db2d06));
  background: linear-gradient(to right, #f27c61 0%, #db2d06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  display: inline-block;
}

.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}

.c-contact .contact-form .must p {
  position: relative;
}

.c-contact .contact-form .must p::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #e63c3c;
  margin-left: 5px;
}

.c-contact .contact-form .ct-request select {
  width: 100%;
}

.c-contact .contact-form .ct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-bottom: 20px;
  margin: auto;
}

.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}

.c-contact .contact-form .ct-sex input {
  margin: 0;
}

.c-contact .contact-form .ct-sex select {
  height: 45px;
}

.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}

.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}

.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}

.c-contact .contact-form .ct-date input {
  margin-top: 0;
}

.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}

.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}

.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}

.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .contact-form .ms-1 {
  color: #2180da;
  border-bottom: 1px solid #2180da;
}

.c-contact .contact-form .submit-btn {
  text-align: center;
}

.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
  background: #eee;
}

.c-contact .contact-form .submit-btn input {
  border-color: #fff;
  width: 70%;
  max-width: 320px;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.c-contact .contact-form .ajax-loader {
  display: none;
}

.c-contact .contact-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 24px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}

.c-contact .grecaptcha-badge {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100% !important;
}

.c-contact .grecaptcha-badge iframe {
  -webkit-box-shadow: grey 0px 0px 5px;
          box-shadow: grey 0px 0px 5px;
}

@media (min-width: 2000px) {
  .c-contact .wrap {
    padding: 0 500px;
  }
}

.c-contact .form {
  background: #fff7e8;
  padding: 20px;
}

.c-contact .ct-check {
  background-color: #fff;
}

.c-contact .ct-check .must {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}

.c-contact .ct-check.flex .need {
  margin-left: -10px;
}

@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}

.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .ct-check .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
}

.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}

@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}

@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}

.c-contact .ct-text-sm textarea {
  height: 80px;
}

@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}

.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}

.c-contact .ct-redio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}

.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}

@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}

@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
  margin-bottom: 70px;
}

.c-privacy .breadcrumb {
  background: transparent;
}

.c-privacy .breadcrumb li a {
  color: #0369a1;
  border-bottom: 1px solid #0369a1;
}

.c-privacy-text {
  margin-bottom: 50px;
}

.c-privacy-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin: 30px 0 50px;
  font-weight: bold;
}

.c-privacy h3 {
  margin-bottom: 20px;
}

.c-privacy-item {
  margin-bottom: 30px;
}

.c-privacy .r-button-inner {
  padding: 18px 30px;
}

@media (min-width: 960px) {
  .c-privacy .r-button-inner {
    padding: 24px 38px;
  }
  .c-privacy .r-button-inner a span {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-points .sub-tit, .c-points .c-privacy .sub-tit {
    padding: 0 10vw;
  }
  .c-privacy-title {
    font-size: 32px;
    margin: 50px 0;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .c-privacy {
    margin-top: 50px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-points .sub-tit, .c-points .c-privacy .sub-tit {
    padding: 0 15vw;
  }
}

.c-thanks {
  margin-top: 30px;
  margin-bottom: 70px;
}

.c-thanks .breadcrumb {
  background: transparent;
}

.c-thanks .breadcrumb li a {
  color: #0369a1;
  border-bottom: 1px solid #0369a1;
}

.c-thanks-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin: 30px 0 50px;
  font-weight: bold;
}

.c-thanks h3 {
  margin-bottom: 20px;
}

.c-thanks-item {
  margin-bottom: 30px;
}

.c-thanks-btn {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}

.c-thanks-btn a {
  position: relative;
  border: 1px solid #272727;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 2px;
}

.c-thanks-btn a:hover {
  letter-spacing: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-thanks-btn a::after {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-thanks-text {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
}

@media (min-width: 960px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-points .sub-tit, .c-points .c-thanks .sub-tit {
    padding: 0 10vw;
  }
  .c-thanks-title {
    font-size: 32px;
    margin: 50px 0;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .c-thanks {
    margin-top: 50px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-points .sub-tit, .c-points .c-thanks .sub-tit {
    padding: 0 15vw;
  }
}

.p-voices {
  background-color: #e7e7e7;
  padding: 50px 0;
}

.p-voices li {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 3px gainsboro;
          box-shadow: 3px 3px 3px gainsboro;
}

.p-voices-flex {
  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;
  margin-bottom: 15px;
}

.p-voices-flex .icon {
  width: 20%;
}

.p-voices-flex .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voices-flex .wor {
  width: 77%;
  background-color: #e7dfe8;
  padding: 5px;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .p-voices .c-container, .p-voices .breadcrumb, .p-voices .c-points .sub-tit, .c-points .p-voices .sub-tit {
    padding: 0 15vw;
  }
}

@media (min-width: 960px) {
  .p-voices__wrap 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;
  }
  .p-voices__wrap ul li {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .p-voices .c-container, .p-voices .breadcrumb, .p-voices .c-points .sub-tit, .c-points .p-voices .sub-tit {
    padding: 0 15vw;
  }
}

.r-button {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
}

.r-button-inner {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 9999px;
  color: #333;
  border: 3px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, radial-gradient(circle at center, #1e40af 0%, #0ea5e9 50%, #06b6d4 100%) border-box;
  background: linear-gradient(white, white) padding-box, radial-gradient(circle at center, #1e40af 0%, #0ea5e9 50%, #06b6d4 100%) border-box;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  background-clip: padding-box, border-box;
}

.r-button-inner a {
  color: #272727;
  font-weight: bold;
}

.r-button-inner a span {
  font-size: 15px;
}

@media (min-width: 960px) {
  .r-button-inner {
    padding: 20px 35px;
  }
  .r-button-inner a span {
    font-size: 17px;
  }
}

.concept {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  background: linear-gradient(324.1deg, #fbecef 15.29%, #fbecef 16.08%, #fbecef 18.44%, #fbecef 21.58%, #fbecef 25.51%, #fbecef 29.44%, #dfdeff 34.95%, #dfdeff 45.96%, #dfdeff 64.83%, #dfdeff 82.91%);
}

.concept__img {
  margin-bottom: 30px;
  text-align: center;
}

.concept__img img {
  width: 70%;
}

.concept__desc h4 {
  margin-bottom: 10px;
}

.concept__desc h2 {
  margin-bottom: 20px;
  font-size: 21px;
}

.concept__desc h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

@media (min-width: 600px) {
  .concept {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .concept__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .concept__img {
    width: 48%;
  }
  .concept__img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 55%;
  }
  .concept__desc {
    width: 48%;
  }
}

.strengths {
  margin-bottom: 50px;
}

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

.strengths__wrap ul li .strengths__icon {
  width: 20%;
}

.strengths__wrap ul li .strengths__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.strengths__wrap ul li .strengths__desc {
  width: 75%;
}

.strengths__wrap ul li .strengths__desc h3 {
  font-size: 17px;
}

@media (min-width: 960px) {
  .strengths__wrap ul li .strengths__icon {
    width: 8%;
  }
  .strengths__wrap ul li .strengths__desc {
    width: 88%;
  }
}

.c-works-sl {
  margin-top: 30px;
  color: #272727;
}

.c-works-sl .label {
  background-color: #0369a1;
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 10px;
}

.c-works-sl__img Img {
  margin-bottom: 30px;
}

.c-works-sl .txt {
  background-color: #0369a1;
  padding: 4px 20px;
  color: #272727;
  position: absolute;
  top: 0;
  left: 0;
}

.c-works-sl .dwn-arrow {
  position: relative;
  margin: 30px 0 80px 0;
  text-align: center;
  font-size: 22px;
}

.c-works-sl .dwn-arrow::before {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 3px solid #0369a1;
  border-right: 3px solid #0369a1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-works-sl__desc h3 {
  margin-bottom: 25px;
  font-size: 21px;
  border-left: solid 5px palevioletred;
  padding-left: 20px;
}

.c-works-sl__desc p {
  margin-bottom: 15px;
}

.c-works-sl__desc ul li .interview .c-txt-sm .bl, .c-works-sl__desc ul li .interview .breadcrumb .bl {
  color: #1fa2ff;
}

.c-works-sl__desc ul li .interview .c-txt-sm .or, .c-works-sl__desc ul li .interview .breadcrumb .or {
  color: #d58c04;
}

.c-works-sl__desc ul li .interview .interview__img {
  margin-bottom: 25px;
}

.c-works-sl-prof {
  margin-bottom: 30px;
  background-color: #fef6f7;
  padding: 20px;
  border-radius: 10px;
}

.c-works-sl-prof li {
  margin-bottom: 10px;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-works-sl-prof li .categry {
  text-align: center;
  width: 110px;
  padding: 5px;
  background-color: #fff;
  color: #dfa1b6;
  border-radius: 5px;
  border: 1px solid gainsboro;
  font-size: 12px;
}

.c-works-sl-title {
  position: relative;
  border: 1px solid #0369a1;
  padding: 20px;
}

.c-works-sl-title h4 {
  margin-bottom: 20px;
}

.c-works-sl-title ul li span {
  position: relative;
  padding-left: 30px;
}

.c-works-sl-title ul li span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #0369a1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.c-works-sl__imgWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.c-works-sl__imgWrap::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/img_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-works-sl__subtit {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
}

.c-works-sl__subtit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #dfa1b6;
}

@media (min-width: 960px) {
  .c-works-sl__subtit {
    font-size: 22px;
  }
}

.c-works-sl__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}

.c-works-sl__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #0369a1;
}

@media (min-width: 960px) {
  .c-works-sl__title {
    font-size: 26px;
  }
}

.c-works-sl-slider {
  margin-bottom: 50px;
}

.c-works-sl-slider .mySwiper2 {
  position: relative;
}

.c-works-sl-slider .mySwiper2 .swiper-wrapper {
  position: relative;
  width: 100%;
}

.c-works-sl-slider .mySwiper2 .swiper-slide {
  opacity: 0;
}

.c-works-sl-slider .mySwiper2 .swiper-slide-active {
  opacity: 1;
}

.c-works-sl-slider .mySwiper {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-works-sl-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.c-works-sl-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.c-works-sl-slider .swiper-button-prev, .c-works-sl-slider .swiper-button-next {
  position: absolute;
  background-color: #272727;
}

.c-works-sl-slider .swiper-button-prev::after, .c-works-sl-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.c-works-sl-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.c-works-sl-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 960px) {
  .c-works-sl .c-container, .c-works-sl .breadcrumb, .c-works-sl .c-points .sub-tit, .c-points .c-works-sl .sub-tit {
    margin: 0 10vw;
  }
  .c-works-sl-prof li .categry {
    width: 150px;
  }
  .c-works-sl__desc h3 {
    font-size: 27px;
  }
  .c-works-sl .mySwiper2 .swiper-slide {
    width: 100% !important;
  }
  .c-works-sl .mySwiper .swiper-slide {
    width: 25% !important;
  }
}

.achievement {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  background-color: #efefef;
}

.achievement .beauty {
  margin-bottom: 20px;
}

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

.achievement .beauty__img img {
  width: 50%;
}

@media (min-width: 600px) {
  .achievement .beauty__img img {
    width: 20%;
  }
}

.achievement h1 {
  text-align: center;
  color: #fff;
  background-color: #0369a1;
  font-size: 24px;
  margin-bottom: 70px;
  padding: 20px 0;
}

.achievement__item {
  position: relative;
  overflow: hidden;
}

.achievement__item a {
  color: #272727;
}

.achievement__item a p {
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .achievement__item {
    width: 32%;
  }
}

.achievement__text {
  background-color: #0369a1;
  padding: 10px;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.achievement__img {
  position: relative;
  height: auto;
}

.achievement__img img {
  border-radius: 10px;
}

@media (min-width: 960px) {
  .achievement__img {
    height: auto;
  }
}

.achievement .label {
  position: absolute;
  bottom: 30px;
  left: 2px;
  font-weight: bold;
  background-color: #0369a1;
  border-radius: 30px;
  padding: 2px 5px;
  z-index: 100;
}

@media (min-width: 600px) {
  .achievement 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;
  }
  .achievement__item {
    width: 30%;
  }
}

.achievement2 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
}

.achievement2 h1 {
  text-align: center;
  color: #fff;
  background-color: #0369a1;
  font-size: 24px;
  margin-bottom: 70px;
  padding: 20px 0;
}

.achievement2__item {
  position: relative;
  overflow: hidden;
}

.achievement2__item a {
  color: #272727;
}

.achievement2__item a p {
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .achievement2__item {
    width: 32%;
  }
}

.achievement2__text {
  padding: 10px;
}

.achievement2__text h4 {
  margin-bottom: 5px;
  color: #727272;
}

.achievement2__text .txt1 {
  color: #272727;
}

.achievement2__img {
  position: relative;
  height: 200px;
}

.achievement2__img img {
  border-radius: 10px;
}

@media (min-width: 960px) {
  .achievement2__img {
    height: 280px;
  }
}

.achievement2 .label {
  position: absolute;
  bottom: 30px;
  left: 2px;
  font-weight: bold;
  background-color: #0369a1;
  border-radius: 30px;
  padding: 2px 5px;
  z-index: 100;
}

@media (min-width: 600px) {
  .achievement2 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;
  }
  .achievement2__item {
    width: 49%;
  }
}

.menber {
  margin-bottom: 50px;
}

.menber .p-title .ja {
  color: #fff;
}

.menber .Img img {
  border-radius: 10px;
}

.menber .Img2 {
  height: 210px;
}

.menber .Img2 img {
  border-radius: 10px;
}

.menber-desc {
  background: #0369a1;
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.menber-desc .name {
  margin-bottom: 5px;
  font-weight: bold;
}

.menber-desc2 {
  padding: 10px;
}

.menber-desc2 h4 {
  margin-bottom: 4px;
  color: #727272;
}

.menber-desc2 .name {
  margin-bottom: 5px;
  font-weight: bold;
  color: #272727;
}

.menber .slider .hero2 {
  position: relative;
  overflow: hidden;
}

.menber .slider .hero2 .swiper-container4 {
  position: relative;
}

.menber .slider .hero2 .swiper-container4 .swiper-slide .Img {
  text-align: center;
  position: relative;
  height: auto;
}

.menber .slider .hero2 .swiper-container4 .swiper-slide .Img p {
  position: absolute;
}

.menber .slider .hero2 .swiper-container4 .swiper-slide .Img p .label {
  position: relative;
  z-index: 100;
  color: #fff;
  margin-left: 5px;
}

.menber .slider .hero2 .swiper-container4 .swiper-slide .Img p .label .num {
  display: block;
  margin-top: -10px;
}

.menber .slider .hero2 .swiper-container4 .swiper-slide .Img p::before {
  position: absolute;
  content: "";
  display: block;
  top: -60px;
  left: -60px;
  border: 60px solid transparent;
  border-right-color: #f77f00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menber .slider .hero2 .swiper-container4 .swiper-pagination {
  display: none;
}

.menber .slider .hero2 .swiper-container4 .swiper-button-prev,
.menber .slider .hero2 .swiper-container4 .swiper-button-next {
  top: 50%;
  border: 1px solid #0369a1;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #ffffff9b;
}

.menber .slider .hero2 .swiper-container4 .swiper-button-prev::after,
.menber .slider .hero2 .swiper-container4 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}

.menber .slider .hero2 .swiper-container4 .swiper-button-prev {
  left: 0;
}

.menber .slider .hero2 .swiper-container4 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #0369a1;
  border-left: 2px solid #0369a1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menber .slider .hero2 .swiper-container4 .swiper-button-next {
  right: 0;
}

.menber .slider .hero2 .swiper-container4 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 2px solid #0369a1;
  border-right: 2px solid #0369a1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 600px) {
  .menber .slider .hero2 .swiper-container4 .swiper-button-prev,
  .menber .slider .hero2 .swiper-container4 .swiper-button-next {
    height: 50px;
    width: 50px;
  }
  .menber .slider .hero2 .swiper-container4 .swiper-button-prev::after,
  .menber .slider .hero2 .swiper-container4 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
}

@media (min-width: 960px) {
  .menber .slider .hero2 .swiper-container4 {
    margin-bottom: 80px;
  }
  .menber .slider .hero2 .swiper-container4 .swiper-button-prev,
  .menber .slider .hero2 .swiper-container4 .swiper-button-next {
    top: 25%;
    height: 70px;
    width: 70px;
  }
  .menber .slider .hero2 .swiper-container4 .swiper-button-prev::after,
  .menber .slider .hero2 .swiper-container4 .swiper-button-next::after {
    color: #fff;
    font-size: 40px;
  }
  .menber .slider .hero2 .swiper-container4 .swiper-button-next {
    right: none;
  }
}

@media (min-width: 960px) {
  .menber .c-container, .menber .breadcrumb, .menber .c-points .sub-tit, .c-points .menber .sub-tit {
    padding: 0 35vw;
  }
  .menber .Img2 {
    height: 285px;
  }
}

.logo_fadein {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#9796f0), color-stop(#acb6e5), to(#fbc7d4));
  background-image: linear-gradient(to bottom right, #9796f0, #acb6e5, #fbc7d4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

.reservation {
  margin-bottom: 50px;
}

.reservation__tit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.reservation__tit::after {
  content: "";
  background: -webkit-gradient(linear, left top, right bottom, from(#9796f0), to(#fbc7d4));
  background: linear-gradient(to bottom right, #9796f0, #fbc7d4);
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}

.reservation__tit h3 {
  font-size: 24px;
}

.reservation .desc {
  margin-bottom: 35px;
}

.reservation ul li {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 30px 20px 20px;
  height: 200px;
  display: block;
  color: #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 2px #787676;
          box-shadow: 3px 3px 2px #787676;
  margin-bottom: 30px;
}

.reservation ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #3a577f;
  z-index: 100;
}

.reservation ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 200;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/logo-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reservation ul li a {
  color: #fff;
  position: relative;
  display: block;
}

.reservation ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

.reservation ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/common/arrow-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.reservation ul li h3 {
  font-size: 23px;
  position: relative;
  z-index: 100;
}

.reservation ul li p {
  position: relative;
  z-index: 100;
}

.reservation ul li p small {
  position: relative;
  color: #dde8f4;
  padding-left: 50px;
  margin-top: 10px;
  display: block;
}

.reservation ul li p small::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #ffffff;
}

.reservation ul .sibuya {
  background-image: url(../images/home/new23.webp);
}

.reservation ul .nikotama {
  background-image: url(../images/home/new14.webp);
}

@media (min-width: 600px) {
  .reservation__tit h3 {
    font-size: 28px;
  }
  .reservation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reservation ul li {
    width: 48%;
    height: 300px;
    padding: 159px 30px 20px 20px;
  }
  .reservation ul li::after {
    border-bottom: 95px solid transparent;
    border-left: 95px solid #3a577f;
  }
  .reservation ul li::before {
    height: 75px;
    width: 75px;
  }
  .reservation ul li h3 {
    font-size: 33px;
  }
}

@media (min-width: 960px) {
  .reservation .desc {
    text-align: center;
  }
}

.c-staff {
  background: linear-gradient(135deg, #edf1ff 0%, #b3f0fb 100%);
  padding: 50px 0;
}

.c-staff__item {
  margin-bottom: 50px;
}

.c-staff__item .director {
  text-align: center;
  font-size: 22px;
  letter-spacing: 4px;
}

.c-staff__item .director .en {
  font-size: 12px;
  color: #dfa1b6;
}

.c-staff__img {
  margin-bottom: 30px;
}

.c-staff__img img {
  height: auto !important;
}

.c-staff .yakusyoku {
  background-color: #272727;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
}

.c-staff .yakusyoku h3 {
  text-align: center;
}

.c-staff__name {
  margin-bottom: 10px;
}

.c-staff__name .en {
  font-size: 14px;
  letter-spacing: 3px;
}

.c-staff__name .ja {
  font-size: 24px;
  letter-spacing: 3px;
}

.c-staff__text .inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

.c-staff .staff-box h4 {
  margin-bottom: 15px;
}

.profile {
  padding: 6px;
  background-color: #efefef;
  -webkit-box-shadow: 5px 5px 0px #ffffff;
          box-shadow: 5px 5px 0px #ffffff;
}

.profile h4,
.profile p {
  margin-bottom: 10px;
}

.profile p {
  font-size: 12px;
  position: relative;
}

@media (min-width: 600px) {
  .profile p {
    font-size: 15px;
  }
}

.profile h5 {
  margin-bottom: 20px;
}

.p-header {
  width: 100%;
  height: 64px;
}

.p-header .logo__img {
  display: inline-block;
  margin: 2px 0 0 10px;
}

@media (min-width: 600px) {
  .p-header .logo__img {
    margin: 2px 0 0 20px;
  }
}

@media (min-width: 960px) {
  .p-header .logo__img {
    margin: 20px 15px 8px 15px;
  }
}

@media (min-width: 1200px) {
  .p-header .logo__img {
    margin: 10px 15px 8px 3vw;
  }
}

.p-header .logo {
  background-image: url(../images/common/logo02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 58px;
  width: 210px;
  opacity: 1;
  position: relative;
  z-index: 2000;
}

.p-header .logo.inview {
  background-image: url(../images/common/logo.svg);
}

@media (min-width: 960px) {
  .p-header .logo {
    height: 60px;
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .p-header .logo {
    height: 78px;
    width: 260px;
  }
}

.p-header .mobile-button {
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 3000;
}

.p-header .mobile-button .tel-btn {
  margin-right: 10px;
}

@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}

.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.p-header .sp-navbtn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-header .sp-navbtn__container li {
  width: 49%;
  height: 100%;
  background-color: #272727;
  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;
}

.p-header .sp-navbtn__container li .small {
  font-size: 60%;
  padding-left: 30px;
}

.p-header .sp-navbtn__container a {
  position: relative;
  color: #272727;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 14px;
}

.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-header .sp-navbtn__container .sp2 {
  background-color: #0369a1;
}

.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}

.p-header .sp-navbtn__container .sp3 {
  background-color: green;
}

.p-header .sp-navbtn__container .sp3 a::before {
  background-image: url(../images/common/icon-line-cta.png);
}

.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}

.p-header .pc-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.p-header .pc-navbtn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-header .pc-navbtn__container li {
  width: 49.5%;
  height: 100%;
  background-color: #272727;
  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;
  color: #fff;
}

.p-header .pc-navbtn__container li p {
  font-size: 12px;
  padding-left: 35px;
}

.p-header .pc-navbtn__container .sp2 {
  background-color: #0369a1;
}

.p-header .pc-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}

.p-header .pc-navbtn__container .sp3 {
  background-color: green;
}

.p-header .pc-navbtn__container .sp3 a::before {
  background-image: url(../images/common/icon-line-cta.png);
}

.p-header .pc-navbtn__container .sp3 a img {
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
  border: 4px solid #fff;
}

.p-header .pc-navbtn__container a {
  position: relative;
  color: #272727;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-left: 35px;
  height: 100%;
}

.p-header .pc-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}

.p-header .hide.sp-navbtn {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #ffffffe6;
  }
  .p-header .pc-container .pc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-left: 230px;
  }
  .p-header .pc-container .sns-link {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-right: 10px;
  }
  .p-header .pc-container .sns-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .p-header .pc-container .sns-link ul li {
    margin: 10px;
    width: 50px;
    height: 50px;
  }
  .p-header .pc-container .pc-nav {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header .pc-container .pc-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 13px;
    padding-right: 1.8vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #272727;
  }
  .p-header .pc-container .pc-nav-item:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .p-header .pc-container .pc-contact a {
    position: relative;
    background-color: #205077;
    padding: 8px 20px 8px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact a:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact .pc-tel::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .pc-contact .pc-net::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/icon-link-1-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .p-header .pc-container .pc-wrap {
    padding-left: 300px;
  }
  .p-header .pc-container .sns-link {
    margin-right: 2vw;
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
  }
  .p-header .pc-container .sns-link ul li {
    width: 60px;
    height: 60px;
  }
  .p-header .pc-container .pc-nav {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    padding-right: 2vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #ffffffee;
}

.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}

.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 100px;
}

.mobile-menu__item {
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #0369a1;
  margin: 0 10vw 20px 10vw;
  position: relative;
  z-index: 1000;
}

.mobile-menu a {
  color: #272727;
  display: block;
}

.contact-btn {
  padding: 20px 10px 0;
}

.contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btn-item {
  width: 40%;
  text-align: center;
  margin: 0 10px;
}

.contact-btn-item span {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 40px 5px 10px 5px;
  display: block;
  background: #00b902;
  border-radius: 10px;
}

.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .contact-btn-item {
    max-width: 250px;
  }
  .contact-btn-item span {
    font-size: 18px;
    padding: 20px 10px 20px 50px;
  }
  .contact-btn-item span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    margin: 0;
    height: 40px;
    width: 40px;
  }
}

.contact-btn-item .tel::before {
  background-image: url(../images/common/line.svg);
}

.contact-btn-item .mail {
  background: linear-gradient(45deg, #405de6 0%, #5851db 10%, #833ab4 20%, #c13584 40%, #e1306c 60%, #fd1d1d 80%, #f56040 90%, #fcaf45 100%);
}

.contact-btn-item .mail::before {
  background-image: url(../images/common/icon-insta-white.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #ffffffe6;
}

.mobile-container .mobile-button {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 3000;
  background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 13px 11px;
}

.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}

.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 18px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  opacity: 1;
}

.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .mobile-container .mobile-button {
    top: 7px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .mobile-container .mobile-menu__btn {
    padding: 16px 14px;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 22px;
    margin-bottom: 6px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.menu-open.mobile-menu nav li {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.menu-open.mobile-menu nav li:nth-child(1) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.menu-open.mobile-menu nav li:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.menu-open.mobile-menu nav li:nth-child(3) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

.menu-open.mobile-menu nav li:nth-child(4) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.menu-open.mobile-menu nav li:nth-child(5) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.menu-open.mobile-menu nav li:nth-child(6) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.menu-open.mobile-menu nav li:nth-child(7) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.menu-open.mobile-menu nav li:nth-child(8) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.menu-open.mobile-menu nav li:nth-child(9) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.menu-open.mobile-menu nav li:nth-child(10) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}

.menu-open .mobile-menu__btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}

.menu-open .mobile-menu__btn > span:nth-child(2) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-open .mobile-menu__btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg);
}

@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(135deg);
            transform: translateY(8px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-135deg);
            transform: translateY(-8px) rotate(-135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
}

.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}

.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}

.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  -webkit-transform: translateX(-30px) scale(0.86) skew(8deg);
          transform: translateX(-30px) scale(0.86) skew(8deg);
}

.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
}

.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
  -webkit-transform: translateX(0) scale(1) skew(0);
          transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.clip-js2 {
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

.clip-js3 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.clip-js-bg {
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

.clip-js-bg.skew {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
}

.clip-js-bg.skew2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(60%, 60%);
          transform: translate(60%, 60%);
}

.clip-js-bg.reveal.skew {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.clip-js-bg.reveal.skew2 {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.appear.up .item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.down .item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear.left .item {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.appear.right .item {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.appear.skew .item {
  -webkit-transform: translateX(30px) translateY(30px);
          transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear-l.down .item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.appear-l.left .item {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.appear-l.right .item {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.appear-l.skew .item {
  -webkit-transform: translateX(30px) translateY(30px);
          transform: translateX(30px) translateY(30px);
}

.appear .item {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.appear.inview .item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear.inview .item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.appear.inview .item:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.appear.inview .item:nth-child(3) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.appear.inview .item:nth-child(4) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.appear.inview .item:nth-child(5) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.appear.inview .item:nth-child(6) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.appear.inview .item:nth-child(7) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.appear.inview .item:nth-child(8) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.appear.inview .item:nth-child(9) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}

.appear.inview .item:nth-child(10) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}

.appear.inview .item:nth-child(11) {
  -webkit-transition-delay: 6.6s;
          transition-delay: 6.6s;
}

.appear.inview .item:nth-child(12) {
  -webkit-transition-delay: 7.2s;
          transition-delay: 7.2s;
}

.appear.inview .item:nth-child(13) {
  -webkit-transition-delay: 7.8s;
          transition-delay: 7.8s;
}

.appear.inview .item:nth-child(14) {
  -webkit-transition-delay: 8.4s;
          transition-delay: 8.4s;
}

.appear.inview .item:nth-child(15) {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}

.appear.inview .item:nth-child(16) {
  -webkit-transition-delay: 9.6s;
          transition-delay: 9.6s;
}

.appear.inview .item:nth-child(17) {
  -webkit-transition-delay: 10.2s;
          transition-delay: 10.2s;
}

.appear.inview .item:nth-child(18) {
  -webkit-transition-delay: 10.8s;
          transition-delay: 10.8s;
}

.appear.inview .item:nth-child(19) {
  -webkit-transition-delay: 11.4s;
          transition-delay: 11.4s;
}

.appear.inview .item:nth-child(20) {
  -webkit-transition-delay: 12s;
          transition-delay: 12s;
}

.appear.inview .item:nth-child(21) {
  -webkit-transition-delay: 12.6s;
          transition-delay: 12.6s;
}

.appear.inview .item:nth-child(22) {
  -webkit-transition-delay: 13.2s;
          transition-delay: 13.2s;
}

.appear.inview .item:nth-child(23) {
  -webkit-transition-delay: 13.8s;
          transition-delay: 13.8s;
}

.appear.inview .item:nth-child(24) {
  -webkit-transition-delay: 14.4s;
          transition-delay: 14.4s;
}

.appear.inview .item:nth-child(25) {
  -webkit-transition-delay: 15s;
          transition-delay: 15s;
}

.appear.inview .item:nth-child(26) {
  -webkit-transition-delay: 15.6s;
          transition-delay: 15.6s;
}

.appear.inview .item:nth-child(27) {
  -webkit-transition-delay: 16.2s;
          transition-delay: 16.2s;
}

.appear.inview .item:nth-child(28) {
  -webkit-transition-delay: 16.8s;
          transition-delay: 16.8s;
}

.appear.inview .item:nth-child(29) {
  -webkit-transition-delay: 17.4s;
          transition-delay: 17.4s;
}

.appear.inview .item:nth-child(30) {
  -webkit-transition-delay: 18s;
          transition-delay: 18s;
}

.appear.inview .item:nth-child(31) {
  -webkit-transition-delay: 18.6s;
          transition-delay: 18.6s;
}

.appear.inview .item:nth-child(32) {
  -webkit-transition-delay: 19.2s;
          transition-delay: 19.2s;
}

.appear.inview .item:nth-child(33) {
  -webkit-transition-delay: 19.8s;
          transition-delay: 19.8s;
}

.appear.inview .item:nth-child(34) {
  -webkit-transition-delay: 20.4s;
          transition-delay: 20.4s;
}

.appear.inview .item:nth-child(35) {
  -webkit-transition-delay: 21s;
          transition-delay: 21s;
}

.appear.inview .item:nth-child(36) {
  -webkit-transition-delay: 21.6s;
          transition-delay: 21.6s;
}

.appear.inview .item:nth-child(37) {
  -webkit-transition-delay: 22.2s;
          transition-delay: 22.2s;
}

.appear.inview .item:nth-child(38) {
  -webkit-transition-delay: 22.8s;
          transition-delay: 22.8s;
}

.appear.inview .item:nth-child(39) {
  -webkit-transition-delay: 23.4s;
          transition-delay: 23.4s;
}

.appear-l .item {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

.appear-l.inview-l .item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear-l.inview-l .item:nth-child(1) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.appear-l.inview-l .item:nth-child(2) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.appear-l.inview-l .item:nth-child(3) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.appear-l.inview-l .item:nth-child(4) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.appear-l.inview-l .item:nth-child(5) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.appear-l.inview-l .item:nth-child(6) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}

.appear-l.inview-l .item:nth-child(7) {
  -webkit-transition-delay: 6.3s;
          transition-delay: 6.3s;
}

.appear-l.inview-l .item:nth-child(8) {
  -webkit-transition-delay: 7.2s;
          transition-delay: 7.2s;
}

.appear-l.inview-l .item:nth-child(9) {
  -webkit-transition-delay: 8.1s;
          transition-delay: 8.1s;
}

.appear-l.inview-l .item:nth-child(10) {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}

.appear-l.inview-l .item:nth-child(11) {
  -webkit-transition-delay: 9.9s;
          transition-delay: 9.9s;
}

.appear-l.inview-l .item:nth-child(12) {
  -webkit-transition-delay: 10.8s;
          transition-delay: 10.8s;
}

.appear-l.inview-l .item:nth-child(13) {
  -webkit-transition-delay: 11.7s;
          transition-delay: 11.7s;
}

.appear-l.inview-l .item:nth-child(14) {
  -webkit-transition-delay: 12.6s;
          transition-delay: 12.6s;
}

.appear-l.inview-l .item:nth-child(15) {
  -webkit-transition-delay: 13.5s;
          transition-delay: 13.5s;
}

.appear-l.inview-l .item:nth-child(16) {
  -webkit-transition-delay: 14.4s;
          transition-delay: 14.4s;
}

.appear-l.inview-l .item:nth-child(17) {
  -webkit-transition-delay: 15.3s;
          transition-delay: 15.3s;
}

.appear-l.inview-l .item:nth-child(18) {
  -webkit-transition-delay: 16.2s;
          transition-delay: 16.2s;
}

.appear-l.inview-l .item:nth-child(19) {
  -webkit-transition-delay: 17.1s;
          transition-delay: 17.1s;
}

.appear-l.inview-l .item:nth-child(20) {
  -webkit-transition-delay: 18s;
          transition-delay: 18s;
}

.appear-l.inview-l .item:nth-child(21) {
  -webkit-transition-delay: 18.9s;
          transition-delay: 18.9s;
}

.appear-l.inview-l .item:nth-child(22) {
  -webkit-transition-delay: 19.8s;
          transition-delay: 19.8s;
}

.appear-l.inview-l .item:nth-child(23) {
  -webkit-transition-delay: 20.7s;
          transition-delay: 20.7s;
}

.appear-l.inview-l .item:nth-child(24) {
  -webkit-transition-delay: 21.6s;
          transition-delay: 21.6s;
}

.appear-l.inview-l .item:nth-child(25) {
  -webkit-transition-delay: 22.5s;
          transition-delay: 22.5s;
}

.appear-l.inview-l .item:nth-child(26) {
  -webkit-transition-delay: 23.4s;
          transition-delay: 23.4s;
}

.appear-l.inview-l .item:nth-child(27) {
  -webkit-transition-delay: 24.3s;
          transition-delay: 24.3s;
}

.appear-l.inview-l .item:nth-child(28) {
  -webkit-transition-delay: 25.2s;
          transition-delay: 25.2s;
}

.appear-l.inview-l .item:nth-child(29) {
  -webkit-transition-delay: 26.1s;
          transition-delay: 26.1s;
}

.appear-l.inview-l .item:nth-child(30) {
  -webkit-transition-delay: 27s;
          transition-delay: 27s;
}

.appear-l.inview-l .item:nth-child(31) {
  -webkit-transition-delay: 27.9s;
          transition-delay: 27.9s;
}

.appear-l.inview-l .item:nth-child(32) {
  -webkit-transition-delay: 28.8s;
          transition-delay: 28.8s;
}

.appear-l.inview-l .item:nth-child(33) {
  -webkit-transition-delay: 29.7s;
          transition-delay: 29.7s;
}

.appear-l.inview-l .item:nth-child(34) {
  -webkit-transition-delay: 30.6s;
          transition-delay: 30.6s;
}

.appear-l.inview-l .item:nth-child(35) {
  -webkit-transition-delay: 31.5s;
          transition-delay: 31.5s;
}

.appear-l.inview-l .item:nth-child(36) {
  -webkit-transition-delay: 32.4s;
          transition-delay: 32.4s;
}

.appear-l.inview-l .item:nth-child(37) {
  -webkit-transition-delay: 33.3s;
          transition-delay: 33.3s;
}

.appear-l.inview-l .item:nth-child(38) {
  -webkit-transition-delay: 34.2s;
          transition-delay: 34.2s;
}

.appear-l.inview-l .item:nth-child(39) {
  -webkit-transition-delay: 35.1s;
          transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}

.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}

.cover-slide.inview::after {
  opacity: 1;
  -webkit-animation-name: kf-cover-slide;
          animation-name: kf-cover-slide;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes kf-cover-slide {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.1% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes kf-cover-slide {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.1% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.img-zoom, .bg-img-zoom {
  opacity: 0;
}

.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}

.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
  -webkit-animation-name: kf-img-show;
          animation-name: kf-img-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}

.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  -webkit-transition: all 3s;
  transition: all 3s;
}

.ac-title.is-active .i_box::after {
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid #8f8f8f;
}

@media (min-width: 600px) {
  .tab-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #0369a1;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  width: 46%;
  margin: 5px;
  background: #0369a1;
  color: #fff;
}

@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 15px 15px;
    width: 25%;
  }
}

@media (min-width: 960px) {
  .tab-cate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #0369a1;
  border: 1px solid #0369a1;
}

.tab.is-active2 {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #9e0808;
  border: 1px solid #9e0808;
}

.panel.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.panel.is-show .mv {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel .mv {
  display: none;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}

.panel__img {
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

@media (min-width: 600px) {
  .c-topview {
    position: relative;
  }
  .c-topview__title h2 {
    font-size: 28px;
  }
  .top-view .swiper-container {
    margin-right: 0;
  }
  .p-aicatch__img {
    height: 400px;
  }
  .p-method {
    margin-top: 50px;
  }
  .p-method__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-method__img {
    width: 50%;
  }
  .p-method .c-container, .p-method .breadcrumb, .p-method .c-points .sub-tit, .c-points .p-method .sub-tit {
    width: 50%;
  }
  .p-staff {
    padding-top: 50px;
  }
  .p-staff__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-staff__img {
    width: 50%;
  }
  .p-staff .c-container, .p-staff .breadcrumb, .p-staff .c-points .sub-tit, .c-points .p-staff .sub-tit {
    width: 50%;
  }
  .p-price {
    padding-top: 50px;
  }
  .p-price__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-price__img {
    width: 50%;
    height: 400px;
  }
  .p-price .c-container, .p-price .breadcrumb, .p-price .c-points .sub-tit, .c-points .p-price .sub-tit {
    width: 50%;
  }
  .p-access {
    padding: 80px 0;
  }
  .p-access__title {
    color: #0369a1;
    font-size: 28px;
    letter-spacing: 2px;
    border-bottom: 2px solid #0369a1;
    padding: 0 0 8px 10px;
    margin-bottom: 50px;
    border-left: 15px solid #0369a1;
  }
  .p-access__wrap {
    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;
    margin-bottom: 80px;
  }
  .p-access__wrap:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-access__map {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    height: 300px;
    margin-bottom: 0;
  }
  .p-access__txt {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .p-access__desc .osiharai-desc {
    margin-top: 12px;
  }
  .p-access__desc .c-txt-sm, .p-access__desc .breadcrumb {
    font-size: 14px;
  }
  .p-access2 {
    padding: 80px 0;
  }
  .p-instagram a {
    height: auto;
  }
  .p-instagram .more-btn {
    display: block;
  }
  .p-voices 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;
  }
  .p-voices__item {
    width: 48%;
  }
  .p-voices .more-btn {
    display: block;
  }
  .p-news .c-container, .p-news .breadcrumb, .p-news .c-points .sub-tit, .c-points .p-news .sub-tit {
    padding: 0 15vw;
  }
  .p-news__img.has-thumbnail {
    height: 300px;
  }
  .p-news__img.no-thumbnail {
    height: 300px;
  }
  .p-contact__desc {
    font-size: 20px;
  }
  .p-contact__slider #js-infiniteslide img {
    width: 40%;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .c-points .sub-tit, .c-points .p-footer .sub-tit {
    padding: 0 8vw;
  }
  .p-footer__logo img {
    width: 40%;
  }
  .p-footer .sns-link ul li {
    width: 40px;
  }
  .p-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .p-footer__nav li {
    width: 50%;
  }
  .c-about .c-features .c-container, .c-about .c-features .breadcrumb, .c-about .c-features .c-points .sub-tit, .c-points .c-about .c-features .sub-tit,
  .c-method .c-features .c-container,
  .c-method .c-features .breadcrumb,
  .c-method .c-features .c-points .sub-tit,
  .c-points .c-method .c-features .sub-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-about .c-features .c-title,
  .c-method .c-features .c-title {
    width: 30%;
  }
  .c-about .c-features__desc,
  .c-method .c-features__desc {
    width: 65%;
  }
  .c-points li {
    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;
  }
  .c-points li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-points__img {
    width: 48%;
    margin-bottom: 0;
  }
  .c-points__img img {
    height: 280px !important;
  }
  .c-points__desc {
    width: 48%;
  }
  .c-points__desc .item-tit {
    font-size: 21px;
  }
  .c-points__desc .item-tit .pc {
    display: none;
  }
  .c-staff__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-staff__img {
    width: 45%;
  }
  .c-staff__desc {
    width: 50%;
  }
  .c-price__img {
    height: 200px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-points .sub-tit, .c-points .faq-contents .sub-tit {
    padding: 0 7vw;
  }
  .faq-contents .faq::after {
    bottom: 100px;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .breadcrumb {
    font-size: 16px;
  }
  .faq-contents .faq dt::before {
    top: 45%;
    font-size: 22px;
  }
  .faq-contents .faq dt span {
    margin-left: 5vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd::before {
    font-size: 24px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 5vw;
    padding: 20px 20px 20px 10px;
  }
  .faq-contents .nw-topview {
    margin: 0 -3vw;
  }
  .faq-contents .nw-topview__inner {
    margin: 0 -4vw;
  }
  .faq-contents .p-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb, .c-recruit .c-points .sub-tit, .c-points .c-recruit .sub-tit {
    padding: 0 5vw;
  }
  .c-recruit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-recruit ul li {
    width: 47%;
    line-height: 1;
  }
  .c-recruit ul .points-title {
    margin-bottom: 25px;
  }
  .c-recruit ul .points-title .c-txt-lr {
    line-height: 1.5;
    font-size: 18px;
  }
  .c-recruit ul .points-desc .c-txt-sm, .c-recruit ul .points-desc .breadcrumb {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-recruit .contents-recruit .c-table01 tr th {
    vertical-align: top;
    min-width: 200px;
  }
  .c-recruit .contents-recruit .c-table01 .u-view-sp {
    display: none;
  }
  .news-wrapper {
    padding: 0;
  }
  .news-wrapper .c-news .c-container, .news-wrapper .c-news .breadcrumb, .news-wrapper .c-news .c-points .sub-tit, .c-points .news-wrapper .c-news .sub-tit {
    padding: 0 10vw;
  }
  .news-wrapper .c-news__title {
    margin: 0 0 5vw 0;
  }
  .news-wrapper .c-news__list {
    padding-bottom: 0;
    margin-bottom: 30px;
    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;
  }
  .news-wrapper .c-news__item {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    margin-bottom: 50px;
  }
  .news-wrapper .c-news__item:first-child {
    border-top: none;
  }
  .news-wrapper .c-news__link {
    padding: 0;
    height: 100%;
    background-color: #fff;
    border-bottom: none;
  }
  .news-wrapper .c-news__img.has-thumbnail {
    height: 180px;
  }
  .news-wrapper .c-news__img.no-thumbnail {
    height: 180px;
  }
  .news-wrapper .c-news__date {
    display: block;
    padding: 5px 0;
  }
  .news-wrapper .c-news__content {
    padding: 15px 0;
  }
  .news-wrapper .c-news .page-numbers {
    margin: 0 0 5vw;
  }
  .news-wrapper .c-news .category-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .c-news-sl {
    padding: 5vw 0 0;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-points .sub-tit, .c-points .c-news-sl .sub-tit {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 10vw 0 8vw;
  }
}

@media (min-width: 960px) {
  .p-title .en {
    font-size: 38px;
  }
  .p-title .en::after {
    width: 120px;
  }
  .p-title .ja {
    font-size: 18px;
  }
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__title h2 {
    font-size: 42px;
  }
  .c-points__img img {
    height: 340px !important;
  }
  .c-points__desc .item-tit {
    font-size: 24px;
  }
  .p-news .c-container, .p-news .breadcrumb, .p-news .c-points .sub-tit, .c-points .p-news .sub-tit {
    padding: 0 5vw;
  }
  .p-news__list {
    padding-bottom: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-news__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    margin-right: 2%;
  }
  .p-news__link {
    padding: 0;
    height: 100%;
    background-color: #fff;
    border-bottom: none;
  }
  .p-news__img.has-thumbnail {
    height: 180px;
  }
  .p-news__img.no-thumbnail {
    height: 180px;
  }
  .p-news__date {
    display: block;
    padding: 5px 0;
  }
  .p-news__content {
    padding: 15px 0;
  }
  .p-news .page-numbers {
    margin: 0 0 5vw;
  }
  .p-news .category-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer__logo {
    text-align: left;
  }
  .p-footer__logo img {
    width: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer .sns-link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-footer .sns-link ul li {
    width: 50px;
  }
  .p-footer__nav {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .breadcrumb {
    font-size: 16px;
  }
  .p-footer__wrap {
    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;
  }
  .p-footer__left {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
  .c-price__img {
    height: 250px;
  }
  .news-wrapper .c-news {
    padding: 80px 0;
  }
  .news-wrapper .c-news .c-container, .news-wrapper .c-news .breadcrumb, .news-wrapper .c-news .c-points .sub-tit, .c-points .news-wrapper .c-news .sub-tit {
    padding: 0 5vw;
  }
  .news-wrapper .c-news__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    margin-right: 2%;
  }
  .news-wrapper .c-news .page-numbers {
    margin: 0 0 5vw;
  }
  .c-news-sl {
    padding: 5vw 0 0;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-points .sub-tit, .c-points .c-news-sl .sub-tit {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 6vw 0;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-points .sub-tit, .c-points .faq-contents .sub-tit {
    padding: 0 12vw;
  }
  .faq-contents .faq dt::before {
    font-size: 24px;
  }
  .faq-contents .faq dt span {
    margin-left: 4vw;
  }
  .faq-contents .faq dt span::after {
    height: 24px;
  }
  .faq-contents .faq dd::before {
    font-size: 28px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 4vw;
    padding: 20px 20px 20px 10px;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .breadcrumb {
    font-size: 19px;
  }
  .p-access,
  .p-access2 {
    padding: 100px 0;
  }
  .p-access .c-container, .p-access .breadcrumb, .p-access .c-points .sub-tit, .c-points .p-access .sub-tit,
  .p-access2 .c-container,
  .p-access2 .breadcrumb,
  .p-access2 .c-points .sub-tit,
  .c-points .p-access2 .sub-tit {
    padding: 0 10vw;
  }
  .p-access__title,
  .p-access2__title {
    color: #0369a1;
    font-size: 32px;
    letter-spacing: 4px;
    border-bottom: 3px solid #0369a1;
    padding: 0 0 8px 15px;
    margin-bottom: 50px;
    border-left: 22px solid #0369a1;
  }
  .p-access__wrap,
  .p-access2__wrap {
    margin-bottom: 100px;
  }
  .p-access__desc h3,
  .p-access2__desc h3 {
    font-size: 22px;
  }
  .p-access__desc .osiharai-desc,
  .p-access2__desc .osiharai-desc {
    margin-top: 20px;
  }
  .p-access__desc .c-txt-sm, .p-access__desc .breadcrumb,
  .p-access2__desc .c-txt-sm,
  .p-access2__desc .breadcrumb {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .c-topview__img {
    height: 45vh;
  }
  .c-topview__title h2 {
    font-size: 48px;
  }
  .c-points__img img {
    height: 380px !important;
  }
  .c-points__desc .item-tit {
    font-size: 28px;
  }
  .p-news .c-container, .p-news .breadcrumb, .p-news .c-points .sub-tit, .c-points .p-news .sub-tit {
    padding: 0 15vw;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .c-points .sub-tit, .c-points .p-footer .sub-tit {
    padding: 0 15vw;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .breadcrumb {
    font-size: 18px;
  }
  .p-footer .copyright {
    font-size: 16px;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb, .c-recruit .c-points .sub-tit, .c-points .c-recruit .sub-tit {
    padding: 0 18vw;
  }
  .c-recruit .recruit-message {
    margin: 0 -5vw;
  }
  .c-recruit .recruit-message ul li .points-title {
    margin-bottom: 30px;
  }
  .c-recruit .recruit-message ul li .points-title .c-txt-lr {
    font-size: 22px;
  }
  .c-recruit .recruit-message ul li .points-desc .c-txt-sm, .c-recruit .recruit-message ul li .points-desc .breadcrumb {
    font-size: 18px;
  }
  .news-wrapper .c-news .c-container, .news-wrapper .c-news .breadcrumb, .news-wrapper .c-news .c-points .sub-tit, .c-points .news-wrapper .c-news .sub-tit {
    padding: 0 10vw;
  }
  .news-wrapper .c-news__item {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    margin-right: 2%;
    margin-bottom: 70px;
  }
  .news-wrapper .c-news .page-numbers {
    margin: 0 0 3vw;
  }
  .c-news-sl {
    padding: 5vw 0 0;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .c-points .sub-tit, .c-points .c-news-sl .sub-tit {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
  .p-access .c-container, .p-access .breadcrumb, .p-access .c-points .sub-tit, .c-points .p-access .sub-tit,
  .p-access2 .c-container,
  .p-access2 .breadcrumb,
  .p-access2 .c-points .sub-tit,
  .c-points .p-access2 .sub-tit {
    padding: 0 15vw;
  }
  .p-access__map,
  .p-access2__map {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    height: 400px;
  }
  .p-access__txt,
  .p-access2__txt {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .p-access__desc h3,
  .p-access2__desc h3 {
    font-size: 24px;
  }
  .p-access__desc .osiharai-desc,
  .p-access2__desc .osiharai-desc {
    margin-top: 25px;
  }
  .p-access__desc .c-txt-sm, .p-access__desc .breadcrumb,
  .p-access2__desc .c-txt-sm,
  .p-access2__desc .breadcrumb {
    font-size: 18px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb, .faq-contents .c-points .sub-tit, .c-points .faq-contents .sub-tit {
    padding: 0 20vw;
  }
  .faq-contents .faq dt span {
    margin-left: 3vw;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 3vw;
  }
}
/*# sourceMappingURL=style.css.map */