@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "MADEOkineSansPERSONALUSE";
  src: url("../fonts/MADEOkineSansPERSONALUSE-Regular.otf") format("truetype");
}

/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #757575;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

html {
  overflow-y: auto;
}

#wrapper {
  min-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}

body {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  color: #757575;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
}

body p {
  line-height: 1.8;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/*■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;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

/*■05.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/* ▽ PC-TAB layout ========== */
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 55px;
    width: 100% !important;
    min-width: inherit !important;
  }

  .container {
    width: 100% !important;
    min-width: inherit !important;
    box-sizing: border-box;
    padding: 0 2%;
  }

  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 1100px) {
  .container {
    width: 100% !important;
    padding: 0 4%;
  }
}

/*■--------------------CM CSS--------------------*/
.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.cm-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.cm-arr:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.cm-arr.arr_back {
  right: auto;
  left: 20px;
}

.cm-arr.arr_back:after {
  right: auto;
  left: 0;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.style_ttl01 {
  font-family: "MADE Okine Sans PERSONAL USE", "Barlow Condensed", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
  margin-bottom: 10px;
}

.style_sub01 {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #171615;
  margin-bottom: 10px;
}

.text01 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;
}

.style_btn01 {
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3DA3CA;
  font-weight: bold;
  text-decoration: none !important;
  margin-top: 50px;
}

.style_btn01 .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  background: #3DA3CA;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 20px;
}

.style_btn01 .arrow:after {
  position: absolute;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .style_btn01 .arrow {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }

  .style_btn01 .arrow:after {
    padding: 3px;
  }
}

.style_btn01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .style_btn01 {
    margin-top: 8%;
    margin-bottom: 4%;
  }
}

/*■--------------------HEADER--------------------*/
#cm-header {
  position: relative;
  z-index: 999;
}

#cm-header .inner {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#cm-header .inner .logo {
  width: 120px;
}

#cm-header .header-links {
  width: calc(100% - 150px);
  display: flex;
  justify-content: flex-end;
}

#cm-header .gnav {
  position: relative;
  z-index: 4;
  display: flex;
}

#cm-header .gnav li {
  margin-left: 40px;
}

#cm-header .gnav li:first-child {
  margin-left: 0;
}

#cm-header .gnav li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #3DA3CA;
  font-size: 16px;
  font-weight: bold;
  font-family: "MADEOkineSansPERSONALUSE", "Barlow Condensed", sans-serif, "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif, sans-serif;
}

@media screen and (min-width: 1025px) {
  #cm-header .gnav li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #3DA3CA;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  #cm-header .gnav li a:hover:after {
    width: 100%;
    margin: auto;
  }
}

#cm-header .navTrigger {
  display: none;
}

@media screen and (max-width: 768px) {
  #cm-header .inner {
    padding: 4%;
  }

  #cm-header .inner .logo {
    width: 30%;
    position: fixed;
    top: 30px;
    left: 10px;
  }

  #cm-header .header-links {
    position: fixed;
    top: 20px;
    right: 10px;
  }

  #cm-header .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #3DA3CA url("../common_img/sp_gnav_bg.png") no-repeat top center;
    background-size: cover;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: none;
    padding: 10px 20px;
    height: 100vh;
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #cm-header .gnav ul {
    display: block;
    width: 100%;
  }

  #cm-header .gnav ul li {
    margin: 0 !important;
  }

  #cm-header .gnav ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 25px;
    font-family: "Barlow Condensed", sans-serif, sans-serif;
    position: relative;
    text-shadow: none;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  #cm-header .gnav.opened {
    opacity: 1;
    visibility: visible;
  }

  #cm-header .navTrigger {
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
    background: #3DA3CA;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    display: block;
    z-index: 1000;
  }

  #cm-header .navTrigger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  #cm-header .navTrigger span:nth-child(1) {
    top: 16px;
    transform-origin: left center;
  }

  #cm-header .navTrigger span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
  }

  #cm-header .navTrigger span:nth-child(3) {
    bottom: 16px;
    transform-origin: left center;
  }

  #cm-header .navTrigger.active {
    background: #fff;
  }

  #cm-header .navTrigger.active span {
    background: #3DA3CA;
  }

  #cm-header .navTrigger.active span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 6px;
    top: 16px;
  }

  #cm-header .navTrigger.active span:nth-child(2) {
    opacity: 0;
  }

  #cm-header .navTrigger.active span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 6px;
    bottom: 16px;
  }
}

/*■--------------------FOOTER--------------------*/
#cm-footer {
  background: #000;
  padding: 7% 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (max-width: 768px) {
  #cm-footer {
    padding: 15% 0 10%;
  }
}

#cm-footer a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

#cm-footer .inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner {
    flex-direction: column-reverse;
    width: 94%;
    margin: auto;
  }
}

#cm-footer .inner .f_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top {
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left {
    width: 100%;
  }
}

