@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

html, body {
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  color: #666;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1210px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0 85px 0 15px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5rem 0;
  }
}

.section {
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .section {
    margin: 0 0 3.5rem;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
.header_box {
  width: 100%;
  padding: 40px 85px 30px 15px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 15px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}

.header_logo {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 120px;
    margin: 0;
  }
}

.header_tel {
  position: absolute;
  top: 50%;
  right: 105px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header_tel {
    right: 68px;
  }
}
.header_tel a {
  color: #00bad1;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: text;
}
@media screen and (max-width: 767px) {
  .header_tel a {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.header_tel a span {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .header_tel a span {
    font-size: 1em;
  }
}

#gnavi {
  padding: 0 85px 0 15px;
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: flex;
  justify-content: center;
}
#gnavi ul li {
  font-weight: 500;
  text-align: center;
  margin: 0 1em;
}
#gnavi ul li a {
  display: inline-block;
  padding: 0 0 15px;
  background: url(/assets/images/counter/arrow_down.svg) no-repeat bottom/12px 8px;
}
#gnavi ul li a:hover {
  color: #00bad1;
}

.side_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  background: rgba(0, 186, 209, 0.6);
  width: 70px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .side_navi {
    width: 60px;
    height: 60px;
  }
}

a.fixed_contact {
  display: inline-block;
  padding: 40px 3px 0;
  background: url(/assets/images/counter/icon_reserve.png) no-repeat top/40px;
  color: #fff;
  font-size: 1.14rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  a.fixed_contact {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 55px);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #00bad1;
    font-size: 0.9rem;
    text-align: center;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}

.list_side_sns {
  width: 100%;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_side_sns {
    display: none;
  }
}
.list_side_sns li {
  width: 32px;
  margin: 16px auto;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    transition: all 0.3s;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 5px;
    top: 5px;
    z-index: 4;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #00bad1;
    top: 0;
    right: 0;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.menu_line::before {
  top: -8px;
}
.menu_line::after {
  top: 8px;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
  background: #fff;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  transform: rotate(-45deg);
}

.menu_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

#overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: block;
    width: 100%;
    height: 100%;
    padding: 66px 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: #00bad1;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    transform: translateX(100%);
  }
}
#overlay.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.list_sp_navi li {
  font-weight: 500;
  text-align: center;
  border-bottom: 1px dotted #fff;
}
.list_sp_navi li a {
  display: block;
  padding: 1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .list_sp_navi li a:hover {
    padding: 1em 1.2em;
  }
}

.list_sp_sns {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
.list_sp_sns li {
  width: 40px;
  margin: 0 20px;
}

#page_top {
  display: block;
  width: 28px;
  height: 56px;
  position: fixed;
  bottom: 10px;
  right: 21px;
  background: url(/assets/images/counter/page_top.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #page_top {
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: url(/assets/images/counter/page_top.png) no-repeat center/auto 60% #999;
  }
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  padding: 5rem 85px 5rem 15px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 3rem 15px;
  }
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem;
}
.footer_logo div {
  margin: 0 1rem;
}

.footer_info {
  text-align: center;
  margin: 0 0 2rem;
}
.footer_info a {
  cursor: text;
}

.list_footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_footer_sns li {
  width: 32px;
  margin: 0 10px;
}

.copy {
  padding: 1rem 0;
  background: #00bad1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    margin: 0 0 55px;
  }
}

/*
タイトル
------------------------------------------------------------
*/
.ttl_common {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_common {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
  }
}
.ttl_common.blue {
  color: #00bad1;
}
.ttl_common span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.ttl_common span::before, .ttl_common span::after {
  content: "";
  width: 1px;
  height: 30px;
  border-right: 1px solid #666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl_common span::before {
  left: 0;
  transform: rotate(-30deg);
}
.ttl_common span::after {
  right: 0;
  transform: rotate(30deg);
}

@media screen and (min-width: 768px) {
  .txt_center {
    text-align: center;
  }
}

/*
装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #f5f5f5;
}
.bg_blue {
  background: #e2f4f7;
}

.fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: top;";
}

.fit_c {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

/*
ボタン系
------------------------------------------------------------
*/
a.button {
  display: block;
  max-width: 260px;
  padding: 1rem;
  margin: 0 auto;
  background: url(/assets/images/counter/arrow_right_white.svg) no-repeat center right 1rem/8px 12px #00bad1;
  border: 1px solid #00bad1;
  color: #fff;
  font-size: 1.14rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  a.button:hover {
    background: url(/assets/images/counter/arrow_right_blue.svg) no-repeat center right 1rem/8px 12px #fff;
    color: #00bad1;
  }
}

