@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500;700&display=swap");
.fnt-jose {
  font-family: 'Josefin Sans', sans-serif;
}
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  body img {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
  basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.4rem;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #wrapper {
    padding-top: 100px;
    /* padding-bottom: 74px; */
  }
}

@media print, screen and (min-width: 640px) {
  #p_service .p_salon {
    padding-bottom: 0 !important;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #wrapper {
    min-width: 980px;
  }
}

/* ========== end △ */
html {
  scroll-padding-top: var(--heading-height);
}
.js-anchor-target {
  scroll-margin-top: var(--heading-height);
}

body {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff !important;
}

body p {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

:where(a:not(.sg-cms *)) {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

:where(a:hover:not(.sg-cms *)) {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}


/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .container {
    width: 1255px;
    width: 1200px;
    margin: 0 auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  body.lp_temp .container{
    width: 96%;
  }
  .container {
    width: 87.5%;
    margin: auto;
  }
}

/* ========== end △ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  body,
  #wrapper {
    width: 100%;
    overflow-x: hidden;
    padding-top: 7.3vw;
  }
}

/* ========== end △ */
/* ==================================================
  header
================================================== */
/* ==================================================
  gnav
================================================== */
/* ==================================================
  content_area
================================================== */
/* title set
-------------------------------------------------- */
/* ==================================================
  main_content
================================================== */
/* section set
-------------------------------------------------- */
/* ==================================================
  aside_area
================================================== */
/* ==================================================
  footer
================================================== */
footer .page_up {
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .page_up {
    margin-bottom: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .page_up {
    width: 45px;
  }
}

/* ========== end △ */
footer .page_up span {
  display: block;
  color: #999ba6;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .page_up span {
    font-size: 12px;
  }
}

/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}

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

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

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

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

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

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

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

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

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

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

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

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

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

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

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

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

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

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

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

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

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

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

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

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

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

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

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

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

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

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

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

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

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

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

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

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

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

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

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

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

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

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

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

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

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

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

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

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

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

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

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

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

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

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

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

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

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

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

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

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

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

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

.col_red {
  color: red !important;
}

.u_display_block {
  display: block !important;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
/*==========================================
■11.breadcrumb
====================================================================================*/
.breadcrumb {
  margin: 0px auto 31px;
  font-size: 13px;
  padding: 10px 0;
}

.breadcrumb .icon a {
  color: #28a1c4;
  text-decoration: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .breadcrumb {
    display: none;
  }
}

/* ========== end △ */
.breadcrumb_in {
  padding: 0 0 0 20px !important;
  background: url(../common_img/bg_bread.png) no-repeat left center;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb li {
  color: #000;
  float: left;
  padding: 0 8px 0 0px;
}

.breadcrumb li a:hover {
  color: #4f3912;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  z-index: 9997;
}

@media only screen and (min-width: 640px) {
  header {
    -webkit-box-shadow: 0px 0px 8px 0px #e8e8f4;
    box-shadow: 0px 0px 8px 0px #e8e8f4;
  }
}

@media only screen and (max-width: 639px) {
  #cm_header.no_fixed {
    position: absolute;
  }
}

header .left {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

header .right.on_pc ul {
  min-width: 800px;
}

header .right ul li.bg_yellow {
  background-color: #fff4a5;
}

header .right ul li.bg_pink {
  background-color: #ffdede;
}

header .right ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #001830;
  height: 75px;
  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;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}

header .right.on_pc ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header .right ul li a:hover {
  background-color: #22c0ce;
  color: #fff;
}

header .right.on_pc ul li a img {
  margin-bottom: 10px;
  height: 22px;
  width: auto;
}

header .right ul li .outside {
  display: none;
  width: 1000px;
  position: absolute;
  background-color: #4ab2c8;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}

header .right ul li .outside ul[class*="submenu--"] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .right ul li .outside ul[class*="submenu--"] li a {
  color: #fff;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  height: 130px;
  -ms-flex-line-pack: center;
  align-content: center;
}

header .right ul li .outside ul[class*="submenu--"] li a:before {
  content: url("../common_img/isub1.png");
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

header .right ul li .outside ul[class*="submenu--"] li a span {
  display: block;
  width: 100%;
}

header .right ul li .outside ul[class*="submenu--"] li a:hover {
  background-color: #22c0ce;
  color: #001830;
}

header .right ul li .outside ul[class*="submenu--"] li.col--6 {
  width: 50%;
}

header .right ul li .outside ul[class*="submenu--"] li.col--4 {
  width: calc(100% / 3);
  border-top: 1px solid #a6d3dd;
  border-right: 1px solid #a6d3dd;
}
@media only screen and (min-width: 640px) {
    header .right ul li .outside ul.submenu--3 li.col--4 {
      width: calc(100% / 4);
    }
}
@media only screen and (min-width: 640px) {
    header .right ul li .outside ul.submenu--3 li.col--5 {
      width: calc(100% / 5);
        border-right: 1px solid #a6d3dd;
    }
}
header .right ul li .outside ul[class*="submenu--"] li:first-of-type {
  border-right: 1px solid #a6d3dd;
}

header .right ul li .outside ul[class*="submenu--"] li:nth-child(2) a:before {
  content: url("../common_img/isub2.png");
}

header .right ul li .outside ul[class*="submenu--"] li:nth-child(3) a:before {
  content: url("../common_img/isub3.png");
}

header .right ul li .outside ul[class*="submenu--"] li:nth-child(4) a:before {
  content: url("../common_img/isub4.png");
}

header .right ul li .outside ul[class*="submenu--"] li:nth-child(5) a:before {
  content: url("../common_img/isub5.png");
}

header .right ul li .outside ul.submenu--2 li {
  width: calc(calc(100% - 225px) / 5);
  border-right: 1px solid #a6d3dd;
}

header .right ul li .outside ul.submenu--2 li a {
  padding: 0;
}

header .right ul li .outside ul.submenu--2 li:nth-child(1) a:before {
  content: url("../common_img/isub6.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(2) a:before {
  content: url("../common_img/isub7.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(3) a:before {
  content: url("../common_img/isub9.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(4) a:before {
  content: url("../common_img/isub10.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(5) a:before {
  content: url("../common_img/isub11.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(6) a:before {
  content: url("../common_img/isub17.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(7) a:before {
  content: url("../common_img/isub12.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(8) a:before {
  content: url("../common_img/isub13.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(9) a:before {
  content: url("../common_img/isub14.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(10) a:before {
  content: url("../common_img/isub15.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(11) a:before {
  content: url("../common_img/isub16.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(12) a:before {
  content: url("../common_img/isub27.png");
}



header .right ul li .outside ul.submenu--3 li:nth-child(1) a:before {
  content: url("../common_img/isub26.png");
}

header .right ul li .outside ul.submenu--3 li:nth-child(2) a:before {
  content: url("../common_img/isub18.png");
}

header .right ul li .outside ul.submenu--3 li:nth-child(3) a:before {
  content: url("../common_img/isub19.png");
}
header .right ul li .outside ul.submenu--3 li:nth-child(4) a:before {
  content: url("../common_img/isub20.png");
}
header .right ul li .outside ul.submenu--3 li:nth-child(5) a:before {
  content: url("../common_img/isub25.png");
}

header .right ul li .outside ul.submenu--4 li:nth-child(1) a:before {
  content: url("../common_img/isub21.png");
}
header .right ul li .outside ul.submenu--4 li:nth-child(2) a:before {
  content: url("../common_img/isub22.png");
}
header .right ul li .outside ul.submenu--5 li:nth-child(1) a:before {
  content: url("../common_img/isub24.png");
}
header .right ul li .outside ul.submenu--5 li:nth-child(2) a:before {
  content: url("../common_img/isub23.png");
}

header .right ul li .outside ul.submenu--2 li:nth-child(1),
header .right ul li .outside ul.submenu--2 li:nth-child(2),
header .right ul li .outside ul.submenu--2 li:nth-child(3),
header .right ul li .outside ul.submenu--2 li:nth-child(4),
header .right ul li .outside ul.submenu--2 li:nth-child(5),
header .right ul li .outside ul.submenu--2 li:nth-child(6) {
  border-bottom: 1px solid #a6d3dd;
  border-top: none;
}

header .right ul li .outside ul.submenu--2 li:nth-child(3),
header .right ul li .outside ul.submenu--2 li:nth-child(9) {
  width: 225px;
}

header .right ul li .outside ul.submenu--2 li:nth-child(6n+6) {
  border-right: none;
}

header .right #h_menu > ul > li:hover > a {
  background-color: #22c0ce;
  color: #fff;
}

header .right .h_ct a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 750;
  background-color: #22c0ce;
  text-decoration: none;
  width: 200px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url("../images/bfa1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

header .right .h_ct a span {
  display: block;
  width: 100%;
}

header .right .h_ct a span img {
  height: 25px;
  width: auto;
}

header .right .h_ct a span:nth-child(2) {
  margin-top: -15px;
    font-weight: bold;
}

header .right .h_ct a:hover {
  background-color: #315d61;
}

header #h_menu_s {
  display: none;
}

/* ▽ SP layout ========== */
/*@media only screen and (max-width: 639px) { header { position: relative; } }*/
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  header .left {
    padding-left: 4%;
    width: 45%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  header .right {
    padding-right: 0;
    width: 50%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  header .right ul {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  header .right ul li {
    width: 50%;
  }
  header .right ul li a {
    padding: 8.33333% 0;
    height: auto;
    display: block;
    height: 100%;
  }
  header .right ul li:first-child a {
    height: 100%;
    text-align: center;
    background-color: #22c0ce;
  }
  header .right ul li:first-child a img {
    width: 41.66667%;
  }
  header .right ul li:nth-child(2) a {
    background-color: #f47164;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15% 30.83333% 16.66667% 35%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .right ul li:nth-child(2) a span {
    width: 100%;
    padding-bottom: 2.5%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media only screen and (max-width: 639px) and (max-width: 374px) and (min-width: 320px) {
  header .right ul li:nth-child(2) a span {
    padding-bottom: 1px;
  }
}

@media only screen and (max-width: 639px) {
  header .right ul li:nth-child(2) a span:nth-child(odd) {
    width: 82.92683%;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 639px) {
  header .right ul li:nth-child(2) a.bx {
    position: relative;
  }
  header .right ul li:nth-child(2) a.bx span {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  header .right ul li:nth-child(2) a.bx span:first-child,
  header .right ul li:nth-child(2) a.bx span:nth-child(2) {
    display: none;
  }
  header .right ul li:nth-child(2) a.bx span:nth-child(3) {
    width: 56.25%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .right ul li:nth-child(2) a.bx span:nth-child(4) {
    width: 56.25%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media only screen and (max-width: 639px) {
  /* ========== end △ */
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #wrapper, body {
    padding-top: 40px;
  }
  #cm_header {
    position: relative;
  }
  header #h_menu_s {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9997;
    /* padding-top: 4.6875%; */
    /* background-color: rgba(0,0,0,0.3);
        height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;*/
    padding-bottom: 100px;
  }
  header #h_menu_s > ul {
    background: #f47164;
    padding: 20px 0;
  }
  header #h_menu_s > ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    display: block;
    padding: 1.97917% 5.20833%;
  }
  header #h_menu_s > ul li > a {
    position: relative;
  }
  header #h_menu_s > ul li > a i {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-style: normal;
  }
  header #h_menu_s > ul li:last-child {
    border-bottom: none;
  }
  header #h_menu_s > ul li ul {
    display: none;
  }
  header #h_menu_s > ul li ul li {
    padding-left: 5%;
  }
  header #h_menu_s > ul li ul li a {
    border-bottom: 0;
    border-top: 0.5px solid #fff;
    padding-left: 3%;
  }
  header #h_menu_s > ul li.open a i {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  header #h_menu_s > ul > li {
    border-bottom: 0.5px solid #fff;
  }
}

/* ========== end △ */
.md_t1 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.md_t1 span {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 0 45px;
  font-size: 22px;
  font-weight: 750;
  color: #3e4150;
  display: inline-block;
}

.md_t1:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #3e4150;
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t1 {
    margin-bottom: 5.72917%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t1 span {
    padding: 0 4.16667%;
    font-size: 22px;
  }
}

/* ========== end △ */
.md_t2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #001830;
  padding-bottom: 9px;
  margin-bottom: 30px;
}

/* .md_t2 br {
  display: none;
} */

.md_t2 span {
  color: #016cdb;
}

.md_t2 span.num {
  width: 47px;
  height: 47px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  background-color: #001830;
  text-align: center;
  margin-right: 17px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t2 {
    padding-left: 7.7381%;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4.7619%;
  }
  .md_t2 br {
    display: block;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .md_t2 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t2 span.num {
    width: 5.59524%;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    padding-bottom: 2px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .md_t2 span.num {
    font-size: 14px;
  }
}

/* ========== end △ */
.md_t3 {
  border-bottom: 8px solid #ff6b5c;
  padding-left: 20px;
}

.md_t3 span {
  background-color: #ff6b5c;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  padding: 0 40px;
  border-radius: 5px 5px 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t3 {
    border-bottom: 4px solid #ff6b5c;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_t3 span {
    font-size: 17px;
    line-height: 32px;
    padding: 0 4.16667%;
  }
}

/* ========== end △ */
.md_b1 {
  text-align: center;
}

.md_b1 a {
  display: block;
  font-size: 12px;
  color: #66f5f6;
  line-height: 21px;
  background-color: #000000;
  text-align: center;
  width: 242px;
  border-radius: 12px;
  margin: auto;
  text-decoration: none;
  font-weight: bold;
  background-image: url("../images/bfa3.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
  border: 2px solid #fff;
}

.md_b1 a:hover {
  border: 2px solid #22c0ce;
  background-color: #fff;
  color: #22c0ce;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_b1 a {
    background-color: #3e4150;
    width: 58.33333%;
  }
}

/* ========== end △ */
.md_b2 a {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url("../images/bfa4.png");
  background-repeat: no-repeat;
  background-position: right 11px center;
}

.md_b2 a:hover {
  background-color: #06114a;
  background-position: right 20px center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_b2 a {
    width: 65.47619%;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    padding: 2.02381% 0 2.97619%;
    background-size: 1.63636% auto;
    background-position: right 4.90909% center;
  }
}

/* ========== end △ */
.udl {
  font-weight: bold;
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.udl2 {
  font-weight: bold;
  background-image: url("../images/bg_line2.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.udl4 {
  font-weight: bold;
  background-image: url("../images/bg_line3.png");
  background-repeat: repeat-x;
  background-position: center bottom 0px;
}

.md_tb1 {
  border: 2px solid #3e4150;
}

.md_tb1 tr th {
  padding: 17px 25px;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
}

.md_tb1 tr td {
  padding: 17px 25px;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  width: 740px;
}

.md_tb1 tr td input[type="text"] {
  width: 555px;
  padding: 10px 15px;
}

.md_tb1 tr td select {
  padding: 10px 15px;
  width: 215px;
}

.md_tb1 tr td p {
  margin-top: 5px;
}

.md_tb1 tr th {
  background-color: #fafcfe;
  position: relative;
  padding-left: 75px;
  width: 260px;
  position: relative;
}

.md_tb1 tr th span {
  position: absolute;
  width: 36px;
  line-height: 20px;
  background-color: #ffa234;
  border-radius: 3px;
  left: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.md_tb1 tr th span.tp1 {
  background-color: #3e4150;
  color: #53a5ab;
  font-weight: 300;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr {
    display: block;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr th,
  .md_tb1 tr td {
    width: 100%;
    display: block;
    padding: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr td input[type="text"] {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr td {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr th {
    width: 100%;
    padding-left: 15.47619%;
  }
  .md_tb1 tr th br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .md_tb1 tr th span {
    left: 3.57143%;
  }
}

/* ========== end △ */
.banner .container {
  -webkit-box-shadow: 0px 0px 4px 0px #e3e3ff;
  box-shadow: 0px 0px 4px 0px #e3e3ff;
  height: 170px;
  padding: 8px 12px;
  position: relative;
}

.banner .container > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.banner .container .left {
  text-align: right;
  padding: 0 30px 0 0;
  width: 46%;
}

.banner .container .left img {
  width: 90%;
}

.banner .container .left .ftbn-text .ftbn-text--s1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: inline;
}

.banner .container .left .ftbn-text .ftbn-text--s2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: inline;
}

.banner .container .left .ftbn-text .ftbn-text--s3,
.banner .container .left .ftbn-text .ftbn-text--s4 {
  text-decoration: underline;
  color: #cf4f42;
  font-size: 34px;
  font-weight: bold;
  padding: 0px 0 4px 40px;
  background-image: url("../images/woman_tel.png");
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 12%;
}

.banner .container .left .ftbn-text .ftbn-text--s3 a {
  color: #cf4f42;
}

.banner .container .right {
  font-weight: bold;
  width: 50%;
}

.banner .container .right .ftbn-img {
  text-align: left;
  padding: 0 0 0 30px;
}

.banner .container .right span {
  display: block;
  font-size: 30px;
}

.banner .container .right img {
  width: 86%;
}

#banner_common .container .left {
  padding: 0;
  float: none;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .banner .container {
    padding: 2% 2% 4% 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
  .banner .container .right img {
    width: 80%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .banner .container .left {
    width: 100%;
    border-right: 0;
    padding: 0;
    margin: 2% auto 3% auto;
    text-align: center;
  }
  .banner .container .left .ftbn-text .ftbn-text--s3 {
    font-size: 26px;
    padding: 0px 0 4px 34px;
  }
  #banner_common .container .left {
    margin-bottom: 0;
  }
  #banner_common .container .left img {
    width: 90%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .banner .container .right {
    width: 90%;
    padding: 2% 0 0 0;
    font-size: 16px;
    border-top: 6px dotted #f9ce4b;
    border-left: none;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .banner .container .right {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .banner .container .right span {
    font-size: 21px;
  }
  .banner .container .right .ftbn-text {
    margin-top: 5px;
  }
  .banner .container .right .ftbn-text .ftbn-text--s1 {
    display: inline;
  }
  .banner .container .right .ftbn-text .ftbn-text--s3 {
    padding: 0 0 0 16%;
    background-size: 15%;
    display: inline-block;
    font-size: 28px;
  }
  .banner .container .right .ftbn-img {
    margin: 0;
    padding: 2% 0 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .banner .container .right span {
    font-size: 19px;
  }
}

/* ========== end △ */
.bnp ul li {
  display: inline-block;
  width: 40.47619%;
}

.bnp ul li.b_next {
  float: right;
}

.bnp ul li.b_prev {
  float: left;
}

.bnp ul li.b_prev a {
  background-image: url("../images/bfa5.png");
  background-position: left 11px center;
}

.bnp ul li.b_prev a:hover {
  background-position: left 20px center;
}

.bnp ul li a {
  background-color: #4ab2c8;
  width: 193px;
  -webkit-box-shadow: 0px 3px 6px 0px #c2d3e5;
  box-shadow: 0px 3px 6px 0px #c2d3e5;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bnp ul li.b_next a {
    background-position: right 12px center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bnp ul li.b_prev a {
    background-position: left 12px center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .bnp ul li a {
    width: 100%;
    line-height: 21px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    padding: 6.76471% 0;
    background-size: 3.82353%;
  }
}

/* ========== end △ */
footer {
  background-color: #3e4150;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer .container.on_sp {
  position: relative;
  padding-top: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .container.on_sp {
    padding-top: 100px;
  }
}

/* ========== end △ */
footer .container.on_sp .page_up {
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
  top: 10px;
  text-decoration: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .container.on_sp .page_up {
    width: 45px;
  }
}

/* ========== end △ */
footer .container.on_sp .page_up span {
  display: block;
  color: #999ba6;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .container.on_sp .page_up span {
    font-size: 12px;
  }
}

/* ========== end △ */
footer .container.on_sp .page_up:hover span {
  color: #fff;
}

footer .on {
  padding-bottom: 20px;
  border-bottom: 1px solid #8b8ea0;
  margin-bottom: 17px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  footer .on {
    padding-top: 50px;
  }
}

/* ========== end △ */
footer .on .f_logo {
  margin-bottom: 25px;
}

footer .on #f_menu {
  margin-bottom: 45px;
}

footer .on #f_menu .f_menu_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .on #f_menu .f_menu_body {
  text-align: left;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .on #f_menu .f_menu_head .f_menu_item:first-child {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

footer .on #f_menu .f_menu_head .f_menu_item {
  margin-top: 10px;
}

footer .on #f_menu .f_menu_head .f_menu_item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0;
}

footer .on #f_menu .f_menu_head .f_menu_item a:hover {
  text-decoration: underline;
}

footer .on .s_bt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin: auto;
  background-color: #22c0ce;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  padding-left: 6px;
}

footer .on .s_bt a img {
  margin-right: 5px;
}

footer .on .s_bt a:hover {
  background-color: #008490;
}

footer .under {
  margin-bottom: 35px;
}

footer .under .under_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .under .under_top li {
  padding-top: 12px;
}

footer .under .under_top li a {
  padding: 0 40px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #8b8ea0;
}

footer .under .under_top li a:hover {
  text-decoration: underline;
}

footer .under .under_top li:last-child a {
  border-right: 1px solid #8b8ea0;
}

footer .under .under_top li:first-child {
  padding-top: 0;
}

footer .under .under_top li:first-child a {
  padding-left: 0;
  border-left: none;
}

footer .under .under_bottom {
  color: #fff;
  text-align: left;
  margin: 30px auto 0;
  max-width: 965px;
}

footer .under .under_bottom li + li {
  margin-top: 20px;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #7a8c9f;
  line-height: 30px;
  background-color: #2a2d3a;
}

footer .fx {
  position: fixed;
  width: 340px;
  right: 15px;
  bottom: 96px;
  z-index: 9997;
}

footer .fx .outside {
  background-color: #eaeaeb;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 13px 10px;
}

footer .fx .outside .box {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 0 12px;
  margin-bottom: 10px;
}

footer .fx .outside .box .fl_logo {
  margin-bottom: 10px;
}

/* ▽ PC-TAB layout ========== */
/* TOPページ用フッター固定バナー */
@media print, screen and (min-width: 640px) {
  footer .fx_bottom_toponly {
    position: fixed;
    width: 600px;
    bottom: 10px;
    background-color: #fff;
    bottom: -74px;
    z-index: 999;
    right: 2%;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.4);
    font-size: 18px;
  }
  footer .fx_bottom_toponly .outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    /* padding: 10px 0; */
  }
  footer .fx_bottom_toponly .outside .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 600px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 80px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
  }
  footer .fx_bottom_toponly .outside .box:before {
    content: url("../common_img/h_ic.png");
    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;
    font-family: "Font Awesome 5 Free";
    background: #22c0ce;
    font-size: 1.8rem;
    color: #fff;
    width: 80px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 30px;
  }
}

/* 下層ページ用フッター固定バナー */
@media print, screen and (min-width: 640px) {
  footer .fx_bottom_underlayer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #eaeaeb;
    bottom: -74px;
    z-index: 999;
  }
  footer .fx_bottom_underlayer .outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1130px;
    margin: auto;
    padding: 10px 0;
  }
  footer .fx_bottom_underlayer .outside .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
  }
}

.fixed-contact {
  z-index: 9001;
  position: fixed;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0, 0.15);
}
.fixed-contact,
.fixed-contact *,
.fixed-contact *::before,
.fixed-contact *::after {
  box-sizing: border-box;
}

.fixed-contact__lnk {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.fixed-contact__lnk:before {
  flex-shrink: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width:  80px;
  height: 80px;
  background-image: url("../common_img/h_ic.png");
  background-color: #22c0ce;
  background-size: 52.5%;
  background-position: center center;
  background-repeat: no-repeat;
}
.fixed-contact__txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #22c0ce;
}
.fixed-contact__txt .__pre {
  display: inline-flex;
  width:  2.2em;
  height: 2.2em;
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1;
  writing-mode: horizontal-tb;
  color: #c00;
}

@media (max-width: 767px) {
  .fixed-contact {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transform: translateY(100%);
    transition: .3s;
    will-change: auto;
  }
  .fixed-contact.is-show {
    transform: translateY(0);
  }
  .fixed-contact__lnk {
    flex-direction: row;
  }
  .fixed-contact__txt {
    font-size: min(18px, calc((14/375) * 100vw));
    gap: 0.5em;
  }
  .fixed-contact__txt b {
    font-size: 1.575em;
    line-height: 1;
  }
  .fixed-contact__txt .__pre {
    margin-right: 0.5em;
    font-weight: bold;
    vertical-align: text-bottom;
  }
  .fixed-contact__txt .__tel {
    font-size: 0.875em;
  }
  .fixed-contact__txt .__cln {
    margin-inline: 0.25em;
  }
}
@media (min-width: 768px) {
  .fixed-contact {
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 400px;
    transform: translateX(100%);
    transition: .3s;
    will-change: auto;
  }
  .fixed-contact.is-show {
    transform: translateX(0);
  }
  .contact_page .fixed-contact {
    display: none;
  }
  .fixed-contact__lnk {
    flex-direction: column;
  }
  .fixed-contact__txt {
    gap: .25em;
    align-items: flex-start;
    padding-inline-start: 1.25em;
    writing-mode: vertical-rl;
  }
  .fixed-contact__txt b {
    font-size: 1.5em;
  }
  .fixed-contact__txt .__pre {
    margin-bottom: 0.25em;
  }
  .fixed-contact__txt .__tel {
    text-orientation: upright;
    text-combine-upright: all;
  }
  .fixed-contact__txt .__num {
    text-orientation: upright;
    letter-spacing: 0;
  }
  .fixed-contact__txt .__cln {
    display: none;
  }
  .fixed-contact__txt .__hyh {
    display: inline-block;
    transform: translateX(0.12em);
    margin-inline: 0.125em;
    vertical-align: baseline;
  }
}
@media (hover: hover) and (min-width: 640px) {
  .fixed-contact__txt {
    transition: .3s;
  }
  .fixed-contact__lnk:hover .fixed-contact__txt {
    background-color: #00728a;
    color: #fff;
  }
  .fixed-contact__lnk:hover .fixed-contact__txt * {
    color: #fff;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .fx_bottom {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer > .container .page_up {
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .on {
    margin-bottom: 5.95238%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .on .f_logo {
    margin-bottom: 3.57143%;
  }
  footer .on .f_logo a {
    display: block;
    width: 64%;
    margin: 10px auto auto auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .on #f_menu {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .on .s_bt a {
    font-size: 16px;
    width: 87.5%;
    height: auto;
    padding: 1.19048% 1.42857%;
    border-radius: 50px;
  }
  footer .on .s_bt a br {
    display: none;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  footer .on .s_bt a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 374px) and (min-width: 320px) {
  footer .on .s_bt a {
    font-size: 12px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .on .s_bt a img {
    width: 13.60544%;
    margin-right: 4.08163%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer #f_menu_s {
    background-color: #f47164;
    margin-bottom: 5.20833%;
    position: relative;
  }
  footer #f_menu_s .butt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer #f_menu_s .butt .text {
    line-height: 40px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-right: 2.08333%;
  }
  footer #f_menu_s .butt .ico {
    width: 5.20833%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    min-height: 18px;
  }
  footer #f_menu_s .butt .ico span {
    width: 100%;
    padding-bottom: 12%;
    background-color: #fff;
    margin-bottom: 22%;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer #f_menu_s .butt .ico span:last-child {
    margin-bottom: 0;
  }
  footer #f_menu_s .butt .ico.bx span {
    width: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
  }
  footer #f_menu_s .butt .ico.bx span:last-child {
    display: none;
  }
  footer #f_menu_s .butt .ico.bx span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  footer #f_menu_s .butt .ico.bx span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  footer #f_menu_s .butt > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  footer #f_menu_s ul {
    /*position: absolute; z-index: 999; bottom: 100%;*/
    width: 100%;
    background-color: #f47164;
    display: none;
  }
  footer #f_menu_s ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 1.875% 0;
    display: block;
    border-bottom: 0.5px solid #fff;
    text-align: left;
    padding-left: 5.72917%;
    opacity: 0.9;
  }
  footer #f_menu_s > ul li > a {
    position: relative;
  }
  footer #f_menu_s > ul li > a i {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  footer #f_menu_s > ul li.open a i {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .under {
    margin-bottom: 5.20833%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .under .f_logo2_s a {
    display: block;
  }
  footer .under .f_logo2_s a img {
    width: 61.90476%;
  }
  footer .under .f_logo2_s p {
    color: #fff;
    margin-top: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  footer .copyright {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 2%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 374px) and (min-width: 320px) {
  footer .copyright {
    font-size: 12px;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .on_sp {
    display: none !important;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .on_pc {
    display: none !important;
  }
}

/* ========== end △ */
#tuika200227 {
  background-color: #ffead1;
  padding: 60px 0;
}

#tuika200227 .ttl {
  color: #ffa234;
  font-size: 26px;
  margin-bottom: 20px;
}

#tuika200227 .ttl_sub {
  line-height: 32px;
  font-size: 20px;
  color: #253748;
  font-weight: 600;
  margin-bottom: 20px;
}

#tuika200227 .txtbox {
  padding: 30px 50px;
  box-shadow: 1px 1px 6px #d8d8ed;
  -webkit-box-shadow: 1px 1px 6px #d8d8ed;
  background-color: #fff;
}

#tuika200227 .youtube {
  max-width: 800px;
  margin: 0 auto;
}

#tuika200227 .youtube iframe {
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 639px) {
  #tuika200227 {
    padding: 6.25% 0;
  }
  #tuika200227 .ttl {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1.19048%;
  }
  #tuika200227 .ttl_sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1.19048%;
  }
  #tuika200227 .txtbox {
    padding: 30px 20px;
  }
}

