@charset "UTF-8";
/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video,
.mynav {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mynav {
  font-family: "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
}

small {
  font-size: 80%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

th {
  white-space: nowrap;
}

dd {
  /*  overflow: hidden;  */
  zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input,
textarea,
select {
  outline: none;
  font-size: 1.6rem;
}

input[type=submit],
input[type=clear] {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input[type=submit]:hover,
input[type=clear]:hover {
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* wordpress上での設定をリセット */
section:not(.first-view, .main-menu), section img:not(#concept-service img, .first-view img, .main-menu img, section.event img, section.blog img, #archive img, #single img) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

main > section:last-of-type {
  padding-bottom: 0 !important;
}

.opening-time {
  font-size: 12.6px;
}

.sub-menu a {
  font-size: 14px !important;
  line-height: 1.2;
}

.header-right a {
  font-size: 18.2px;
  line-height: 1.4;
}

.headerlink_comic_sp {
  font-size: 18.2px;
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  font-weight: normal;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}

/* =================
//		Color
================== */
body {
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.785;
  }
}

.fadein {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}
.fadein.isActive {
  opacity: 1;
  translate: 0;
  -webkit-transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
          transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

@media screen and (min-width: 768px) {
  .delay01 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .delay02 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .delay03 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.clip_container {
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.clip_container.ver-b {
  -webkit-animation: float-combined-B 7s ease-in-out infinite alternate;
          animation: float-combined-B 7s ease-in-out infinite alternate;
}
.clip_container.ver-c {
  -webkit-animation: float-combined-C 8.5s ease-in-out infinite alternate;
          animation: float-combined-C 8.5s ease-in-out infinite alternate;
}
.clip_container.clip_shape01 {
  clip-path: url(#clip_shape01);
}
.clip_container.clip_shape02 {
  clip-path: url(#clip_shape02);
}
.clip_container.clip_shape03 {
  clip-path: url(#clip_shape03);
}
.clip_container.clip_shape04 {
  clip-path: url(#clip_shape04);
}
.clip_container.clip_shape05 {
  clip-path: url(#clip_shape05);
}
.clip_container.clip_shape06 {
  clip-path: url(#clip_shape06);
}
.clip_container.clip_shape07 {
  clip-path: url(#clip_shape07);
}
.clip_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

h1.is-fadein {
  opacity: 0 !important;
  display: none !important;
}

.content-article {
  max-width: none !important;
}

.l-contents {
  width: 100%;
  overflow: hidden;
  letter-spacing: 0.1em;
}
.l-contents__clippath {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.l-contents__container {
  margin: 0 auto !important;
  max-width: 1200px !important;
  width: 90%;
  text-align: center;
  padding: 100px 0 !important;
}
.l-contents__lead {
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
.l-contents__lead--sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 0;
}
.l-contents__mv {
  width: 100%;
  height: auto;
}
.l-contents__mv picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-contents__mv img {
  display: block;
}
.l-contents__mv--sp {
  display: none;
}
.l-contents__menu {
  padding: 35px 0;
}
.l-contents__menu ul {
  margin: 0 auto !important;
  max-width: 1200px !important;
  width: 90%;
  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;
}
.l-contents__menu ul li {
  margin-right: 20px;
  margin-bottom: 15px;
}
.l-contents__menu ul li a {
  color: #003466;
  border-bottom: 1px solid #003466;
  padding: 8px 10px 8px 40px;
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-contents__menu ul li a:hover {
  opacity: 0.7;
}
.l-contents__menu ul li a::before {
  content: "";
  background: url("../img/lp-first/ico_spa.webp") no-repeat;
  width: 30px;
  height: 23px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
}
.l-contents__menu ul li a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f0ab";
  font-weight: bold;
  padding-left: 1em;
}
.l-contents h2 {
  font-size: 25px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
.l-contents h2 span {
  font-size: 45px;
  color: #bc3901;
}
.l-contents h2.txt {
  font-size: 30px;
}
.l-contents h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.l-contents h3::before {
  content: "";
  background: url("../img/lp-first/ico_spa.webp") no-repeat;
  width: 40px;
  height: 26px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.l-contents h3.no-icon {
  padding: 0;
}
.l-contents h3.no-icon::before {
  content: none;
}
.l-contents__about {
  background-color: #F2EFE6;
}
.l-contents__concept {
  background: -webkit-gradient(linear, left top, left bottom, from(#bc3901), to(#651f03));
  background: linear-gradient(#bc3901, #651f03);
  padding: 70px;
}
.l-contents__concept .l-contents__container {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto !important;
  max-width: 1200px !important;
  width: 90%;
  padding: 30px !important;
}
.l-contents__concept h3 {
  padding-left: 30px;
}
.l-contents__concept h3::before {
  background: url("../img/lp-first/ico_question.webp") no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}
.l-contents__concept--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-contents__concept--flex-txt {
  width: 65%;
  text-align: left;
  padding: 0 30px 0 20px;
}
.l-contents__concept--flex-img {
  width: 35%;
}
.l-contents__concept--lead {
  font-weight: bold;
  margin: 30px 0;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
.l-contents__concept--lead span {
  font-size: 1.5em;
  color: #bc3901;
}
.l-contents__spa {
  background-color: #fae5c4;
}
.l-contents__spa--service {
  margin: -20px 0 0;
  border-bottom: 1px solid #003466;
  padding: 0 20px 40px;
}
.l-contents__spa--service h3 {
  margin-bottom: 30px;
}
.l-contents__info {
  background: -webkit-gradient(linear, left top, left bottom, from(#bc3901), to(#651f03));
  background: linear-gradient(#bc3901, #651f03);
  padding: 70px;
}
.l-contents__info .l-contents__container {
  padding: 0 !important;
}
.l-contents__info .l-contents__info--open,
.l-contents__info .l-contents__info--price {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 30px;
}
.l-contents__info p {
  margin-bottom: 8px;
}
.l-contents__info-img img {
  border-radius: 30px;
}
.l-contents__info-txt {
  text-align: left;
}
.l-contents__info-comment {
  background-color: #2a6d8c;
  color: #fff;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
}
.l-contents__info h3 {
  font-size: 20px;
  text-align: left;
  margin: 8px 0 0;
}
.l-contents__info .c-btn__primary {
  padding: 0 !important;
  margin: 20px 0 0 !important;
}
.l-contents__flow {
  background-color: #d0eaf2;
}
.l-contents__flow--notice {
  margin: 30px 0 0;
}
.l-contents__access iframe {
  width: 100%;
  height: 40vw;
  border-radius: 30px;
  max-height: 380px;
  min-height: 250px;
}
.l-contents__food {
  background-color: #fae5c4;
}
.l-contents__food .l-contents__container {
  padding-bottom: 5px !important;
}
.l-contents__member--join {
  background-color: #F2EFE6;
  padding: 35px 10px;
  margin-bottom: 40px;
}
.l-contents__member--img {
  max-width: 800px;
  margin: 0 auto;
}
.l-contents__member img {
  max-width: 800px;
  width: 100%;
}
.l-contents__faq {
  background-color: #d0eaf2;
}
.l-contents__faq .c-btn__primary {
  text-align: left;
  margin: 10px auto;
}
.l-contents__faq .c-btn__primary a {
  max-width: none;
  display: inline-block;
}
.l-contents__faq--menu {
  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;
  max-width: 900px;
  margin: 40px auto 50px;
}
.l-contents__faq--menu li {
  margin-right: 20px;
  margin-bottom: 15px;
}
.l-contents__faq--menu li a {
  color: #3f3e3e;
  border-bottom: 1px solid #003466;
  padding: 8px 10px;
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-contents__faq--menu li a:hover {
  opacity: 0.7;
}
.l-contents__faq--menu li a::before {
  font-family: "Font Awesome 7 Free";
  content: "\f0a9";
  font-weight: bold;
  margin-right: 5px;
  color: #003466;
}
.l-contents__faq h3 {
  text-align: left;
  margin: 50px 0 30px;
}
.l-contents__faq--box {
  padding: 0 !important;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 15px !important;
  text-align: left;
}
.l-contents__faq--box.active .l-contents__faq--question {
  color: #003466;
  font-weight: 500;
}
.l-contents__faq--box.active .l-contents__faq--question::after {
  content: "\f056";
}
.l-contents__faq--box .l-contents__faq--question,
.l-contents__faq--box .l-contents__faq--answer {
  position: relative;
  word-break: break-all;
}
.l-contents__faq--box .l-contents__faq--question::before,
.l-contents__faq--box .l-contents__faq--answer::before {
  font-weight: 700;
  font-size: 1.7em;
  position: absolute;
  left: 0;
  line-height: 1;
}
.l-contents__faq--box .l-contents__faq--question {
  padding: 20px 40px 20px 60px;
  font-weight: 500;
  cursor: pointer;
}
.l-contents__faq--box .l-contents__faq--question::before {
  content: "Q.";
  color: #003466;
  top: 20px;
  left: 18px;
}
.l-contents__faq--box .l-contents__faq--question::after {
  font-family: "Font Awesome 7 Free";
  content: "\f055";
  font-weight: bold;
  top: 10px;
  position: absolute;
  right: 20px;
  font-size: 1.7em;
  color: #003466;
}
.l-contents__faq--box .l-contents__faq--answer {
  border-top: 1px dashed #003466;
  padding: 20px 20px 20px 40px;
  margin: 0 20px 20px 20px;
  display: none;
}
.l-contents__faq--box .l-contents__faq--answer p {
  margin-bottom: 10px;
}
.l-contents__faq--box .l-contents__faq--answer::before {
  content: "A.";
  color: #bc3901;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 70px !important;
  }
  .l-contents__container {
    padding: 60px 0 !important;
  }
  .l-contents__lead {
    font-size: 15px;
    line-height: 1.785;
    margin-bottom: 40px;
  }
  .l-contents__lead--sub {
    font-size: 15px;
    text-align: left;
  }
  .l-contents__menu {
    padding: 20px 5px;
  }
  .l-contents__menu ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-contents__menu ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .l-contents__menu ul li a {
    font-size: 13px;
    padding: 5px 10px 5px 10px;
  }
  .l-contents__menu ul li a::before {
    content: none;
    width: 15px;
    height: 11px;
    padding-left: 3px;
  }
  .l-contents__menu ul li a::after {
    padding-left: 5px;
  }
  .l-contents h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .l-contents h2 span {
    font-size: 28px;
  }
  .l-contents h2.txt {
    font-size: 23px;
  }
  .l-contents h2.img {
    margin-bottom: 20px;
  }
  .l-contents h3 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-left: 32px;
  }
  .l-contents h3::before {
    width: 30px;
    height: 18px;
  }
  .l-contents__concept {
    padding: 45px 10px;
  }
  .l-contents__concept h3 {
    padding-left: 25px;
  }
  .l-contents__concept h3::before {
    width: 20px;
    height: 30px;
  }
  .l-contents__concept--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-contents__concept--flex-txt {
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 14px;
  }
  .l-contents__concept--flex-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
  .l-contents__concept--lead {
    margin: 20px 0;
    font-size: 16px;
  }
  .l-contents__spa--service {
    margin: 0;
  }
  .l-contents__info {
    padding: 45px 10px;
  }
  .l-contents__info .l-contents__info--open,
  .l-contents__info .l-contents__info--price {
    padding: 30px 20px;
  }
  .l-contents__info .l-contents__info--open {
    margin-bottom: 40px;
  }
  .l-contents__info h3 {
    font-size: 19px;
    margin: 20px 0 10px;
  }
  .l-contents__flow--notice {
    margin: 15px 0 0;
  }
  .l-contents__member--join {
    padding: 30px 15px 20px;
    margin-bottom: 40px;
  }
  .l-contents__member--img {
    max-width: 800px;
    margin: 0 auto;
  }
  .l-contents__faq {
    background-color: #d0eaf2;
  }
  .l-contents__faq .c-btn__primary a {
    display: block;
  }
  .l-contents__faq h3 {
    margin: 40px 0 20px;
  }
  .l-contents__faq--menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-contents__faq--menu li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .l-contents__faq--menu li a {
    font-size: 13px;
    padding: 5px 8px;
  }
  .l-contents__faq--menu li a::before {
    margin-right: 3px;
  }
  .l-contents__faq--box .l-contents__faq--question {
    padding: 15px 35px 15px 40px;
  }
  .l-contents__faq--box .l-contents__faq--question::before {
    top: 17px;
    left: 15px;
  }
  .l-contents__faq--box .l-contents__faq--question::after {
    top: 12px;
    right: 15px;
    font-size: 1.3em;
  }
  .l-contents__faq--box .l-contents__faq--answer {
    padding: 15px 0 10px 25px;
    margin: 0 15px 10px 16px;
  }
  .l-contents__faq--box .l-contents__faq--answer::before {
    top: 17px;
  }
  .l-contents__faq--box .l-contents__faq--question,
  .l-contents__faq--box .l-contents__faq--answer {
    font-size: 14px;
  }
  .l-contents__faq--box .l-contents__faq--question::before,
  .l-contents__faq--box .l-contents__faq--answer::before {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 450px) {
  .l-contents .l-contents__mv--pc {
    display: none;
  }
  .l-contents .l-contents__mv--sp {
    display: block;
  }
}
.l-grid-2-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-grid-2-col > div,
.l-grid-2-col > section {
  width: calc((100% - 5vw) / 2);
}

.l-grid-3-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
.l-grid-3-col > div,
.l-grid-3-col > section {
  width: calc((100% - 6vw) / 3);
}

.l-grid-4-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
.l-grid-4-col > div,
.l-grid-4-col > section {
  width: calc((100% - 7vw) / 4);
}

.l-grid-5-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.l-grid-5-col > div,
.l-grid-5-col > section {
  width: calc((100% - 7vw) / 5);
}

@media screen and (max-width: 768px) {
  .l-grid-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-grid-2-col > div,
  .l-grid-2-col > section {
    width: 100%;
  }
  .l-grid-3-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 20px;
    padding: 0 3%;
  }
  .l-grid-3-col > div,
  .l-grid-3-col > section {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-grid-3-col > div:last-child,
  .l-grid-3-col > section:last-child {
    margin-bottom: 0;
  }
  .l-grid-4-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .l-grid-4-col > div,
  .l-grid-4-col > section {
    width: calc((100% - 15px) / 2);
  }
  .l-grid-4-col.sp-full {
    gap: 0;
  }
  .l-grid-4-col.sp-full > div,
  .l-grid-4-col.sp-full > section {
    width: 100%;
  }
  .l-grid-5-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-grid-5-col > div,
  .l-grid-5-col > section {
    width: 100%;
  }
}
.c-btn__primary {
  text-align: center;
  margin: 30px auto;
}
.c-btn__primary.dark-red {
  background-color: #003466;
}
.c-btn__primary.big {
  font-size: 1.6rem;
}
.c-btn__primary a {
  font-weight: 500;
  border-radius: 60px;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  text-align: center;
  padding: 15px 30px 15px 30px;
  background-color: #fff;
  border: 2px solid #003466;
  color: #003466;
  line-height: 1.6;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-decoration: none;
}
.c-btn__primary a:hover {
  opacity: 0.7;
}
.c-btn__primary a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f061";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .c-btn__primary a {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.c-card__pic--img {
  height: 230px;
  margin-bottom: 15px;
}
.c-card__pic--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__pic--txt {
  font-size: 16px;
}

.c-card__content {
  text-align: left;
  margin: 80px 0 100px;
}
.c-card__content .c-card__content--img {
  position: relative;
}
.c-card__content .c-card__content--img-subright {
  position: absolute;
  top: 200px;
  right: -15%;
  max-width: 350px;
}
.c-card__content .c-card__content--img-subleft {
  position: absolute;
  top: 200px;
  left: -15%;
  max-width: 350px;
}
.c-card__content .c-card__content--img.one-img .c-card__content--img-main {
  width: 110%;
}
.c-card__content--lead {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.c-card__content--lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #f7ffb8));
  background: linear-gradient(transparent 60%, #f7ffb8 40%);
  padding-bottom: 0.1em;
}
.c-card__content .c-btn__primary {
  text-align: left;
  margin: 25px 0 10px;
}
.c-card__content .c-btn__primary a {
  margin: 0;
}

.c-card__circle {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.c-card__circle .c-card__circle--img {
  padding: 0 15px;
  margin-bottom: 15px;
  vertical-align: bottom;
}
.c-card__circle .c-card__circle--img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.c-card__circle.flow {
  position: relative;
}
.c-card__circle.flow::after {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 7 Free";
  content: "\f0da";
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
}
.c-card__circle.flow:last-child::after {
  content: none;
}
.c-card__circle.flow .c-card__circle--txt {
  font-size: 14px;
}

.c-card__box {
  text-align: left;
  margin: 40px 0;
}

.c-card__linebox {
  border: 2px dashed #bc3901;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #F2EFE6;
}

.c-card__voice {
  margin: 10px 0;
  padding-left: 35px;
  text-align: left;
  position: relative;
}
.c-card__voice p {
  background-color: #fbf8f3;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 0.95em;
  position: relative;
}
.c-card__voice p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 10px solid #fbf8f3;
}
.c-card__voice::before {
  font-family: "Font Awesome 7 Free";
  content: "\f007";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  color: #bc3901;
}
.c-card__voice:nth-child(2n) {
  padding-right: 35px;
  padding-left: 0;
  text-align: right;
}
.c-card__voice:nth-child(2n)::before {
  left: auto;
  right: 0;
}
.c-card__voice:nth-child(2n) p {
  text-align: left;
}
.c-card__voice:nth-child(2n) p::before {
  left: 100%;
  border: 5px solid transparent;
  border-left: 10px solid #fbf8f3;
}

@media (max-width: 1024px) {
  .c-card__content .c-card__content--img-subright {
    top: 170px;
    right: -5%;
    max-width: 250px;
  }
  .c-card__content .c-card__content--img-subleft {
    position: absolute;
    top: 170px;
    left: -5%;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .c-card__pic--img {
    height: auto;
    margin-bottom: 10px;
  }
  .c-card__pic--txt {
    font-size: 15px;
  }
  .c-card__content {
    margin: 10px 0 40px;
    width: 100%;
  }
  .c-card__content .c-card__content--img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .c-card__content .c-card__content--img-subright {
    bottom: -5%;
    top: auto;
    right: 0;
    width: 60%;
    min-width: 200px;
  }
  .c-card__content .c-card__content--img-subleft {
    top: auto;
    bottom: -5%;
    left: 0;
    width: 60%;
    min-width: 200px;
  }
  .c-card__content .c-card__content--img.one-img {
    width: 100%;
  }
  .c-card__content--lead {
    font-size: 17px;
  }
  .c-card__content .c-card__content--txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-card__content .c-btn__primary {
    text-align: center;
  }
  .c-card__circle {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 15px;
  }
  .c-card__circle .c-card__circle--img {
    padding: 0;
    margin-bottom: 10px;
  }
  .c-card__circle .c-card__circle--txt {
    font-size: 14px;
  }
  .c-card__circle.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .c-card__circle.flow::after {
    font-size: 1.5em;
    top: auto;
    bottom: -22px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    content: "\f0d7";
  }
  .c-card__circle.flow .c-card__circle--img {
    padding: 0;
    width: 35%;
    margin-bottom: 0;
  }
  .c-card__circle.flow .c-card__circle--txt {
    width: 65%;
    padding-left: 10px;
    text-align: left;
  }
  .c-card__box--map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 20px;
  }
  .c-card__box--txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.c-list__normal {
  list-style-type: circle;
  padding-left: 1.5em;
}
.c-list__normal li {
  margin-bottom: 5px;
}

table.p-table__primary {
  width: 100%;
  border-collapse: collapse;
  white-space: normal;
}
table.p-table__primary th, table.p-table__primary td {
  border: 1px solid #003466;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  white-space: normal;
}
table.p-table__primary th {
  background-color: #F2EFE6;
  color: #3f3e3e;
  font-weight: 500;
}
table.p-table__primary td {
  vertical-align: middle;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  table.p-table__primary th, table.p-table__primary td {
    font-size: 12px;
    padding: 5px;
  }
}
.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dn {
  display: none;
}

.u-db {
  display: block;
}

.u-d_ib {
  display: inline-block;
}

.u-d_i {
  display: inline;
}

/**
*	レスポンシブ
*/
.u-pc {
  display: block !important;
}

.u-pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-no-tablet {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-sp-flex {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .u-no-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /**
  *	レスポンシブ
  */
  .u-pc {
    display: none !important;
  }
  .u-pc-flex {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-sp-block {
    display: block !important;
  }
}
/* float ----------------------- */
.u-fl-r {
  float: right !important;
}

.u-fl-l {
  float: left !important;
}

.u-fl-n {
  float: none !important;
}

.u-fl-clear {
  clear: both;
}

.u-float__box::after {
  display: block;
  content: "";
  clear: both;
}

/* =================
// micro clearfix
================== */
/* For modern browsers */
.u-cf:before,
.u-cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.u-cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.u-cf {
  zoom: 1;
}

.u-clear {
  clear: both;
}

/* clearfix */
.u-clearfix::before {
  content: "";
  display: table;
}
.u-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-m-auto {
  margin: 0 auto;
}

.u-mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mr0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pr0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pl0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pd0 {
  padding: 0 !important;
}

/* font ----------------------- */
.u-ft9 {
  font-size: 75% !important;
}

.u-ft10 {
  font-size: 83.3% !important;
}

.u-ft11 {
  font-size: 91.7% !important;
}

.u-ft12 {
  font-size: 103% !important;
}

.u-ft13 {
  font-size: 108.3% !important;
}

.u-ft14 {
  font-size: 116.7% !important;
}

.u-ft15 {
  font-size: 125% !important;
}

.u-ft16 {
  font-size: 133.3% !important;
}

/* text-align ----------------------- */
.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ft-red {
  color: red !important;
}

.u-ft-orange {
  color: #003466;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-ft-large {
  font-size: 1.2em !important;
  letter-spacing: 0.05em !important;
  line-height: 1.8 !important;
}

.u-ta__square {
  background-color: #003466;
  color: #fff;
  padding: 5px 10px;
}

.u-txt-link {
  color: #003466;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: inline-block;
}
.u-txt-link:hover {
  opacity: 0.7;
}

.u-w-100 {
  width: 100%;
}

.u-w-95 {
  width: 95%;
}

.u-w-90 {
  width: 90%;
}

.u-w-85 {
  width: 85%;
}

.u-w-80 {
  width: 80%;
}

.u-w-75 {
  width: 75%;
}

.u-w-70 {
  width: 70%;
}

.u-w-65 {
  width: 65%;
}

.u-w-60 {
  width: 60%;
}

.u-w-55 {
  width: 55%;
}

.u-w-50 {
  width: 50%;
}

.u-w-45 {
  width: 45%;
}

.u-w-40 {
  width: 40%;
}

.u-w-35 {
  width: 35%;
}

.u-w-30 {
  width: 30%;
}

.u-w-25 {
  width: 25%;
}

.u-w-20 {
  width: 20%;
}

.u-w-15 {
  width: 15%;
}

.u-w-10 {
  width: 10%;
}

.u-w-90px {
  width: 90px;
}