/*
マージン・パディング
------------------------------------------------------------
*/
.mb_05 {
  margin: 0 0 0.5em;
}
.mb_10 {
  margin: 0 0 1em;
}
.mb_15 {
  margin: 0 0 1.5em;
}
.mb_20 {
  margin: 0 0 2em;
}
.mb_25 {
  margin: 0 0 2.5em;
}
.mb_30 {
  margin: 0 0 3em;
}

/*
------------------------------------------------------------
*/
.main_img {
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin: 0;
  }
}

.lead .ttl_lead {
  color: #00bad1;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .lead .ttl_lead {
    font-size: 1rem;
  }
}
.lead .ttl_lead span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lead .ttl_lead span {
    font-size: 1.25rem;
  }
}
.lead .txt_lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead .txt_lead {
    text-align: left;
  }
}
.lead .txt_lead:not(:last-child) {
  margin: 0 0 1em;
}

.bg_01 {
  position: relative;
}
.bg_01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/images/counter/bg_01.jpg);
  background-position: 0 0;
  -webkit-animation: roop 60s linear infinite;
          animation: roop 60s linear infinite;
  position: absolute;
  top: 0;
}

@-webkit-keyframes roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1620px 0;
  }
}

@keyframes roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1620px 0;
  }
}
.ttl_magazine {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-shadow: 0 0 5px #00bad1;
  margin: 0 0 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ttl_magazine {
    font-size: 1.25rem;
  }
}

.list_magazine {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_magazine {
    margin: 0 0 2rem;
  }
}
.list_magazine li {
  width: 186px;
  margin: 0 10px;
  transform: scale(0.8);
  transform-origin: center bottom;
}
@media screen and (max-width: 767px) {
  .list_magazine li {
    width: 19%;
    margin: 0;
  }
}
.list_magazine li:first-child {
  -webkit-animation: zoom1 7s infinite;
          animation: zoom1 7s infinite;
}
.list_magazine li:nth-child(2) {
  -webkit-animation: zoom2 7s infinite;
          animation: zoom2 7s infinite;
}
.list_magazine li:nth-child(3) {
  -webkit-animation: zoom3 7s infinite;
          animation: zoom3 7s infinite;
}
.list_magazine li:nth-child(4) {
  -webkit-animation: zoom4 7s infinite;
          animation: zoom4 7s infinite;
}
.list_magazine li:nth-child(5) {
  -webkit-animation: zoom5 7s infinite;
          animation: zoom5 7s infinite;
}
.list_magazine li:nth-child(6) {
  -webkit-animation: zoom6 7s infinite;
          animation: zoom6 7s infinite;
}

/*
@-webkit-keyframes	zoom1{   0%{transform:scale(0.8);}  10%{transform:scale(1);}  20%{transform:scale(0.8);}}
@keyframes					zoom1{   0%{transform:scale(0.8);}  10%{transform:scale(1);}  20%{transform:scale(0.8);}}
@-webkit-keyframes	zoom2{  20%{transform:scale(0.8);}  30%{transform:scale(1);}  40%{transform:scale(0.8);}}
@keyframes					zoom2{  20%{transform:scale(0.8);}  30%{transform:scale(1);}  40%{transform:scale(0.8);}}
@-webkit-keyframes	zoom3{  40%{transform:scale(0.8);}  50%{transform:scale(1);}  60%{transform:scale(0.8);}}
@keyframes					zoom3{  40%{transform:scale(0.8);}  50%{transform:scale(1);}  60%{transform:scale(0.8);}}
@-webkit-keyframes	zoom4{  60%{transform:scale(0.8);}  70%{transform:scale(1);}  80%{transform:scale(0.8);}}
@keyframes					zoom4{  60%{transform:scale(0.8);}  70%{transform:scale(1);}  80%{transform:scale(0.8);}}
@-webkit-keyframes	zoom5{  80%{transform:scale(0.8);}  90%{transform:scale(1);} 100%{transform:scale(0.8);}}
@keyframes					zoom5{  80%{transform:scale(0.8);}  90%{transform:scale(1);} 100%{transform:scale(0.8);}}
*/