/* ==================================================
  service_cont
================================================== */
.service_cont_wrap {
  background-color: #e6f5f8;
  margin: 60px 0;
  padding: 60px 0;
}

.service_cont_wrap h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.service_cont_wrap h3 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px 10px;
  background-color: #ff6b5c;
}

.service_cont_wrap h4 {
  font-size: 24px;
  color: #009fb7;
  margin-bottom: 10px;
}

.service_cont_wrap p {
  font-size: 16px;
  line-height: 1.7;
}

.service_cont_wrap p + h4 {
  margin-top: 40px;
}

.service_cont_wrap p + p {
  margin-top: 20px;
}

.service_cont + .service_cont {
  margin-top: 80px;
}

.service_cont_read {
  font-size: 18px !important;
  margin-bottom: 40px;
}

.service_cont {
  padding: 50px;
  background-color: #fff;
}

.service_cont_flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.service_cont_flex img {
  width: 35%;
  height: auto;
  margin: 0 30px 0 0;
}

.service_cont_pointlist_heading {
  color: #009fb7;
  font-size: 18px !important;
  margin-bottom: 10px;
}

.service_cont_pointlist li {
  font-size: 15px;
  background: url(../images/ico01.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.service_cont_pointlist li + li {
  margin-top: 8px;
}

.recommend_article {
  display: flex;
  background-color: #faf8eb;
}

.recommend_article ul {
  font-size: 18px;
  padding: 20px;
}

.recommend_article ul li + li {
  margin-top: 10px;
}

.recommend_article li span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  background-color: #949494;
  margin-right: 25px;
  padding: 0 10px 0 15px;
}

.recommend_article li span::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid #949494;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.recommend_article p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #21c0ce;
}

