@charset "UTF-8";
/*########## ミックスイン ##########*/
/*########## 共通レイアウト ##########*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

.h1_ttl {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.56;
  margin-bottom: 15px;
}
.h1_ttl span {
  display: block;
}

/* h2見出し */
.h2_ttl {
  width: 100%;
  position: relative;
  display: block;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.56;
  margin-bottom: 50px;
}
.h2_ttl span {
  display: block;
}
.h2_ttl span.small {
  display: block;
  font-size: 1.3rem;
}
.h2_ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  background: #1666ac;
}
.h2_ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  left: 0px;
  right: -35px;
  bottom: -20px;
  margin: auto;
  background: #1a9997;
}

.h2_ttl_2 {
  position: relative;
  margin-bottom: 40px;
}
.h2_ttl_2::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  margin: auto;
  bottom: -20px;
  background: #1666ac;
}
.h2_ttl_2::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  left: 35px;
  bottom: -20px;
  margin: auto;
  background: #1a9997;
}
.h2_ttl_2 .index_num {
  display: inline-block;
  width: 80px;
  border-radius: 5px 20px 5px 20px;
  background: #1666ac;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.h2_ttl_2 .title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}

/* H3見出し */
.h3_ttl {
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
.h3_ttl span {
  display: block;
}
.h3_ttl a {
  color: #1a9997;
  text-decoration: underline;
}

.h3_ttl_2 {
  width: 135px;
  margin: 0 auto 15px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  background: #1666ac;
  border-radius: 0 20px 0 20px;
}

/* H4見出し */
.h4_ttl {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px solid #1666ac;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.h4_ttl_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.h4_ttl_2 .icon {
  width: 40px;
  margin-right: 10px;
}
.h4_ttl_2 .title {
  width: calc(100% - 50px);
  font-size: 1.5rem;
  line-height: 1.6;
}

.h5_ttl {
  font-size: 1.5rem;
  margin: 10px 0;
}

.h6_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
}

.paragraph {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.paragraph:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .h1_ttl {
    font-size: 3rem;
    margin-bottom: 25px;
  }
  .h1_ttl span {
    display: inline;
  }
  /* H2見出し */
  .h2_ttl {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .h2_ttl span {
    display: inline;
  }
  .h2_ttl span.small {
    font-size: 1.6rem;
  }
  .h2_ttl_2 .index_num {
    width: 100px;
    border-radius: 5px 20px 5px 20px;
    padding: 10px 0;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .h2_ttl_2 .title {
    font-size: 2rem;
    line-height: 1.6;
  }
  .h2_ttl_2 .title br {
    display: none;
  }
  /* H3見出し */
  .h3_ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .h3_ttl span {
    display: inline;
  }
  .h3_ttl a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .h3_ttl a:hover {
    opacity: 0.75;
  }
  .h3_ttl_2 {
    width: 200px;
    margin: 0 auto 25px;
    padding: 12px 0;
    font-size: 2rem;
  }
  /* H4見出し */
  .h4_ttl {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
  .h4_ttl_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .h4_ttl_2 .icon {
    width: 70px;
    margin-right: 20px;
  }
  .h4_ttl_2 .title {
    width: calc(100% - 90px);
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .h5_ttl {
    font-size: 1.6rem;
  }
  .h6_ttl {
    font-size: 1.5rem;
  }
  .paragraph {
    font-size: 1.5rem;
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.brown {
  color: #ba9b7a;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 768px) {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.list_normal {
  margin-bottom: 1em;
}
.list_normal li {
  position: relative;
  padding-left: 12px;
  margin-right: 12px;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .list_normal li {
    font-size: 1.5rem;
  }
}
.list_normal li a {
  color: #1a9997;
  text-decoration: underline;
}
.list_normal li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1666ac;
}
.list_normal li.no_mark {
  padding-left: 0;
}
.list_normal li.no_mark::before {
  display: none;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.mb1em {
  margin-bottom: 1em !important;
}

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

html {
  font-size: 10px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #1666ac;
  font-family: YakuHanMP, "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #F4F4F4;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}

.body_open {
  overflow: hidden !important;
}

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

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

article {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
}
article .section_inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  article .section_inner {
    width: 78%;
    max-width: 1300px;
  }
}
article .section_inner {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
}

@media screen and (min-width: 768px) {
  article .section_inner {
    padding: 60px 60px 50px;
    min-width: 1120px;
  }
}
.temp_title {
  position: relative;
  z-index: 100;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: #1666ac;
}

@-webkit-keyframes bgMovingPc {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right 42px bottom 42px;
  }
}

@keyframes bgMovingPc {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right 42px bottom 42px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  z-index: 1000;
  padding-top: 5px;
}
header::before, header::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 20;
}
header::before {
  width: 100%;
  height: 5px;
  background: #1666ac;
}
header::after {
  width: 100px;
  height: 5px;
  background: #1a9997;
}
header .header_upper {
  padding: 15px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_upper .header_ttl {
  margin-left: 20px;
}
header .header_upper .header_ttl a {
  width: auto;
  display: block;
  color: inherit;
}
header .header_upper .header_ttl a .title {
  text-align: left;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
header .header_upper .header_ttl a .logo {
  width: 210px;
  display: block;
}
header .header_upper .header_ttl a .logo img {
  width: 100%;
}
header .header_upper .header_button {
  margin-right: 20px;
}
header .header_upper .header_button .hum_button {
  position: relative;
  width: 26px;
  height: 18px;
}
header .header_upper .header_button .hum_button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #1666ac;
}
header .header_upper .header_button .hum_button span:nth-of-type(1) {
  top: 0;
}
header .header_upper .header_button .hum_button span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
header .header_upper .header_button .hum_button span:nth-of-type(3) {
  bottom: 0;
}
header .header_navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  header {
    min-width: 1150px;
    position: relative;
    width: 100%;
    z-index: 200;
  }
  header::after {
    width: 340px;
  }
  header .header_upper {
    position: relative;
    padding: 30px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.5s, padding 0.5s;
    transition: height 0.5s, padding 0.5s;
    overflow: hidden;
  }
  header .header_upper .header_ttl {
    margin-left: 30px;
  }
  header .header_upper .header_ttl a {
    width: 280px;
    display: block;
    color: inherit;
  }
  header .header_upper .header_ttl a .title {
    text-align: center;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 12px;
    text-indent: 0.2em;
  }
  header .header_upper .header_ttl a .logo {
    width: 100%;
    display: block;
  }
  header .header_upper .header_button {
    position: absolute;
    width: 700px;
    height: calc(100% - 5px);
    top: 0px;
    right: 0;
    margin-right: 0px;
    background-image: url(../img/a_bg_pattern.svg);
    background-size: 42px;
    /*animation: bgMovingPc 3s linear infinite;*/
  }
  header .header_upper .header_button::before {
    position: absolute;
    bottom: 0;
    left: -5px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 244px 0 0 244px;
    border-color: transparent transparent transparent #fff;
  }
  header .header_upper .header_button .hum_button {
    display: none;
  }
  header .header_navigation {
    position: static;
    z-index: 1000;
    display: block;
    background: #fff;
    border-top: 1px solid #d8d8d8;
  }
  header .header_navigation .header_anker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_navigation .header_anker li button, header .header_navigation .header_anker li a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 25px;
    color: #1666ac;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header .header_navigation .header_anker li button:hover, header .header_navigation .header_anker li a:hover {
    opacity: 0.75;
  }
  header .header_navigation .header_anker li button span, header .header_navigation .header_anker li a span {
    position: relative;
    display: inline-block;
  }
  header .header_navigation .header_anker li button span::before, header .header_navigation .header_anker li a span::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1a9997;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    will-change: width;
  }
  header .header_navigation .header_anker li button.active span, header .header_navigation .header_anker li a.active span {
    display: inline-block;
  }
  header .header_navigation .header_anker li button.active span::before, header .header_navigation .header_anker li a.active span::before {
    width: 100%;
  }
  header .header_navigation .header_anker li button:hover span::before, header .header_navigation .header_anker li a:hover span::before {
    /*width: 100%;
    background: $keyColor;*/
  }
  header .header_navigation .header_anker li.has_subbox .sub {
    cursor: pointer;
    position: relative;
  }
  header .header_navigation .header_anker li.has_subbox .sub span::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 3px #1666ac;
    border-right: solid 3px #1666ac;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -1em;
    bottom: 0;
    margin: auto;
  }
  header .header_navigation .header_anker li.has_subbox .sub.open span::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #1666ac;
    border-right: solid 3px #1666ac;
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
    position: absolute;
    top: 0;
    right: -1em;
    bottom: 0;
    margin: auto;
  }
  header .header_navigation .header_anker li.has_subbox .subbox {
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header .header_navigation .header_anker li.has_subbox .subbox.is-visible {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  header .header_navigation .header_anker li.has_subbox .subbox li {
    background: rgba(255, 255, 255, 0.8);
  }
  header .header_navigation .header_anker li.has_subbox .subbox li a {
    display: block;
    width: initial;
    text-align: center;
    padding: 1.8rem 1.2rem;
    color: #1666ac;
    font-size: 1.6rem;
  }
  header .header_navigation .header_anker li.has_subbox .subbox li a:hover {
    background: #1666ac;
    color: #fff;
    opacity: initial;
  }
  header.rolled .header_navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    min-width: 1300px;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
            box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  }
}
.comp-hummenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: var(--wHeightPx);
  z-index: 20000;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #f4f4f4;
  overflow: hidden;
}
.comp-hummenu::before, .comp-hummenu::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
}
.comp-hummenu::before {
  width: 100%;
  background: #1666ac;
}
.comp-hummenu::after {
  width: 100px;
  background: #1a9997;
}
.comp-hummenu.open {
  opacity: 1;
  pointer-events: all;
}
.comp-hummenu .hum_close {
  position: fixed;
  top: 5px;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10001;
}
.comp-hummenu .hum_close svg {
  width: 25px;
}
.comp-hummenu .hum_close svg .cls-1 {
  fill: none;
  stroke: #1666ac;
}
.comp-hummenu .hummenu_inner {
  width: 100vw;
  height: calc(var(--wHeightPx));
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.comp-hummenu .hummenu_inner::-webkit-scrollbar {
  display: none;
}
.comp-hummenu .hummenu_inner .hummenu_logo {
  padding-top: 40px;
  width: 60px;
  margin: 0 auto 40px;
}
.comp-hummenu .hummenu_inner .hummenu_logo button {
  width: 100%;
}
.comp-hummenu .hummenu_inner .hummenu_logo button img {
  width: 100%;
}
.comp-hummenu .hummenu_inner .hum_navigation li {
  text-align: center;
}
.comp-hummenu .hummenu_inner .hum_navigation li:not(:last-child) {
  margin-bottom: 17px;
}
.comp-hummenu .hummenu_inner .hum_navigation li button, .comp-hummenu .hummenu_inner .hum_navigation li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 1.7rem;
  color: inherit;
}
.comp-hummenu .hummenu_inner .hum_navigation li button.green, .comp-hummenu .hummenu_inner .hum_navigation li a.green {
  color: #1a9997;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox {
  position: relative;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .sub {
  position: relative;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .sub::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 3px #1666ac;
  border-right: solid 3px #1666ac;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .sub.open::after {
  content: "";
  -webkit-transform: translateY(3px) rotate(225deg);
          transform: translateY(3px) rotate(225deg);
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .sub span {
  padding-right: 0.5em;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2em;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .subbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.1rem;
  width: 50%;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .subbox li a {
  width: 100%;
  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;
  padding: 2.6rem 2rem;
  background: #1666ac;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-hummenu .hummenu_inner .hum_navigation li.has_subbox .subbox li a:hover {
  opacity: 0.75;
}
.comp-hummenu .hummenu_inner .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: space-around;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-top: 30px;
}
.comp-hummenu .hummenu_inner .sns_wrap .sns_item {
  height: auto;
  background-color: #1666ac;
  padding: 13px;
  border-radius: 10px;
  margin: 0 10px;
}
.comp-hummenu .hummenu_inner .sns_wrap .sns_item img {
  height: 100%;
  width: auto;
  display: block;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  min-width: 29px;
  min-height: 29px;
}
.comp-hummenu .hummenu_logo_wrap {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100px;
  background: #1a9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-hummenu .hummenu_logo_wrap img {
  width: 200px;
}
.comp-hummenu .copyright {
  height: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  text-align: center;
  background: #1666ac;
  color: #fff;
}
@media screen and (max-width: 768px) and (min-height: 720px) {
  .comp-hummenu .hummenu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
  }
  .comp-hummenu .hummenu_inner .hum_group {
    margin-bottom: 80px;
  }
  .comp-hummenu .hummenu_logo_wrap {
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  .comp-hummenu .hum_close {
    width: 80px;
    height: 80px;
  }
  .comp-hummenu .hum_close svg {
    width: 30px;
  }
  .comp-hummenu .hummenu_inner {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-hummenu .hummenu_inner .hummenu_logo {
    padding-top: 0px;
    width: 80px;
    margin: 0 auto 40px;
  }
  .comp-hummenu .hummenu_inner .hum_navigation li:not(:last-child) {
    margin-bottom: 25px;
  }
  .comp-hummenu .hummenu_inner .hum_navigation li button {
    padding: 5px 0;
    font-size: 1.8rem;
  }
  .comp-hummenu .hummenu_logo_wrap {
    position: fixed;
    height: 150px;
  }
  .comp-hummenu .hummenu_logo_wrap img {
    width: 250px;
  }
}
footer {
  position: relative;
  z-index: 100;
}
footer .footer_left {
  background: #1a9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
}
footer .footer_left a {
  display: block;
  width: 180px;
}
footer .footer_left a img {
  width: 100%;
}
footer .footer_right {
  padding: 40px 7vw 100px;
  background: #1666ac;
}
footer .footer_right nav .footer_navigation li {
  margin-bottom: 30px;
}
footer .footer_right nav .footer_navigation li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer_right nav .footer_navigation li .parent {
  display: block;
  font-size: 1.7rem;
  color: #fff;
}
footer .footer_right nav .footer_navigation li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: -15px;
}
footer .footer_right nav .footer_navigation li ul li {
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 2.2;
}
footer .footer_right nav .footer_navigation li ul li:nth-last-of-type(1) {
  margin-bottom: 15px;
}
footer .footer_right nav .footer_navigation li ul li .child {
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
footer .footer_right nav .footer_navigation li ul li .child span {
  display: inline-block;
  padding-left: 3px;
}
footer .footer_right .copyright {
  margin-top: 50px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
    z-index: 100;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_left {
    width: 385px;
    background: #1a9997;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  footer .footer_left a {
    width: 240px;
  }
  footer .footer_right {
    width: calc(100% - 385px);
    padding: 70px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_right nav .footer_navigation li {
    margin-bottom: 30px;
  }
  footer .footer_right nav .footer_navigation li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer .footer_right nav .footer_navigation li .parent {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  footer .footer_right nav .footer_navigation li .parent:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  footer .footer_right nav .footer_navigation li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: -15px;
  }
  footer .footer_right nav .footer_navigation li ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  footer .footer_right nav .footer_navigation li ul li .child {
    font-size: 1.5rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  footer .footer_right nav .footer_navigation li ul li .child span {
    display: inline-block;
    font-size: initial;
  }
  footer .footer_right nav .footer_navigation li ul li .child:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
  footer .footer_right nav .footer_navigation li.has_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 45px;
  }
  footer .footer_right nav .footer_navigation li.has_child .parent {
    width: 140px;
    display: block;
    font-size: 1.8rem;
    color: #fff;
  }
  footer .footer_right nav .footer_navigation li.has_child .parent.pointerEvents_none {
    pointer-events: none;
  }
  footer .footer_right nav .footer_navigation li.has_child ul {
    width: calc(100% - 140px);
    margin-top: 0px;
    margin-bottom: -15px;
    border-left: 1px solid #fff;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_right nav .footer_navigation li.has_child ul li {
    margin-right: 15px;
    margin-bottom: 0px;
    line-height: 2.2;
  }
  footer .footer_right nav .footer_navigation li.has_child ul li .child {
    font-size: 1.5rem;
  }
  footer .footer_right .copyright {
    margin-top: 60px;
    font-size: 1.4rem;
    text-align: left;
  }
}
/*########## ページ個別レイアウト ##########*/
.page-index {
  margin-bottom: 60px;
}
.page-index .section-notice {
  margin-bottom: 30px;
}
.page-index .section-notice .notice_wrapper .notice_icon {
  width: 20px;
  margin: 0 auto 10px;
}
.page-index .section-notice .notice_wrapper .notice_icon img {
  width: 100%;
}
.page-index .section-notice .notice_wrapper .notice_txt {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
}
.page-index .section-notice .notice_wrapper .comp-box-link-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 8px;
  text-align: center;
}
.page-index .section-notice .notice_wrapper .comp-box-link-button > a.center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* ボタン幅＝中身 */
  background-color: #FFF;
  width: auto;
}
.page-index .section-notice .notice_wrapper .comp-box-link-button > a.center:hover {
  color: #1666ac;
  background-color: #FFF;
}
.page-index .section-index-navigation {
  margin-bottom: 60px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item {
  position: relative;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-index .section-index-navigation .navigation_flex .navigation_item {
    width: 78%;
    max-width: 1300px;
  }
}
.page-index .section-index-navigation .navigation_flex .navigation_item {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  margin-bottom: 15px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .navigation_ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link {
  display: block;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link .link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link .link_inner .icon {
  width: 75px;
  margin-right: 15px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link .link_inner .txt_wrap {
  font-size: 1.4rem;
  line-height: 1.6;
}
.page-index .section-index-navigation .navigation_flex .navigation_item p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .mb {
  margin-bottom: 30px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .calendar_desc {
  margin-top: 10px;
  margin-bottom: 15px;
}
.page-index .section-index-navigation .navigation_flex .navigation_item .address_desc {
  margin-top: -10px;
  margin-bottom: 15px;
}
.page-index .section-index-menu01 {
  margin-bottom: 50px;
}
.page-index .section-treatment {
  background: #fff;
  padding: 40px 0px 30px;
  margin-bottom: 50px;
}
.page-index .section-treatment .treatment_inner .treatment_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.page-index .section-treatment .treatment_inner .treatment_list {
  width: 100vw;
  text-align: center;
}
.page-index .section-treatment .treatment_inner .treatment_list li {
  display: inline-block;
  line-height: 2;
}
.page-index .section-treatment .treatment_inner .treatment_list li a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: inherit;
  text-decoration: underline;
  margin: 0 7px;
}
.page-index .section-treatment .treatment_inner .treatment_list li a .txt span {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .page-index {
    margin-bottom: 120px;
  }
  .page-index .section-main {
    min-width: 1150px;
  }
  .page-index .section-notice {
    margin-bottom: 50px;
  }
  .page-index .section-notice .notice_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 1120px;
  }
  .page-index .section-notice .notice_wrapper .notice_icon {
    width: 16px;
    margin: 0;
    margin-right: 10px;
  }
  .page-index .section-notice .notice_wrapper .notice_txt {
    text-align: left;
    font-size: 1.6rem;
  }
  .page-index .section-notice .notice_wrapper .notice_txt br {
    display: none;
  }
  .page-index .section-index-navigation {
    margin-bottom: 60px;
  }
  .page-index .section-index-navigation .navigation_flex {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 1120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .page-index .section-index-navigation .navigation_flex {
    width: 78%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .page-index .section-index-navigation .navigation_flex .navigation_item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    position: relative;
    padding: 35px 30px 30px;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .navigation_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link {
    min-height: 300px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    will-change: color;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link .link_inner .icon {
    width: 100px;
    margin-right: 20px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    will-change: transform;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link .link_inner .txt_wrap {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link:hover {
    color: #1a9997;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_link:hover .icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_desc {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .calendar_desc br {
    display: none;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .address_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -5px;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .address_desc {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .address_desc p {
    font-size: 1.3rem;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .index_link {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .index_link a {
    border: none;
    padding: 0;
    background: transparent !important;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .index_link a:hover {
    color: #1a9997;
  }
  .page-index .section-index-navigation .navigation_flex .navigation_item .index_link a:hover .arrow2 svg .cls-1 {
    stroke: #1a9997;
  }
  .page-index .section-index-menu01 {
    margin-bottom: 120px;
  }
  .page-index .section-treatment {
    background: #fff;
    padding: 60px 0px 50px;
    margin-bottom: 120px;
  }
  .page-index .section-treatment .treatment_inner {
    min-width: 1150px;
    max-width: 1300px;
    margin: 0 auto;
  }
  .page-index .section-treatment .treatment_inner .treatment_ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .page-index .section-treatment .treatment_inner .treatment_list {
    width: 100%;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li {
    line-height: 1.2;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a {
    position: relative;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 6px;
    margin: 0 6px 10px;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#1666ac), to(#1a9997));
    background-image: linear-gradient(to right, #1666ac 0%, #1a9997 100%);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    will-change: opacity;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a .txt {
    position: relative;
    z-index: 20;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a .txt span {
    font-size: 1.2rem;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a:hover {
    color: #fff;
  }
  .page-index .section-treatment .treatment_inner .treatment_list li a:hover::before {
    opacity: 1;
  }
}
.page-treatment {
  margin-bottom: 50px;
}
.page-treatment .section-treatment .section_inner {
  padding: 25px;
}
.page-treatment .section-treatment .section_inner .comp-service-list {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .page-treatment {
    margin-bottom: 120px;
  }
  .page-treatment .section-treatment .section_inner {
    padding: 80px 80px 60px;
  }
  .page-treatment .section-treatment .section_inner .comp-service-list {
    padding-top: 0;
  }
}
.page-treatment-detail {
  margin-bottom: 50px;
}
.page-treatment-detail .treatment-section {
  margin-bottom: 50px;
}
.page-treatment-detail .treatment-section:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-treatment-detail .treatment-section .section_inner {
  padding: 35px 25px;
}
.page-treatment-detail .treatment-section .treatment_header .service_icon {
  display: block;
  width: 80px;
  height: 80px;
  background: #1666ac;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.page-treatment-detail .treatment-section .treatment_header .service_icon img {
  width: 100%;
}
.page-treatment-detail .treatment-section .treatment_header .service_ttl {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 1.56;
  margin-bottom: 15px;
}
.page-treatment-detail .treatment-section .treatment_header .service_ttl .small {
  display: block;
  font-size: 1.3rem;
}
.page-treatment-detail .treatment-section .treatment_detail_box.margin {
  margin-bottom: 30px;
}
.page-treatment-detail .treatment-section .treatment_detail_box .h3_ttl {
  margin-top: 50px;
}
.page-treatment-detail .treatment-section .treatment_detail_box .h4_ttl {
  margin-top: 35px;
}
.page-treatment-detail .treatment-section .h3_ttl, .page-treatment-detail .treatment-section .h4_ttl {
  margin-top: 35px;
}
.page-treatment-detail .treatment-section hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #d8d8d8;
  margin: 25px 0;
  padding: 0;
}
.page-treatment-detail .treatment-section .detail_ttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.page-treatment-detail .treatment-section .detail_sub_ttl {
  padding: 15px 0;
  line-height: 1.6;
  font-size: 1.7rem;
  text-align: center;
  border-bottom: 1px solid #1666ac;
  margin-bottom: 15px;
}
.page-treatment-detail .treatment-section .detail_sub_ttl span {
  display: block;
}
.page-treatment-detail .treatment-section .detail_sub_ttl a {
  color: #1a9997;
  text-decoration: underline;
}
.page-treatment-detail .treatment-section .detail_small_ttl {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-treatment-detail .treatment-section .description.center {
  text-align: center;
}
.page-treatment-detail .treatment-section .description.margin {
  margin-top: 20px;
}
.page-treatment-detail .treatment-section .description p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1em;
}
.page-treatment-detail .treatment-section .description p a {
  color: #1a9997;
  text-decoration: underline;
}
.page-treatment-detail .treatment-section .description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-treatment-detail .treatment-section .description .box {
  border: 1px solid #1666ac;
  padding: 10px;
}
.page-treatment-detail .treatment-section .img_wrap {
  margin-top: 20px;
}
.page-treatment-detail .treatment-section .img_wrap .img_item {
  margin-bottom: 10px;
}
.page-treatment-detail .treatment-section .img_wrap .img_item .caption {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 10px 0;
}
.page-treatment-detail .treatment-section .link_wrap {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-treatment-detail .treatment-section .link_wrap a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #1a9997;
  text-decoration: underline;
}
.page-treatment-detail .treatment-section .list_wrap {
  padding: 20px 20px 15px;
  background: rgba(110, 174, 210, 0.2);
  border-radius: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-treatment-detail .treatment-section .list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-treatment-detail .treatment-section .list_wrap ul li {
  position: relative;
  padding-left: 12px;
  margin-right: 12px;
  margin-bottom: 10px;
}
.page-treatment-detail .treatment-section .list_wrap ul li a {
  color: #1a9997;
  text-decoration: underline;
}
.page-treatment-detail .treatment-section .list_wrap ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1666ac;
}
.page-treatment-detail .treatment-section .list_wrap ul li.no_mark {
  padding-left: 0;
}
.page-treatment-detail .treatment-section .list_wrap ul li.no_mark::before {
  display: none;
}
.page-treatment-detail .treatment-section .list_wrap ul li.full {
  width: 100%;
}
.page-treatment-detail .treatment-section .list_wrap.flex_start ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-treatment-detail .treatment-section .list_wrap.margin {
  margin-top: 20px;
}
.page-treatment-detail .treatment-section .list_wrap.column2 {
  display: block;
}
.page-treatment-detail .treatment-section .list_wrap.column2 ul {
  display: block;
}
.page-treatment-detail .treatment-section .list_wrap.column2 ul li {
  margin-right: 0px;
  margin-bottom: 10px;
}
.page-treatment-detail .treatment-section .flex_img_wrap {
  padding: 5px 20px 20px;
  margin: 20px auto;
  border-radius: 10px;
  background: rgba(110, 174, 210, 0.2);
}

@media screen and (min-width: 768px) {
  .page-treatment-detail {
    margin-bottom: 120px;
  }
  .page-treatment-detail .treatment-section {
    margin-bottom: 100px;
  }
  .page-treatment-detail .treatment-section:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .page-treatment-detail .treatment-section .section_inner {
    padding: 80px 80px 60px;
  }
  .page-treatment-detail .treatment-section .treatment_header {
    max-width: 880px;
    margin: 0 auto 20px;
  }
  .page-treatment-detail .treatment-section .treatment_header .service_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .page-treatment-detail .treatment-section .treatment_header .service_ttl {
    display: block;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.56;
    margin-bottom: 30px;
  }
  .page-treatment-detail .treatment-section .treatment_header .service_ttl .small {
    display: block;
    font-size: 1.8rem;
  }
  .page-treatment-detail .treatment-section .treatment_detail_box {
    max-width: 880px;
    margin: 0 auto 20px;
  }
  .page-treatment-detail .treatment-section .treatment_detail_box.margin {
    margin-bottom: 40px;
  }
  .page-treatment-detail .treatment-section hr {
    max-width: 880px;
    margin: 40px auto;
  }
  .page-treatment-detail .treatment-section .detail_ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .page-treatment-detail .treatment-section .detail_sub_ttl {
    padding: 25px 0;
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .page-treatment-detail .treatment-section .detail_sub_ttl span {
    display: inline;
  }
  .page-treatment-detail .treatment-section .detail_sub_ttl a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-treatment-detail .treatment-section .detail_sub_ttl a:hover {
    opacity: 0.75;
  }
  .page-treatment-detail .treatment-section .detail_small_ttl {
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 15px 0;
    margin-bottom: 0px;
  }
  .page-treatment-detail .treatment-section .description.margin {
    margin-top: 30px;
  }
  .page-treatment-detail .treatment-section .description p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1em;
  }
  .page-treatment-detail .treatment-section .description p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-treatment-detail .treatment-section .description p a:hover {
    opacity: 0.75;
  }
  .page-treatment-detail .treatment-section .description p.pc_center {
    text-align: center;
  }
  .page-treatment-detail .treatment-section .description .box {
    display: inline-block;
    border: 1px solid #1666ac;
    padding: 15px;
  }
  .page-treatment-detail .treatment-section .description_list li {
    position: relative;
    font-size: 1.5rem;
    line-height: 2;
    padding-left: 15px;
    margin-bottom: 1em;
  }
  .page-treatment-detail .treatment-section .description_list li::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    background: #1666ac;
  }
  .page-treatment-detail .treatment-section .description_list li a {
    color: #1a9997;
    display: block;
    text-decoration: underline;
  }
  .page-treatment-detail .treatment-section .img_wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-treatment-detail .treatment-section .img_wrap .img_item {
    margin-bottom: 10px;
  }
  .page-treatment-detail .treatment-section .img_wrap .img_item .caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 10px 0;
  }
  .page-treatment-detail .treatment-section .img_wrap.column2 .img_item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .page-treatment-detail .treatment-section .img_wrap.column2 .img_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .page-treatment-detail .treatment-section .img_wrap.column3 .img_item {
    width: calc(33% - 5px);
    margin-right: 7.5px;
  }
  .page-treatment-detail .treatment-section .img_wrap.column3 .img_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .page-treatment-detail .treatment-section .list_wrap {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 30px 30px 20px;
  }
  .page-treatment-detail .treatment-section .list_wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-treatment-detail .treatment-section .list_wrap ul li {
    margin-right: 15px;
  }
  .page-treatment-detail .treatment-section .list_wrap.margin {
    margin-top: 30px;
  }
  .page-treatment-detail .treatment-section .list_wrap.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-treatment-detail .treatment-section .list_wrap.column2 ul {
    display: block;
    max-width: 47%;
    margin-right: 6%;
  }
  .page-treatment-detail .treatment-section .list_wrap.column2 ul li {
    margin-right: 0;
  }
  .page-treatment-detail .treatment-section .list_wrap.column2 ul:nth-last-of-type(1) {
    margin-right: 0;
  }
  .page-treatment-detail .treatment-section .flex_img_wrap {
    padding: 20px 30px 30px;
    margin: 30px auto;
    border-radius: 20px;
    background: rgba(110, 174, 210, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-treatment-detail .treatment-section .flex_img_wrap .img_item {
    width: 40%;
    margin-right: 5%;
  }
  .page-treatment-detail .treatment-section .flex_img_wrap .img_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-clinic {
  margin-bottom: 50px;
}
.page-clinic .section-clinic {
  margin-bottom: 60px;
}
.page-clinic .section-clinic .section_inner {
  padding: 25px;
}
.page-clinic .section-clinic .section_inner .comp-service-list {
  padding-top: 0;
}
.page-clinic .section-movie {
  margin-bottom: 60px;
}
.page-clinic .section-movie .movie_wrap {
  position: relative;
  width: 100%;
  height: 42vw;
}
.page-clinic .section-movie .movie_wrap button {
  position: absolute;
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
  background-image: url(../img/clinic_movie_thumb.webp);
  z-index: 10;
}
.page-clinic .section-movie .movie_wrap button::after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/clinic_play_button.svg);
  z-index: 20;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  will-change: opacity;
}
.page-clinic .section-movie .movie_wrap button.remove {
  opacity: 0;
  pointer-events: none;
}
.page-clinic .section-movie .movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-clinic .section-outline {
  margin-bottom: 60px;
}
.page-clinic .section-outline .outline_wrap .outline_item:not(:last-child) {
  margin-bottom: 20px;
}
.page-clinic .section-outline .outline_wrap .outline_item .outline_ttl {
  font-size: 1.6rem;
  color: #ba9b7a;
  margin-bottom: 10px;
}
.page-clinic .section-outline .outline_wrap .outline_item .outline_desc {
  font-size: 1.3rem;
  line-height: 1.8;
}
.page-clinic .section-outline .outline_wrap .outline_item .comp-box-link-button {
  margin-top: 15px;
}
.page-clinic .section-outline .clinic_images {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-clinic .section-outline .clinic_images .img_item {
  width: calc(50% - 2.5px);
  margin-bottom: 5px;
}
.page-clinic .section-relation .relation_wrap {
  margin-top: 30px;
}
.page-clinic .section-relation .relation_wrap .relation_item {
  margin-bottom: 15px;
}
.page-clinic .section-relation .relation_wrap .relation_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-clinic .section-relation .relation_wrap .relation_item a {
  display: block;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-filter: brightness(98%);
          filter: brightness(98%);
}

@media screen and (min-width: 768px) {
  .page-clinic {
    margin-bottom: 120px;
  }
  .page-clinic .section-treatment .section_inner {
    padding: 80px 80px 60px;
  }
  .page-clinic .section-treatment .section_inner .comp-service-list {
    padding-top: 0;
  }
  .page-clinic .section-movie {
    margin-bottom: 120px;
  }
  .page-clinic .section-movie .movie_wrap {
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 670px;
  }
  .page-clinic .section-movie .movie_wrap button::after {
    width: 60px;
    height: 60px;
  }
  .page-clinic .section-outline {
    margin-bottom: 120px;
  }
  .page-clinic .section-outline .outline_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-clinic .section-outline .outline_wrap .outline_item {
    width: 100%;
  }
  .page-clinic .section-outline .outline_wrap .outline_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_desc {
    font-size: 1.4rem;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_desc .pc_none {
    display: none;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_flex .comp-box-link-button {
    margin-top: 0px;
  }
  .page-clinic .section-outline .outline_wrap .outline_item .outline_flex .comp-box-link-button a {
    min-width: 220px;
  }
  .page-clinic .section-outline .clinic_images {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-clinic .section-outline .clinic_images .img_item {
    width: calc(25% - 3px);
    margin-bottom: 0;
  }
  .page-clinic .section-relation .relation_wrap {
    margin-top: 60px;
  }
  .page-clinic .section-relation .relation_wrap .relation_item {
    margin-bottom: 25px;
  }
  .page-clinic .section-relation .relation_wrap .relation_item a {
    padding: 30px 0px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
  }
  .page-clinic .section-relation .relation_wrap .relation_item a img {
    width: 40%;
  }
  .page-clinic .section-relation .relation_wrap .relation_item a:hover {
    -webkit-filter: brightness(95%);
            filter: brightness(95%);
  }
}
.page-doctor {
  margin-bottom: 50px;
}
.page-doctor .section-greeting {
  margin-bottom: 40px;
}
.page-doctor .section-greeting .greeting_wrapper p {
  font-size: 1.3rem;
  line-height: 2;
}
.page-doctor .section-greeting .greeting_wrapper p br {
  display: none;
}
.page-doctor .section-greeting .greeting_wrapper p span {
  display: block;
}
.page-doctor .section-greeting .greeting_wrapper p span:not(:last-child) {
  margin-bottom: 1em;
}
.page-doctor .section-greeting .greeting_wrapper p {
  margin-bottom: 1em;
}
.page-doctor .section-greeting .greeting_wrapper .credit {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .page-doctor {
    margin-bottom: 120px;
  }
  .page-doctor .section-greeting {
    margin-bottom: 120px;
  }
  .page-doctor .section-greeting .greeting_wrapper {
    max-width: 86%;
    margin: 0 auto;
  }
  .page-doctor .section-greeting .greeting_wrapper p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.2;
    margin-bottom: 1.5em;
  }
  .page-doctor .section-greeting .greeting_wrapper p br {
    display: block;
  }
  .page-doctor .section-greeting .greeting_wrapper p span {
    display: inline;
  }
  .page-doctor .section-greeting .greeting_wrapper p span:not(:last-child) {
    margin-bottom: 0em;
  }
  .page-doctor .section-greeting .greeting_wrapper .credit {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}
.page-first {
  margin-bottom: 50px;
}
.page-first .comp-section-ttl {
  margin-bottom: 25px;
}
.page-first .section-first {
  margin-bottom: 40px;
}
.page-first .section-first .comp-consultation-flow {
  margin-top: 40px;
}
.page-first .section-notice {
  margin-bottom: 40px;
}
.page-first .section-language {
  margin-bottom: 40px;
}
.page-first .section-language .language_description {
  margin-bottom: 10px;
}
.page-first .section-language .language_description p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.page-first .section-language .language_description p:nth-last-child(1) {
  margin-bottom: 0;
}
.page-first .section-reservation .reservation_desc {
  margin-bottom: 20px;
}
.page-first .section-reservation .reservation_desc p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.page-first .section-reservation .reservation_desc p:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-first {
    margin-bottom: 120px;
  }
  .page-first .comp-section-ttl {
    margin-bottom: 30px;
  }
  .page-first .section-first {
    margin-bottom: 100px;
  }
  .page-first .section-notice {
    margin-bottom: 100px;
  }
  .page-first .section-language {
    margin-bottom: 100px;
  }
  .page-first .section-language .language_description {
    max-width: 88%;
    margin: 0 auto;
  }
  .page-first .section-language .language_description p {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .page-first .section-language .language_description p span {
    display: block;
  }
  .page-first .section-reservation .reservation_desc {
    margin-bottom: 40px;
  }
  .page-first .section-reservation .reservation_desc p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .page-first .section-reservation .reservation_desc p span {
    display: block;
  }
}
.page-certificate {
  margin-bottom: 50px;
}
.page-certificate section:not(:last-of-type) {
  margin-bottom: 40px;
}
.page-certificate section .section_inner .description {
  margin-bottom: 10px;
}
.page-certificate section .section_inner .description p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.page-certificate section .section_inner .description p:nth-last-child(1) {
  margin-bottom: 0;
}
.page-certificate section .section_inner .description p a {
  color: #1a9997;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .page-certificate {
    margin-bottom: 120px;
  }
  .page-certificate section:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .page-certificate section .section_inner .description {
    max-width: 88%;
    margin: 0 auto;
  }
  .page-certificate section .section_inner .description p {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .page-certificate section .section_inner .description p span {
    display: block;
  }
}
.page-recruit {
  margin-bottom: 50px;
}
.page-recruit .section-recruit .recruit_wrapper .recruit_item {
  padding: 20px 0;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid #d8d8d8;
}
.page-recruit .section-recruit .recruit_view_button {
  margin-top: 20px;
}
.page-recruit .section-recruit .recruit_view_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  padding: 10px 0;
}
.page-recruit .section-recruit .recruit_view_button a .txt {
  font-size: 1.6rem;
  margin-right: 10px;
}
.page-recruit .section-recruit .recruit_view_button a .arrow {
  width: 10px;
}
.page-recruit .section-recruit .recruit_view_button a .arrow .cls-1 {
  fill: none;
  stroke: #1666ac;
  stroke-miterlimit: 4;
  stroke-width: 2px;
}

@media screen and (min-width: 768px) {
  .page-recruit {
    margin-bottom: 120px;
  }
  .page-recruit .section-recruit .recruit_wrapper {
    max-width: 720px;
    margin: 0 auto;
  }
  .page-recruit .section-recruit .recruit_wrapper .recruit_item {
    padding: 30px 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #d8d8d8;
  }
  .page-recruit .section-recruit .recruit_view_button {
    margin-top: 25px;
  }
  .page-recruit .section-recruit .recruit_view_button a {
    padding: 15px 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    will-change: color;
  }
  .page-recruit .section-recruit .recruit_view_button a .txt {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  .page-recruit .section-recruit .recruit_view_button a .arrow {
    width: 12px;
  }
  .page-recruit .section-recruit .recruit_view_button a .arrow .cls-1 {
    stroke: #1666ac;
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    will-change: stroke;
  }
  .page-recruit .section-recruit .recruit_view_button a:hover {
    color: #1a9997;
  }
  .page-recruit .section-recruit .recruit_view_button a:hover .arrow {
    width: 12px;
  }
  .page-recruit .section-recruit .recruit_view_button a:hover .arrow .cls-1 {
    stroke: #1a9997;
  }
}
.page-access {
  margin-bottom: 50px;
}
.page-access .section-calendar {
  margin-bottom: 60px;
}
.page-access .section-calendar .table_desc {
  font-size: 1.3rem;
  line-height: 1.6;
}
.page-access .section-calendar .table_desc span {
  display: block;
}
.page-access .section-calendar .calendar_wrap {
  position: relative;
  margin-top: 30px;
  height: 300px;
}
.page-access .section-calendar .calendar_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
}
.page-access .section-timetable {
  margin-bottom: 60px;
}
.page-access .section-timetable .table_wrap {
  margin-top: 30px;
}
.page-access .section-timetable .table_wrap .table_desc {
  font-size: 1.3rem;
  line-height: 1.6;
}
.page-access .section-timetable .table_wrap .table_desc span {
  display: block;
}
.page-access .section-access .access_wrapper {
  margin-top: 30px;
}
.page-access .section-access .access_wrapper .navigation_ttl {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.page-access .section-access .access_wrapper .address_flex .address_desc {
  margin-bottom: 15px;
}
.page-access .section-access .access_wrapper .address_flex .address_desc p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.page-access .section-access .access_map_wrap {
  margin-top: 20px;
}
.page-access .section-access .access_map_wrap .address {
  font-size: 1.3rem;
  line-height: 1.8;
}
.page-access .section-access .access_map_wrap .iframe_wrap {
  margin-top: 20px;
  position: relative;
  height: 70vw;
  border-radius: 20px;
}
.page-access .section-access .access_map_wrap .iframe_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  background-color: #284269;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  pointer-events: none;
}
.page-access .section-access .access_map_wrap .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*filter: invert(100%) brightness(100%);*/
  border-radius: 20px;
}
.page-access .section-access .access_map_wrap .iframe_wrap .map {
  height: 70vw;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .page-access {
    margin-bottom: 120px;
  }
  .page-access .section-calendar {
    margin-bottom: 100px;
  }
  .page-access .section-calendar .table_desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 20px;
  }
  .page-access .section-calendar .table_desc span {
    display: inline-block;
    padding-left: 10px;
  }
  .page-access .section-calendar .calendar_wrap {
    max-width: 90%;
    margin: 40px auto 0;
    height: 500px;
  }
  .page-access .section-timetable {
    margin-bottom: 100px;
  }
  .page-access .section-timetable .table_wrap {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .page-access .section-timetable .table_wrap .table_desc {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .page-access .section-timetable .table_wrap .table_desc span {
    display: inline-block;
    padding-left: 10px;
  }
  .page-access .section-access .access_wrapper {
    margin-top: 30px;
  }
  .page-access .section-access .access_wrapper .navigation_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .page-access .section-access .access_wrapper .address_flex .address_desc {
    margin-bottom: 15px;
  }
  .page-access .section-access .access_wrapper .address_flex .address_desc p {
    font-size: 1.5rem;
  }
  .page-access .section-access .access_wrapper .address_flex .comp-box-link-button {
    max-width: 200px;
  }
  .page-access .section-access .access_map_wrap {
    margin-top: 30px;
  }
  .page-access .section-access .access_map_wrap .address {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-access .section-access .access_map_wrap .iframe_wrap {
    margin-top: 30px;
    height: 380px;
    border-radius: 20px;
  }
  .page-access .section-access .access_map_wrap .iframe_wrap iframe {
    height: 380px;
  }
  .page-access .section-access .access_map_wrap .iframe_wrap .map {
    height: 380px;
  }
}
.page-news {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .page-news {
    margin-bottom: 120px;
  }
}
.page-404 .section-404 {
  margin: 60px 0;
}
.page-404 .section-404 .description {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-404 .section-404 {
    margin: 120px 0;
  }
  .page-404 .section-404 .description {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-404 .section-404 .comp-box-link-button {
    max-width: 280px;
    margin: 0 auto;
  }
}
.page-sample .section-sample {
  margin: 60px auto;
}
.page-sample .section-sample .layout_block {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .page-sample .section-sample {
    margin: 120px auto;
  }
  .page-sample .section-sample .layout_block {
    margin-bottom: 40px;
  }
}
/*########## コンポーネント ##########*/
/* 共通 */
.comp-section-ttl {
  padding-top: 5px;
}
.comp-section-ttl .section_ttl {
  font-size: 2.2rem;
  text-align: center;
}
.comp-section-ttl .decoration {
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #1666ac;
  margin: 20px auto 20px;
}
.comp-section-ttl .decoration::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #1a9997;
}

@media screen and (min-width: 768px) {
  .comp-section-ttl {
    padding-top: 10px;
  }
  .comp-section-ttl .section_ttl {
    font-size: 2.8rem;
  }
  .comp-section-ttl .decoration {
    margin: 25px auto 40px;
  }
}
@-webkit-keyframes bgMovingSp {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right 21px bottom 21px;
  }
}
@keyframes bgMovingSp {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right 21px bottom 21px;
  }
}
.comp-spacer {
  width: 100%;
  height: 150px;
  background-image: url(../img/a_bg_pattern.svg);
  background-size: 21px;
  background-color: #fff;
  /*animation: bgMovingSp 2s linear infinite;*/
  position: relative;
  z-index: 100;
}
.comp-spacer .telephone_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comp-spacer .telephone_number a {
  display: block;
  padding: 20px 20px 20px 25px;
  border-radius: 0 0 0 30px;
  margin-top: 75px;
  color: #fff;
  background: #1a9997;
}

@media screen and (min-width: 768px) {
  .comp-spacer {
    position: static;
    display: block;
    height: 0;
    min-width: 1300px;
  }
  .comp-spacer .telephone_number {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1000;
  }
  .comp-spacer .telephone_number a {
    padding: 20px 30px 20px 35px;
    border-radius: 0 0 0 40px;
    margin-top: 0;
    font-size: 1.8rem;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    will-change: background;
  }
  .comp-spacer .telephone_number a:hover {
    background: #1666ac;
  }
}
@-webkit-keyframes pageBgMoving {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right bottom 188.53vw;
  }
}
@keyframes pageBgMoving {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: right bottom 188.53vw;
  }
}
@-webkit-keyframes pageBgMovingTab {
  0% {
    background-position: right -5vw bottom;
  }
  100% {
    background-position: right -5vw bottom 188.53vw;
  }
}
@keyframes pageBgMovingTab {
  0% {
    background-position: right -5vw bottom;
  }
  100% {
    background-position: right -5vw bottom 188.53vw;
  }
}
@-webkit-keyframes pageBgMovingPC {
  0% {
    background-position: right -2.5vw bottom;
  }
  100% {
    background-position: right -2.5vw bottom 188.53vw;
  }
}
@keyframes pageBgMovingPC {
  0% {
    background-position: right -2.5vw bottom;
  }
  100% {
    background-position: right -2.5vw bottom 188.53vw;
  }
}
.comp-page-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wHeightPx);
  background-image: url(../img/a_bg.webp);
  background-size: 101vw;
  opacity: 1;
  background-position: right bottom calc(var(--scroll) * 0.33px);
}

@media screen and (min-width: 768px) {
  .comp-page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wHeightPx);
    background-image: url(../img/a_bg_pc.jpg);
    background-size: 105vw;
    opacity: 1;
    /*animation: pageBgMovingPC 30s linear infinite;*/
  }
}
.comp-line-link {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 1001;
}
.comp-line-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
}
.comp-line-link a .icon {
  width: 36px;
  margin-right: 15px;
}
.comp-line-link a .txt {
  font-size: 1.6rem;
  color: #1ac12d;
}
.comp-line-link a .txt br {
  display: none;
}

@media screen and (min-width: 768px) {
  .comp-line-link {
    position: fixed;
    bottom: 30px;
    left: unset;
    right: 30px;
    width: 240px;
  }
  .comp-line-link a {
    padding: 15px 0;
    border-radius: 0 60px 0 60px;
    -webkit-transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: -webkit-transform 0.3s, -webkit-filter 0.3s;
    transition: transform 0.3s, filter 0.3s;
    transition: transform 0.3s, filter 0.3s, -webkit-transform 0.3s, -webkit-filter 0.3s;
  }
  .comp-line-link a .icon {
    width: 36px;
    margin-right: 15px;
  }
  .comp-line-link a .txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .comp-line-link a .txt br {
    display: block;
  }
  .comp-line-link a:hover {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    -webkit-filter: brightness(95%);
            filter: brightness(95%);
  }
}
.comp-underpage-title {
  margin-bottom: 30px;
}
.comp-underpage-title .underpage_ttl {
  position: relative;
  padding: 40px 7vw 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f0f1), to(#cecfcf));
  background-image: linear-gradient(to right, #f1f0f1 0%, #cecfcf 100%);
  border-bottom: 5px solid #1666ac;
}
.comp-underpage-title .underpage_ttl::before {
  display: block;
  content: "";
  width: 100px;
  height: 5px;
  background: #1a9997;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 100;
}
.comp-underpage-title .underpage_ttl::after {
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/logo_fusha.svg);
  position: absolute;
  z-index: 20;
  bottom: 30px;
  right: 7vw;
}
.comp-underpage-title .underpage_ttl .ttl_inner .ttl_main {
  font-size: 2.4rem;
}
.comp-underpage-title .underpage_ttl .ttl_inner .ttl_main .dot {
  display: block;
  line-height: 1.8;
  margin-bottom: -5px;
}
.comp-underpage-title .underpage_ttl .ttl_inner .ttl_description {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.comp-underpage-title .underpage_main_img .pc_img {
  display: none;
}
.comp-underpage-title.news .underpage_ttl {
  padding: 60px 7vw 55px;
}
.comp-underpage-title.news .underpage_ttl::after {
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .comp-underpage-title {
    position: relative;
    min-width: 1150px;
    margin-bottom: 100px;
  }
  .comp-underpage-title .underpage_ttl {
    position: relative;
    padding: 0;
    height: 24vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-underpage-title .underpage_ttl::before {
    width: 340px;
    bottom: -5px;
  }
  .comp-underpage-title .underpage_ttl::after {
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 30;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7vw;
  }
  .comp-underpage-title .underpage_ttl .ttl_inner {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .comp-underpage-title .underpage_ttl .ttl_inner {
    width: 78%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .comp-underpage-title .underpage_ttl .ttl_inner .ttl_main {
    font-size: 3rem;
  }
  .comp-underpage-title .underpage_ttl .ttl_inner .ttl_main .dot {
    display: inline;
    line-height: 1;
    margin-bottom: 0;
  }
  .comp-underpage-title .underpage_ttl .ttl_inner .ttl_main .dot::before {
    display: inline;
    content: "・";
  }
  .comp-underpage-title .underpage_ttl .ttl_inner .ttl_description {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.57;
  }
  .comp-underpage-title .underpage_ttl .ttl_inner .ttl_description br {
    display: none;
  }
  .comp-underpage-title .underpage_main_img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 62%;
    height: calc(100% - 5px);
    z-index: 20;
  }
  .comp-underpage-title .underpage_main_img .sp_img {
    display: none;
  }
  .comp-underpage-title .underpage_main_img .pc_img {
    display: block;
  }
  .comp-underpage-title .underpage_main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .comp-underpage-title.news .underpage_ttl {
    padding: 0;
  }
}
.comp-calendar-chart {
  margin-top: 15px;
  margin-bottom: 15px;
}
.comp-calendar-chart table {
  min-width: 100%;
  border-top: 1px solid #1666ac;
}
.comp-calendar-chart table tr {
  min-width: 100%;
  border-left: 1px solid #1666ac;
}
.comp-calendar-chart table tr th, .comp-calendar-chart table tr td {
  text-align: center;
  font-weight: normal;
  padding: 10px;
  border-right: 1px solid #1666ac;
  border-bottom: 1px solid #1666ac;
}
.comp-calendar-chart table tr .weekday {
  min-width: 20%;
}
.comp-calendar-chart table tr .am, .comp-calendar-chart table tr .pm {
  min-width: 40%;
}
.comp-calendar-chart .outline_desc {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.comp-calendar-chart .outline_desc span {
  display: block;
}

@media screen and (min-width: 768px) {
  .comp-calendar-chart {
    margin-top: 20px;
  }
  .comp-calendar-chart table {
    display: block;
    min-width: 100%;
    border-top: 1px solid #1666ac;
    border-left: 1px solid #1666ac;
  }
  .comp-calendar-chart table tbody {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-calendar-chart table tr {
    display: block;
    min-width: unset;
    min-width: 9%;
    max-width: 9%;
    border-left: 0px solid #1666ac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-calendar-chart table tr:nth-of-type(1) {
    min-width: 37%;
    max-width: 37%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-calendar-chart table tr th, .comp-calendar-chart table tr td {
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #1666ac;
    border-bottom: 1px solid #1666ac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-calendar-chart table tr .weekday {
    min-width: 100%;
  }
  .comp-calendar-chart table tr .am, .comp-calendar-chart table tr .pm {
    min-width: 100%;
  }
  .comp-calendar-chart .outline_desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .comp-calendar-chart .outline_desc span {
    display: inline-block;
    padding-left: 10px;
  }
}
.comp-calendar-chart2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.comp-calendar-chart2 table {
  min-width: 100%;
  border-top: 1px solid #1666ac;
}
.comp-calendar-chart2 table tr {
  min-width: 100%;
  border-left: 1px solid #1666ac;
}
.comp-calendar-chart2 table tr th, .comp-calendar-chart2 table tr td {
  text-align: center;
  font-weight: normal;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
  border-right: 1px solid #1666ac;
  border-bottom: 1px solid #1666ac;
  vertical-align: middle;
}
.comp-calendar-chart2 table tr th .small, .comp-calendar-chart2 table tr td .small {
  display: inline;
  font-size: 1.1rem;
}
.comp-calendar-chart2 table tr .weekday {
  min-width: 20%;
}
.comp-calendar-chart2 table tr .am, .comp-calendar-chart2 table tr .pm {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .comp-calendar-chart2 {
    margin-top: 15px;
    margin-top: 20px;
  }
  .comp-calendar-chart2 table {
    display: block;
    min-width: 100%;
    border-top: 1px solid #1666ac;
    border-left: 1px solid #1666ac;
  }
  .comp-calendar-chart2 table tbody {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-calendar-chart2 table tr {
    display: block;
    min-width: unset;
    min-width: 12%;
    max-width: 12%;
    border-left: 0px solid #1666ac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-calendar-chart2 table tr th, .comp-calendar-chart2 table tr td {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    border-right: 1px solid #1666ac;
    border-bottom: 1px solid #1666ac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-calendar-chart2 table tr th .small, .comp-calendar-chart2 table tr td .small {
    display: inline;
    font-size: 1.1rem;
  }
  .comp-calendar-chart2 table tr th {
    min-height: 50px;
  }
  .comp-calendar-chart2 table tr td {
    min-height: 200px;
  }
  .comp-calendar-chart2 table tr .weekday {
    min-width: 100%;
  }
  .comp-calendar-chart2 table tr .am, .comp-calendar-chart2 table tr .pm {
    min-width: 100%;
  }
  .comp-calendar-chart2 table tr:nth-of-type(1) {
    min-width: 16%;
    max-width: 16%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.comp-box-link-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 15px;
  border: 1px solid #1666ac;
}
.comp-box-link-button a.space_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comp-box-link-button a.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-box-link-button a .txt {
  font-size: 1.4rem;
}
.comp-box-link-button a .icon {
  width: 14px;
  margin-right: 8px;
}
.comp-box-link-button a .icon svg .cls-1 {
  fill: #1666ac;
  fill-rule: evenodd;
  stroke-width: 0px;
}
.comp-box-link-button a .arrow {
  width: 14px;
  height: 14px;
}
.comp-box-link-button a .arrow svg .cls-1 {
  fill: none;
  stroke: #1666ac;
}
.comp-box-link-button a .arrow2 {
  width: 14px;
  margin-left: 10px;
  margin-top: 1px;
}
.comp-box-link-button a .arrow2 svg .cls-1 {
  fill: none;
  stroke: #1666ac;
}

@media screen and (min-width: 768px) {
  .comp-box-link-button a {
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    will-change: background, color;
  }
  .comp-box-link-button a .txt {
    font-size: 1.4rem;
  }
  .comp-box-link-button a .icon {
    width: 14px;
    margin-right: 8px;
  }
  .comp-box-link-button a .icon svg .cls-1 {
    fill: #1666ac;
    -webkit-transition: fill 0.2s;
    transition: fill 0.2s;
    will-change: fill;
  }
  .comp-box-link-button a .arrow {
    height: 14px;
    margin-bottom: 8px;
  }
  .comp-box-link-button a .arrow svg .cls-1 {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    will-change: stroke;
  }
  .comp-box-link-button a:hover {
    background: #1666ac;
    color: #fff;
  }
  .comp-box-link-button a:hover .icon {
    width: 14px;
    margin-right: 8px;
  }
  .comp-box-link-button a:hover .icon svg .cls-1 {
    fill: #fff;
  }
  .comp-box-link-button a:hover .arrow svg .cls-1 {
    stroke: #fff;
  }
}
.comp-fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 60px;
  background-color: #1666ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  border-top: 1px solid #ffffff;
}
.comp-fixed-menu .sns_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.comp-fixed-menu .sns_wrap .sns_item {
  position: relative;
  width: 30px;
}
.comp-fixed-menu .sns_wrap .sns_item img {
  width: 100%;
  height: auto;
}
.comp-fixed-menu .sns_wrap .fb {
  position: relative;
}
.comp-fixed-menu .sns_wrap .fb::after {
  content: "";
  position: absolute;
  top: -14px;
  right: -22px;
  width: 1px;
  height: 70px;
  background-color: #fff;
}
.comp-fixed-menu .button_wrap {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.comp-fixed-menu .button_wrap #reservationButton {
  width: 50%;
  height: 60px;
  background: #1a9997;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.comp-fixed-menu .button_wrap #reservationButton .icon {
  display: none;
}
.comp-fixed-menu .button_wrap #reservationButton .txt {
  font-size: 1.6rem;
}
.comp-fixed-menu .button_wrap #reservationButton .txt::before {
  display: inline;
  content: "予約・問診";
}
.comp-fixed-menu .button_wrap #reservationButton.menu_open {
  background: #1666ac;
}
.comp-fixed-menu .button_wrap #reservationButton.menu_open .txt::before {
  content: "閉じる";
}
.comp-fixed-menu .button_wrap .ai {
  width: 50%;
  height: 60px;
  background: #6fadd2;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin: 0;
}
.comp-fixed-menu .button_wrap .ai .icon {
  display: none;
}
.comp-fixed-menu .button_wrap .ai .txt {
  font-size: 1.6rem;
}
.comp-fixed-menu .button_wrap .ai .txt::before {
  display: inline;
  content: "AIチャット";
}

@media screen and (min-width: 768px) {
  .comp-fixed-menu {
    border-top: none;
    background-color: transparent;
    width: 100%;
    height: 100px;
    padding: 0 30px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10000;
  }
  .comp-fixed-menu .sns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .comp-fixed-menu .sns_wrap .sns_item {
    height: auto;
  }
  .comp-fixed-menu .sns_wrap .sns_item:nth-last-child(1) {
    margin-right: 0;
  }
  .comp-fixed-menu .sns_wrap .sns_item img {
    height: 100%;
    width: auto;
    display: block;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    min-width: 29px;
    min-height: 29px;
  }
  .comp-fixed-menu .sns_wrap .ig {
    background-color: #1666ac;
    padding: 13px;
    border-radius: 10px;
  }
  .comp-fixed-menu .sns_wrap .fb {
    background-color: #1666ac;
    padding: 13px;
    border-radius: 10px;
  }
  .comp-fixed-menu .sns_wrap .fb::after {
    display: none;
  }
  .comp-fixed-menu .button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 600px;
  }
  .comp-fixed-menu .button_wrap #reservationButton {
    width: 45%;
    height: auto;
    border: 1px solid #fff;
    background: #1a9997;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100px;
    padding: 10px 0;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: background 0.2s;
    will-change: background;
  }
  .comp-fixed-menu .button_wrap #reservationButton .icon {
    width: 36px;
    margin-right: 10px;
    display: block;
  }
  .comp-fixed-menu .button_wrap #reservationButton .txt {
    font-size: 1.6rem;
  }
  .comp-fixed-menu .button_wrap #reservationButton .txt::before {
    display: inline;
    content: "予約・問診";
  }
  .comp-fixed-menu .button_wrap #reservationButton.menu_open {
    background: #1666ac;
  }
  .comp-fixed-menu .button_wrap #reservationButton.menu_open .txt::before {
    content: "メニューを閉じる";
  }
  .comp-fixed-menu .button_wrap #reservationButton:hover {
    background: #3dae38;
  }
  .comp-fixed-menu .button_wrap .ai {
    width: 45%;
    height: auto;
    border: 1px solid #fff;
    background: #6fadd2;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    will-change: background;
    font-size: 1.6rem;
    margin: 0;
  }
  .comp-fixed-menu .button_wrap .ai .icon {
    width: 36px;
    margin-right: 10px;
    display: block;
  }
  .comp-fixed-menu .button_wrap .ai .txt {
    font-size: 1.6rem;
  }
  .comp-fixed-menu .button_wrap .ai .txt::before {
    display: inline;
    content: "24時間対応：AIチャット";
  }
  .comp-fixed-menu .button_wrap .ai:hover {
    background: #1666ac;
  }
}
.comp-reservation-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: var(--wHeightPx);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #f4f4f4;
  overflow: hidden;
}
.comp-reservation-pop::before, .comp-reservation-pop::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
}
.comp-reservation-pop::before {
  width: 100%;
  background: #1666ac;
}
.comp-reservation-pop::after {
  width: 100px;
  background: #1a9997;
}
.comp-reservation-pop.open {
  opacity: 1;
  pointer-events: all;
}
.comp-reservation-pop .hum_close {
  position: fixed;
  top: 5px;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10001;
}
.comp-reservation-pop .hum_close svg {
  width: 25px;
}
.comp-reservation-pop .hum_close svg .cls-1 {
  fill: none;
  stroke: #1666ac;
}
.comp-reservation-pop .hummenu_inner {
  width: 100vw;
  height: calc(var(--wHeightPx));
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.comp-reservation-pop .hummenu_inner::-webkit-scrollbar {
  display: none;
}
.comp-reservation-pop .hummenu_inner .comp-section-ttl {
  padding-top: 60px;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comp-reservation-pop .hummenu_inner .menu_wrapper {
    width: 78%;
    max-width: 1300px;
  }
}
.comp-reservation-pop .hummenu_inner .menu_wrapper {
  margin-top: 40px;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item {
  background: #fff;
  border-radius: 0 20px 20px 0;
  /*padding: 35px 25px 25px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  margin-bottom: 20px;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #1666ac;
  border-radius: 0 20px 0 0;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .menu_name, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .menu_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .menu_name .icon, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .menu_name .icon {
  width: 40px;
  margin-right: 10px;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .menu_name .txt, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .menu_name .txt {
  font-size: 1.6rem;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .arrow, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .arrow {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .arrow svg .cls-1, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .arrow svg .cls-1 {
  fill: none;
  stroke: #fff;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button.monshin_button, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a.monshin_button {
  background: #1666ac;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button.reserve_button, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a.reserve_button {
  background: #1a9997;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button.line_button, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a.line_button {
  background: #3dae38;
}
.comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item .menu_description {
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.comp-reservation-pop .hummenu_inner .reservation_lead_txt {
  margin-top: 30px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comp-reservation-pop .hummenu_inner .reservation_lead_txt {
    width: 78%;
    max-width: 1300px;
  }
}
.comp-reservation-pop .hummenu_inner .reservation_lead_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .comp-reservation-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    will-change: opacity;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-reservation-pop::before, .comp-reservation-pop::after {
    display: none;
  }
  .comp-reservation-pop.open {
    opacity: 1;
    pointer-events: all;
  }
  .comp-reservation-pop .hum_close {
    width: 100px;
    height: 100px;
  }
  .comp-reservation-pop .hum_close svg {
    width: 40px;
  }
  .comp-reservation-pop .hum_close svg .cls-1 {
    fill: none;
    stroke: #fff;
  }
  .comp-reservation-pop .hummenu_inner {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 1100px;
    height: auto;
    background: #f4f4f4;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
            box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .comp-reservation-pop .hummenu_inner {
    width: 78%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .comp-reservation-pop .hummenu_inner .comp-section-ttl {
    padding-top: 0px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item {
    width: calc(33% - 15px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0px;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a {
    width: 100%;
    border-radius: 0 20px 0 0;
    padding: 15px 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button:hover, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a:hover {
    opacity: 0.75;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .arrow, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .arrow {
    width: 14px;
    height: 18px;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item button .arrow svg .cls-1, .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item a .arrow svg .cls-1 {
    fill: none;
    stroke: #fff;
  }
  .comp-reservation-pop .hummenu_inner .menu_wrapper .menu_item .menu_description {
    padding: 20px 25px;
  }
  .comp-reservation-pop .hummenu_inner .reservation_lead_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0px;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 0px;
  }
  .comp-reservation-pop .hummenu_inner .reservation_lead_txt p span {
    display: block;
  }
}
/* トップページ */
.comp-index-visual {
  position: relative;
}
.comp-index-visual .index_kv {
  width: 100%;
  background: #f4f4f4;
  height: calc(var(--wHeightFixedPx) - 80px - 60px);
  max-height: 550px;
}
.comp-index-visual .index_kv .ttl_wrapper {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 120px;
}
.comp-index-visual .index_kv .ttl_wrapper .ttl_logo {
  display: block;
  width: 60px;
  margin: 0 auto 30px;
}
.comp-index-visual .index_kv .ttl_wrapper .main_ttl {
  font-size: 1.6rem;
  line-height: 1.61;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
.comp-index-visual .index_kv .ttl_wrapper .main_ttl .paragaraph {
  display: block;
}
.comp-index-visual .index_kv .ttl_wrapper .main_ttl .paragaraph span {
  display: block;
}
.comp-index-visual .index_kv .kv_slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(var(--wHeightFixedPx) - 80px - 60px);
  max-height: 550px;
}
.comp-index-visual .index_kv .kv_slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
}
.comp-index-visual .index_kv .kv_slider li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  will-change: opacity;
}
@media screen and (max-width: 768px) {
  .comp-index-visual .index_kv .kv_slider li {
    background-image: none !important;
  }
}
.comp-index-visual .index_kv .kv_slider li .slide_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comp-index-visual .index_kv .kv_slider li .description {
  position: relative;
  z-index: 100;
  font-size: 1.8rem;
  line-height: 1.61;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  will-change: opacity;
}
.comp-index-visual .index_kv .kv_slider li .description span {
  display: block;
}
.comp-index-visual .index_kv .kv_slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comp-index-visual .index_kv .kv_slider li.display_slide {
  opacity: 1;
}
.comp-index-visual .index_kv .kv_slider li.display_slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.comp-index-visual .index_kv .kv_slider li.display_slide2::after {
  opacity: 1;
}
.comp-index-visual .index_kv .kv_slider li.display_slide2 .description {
  opacity: 1;
}
.comp-index-visual .slider_dots {
  position: relative;
  z-index: 100;
  display: block;
  margin: 40px auto;
}
.comp-index-visual .slider_dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-index-visual .slider_dots ul li:not(:last-child) {
  margin-right: 15px;
}
.comp-index-visual .slider_dots ul li button {
  width: 10px;
  height: 10px;
  background: #b1b1b1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  will-change: background;
}
.comp-index-visual .slider_dots ul li button.active_button {
  background: #ba9b7a;
}

@media screen and (min-width: 768px) {
  .comp-index-visual {
    position: relative;
  }
  .comp-index-visual .index_kv {
    height: 32vw;
    max-height: 600px;
  }
  .comp-index-visual .index_kv .ttl_wrapper {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    height: 64px;
    padding-top: 0px;
  }
  .comp-index-visual .index_kv .ttl_wrapper .ttl_logo {
    display: block;
    width: 60px;
    margin: 0 auto 30px;
  }
  .comp-index-visual .index_kv .kv_slider {
    height: 32vw;
    max-height: 600px;
  }
  .comp-index-visual .index_kv .kv_slider::after {
    background: rgba(0, 0, 0, 0.25);
  }
  .comp-index-visual .index_kv .kv_slider li {
    height: 32vw;
    max-height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: cover;
  }
  .comp-index-visual .index_kv .kv_slider li img {
    display: none;
  }
  .comp-index-visual .index_kv .kv_slider li .description {
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 0;
  }
  .comp-index-visual .index_kv .kv_slider li .description span {
    display: inline;
  }
  .comp-index-visual .slider_dots {
    margin: 50px auto;
  }
}
.comp-index-menu .menu_item {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comp-index-menu .menu_item {
    width: 78%;
    max-width: 1300px;
  }
}
.comp-index-menu .menu_item {
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  overflow: hidden;
  margin-bottom: 15px;
}
.comp-index-menu .menu_item a {
  display: block;
  color: inherit;
}
.comp-index-menu .menu_item a .menu_img {
  display: block;
}
.comp-index-menu .menu_item a .menu_txt {
  display: block;
  padding: 20px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-index-menu .menu_item a .menu_txt .menu_ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.comp-index-menu .menu_item a .menu_txt .menu_ttl .dot {
  display: block;
}
.comp-index-menu .menu_item a .menu_txt .menu_desc {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.comp-index-menu .menu_item a .menu_txt .link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.comp-index-menu .menu_item a .menu_txt .link_button .txt {
  font-size: 1.4rem;
  margin-right: 6px;
}
.comp-index-menu .menu_item a .menu_txt .link_button .arrow {
  width: 10px;
}
.comp-index-menu .menu_item a .menu_txt .link_button .arrow .cls-1 {
  fill: none;
  stroke: #1666ac;
  stroke-miterlimit: 4;
  stroke-width: 2px;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
  will-change: stroke;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner {
  display: block;
  color: inherit;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_img {
  display: block;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt {
  display: block;
  padding: 20px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_ttl .dot {
  display: block;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_desc {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button .txt {
  font-size: 1.4rem;
  margin-right: 6px;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button .arrow {
  width: 10px;
}
.comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button .arrow .cls-1 {
  fill: none;
  stroke: #1666ac;
  stroke-miterlimit: 4;
  stroke-width: 2px;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
  will-change: stroke;
}
.comp-index-menu .menu_item.-pe-none span.arrow {
  width: 10px;
  display: inline-block;
  margin-left: 6px;
}
.comp-index-menu .menu_item.-pe-none span.arrow .cls-1 {
  fill: none;
  stroke: #1666ac;
  stroke-miterlimit: 4;
  stroke-width: 2px;
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
  will-change: stroke;
}

@media screen and (min-width: 768px) {
  .comp-index-menu .menu_item {
    margin-bottom: 20px;
    min-width: 1120px;
  }
  .comp-index-menu .menu_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    will-change: color;
  }
  .comp-index-menu .menu_item a .menu_img {
    width: 50%;
    overflow: hidden;
  }
  .comp-index-menu .menu_item a .menu_img img {
    border-radius: 20px 0 0 20px;
    -webkit-transition: -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: transform 0.2s, filter 0.2s;
    transition: transform 0.2s, filter 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    will-change: transform, filter;
  }
  .comp-index-menu .menu_item a .menu_txt {
    width: 50%;
    padding: 0 60px;
  }
  .comp-index-menu .menu_item a .menu_txt .menu_ttl {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .comp-index-menu .menu_item a .menu_txt .menu_ttl .dot {
    display: inline;
    content: "・";
  }
  .comp-index-menu .menu_item a .menu_txt .menu_desc {
    text-align: left;
    font-size: 1.6rem;
  }
  .comp-index-menu .menu_item a .menu_txt .menu_desc br {
    display: none;
  }
  .comp-index-menu .menu_item a .menu_txt .link_button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: 0px;
  }
  .comp-index-menu .menu_item a .menu_txt .link_button .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .comp-index-menu .menu_item a .menu_txt .link_button .arrow {
    width: 12px;
  }
  .comp-index-menu .menu_item a:hover {
    color: #1a9997;
  }
  .comp-index-menu .menu_item a:hover .menu_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(95%);
            filter: brightness(95%);
  }
  .comp-index-menu .menu_item a:hover .menu_txt .link_button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: 0px;
  }
  .comp-index-menu .menu_item a:hover .menu_txt .link_button .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .comp-index-menu .menu_item a:hover .menu_txt .link_button .arrow {
    width: 12px;
  }
  .comp-index-menu .menu_item a:hover .menu_txt .link_button .arrow .cls-1 {
    stroke: #1a9997;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    will-change: color;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_img {
    width: 50%;
    overflow: hidden;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_img img {
    border-radius: 20px 0 0 20px;
    -webkit-transition: -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: -webkit-transform 0.2s, -webkit-filter 0.2s;
    transition: transform 0.2s, filter 0.2s;
    transition: transform 0.2s, filter 0.2s, -webkit-transform 0.2s, -webkit-filter 0.2s;
    will-change: transform, filter;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 60px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_ttl {
    display: block;
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_ttl .dot {
    display: inline;
    content: "・";
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_desc {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .menu_desc br {
    display: none;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: 0px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner .menu_txt .link_button .arrow {
    width: 12px;
    display: inline-block;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover {
    color: #1a9997;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover .menu_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(95%);
            filter: brightness(95%);
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover .menu_txt .link_button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin-top: 0px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover .menu_txt .link_button .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover .menu_txt .link_button .arrow {
    width: 12px;
  }
  .comp-index-menu .menu_item.-pe-none .menu_item_inner:hover .menu_txt .link_button .arrow .cls-1 {
    stroke: #1a9997;
  }
}
/* 診断内容 */
.comp-service-list {
  padding-top: 15px;
}
.comp-service-list .service_item {
  border-radius: 20px;
  background: #f4f4f4;
}
.comp-service-list .service_item:not(:last-child) {
  margin-bottom: 10px;
}
.comp-service-list .service_item a {
  display: block;
  color: inherit;
  border-radius: 20px;
  padding: 30px 20px 20px;
  background: #f4f4f4;
}
.comp-service-list .service_item a .service_icon {
  display: block;
  width: 80px;
  height: 80px;
  background: #1666ac;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.comp-service-list .service_item a .service_icon img {
  width: 100%;
}
.comp-service-list .service_item a .service_txt {
  display: block;
}
.comp-service-list .service_item a .service_txt .service_ttl, .comp-service-list .service_item a .service_txt .h2_ttl {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.56;
}
.comp-service-list .service_item a .service_txt .service_ttl span, .comp-service-list .service_item a .service_txt .h2_ttl span {
  display: block;
}
.comp-service-list .service_item a .service_txt .service_ttl span.small, .comp-service-list .service_item a .service_txt .h2_ttl span.small {
  font-size: 1.1rem;
}
.comp-service-list .service_item a .service_txt .service_desc {
  display: block;
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.comp-service-list .service_item a .link_button {
  margin-top: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-service-list .service_item a .link_button .txt {
  font-size: 1.4rem;
  margin-right: 6px;
}
.comp-service-list .service_item a .link_button .arrow {
  width: 10px;
}
.comp-service-list .service_item a .link_button .arrow .cls-1 {
  fill: none;
  stroke: #1766ac;
  stroke-miterlimit: 4;
  stroke-width: 2px;
}

@media screen and (min-width: 768px) {
  .comp-service-list {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .comp-service-list .service_item {
    width: calc(50% - 7.5px);
    margin-bottom: 15px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-service-list .service_item.full {
    width: 100%;
  }
  .comp-service-list .service_item a {
    padding: 50px 0;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    will-change: color, background;
  }
  .comp-service-list .service_item a .service_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    will-change: background;
  }
  .comp-service-list .service_item a .service_txt .service_ttl, .comp-service-list .service_item a .service_txt .h2_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .comp-service-list .service_item a .service_txt .service_ttl span, .comp-service-list .service_item a .service_txt .h2_ttl span {
    display: inline;
  }
  .comp-service-list .service_item a .service_txt .service_ttl span.small, .comp-service-list .service_item a .service_txt .h2_ttl span.small {
    display: block;
    padding-top: 3px;
    font-size: 1.4rem;
  }
  .comp-service-list .service_item a .service_txt .service_ttl span.dots::before, .comp-service-list .service_item a .service_txt .h2_ttl span.dots::before {
    display: inline;
    content: "・";
  }
  .comp-service-list .service_item a .service_txt .service_desc {
    text-align: center;
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .comp-service-list .service_item a .service_txt .service_desc span {
    display: block;
  }
  .comp-service-list .service_item a .link_button {
    margin-top: 30px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-service-list .service_item a .link_button .txt {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  .comp-service-list .service_item a .link_button .arrow {
    width: 12px;
  }
  .comp-service-list .service_item a .link_button .arrow .cls-1 {
    fill: none;
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
    will-change: stroke;
  }
  .comp-service-list .service_item a:hover {
    color: #1a9997;
    background: #fafafa;
  }
  .comp-service-list .service_item a:hover .service_icon {
    background: #1a9997;
  }
  .comp-service-list .service_item a:hover .link_button .arrow .cls-1 {
    stroke: #1a9997;
  }
}
.comp-treatment-title {
  position: relative;
  margin-bottom: 30px;
  height: 40vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f0f1), to(#cecfcf));
  background-image: linear-gradient(to right, #f1f0f1 0%, #cecfcf 100%);
  border-bottom: 5px solid #1666ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comp-treatment-title::before {
  display: block;
  content: "";
  width: 100px;
  height: 5px;
  background: #1a9997;
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 100;
}
.comp-treatment-title .treatment_ttl {
  position: relative;
  z-index: 10;
  padding: 0px 7vw;
}
.comp-treatment-title .treatment_ttl .ttl_inner {
  text-align: center;
}
.comp-treatment-title .treatment_ttl .ttl_inner .ttl_main {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.comp-treatment-title .treatment_ttl .ttl_inner .ttl_main .dot {
  display: block;
  line-height: 1.8;
  margin-bottom: -5px;
}
.comp-treatment-title .treatment_ttl .ttl_inner .ttl_description {
  font-size: 1.4rem;
  line-height: 1.57;
}
.comp-treatment-title .treatment_sp_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
}
@media screen and (max-width: 767px) {
  .comp-treatment-title .treatment_sp_img {
    background-image: none !important;
  }
}
.comp-treatment-title .treatment_sp_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .comp-treatment-title {
    margin-bottom: 100px;
    height: 24vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .comp-treatment-title .treatment_ttl {
    padding: 0;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .comp-treatment-title .treatment_ttl {
    width: 78%;
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .comp-treatment-title .treatment_ttl .ttl_inner {
    text-align: left;
  }
  .comp-treatment-title .treatment_ttl .ttl_inner .ttl_main {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .comp-treatment-title .treatment_ttl .ttl_inner .ttl_description {
    font-size: 1.6rem;
  }
  .comp-treatment-title .treatment_ttl .ttl_inner .ttl_description br {
    display: none;
  }
  .comp-treatment-title .treatment_sp_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: cover;
  }
  .comp-treatment-title .treatment_sp_img img {
    display: none;
  }
}
.comp-table-layout {
  position: relative;
}
.comp-table-layout.margin {
  margin-top: 15px;
}
.comp-table-layout .fixed_sp_table {
  background: transparent;
  pointer-events: none;
  position: absolute;
  background: #E7EFF6;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.comp-table-layout .fixed_sp_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.comp-table-layout .fixed_sp_table th, .comp-table-layout .fixed_sp_table td {
  width: 100%;
  opacity: 0;
  border-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comp-table-layout .fixed_sp_table th.align_left, .comp-table-layout .fixed_sp_table td.align_left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comp-table-layout .fixed_sp_table th .medium, .comp-table-layout .fixed_sp_table td .medium {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}
.comp-table-layout .fixed_sp_table th:nth-of-type(1), .comp-table-layout .fixed_sp_table td:nth-of-type(1) {
  opacity: 1;
}
.comp-table-layout .fixed_sp_table p, .comp-table-layout .fixed_sp_table li {
  font-size: 1.2rem;
}
.comp-table-layout table {
  width: calc(100% - 8vw);
  border-collapse: collapse;
  border-spacing: 0;
}
.comp-table-layout table th {
  font-weight: normal;
  background: #E7EFF6;
  padding: 10px;
  line-height: 1.6;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table th.align_left {
  text-align: left;
}
.comp-table-layout table th .medium {
  display: block;
  font-size: 1.2rem;
}
.comp-table-layout table td {
  vertical-align: middle;
  padding: 10px 10px;
  line-height: 1.6;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table td .tit {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.comp-table-layout table td .medium {
  display: block;
  font-size: 1.2rem;
}
.comp-table-layout table td .small {
  display: block;
  font-size: 1rem;
  width: 120%;
  margin-left: -10%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.comp-table-layout table .align_left {
  text-align: left;
}
.comp-table-layout table .width100 {
  max-width: 100px;
  min-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table .width160 {
  max-width: 160px;
  min-width: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table .width200 {
  max-width: 200px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table .width250 {
  max-width: 250px;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table .width300 {
  max-width: 300px;
  min-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-table-layout table thead th {
  background: rgba(22, 102, 172, 0.7);
  color: #fff;
}
.comp-table-layout table thead td {
  background: rgba(22, 102, 172, 0.1);
}
.comp-table-layout .scroll_wrap {
  width: calc(100% + 25px);
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.comp-table-layout .scroll_wrap::-webkit-scrollbar {
  display: none;
}
.comp-table-layout .scroll_wrap .table_inner {
  width: 940px;
}
.comp-table-layout .table_note {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .comp-table-layout {
    position: relative;
  }
  .comp-table-layout.margin {
    margin-top: 25px;
  }
  .comp-table-layout .fixed_sp_table {
    display: none;
  }
  .comp-table-layout p, .comp-table-layout li {
    font-size: 1.4rem;
  }
  .comp-table-layout table {
    width: 100%;
  }
  .comp-table-layout table tr th {
    font-size: 1.4rem;
    padding: 10px 10px;
  }
  .comp-table-layout table tr th .medium {
    display: inline;
    font-size: 1.2rem;
  }
  .comp-table-layout table tr td {
    font-size: 1.4rem;
  }
  .comp-table-layout .scroll_wrap {
    width: 100%;
    overflow: hidden;
  }
  .comp-table-layout .scroll_wrap .table_inner {
    max-width: 100% !important;
    width: 100%;
  }
  .comp-table-layout .table_note {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px;
  }
}
.comp-control-step {
  margin-top: 20px;
}
.comp-control-step .step_item {
  margin-bottom: 30px;
}
.comp-control-step .step_item .title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comp-control-step .step_item .title_wrapper .icon {
  width: 40px;
  margin-right: 10px;
}
.comp-control-step .step_item .title_wrapper .step_tiel {
  width: calc(100% - 50px);
  font-size: 1.5rem;
  line-height: 1.6;
}
.comp-control-step .step_item .step_content .question_wrap {
  margin-top: 20px;
}
.comp-control-step .step_item .step_content .question_wrap .question_item {
  margin-bottom: 30px;
}
.comp-control-step .step_item .step_content .question_wrap .question_item .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.comp-control-step .step_item .step_content .question_wrap .question_item .content {
  font-size: 1.4rem;
  line-height: 1.6;
}
.comp-control-step .step_item .step_content .question_wrap .question_item .content span {
  text-decoration: underline;
}
.comp-control-step .step_item .step_content .question_wrap .number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #1666ac;
  margin-top: 15px;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item {
  width: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1666ac;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(1) {
  background: #C4CDE7;
  border-right: 1px solid #1666ac;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(2) {
  background: #CED5EA;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(3) {
  background: #E1E3F2;
  border-right: 1px solid #1666ac;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(4) {
  background: #E9EBF6;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(5) {
  background: #ECF0F7;
  border-right: 1px solid #1666ac;
  border-bottom: 0px;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item .content {
  width: calc(100% - 32px);
  margin-right: 10px;
  font-size: 1.2rem;
}
.comp-control-step .step_item .step_content .question_wrap .number_box .number_item .number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #1666ac;
}

@media screen and (min-width: 768px) {
  .comp-control-step {
    margin-top: 40px;
  }
  .comp-control-step .step_item {
    margin-bottom: 50px;
  }
  .comp-control-step .step_item .title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .comp-control-step .step_item .title_wrapper .icon {
    width: 80px;
    margin-right: 20px;
  }
  .comp-control-step .step_item .title_wrapper .step_tiel {
    width: calc(100% - 100px);
    font-size: 2rem;
    line-height: 1.6;
  }
  .comp-control-step .step_item .step_content {
    padding: 0 10px;
  }
  .comp-control-step .step_item .step_content .question_wrap {
    margin-top: 20px;
  }
  .comp-control-step .step_item .step_content .question_wrap .question_item {
    margin-bottom: 50px;
  }
  .comp-control-step .step_item .step_content .question_wrap .question_item .question_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 25px;
  }
  .comp-control-step .step_item .step_content .question_wrap .question_item .ttl {
    width: 70px;
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
  .comp-control-step .step_item .step_content .question_wrap .question_item .content {
    width: calc(100% - 70px);
    font-size: 1.8rem;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #1666ac;
    margin-top: 15px;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item {
    width: 20%;
    padding: 15px;
    border-bottom: 0px solid #1666ac;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(2) {
    border-right: 1px solid #1666ac;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(4) {
    border-right: 1px solid #1666ac;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item:nth-of-type(5) {
    border-right: 0px solid #1666ac;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item .content {
    width: calc(100% - 42px);
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .comp-control-step .step_item .step_content .question_wrap .number_box .number_item .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
  }
}
/* 当院について */
.comp-clinic-features .features_item {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comp-clinic-features .features_item {
    width: 78%;
    max-width: 1300px;
  }
}
.comp-clinic-features .features_item {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.comp-clinic-features .features_item .features_img .img_pc {
  display: none;
}
.comp-clinic-features .features_item .features_txt {
  padding: 25px;
}
.comp-clinic-features .features_item .features_txt .features_num {
  display: inline-block;
  width: 80px;
  border-radius: 5px 20px 5px 20px;
  background: #1666ac;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.comp-clinic-features .features_item .features_txt .features_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
}
.comp-clinic-features .features_item .features_txt .features_desc {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.comp-clinic-features .features_item .features_txt .features_desc hr {
  border: none;
  margin: 0;
  padding: 0;
  height: 15px;
  background: transparent;
}
.comp-clinic-features .features_item .features_txt .features_desc .examples {
  margin-top: 15px;
  border-top: 1px solid #1666ac;
  border-left: 1px solid #1666ac;
  border-right: 1px solid #1666ac;
}
.comp-clinic-features .features_item .features_txt .features_desc .examples li {
  text-align: center;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid #1666ac;
}
.comp-clinic-features .features_item .features_txt .features_desc .examples li span {
  display: block;
  font-size: 1.1rem;
}
.comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button {
  margin-top: 15px;
}
.comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button a {
  padding: 10px 15px;
}
.comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button a .arrow2 {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .comp-clinic-features .features_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 1150px;
  }
  .comp-clinic-features .features_item .features_img {
    width: 35%;
  }
  .comp-clinic-features .features_item .features_img .img_sp {
    display: none;
  }
  .comp-clinic-features .features_item .features_img .img_pc {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  .comp-clinic-features .features_item .features_txt {
    width: 65%;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comp-clinic-features .features_item .features_txt .features_num {
    width: 100px;
    border-radius: 5px 20px 5px 20px;
    padding: 10px 0;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .comp-clinic-features .features_item .features_txt .features_ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
  .comp-clinic-features .features_item .features_txt .features_ttl br {
    display: none;
  }
  .comp-clinic-features .features_item .features_txt .features_desc {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .examples {
    margin-top: 15px;
    border: 0px solid #1666ac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .examples li {
    width: auto;
    text-align: center;
    line-height: 1.5;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #1666ac;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .examples li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .examples li.full {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: auto;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .examples li.full span {
    display: inline-block;
    padding-left: 5px;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button {
    margin-top: 20px;
    max-width: 240px;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button a .arrow2 {
    margin-top: 2px;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button a .arrow2 .cls-1 {
    -webkit-transition: stroke 0.2s;
    transition: stroke 0.2s;
  }
  .comp-clinic-features .features_item .features_txt .features_desc .comp-box-link-button a:hover .arrow2 .cls-1 {
    stroke: #fff;
  }
}
/* 医師紹介 */
.comp-doctor-list {
  padding-top: 15px;
}
.comp-doctor-list .doctor_item {
  margin-bottom: 10px;
}
.comp-doctor-list .doctor_item:not(:last-child) {
  margin-bottom: 40px;
}
.comp-doctor-list .doctor_item .doctor_img {
  margin-bottom: 30px;
}
.comp-doctor-list .doctor_item .doctor_img img {
  border-radius: 100px 0 100px 0;
}
.comp-doctor-list .doctor_item .doctor_name {
  text-align: center;
}
.comp-doctor-list .doctor_item .doctor_name .position {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.comp-doctor-list .doctor_item .doctor_name .name {
  font-size: 2rem;
}
.comp-doctor-list .doctor_item .doctor_name .decoration {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #1666ac;
  margin: 20px auto 20px;
}
.comp-doctor-list .doctor_item .doctor_name .decoration::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #1a9997;
}
.comp-doctor-list .doctor_item .doctor_name .name_en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.comp-doctor-list .doctor_item .doctor_profile {
  margin-top: 30px;
}
.comp-doctor-list .doctor_item .doctor_profile .profile_item:not(:last-child) {
  margin-bottom: 30px;
}
.comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_ttl {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #ba9b7a;
}
.comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li {
  font-size: 1.3rem;
  line-height: 1.6;
}
.comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li:not(:last-child) {
  margin-bottom: 10px;
}
.comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li .date {
  display: block;
}
.comp-doctor-list .doctor_item.no_img .doctor_name {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .comp-doctor-list {
    padding: 15px 0 0;
  }
  .comp-doctor-list .doctor_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 40px 40px 60px;
    margin-bottom: 20px;
  }
  .comp-doctor-list .doctor_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .comp-doctor-list .doctor_item .doctor_img {
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0px;
  }
  .comp-doctor-list .doctor_item .doctor_img img {
    border-radius: 180px 0 180px 0;
  }
  .comp-doctor-list .doctor_item .doctor_name {
    width: 40%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(-30px, 10px);
            transform: translate(-30px, 10px);
  }
  .comp-doctor-list .doctor_item .doctor_name .position {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .comp-doctor-list .doctor_item .doctor_name .name {
    font-size: 2.4rem;
  }
  .comp-doctor-list .doctor_item .doctor_name .decoration {
    display: block;
    width: 40px;
    height: 2px;
    margin: 25px 0;
  }
  .comp-doctor-list .doctor_item .doctor_name .name_en {
    font-size: 1.6rem;
  }
  .comp-doctor-list .doctor_item .doctor_profile {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px 0;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item {
    width: 48%;
    margin-right: 4%;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item.full {
    width: 100%;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_ttl {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ba9b7a;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li:not(:last-child) {
    margin-bottom: 10px;
  }
  .comp-doctor-list .doctor_item .doctor_profile .profile_item .profile_detail li .date {
    display: block;
  }
  .comp-doctor-list .doctor_item.no_img {
    position: relative;
    padding: 60px 40px;
  }
  .comp-doctor-list .doctor_item.no_img .doctor_name {
    margin-bottom: 0px;
  }
  .comp-doctor-list .doctor_item.no_img .doctor_profile {
    width: 60%;
    border-left: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    padding-left: 60px;
  }
  .comp-doctor-list .doctor_item.no_img .doctor_profile .profile_item {
    width: 100%;
  }
  .comp-doctor-list .doctor_item.no_img .doctor_profile .profile_item .profile_detail {
    display: block;
  }
  .comp-doctor-list .doctor_item.no_img .doctor_profile .profile_item .profile_detail li {
    margin-right: 0;
  }
}
/* ご受診の方へ */
.comp-consultation-flow .flow_item {
  margin-bottom: 30px;
}
.comp-consultation-flow .flow_item:nth-last-child(1) {
  margin-bottom: 10px;
}
.comp-consultation-flow .flow_item .flow_ttl {
  width: 135px;
  margin: 0 auto 15px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  background: #1666ac;
  border-radius: 0 20px 0 20px;
}
.comp-consultation-flow .flow_item .flow_desc p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.comp-consultation-flow .flow_item .flow_desc p:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comp-consultation-flow .flow_item {
    margin-bottom: 40px;
  }
  .comp-consultation-flow .flow_item .flow_ttl {
    width: 200px;
    margin: 0 auto 25px;
    padding: 12px 0;
    font-size: 2rem;
  }
  .comp-consultation-flow .flow_item .flow_desc p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
  }
  .comp-consultation-flow .flow_item .flow_desc p span {
    display: block;
  }
}
.comp-notice-list ul li {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
.comp-notice-list ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1666ac;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .comp-notice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comp-notice-list ul li {
    position: relative;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .comp-notice-list ul li::before {
    top: 10px;
  }
}
.comp-reservation-link .link_item {
  margin-bottom: 10px;
}
.comp-reservation-link .link_item:nth-last-child(1) {
  margin-bottom: 0;
}
.comp-reservation-link .link_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1666ac;
  padding: 10px 15px;
  border-radius: 0 20px 0 20px;
  color: #fff;
}
.comp-reservation-link .link_item a .link_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-reservation-link .link_item a .link_name .icon {
  width: 40px;
  margin-right: 12px;
}
.comp-reservation-link .link_item a .link_name .txt {
  font-size: 1.4rem;
}
.comp-reservation-link .link_item a .arrow {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.comp-reservation-link .link_item a .arrow svg .cls-1 {
  fill: none;
  stroke: #fff;
}
.comp-reservation-link .link_item a.monshin {
  background: #1666ac;
}
.comp-reservation-link .link_item a.reservation {
  background: #1a9997;
}
.comp-reservation-link .link_item a.line {
  background: #3dae38;
}

@media screen and (min-width: 768px) {
  .comp-reservation-link {
    max-width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-reservation-link .link_item {
    width: calc(33% - 15px);
    margin-bottom: 0px;
  }
  .comp-reservation-link .link_item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .comp-reservation-link .link_item a {
    padding: 10px 15px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-reservation-link .link_item a:hover {
    opacity: 0.75;
  }
  .comp-reservation-link .link_item a .link_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp-reservation-link .link_item a .link_name .icon {
    width: 40px;
    margin-right: 12px;
  }
  .comp-reservation-link .link_item a .link_name .txt {
    font-size: 1.5rem;
  }
  .comp-reservation-link .link_item a.monshin {
    background: #1666ac;
  }
  .comp-reservation-link .link_item a.reservation {
    background: #1a9997;
  }
  .comp-reservation-link .link_item a.line {
    background: #3dae38;
  }
}
/* お知らせ */
.comp-news-list {
  padding-top: 10px;
}
.comp-news-list .news_item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.comp-news-list .news_item:nth-last-child(1) {
  padding-bottom: 0px;
  border-bottom: 0px solid #d8d8d8;
}
.comp-news-list .news_item a {
  display: block;
  color: inherit;
}
.comp-news-list .news_item .date {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.comp-news-list .news_item .news_ttl {
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.7;
}
.comp-news-list.limited .news_item:nth-of-type(n + 4) {
  display: none;
}

@media screen and (min-width: 768px) {
  .comp-news-list {
    max-width: unset;
  }
  .comp-news-list .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .comp-news-list .news_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .comp-news-list .news_item .date {
    width: 133px;
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .comp-news-list .news_item .news_ttl {
    width: calc(100% - 133px);
    font-size: 1.6rem;
  }
}
.comp-news-detail {
  margin-top: 50px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comp-news-detail {
    width: 78%;
    max-width: 1300px;
  }
}
.comp-news-detail .news_item {
  display: block;
  color: inherit;
  border-radius: 20px;
  padding: 35px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
          box-shadow: 0 -2px 6px 0 rgba(216, 216, 216, 0.5);
}
.comp-news-detail .news_item .news_header {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1666ac;
}
.comp-news-detail .news_item .news_header .date {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.comp-news-detail .news_item .news_header .news_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
}
.comp-news-detail .news_item .news_content p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1em;
}
.comp-news-detail .news_item .news_content p a {
  color: #1a9997;
  text-decoration: underline;
}
.comp-news-detail .news_item .news_content p:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comp-news-detail .news_item {
    padding: 60px 100px 60px;
    margin-bottom: 30px;
  }
  .comp-news-detail .news_item .news_header {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .comp-news-detail .news_item .news_header .date {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .comp-news-detail .news_item .news_header .news_ttl {
    font-size: 2.2rem;
  }
  .comp-news-detail .news_item .news_content p {
    font-size: 1.5rem;
  }
  .comp-news-detail .news_item .news_content p a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .comp-news-detail .news_item .news_content p a:hover {
    opacity: 0.75;
  }
}
/*# sourceMappingURL=style.css.map */