@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #1C2431;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
body {
  font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #1C1C1C;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #1C2431;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper {
    min-width: 320px;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-y: auto;
  line-height: normal;
}

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)";
}

a {
  color: #1C2431;
  text-decoration: underline;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  box-sizing: border-box;
  width: 100%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* ========== end △ */
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 2%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 3%;
  }
}
/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* 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: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  flex-wrap: wrap;
}

/*justify-content*/
.flex-jus-start {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-jus-end {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  flex-wrap: wrap;
}

.flex-jus-center {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
}

.flex-jus-between {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
}

.flex-jus-around {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  flex-wrap: wrap;
}

.flex-jus-ini {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  flex-wrap: wrap;
}

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

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

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

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

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

.flex-align-item-ini {
  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;
}

.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;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
/*====================================================================================
CM-CSS
====================================================================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/*====================================================================================
■HEADER
====================================================================================*/
#main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 90px;
  }
}

#cm-header {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
#cm-header.is-fixed {
  position: fixed;
  animation: scrolltop 0.8s;
  animation-iteration-count: 1;
  border-bottom: 1px solid #057867;
}
#cm-header .cm-header-right {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cm-header .cm-header-right {
    flex-wrap: nowrap;
  }
}
#cm-header .inner {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cm-header .inner {
    flex-wrap: nowrap;
  }
}
#cm-header .logo {
  width: 321px;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  #cm-header .logo {
    width: 50%;
    padding: 10px 20px;
  }
}