.recommend_article a {
  text-decoration: none;
}

.recommend_article a:hover {
  text-decoration: underline;
}

.text_line {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

@media only screen and (max-width: 639px) {
  .service_cont_wrap {
    margin: 30px 0;
    padding: 30px 0;
  }
  .service_cont_wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service_cont_wrap h3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service_cont_wrap h4 {
    font-size: 18px;
  }
  .service_cont_wrap p {
    font-size: 15px;
  }
  .service_cont_wrap p + h4 {
    margin-top: 25px;
  }
  .service_cont_wrap p + p {
    margin-top: 10px;
  }
  .service_cont_read {
    font-size: 15px !important;
    margin-bottom: 20px;
  }
  .service_cont {
    padding: 15px;
  }
  .service_cont + .service_cont {
    margin-top: 30px;
  }
  .service_cont_flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .service_cont_flex img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .recommend_article {
    flex-direction: column;
  }
  .recommend_article ul {
    font-size: 15px;
    padding: 10px;
  }
  .recommend_article li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .recommend_article li span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0 5px 0 10px;
  }
  .recommend_article li span::after {
    right: -10px;
    border-left: 10px solid #949494;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .service_cont_pointlist_heading {
    font-size: 16px !important;
  }
}

.cm-ttl01 {
  color: #3e4150;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

.cm-ttl01:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto;
  height: 1px;
  background: #41aec0;
}