@-webkit-keyframes	zoom1{   0%{transform:scale(0.8);}   8%{transform:scale(1);}  16%{transform:scale(0.8);}}
@keyframes					zoom1{   0%{transform:scale(0.8);}   8%{transform:scale(1);}  16%{transform:scale(0.8);}}
@-webkit-keyframes	zoom2{  16%{transform:scale(0.8);}  24%{transform:scale(1);}  32%{transform:scale(0.8);}}
@keyframes					zoom2{  16%{transform:scale(0.8);}  24%{transform:scale(1);}  32%{transform:scale(0.8);}}
@-webkit-keyframes	zoom3{  32%{transform:scale(0.8);}  40%{transform:scale(1);}  48%{transform:scale(0.8);}}
@keyframes					zoom3{  32%{transform:scale(0.8);}  40%{transform:scale(1);}  48%{transform:scale(0.8);}}
@-webkit-keyframes	zoom4{  48%{transform:scale(0.8);}  56%{transform:scale(1);}  64%{transform:scale(0.8);}}
@keyframes					zoom4{  48%{transform:scale(0.8);}  56%{transform:scale(1);}  64%{transform:scale(0.8);}}
@-webkit-keyframes	zoom5{  64%{transform:scale(0.8);}  72%{transform:scale(1);}  80%{transform:scale(0.8);}}
@keyframes					zoom5{  64%{transform:scale(0.8);}  72%{transform:scale(1);}  80%{transform:scale(0.8);}}
@-webkit-keyframes	zoom6{  80%{transform:scale(0.8);}  88%{transform:scale(1);}  96%{transform:scale(0.8);}}
@keyframes					zoom6{  80%{transform:scale(0.8);}  88%{transform:scale(1);}  96%{transform:scale(0.8);}}

.txt_magazine {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 0 0 5px #00bad1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_magazine {
    font-size: 1rem;
  }
}

.service {
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 0 0 1.5rem;
  }
}
.service_box {
  margin: 54px 20px 0;
  padding: 2rem 2rem 3rem;
  background: #fff;
  border: 1px solid #666;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service_box {
    margin: 40px 5px 0;
    padding: 1rem;
  }
}
.service_box::before {
  content: "";
  width: 44px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.service_number {
  width: 46px;
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service_number {
    width: 33px;
    top: -40px;
  }
}
.service_img {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.service_ttl {
  color: #00bad1;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .service_ttl {
    font-size: 1.25rem;
  }
}
.service .slick-dots {
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: 1;
  text-align: center;
  list-style: none;
  display: block;
  padding: 0 70px 0 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service .slick-dots {
    bottom: -10px;
    padding: 0;
  }
}
.service .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.service .slick-dots li button {
  border: 0;
  background: #e4e4e4;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .service .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.service .slick-dots li button:hover, .service .slick-dots li button:focus {
  outline: none;
}
.service .slick-dots li.slick-active button {
  background: #b2e3ec;
}

.list_worry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .list_worry {
    display: block;
    margin: 0 0 3rem;
  }
}
.list_worry li {
  width: 30.33%;
  padding: 95px 0 0;
  background: url(/assets/images/counter/icon_question.png) no-repeat top;
}
@media screen and (max-width: 767px) {
  .list_worry li {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 48px 0 0;
    background-size: 26px;
  }
}
.list_worry_ttl {
  color: #00bad1;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .list_worry_ttl {
    font-size: 1.25rem;
  }
}
.list_worry_img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .list_worry_txt {
    text-align: center;
  }
}

.txt_support {
  color: #00bad1;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .txt_support {
    font-size: 1.25rem;
  }
}