#cm-footer .inner .f_top .f_left dl:last-of-type {
  margin: 1em 0 0;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl:last-of-type {
    margin: 2em 0 0;
  }
}

#cm-footer .inner .f_top .f_left dl dt {
  color: #fff;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl dt {
    text-align: center;
  }
}

#cm-footer .inner .f_top .f_left dl dd .outside-banner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl dd .outside-banner {
    justify-content: center;
    width: 100%;
  }
}

#cm-footer .inner .f_top .f_left dl dd .outside-banner a {
  font-size: 14px;
  padding: 1rem 3rem 1rem 0.75rem;
  background: url(../common_img/icon_outside_link.svg) right center no-repeat;
  background-size: 14px auto;
  background-position: center right 1rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl li {
    margin: 0.5em 2% 0;
  }
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_top .f_left dl li {
    margin: 0.5em 0 0;
  }
}

#cm-footer .inner .f_top .f_left dl li a {
  width: 280px;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl li a {
    max-width: 300px;
  }
}

#cm-footer .inner .f_top .f_left dl li:nth-of-type(odd) {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_left dl li:nth-of-type(odd) {
    margin: 0.5em 2% 0;
  }
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_top .f_left dl li:nth-of-type(odd) {
    margin: 0.5em 0 0;
  }
}

#cm-footer .inner .f_top .f_left .logo {
  width: 70%;
  margin-bottom: 10%;
}

#cm-footer .inner .f_top .f_left .logo img {
  width: 100%;
}

#cm-footer .inner .f_top .f_right {
  width: calc(100% - 620px);
  text-align: right;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right {
    width: 100%;
  }
}

#cm-footer .inner .f_top .f_right ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right ul {
    justify-content: center;
  }
}

#cm-footer .inner .f_top .f_right .footer_nav {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right .footer_nav {
    justify-content: center;
  }
}

#cm-footer .inner .f_top .f_right .footer_nav li {
  margin-bottom: 10px;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right .footer_nav li {
    margin: 0 3%;
  }
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_top .f_right .footer_nav li {
    margin: 0.5em 4% 0;
  }
}

#cm-footer .inner .f_top .f_right .footer_nav li a {
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

#cm-footer .inner .f_top .f_right .footer_nav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#cm-footer .inner .f_top .f_right .footer_nav li a:hover:after {
  width: 100%;
}

#cm-footer .inner .f_top .f_right .footer_nav.f_link li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right .footer_nav.privacy {
    margin: 0 0 2em;
  }
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy li {
  margin: 10px 0 0 16px;
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy li a {
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy li a.outside {
  background: url(../common_img/icon_outside_link.svg) right center no-repeat;
  background-size: 12px auto;
  background-position: top 4px right 4px;
  padding-right: 1.5rem;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy li a:hover:after {
  width: 100%;
}

#cm-footer .inner .f_top .f_right .footer_nav.privacy.f_link li a {
  color: #fff;
}

#cm-footer .inner .f_top .f_right .instagram {
  margin: 0 0 2em;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_top .f_right .instagram {
    text-align: center;
    margin: 1em 0 2em;
  }
}

#cm-footer .inner .f_top .f_right .instagram a {
  text-decoration: none;
}

#cm-footer .inner .f_top .f_right .instagram a img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin: 0 8px 0 0;
}

#cm-footer .inner .f_top .f_right .instagram a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

#cm-footer .inner .f_top .f_right .instagram a:hover {
  text-decoration: none;
}

#cm-footer .inner .f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_bottom {
    flex-direction: column;
    width: 100%;
  }
}

#cm-footer .inner .f_bottom .f_left {
  display: flex;
  /* align-items: center; */
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_bottom .f_left {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_bottom .f_left {
    flex-direction: column;
  }
}

#cm-footer .inner .f_bottom .f_left .logo {
  text-align: center;
  margin-right: 2em;
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_bottom .f_left .logo {
    margin: 0 0 1em;
  }
}

#cm-footer .inner .f_bottom .f_left .logo img {
  width: 120px;
  display: block;
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_bottom .f_left .logo img {
    width: 30%;
    margin: 0 auto;
  }
}

#cm-footer .inner .f_bottom .f_left .address {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 640px) {
  #cm-footer .inner .f_bottom .f_left .address {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #cm-footer .inner .f_bottom .f_right {
    width: 100%;
  }
}

#cm-footer .inner .f_bottom .f_right .footer_copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin: 2rem auto 0;
}

#cm-footer #page-top {
  position: fixed;
  width: 90px;
  z-index: 20;
  right: 10px;
  bottom: 120px;
}

@media screen and (max-width: 768px) {
  #cm-footer #page-top {
    width: 50px;
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .lock_scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  .style_ttl01 {
    font-size: 27px;
  }

  .style_sub01 {
    font-size: 27px;
  }

  .text01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}

/*# sourceMappingURL=base.css.map */