@media (max-width: 639px) {
  .cm-ttl01 {
    font-size: 23px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    line-height: 1.4;
  }
  .cm-ttl01:after {
    width: 70px;
  }
}

.cm-box-contact01 {
  margin-bottom: 50px;
  border: 2px solid #5fccd6;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  text-decoration: none !important;
}

@media (min-width: 640px) {
  .cm-box-contact01 {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 35px 27px;
  }
  .cm-box-contact01:hover {
    opacity: 0.6;
  }
}

@media (min-width: 640px) {
  .cm-box-contact01 a {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .cm-box-contact01 a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .cm-box-contact01 a:hover {
    opacity: 0.6;
  }
}

.cm-box-contact01 .txt1 {
  color: #5fccd6;
  margin-bottom: 7px;
}

.cm-box-contact01 .txt1 span {
  display: inline-block;
  border: 1px solid #5fccd6;
  padding: 10px 32px;
  font-size: 21px;
  line-height: 1.2;
}

.cm-box-contact01 .txt2 {
  color: #45485a;
  font-size: 22px;
  letter-spacing: 1px;
}

.cm-box-contact01 .time {
  color: #45485a;
  font-size: 21px;
  text-align: center;
  padding-left: 40px;
  margin-top: 3px;
}

.cm-box-contact01 .btn-contact01 {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  border-radius: 4px;
  width: 100%;
  padding: 20px 25px 20px 5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #5fccd6 url(../common_img/arrow-right-white.png) no-repeat right 24px center/8px auto;
}

.cm-box-contact01 .box03 {
  width: 290px;
  margin-bottom: 15px;
}

@media (max-width: 639px) {
  .cm-box-contact01 {
    border: 1px solid #5fccd6;
    margin-bottom: 25px;
    padding: 3% 2.5% 3%;
  }
  .cm-box-contact01 .txt1 {
    margin-bottom: 2px;
  }
  .cm-box-contact01 .txt1 span {
    padding: 4px 10px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 375px) {
  .cm-box-contact01 .txt1 {
    margin-bottom: 0;
  }
  .cm-box-contact01 .txt1 span {
    padding: 3px 10px;
    font-size: 10px;
  }
}

@media (max-width: 639px) {
  .cm-box-contact01 .txt2 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 375px) {
  .cm-box-contact01 .txt2 {
    font-size: 10px;
  }
}

@media (max-width: 639px) {
  .cm-box-contact01 .tel {
    line-height: 1;
  }
  .cm-box-contact01 .time {
    font-size: 10px;
    padding-left: 10px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 375px) {
  .cm-box-contact01 .time {
    font-size: 9px;
    margin-top: 4px;
  }
}

@media (max-width: 639px) {
  .cm-box-contact01 .btn-contact01 {
    font-size: 15px;
    border-radius: 2px;
    width: 100%;
    padding: 10px 25px 10px 5px;
    background: #5fccd6 url(../common_img/arrow-right-white.png) no-repeat right 25% center/5px auto;
  }
}

@media only screen and (max-width: 639px) and (max-width: 375px) {
  .cm-box-contact01 .btn-contact01 {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .cm-box-contact01 .box01 {
    width: 40%;
  }
  .cm-box-contact01 .box02 {
    width: 60%;
    padding-top: 5px;
  }
  .cm-box-contact01 .box03 {
    width: 100%;
    margin: 10px 0 0;
  }
}

.cm-btn-blue01 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 13px;
  border-radius: 35px;
  width: 100%;
  max-width: 230px;
  padding: 17px 5px 19px 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: #34a9bc url(../common_img/arrow-right-white.png) no-repeat right 23px center/8px auto;
}

@media (min-width: 640px) {
  .cm-btn-blue01:hover {
    background-color: #00728a;
    background-position: right 27px center;
  }
}

@media (max-width: 639px) {
  .cm-btn-blue01 {
    font-size: 14px;
    border-radius: 25px;
    max-width: 230px;
    padding: 7px 5px 7px 10px;
    background: #34a9bc url(../common_img/arrow-right-white.png) no-repeat right 19px center/6px auto;
  }
}

/* 動画ポップアップ */

.wstage-112__content {
  z-index: 999999;
  display: none;
  position: fixed;
}

.wstage-112__overlay {
  z-index: 999998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.wstage-112__link {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.wstage-112__open {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.wstage-112__open::after {
  content: '';
  display: inline-block;
  width: 400px;
  height: 200px;
  background: url(../images/wstage_112_01.png) no-repeat center center/300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.wstage-112__open img {
  width: 100%;
  height: auto;
}

.wstage-112__close {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.wstage-112__close::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/close_icon.png) no-repeat left center/30px;
  margin-right: 5px;
}

.wstage-112__content iframe {
  width: 800px;
  height: 450px;
}

@media only screen and (max-width: 639px) {
  .wstage-112__close,
  .wstage-112__open {
    cursor: auto;
  }
  .wstage-112__ttl {
    font-size: 22px;
    line-height: 1.3;
  }
  .wstage-112__link {
    width: 100%;
  }
  .wstage-112__open::after {
    width: 180px;
    height: 100px;
    background-size: 180px;
  }
  .wstage-112__content {
    width: 100%;
    left: 0 !important;
    top: 25%  !important;
    text-align: center;
  }
  .wstage-112__content iframe {
    width: 90%;
    height: 300px;
  }
  .wstage-112__close {
    font-size: 18px;
    padding: 0 5%;
  }
  .wstage-112__close::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}


/*page lp template*/

#footer + footer{
  display: none;
}

.nav_lp{
  display: none;
}

body.lp_temp #h_menu >ul,
body.lp_temp .h_ct{
  display: none;
}

body.lp_temp #banner_common{
  display: none;
}
body.lp_temp .nav_lp{
  display: flex;
  padding-right: 20px;
  --height-menu-lp_temp: 75px;
}

.h_ct_lp{
  height: 100%;
}
.h_ct_lp a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #22c0ce;
  text-decoration: none;
  width: 230px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: var(--height-menu-lp_temp);
  font-size: 14px;
}

.h_ct_lp a:hover{
  background-color: #315d61;
}
body:not(.lp_temp) .btn_menu + *{
  display: none !important;
}
body.lp_temp .btn_menu + *{
  padding: 0 !important;
}
body.lp_temp .btn_menu + * img{
  width: 39.06px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
body.lp_temp header .right ul li:nth-child(2) a.btn_menu{
  display: none;
}

.h_ct_lp a img{
  margin-right: 15px;
}

.nav_lp .btn_telbox {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: linear-gradient( to right, rgb(255,208,46) 0%, rgb(240,153,17) 100%) no-repeat left top/ 60px 100%;
}


.nav_lp .btn_telbox .support{
  background-color: #3e4150;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.nav_lp .btn_telbox .btn_tel{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav_lp .btn_telbox .btn_tel .tel{
  color: #f47164;
  font-size: 38px;
  font-weight: 500;
  line-height: 0.8;
}
.nav_lp .btn_telbox .btn_tel .time{
  color: #3e4150;
  font-weight: 700;
}
#footer .inner {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 70px 0;
}

#footer .inner span {
  font-size: 18px;
}

#footer .inner a {
  color: currentColor;
  text-decoration: none;
}

address {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #7a8c9f;
  line-height: 30px;
  background-color: #2a2d3a;
  font-style: normal;
}

.fa-chevron-up:before,.fa-angle-down:before{
  font-family: 'fontawesome';
}

#footer + footer{
  display: none;
}