.txt_support_02 {
  font-size: 1.25rem;
  text-align: center;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .txt_support_02 {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
}

.list_flow {
  max-width: 1080px;
  margin: 0 auto 2rem;
  background: url(/assets/images/counter/illust_10.png) no-repeat bottom 2rem right 10%/330px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_flow {
    padding: 0 0 210px;
    margin: 0 0 3.5rem;
    background-size: 248px;
    background-position: bottom center;
  }
}
.list_flow li {
  width: 41%;
  padding: 2rem;
  margin: 0 0 5rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #666;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow li {
    width: 100%;
    padding: 1rem 1rem 1.5rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .list_flow li::before {
    content: "";
    width: 44px;
    height: 28px;
    transform: rotate(90deg);
    background: url(/assets/images/counter/arrow_flow.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .list_flow li:nth-child(odd)::before {
    content: "";
    width: 88px;
    height: 56px;
    background: url(/assets/images/counter/arrow_flow.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -33%;
    margin: auto;
  }
  .list_flow li:nth-child(2)::before, .list_flow li:nth-child(4)::before {
    content: "";
    width: 88px;
    height: 56px;
    transform: rotate(135deg);
    background: url(/assets/images/counter/arrow_flow.png) no-repeat center/contain;
    position: absolute;
    bottom: -4rem;
    left: -33%;
  }
}
.list_flow_img {
  width: 80%;
  margin: 0 auto 1.5rem;
}
.list_flow_ttl {
  color: #00bad1;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .list_flow_ttl {
    font-size: 1.25rem;
  }
}
.list_flow_ttl span {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.list_flow_ttl span::before, .list_flow_ttl span::after {
  content: "";
  width: 1px;
  height: 20px;
  border-right: 1px solid #00bad1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_flow_ttl span::before {
  left: 0;
  transform: rotate(-30deg);
}
.list_flow_ttl span::after {
  right: 0;
  transform: rotate(30deg);
}
.list_flow_sub_ttl {
  color: #00bad1;
  font-size: 1.14rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .list_flow_sub_ttl {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
}

.guide {
  max-width: 840px;
  margin: 0 auto 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .guide {
    margin: 0 auto 2rem;
  }
}
.guide_box {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .guide_box {
    width: 100%;
  }
  .guide_box:not(:last-child) {
    margin: 0 0 2rem;
  }
}
.guide_ttl {
  padding: 0.75rem;
  margin: 0 0 1rem;
  background: #00bad1;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide_ttl {
    font-size: 1.14rem;
  }
}

.feature {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_box {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #0ff100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature_box {
    width: 32%;
    height: auto;
    border-radius: 0;
    padding: 1rem 0;
  }
}
.feature_box p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature_box p {
    font-size: 1rem;
  }
}

.list_company {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list_company {
    width: 92%;
    margin: 0 auto;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_company li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_company li a:hover {
    opacity: 0.7;
  }
}

.list_faq {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .list_faq {
    display: block;
  }
}
.list_faq li {
  border-radius: 10px;
  border: 1px solid #00bad1;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_faq li:not(:last-child) {
    margin: 0 0 1.5rem;
  }
}
.list_faq_q {
  padding: 2rem;
  border-radius: 10px 10px 0 0;
  background: #00bad1;
}
@media screen and (max-width: 767px) {
  .list_faq_q {
    padding: 1rem;
  }
}
.list_faq_q.q_01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_faq_q.q_01 {
    padding: 1rem 36% 1rem 1rem;
  }
}
.list_faq_q.q_01 .img {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .list_faq_q.q_01 .img {
    width: 33%;
    right: 1rem;
  }
}
.list_faq_q.q_02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_faq_q.q_02 {
    padding: 1rem 35% 1rem 1rem;
  }
}
.list_faq_q.q_02 .img {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .list_faq_q.q_02 .img {
    width: 30%;
    right: 1rem;
  }
}
.list_faq_q p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list_faq_q p {
    font-size: 1.14rem;
  }
}
.list_faq_q p span {
  display: block;
  font-size: 2.85rem;
  line-height: 1;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_faq_q p span {
    font-size: 2rem;
  }
}
.list_faq_a {
  padding: 2rem;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .list_faq_a {
    padding: 1rem;
  }
}
.list_faq_a.col_02 p {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .list_faq_a.col_02 p {
    width: 65%;
  }
}
.list_faq_a.col_02 .img {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .list_faq_a.col_02 .img {
    width: 30%;
    right: 1rem;
  }
}
.list_faq_a p span {
  display: block;
  color: #00bad1;
  font-size: 2.85rem;
  line-height: 1;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_faq_a p span {
    font-size: 2rem;
  }
}

.bg_02 {
  background: url(/assets/images/counter/bg_02.jpg) no-repeat center/cover;
}

.staff {
  max-width: 800px;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff {
    margin: 0 auto 1.5rem;
  }
}
.staff_txt {
  width: 100%;
  padding: 1rem;
  background: rgba(0, 186, 209, 0.8);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .staff_txt {
    padding: 0.5rem;
    font-size: 1.25em;
  }
}