@keyframes scrolltop {
  0% {
    transform: translateY(-80px);
    transform-origin: center;
    opacity: 0;
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.gnav {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 1100px;
    padding: 50px 30px;
    background: #f5f7fa;
    z-index: 9999;
    display: flex;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.gnav .container{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    flex-wrap: wrap;
}
.gnav p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.gnav .left{
    width: 60%;
    border: 2px solid #5ac1b2;
    padding: 20px;
    border-radius: 20px;
}
.gnav .left li a{
    padding: 3px 14px;
}
.gnav .left li:first-child a:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #00bab2;
}
.gnav .right{
    width: 35%;
}
@media screen and (max-width: 767px) {
    .gnav .left{
        width: 100%;
        padding: 20px 10px;
    }
    .gnav .right{
        width: 100%;
    }
    .gnav p{
        margin-bottom: 10px;
    }
}
.gnav ul{
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .gnav ul {
    justify-content: center;
      width: 100%;
  }
  .gnav li {
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .gnav li a, .gnav li span {
    font-size: 16px;
    padding: 5px 20px;
      display: block;
  }
}
.gnav.opened {
  opacity: 1;
  visibility: visible;
}
.gnav li {
  position: relative;
}
.gnav li a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #222;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .gnav li a:hover:after {
    width: 90%;
  }
    .gnav .left li:first-child a:before{
        top: 20px;
    }
}

@media screen and (max-width: 1200px) {
  .gnav li {
    margin: 0;
  }
}
.gnav a, .gnav span {
  text-decoration: none;
  display: inline-block;
  padding: 7px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .gnav a, .gnav span {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.gnav .sub-menu {
  display: block;
  z-index: 9999;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .gnav .sub-menu {
    padding: 10px;
    transform: translateX(-55px);
    -webkit-transform: translateX(-55px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: none;
  }
}
.gnav .sub-menu ul {
  border: 2px solid #5AC1B2;
  padding: 5px 10px;
}
.gnav .sub-menu a {
  font-size: 14px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #5AC1B2;
  text-align: center;
}
.gnav .sub-menu a:hover {
  color: #5AC1B2;
}
.gnav .sub-menu li:after {
  content: none;
}
.gnav .sub-menu li:last-child a {
  border: none;
}
@media screen and (max-width: 767px) {
    .gnav{
top: 100%;
    align-items: flex-start;
    padding: 30px 0;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
    }
  .gnav .sub-menu ul {
    padding: 0;
  }
  .gnav .sub-menu a {
    color: #000;
    border-width: 1px;
  }
}

.cart-btn a {
  background: #314340;
  width: 84px;
  height: 84px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cart-btn a {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
}
.cart-btn img {
  width: 25px;
  margin-bottom: 8px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .cart-btn img {
    width: 20px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .cart-btn a:hover {
    opacity: 0.8;
  }
}

.contact-btn a {
  background: #057867;
  width: 84px;
  height: 84px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
}
.contact-btn img {
  width: 25px;
  margin-bottom: 7px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .contact-btn img {
    width: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .contact-btn a:hover {
    opacity: 0.8;
  }
}

.trigger-btn {
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  width: 84px;
  height: 84px;
  z-index: 999999;
  position: relative;
  /* @media screen and (min-width: 961px) {
      display: none;
  } */
}
@media screen and (max-width: 767px) {
  .trigger-btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .trigger-btn:hover:after {
    color: #5AC1B2;
  }
}
.trigger-btn:after {
  content: 'メニュー';
  font-size: 12px;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trigger-btn:after {
    font-size: 10px;
  }
}
.trigger-btn span {
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  background: #1C1C1C;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: .2s ease-in-out;
}
.trigger-btn span:nth-child(1) {
  top: 25px;
  transform-origin: left center;
}
.trigger-btn span:nth-child(2) {
  top: 34px;
  transform-origin: left center;
}
.trigger-btn.active span {
  height: 2px;
}
.trigger-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    top: 20px;
}
.trigger-btn.active span:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    top: 42px;
}
.trigger-btn.active span{
    left: 7px;
}
.cm-cart-btn a {
  display: inline-block;
  color: #fff;
  background: url(../common_img/ico-cart.png) center left 25px no-repeat #314340;
  border-radius: 100px;
  background-size: 30px;
  font-size: 17px;
  text-decoration: none;
  padding: 20px 80px;
  position: relative;
}
.cm-cart-btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cm-cart-btn a:hover {
    background-color: #057867;
  }
}
@media screen and (max-width: 960px) {
  .cm-cart-btn a {
    font-size: 15px;
    padding: 20px 60px 20px 70px;
  }
}

.arrow {
  width: 37px;
  height: 37px;
  background: #fff;
  border-radius: 100%;
  position: relative;
  display: inline-block;
}
.arrow.green {
  background: #057867;
}
.arrow.green:after {
  background: url(../common_img/arrow-right-w.png) center center no-repeat;
  background-size: 13.5px;
}
.arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../common_img/arrow-right.png) center center no-repeat;
  width: 27px;
  height: 27px;
  background-size: 13.5px;
}

.view-more {
  text-align: center;
}
.view-more a {
  display: inline-block;
  border: 2px solid #1C1C1C;
  padding: 14px 70px 14px 50px;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
}
.view-more .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .view-more a:hover {
    background: #057867;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .view-more a {
    font-size: 14px;
    padding: 14px 55px 14px 25px;
    border-width: 1px;
    min-width: 250px;
  }
}

.cm-title01 {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 50px;
}
.cm-title01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 2px;
  background: #057867;
}
.cm-title01 span {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cm-title01 {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .cm-title01 span {
    font-size: 35px;
    letter-spacing: 0;
  }
}

.cm-title02 {
  font-size: 36px;
}
.cm-title02 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cm-title02 span:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -25px;
  width: 41px;
  height: 41px;
  background: #5AC1B2;
  border-radius: 100px;
  z-index: -1;
}
.cm-title02.line {
  border-bottom: 2px solid #000;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cm-title02 {
    font-size: 32px;
    margin-left: 30px;
  }
  .cm-title02.line {
    border-bottom: 1px solid #000;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.cm-title03 {
  font-size: 32px;
  border-bottom: 2px solid #5AC1B2;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
  display: flex;
}
.cm-title03 .number {
  background: #5AC1B2;
  border-radius: 100%;
  color: #fff;
  min-width: 45px;
  min-height: 45px;
  display: inline-block;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-top: 8px;
  margin-right: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cm-title03 {
    font-size: 25px;
  }
  .cm-title03 .number {
    min-width: 30px;
    min-height: 30px;
    font-size: 20px;
  }
}