@media (max-width: 767px) {
#footer .inner {
  padding: 30px 0;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#footer .inner p + p {
  margin-top: 30px;
}
#footer .inner span {
  font-size: 16px;
  display: block;
}
address{
  line-height: 1.3;
  padding: 10px 5px;
}
}
.cm-banner-right{
    border-radius: 5px;
    background: #f9ab00;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: -200px;
    right: 10px;
    z-index: 9999;

}
.cm-banner-right .sb-fixed{
    pointer-events: visible !important;
}
.cm-banner-right.fixed{
    bottom: 20px;
}
.cm-banner-right p{
    line-height: 1.4;
    font-weight: bold;
    font-size: 12px;
}
@media (min-width: 768px) {
    .cm-banner-right{
        display: flex;
        flex-direction: row-reverse;
        padding: 5px;
        transform: translateY(320px);
        -webkit-transform: translateY(320px);
    }
    .cm-banner-right.fixed {
        bottom: 20px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .cm-banner-right p{
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        margin-left: 5px;
        padding-top: 5px;
        letter-spacing: 2px;
        text-align: left;
    }
}
.cm-banner-right a{
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #fef2da;
    padding: 10px 10px;
    margin-top: 10px;
    text-decoration: none;
    color: #ed7413;
    width: 100%;
}
@media (min-width: 768px) {
    .cm-banner-right a{
        margin-top: 5px;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px){
    .cm-banner-right{
        right: 0;
    }
    .cm-banner-right a{
        padding: 10px 3px;
        left: 2px;
    }
    .cm-banner-right p{
        letter-spacing: 1px;
        font-size: 11px;
    }
}
.cm-banner-right a:hover{
    opacity: 0.9;
}
@media (max-width: 767px) {
    body.page-top {
        padding-bottom: 80px;
    }
    body{
        padding-bottom: 125px;
    }
    .cm-banner-right{
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
    }
    .cm-banner-right p{
        font-weight: bold;
    }
    .cm-banner-right a{
        font-size: 17px;
        padding: 10px;
    }
}
.logo-lp, .logo02-lp{
    display: none;
}

/* page lp */
#p_lp .cm-banner-right {
  display: none;
}