.ttl_message {
  color: #00bad1;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .ttl_message {
    font-size: 1.25em;
    margin: 0 0 1rem;
  }
}

.list_article {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .list_article {
    grid-gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 3rem;
  }
}
.list_article li {
  position: relative;
}
.list_article li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .list_article li a:hover {
    opacity: 0.8;
  }
}
.list_article_new {
  width: 76px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_article_new {
    width: 38px;
    top: -10px;
    left: -10px;
  }
}
.list_article_img {
  margin: 0 0 1rem;
  position: relative;
}
.list_article_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.list_article_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_article_date {
  color: #00bad1;
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .list_article_date {
    font-size: 0.85rem;
    margin: 0 0 0.25rem;
  }
}
.list_article_ttl {
  font-size: 1.14em;
  font-weight: 500;
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .list_article_ttl {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .list_article_txt {
    font-size: 0.92rem;
  }
}

.list_voice {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .list_voice {
    display: block;
  }
}
.list_voice li {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #00bad1;
}
@media screen and (max-width: 767px) {
  .list_voice li {
    display: block;
    padding: 1rem;
  }
  .list_voice li:not(:last-child) {
    margin: 0 0 1.5rem;
  }
}
.list_voice_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_voice_img {
    margin: 0 0 1rem;
  }
}
.list_voice_desc {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .list_voice_desc {
    width: 100%;
  }
}
.list_voice_ttl {
  font-size: 1.14em;
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .list_voice_ttl {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
}
.list_voice_name {
  color: #00bad1;
  padding: 0 0 0.75rem;
  margin: 0 0 0.75rem;
  position: relative;
}
.list_voice_name::after {
  content: "";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #00bad1;
  position: absolute;
  bottom: 0;
  left: 0;
}

#access > div.inner > h3 {
  margin: 3rem 0;
  font-size: 1.5rem;
  font-weight: 100;
  text-align: center;
  color: #00bad1;
}
#access > div.inner > h3 > span {
  display: block;
  font-size: 1rem;
}

.map {
  margin: 0 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    margin: 0 0 3rem;
  }
}
.map::before {
  content: "";
  display: block;
  padding: 34% 0 0;
}
@media screen and (max-width: 767px) {
  .map::before {
    padding: 66% 0 0;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.studio_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.studio_info_img {
  width: 66%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .studio_info_img {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.studio_info_img div {
  width: 31%;
}
.studio_info_img div p {
  text-align: center;
  margin: 1rem 0 0;
}
.studio_info_data {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .studio_info_data {
    width: 100%;
  }
}
.studio_info_data table {
  width: 100%;
  border-top: 1px solid #666;
}
.studio_info_data table tr {
  border-bottom: 1px solid #666;
}
.studio_info_data table tr th {
  width: 8rem;
  padding: 1rem 0;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.studio_info_data table tr td {
  padding: 1rem 0;
}

.media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .media {
    display: block;
  }
}
.media_left {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .media_left {
    width: 100%;
  }
}
.media_right {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .media_right {
    width: 100%;
  }
}

.list_housing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -3rem;
}
@media screen and (max-width: 767px) {
  .list_housing {
    margin: 0;
  }
}
.list_housing li {
  width: 46%;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .list_housing li {
    width: 100%;
  }
}
.list_housing li.web {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_housing li.web {
    width: 100%;
    margin: 0;
  }
  .list_housing li.web a {
    display: block;
  }
  .list_housing li.web .list_housing_img {
    width: 240px;
    margin: 0 0 1rem;
  }
  .list_housing li.web .list_housing_desc {
    width: 100%;
  }
}
.list_housing li a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_housing li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .list_housing li a:hover {
    opacity: 0.8;
  }
}
.list_housing_img {
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .list_housing_img {
    width: 30%;
    margin: 0;
  }
}
.list_housing_img img {
  height: 270px;
}
@media screen and (max-width: 767px) {
  .list_housing_img img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .list_housing_desc {
    width: 65%;
  }
}
.list_housing_ttl {
  height: 54px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .list_housing_ttl {
    font-size: 1.25rem;
    height: auto;
  }
}
.list_housing_ttl span {
  display: block;
  font-size: 0.75em;
}
.list_housing_web {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_housing_web {
    width: 81px;
    top: -10px;
    left: 200px;
  }
}

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