.cm-title04 {
  border-radius: 100px;
  background: #F5F7FA;
  padding: 10px 30px;
  font-size: 24px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .cm-title04 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.cm-title05 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.cm-title05:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  border: 1px dashed #057867;
}
@media screen and (max-width: 767px) {
  .cm-title05 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.cm-title05 span {
  display: inline-block;
  background: url(../common_img/ico01.png) center left no-repeat, url(../common_img/ico02.png) center right no-repeat;
  background-size: 35px;
  position: relative;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .cm-title05 span {
    padding: 0 40px;
    background-size: 25px;
  }
}

.clr01 {
  color: #055178;
}

/*====================================================================================
■FOOTER
====================================================================================*/
#cm-footer .inner{
    background: #F5F7FA;
    padding: 80px 0;
}
.copyright{
    background: #314340;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
  #cm-footer .inner{
    padding: 40px 0;
  }
    .copyright{
        font-size: 12px;
        padding: 10px;
    }
}
#cm-footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cm-footer .logo {
  width: 261px;
  margin-bottom: 45px;
}
#cm-footer .address {
  margin-bottom: 20px;
}
#cm-footer .tel-fax {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #cm-footer .tel-fax {
    margin-bottom: 30px;
  }
}
#cm-footer .footer-infor {
  width: 30%;
  margin-right: 2%;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #cm-footer .footer-infor {
    width: 100%;
    margin: 0 0 60px;
  }
}
#cm-footer .footer-menu {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #cm-footer .footer-menu {
    width: 100%;
  }
}
#cm-footer .footer-menu a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #cm-footer .footer-menu a:hover {
    text-decoration: underline;
  }
}
#cm-footer .footer-menu li {
  margin-bottom: 20px;
}
#cm-footer .footer-menu ul ul {
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}
#cm-footer .footer-menu ul ul li {
  padding-left: 17px;
  font-size: 12px;
  margin-bottom: 0;
}
#cm-footer .footer-menu ul ul li:first-child {
  position: relative;
  font-size: 14px;
}
#cm-footer .footer-menu ul ul li:first-child:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 2px;
  background: #00BAB2;
}
@media screen and (max-width: 767px) {
  #cm-footer .footer-menu ul {
    width: 48%;
  }
  #cm-footer .footer-menu ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #cm-footer .footer-menu ul ul {
    width: 100%;
  }
}

.page-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
}
.page-up a {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  background: #057867;
  position: relative;
}
.page-up a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-up a:hover {
    opacity: 0.8;
  }
}
.green-box {
  max-width: 1120px;
  margin: 100px auto 0;
  background: #057867;
  border-radius: 50px;
  padding: 30px 30px 50px;
  text-align: center;
  color: #fff;
}
.green-box .title span {
  background: url(../common_img/ico01-w.png) center left no-repeat, url(../common_img/ico02-w.png) center right no-repeat;
  background-size: 35px;
  display: inline-block;
  color: #fff;
  padding: 20px 50px;
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
}
.green-box .title span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 2px;
  background: #fff;
}
.green-box p {
    font-size: 20px;
    font-weight: 700;
    background: url(../about/images/ico04.png) center left no-repeat;
    padding: 82px 0 50px 216px;
    margin: -30px 0 -20px;
}
.green-box .btn-link{
    text-align: right;
    max-width: 815px;
    margin: auto;
}
.btn-link a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #5AC1B2;
  border-radius: 100px;
  padding: 10px 40px;
}
.btn-link.black a{
    background: #314340;
}
.btn-link a span {
  background: url(../about/images/ico.png) center right no-repeat;
  display: inline-block;
  padding: 10px 30px 10px 0;
  background-size: 20px;
}
.btn-link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .green-box {
    margin: 30px 0;
    border-radius: 20px;
    padding: 20px 20px 40px;
  }
  .green-box .title span {
    font-size: 18px;
  }
  .green-box p {
    font-size: 20px;
    background-position: bottom center;
    padding: 30px 0 215px;
      
  }
    .btn-link a{
        padding: 10px 20px;
    }
}