@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  padding: 0;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

:root {
  --main-color: #33b8a6;
  --accent-color: #a00;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?hpmspa");
  src: url("fonts/icomoon.eot?hpmspa#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?hpmspa") format("truetype"), url("fonts/icomoon.woff?hpmspa") format("woff"), url("fonts/icomoon.svg?hpmspa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fire:before {
  content: "\e90f";
}

.icon-drip:before {
  content: "\e910";
}

.icon-temperature:before {
  content: "\e911";
}

.icon-warranty:before {
  content: "\e90c";
}

.icon-coins:before {
  content: "\e90d";
}

.icon-plug:before {
  content: "\e90e";
}

.icon-comment:before {
  content: "\e900";
}

.icon-sun:before {
  content: "\e901";
}

.icon-user:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-circle-check:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-chevron-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-circle-chevron-down:before {
  content: "\e909";
}

.icon-circle-chevron-right:before {
  content: "\e90a";
}

.icon-envelope:before {
  content: "\e90b";
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.container {
  position: relative;
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1140px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-size: 16px;
  font-style: normal;
  line-height: 1.875;
  line-break: strict;
  overflow-wrap: break-word;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 14px;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.inner--s {
  max-width: 990px;
}
.inner--l {
  max-width: 1240px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.mid {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.purple {
  color: #6767dd;
}

.lightblue {
  color: #00a0e9;
}

.purple-grad {
  display: inline-block;
  background: linear-gradient(to right, rgb(1, 1, 193) 0%, rgb(103, 103, 221) 100%);
  background: -webkit-linear-gradient(to right, rgb(1, 1, 193) 0%, rgb(103, 103, 221) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ofi-contain {
  object-fit: contain;
}

@media (max-width: 750px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
#js-caseSlider > .c-case__item:not(:first-child),
#js-columnSlider > .c-column__item:not(:first-child),
#js-memberSlider > .c-member__item:not(:first-child) {
  display: none;
}

.slick-next,
.slick-prev {
  width: 62px;
  height: 62px;
  background: #00a0e9;
  color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .slick-next,
  .slick-prev {
    width: 46px;
    height: 46px;
  }
}
.slick-next:hover,
.slick-prev:hover {
  background: #00a0e9;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  .slick-next:hover,
  .slick-prev:hover {
    box-shadow: none;
  }
}
.slick-next:before,
.slick-prev:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  opacity: 1;
}
@media (max-width: 750px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 16px;
  }
}

.slick-next {
  right: -32px;
}
@media (max-width: 959px) {
  .slick-next {
    right: calc(50vw - 238px);
  }
}
@media (max-width: 750px) {
  .slick-next {
    right: 7px;
  }
}
.slick-next:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}

.slick-prev {
  left: -32px;
}
@media (max-width: 959px) {
  .slick-prev {
    left: calc(50vw - 238px);
  }
}
@media (max-width: 750px) {
  .slick-prev {
    left: 7px;
  }
}
.slick-prev:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}

.slick-dots {
  bottom: -45px;
}
@media (max-width: 750px) {
  .slick-dots {
    bottom: -31px;
  }
}
.slick-dots li {
  margin: 0 15px;
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li.slick-active button:before {
  background: #00a0e9;
  opacity: 1;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #dfe1e6;
  border-radius: 50%;
}

.anc {
  margin-top: -108px;
  padding-top: 108px;
}
@media (max-width: 959px) {
  .anc {
    margin-top: 0;
    padding-top: 0;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.breadcrumbsWrap {
  padding-block: 23px;
}
@media (max-width: 750px) {
  .breadcrumbsWrap {
    padding-block: 9px;
  }
}

#breadcrumbs {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #breadcrumbs {
    font-size: 14px;
  }
}
#breadcrumbs a {
  color: #33b8a6;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 750px) {
  #breadcrumbs a {
    text-underline-offset: 3px;
  }
}
#breadcrumbs .space {
  display: inline-block;
  margin: 0 4px;
  background: #ccc;
  width: 16px;
  height: 1px;
  position: relative;
  top: -5px;
}
@media (max-width: 750px) {
  #breadcrumbs .space {
    margin: 0 1px;
    width: 13px;
    top: -4px;
  }
}

.c-areaMap {
  padding-block: 53px 180px;
  position: relative;
}
@media (max-width: 959px) {
  .c-areaMap {
    padding-block: 53px 70px;
  }
}
@media (max-width: 750px) {
  .c-areaMap {
    padding-block: 26px 40px;
  }
}

@media (max-width: 959px) {
  .c-areaMap__img {
    margin-bottom: 54px;
  }
}
@media (max-width: 750px) {
  .c-areaMap__img {
    margin-bottom: 28px;
  }
}
@media (max-width: 959px) {
  .c-areaMap__img img {
    width: 70%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .c-areaMap__img img {
    width: 89%;
  }
}

.c-areaMap__txtbox {
  position: absolute;
}
@media (max-width: 959px) {
  .c-areaMap__txtbox {
    position: static;
    margin-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .c-areaMap__txtbox {
    position: static;
    margin-bottom: 23px;
  }
}
.c-areaMap__txtbox--fukuoka {
  top: 0;
  left: 0;
}
.c-areaMap__txtbox--kitakyushu {
  top: 0;
  left: 809px;
}
.c-areaMap__txtbox--chikugo {
  top: 657px;
  left: 0;
}
.c-areaMap__txtbox--chikuhou {
  top: 491px;
  left: 809px;
}

.c-areaMap__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 39px;
}
@media (max-width: 959px) {
  .c-areaMap__ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .c-areaMap__ttl {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 3px;
  }
}
.c-areaMap__ttl--fukuoka {
  color: #00a0e9;
}
@media (max-width: 750px) {
  .c-areaMap__ttl--fukuoka {
    border-color: #00a0e9;
  }
}
.c-areaMap__ttl--kitakyushu {
  color: #152e61;
}
@media (max-width: 750px) {
  .c-areaMap__ttl--kitakyushu {
    border-color: #152e61;
  }
}
.c-areaMap__ttl--chikugo {
  color: #8fc31f;
}
@media (max-width: 750px) {
  .c-areaMap__ttl--chikugo {
    border-color: #8fc31f;
  }
}
.c-areaMap__ttl--chikuhou {
  color: #33b8a6;
}
@media (max-width: 750px) {
  .c-areaMap__ttl--chikuhou {
    border-color: #33b8a6;
  }
}

.c-areaMap__list {
  display: flex;
  flex-wrap: wrap;
  width: 390px;
  gap: 0 15px;
}
@media (max-width: 959px) {
  .c-areaMap__list {
    width: 100%;
  }
}
.c-areaMap__list--fukuoka {
  width: 370px;
}
@media (max-width: 959px) {
  .c-areaMap__list--fukuoka {
    width: 100%;
  }
}

.c-areaMap__item:not(:last-child) {
  position: relative;
}
.c-areaMap__item:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-areaMap__item:not(:last-child):after {
    right: -11px;
  }
}
.c-areaMap__item a {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .c-areaMap__item a:where(:any-link, :enabled, summary):hover {
    color: #33b8a6;
  }
}
@media (max-width: 750px) {
  .c-areaMap__item a {
    font-size: 14px;
  }
}

.c-bnr a {
  display: block;
  height: 208px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  padding-bottom: 10px;
  transition: box-shadow 0.3s ease-out;
}
@media (hover: hover) {
  .c-bnr a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 959px) {
  .c-bnr a {
    padding-left: 40px;
  }
}
@media (max-width: 750px) {
  .c-bnr a {
    height: 115px;
    padding-left: 15px;
    padding-bottom: 0;
  }
}
.c-bnr--maker a {
  background: url(../img/common/banner_maker_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .c-bnr--maker a {
    background: url(../img/common/banner_maker_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
.c-bnr--company a {
  background: url(../img/common/banner_company_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .c-bnr--company a {
    background: url(../img/common/banner_company_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
.c-bnr--faq a {
  background: url(../img/common/banner_faq_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .c-bnr--faq a {
    background: url(../img/common/banner_faq_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
.c-bnr--recruit a {
  background: url(../img/common/banner_recruit_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .c-bnr--recruit a {
    background: url(../img/common/banner_recruit_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
.c-bnr--point a {
  background: url(../img/common/banner_point_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .c-bnr--point a {
    background: url(../img/common/banner_point_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
.c-bnr--point .c-bnr__ttl {
  line-height: 1.153;
  margin-bottom: 15px;
}

.c-bnr__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .c-bnr__ttl {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 7px;
  }
}

.c-bnr__link {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-bnr__link {
    font-size: 12px;
    line-height: 1.33;
  }
}

.secBnr__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(50% - 20px));
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 959px) {
  .secBnr__grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .secBnr__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.secBnr__grid .c-bnr a {
  height: 234px;
  padding-left: 43px;
  padding-bottom: 0;
  padding-top: 5px;
}
@media (max-width: 959px) {
  .secBnr__grid .c-bnr a {
    height: 208px;
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  .secBnr__grid .c-bnr a {
    height: 115px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.secBnr__grid .c-bnr--point .c-bnr__ttl {
  font-size: 26px;
}
@media (max-width: 750px) {
  .secBnr__grid .c-bnr--point .c-bnr__ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.secBnr__grid .c-bnr__ttl {
  font-size: 28px;
}
@media (max-width: 750px) {
  .secBnr__grid .c-bnr__ttl {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .secBnr__grid .c-bnr__ttl .icon-circle-chevron-right {
    margin-top: 10px;
    display: block;
  }
}
.secBnr__grid .icon-circle-chevron-right {
  font-size: 28px;
}
@media (max-width: 750px) {
  .secBnr__grid .icon-circle-chevron-right {
    font-size: 16px;
  }
}

.c-btn-01--blue .c-btn-01__link {
  background: #152e61;
}
.c-btn-01--lightblue .c-btn-01__link {
  background: #00a0e9;
}
@media (hover: hover) {
  .c-btn-01--hover-blue .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #152e61;
  }
}
@media (hover: hover) {
  .c-btn-01--hover-lightblue .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
  }
}
@media (hover: hover) {
  .c-btn-01--hover-white .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #152e61;
  }
}

.c-btn-01__link {
  width: fit-content;
  min-width: 300px;
  height: 68px;
  padding-inline: 57px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 750px) {
  .c-btn-01__link {
    font-size: 16px;
    min-width: 255px;
    height: 62px;
    padding-inline: 30px;
  }
}
.c-btn-01__link:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (max-width: 750px) {
  .c-btn-01__link:before {
    font-size: 17px;
    right: 15px;
  }
}

.c-btn-02__link {
  font-size: 15px;
  border-bottom: 1px solid #111;
  transition: all 0.3s ease-out;
  display: inline-block;
  padding-bottom: 1px;
  letter-spacing: 0.04em;
}
@media (hover: hover) {
  .c-btn-02__link:where(:any-link, :enabled, summary):hover {
    color: #33b8a6;
    border-bottom: 1px solid #33b8a6;
  }
}
@media (max-width: 750px) {
  .c-btn-02__link {
    padding-bottom: 2px;
  }
}
.c-btn-02__link .icon-circle-chevron-right {
  font-size: 17px;
  margin-left: 0.2em;
}
@media (max-width: 750px) {
  .c-btn-02__link .icon-circle-chevron-right {
    font-size: 15px;
    margin-left: 0;
  }
}

.c-case__item a {
  display: block;
  background: #fff;
  transition: all 0.3s ease-out;
  height: 100%;
}
@media (hover: hover) {
  .c-case__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  }
  .c-case__item a:where(:any-link, :enabled, summary):hover .c-case__more {
    color: #00a0e9;
  }
  .c-case__item a:where(:any-link, :enabled, summary):hover .c-case__more__txt {
    border-bottom: 1px solid #00a0e9;
  }
}
@media (max-width: 750px) {
  .c-case__item a {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  }
}

.c-case__item__img img {
  aspect-ratio: 668/425;
}

.c-case__txtbox {
  padding: 17px 20px;
}

.c-case__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.c-case__catList {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 750px) {
  .c-case__catList {
    gap: 5px;
  }
}

.c-case__cat {
  display: inline-block;
  color: #fff;
  background: #00a0e9;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 4px;
}
@media (max-width: 750px) {
  .c-case__cat {
    font-size: 15px;
    padding: 3px 6px;
    border-radius: 3px;
  }
}
.c-case__cat:has(.c-case__cat__link) {
  padding: 0;
  background: none;
}

.c-case__cat__link {
  padding: 3px 7px;
  display: inline-block;
  transition: all 0.3s ease-out;
  color: #fff;
  border-radius: 4px;
  background: #00a0e9;
  border: 1px solid #00a0e9;
}
@media (hover: hover) {
  .c-case__cat__link:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #00a0e9;
  }
}
@media (max-width: 750px) {
  .c-case__cat__link {
    padding: 3px 6px;
    border-radius: 3px;
    border: none;
  }
}

.c-case__date {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .c-case__date {
    font-size: 15px;
  }
}

.c-case__item__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .c-case__item__ttl {
    font-size: 18px;
  }
}

.c-voice__catList {
  margin-bottom: 10px;
}

.c-case__item__area {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  .c-case__item__area {
    font-size: 15px;
  }
}

.c-case__more {
  margin-top: 20px;
  margin-bottom: 8px;
  text-align: right;
}
@media (max-width: 750px) {
  .c-case__more {
    margin-top: 6px;
  }
}
.c-case__more .icon-circle-chevron-right {
  margin-left: 5px;
}

.c-case__more__txt {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #111;
  transition: all 0.3s ease-out;
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 750px) {
  .c-case__more__txt {
    font-size: 14px;
    padding-bottom: 2px;
    letter-spacing: 0.02em;
  }
}

#js-caseSlider .slick-list {
  overflow: visible;
}
#js-caseSlider .slick-track {
  display: flex;
}
#js-caseSlider .slick-slide {
  height: auto !important;
}
#js-caseSlider .c-case__item {
  width: 334px;
  margin-inline: 18px;
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__item {
    width: 78.66vw;
    min-width: 78.66vw;
    margin-inline: 10px;
  }
}
#js-caseSlider .c-case__item a {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__item a {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  }
}
@media (hover: hover) {
  #js-caseSlider .c-case__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  }
}
#js-caseSlider .c-case__cat {
  font-size: 15px;
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__cat {
    font-size: 13px;
  }
}
#js-caseSlider .c-case__date {
  font-size: 15px;
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__date {
    font-size: 13px;
  }
}
#js-caseSlider .c-case__item__ttl {
  font-size: 18px;
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__item__ttl {
    font-size: 16px;
  }
}
#js-caseSlider .c-case__item__area {
  font-size: 15px;
}
@media (max-width: 750px) {
  #js-caseSlider .c-case__item__area {
    font-size: 13px;
  }
}
#js-caseSlider .c-case__more {
  display: none;
}

.c-column__item a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-out;
  color: #fff;
  height: 100%;
}
@media (hover: hover) {
  .c-column__item a:where(:any-link, :enabled, summary):hover .c-column__item__img {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
}

.c-column__item__img {
  border-radius: 32px 0 32px 0;
  width: 100%;
  aspect-ratio: 336/240;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-column__item__img {
    border-radius: 16px 0 16px 0;
    margin-bottom: 15px;
  }
}

.c-column__item__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .c-column__item__ttl {
    font-size: 16.5px;
  }
}

#js-columnSlider .slick-list {
  overflow: visible;
}
#js-columnSlider .slick-track {
  display: flex;
}
#js-columnSlider .slick-slide {
  height: auto !important;
}
#js-columnSlider .slick-next,
#js-columnSlider .slick-prev {
  background: #fff;
  top: 87px;
  transform: translate(0);
}
@media (hover: hover) {
  #js-columnSlider .slick-next:where(:any-link, :enabled, summary):hover,
  #js-columnSlider .slick-prev:where(:any-link, :enabled, summary):hover {
    background: #fff;
  }
}
@media (max-width: 750px) {
  #js-columnSlider .slick-next,
  #js-columnSlider .slick-prev {
    top: 16vw;
  }
}
#js-columnSlider .slick-next:before,
#js-columnSlider .slick-prev:before {
  color: #152e61;
}
@media (max-width: 750px) {
  #js-columnSlider .slick-next:before,
  #js-columnSlider .slick-prev:before {
    color: #00a0e9;
  }
}
@media (max-width: 750px) {
  #js-columnSlider .slick-dots {
    bottom: -37px;
  }
}
#js-columnSlider .slick-dots li.slick-active button:before {
  background: #152e61;
}
#js-columnSlider .c-column__item {
  width: 336px;
  margin-inline: 18px;
}
@media (max-width: 750px) {
  #js-columnSlider .c-column__item {
    width: 68vw;
    min-width: 68vw;
    margin-inline: 10px;
  }
}

.secFlow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
}
@media (max-width: 750px) {
  .secFlow__list {
    gap: 40px;
  }
}

.c-flow__item {
  background: #fff;
  padding: 34px 62px;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(17, 17, 17, 0.15);
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 38px;
  grid-template-areas: "c-flow__item__icn c-flow__item__head" "c-flow__item__icn c-flow__item__txt";
}
@media (max-width: 959px) {
  .c-flow__item {
    padding: 34px 31px;
  }
}
@media (max-width: 750px) {
  .c-flow__item {
    padding: 17px 20px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(17, 17, 17, 0.08);
    grid-template-columns: 71px 1fr;
    gap: 10px 16px;
    align-items: center;
    grid-template-areas: "c-flow__item__icn c-flow__item__head" "c-flow__item__txt c-flow__item__txt";
  }
}
.c-flow__item:not(:last-child) {
  position: relative;
}
.c-flow__item:not(:last-child):after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -50px;
  font-size: 34px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-flow__item:not(:last-child):after {
    bottom: -29px;
    font-size: 24px;
  }
}

.c-flow__item__icn {
  width: 160px;
  aspect-ratio: 1/1;
  background: #faf8f6;
  border-radius: 50%;
  display: grid;
  place-items: center;
  grid-area: c-flow__item__icn;
}
@media (max-width: 750px) {
  .c-flow__item__icn {
    width: 71px;
  }
  .c-flow__item__icn img {
    zoom: 0.5;
  }
}

.c-flow__item__head {
  grid-area: c-flow__item__head;
  padding-top: 5px;
}
@media (max-width: 750px) {
  .c-flow__item__head {
    padding-top: 0;
    padding-bottom: 7px;
  }
}

.c-flow__item__step {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  color: #33b8a6;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  .c-flow__item__step {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.c-flow__item__ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .c-flow__item__ttl {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.c-flow__item__txt {
  font-weight: 500;
  grid-area: c-flow__item__txt;
}
@media (max-width: 750px) {
  .c-flow__item__txt {
    line-height: 1.71;
  }
}

.c-heading-01 {
  text-align: center;
  position: relative;
}

.c-heading-01__en {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  font-size: 138px;
  line-height: 1;
  font-weight: bold;
  z-index: 0;
}
@media (max-width: 750px) {
  .c-heading-01__en {
    font-size: 70px;
    top: -16px;
  }
}

.c-heading-01__icn {
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-heading-01__icn img {
  margin-inline: auto;
}

.c-heading-01__lead {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .c-heading-01__lead {
    font-size: 16px;
  }
}
.c-heading-01__lead:before, .c-heading-01__lead:after {
  content: "";
  background: #33b8a6;
  width: 2px;
  height: 35px;
  display: block;
  position: absolute;
  top: 13px;
}
@media (max-width: 750px) {
  .c-heading-01__lead:before, .c-heading-01__lead:after {
    width: 1px;
    height: 16px;
    top: 8px;
  }
}
.c-heading-01__lead:before {
  transform: rotate(-20deg);
  left: -30px;
}
@media (max-width: 750px) {
  .c-heading-01__lead:before {
    left: -13px;
  }
}
.c-heading-01__lead:after {
  transform: rotate(20deg);
  right: -30px;
}
@media (max-width: 750px) {
  .c-heading-01__lead:after {
    right: -13px;
  }
}
.c-heading-01__lead .small {
  font-size: 24px;
}
@media (max-width: 750px) {
  .c-heading-01__lead .small {
    font-size: 14px;
  }
}

.c-heading-01__fukidashi {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 32px;
}
@media (max-width: 750px) {
  .c-heading-01__fukidashi {
    margin-bottom: 10px;
  }
}
.c-heading-01__fukidashi span {
  display: inline-block;
  background: #ffde00;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 40px;
  padding: 8px 36px;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 750px) {
  .c-heading-01__fukidashi span {
    font-size: 14px;
    padding: 2px 17px;
    line-height: 1.7;
  }
}
.c-heading-01__fukidashi span:before {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffde00;
  border-width: 13px;
  margin-left: -13px;
  transform: scaleX(0.9);
}
@media (max-width: 750px) {
  .c-heading-01__fukidashi span:before {
    border-width: 8px;
    margin-left: -8px;
  }
}

.c-heading-01__ja {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .c-heading-01__ja {
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.02em;
  }
}

.c-heading-02 {
  text-align: center;
  font-size: 34px;
  color: #152e61;
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-heading-02 {
    font-size: 17px;
    line-height: 1.7;
  }
}

.c-heading-02__in {
  display: inline-block;
  position: relative;
}
.c-heading-02__in:before, .c-heading-02__in:after {
  content: "";
  width: 28.5px;
  height: 31.5px;
  display: block;
  position: absolute;
  top: 6px;
}
@media (max-width: 959px) {
  .c-heading-02__in:before, .c-heading-02__in:after {
    width: 44px;
    height: 45px;
    top: 20px;
  }
}
@media (max-width: 750px) {
  .c-heading-02__in:before, .c-heading-02__in:after {
    width: 44px;
    height: 45px;
    top: 6px;
  }
}
.c-heading-02__in:before {
  background: url(../img/service/fukidashi_l@2x.png) no-repeat center center/contain;
  left: -38px;
}
@media (max-width: 959px) {
  .c-heading-02__in:before {
    left: -58px;
  }
}
@media (max-width: 750px) {
  .c-heading-02__in:before {
    background: url(../img/service/fukidashi_l_sp@2x.png) no-repeat center center/contain;
    left: -50px;
  }
}
.c-heading-02__in:after {
  background: url(../img/service/fukidashi_r@2x.png) no-repeat center center/contain;
  right: -38px;
}
@media (max-width: 959px) {
  .c-heading-02__in:after {
    right: -58px;
  }
}
@media (max-width: 750px) {
  .c-heading-02__in:after {
    background: url(../img/service/fukidashi_r_sp@2x.png) no-repeat center center/contain;
    right: -50px;
  }
}

.c-heading-03 {
  font-size: 30px;
  font-weight: bold;
  color: #152e61;
  padding-bottom: 19px;
  letter-spacing: 0;
  border-bottom: 2px solid #152e61;
}
@media (max-width: 750px) {
  .c-heading-03 {
    font-size: 19px;
    padding-bottom: 10px;
  }
}
.c-heading-03 .icon {
  margin-right: 10px;
}

.c-heading-04 {
  font-size: 30px;
  font-weight: bold;
  color: #152e61;
  letter-spacing: 0.05em;
  padding-left: 54px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .c-heading-04 {
    font-size: 19px;
    padding-left: 32px;
    padding-bottom: 5px;
    border-bottom: 2px solid #152e61;
  }
}
.c-heading-04:before {
  content: "";
  background: #00a0e9;
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
@media (max-width: 750px) {
  .c-heading-04:before {
    width: 20px;
    height: 3px;
    top: 13px;
  }
}
.c-heading-04 .icon {
  margin-right: 10px;
}

.c-lead {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 750px) {
  .c-lead {
    font-size: 16px;
  }
}

.c-member__item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #152e61;
  transition: all 0.3s ease-out;
  color: #fff;
  text-align: center;
  padding: 0 30px 47px;
  height: 100%;
}
@media (hover: hover) {
  .c-member__item:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 24px rgba(17, 17, 17, 0.2);
  }
}
@media (max-width: 750px) {
  .c-member__item {
    padding: 0 20px 32px;
  }
}

.c-member__item__img {
  border-radius: 50%;
  width: 260px;
  overflow: hidden;
  margin-inline: auto;
  margin-top: -100px;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .c-member__item__img {
    width: 180px;
    margin-top: -69px;
    margin-bottom: 19px;
  }
}
.c-member__item__img img {
  aspect-ratio: 1/1;
}

.c-member__item__ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.54;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .c-member__item__ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.c-member__item__name {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-member__item__name {
    font-size: 14px;
  }
}

#js-memberSlider .slick-list {
  overflow: visible;
}
#js-memberSlider .slick-track {
  display: flex;
}
#js-memberSlider .slick-slide {
  height: auto !important;
}
#js-memberSlider .c-member__item {
  width: 372px;
  margin-inline: 21px;
}
@media (max-width: 750px) {
  #js-memberSlider .c-member__item {
    width: 68vw;
    min-width: 68vw;
    margin-inline: 10px;
  }
}

.c-pageTtl {
  color: #fff;
  height: 356px;
}
@media (max-width: 959px) {
  .c-pageTtl {
    height: 250px;
  }
}
@media (max-width: 750px) {
  .c-pageTtl {
    height: 178px;
  }
}
.c-pageTtl .inner {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 22px;
}
@media (max-width: 750px) {
  .c-pageTtl .inner {
    padding-bottom: 10px;
    align-items: center;
  }
}

.c-pageTtl__heading__ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 2px;
}
@media (max-width: 959px) {
  .c-pageTtl__heading__ja {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .c-pageTtl__heading__ja {
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
  }
}

.c-pageTtl__heading__en {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 959px) {
  .c-pageTtl__heading__en {
    font-size: 80px;
  }
}
@media (max-width: 750px) {
  .c-pageTtl__heading__en {
    font-size: 50px;
    text-align: center;
  }
}

.c-selectWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 62px;
}
@media (max-width: 959px) {
  .c-selectWrap {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .c-selectWrap {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 25px;
  }
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 64px;
  padding-right: 40px;
  line-height: 1.6;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(15, 16, 16, 0.05);
  background: #fff url(../img/case/select_bg@2x.png) right 0 center no-repeat;
  background-size: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #152e61;
  cursor: pointer;
  padding-left: 36px;
}
@media (max-width: 750px) {
  .c-select {
    height: 55px;
    font-size: 17px;
    padding-left: 30px;
    background-size: 35px;
  }
}

.c-voice__item a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 35px;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .c-voice__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 30px rgba(17, 17, 17, 0.2);
  }
  .c-voice__item a:where(:any-link, :enabled, summary):hover .c-voice__more__txt {
    color: #33b8a6;
    border-bottom: 1px solid #33b8a6;
  }
}
@media (max-width: 959px) {
  .c-voice__item a {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .c-voice__item a {
    padding: 20px;
    border-radius: 32px 0 32px 0;
  }
}

.c-voice__img {
  width: 100%;
  aspect-ratio: 980/680;
  border-radius: 44px 0 44px 0;
  overflow: hidden;
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  .c-voice__img {
    margin-bottom: 10px;
    border-radius: 22px 0 22px 0;
  }
}

.c-voice__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.416;
  color: #33b8a6;
  background: url(../img/top/voice_line@2x.png) no-repeat bottom center/contain;
  padding-bottom: 22px;
  margin-bottom: 11px;
}
@media (max-width: 750px) {
  .c-voice__ttl {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}

.c-voice__txt {
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 34px;
}
@media (max-width: 750px) {
  .c-voice__txt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

@media (max-width: 750px) {
  .c-voice__catList .c-case__cat {
    font-size: 12px;
    padding: 1px 7px;
  }
}

.c-voice__area {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .c-voice__area {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.c-voice__more {
  text-align: right;
  margin-top: auto;
}
.c-voice__more .icon-circle-chevron-right {
  margin-left: 10px;
}
@media (max-width: 750px) {
  .c-voice__more .icon-circle-chevron-right {
    margin-left: 0;
  }
}

.c-voice__more__txt {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #111;
  transition: all 0.3s ease-out;
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 750px) {
  .c-voice__more__txt {
    font-size: 12px;
    padding-bottom: 3px;
    letter-spacing: 0.02em;
  }
}

.form-note__dl {
  background: #faf8f6;
  padding: 47px 40px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .form-note__dl {
    padding: 33px 12px;
    margin-bottom: 0;
  }
}

.form-note__dt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -17px;
  text-align: center;
}
@media (max-width: 750px) {
  .form-note__dt {
    top: -12px;
  }
}
.form-note__dt span {
  background: #152e61;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 40px;
  padding: 3px 40px;
}
@media (max-width: 750px) {
  .form-note__dt span {
    font-size: 14px;
    padding: 2px 22px;
  }
}

.form-note__dd {
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .form-note__dd {
    max-width: 100%;
  }
}
.form-note__dd li {
  font-weight: 500;
  line-height: 2.11;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 750px) {
  .form-note__dd li {
    line-height: 1.428;
  }
}
@media (max-width: 750px) {
  .form-note__dd li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.form-note__dd li:before {
  content: "※";
  color: #33b8a6;
}

/*
----------------------------------------
form
----------------------------------------
*/
.efo-form input[type=text],
.efo-form input[type=search],
.efo-form input[type=tel],
.efo-form input[type=number],
.efo-form input[type=url],
.efo-form input[type=email],
.efo-form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #333;
  width: 100%;
  border: solid 2px #dbdbdb;
  border-radius: 5px;
  padding: 11px 15px;
}

.efo-form input.s,
.efo-form select.s {
  width: 320px;
  max-width: 100%;
}
@media (max-width: 959px) {
  .efo-form input.s,
  .efo-form select.s {
    width: 280px;
  }
}

.efo-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  max-width: 100% !important;
  width: 320px;
  color: #333;
  border: solid 2px #dbdbdb !important;
  border-radius: 5px;
  padding: 14px 51px 14px 15px !important;
  background: url(../img/common/svg/arrow-select@2x.png) right 15px center no-repeat !important;
  background-size: 15px !important;
}

.efo-form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  color: #333;
  width: 240px;
  max-width: 100%;
  border: solid 1px #eaeaea;
  padding: 14.5px 15px 14.5px 20px;
}

.efo-form input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../img/common/svg/icon-cal.svg) center center/20px no-repeat;
}

.efo-form input[type=text].hasDatepicker,
.efo-form input[type=text].month-year-input {
  width: 240px;
  background: url(../img/common/svg/icon-cal.svg) right 16px center/20px no-repeat !important;
}

.efo-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.4;
  width: 100% !important;
  height: 142px !important;
  border: solid 2px #dbdbdb !important;
  border-radius: 5px;
  padding: 12px 15px !important;
  margin: 0 !important;
}

.efo-form input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #333;
  width: initial;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
}

.efo-form .note {
  margin-left: 1em;
  font-size: 17px;
  font-weight: 500;
}

.efo-form .file-btn-wrap {
  position: relative;
  padding: 9.5px 0;
}

.file-wrap {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.file-wrap .file-reset {
  display: none;
  line-height: 0.4;
  padding: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  cursor: pointer;
}

.efo-form label[for=file-btn] {
  display: inline-block;
  padding: 9px 20px 11px;
  margin-right: 10px;
  background: #f5f5f5;
  border: solid 1px #eaeaea;
  cursor: pointer;
  transition: 0.3s;
}

.efo-form label[for=file-btn].none {
  display: none;
}

.efo-form .file-btn-wrap .mwform-file-delete {
  display: none;
}

.efo-form input[type=file].file-btn {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.efo-form .file-mes {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-right: 5px;
}

.efo-form .file-del {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  cursor: pointer;
}

.efo-form .file-del.active {
  opacity: 1;
  visibility: visible;
}

.radio,
.checkbox {
  padding: 13.5px 0;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}

.radio label,
.checkbox label {
  display: inline-block;
  padding: 2px 0 2px 32px;
  margin: 0 40px 0 0 !important;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
.radio label a,
.checkbox label a {
  transition: all 0.3s ease-out;
}

.radio label::before,
.checkbox label::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  border: solid 2px #dbdbdb;
  position: absolute;
  top: -2px;
  left: 0;
}

.radio label::before {
  border-radius: 50%;
}

.checkbox label::before {
  border-radius: 0;
}

.radio label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  left: 6px;
  top: 10px;
  opacity: 0;
  transition: all 0.2s;
}

.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked + input[type=hidden] + label::after {
  opacity: 1;
}

.checkbox label::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  left: 7px;
  top: -6px;
  font-size: 30px;
  color: #00a0e9;
  opacity: 0;
  transition: all 0.2s;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
  opacity: 1;
}

.efo-form input[type=submit],
.efo-form button[type=submit],
button#mfp_button_send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 385px;
  max-width: 100%;
  font-size: 24px;
  text-shadow: none;
  padding: 19px 10px;
  border-radius: 0;
  transition: all 0.2s;
  background: #152e61;
  color: #fff;
  display: block;
  margin: 44px auto 24px;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}
.efo-form input[type=submit]:before,
.efo-form button[type=submit]:before,
button#mfp_button_send:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
}

input[type=submit].disabled,
button[type=submit].disabled {
  color: #fff !important;
  background: #ccc !important;
}
input[type=submit].disabled:before,
button[type=submit].disabled:before {
  opacity: 0;
}

/*
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 120px;
	font-size: 18px;
	text-align: center;
	text-shadow: none !important;
	color: #777;
	background: #fff;
	padding: 4.5px 5px;
	border: solid 2px #ccc;
	border-radius: 20px;
	box-shadow: none !important;
	transition: all .2s;
}
*/
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel,
.mw_wp_form_confirm .submit-box button[type=reset],
.mw_wp_form_confirm .submit-box button[name=submitBack] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 90px;
  font-size: 18px;
  text-align: center;
  text-shadow: none !important;
  white-space: nowrap;
  color: #333;
  background: transparent;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #333;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.2s;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

::placeholder {
  /* Others */
  color: #999;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/*
----------------------------------------
efo-form
----------------------------------------
*/
.form-wrap {
  padding: 7px 0px 0;
  background: #fff;
  font-size: 16px;
}

#mfp_phase_confirm {
  padding: 0;
  background: none;
}

#mfp_phase_confirm_inner {
  background: #fff;
}

/* form-step */
.form-step {
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
}

.form-step > div {
  height: 55px;
  line-height: 55px;
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  position: relative;
}

.form-step > div:last-of-type {
  margin-right: 0;
}

.form-step > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url(../img/common/svg/step-on.svg);
  -webkit-mask-size: auto 60px;
  -webkit-mask-position: right center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/common/svg/step-on.svg);
  mask-size: auto 60px;
  mask-position: right center;
  mask-repeat: no-repeat;
  background: #7d7d7d;
}

.form-step > div:last-of-type::after {
  -webkit-mask-image: none;
  mask-image: none;
  background: #7d7d7d;
}

.form-step > div span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
}

.form-step > div .step-en {
  display: inline-block;
  margin-right: 5px;
}

.form-step .step-01,
#mfp_phase_confirm .form-step .step-02 {
  color: #fff;
}

.form-step .step-01::after,
.mw_wp_form_confirm .form-step .step-02::after,
#mfp_phase_confirm .form-step .step-02::after {
  background: var(--main-color);
  -webkit-mask-size: auto 60px;
  -webkit-mask-position: right center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/svg/step-on.svg);
  mask-image: url(../img/common/svg/step-on.svg);
  mask-size: auto 60px;
  mask-position: right center;
  mask-repeat: no-repeat;
}

#mfp_phase_confirm .form-step .step-01 {
  color: #fff;
}
#mfp_phase_confirm .form-step .step-01:after {
  background: #7d7d7d;
  -webkit-mask-size: auto 60px;
  -webkit-mask-position: right center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/svg/step-on.svg);
  mask-image: url(../img/common/svg/step-on.svg);
}

/* remaining */
.remaining {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: inline-block;
  background: #fff;
  border: solid 1px var(--main-color);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}

.remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.remaining .read {
  padding: 15px 20px;
  line-height: 1.8;
}

.remaining .num {
  background: var(--main-color);
  color: #fff;
  padding: 5px 20px;
}

.form-box div#mfp_warning {
  text-align: center;
  line-height: 1.8;
  color: #a00;
  background: transparent;
  border-radius: 0;
  border: solid 1px #a00;
  padding: 15px;
  margin-bottom: 30px;
}

.form-box div#mfp_warning a {
  color: #a00;
  text-decoration: underline;
}

.efo-form .form-wrap .input-name {
  width: 320px;
  padding: 36px 80px 36px 0;
  font-size: 17px;
  font-weight: 500;
  border: none;
  text-align: left;
  position: relative;
  letter-spacing: 0.02em;
  border-bottom: 1px dotted #b2b2b2;
}

.req-label {
  display: inline-block;
  background: #152e61;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
  width: 51px;
  height: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  position: absolute;
  top: 38px;
  right: 0;
}
.req-label--option {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.efo-form .form-wrap .input-cont {
  width: calc(100% - 320px);
  padding: 25px 0px 25px 21px;
  border: none;
  line-height: 1;
  position: relative;
  border-bottom: 1px dotted #b2b2b2;
}

/*
.efo-form .form-wrap .input-cont::after {
	content: '';
	width: 27px;
	height: 27px;
	background: url( ../img/common/svg/icon-ok.svg ) center center / contain no-repeat;
	position: absolute;
	top: 46.5px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}
*/
.efo-form .form-wrap .input-cont::after {
  content: "";
  background: url(../img/common/svg/icon-check.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 37px;
  right: -35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.efo-form .form-wrap .input-cont.ok::after {
  opacity: 1;
  visibility: visible;
}

.efo-form .form-wrap .input-list .input + .input {
  margin-top: 20px;
}

.efo-form .form-wrap .date-wrap {
  flex-wrap: nowrap;
}

.efo-form .form-wrap .date-wrap select {
  width: 140px;
  letter-spacing: 0;
}

.efo-form .form-wrap .date-wrap .txt {
  margin: 0 20px 0 16px;
  vertical-align: middle;
}

.pp-box {
  max-height: 200px;
  background: #fff;
  overflow: auto;
  padding: 39px 40px;
  margin: 16px 0 24px;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #eaeaea;
  color: #666;
}

.pp-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.pp-box h3 {
  font-size: 17px;
  font-weight: bold;
  color: #666;
  line-height: 1.8;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px #eaeaea;
}

.pp-box p {
  color: #666;
}

.pp-box .address-box p {
  margin-top: 30px;
  padding-left: 20px;
  border-left: solid 5px #ccc;
}

.submit-box {
  text-align: center;
  margin-top: 40px;
}

.submit-box .agree {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .submit-box .agree {
    display: block;
  }
}

.submit-box .agree .req-label {
  margin-right: 15px;
  transform: translateY(0px);
  position: relative;
  top: 0;
  line-height: 1.5;
}

.submit-box .agree div.mfp_err {
  text-align: center;
  width: 100%;
}

.agree label {
  margin-right: 16px !important;
  letter-spacing: 1.2px;
  padding: 0 0 0 40px;
}

.agree label .req-label {
  margin-right: 5px;
}

.agree label a {
  text-decoration: underline;
  text-underline-offset: 7px;
}

form#mailformpro {
  padding: 0;
}

.mfp_element_all {
  max-width: 100%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  box-shadow: none;
  border: solid 1px #eaeaea;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

.efo-form label.mfp_not_checked,
.efo-form label.mfp_checked {
  background: transparent;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all 0.2s;
}

.efo-form label.mfp_not_checked .mfp_err,
.efo-form label.mfp_checked .mfp_err {
  text-align: center;
}

.name.flex > span {
  padding: 0;
  margin-right: 15px;
}

.problem {
  border: solid 1px #a00 !important;
}

div.mfp_err {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--accent-color);
}

div#mfp_phase_confirm h4 {
  font-size: 24px;
  font-weight: normal;
  padding: 50px 0 0;
  margin: 30px 0;
}
@media (max-width: 750px) {
  div#mfp_phase_confirm h4 {
    padding-top: 24px;
  }
}

table#mfp_confirm_table {
  border-top: dotted 1px #999;
  margin: 30px 80px 45px;
  width: calc(100% - 160px);
}
@media (max-width: 959px) {
  table#mfp_confirm_table {
    width: 100%;
  }
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  padding: 28px 20px;
  border: none;
  border-bottom: dotted 1px #999;
}

table#mfp_confirm_table tr th {
  width: 240px;
  background: var(main-light-color);
}

table#mfp_confirm_table tr.mfp_colored {
  background: transparent;
}

div.mfp_buttons {
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  div.mfp_buttons {
    padding: 0 20px 40px;
  }
}

/*
----------------------------------------
1160
----------------------------------------
*/
@media screen and (max-width: 1160px) {
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 12px 0 8px;
  }
}
/*
----------------------------------------
1000
----------------------------------------
*/
@media screen and (max-width: 1000px) {
  .efo-form input[type=text],
  .efo-form input[type=search],
  .efo-form input[type=tel],
  .efo-form input[type=number],
  .efo-form input[type=url],
  .efo-form input[type=email],
  .efo-form input[type=password] {
    font-size: 16px;
    line-height: 1.5;
    padding: 17px 15px;
    padding: 12px;
  }
  .efo-form select {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    padding: 17px 45px 17px 15px !important;
    padding: 12px 35px 12px 12px !important;
  }
  .efo-form input[type=date] {
    font-size: 16px;
    padding: 16px 15px;
  }
  .efo-form input[type=file] {
    font-size: 14px;
  }
  .efo-form textarea {
    font-size: 16px;
    padding: 12px !important;
    height: 142px !important;
    border-width: 1px !important;
  }
  .radio label,
  .checkbox label {
    font-size: 16px;
  }
  .efo-form input[type=submit],
  .efo-form button[type=submit],
  button#mfp_button_send {
    margin: 30px auto 35px;
  }
  .form-wrap {
    padding: 30px 30px 45px;
  }
  .form-wrap {
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    letter-spacing: 0;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    letter-spacing: 0;
  }
  ::placeholder {
    /* Others */
    font-size: 16px;
    letter-spacing: 0;
  }
  .form-step > div .en {
    font-size: 18px !important;
  }
  .efo-form .form-wrap .input-name {
    width: 220px;
  }
  .efo-form .form-wrap .input-cont {
    width: calc(100% - 220px);
  }
  .efo-form .form-wrap .input-cont::before {
    left: -200px;
  }
  .efo-form .form-wrap .date-wrap select {
    width: 85px;
    padding: 17px 35px 17px 20px !important;
  }
  .efo-form .form-wrap .date-wrap .year select {
    width: 100px;
  }
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 10px 0 6px;
  }
  .pp-box {
    padding: 35px 30px;
    margin: 45px 0 24px;
    font-size: 14px;
  }
  .pp-box h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pp-box h3 {
    font-size: 15px;
    margin: 30px 0 15px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 22px;
  }
  table#mfp_confirm_table {
    margin: 30px 0 40px;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 15px;
  }
  table#mfp_confirm_table tr th {
    width: 200px;
  }
}
/*
----------------------------------------
768
----------------------------------------
*/
@media screen and (max-width: 750px) {
  .form-step > div span {
    font-size: 13px;
    letter-spacing: 0;
  }
  .file-wrap .file-reset {
    top: -2.5px;
  }
  .form-wrap {
    padding: 5px 0 30px;
  }
  .form-step {
    margin-bottom: 15px;
  }
  .form-step > div {
    white-space: initial;
    line-height: 1.3;
    padding: 8px 9px 8px 0;
    width: 33.3333333333%;
    height: 41px;
    margin-right: 0;
  }
  .form-step > div::after {
    mask-size: auto 41px;
  }
  .form-step > div:last-of-type {
    padding: 8px 10px 8px;
  }
  .form-step > div .en {
    display: block;
    margin: 0;
    font-size: 14px !important;
  }
  .efo-form > dl {
    flex-direction: column;
  }
  .efo-form .form-wrap .input-name {
    width: 100%;
    background: transparent;
    padding: 20px 40px 7px 0;
    margin-top: 1px;
    position: relative;
    font-size: 14px;
    border: none;
  }
  .efo-form input.s,
  .efo-form select.s {
    width: 100%;
  }
  /*
  .efo-form .form-wrap .input-name::after {
  	content: '';
  	width: 24px;
  	height: 24px;
  	background: url( ../img/common/svg/icon-ok.svg ) center center / contain no-repeat;
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY( calc( -50% + 2.5px ) );
  	opacity: 0;
  	visibility: hidden;
  	transition: all .2s;
  }
  */
  .efo-form .form-wrap .input-name::after {
    content: "";
    background: url(../img/common/svg/icon-check.svg) no-repeat center center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% + 2.5px));
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .efo-form .form-wrap .input-name.ok::after {
    opacity: 1;
    visibility: visible;
  }
  .req-label {
    width: 38px;
    height: 18px;
    position: relative;
    top: -1.2px;
    margin-left: 6px;
    font-size: 12px;
    display: inline-grid;
    border-radius: 2px;
  }
  .efo-form .form-wrap .input-cont {
    width: 100%;
    padding: 0;
    border: none;
  }
  .efo-form .form-wrap .input-cont::before {
    display: none;
  }
  .efo-form input.s,
  select.s {
    width: 100%;
  }
  .efo-form select {
    width: 90%;
    border-width: 1px !important;
    background: url(../img/common/svg/arrow-select@2x.png) right 8px center no-repeat !important;
    background-size: 13px !important;
  }
  .efo-form input[type=text],
  .efo-form input[type=search],
  .efo-form input[type=tel],
  .efo-form input[type=number],
  .efo-form input[type=url],
  .efo-form input[type=email],
  .efo-form input[type=password] {
    border-width: 1px;
  }
  .efo-form .note {
    margin-left: 0;
    margin-top: 5px;
    font-size: 13px;
    display: block;
  }
  .efo-form input[type=date] {
    width: 100%;
    min-height: 60px;
    padding: 16px 50px 16px 20px;
    text-align: left !important;
    background: url(../img/common/svg/icon-cal.svg) right 15px center/20px no-repeat;
  }
  .efo-form input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
  }
  .efo-form input[type=text].hasDatepicker,
  .efo-form input[type=text].month-year-input {
    width: 100%;
  }
  .efo-form input[type=file] {
    padding: 4px 0 10px;
  }
  .radio,
  .checkbox {
    padding: 5px 0 10px;
  }
  .radio label,
  .checkbox label {
    margin: 0 20px 0 0 !important;
  }
  .efo-form .form-wrap .input-cont::after {
    display: none;
  }
  .efo-form .form-wrap .date-wrap select {
    width: 15vw;
    padding: 17px 12px !important;
    background: none !important;
  }
  .efo-form .form-wrap .date-wrap .year select {
    width: 20vw;
  }
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 8px 0 4px;
  }
  .pp-box {
    padding: 20px;
    margin: 30px 0 24px;
  }
  .pp-box h3 {
    margin-top: 20px;
  }
  .pp-box p {
    letter-spacing: 0;
    text-align: justify;
  }
  .submit-box {
    text-align: center;
  }
  #mfp_loading,
  #mfp_loading_screen,
  #div#mfp_overlay_background {
    display: none !important;
  }
  .agree label {
    display: block;
    text-align: center;
    margin: 0 !important;
  }
  .submit-box .agree .req-label {
    margin: 0 auto 10px;
    display: block;
    transform: translateY(1px);
    line-height: 1.5;
  }
  .submit-box .agree {
    margin-bottom: 24px;
  }
  .efo-form input[type=submit],
  .efo-form button[type=submit],
  button#mfp_button_send {
    width: 100%;
    margin: 0 0 14px;
    font-size: 20px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  table#mfp_confirm_table {
    margin: 20px 0 30px;
    border: none;
    border-top: dotted 1px #999;
  }
  table#mfp_confirm_table tr {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  table#mfp_confirm_table tr th {
    width: 100%;
    padding: 11px 20px;
    border: none;
  }
  table#mfp_confirm_table tr td {
    width: 100%;
    padding: 1px 20px 16px;
  }
  div.mfp_buttons {
    margin-bottom: 25px;
  }
  .remaining {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .remaining .num {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px 11.5px;
  }
  .remaining .read {
    display: none;
  }
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 751px) {
  .tel-block .box:hover {
    background: #fafafa;
  }
  .agree label a:hover {
    color: var(--main-color);
  }
  .efo-form input[type=submit]:hover,
  .efo-form button[type=submit]:hover,
  button#mfp_button_send:hover {
    background: #00a0e9;
  }
  .efo-form input[type=reset]:hover,
  .efo-form button[type=reset]:hover,
  button#mfp_button_cancel:hover,
  .mw_wp_form_confirm .submit-box button[type=reset]:hover,
  .mw_wp_form_confirm .submit-box button[name=submitBack]:hover {
    background: transparent;
  }
}
.post__content * {
  max-width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.post__content h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  background: #152e61;
  text-align: center;
  border-bottom: 6px solid #00a0e9;
  color: #fff;
  margin: 30px 0 21px;
  padding: 16px;
}
@media (max-width: 750px) {
  .post__content h2 {
    font-size: 22px;
    margin: 30px 0 15px;
    padding: 12px 15px;
    border-width: 3px;
  }
}
.post__content h3 {
  font-size: 28px;
  font-weight: 500;
  border-top: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  text-align: center;
  margin: 30px 0 30px;
  padding: 24px 16px;
  position: relative;
}
@media (max-width: 750px) {
  .post__content h3 {
    font-size: 20px;
    padding: 12px 15px;
    border-width: 2px;
    margin: 30px 0 15px;
  }
}
.post__content h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 30px 0 20px;
  line-height: 1.5;
  padding: 21px 16px;
  background: #ededee;
}
@media (max-width: 750px) {
  .post__content h4 {
    font-size: 18px;
    padding: 12px 15px;
    margin: 30px 0 15px;
  }
}
.post__content h5 {
  font-size: 24px;
  font-weight: 500;
  border-left: 4px solid #0072bb;
  padding-left: 24px;
  margin: 30px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .post__content h5 {
    font-size: 17px;
    border-width: 2px;
    padding-left: 12px;
    margin: 30px 0 15px;
  }
}
.post__content h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .post__content h6 {
    font-size: 16px;
    margin: 30px 0 15px;
  }
}
.post__content p {
  line-height: 2.125;
  margin: 27px 0;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}
@media (max-width: 750px) {
  .post__content p {
    line-height: 1.78;
  }
}
.post__content p a {
  text-decoration: underline;
  font-style: italic;
}
.post__content .full {
  margin: 2em 0;
}
.post__content .wp-caption-text {
  margin-top: 0;
}
.post__content strong,
.post__content b {
  font-weight: 700;
  color: #00a0e9;
}
.post__content em {
  font-style: italic;
}
.post__content blockquote {
  background: #faf8f6;
  position: relative;
  padding: 12px 50px;
  margin: 40px 0;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .post__content blockquote {
    padding: 5px 24px;
    margin: 30px 0;
  }
}
.post__content blockquote:before {
  content: "";
  background: url(../img/news/icn_quote_top@2x.png) no-repeat center center/contain;
  width: 45px;
  height: 33px;
  position: absolute;
  top: -15px;
  left: 26px;
}
@media (max-width: 750px) {
  .post__content blockquote:before {
    width: 33px;
    height: 22px;
    top: -10px;
    left: 10px;
  }
}
.post__content ul,
.post__content ol {
  margin: 0 0 30px;
}
.post__content li {
  font-weight: 500;
}
.post__content ul li {
  list-style: none;
  line-height: 1.875;
  padding: 0 0 0 1em;
  position: relative;
}
.post__content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #00a0e9;
  display: inline-block;
  margin-right: 11px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
}
.post__content ul li ul {
  padding-top: 5px;
  margin-bottom: 0;
}
.post__content ul li ul li {
  line-height: 1.875;
  padding: 0 0 0 20px;
}
.post__content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.post__content ul li ul li:before {
  border: 1px solid #0101c1;
  background: #fff;
}
.post__content ol {
  counter-reset: item;
  list-style-type: none;
}
.post__content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.875;
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 1px;
}
.post__content ol li:before {
  position: absolute;
  left: 0;
  top: -1px;
  counter-increment: item;
  content: counter(item) ".";
  font-size: 18px;
  color: #00a0e9;
}
@media (max-width: 750px) {
  .post__content ol li:before {
    font-size: 14px;
    top: 0;
  }
}
.post__content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 10px 0;
}
.post__content table {
  margin: 30px 0;
  border: 1px solid #ccc;
  border-collapse: collapse !important;
  overflow: hidden;
}
.post__content table tr:first-child th,
.post__content table tr:first-child td {
  background: #00a0e9;
  color: #fff;
  font-size: 16px;
  border-bottom: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  .post__content table tr:first-child th,
  .post__content table tr:first-child td {
    font-size: 14px;
  }
}
.post__content table tr:first-child th p,
.post__content table tr:first-child td p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.857;
}
@media (max-width: 750px) {
  .post__content table tr:first-child th p,
  .post__content table tr:first-child td p {
    font-size: 14px;
  }
}
.post__content table tr:last-child th,
.post__content table tr:last-child td {
  border-bottom: none;
}
.post__content table tr th:last-child,
.post__content table tr td:last-child {
  border-right: none;
}
.post__content table th {
  font-weight: bold;
  color: #fff;
}
.post__content table th,
.post__content table td {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 24px 10px;
  vertical-align: middle;
  line-height: 1.375;
}
@media (max-width: 750px) {
  .post__content table th,
  .post__content table td {
    font-size: 13px;
    padding: 13px 5px;
  }
}
.post__content table th p,
.post__content table td p {
  margin: 0;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
@media (max-width: 750px) {
  .post__content table th p,
  .post__content table td p {
    font-size: 13px;
  }
}
.post__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.post__content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .post__content .alignright {
    float: none;
    margin-left: 0;
  }
}
.post__content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .post__content .alignleft {
    float: none;
    margin-right: 0;
  }
}
.post__content #image-details-caption {
  display: none;
}
.post__content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 959px) {
  .post__content .wp-caption {
    padding: 0;
  }
}
.post__content .wp-caption.alignleft, .post__content .wp-caption.alignright {
  width: 40.7% !important;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignleft, .post__content .wp-caption.alignright {
    width: 100% !important;
  }
}
.post__content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignleft {
    margin-left: 0;
  }
}
.post__content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .post__content .wp-caption.alignright {
    margin-right: 0;
  }
}
.post__content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.post__content img[class*=wp-image-],
.post__content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
  border-radius: 64px 0 64px 0;
}
@media (max-width: 959px) {
  .post__content img[class*=wp-image-],
  .post__content img[class*=attachment-] {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 32px 0 32px 0;
  }
}
.post__content img[class*=wp-image-].alignright,
.post__content img[class*=attachment-].alignright {
  height: auto;
  width: 40.7%;
}
@media (max-width: 750px) {
  .post__content img[class*=wp-image-].alignright,
  .post__content img[class*=attachment-].alignright {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post__content img[class*=wp-image-].alignleft,
.post__content img[class*=attachment-].alignleft {
  height: auto;
  width: 40.7%;
}
@media (max-width: 750px) {
  .post__content img[class*=wp-image-].alignleft,
  .post__content img[class*=attachment-].alignleft {
    width: 100%;
    margin-bottom: 5px;
  }
}
.post__content .linkcard {
  width: 100%;
}
@media (max-width: 750px) {
  .post__content .linkcard {
    margin-block: 30px !important;
  }
}
.post__content .lkc-content {
  margin-top: 0;
}
@media (max-width: 750px) {
  .post__content .lkc-content {
    height: auto;
  }
}
.post__content .lkc-internal-wrap a {
  position: relative;
}
@media (max-width: 750px) {
  .post__content .lkc-internal-wrap a {
    padding-right: 30px;
  }
}
.post__content .lkc-internal-wrap a:before {
  content: "";
  background: url(../img/news/icn-internal@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media (max-width: 750px) {
  .post__content .lkc-internal-wrap a:before {
    width: 24px;
    height: 24px;
    right: 5px;
  }
}
.post__content .lkc-internal-wrap .lkc-title:before {
  background: #00a0e9;
}
.post__content .lkc-internal-wrap .lkc-url {
  color: #00a0e9;
}
.post__content .lkc-external-wrap a {
  position: relative;
}
@media (max-width: 750px) {
  .post__content .lkc-external-wrap a {
    padding-right: 3.5rem;
  }
}
.post__content .lkc-external-wrap a:before {
  content: "";
  background: url(../img/news/icn-external@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media (max-width: 750px) {
  .post__content .lkc-external-wrap a:before {
    width: 24px;
    height: 24px;
    right: 5px;
  }
}
.post__content .lkc-external-wrap .lkc-title:before {
  background: #33b8a6;
}
.post__content .lkc-external-wrap .lkc-url {
  color: #33b8a6;
}
.post__content .lkc-link,
.post__content .lkc-unlink {
  display: block;
  padding: 23px 75px 23px 23px;
}
@media (max-width: 750px) {
  .post__content .lkc-link,
  .post__content .lkc-unlink {
    padding: 20px 15px;
  }
}
.post__content .lkc-thumbnail {
  margin-right: 43px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .post__content .lkc-thumbnail {
    margin-right: 15px;
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
  }
}
.post__content .lkc-thumbnail-img {
  object-fit: cover;
}
@media (max-width: 750px) {
  .post__content .lkc-thumbnail-img {
    width: 100% !important;
    height: auto !important;
  }
}
.post__content .lkc-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 19px;
  position: relative;
  overflow: visible;
}
@media (max-width: 750px) {
  .post__content .lkc-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.post__content .lkc-title:before {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: -58px;
  top: 13px;
}
.post__content .lkc-title-text {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .post__content .lkc-title-text {
    margin-bottom: 5px;
  }
}
.post__content .lkc-url {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 9px;
  text-decoration: none;
}
@media (max-width: 750px) {
  .post__content .lkc-url {
    font-size: 12px;
    line-height: 1.6;
  }
}
.post__content .lkc-excerpt {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .post__content .lkc-excerpt {
    font-size: 13px;
  }
}

.postnav {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  align-items: center;
}
@media (max-width: 959px) {
  .postnav {
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .postnav {
    margin: 24px 0 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px;
  }
}
.postnav .post-label {
  max-width: 330px;
  font-weight: 500;
  line-height: 2.125;
}
@media (max-width: 959px) {
  .postnav .post-label {
    width: 100%;
  }
}
.postnav .post-label a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .postnav .post-label a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.postnav .post-label a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #33b8a6;
}
@media (max-width: 750px) {
  .postnav .post-label a:before {
    font-size: 14px;
  }
}
.postnav .prev-label a {
  padding-left: 37px;
}
.postnav .prev-label a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  left: 0;
}
.postnav .next-label {
  margin-left: auto;
}
.postnav .next-label a {
  padding-right: 37px;
}
.postnav .next-label a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  right: 0;
}
.postnav .btn-back {
  width: 300px;
  text-align: center;
  margin-inline: auto;
}
@media (max-width: 959px) {
  .postnav .btn-back {
    margin: 30px auto;
  }
}
@media (max-width: 750px) {
  .postnav .btn-back {
    margin: 15px auto;
  }
}
.postnav .btn-back a {
  display: block;
  background: #152e61;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 300px;
  height: 68px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 500;
  border-radius: 35px;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .postnav .btn-back a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
  }
}
@media (max-width: 750px) {
  .postnav .btn-back a {
    font-size: 16px;
    height: 60px;
  }
}

.secCta {
  background: #152e61;
  padding: 64px 0 46px;
  color: #fff;
}
@media (max-width: 750px) {
  .secCta {
    padding: 17px 0 33px;
  }
}

.secCta__headingWrap {
  text-align: center;
  margin-bottom: 29px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  transform: translateX(8px);
}
@media (max-width: 750px) {
  .secCta__headingWrap {
    transform: translateX(0);
    margin-bottom: 19px;
  }
}

.secCta__free {
  position: absolute;
  top: -20px;
  left: -133px;
}
@media (max-width: 750px) {
  .secCta__free {
    position: static;
  }
  .secCta__free img {
    width: 146px;
    margin-inline: auto;
    transform: translateX(-7px);
  }
}

.secCta__heading {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .secCta__heading {
    letter-spacing: 0.02em;
    line-height: 1;
  }
}

.secCta__heading__fukidashi {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  .secCta__heading__fukidashi {
    font-size: 17px;
    margin-bottom: 6px;
  }
}
.secCta__heading__fukidashi:before, .secCta__heading__fukidashi:after {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
  position: absolute;
  top: 7px;
}
@media (max-width: 750px) {
  .secCta__heading__fukidashi:before, .secCta__heading__fukidashi:after {
    display: none;
  }
}
.secCta__heading__fukidashi:before {
  background: url(../img/common/fukidashi_line_l@2x.png) no-repeat center center/contain;
  left: -29px;
}
.secCta__heading__fukidashi:after {
  background: url(../img/common/fukidashi_line_r@2x.png) no-repeat center center/contain;
  right: -24px;
}
.secCta__heading__fukidashi .small {
  font-size: 24px;
}
@media (max-width: 750px) {
  .secCta__heading__fukidashi .small {
    font-size: 13px;
  }
}

.secCta__heading__main {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secCta__heading__main {
    font-size: 22px;
  }
}

.secCta__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .secCta__box {
    display: block;
  }
}

.secCta__tel {
  margin-block: 23px 13px;
  margin-inline: 40px;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 959px) {
  .secCta__tel {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .secCta__tel {
    margin-block: 0 16px;
    margin-inline: 0;
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .secCta__tel a {
    display: block;
    background: #00a0e9;
    padding: 10px 20px;
    border-radius: 64px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    width: 88%;
    margin-inline: auto;
  }
}
.secCta__tel:before {
  content: "";
  background: #324261;
  width: 2px;
  height: 140px;
  display: block;
  position: absolute;
  right: -41px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .secCta__tel:before {
    display: none;
  }
}
.secCta__tel .c-tel__number {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/icn_tel_white@2x.png) no-repeat left center/42px;
  padding-left: 52px;
  letter-spacing: -0.02em;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 959px) {
  .secCta__tel .c-tel__number {
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .secCta__tel .c-tel__number {
    font-size: 28px;
    color: #fff;
    background: url(../img/common/icn_tel_white@2x.png) no-repeat left center/23px;
    width: fit-content;
    padding-left: 31px;
  }
}
.secCta__tel .c-tel__info {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
}
@media (max-width: 959px) {
  .secCta__tel .c-tel__info {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .secCta__tel .c-tel__info {
    font-size: 12px;
  }
}

.secCta__mail {
  margin-block: 17px;
  margin-inline: 40px;
}
@media (max-width: 750px) {
  .secCta__mail {
    margin-block: 0;
    margin-inline: 0;
  }
}
.secCta__mail a {
  padding: 18px 54px;
  font-size: 28px;
  color: #152e61;
  background: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 64px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .secCta__mail a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
    color: #fff;
  }
}
@media (max-width: 959px) {
  .secCta__mail a {
    max-width: 460px;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  .secCta__mail a {
    font-size: 17px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 64px;
    width: 88%;
    margin-inline: auto;
  }
}
.secCta__mail .icon-envelope {
  font-size: 30px;
  display: inline-block;
  transform: translateY(2px);
}
@media (max-width: 750px) {
  .secCta__mail .icon-envelope {
    font-size: 18px;
    transform: translateY(0);
  }
}
@media (max-width: 750px) {
  .secCta__mail .secCta__mail__txt {
    display: block;
  }
}
.secCta__mail .c-mailBtn__txt {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .secCta__mail .c-mailBtn__txt {
    font-size: 12px;
  }
}

.secCta--ver2 {
  padding: 58px 0 66px;
}
@media (max-width: 750px) {
  .secCta--ver2 {
    padding: 38px 0 40px;
  }
}
.secCta--ver2 .secCta__headingWrap {
  transform: translateX(0);
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .secCta--ver2 .secCta__headingWrap {
    margin-bottom: 13px;
  }
}
.secCta--ver2 .secCta__heading {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .secCta--ver2 .secCta__heading {
    margin-bottom: 7px;
  }
}
.secCta--ver2 .secCta__heading__fukidashi {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secCta--ver2 .secCta__heading__fukidashi {
    font-size: 21px;
    margin-bottom: 0;
  }
}
.secCta--ver2 .secCta__heading__fukidashi:before, .secCta--ver2 .secCta__heading__fukidashi:after {
  width: 26px;
  height: 42px;
}
.secCta--ver2 .secCta__heading__fukidashi:before {
  left: -46px;
}
.secCta--ver2 .secCta__heading__fukidashi:after {
  right: -41px;
}
@media (max-width: 750px) {
  .secCta--ver2 .secCta__lead {
    font-size: 13px;
    line-height: 1.5;
  }
}

.secCta__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 23px;
}
@media (max-width: 750px) {
  .secCta__point {
    gap: 6px;
    margin-bottom: 27px;
  }
}

.secCta__point__item {
  background: #ffde00;
  border-radius: 12px;
  color: #152e61;
  display: grid;
  place-items: start center;
  padding-block: 14px 12px;
  text-align: center;
  font-style: italic;
}
@media (max-width: 750px) {
  .secCta__point__item {
    border-radius: 6px;
    padding-block: 15px 14px;
  }
}

.secCta__point__ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 750px) {
  .secCta__point__ttl {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
}

.secCta__point__txt {
  font-weight: bold;
  line-height: 1;
}
.secCta__point__txt em {
  font-size: 36px;
}
@media (max-width: 750px) {
  .secCta__point__txt em {
    font-size: 18px;
  }
}
.secCta__point__txt .en {
  font-size: 48px;
}
@media (max-width: 750px) {
  .secCta__point__txt .en {
    font-size: 24px;
  }
}
.secCta__point__txt .small {
  font-size: 26px;
}
@media (max-width: 750px) {
  .secCta__point__txt .small {
    font-size: 13px;
  }
}

.secFaq {
  padding-block: 116px 100px;
}
@media (max-width: 750px) {
  .secFaq {
    padding-block: 57px 40px;
  }
}

.secFaq__heading {
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  .secFaq__heading {
    margin-bottom: 18px;
  }
}

.secFaq__heading__en {
  color: #dfe1e6;
  top: -13px;
}
@media (max-width: 750px) {
  .secFaq__heading__en {
    top: -18px;
  }
}

.secFaq__icn {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .secFaq__icn {
    margin-bottom: -2px;
  }
}
@media (max-width: 750px) {
  .secFaq__icn img {
    width: 40px;
  }
}

.secFaq__heading__ja {
  color: #152e61;
}

.secFaq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 750px) {
  .secFaq__list {
    gap: 20px;
  }
}

.secFaq__item {
  border: 2px solid #33b8a6;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .secFaq__item {
    border-width: 1px;
    border-radius: 12px;
  }
}

.secFaq__item__q {
  cursor: pointer;
  width: 100%;
  position: relative;
  background: #33b8a6;
  color: #fff;
}
.secFaq__item__q:before {
  content: "＋";
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  color: #33b8a6;
  font-weight: bold;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 750px) {
  .secFaq__item__q:before {
    width: 36px;
    height: 36px;
    font-size: 20px;
    right: 8px;
  }
}
.secFaq__item__q.on:before {
  content: "－";
}

.secFaq__item__q {
  padding: 26px 125px;
  position: relative;
}
@media (max-width: 750px) {
  .secFaq__item__q {
    padding: 17px 55px 17px 63px;
  }
}

.secFaq__item__q__ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl {
    font-size: 17px;
    line-height: 1.3;
  }
}
.secFaq__item__q__ttl:before {
  content: "";
  background: url(../img/common/icn_q@2x.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: -88px;
  top: -8px;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl:before {
    width: 33px;
    height: 33px;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.secFaq__item__a__inner {
  padding: 35px 125px 37px;
  position: relative;
}
@media (max-width: 959px) {
  .secFaq__item__a__inner {
    padding-right: 35px;
  }
}
@media (max-width: 750px) {
  .secFaq__item__a__inner {
    padding: 17px 20px 25px;
  }
}

.secFaq__item__a__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #33b8a6;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .secFaq__item__a__ttl {
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 1.3125;
    padding-left: 46px;
  }
}
.secFaq__item__a__ttl:before {
  content: "";
  background: url(../img/common/icn_a@2x.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: -88px;
  top: -4px;
}
@media (max-width: 750px) {
  .secFaq__item__a__ttl:before {
    width: 33px;
    height: 33px;
    left: -2px;
    top: 0px;
  }
}

@media (max-width: 750px) {
  .secFaq__item__a__txt {
    font-size: 14px;
    line-height: 2.071;
  }
}
.secFaq__item__a__txt span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #494949;
}
@media (max-width: 750px) {
  .secFaq__item__a__txt span {
    font-size: 13px;
    line-height: 1.53;
  }
}

.secFaq__item__condition {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 28px;
}
@media (max-width: 750px) {
  .secFaq__item__condition {
    font-size: 14px;
    margin-bottom: 14px;
    justify-content: center;
    gap: 7px 15px;
  }
}
.secFaq__item__condition .condition__item {
  background: #faf8f6;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 12px;
  min-width: 254px;
  text-align: center;
}
@media (max-width: 750px) {
  .secFaq__item__condition .condition__item {
    padding: 8px 6px;
    min-width: 120px;
    border-radius: 3px;
  }
}
.secFaq__item__condition .condition__item:not(:last-child) {
  margin-right: 17px;
}
@media (max-width: 750px) {
  .secFaq__item__condition .condition__item:not(:last-child) {
    margin-right: 0;
  }
}
.secFaq__item__condition .condition__item:last-child {
  margin-right: 5px;
}
@media (max-width: 750px) {
  .secFaq__item__condition .condition__item:last-child {
    margin-right: 0;
  }
}

.secFlow {
  background: #faf8f6;
  padding-block: 131px 100px;
}
@media (max-width: 750px) {
  .secFlow {
    padding-block: 52px 50px;
  }
}

.secFlow__heading {
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  .secFlow__heading {
    margin-bottom: 27px;
  }
}

.secFlow__heading__en {
  color: #dfe1e6;
  top: -47px;
}
@media (max-width: 750px) {
  .secFlow__heading__en {
    top: -23px;
  }
}

.secFlow__icn {
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .secFlow__icn {
    margin-bottom: 1px;
  }
  .secFlow__icn img {
    width: 28px;
  }
}

.secFlow__heading__ja {
  color: #152e61;
}

.page-nav {
  margin: 48px auto 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .page-nav {
    margin: 40px auto 0;
  }
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  position: relative;
  gap: 10px 0;
}

.wp-pagenavi a,
.wp-pagenavi > span {
  font-size: 20px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  display: inline-grid;
  place-items: center;
  margin: 0 10px;
  line-height: 1.6;
  background-color: #fff;
  padding: 0;
  color: #111;
  border: 1px solid #ccc;
  font-family: "Lato", sans-serif;
}
@media (max-width: 750px) {
  .wp-pagenavi a,
  .wp-pagenavi > span {
    margin: 0 5px;
  }
}

.wp-pagenavi a {
  transition: all 0.2s;
}

.wp-pagenavi a:hover {
  background: #33b8a6;
  border: none;
  color: #fff;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 20px;
  color: #152e61;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: none;
  border: none;
  margin: 0 5px;
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:where(:any-link, :enabled, summary):hover,
  .wp-pagenavi .nextpostslink:where(:any-link, :enabled, summary):hover {
    background: none;
  }
}

.wp-pagenavi .current {
  background: #152e61;
  color: #fff;
  border: none;
}

@media (max-width: 750px) {
  .st-footer--contact {
    background: #152e61;
    padding-bottom: 77px;
  }
}

.st-footer__cont {
  background: #ededee;
  padding-block: 76px;
}
@media (max-width: 750px) {
  .st-footer__cont {
    padding-block: 50px;
  }
}

.st-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 750px) {
  .st-footer__top {
    display: block;
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .st-footer__logo {
    margin-bottom: 24px;
  }
  .st-footer__logo img {
    width: 187px;
    margin-inline: auto;
  }
}

.st-footer__sitemap__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #152e61;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .st-footer__sitemap__ttl {
    font-size: 22px;
    gap: 13px;
    margin-bottom: 0;
    line-height: 1.6;
  }
}
.st-footer__sitemap__ttl:after {
  content: "";
  background: #152e61;
  width: 100%;
  height: 2px;
  flex: 1;
}

.st-footer__sitemap__list {
  max-width: 1078px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  gap: 17px 0;
}
@media (max-width: 750px) {
  .st-footer__sitemap__list {
    display: block;
  }
}

.st-footer__sitemap__item {
  font-size: 18px;
  font-weight: bold;
  color: #152e61;
}
@media (max-width: 750px) {
  .st-footer__sitemap__item {
    font-size: 15px;
    border-bottom: 1px solid #b7b7b7;
  }
}
.st-footer__sitemap__item a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__sitemap__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .st-footer__sitemap__item a {
    padding-block: 20.9px;
    display: block;
    position: relative;
  }
  .st-footer__sitemap__item a:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
}

.st-footer__copyright {
  background: #152e61;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding-block: 38px;
}
@media (max-width: 750px) {
  .st-footer__copyright {
    padding-block: 24px;
  }
}
.st-footer__copyright small {
  font-size: 16px;
}
@media (max-width: 750px) {
  .st-footer__copyright small {
    font-size: 14px;
  }
}

.st-footerFix-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 25px 0;
  z-index: 2;
  height: 108px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.st-footerFix-pc.fixed {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 959px) {
  .st-footerFix-pc {
    height: 78px;
    padding: 9px 0;
  }
}
@media (max-width: 750px) {
  .st-footerFix-pc {
    display: none;
  }
}

.st-footerFix-pc__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 959px) {
  .st-footerFix-pc__in {
    padding-inline: 10px;
  }
}

.st-footer__fix__logo {
  flex: 1;
}
@media (max-width: 959px) {
  .st-footer__fix__logo {
    display: none;
  }
}
.st-footer__fix__logo a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footer__fix__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.st-footerFix-pc__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-right: 35px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .st-footerFix-pc__link {
    gap: 10px;
  }
}
@media (max-width: 959px) {
  .st-footerFix-pc__link {
    margin-right: 0;
    margin-left: 0;
  }
}

.st-footerFix-pc__link__item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 959px) {
  .st-footerFix-pc__link__item {
    font-size: 14px;
  }
}
.st-footerFix-pc__link__item a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-footerFix-pc__link__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.st-footerFix-pc__mail a {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #152e61;
  color: #fff;
  font-size: 22px;
  transition: background 0.3s ease-out;
}
@media (hover: hover) {
  .st-footerFix-pc__mail a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
  }
}

.st-footerFix-pc__side {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 24px;
  overflow: hidden;
  background: #33b8a6;
  width: 278px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.st-footerFix-pc__side.fixed {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 959px) {
  .st-footerFix-pc__side {
    display: none;
  }
}

.st-footerFix-pc__side__ttl {
  background: #152e61;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0;
  margin-bottom: 8px;
}

.st-footerFix-pc__side__txtbox {
  padding: 0 17px 12px;
}

.st-footerFix-pc__side__tel .c-tel__number {
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: url(../img/common/icn_tel_white@2x.png) no-repeat left center/26px;
  padding-left: 36px;
  letter-spacing: -0.02em;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3px;
}
.st-footerFix-pc__side__tel .c-tel__info {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 12px;
}

.st-footerFix-pc__side__btn a {
  padding: 14px 32px;
  font-size: 14px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (hover: hover) {
  .st-footerFix-pc__side__btn a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
    color: #fff;
  }
}
.st-footerFix-pc__side__btn a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.st-footerFix-sp {
  display: none;
}
@media (max-width: 750px) {
  .st-footerFix-sp {
    display: block;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .st-footerFix-sp.fixed {
    opacity: 1;
    visibility: visible;
  }
}

.st-footerFix-sp__item {
  padding: 9px 0 10px;
}
.st-footerFix-sp__item--tel {
  background: #152e61;
}
.st-footerFix-sp__item--tel .st-footerFix-sp__btn__txt {
  color: #152e61;
}
.st-footerFix-sp__item--tel .st-footerFix-sp__btn a:before {
  color: #152e61;
}
.st-footerFix-sp__item--mail {
  background: #33b8a6;
}
.st-footerFix-sp__item--mail .st-footerFix-sp__btn__txt {
  color: #33b8a6;
}
.st-footerFix-sp__item--mail .st-footerFix-sp__btn a:before {
  color: #33b8a6;
}
.st-footerFix-sp__item--mail .icon-envelope {
  font-size: 17px;
  color: #33b8a6;
}

.st-footerFix-sp__ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.st-footerFix-sp__btn a {
  background: #fff;
  border-radius: 64px;
  height: 37px;
  padding-inline: 0px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-out;
  position: relative;
  width: 85%;
  margin-inline: auto;
}
.st-footerFix-sp__btn a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}

.st-footerFix-sp__btn__txt {
  font-size: 11.5px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  min-width: 1120px;
  width: 100%;
}
@media (max-width: 959px) {
  .st-header {
    min-width: 0;
    position: relative;
  }
}

.st-header__top {
  background: #fff;
  height: 108px;
}
@media (max-width: 959px) {
  .st-header__top {
    height: 60px;
  }
}
.st-header__top .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.st-header__top .st-header__logo {
  flex: 1;
  padding-top: 12px;
}
@media (max-width: 959px) {
  .st-header__top .st-header__logo {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .st-header__top .st-header__contact {
    display: none;
  }
}

.st-header__bottom {
  background: #152e61;
  height: 54px;
  color: #fff;
}
@media (max-width: 959px) {
  .st-header__bottom {
    background: none;
    height: auto;
    color: #111;
  }
}
.st-header__bottom .inner {
  height: 100%;
}

.st-header__logo {
  transition: transform 0.4s;
}
.st-header__logo a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .st-header__logo {
    width: 38.6vw;
    max-width: 146px;
  }
}

.st-header__contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 959px) {
  .st-header__contact {
    display: block;
  }
}

@media (max-width: 959px) {
  .st-header__tel {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  .st-header__tel a {
    display: block;
    background: #00a0e9;
    padding: 10px 20px;
    border-radius: 64px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    width: 88%;
    margin-inline: auto;
  }
}
.st-header__tel .c-tel__number {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #00a0e9;
  background: url(../img/common/icn_tel_lightblue@2x.png) no-repeat left center/32px;
  padding-left: 42px;
  letter-spacing: -0.02em;
  text-align: right;
}
@media (max-width: 750px) {
  .st-header__tel .c-tel__number {
    font-size: 28px;
    color: #fff;
    background: url(../img/common/icn_tel_white@2x.png) no-repeat left center/23px;
    width: fit-content;
    margin-inline: auto;
    padding-left: 31px;
  }
}
.st-header__tel .c-tel__info {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .st-header__tel .c-tel__info {
    font-size: 12px;
    text-align: center;
  }
}

.st-header__mail a {
  padding: 17px 52px;
  font-size: 20px;
  color: #fff;
  background: #152e61;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__mail a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
  }
}
@media (max-width: 750px) {
  .st-header__mail a {
    padding: 21px 52px;
    width: 88%;
    margin-inline: auto;
    font-size: 17px;
    font-weight: bold;
  }
}
.st-header__mail .icon-envelope {
  font-size: 22px;
}
@media (max-width: 750px) {
  .st-header__mail .icon-envelope {
    font-size: 18px;
  }
}

.st-header__nav {
  height: 100%;
}
.st-header__nav .st-header__logo {
  display: none;
}
@media (max-width: 959px) {
  .st-header__nav .st-header__logo {
    display: block;
  }
}

.st-header__pageLink {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .st-header__pageLink {
    display: block;
    height: auto;
    margin-top: 11px;
  }
}

.st-header__pageLink__item {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 959px) {
  .st-header__pageLink__item {
    font-size: 15px;
    font-weight: bold;
    color: #152e61;
    border-bottom: 1px solid #b7b7b7;
  }
}
.st-header__pageLink__item a {
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover {
    color: #FFDE01;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__item a {
    padding-block: 20.9px;
    display: block;
    position: relative;
  }
  .st-header__pageLink__item a:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
}

.st-header__nav__contact {
  display: none;
}
@media (max-width: 959px) {
  .st-header__nav__contact {
    display: block;
    margin-top: 27px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .c-tel {
    margin-bottom: 16px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .c-tel a {
    display: block;
    background: #00a0e9;
    padding: 10px 20px;
    border-radius: 64px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    width: 94%;
    margin-inline: auto;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .st-header__tel .c-tel__number {
    font-size: 28px;
    color: #fff;
    background: url(../img/common/icn_tel_white@2x.png) no-repeat left center/23px;
    width: fit-content;
    margin-inline: auto;
    padding-left: 31px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .st-header__tel .c-tel__info {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .st-header__mail .icon-envelope {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .st-header__mail a {
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    border-radius: 64px;
    width: 94%;
    margin-inline: auto;
    gap: 8px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__contact .c-mail__info {
    font-size: 12px;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 959px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #152e61;
    transition: background 0.4s;
  }
  #sp-btn span {
    width: 28px;
    height: 2px;
    transition: all 0.4s;
    background: #fff;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 10px;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 28px;
    position: relative;
    padding: 0;
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 12px) rotate(-42deg) scaleX(1.3);
    transform: translate(0, 12px) rotate(-42deg) scaleX(1.3);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -12px) rotate(42deg) scaleX(1.3);
    transform: translate(0, -12px) rotate(42deg) scaleX(1.3);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
    background: #fff;
    border-radius: 0 0 0 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 12px 20px 40px 20px;
  }
  #overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
}
#archive-area .c-pageTtl {
  background: url(../img/area/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#archive-area .secArea {
  padding-block: 34px 0;
}
@media (max-width: 750px) {
  #archive-area .secArea {
    padding-block: 10px 0;
  }
}
#archive-area .secArea__icn {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #archive-area .secArea__icn {
    margin-bottom: 3px;
  }
  #archive-area .secArea__icn img {
    width: 26px;
  }
}
#archive-area .secArea__heading__ja {
  line-height: 1.5;
  color: #152e61;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #archive-area .secArea__heading__ja {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
#archive-area .secArea__lead {
  max-width: 950px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 73px;
}
@media (max-width: 959px) {
  #archive-area .secArea__lead {
    margin-bottom: 0;
  }
}

#archive-case .c-pageTtl {
  background: url(../img/case/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#archive-case .secCase {
  background: #faf8f6;
  padding: 64px 0 100px;
}
@media (max-width: 750px) {
  #archive-case .secCase {
    padding: 28px 0 40px;
  }
}
#archive-case .c-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 58px;
}
@media (max-width: 959px) {
  #archive-case .c-case__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #archive-case .c-case__list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

#archive-maker .c-pageTtl {
  background: url(../img/maker/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#archive-maker .c-pageNav {
  padding-block: 50px 0;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav {
    padding-block: 50px 0;
    margin-bottom: 50px;
  }
}
#archive-maker .c-pageNav__cont {
  background: #faf8f6;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 32px 64px;
  position: relative;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__cont {
    padding: 0 10px 28px;
  }
}
#archive-maker .c-pageNav__cont:before {
  content: "";
  background: url(../img/maker/nav_illust_01@2x.png) no-repeat center center/cover;
  width: 100px;
  height: 220px;
  display: block;
  position: absolute;
  left: -48px;
  top: 3px;
}
@media (max-width: 959px) {
  #archive-maker .c-pageNav__cont:before {
    display: none;
  }
}
#archive-maker .c-pageNav__cont:after {
  content: "";
  background: url(../img/maker/nav_illust_02@2x.png) no-repeat center center/cover;
  width: 118px;
  height: 221px;
  display: block;
  position: absolute;
  right: -75px;
  top: 8px;
}
@media (max-width: 959px) {
  #archive-maker .c-pageNav__cont:after {
    display: none;
  }
}
#archive-maker .c-pageNav__catch {
  margin-top: -25px;
  line-height: 1.6;
  font-size: 28px;
  font-weight: bold;
  color: #33b8a6;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__catch {
    margin-top: -30px;
    line-height: 1.3125;
    font-size: 16px;
    margin-bottom: 9px;
  }
}
#archive-maker .c-pageNav__catch span {
  display: inline-block;
  position: relative;
}
#archive-maker .c-pageNav__catch span:before, #archive-maker .c-pageNav__catch span:after {
  content: "";
  width: 15px;
  height: 23.5px;
  display: block;
  position: absolute;
  top: 13px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__catch span:before, #archive-maker .c-pageNav__catch span:after {
    width: 20.25px;
    height: 33px;
    top: 5px;
  }
}
#archive-maker .c-pageNav__catch span:before {
  background: url(../img/maker/nav_ttl_line_l@4x.png) no-repeat center center/contain;
  left: -30px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__catch span:before {
    background: url(../img/maker/nav_ttl_line_l_sp@4x.png) no-repeat center center/contain;
  }
}
#archive-maker .c-pageNav__catch span:after {
  background: url(../img/maker/nav_ttl_line_r@4x.png) no-repeat center center/contain;
  right: -30px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__catch span:after {
    background: url(../img/maker/nav_ttl_line_r_sp@4x.png) no-repeat center center/contain;
  }
}
#archive-maker .c-pageNav__ttl {
  font-size: 40px;
  font-weight: bold;
  color: #152e61;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__ttl {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 13px;
  }
}
#archive-maker .c-pageNav__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 27px;
}
@media (max-width: 959px) {
  #archive-maker .c-pageNav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__list {
    gap: 12px 16px;
  }
}
#archive-maker .c-pageNav__item a {
  display: block;
  background: #152e61;
  border-radius: 30px;
  padding: 0 20px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  transition: all 0.2s ease-out;
  position: relative;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__item a {
    font-size: 14px;
    line-height: 1.07;
    height: 58px;
    padding-bottom: 18px;
  }
}
#archive-maker .c-pageNav__item a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
@media (max-width: 750px) {
  #archive-maker .c-pageNav__item a:before {
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    transform: translateY(0);
    bottom: 8px;
  }
}
@media (hover: hover) {
  #archive-maker .c-pageNav__item a:where(:any-link, :enabled, summary):hover {
    background: #00a0e9;
  }
}
#archive-maker .secMaker {
  margin-top: 83px;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker {
    margin-top: 40px;
    margin-bottom: 55px;
  }
}
#archive-maker .secMaker__icn {
  margin-bottom: 13px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__icn {
    margin-bottom: 5px;
  }
  #archive-maker .secMaker__icn img {
    zoom: 0.5;
  }
}
#archive-maker .secMaker__heading__ja {
  color: #152e61;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__heading__ja {
    margin-bottom: 15px;
  }
}
#archive-maker .secMaker__lead {
  text-align: center;
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__lead {
    line-height: 2.07;
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__lead--center {
    text-align: center;
  }
}
#archive-maker .secMaker__content {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content {
    position: relative;
    margin-bottom: 40px;
  }
}
#archive-maker .secMaker__content__scroll {
  display: none;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__scroll {
    display: block;
    position: absolute;
    right: -20px;
    top: -62px;
    animation: scroll 3s linear infinite;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__tableWrap {
    overflow: scroll;
    width: calc(100% + 20px);
    position: relative;
  }
}
#archive-maker .secMaker__content__table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table {
    width: 585px;
    border-radius: 5px 5px 0 0;
  }
}
#archive-maker .secMaker__content__table thead th {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #33b8a6;
  padding: 17px 10px;
  text-align: center;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table thead th {
    font-size: 16px;
    padding: 6px 10px;
    line-height: 1.1;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table thead th .th_inner {
    display: inline-grid;
    place-items: center;
    text-align: left;
  }
}
#archive-maker .secMaker__content__table thead th:first-child {
  width: 240px;
}
@media (max-width: 959px) {
  #archive-maker .secMaker__content__table thead th:first-child {
    width: 170px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table thead th:first-child {
    width: 110px;
  }
}
#archive-maker .secMaker__content__table thead th small {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table thead th small {
    font-size: 11px;
    letter-spacing: 0;
  }
}
#archive-maker .secMaker__content__table tbody th,
#archive-maker .secMaker__content__table tbody td {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dbdbdb;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table tbody th,
  #archive-maker .secMaker__content__table tbody td {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0;
  }
}
#archive-maker .secMaker__content__table tbody th {
  width: 240px;
  letter-spacing: 0;
  background: #faf8f6;
  padding: 13px 10px;
}
@media (max-width: 959px) {
  #archive-maker .secMaker__content__table tbody th {
    width: 170px;
    padding: 12px 5px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table tbody th {
    width: 110px;
    padding: 12px 5px;
    letter-spacing: 0;
  }
}
#archive-maker .secMaker__content__table tbody td {
  font-size: 15px;
  font-weight: 500;
  padding: 13px 10px;
}
@media (max-width: 959px) {
  #archive-maker .secMaker__content__table tbody td {
    padding: 6px 5px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table tbody td {
    font-size: 14px;
    padding: 6px 5px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table tbody td:has(strong) {
    font-size: 12px;
  }
}
#archive-maker .secMaker__content__table tbody td strong {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__content__table tbody td strong {
    font-size: 16px;
  }
}
#archive-maker .maker_name {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #152e61;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  #archive-maker .maker_name {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
#archive-maker .maker_logo {
  margin-top: 5px;
  display: block;
}
@media (max-width: 750px) {
  #archive-maker .maker_logo {
    margin-top: 2px;
  }
}
#archive-maker .maker_logo img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  #archive-maker .maker_logo img {
    width: 98%;
  }
}
#archive-maker .c-news__item__more .c-btn-02__link {
  font-size: 12px;
  padding-bottom: 3px;
}
@media (max-width: 750px) {
  #archive-maker .c-news__item__more .c-btn-02__link {
    font-size: 11px;
  }
}
#archive-maker .c-news__item__more .icon-circle-chevron-down {
  margin-left: 7px;
  top: 1px;
  position: relative;
  font-size: 13px;
}
@media (max-width: 750px) {
  #archive-maker .c-news__item__more .icon-circle-chevron-down {
    font-size: 12px;
    margin-left: 3px;
  }
}
#archive-maker .outage_symbol {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  #archive-maker .outage_symbol {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
#archive-maker .outage_txt {
  display: block;
}
#archive-maker .secMaker__detail {
  background: #faf8f6;
  border-radius: 10px;
  padding: 80px 50px;
}
@media (max-width: 959px) {
  #archive-maker .secMaker__detail {
    padding-inline: 20px;
  }
}
@media (max-width: 750px) {
  #archive-maker .secMaker__detail {
    border-radius: 5px;
    padding: 36px 20px 40px;
    margin-bottom: 40px;
  }
}
#archive-maker .secMaker__detail:not(:last-child) {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  #archive-maker .secMaker__detail:not(:last-child) {
    margin-bottom: 40px;
  }
}
#archive-maker .detail__heading {
  font-size: 60px;
  line-height: 1;
  color: #152e61;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 959px) {
  #archive-maker .detail__heading {
    gap: 30px;
  }
}
@media (max-width: 750px) {
  #archive-maker .detail__heading {
    font-size: 28px;
    gap: 10px;
  }
}
#archive-maker .detail__heading:before, #archive-maker .detail__heading:after {
  content: "";
  background: #33b8a6;
  width: 100%;
  height: 4px;
  display: inline-block;
  flex: 1;
  position: relative;
  top: 3px;
}
@media (max-width: 750px) {
  #archive-maker .detail__heading:before, #archive-maker .detail__heading:after {
    height: 2px;
  }
}
@media (max-width: 750px) {
  #archive-maker .detail__heading img {
    width: 55%;
  }
}
#archive-maker .detail__point {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(25% - 15px));
  justify-content: center;
  gap: 20px;
  margin-top: 65px;
}
@media (max-width: 959px) {
  #archive-maker .detail__point {
    grid-template-columns: repeat(auto-fit, calc(50% - 6px));
    gap: 16px 12px;
  }
}
@media (max-width: 750px) {
  #archive-maker .detail__point {
    gap: 16px 12px;
    margin-top: 28px;
  }
}
#archive-maker .detail__point__item {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 14px 10px 10px;
}
@media (max-width: 750px) {
  #archive-maker .detail__point__item {
    border-radius: 5px;
    padding: 10px 5px 10px;
  }
}
#archive-maker .point__icn {
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: #33b8a6;
}
@media (max-width: 750px) {
  #archive-maker .point__icn {
    margin-bottom: 7px;
  }
}
#archive-maker .point__icn img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  #archive-maker .point__icn img {
    zoom: 0.7;
  }
}
#archive-maker .icon-plug {
  font-size: 28px;
}
@media (max-width: 750px) {
  #archive-maker .icon-plug {
    font-size: 21px;
  }
}
#archive-maker .icon-warranty {
  font-size: 40px;
}
@media (max-width: 750px) {
  #archive-maker .icon-warranty {
    font-size: 29px;
  }
}
#archive-maker .icon-coins {
  font-size: 43px;
}
@media (max-width: 750px) {
  #archive-maker .icon-coins {
    font-size: 29px;
  }
}
#archive-maker .icon-temperature {
  font-size: 30px;
}
@media (max-width: 750px) {
  #archive-maker .icon-temperature {
    font-size: 22px;
  }
}
#archive-maker .icon-drip {
  font-size: 29px;
}
@media (max-width: 750px) {
  #archive-maker .icon-drip {
    font-size: 21px;
  }
}
#archive-maker .icon-sun {
  font-size: 31px;
}
@media (max-width: 750px) {
  #archive-maker .icon-sun {
    font-size: 23px;
  }
}
#archive-maker .icon-fire {
  font-size: 29px;
}
@media (max-width: 750px) {
  #archive-maker .icon-fire {
    font-size: 22px;
  }
}
#archive-maker .point__ttl {
  font-size: 20px;
  color: #33b8a6;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -4px;
}
@media (max-width: 750px) {
  #archive-maker .point__ttl {
    font-size: 13px;
    display: grid;
    place-items: center;
    line-height: 1.1;
    margin-bottom: 11px;
  }
}
#archive-maker .point__ttl small {
  font-size: 12px;
}
@media (max-width: 750px) {
  #archive-maker .point__ttl small {
    font-size: 10px;
  }
}
#archive-maker .point__txt {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  #archive-maker .point__txt {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.3;
  }
}
#archive-maker .point__txt strong {
  font-size: 34px;
  font-weight: 500;
  line-height: 0.8;
}
@media (max-width: 750px) {
  #archive-maker .point__txt strong {
    font-size: 20px;
    line-height: 0.8;
  }
}
#archive-maker .detail__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(50% - 10px));
  justify-content: center;
  gap: 20px;
  margin-top: 73px;
  margin-bottom: 53px;
}
@media (max-width: 959px) {
  #archive-maker .detail__content {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
@media (max-width: 750px) {
  #archive-maker .detail__content {
    margin-top: 41px;
    gap: 30px 0;
    margin-bottom: 27px;
  }
}
#archive-maker .detail__content__item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 2px dashed #33b8a6;
  padding: 0 50px 40px;
  border-radius: 10px;
}
@media (max-width: 750px) {
  #archive-maker .detail__content__item {
    border-width: 1px;
    padding: 0 20px 18px;
    border-radius: 5px;
  }
}
#archive-maker .detail__content__ttl {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #archive-maker .detail__content__ttl {
    margin-top: -15px;
    margin-bottom: 13px;
  }
}
#archive-maker .detail__content__ttl span {
  display: inline-block;
  background: #33b8a6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 40px;
  padding: 11px 40px;
  line-height: 1.8;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
@media (max-width: 750px) {
  #archive-maker .detail__content__ttl span {
    font-size: 14px;
    padding: 2px 17px;
    line-height: 1.7;
  }
}
#archive-maker .detail__content__ttl span:before {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #33b8a6;
  border-width: 13px;
  margin-left: -13px;
  transform: scaleX(0.9);
}
@media (max-width: 750px) {
  #archive-maker .detail__content__ttl span:before {
    border-width: 8px;
    margin-left: -8px;
  }
}
#archive-maker .detail__content__txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 750px) {
  #archive-maker .detail__content__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
#archive-maker .detail__related--case {
  margin-top: 53px;
}
@media (max-width: 750px) {
  #archive-maker .detail__related--case {
    margin-top: 27px;
  }
}
#archive-maker .detail__related--voice {
  margin-top: 75px;
}
@media (max-width: 750px) {
  #archive-maker .detail__related--voice {
    margin-top: 70px;
  }
}
#archive-maker .detail__related__icn {
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #archive-maker .detail__related__icn {
    margin-bottom: 5px;
  }
}
#archive-maker .detail__related__icn img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  #archive-maker .detail__related__icn img {
    zoom: 0.7;
  }
}
#archive-maker .detail__related__icn .icon-comment {
  font-size: 40px;
  color: #152e61;
}
@media (max-width: 750px) {
  #archive-maker .detail__related__icn .icon-comment {
    font-size: 33px;
  }
}
#archive-maker .detail__related__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #152e61;
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 750px) {
  #archive-maker .detail__related__ttl {
    font-size: 18px;
    margin-bottom: 23px;
    letter-spacing: 0.04em;
  }
}
#archive-maker .c-case__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 32.67px));
  justify-content: center;
  gap: 0 49px;
}
@media (max-width: 959px) {
  #archive-maker .c-case__list {
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 8px));
    gap: 0 12px;
  }
}
@media (max-width: 750px) {
  #archive-maker .c-case__list {
    display: block;
  }
}
@media (max-width: 750px) {
  #archive-maker .c-case__item a {
    box-shadow: none;
  }
}
#archive-maker .c-case__item__ttl {
  font-size: 18px;
}
@media (max-width: 750px) {
  #archive-maker .c-case__item__ttl {
    font-size: 16px;
  }
}
#archive-maker .c-case__item__area {
  font-size: 15px;
}
@media (max-width: 750px) {
  #archive-maker .c-case__item__area {
    font-size: 13px;
  }
}
#archive-maker .c-case__more {
  margin-top: 12px;
}
@media (max-width: 750px) {
  #archive-maker .c-case__more {
    margin-top: 3px;
  }
}
#archive-maker .c-case__more__txt {
  color: #00a0e9;
  border-color: #00a0e9;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-bottom: 3px;
}
@media (max-width: 750px) {
  #archive-maker .c-case__more__txt {
    font-size: 12px;
    padding-bottom: 2px;
  }
}
@media (max-width: 750px) {
  #archive-maker .slick-prev {
    left: -24px;
  }
}
@media (max-width: 750px) {
  #archive-maker .slick-next {
    right: -24px;
  }
}

#archive-staff .c-pageTtl {
  background: url(../img/staff/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#archive-staff .secStaff {
  padding-block: 33px 100px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff {
    padding-block: 20px 40px;
  }
}
#archive-staff .secStaff__heading {
  margin-bottom: 155px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__heading {
    margin-bottom: 30px;
  }
}
#archive-staff .secStaff__fukidashi {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__fukidashi {
    margin-bottom: 10px;
  }
}
#archive-staff .secStaff__fukidashi span {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__fukidashi span {
    font-size: 14px;
    padding: 7px 17px;
    line-height: 1.4;
  }
}
#archive-staff .secStaff__heading__ja {
  font-size: 30px;
  color: #33b8a6;
  line-height: 1.53;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__heading__ja {
    font-size: 20px;
  }
}
#archive-staff .secStaff__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 155px 39px;
}
@media (max-width: 959px) {
  #archive-staff .secStaff__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 140px 30px;
  }
}
@media (max-width: 750px) {
  #archive-staff .secStaff__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#archive-staff .secStaff__item {
  background: #faf8f6;
  border-radius: 12px;
  padding: 0 20px 28px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 22px 20px 26px;
  }
}
#archive-staff .secStaff__img {
  border-radius: 50%;
  width: 220px;
  overflow: hidden;
  border: 8px solid #b1dbee;
  margin-inline: auto;
  margin-top: -112px;
  margin-bottom: 9px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__img {
    width: 128px;
    margin-inline: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 4px;
  }
}
#archive-staff .secStaff__img img {
  aspect-ratio: 1/1;
}
#archive-staff .secStaff__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  padding-inline: 8px;
  margin-bottom: 19px;
  gap: 5px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__head {
    flex: 1;
    padding-top: 10px;
    padding-inline: 16px 0;
    margin-bottom: 0;
    gap: 0;
  }
}
#archive-staff .secStaff__job {
  font-size: 15px;
  color: #00a0e9;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  line-height: 1;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__job {
    margin-bottom: 7px;
  }
}
#archive-staff .secStaff__name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__name {
    width: 100%;
    font-size: 23px;
    margin-bottom: 22px;
  }
}
#archive-staff .secStaff__name__en {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__name__en {
    width: 100%;
    font-size: 16px;
  }
}
#archive-staff .secStaff__txtbox {
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px 20px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__txtbox {
    margin-top: 23px;
    padding: 15px 16px 18px;
  }
}
#archive-staff .secStaff__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  padding-bottom: 12px;
  border-bottom: 1px solid #00a0e9;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__ttl {
    font-size: 16px;
  }
}
#archive-staff .secStaff__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__txt {
    font-size: 14px;
  }
}
#archive-staff .secStaff__like {
  margin-top: 15px;
  border: 2px solid #faf8f6;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0;
}
@media (max-width: 750px) {
  #archive-staff .secStaff__like {
    grid-template-columns: 77px 1fr;
  }
}
#archive-staff .like__label {
  background: #faf8f6 url(../img/staff/icn_like@4x.png) no-repeat left 10px top 9px/18px;
  color: #00a0e9;
  font-weight: bold;
  padding-left: 33px;
  padding-top: 1px;
}
@media (max-width: 750px) {
  #archive-staff .like__label {
    font-size: 14px;
    background: #faf8f6 url(../img/staff/icn_like@4x.png) no-repeat left 8px top 11px/16px;
    color: #00a0e9;
    font-weight: bold;
    padding-left: 29px;
    padding-top: 4px;
  }
}
#archive-staff .like__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 14px;
}
@media (max-width: 750px) {
  #archive-staff .like__txt {
    font-size: 13px;
    padding: 7px 10px;
  }
}
#archive-voice .c-pageTtl {
  background: url(../img/voice/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#archive-voice .secVoice {
  padding: 64px 0 100px;
}
@media (max-width: 750px) {
  #archive-voice .secVoice {
    padding: 28px 0 40px;
  }
}
#archive-voice .c-voice__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  max-width: 1040px;
  margin-inline: auto;
}
@media (max-width: 959px) {
  #archive-voice .c-voice__list {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #archive-voice .c-voice__list {
    max-width: 94%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#archive-voice .c-voice__item a {
  background: #faf8f6;
}

#company .c-pageTtl {
  background: url(../img/company/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#company .secCompany {
  padding: 53px 0 80px;
  position: relative;
}
@media (max-width: 750px) {
  #company .secCompany {
    padding: 40px 0 35px;
  }
}
#company .secCompany__heading {
  margin-bottom: 77px;
}
@media (max-width: 750px) {
  #company .secCompany__heading {
    margin-bottom: 30px;
  }
}
#company .secCompany__heading__en {
  color: #dfe1e6;
  font-size: 136px;
  top: -29px;
}
@media (max-width: 750px) {
  #company .secCompany__heading__en {
    font-size: 70px;
    top: -20px;
  }
}
#company .secCompany__icn {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #company .secCompany__icn {
    margin-bottom: 5px;
  }
}
@media (max-width: 750px) {
  #company .secCompany__icn img {
    width: 23px;
  }
}
#company .secCompany__heading__ja {
  color: #152e61;
}
#company .secCompany__dl .row {
  display: grid;
  grid-template-columns: 12.4em 1fr;
}
@media (max-width: 750px) {
  #company .secCompany__dl .row {
    grid-template-columns: 6.3em 1fr;
  }
}
#company .secCompany__dl .row:first-child {
  border-top: 1px solid #fff;
}
#company .secCompany__dl dt,
#company .secCompany__dl dd {
  font-size: 17px;
  padding-block: 18px;
  border-bottom: 1px solid #dfe1e6;
}
@media (max-width: 750px) {
  #company .secCompany__dl dt,
  #company .secCompany__dl dd {
    font-size: 14px;
    padding-block: 17px;
    line-height: 1.4;
  }
}
#company .secCompany__dl dt {
  font-weight: bold;
  background: #faf8f6;
  padding-left: 28px;
}
@media (max-width: 750px) {
  #company .secCompany__dl dt {
    padding-left: 14px;
  }
}
#company .secCompany__dl dd {
  font-weight: 500;
  padding-left: 50px;
}
@media (max-width: 750px) {
  #company .secCompany__dl dd {
    padding-left: 25px;
  }
}
#company .secCompany__dl li {
  list-style: none;
  line-height: 1.875;
  position: relative;
}
@media (max-width: 750px) {
  #company .secCompany__dl li {
    line-height: 1.4;
  }
}
#company .secCompany__dl li:before {
  content: "・";
  margin-right: 5px;
  color: #33b8a6;
}
#company .address__item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #company .address__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#company .address__item:last-child {
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #company .address__item:last-child {
    margin-bottom: 8px;
  }
}
#company .address__ttl {
  font-size: 17px;
  color: #33b8a6;
  font-weight: bold;
  line-height: 1.529;
}
@media (max-width: 750px) {
  #company .address__ttl {
    font-size: 14px;
    line-height: 1.357;
  }
}
#company .address__txt {
  font-size: 17px;
  line-height: 1.529;
}
@media (max-width: 750px) {
  #company .address__txt {
    font-size: 14px;
    line-height: 1.357;
    margin-bottom: 6px;
  }
}
#company .secSlider {
  text-align: center;
  padding-block: 82px 120px;
  background: url(../img/company/slider_bg@2x.png) no-repeat center bottom/100%;
  background-position: center top 250px;
}
@media (max-width: 959px) {
  #company .secSlider {
    background: url(../img/company/slider_bg_sp@2x.png) no-repeat center bottom/100% 70%;
    background-position: center top 150px;
  }
}
@media (max-width: 750px) {
  #company .secSlider {
    padding-block: 30px 75px;
    background: url(../img/company/slider_bg_sp@2x.png) no-repeat center bottom/100%;
    background-position: center top 40vw;
  }
}
#company .secSlider__illust {
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  #company .secSlider__illust {
    margin-bottom: 23px;
  }
}
#company .secSlider__illust img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  #company .secSlider__illust img {
    width: 110px;
  }
}
#company .secSlider__slider {
  animation: marqueeX 40s linear infinite;
  display: flex;
  width: 7200px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  contain: layout style;
  isolation: isolate;
}
@media (max-width: 750px) {
  #company .secSlider__slider {
    animation: marqueeX 40s linear infinite;
    width: calc((58.8vw + 24px) * 18);
  }
}
#company .secSlider__slider__img {
  width: 360px;
  margin-right: 40px;
  border-radius: 24px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@media (max-width: 750px) {
  #company .secSlider__slider__img {
    width: 58.8vw;
    margin-right: 24px;
    border-radius: 12px;
  }
}
#company .secSlider__slider__img:nth-of-type(odd) {
  transform: translateY(40px);
}
@media (max-width: 750px) {
  #company .secSlider__slider__img:nth-of-type(odd) {
    transform: translateY(25px);
  }
}
@-webkit-keyframes marqueeX {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-33.3333333333%, 0, 0);
    transform: translate3d(-33.3333333333%, 0, 0);
  }
}
@keyframes marqueeX {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.3333333333%, 0, 0);
  }
}

#contact .c-pageTtl {
  background: url(../img/contact/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#contact .secContact__head {
  padding: 21px 0 2px;
}
@media (max-width: 750px) {
  #contact .secContact__head {
    padding: 10px 0 0;
  }
}
#contact .secContact__icn {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #contact .secContact__icn {
    margin-bottom: 2px;
  }
}
#contact .secContact__icn .icon-envelope {
  color: #33b8a6;
  font-size: 42px;
}
@media (max-width: 750px) {
  #contact .secContact__icn .icon-envelope {
    font-size: 22px;
  }
}
#contact .secContact__heading {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 750px) {
  #contact .secContact__heading {
    margin-bottom: 31px;
  }
}
#contact .secContact__cont {
  padding: 0px 0 105px;
}
@media (max-width: 959px) {
  #contact .secContact__cont {
    padding: 80px 0;
  }
}
@media (max-width: 750px) {
  #contact .secContact__cont {
    padding: 40px 0;
  }
}

.page-contact .container,
.page-thanks .container {
  padding-bottom: 0;
}
.page-contact .secTel,
.page-thanks .secTel {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .page-contact .secTel,
  .page-thanks .secTel {
    padding-bottom: 60px;
  }
}
.page-contact .secTel__icn,
.page-thanks .secTel__icn {
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  .page-contact .secTel__icn,
  .page-thanks .secTel__icn {
    margin-bottom: 10px;
  }
  .page-contact .secTel__icn img,
  .page-thanks .secTel__icn img {
    width: 32px;
  }
}
.page-contact .secTel__heading,
.page-thanks .secTel__heading {
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .page-contact .secTel__heading,
  .page-thanks .secTel__heading {
    margin-bottom: 30px;
  }
}
.page-contact .secTel__item,
.page-thanks .secTel__item {
  border: none;
  padding: 0;
  text-align: center;
}
.page-contact .secTel__item a,
.page-thanks .secTel__item a {
  background: #faf8f6;
  border-radius: 64px 0 64px 0;
  display: block;
  padding: 44px 0;
}
@media (max-width: 750px) {
  .page-contact .secTel__item a,
  .page-thanks .secTel__item a {
    border-radius: 32px 0 32px 0;
    padding: 30px 0;
  }
}
.page-contact .secTel__tel,
.page-thanks .secTel__tel {
  color: #00a0e9;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 750px) {
  .page-contact .secTel__tel,
  .page-thanks .secTel__tel {
    font-size: 39px;
  }
}
.page-contact .secTel__tel__info,
.page-thanks .secTel__tel__info {
  font-size: 20px;
  font-weight: 500;
  color: #111;
}
@media (max-width: 750px) {
  .page-contact .secTel__tel__info,
  .page-thanks .secTel__tel__info {
    font-size: 14px;
  }
}
.page-contact .st-footerFix-sp,
.page-thanks .st-footerFix-sp {
  display: none;
}
.page-contact .st-footerFix-pc__side,
.page-thanks .st-footerFix-pc__side {
  bottom: 170px;
}

.secThanks {
  padding: 20px 0 120px;
  text-align: center;
}
@media (max-width: 750px) {
  .secThanks {
    padding: 10px 0 60px;
  }
}
@media (max-width: 750px) {
  .secThanks .form-wrap {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .secThanks .secContact__icn img {
    width: 23px;
  }
}
.secThanks .secThanks__lead {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .secThanks .secThanks__lead {
    margin-bottom: 30px;
    text-align: left;
  }
}
.secThanks .st-header__tel {
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .secThanks .st-header__tel {
    display: block;
    margin-bottom: 30px;
  }
}
.secThanks .secThanks__btn a {
  margin-inline: auto;
}

#faq .c-pageTtl {
  background: url(../img/faq/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#faq .breadcrumbsWrap {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #faq .breadcrumbsWrap {
    margin-bottom: 20px;
  }
}
#faq .b-pageNav {
  background: #faf8f6;
  padding-block: 44px 46px;
}
@media (max-width: 750px) {
  #faq .b-pageNav {
    padding-block: 40px;
  }
}
#faq .b-pageNav__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 0;
}
@media (max-width: 750px) {
  #faq .b-pageNav__box {
    gap: 28px 0;
  }
}
#faq .b-pageNavWrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(25% - 18.75px));
  justify-content: center;
  gap: 0 25px;
}
@media (max-width: 959px) {
  #faq .b-pageNavWrap {
    grid-template-columns: repeat(auto-fit, calc(25% - 15px));
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  #faq .b-pageNavWrap {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
    gap: 12px 16px;
  }
}
#faq .js-tabButton {
  display: block;
  background: #fff;
  border-radius: 40px;
  width: 100%;
  height: 80px;
  display: grid;
  place-items: center;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 750px) {
  #faq .js-tabButton {
    height: 58px;
  }
}
#faq .js-tabButton.active {
  background: #152e61;
  box-shadow: none;
}
#faq .js-tabButton.active .b-pageNav__ttl {
  color: #fff;
}
#faq .b-pageNav__ttl {
  font-size: 20px;
  color: #152e61;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  padding-inline: 50px;
  transition: color 0.2s ease-out;
}
@media (max-width: 959px) {
  #faq .b-pageNav__ttl {
    padding-inline: 20px;
  }
}
@media (max-width: 750px) {
  #faq .b-pageNav__ttl {
    font-size: 14px;
    padding-inline: 20px;
  }
}
#faq .b-pageNavContWrap {
  background: #fff;
  border-radius: 64px 0 64px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
  padding: 55px 65px;
}
@media (max-width: 959px) {
  #faq .b-pageNavContWrap {
    padding: 30px 40px;
  }
}
@media (max-width: 750px) {
  #faq .b-pageNavContWrap {
    border-radius: 32px 0 32px 0;
    padding: 30px 20px;
  }
}
@media (max-width: 750px) {
  #faq .b-pageNavCont__in {
    background: #152e61;
    padding: 0 20px 30px;
    border-radius: 0 0 12px 12px;
  }
}
#faq .b-pageNavCont__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 40px;
}
@media (max-width: 959px) {
  #faq .b-pageNavCont__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  #faq .b-pageNavCont__list {
    background: #fff;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
#faq .b-pageNavCont__list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
}
@media (max-width: 750px) {
  #faq .b-pageNavCont__list li {
    font-size: 15px;
  }
}
@media (hover: hover) {
  #faq .b-pageNavCont__list li:where(:any-link, :enabled, summary):hover {
    color: #00a0e9;
  }
}
#faq .b-pageNavCont__list a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  transition: all 0.2s ease-out;
}
@media (max-width: 750px) {
  #faq .b-pageNavCont__list a {
    padding-left: 12px;
  }
}
#faq .b-pageNavCont__list a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00a0e9;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
}
@media (max-width: 750px) {
  #faq .b-pageNavCont__list a:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
@media (hover: hover) {
  #faq .b-pageNavCont__list a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    color: #00a0e9;
  }
}
#faq .secFaqWrap {
  padding-block: 0 80px;
}
@media (max-width: 750px) {
  #faq .secFaqWrap {
    padding-block: 0 40px;
  }
}
#faq .secFaq {
  padding-block: 90px 20px;
}
@media (max-width: 750px) {
  #faq .secFaq {
    padding-block: 40px 10px;
  }
}
#faq .secFaq__cat__heading {
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #152e61;
  padding-bottom: 14px;
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  #faq .secFaq__cat__heading {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
#faq .secFaq__cat__heading:before {
  content: "";
  background: #33b8a6;
  width: 56px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media (max-width: 750px) {
  #faq .secFaq__cat__heading:before {
    width: 36px;
    height: 4px;
  }
}
#faq .secFaq__item__a__ttl {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  #faq .secFaq__item__a__ttl {
    margin-bottom: 50px;
  }
}

.news .c-pageTtl {
  background: url(../img/news/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}

.serach_heading {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 750px) {
  .serach_heading {
    font-size: 20px;
  }
}

.wrap {
  max-width: 1240px;
  padding: 60px 20px 100px;
  margin: 0 auto;
  position: relative;
  gap: 80px;
}
@media (max-width: 959px) {
  .wrap {
    padding: 10px 0 0;
    gap: 0;
  }
}

#main-contents {
  flex: 1;
}
@media (max-width: 959px) {
  #main-contents {
    width: 100%;
    margin-bottom: 40px;
  }
}
#main-contents .inner {
  padding: 0;
}
@media (max-width: 959px) {
  #main-contents .inner {
    padding: 0 20px;
  }
}

/*
---------------------------------------
archive-news
---------------------------------------
*/
#archive-news {
  background: #faf8f6;
}
#archive-news .wrap {
  padding-top: 68px;
}
@media (max-width: 750px) {
  #archive-news .wrap {
    padding-top: 10px;
  }
}
#archive-news .secNewsList__post:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post:not(:last-child) {
    margin-bottom: 20px;
  }
}
#archive-news .secNewsList__post a {
  display: block;
  background: #fff;
  border-radius: 64px 0 64px 0;
  padding: 37px 40px 40px;
  position: relative;
  transition: box-shadow 0.3s ease-out;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post a {
    padding: 24px 15px;
    border-radius: 32px 0 32px 0;
  }
}
@media (hover: hover) {
  #archive-news .secNewsList__post a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
  #archive-news .secNewsList__post a:where(:any-link, :enabled, summary):hover .c-btn-02__link {
    color: #00a0e9;
    border-color: #00a0e9;
  }
}
#archive-news .secNewsList__post .post__meta {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__meta {
    margin-bottom: 5px;
  }
}
#archive-news .secNewsList__post .post__meta .c-item__date {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__meta .c-item__date {
    font-size: 14px;
  }
}
#archive-news .secNewsList__post .post__meta .c-item__date .icon-clock {
  margin-right: 6px;
}
#archive-news .secNewsList__post .post__cat {
  margin-right: 18px;
  display: flex;
  flex-wrap: wrap;
}
#archive-news .secNewsList__post .post__cat .c-category {
  display: inline-block;
  color: #fff;
  background: #00a0e9;
  padding: 4px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 4px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__cat .c-category {
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 3px;
  }
}
#archive-news .secNewsList__post .post__cat .c-category:not(:last-child) {
  margin-right: 10px;
}
#archive-news .secNewsList__post .post__title {
  font-size: 30px;
  color: #152e61;
  font-weight: bold;
  border-bottom: 2px solid #152e61;
  line-height: 1.5;
  padding-bottom: 17px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
#archive-news .secNewsList__post .post__cont {
  align-items: flex-start;
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__cont {
    display: block;
    margin-bottom: 10px;
  }
}
#archive-news .secNewsList__post .post__img {
  aspect-ratio: 320/210;
  width: 320px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 959px) {
  #archive-news .secNewsList__post .post__img {
    width: 200px;
  }
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__img {
    width: 100%;
  }
}
#archive-news .secNewsList__post .post__excerpt {
  text-box: trim-both text;
}
#archive-news .secNewsList__post .post__excerpt p {
  line-height: 2;
}
@media (max-width: 959px) {
  #archive-news .secNewsList__post .post__excerpt p {
    line-height: 1.86;
  }
}
#archive-news .secNewsList__post .post__txt {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .post__txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
#archive-news .secNewsList__post .c-news__item__more {
  text-align: right;
}
#archive-news .secNewsList__post .c-news__item__more .c-btn-02__link {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .c-news__item__more .c-btn-02__link {
    font-size: 16px;
  }
}
#archive-news .secNewsList__post .c-news__item__more .c-btn-02__link .icon-circle-chevron-right {
  font-size: 20px;
}
@media (max-width: 750px) {
  #archive-news .secNewsList__post .c-news__item__more .c-btn-02__link .icon-circle-chevron-right {
    font-size: 16px;
  }
}

/*
---------------------------------------
single-news
---------------------------------------
*/
#single-news {
  background: #faf8f6;
}
#single-news .post__article {
  background: #fff;
  border-radius: 64px 0 64px 0;
  position: relative;
  margin-bottom: 77px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #single-news .post__article {
    border-radius: 32px 0 32px 0;
    margin-bottom: 30px;
  }
}
#single-news .post__article:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  #single-news .post__article:before {
    content: none;
  }
}
#single-news .post__article .post__head {
  padding: 40px 40px 0;
}
@media (max-width: 959px) {
  #single-news .post__article .post__head {
    padding: 40px 20px 0;
  }
}
@media (max-width: 750px) {
  #single-news .post__article .post__head {
    padding: 24px 15px 0;
  }
}
#single-news .post__article .post__meta {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #single-news .post__article .post__meta {
    margin-bottom: 5px;
  }
}
#single-news .post__article .post__meta .c-item__date {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #single-news .post__article .post__meta .c-item__date {
    font-size: 14px;
  }
}
#single-news .post__article .post__meta .c-item__date .icon-clock {
  margin-right: 6px;
}
#single-news .post__article .c-item__date {
  font-weight: 400;
}
@media (max-width: 750px) {
  #single-news .post__article .c-item__date {
    font-size: 14px;
  }
}
#single-news .post__article .c-item__date .icon-clock {
  margin-right: 6px;
}
#single-news .post__article .post__cat {
  margin-right: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #single-news .post__article .post__cat {
    margin-right: 8px;
  }
}
#single-news .post__article .post__cat .c-category:not(:last-child) {
  margin-right: 10px;
}
#single-news .post__article .post__cat .c-category a {
  display: inline-block;
  color: #fff;
  background: #00a0e9;
  padding: 4px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 4px;
}
@media (max-width: 750px) {
  #single-news .post__article .post__cat .c-category a {
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 3px;
  }
}
#single-news .post__article .post__title {
  font-size: 32px;
  color: #152e61;
  font-weight: bold;
  border-bottom: 2px solid #152e61;
  line-height: 1.5;
  padding-bottom: 17px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #single-news .post__article .post__title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
#single-news .post__article .post__thumb {
  margin-bottom: 24px;
}
#single-news .post__article .post__thumb img {
  width: 100%;
}
#single-news .post__article .post__content {
  padding: 0 40px 20px;
}
@media (max-width: 959px) {
  #single-news .post__article .post__content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 750px) {
  #single-news .post__article .post__content {
    padding: 0 15px 10px;
  }
}
#single-news #ez-toc-container {
  width: 100%;
  background: #faf8f6;
  position: relative;
  border-radius: 0;
  border: none;
  padding: 43px 45px 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container {
    padding: 20px 20px 5px;
    margin-bottom: 30px;
  }
}
#single-news #ez-toc-container .ez-toc-title-container {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-title-container {
    margin-bottom: 15px;
  }
}
#single-news #ez-toc-container .ez-toc-title-container:before {
  content: "";
  display: block;
  background: url(../img/news/lab_toc@2x.png);
  background-size: cover;
  width: 26px;
  height: 21px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-title-container:before {
    margin-right: 10px;
    width: 20px;
    height: 16px;
  }
}
#single-news #ez-toc-container .ez-toc-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-title {
    font-size: 20px;
  }
}
#single-news #ez-toc-container .ez-toc-list,
#single-news #ez-toc-container .ez-toc-list ul {
  margin-bottom: 0;
  list-style: none;
}
#single-news #ez-toc-container .ez-toc-list li {
  list-style: none;
  line-height: 1.6;
}
#single-news #ez-toc-container .ez-toc-list li.ez-toc-page-1:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-list li.ez-toc-page-1:not(:last-child) {
    margin-bottom: 15px;
  }
}
#single-news #ez-toc-container .ez-toc-list li:before {
  content: none;
}
#single-news #ez-toc-container .ez-toc-list li a {
  display: block;
  font-size: 18px;
  color: #111;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-list li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#single-news #ez-toc-container .ez-toc-list li a:before {
  color: #00a0e9;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container .ez-toc-list li a:before {
    font-size: 14px;
  }
}
#single-news #ez-toc-container.counter-flat ul,
#single-news #ez-toc-container.counter-hierarchy ul,
#single-news .ez-toc-widget-container.counter-flat ul,
#single-news .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item;
  margin: 0 0 0 35px;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container.counter-flat ul,
  #single-news #ez-toc-container.counter-hierarchy ul,
  #single-news .ez-toc-widget-container.counter-flat ul,
  #single-news .ez-toc-widget-container.counter-hierarchy ul {
    margin: 0 0 0 10px;
  }
}
#single-news #ez-toc-container.counter-hierarchy .ez-toc-list-level-1 {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #single-news #ez-toc-container.counter-hierarchy .ez-toc-list-level-1 {
    margin-left: 0;
  }
}
#single-news #ez-toc-container ul.ez-toc-list li a::before,
#single-news .ez-toc-widget-container ul.ez-toc-list li a::before {
  margin-right: 8px;
}
#single-news #ez-toc-container a span {
  font-weight: 400;
}
#single-news .share-social {
  background: #152e61;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
}
@media (max-width: 750px) {
  #single-news .share-social {
    padding: 18px 15px;
  }
}
#single-news .share-social .share__ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 750px) {
  #single-news .share-social .share__ttl {
    font-size: 16px;
    margin-right: 15px;
  }
}
#single-news .share-social .share__list {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  gap: 0 20px;
  justify-content: center;
}
@media (max-width: 750px) {
  #single-news .share-social .share__list {
    grid-template-columns: repeat(3, 30px);
    gap: 0 5px;
  }
}
#single-news .share-social .share__item:last-child {
  margin-right: 0;
}
#single-news .writtenby {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #single-news .writtenby {
    border-radius: 20px;
  }
}
#single-news .writtenby__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #00a0e9;
  color: #fff;
  padding: 19px 0;
}
@media (max-width: 750px) {
  #single-news .writtenby__ttl {
    font-size: 20px;
  }
}
#single-news .writtenby__box {
  padding: 36px 42px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  #single-news .writtenby__box {
    padding: 20px 15px;
    display: block;
  }
}
#single-news .writtenby__img {
  width: 186px;
  height: 186px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 750px) {
  #single-news .writtenby__img {
    margin: 0 auto 10px;
  }
}
#single-news .writtenby__detail {
  flex: 1;
  padding-left: 40px;
  padding-top: 20px;
}
@media (max-width: 750px) {
  #single-news .writtenby__detail {
    padding-left: 0;
  }
}
#single-news .writer__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#single-news .writer__name {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 4px;
}
@media (max-width: 750px) {
  #single-news .writer__name {
    font-size: 20px;
  }
}
#single-news .writer__info {
  line-height: 2;
}
#single-news .writer__social {
  justify-content: flex-end;
}
#single-news .writer__social li {
  margin-left: 20px;
  border-radius: 50%;
}
@media (max-width: 750px) {
  #single-news .writer__social li {
    width: 30px;
    margin-left: 10px;
  }
}
#single-news .writer__social li img {
  border-radius: 50%;
}
#single-news .writer__social li.instagram img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#single-news .postnav {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  align-items: center;
}
@media (max-width: 750px) {
  #single-news .postnav {
    margin: 24px 0 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#single-news .postnav .post-label {
  line-height: 2;
}
@media (max-width: 959px) {
  #single-news .postnav .post-label {
    width: 100%;
  }
}
#single-news .postnav .post-label a {
  display: block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#single-news .postnav .post-label a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
}
@media (max-width: 750px) {
  #single-news .postnav .post-label a:before {
    font-size: 14px;
  }
}
#single-news .postnav .prev-label a {
  padding-left: 40px;
}
#single-news .postnav .prev-label a:before {
  background: url(../img/news/chevron-left.svg) no-repeat center center/contain;
  left: 0;
}
#single-news .postnav .next-label a {
  padding-right: 40px;
  text-align: right;
}
#single-news .postnav .next-label a:before {
  background: url(../img/news/chevron-right.svg) no-repeat center center/contain;
  right: 0;
}
#single-news .postnav .btn-back {
  width: 240px;
  text-align: center;
}
@media (max-width: 959px) {
  #single-news .postnav .btn-back {
    margin: 30px auto;
  }
}
@media (max-width: 750px) {
  #single-news .postnav .btn-back {
    margin: 15px auto;
  }
}
#single-news .postnav .btn-back a {
  display: block;
  background: #152e61;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 180px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 60px;
  border: 2px solid #152e61;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  #single-news .postnav .btn-back a {
    font-size: 16px;
    height: 60px;
  }
}
@media (hover: hover) {
  #single-news .postnav .btn-back a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: #152e61;
  }
}
#single-news .related-posts {
  margin-top: 134px;
  position: relative;
}
@media (max-width: 959px) {
  #single-news .related-posts {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 750px) {
  #single-news .related-posts {
    padding: 35px 15px 20px;
    margin-top: 50px;
  }
}
#single-news .related-posts .related-posts__heading {
  margin-bottom: 43px;
}
@media (max-width: 750px) {
  #single-news .related-posts .related-posts__heading {
    margin-bottom: 20px;
  }
}
#single-news .related-posts .related-posts__heading__en {
  color: #dfe1e6;
  font-size: 106px;
  top: -76px;
}
@media (max-width: 750px) {
  #single-news .related-posts .related-posts__heading__en {
    font-size: 70px;
    top: -40px;
  }
}
#single-news .related-posts .related-posts__heading__ja {
  font-size: 34px;
  color: #152e61;
}
@media (max-width: 750px) {
  #single-news .related-posts .related-posts__heading__ja {
    font-size: 22px;
  }
}
#single-news .related-posts .results__cont.c-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 41px;
}
@media (max-width: 959px) {
  #single-news .related-posts .results__cont.c-news__list {
    gap: 0 10px;
  }
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont.c-news__list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#single-news .related-posts .results__cont .c-news__item a {
  display: block;
  overflow: hidden;
  background: #fff;
  transition: background 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-news__item a {
    display: flex;
  }
}
@media (hover: hover) {
  #single-news .related-posts .results__cont .c-news__item a:where(:any-link, :enabled, summary):hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
  #single-news .related-posts .results__cont .c-news__item a:where(:any-link, :enabled, summary):hover .c-btn-02__link {
    color: #152e61;
    border-color: #152e61;
  }
}
#single-news .related-posts .results__cont .c-news__item__imgWrap {
  transition: filter 0.3s ease-out;
  aspect-ratio: 640/420;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-news__item__imgWrap {
    width: 48%;
    margin-bottom: 0;
  }
}
#single-news .related-posts .results__cont .c-news__item__imgWrap img {
  background: #fff;
  object-fit: cover;
}
#single-news .related-posts .results__cont .results__txtbox {
  padding: 13px 16px 20px;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .results__txtbox {
    flex: 1;
  }
}
#single-news .related-posts .results__cont .c-news__item__ttl {
  font-size: 15px;
  line-height: 1.46;
  font-weight: 500;
  margin-bottom: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-news__item__ttl {
    line-height: 1.5;
  }
}
#single-news .related-posts .results__cont .c-news__item__date {
  font-size: 16px;
  color: #4d4d4d;
  text-align: right;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-news__item__date {
    font-size: 12px;
    line-height: 1.5;
  }
}
#single-news .related-posts .results__cont .c-news__item__more {
  text-align: right;
}
#single-news .related-posts .results__cont .c-btn-02__link {
  font-size: 14px;
  font-weight: bold;
  color: #00a0e9;
  border-color: #00a0e9;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-btn-02__link {
    font-size: 13px;
  }
}
#single-news .related-posts .results__cont .c-btn-02__link .icon-circle-chevron-right {
  font-size: 14px;
}
@media (max-width: 750px) {
  #single-news .related-posts .results__cont .c-btn-02__link .icon-circle-chevron-right {
    font-size: 13px;
  }
}

#privacy-policy .c-pageTtl {
  background: url(../img/contact/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
#privacy-policy .privacy__contents {
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  #privacy-policy .privacy__contents {
    padding: 10px 0 60px;
  }
}
#privacy-policy .secContact__icn {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #privacy-policy .secContact__icn {
    margin-bottom: 5px;
  }
}
@media (max-width: 750px) {
  #privacy-policy .secContact__icn img {
    width: 23px;
  }
}
#privacy-policy .secContact__heading {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 750px) {
  #privacy-policy .secContact__heading {
    margin-bottom: 31px;
  }
}
#privacy-policy .privacy__text {
  margin-bottom: 32px;
}
@media (width <= 768px) {
  #privacy-policy .privacy__text {
    margin-bottom: 16.5px;
  }
}
#privacy-policy .privacy__text {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-weight: 500;
}
#privacy-policy .privacy__text.--right {
  text-align: right;
}
@media (width <= 768px) {
  #privacy-policy .privacy__text {
    font-size: 15px;
    line-height: 1.533;
  }
}
#privacy-policy .privacy__lists {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
#privacy-policy .privacy__text:has(+ ul) {
  margin-bottom: 0;
}
#privacy-policy .privacy__text.--bold,
#privacy-policy .privacy__text .--bold {
  font-weight: bold;
}
#privacy-policy .privacy__text.--list {
  margin-bottom: 5px;
}
@media (768px < width) {
  #privacy-policy .campaign-modal .privacy__text {
    font-size: 15px;
  }
}
#privacy-policy .privacypolicy__inner {
  margin-left: 30px;
  padding-top: 13.5px;
}
@media (width <= 768px) {
  #privacy-policy .privacypolicy__inner {
    margin-left: 19px;
    padding-top: 8.5px;
  }
}
#privacy-policy .privacypolicy__list {
  display: flex;
  flex-direction: column;
  gap: 41.5px;
}
@media (width <= 768px) {
  #privacy-policy .privacypolicy__list {
    gap: 18.5px;
  }
}
@media (768px < width) {
  #privacy-policy .campaign-modal .privacypolicy__list {
    gap: 19px;
  }
}
#privacy-policy .privacypolicy__item > .privacy__text {
  margin-left: 30px;
}
@media (width <= 768px) {
  #privacy-policy .privacypolicy__item > .privacy__text {
    margin-left: 19px;
  }
}
#privacy-policy .privacy__sub-heading {
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 12.5px;
}
@media (width <= 768px) {
  #privacy-policy .privacy__sub-heading {
    font-size: 15px;
    line-height: 1.533;
    margin-bottom: 8px;
  }
}
#privacy-policy .privacy__table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}
#privacy-policy .privacy__th {
  font-weight: 700;
  width: 6.75rem;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #000;
  background-color: #eee;
}
#privacy-policy .privacy__td {
  padding: 5px 10px;
  border: 1px solid #000;
}

#service .c-pageTtl {
  background: url(../img/service/page_ttl_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  #service .c-pageTtl {
    background: url(../img/service/page_ttl_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
#service .secQuestion {
  padding-block: 30px 68px;
  position: relative;
}
@media (max-width: 750px) {
  #service .secQuestion {
    padding-block: 20px 39px;
  }
}
#service .secQuestion:before {
  content: "";
  background: #33b8a6;
  width: 100%;
  height: 218px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  #service .secQuestion:before {
    height: 208px;
  }
}
#service .secQuestion__icn {
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #service .secQuestion__icn {
    margin-bottom: 5px;
  }
  #service .secQuestion__icn img {
    width: 41px;
  }
}
#service .secQuestion__heading {
  text-align: center;
  letter-spacing: 0.08em;
  transform: translateX(0.3em);
  margin-bottom: 57px;
  color: #152e61;
}
@media (max-width: 750px) {
  #service .secQuestion__heading {
    transform: translateX(0);
    letter-spacing: 0.04em;
    margin-bottom: 31px;
  }
}
#service .secQuestion__fukidashi {
  position: relative;
  background: #152e61;
  border-radius: 167px;
  padding: 72px 20px;
}
@media (max-width: 750px) {
  #service .secQuestion__fukidashi {
    border-radius: 40px;
    padding: 31px 20px;
  }
}
#service .secQuestion__fukidashi:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #152e61;
  border-width: 37px;
  margin-left: -37px;
  transform: scaleX(0.8);
}
@media (max-width: 750px) {
  #service .secQuestion__fukidashi:after {
    border-width: 20px;
    margin-left: -20px;
  }
}
#service .fukidashi__list {
  max-width: 950px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 34px;
}
@media (max-width: 750px) {
  #service .fukidashi__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#service .fukidashi__item {
  background: #fff;
  border-radius: 24px 0 24px 0;
  height: 84px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #service .fukidashi__item {
    height: auto;
    border-radius: 12px 0 12px 0;
    padding: 17px 0;
  }
}
#service .fukidashi__item picture {
  height: auto;
}
@media (max-width: 750px) {
  #service .fukidashi__item.item-01 img {
    width: 93%;
  }
}
@media (max-width: 750px) {
  #service .fukidashi__item.item-02 img {
    width: 72%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #service .fukidashi__item.item-03 img {
    width: 53%;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #service .fukidashi__item.item-04 img {
    width: 86%;
  }
}
#service .secReliability {
  background: #33b8a6;
  color: #fff;
  padding-block: 0 80px;
}
@media (max-width: 750px) {
  #service .secReliability {
    padding-block: 0 42px;
  }
}
#service .secReliability .inner {
  position: relative;
}
#service .secReliability .inner:before {
  content: "";
  background: url(../img/service/reliability_illust@2x.png) no-repeat center center/cover;
  width: 214px;
  height: 215px;
  display: block;
  position: absolute;
  left: -50px;
  top: 30px;
}
@media (max-width: 959px) {
  #service .secReliability .inner:before {
    display: none;
  }
}
#service .secReliability__heading__en {
  color: #55c2b3;
  top: -22px;
}
@media (max-width: 750px) {
  #service .secReliability__heading__en {
    top: -10px;
  }
}
#service .secReliability__icn {
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #service .secReliability__icn {
    margin-bottom: 0;
  }
  #service .secReliability__icn img {
    width: 27px;
  }
}
#service .secReliability__heading__ja {
  line-height: 1.5;
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  #service .secReliability__heading__ja {
    line-height: 1.31;
    margin-bottom: 19px;
  }
}
#service .secReliability__box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 65px;
}
@media (max-width: 959px) {
  #service .secReliability__box {
    align-items: stretch;
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  #service .secReliability__box {
    display: block;
  }
}
#service .secReliability__img {
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  width: 548px;
}
@media (max-width: 959px) {
  #service .secReliability__img {
    width: 40%;
  }
}
@media (max-width: 750px) {
  #service .secReliability__img {
    width: 100%;
    border-radius: 32px 0 32px 0;
    margin-bottom: 8px;
  }
}
#service .secReliability__txtbox {
  flex: 1;
}
@media (max-width: 750px) {
  #service .secReliability__txt {
    line-height: 2.07;
  }
}
#service .secPoint {
  background: #faf8f6;
  padding-block: 116px 66px;
}
@media (max-width: 750px) {
  #service .secPoint {
    padding-block: 40px 50px;
  }
}
#service .secPoint__heading {
  margin-bottom: 79px;
  position: relative;
}
@media (max-width: 750px) {
  #service .secPoint__heading {
    margin-bottom: 19px;
  }
}
#service .secPoint__heading:before {
  content: "";
  background: url(../img/service/point_illust_01@2x.png) no-repeat center center/cover;
  width: 114px;
  height: 214px;
  display: block;
  position: absolute;
  left: 23px;
  top: 4px;
}
@media (max-width: 959px) {
  #service .secPoint__heading:before {
    display: none;
  }
}
#service .secPoint__heading:after {
  content: "";
  background: url(../img/service/point_illust_02@2x.png) no-repeat center center/cover;
  width: 121px;
  height: 216px;
  display: block;
  position: absolute;
  right: 23px;
  top: 2px;
}
@media (max-width: 959px) {
  #service .secPoint__heading:after {
    display: none;
  }
}
#service .secPoint__heading__en {
  color: #dfe1e6;
}
@media (max-width: 750px) {
  #service .secPoint__heading__en {
    top: -11px;
  }
}
#service .secPoint__icn {
  margin-bottom: 0px;
}
@media (max-width: 750px) {
  #service .secPoint__icn img {
    width: 28px;
  }
}
#service .secPoint__heading__ja {
  color: #152e61;
}
#service .secPoint__heading__ja .en {
  font-size: 56px;
  position: relative;
  line-height: 1;
}
@media (max-width: 750px) {
  #service .secPoint__heading__ja .en {
    font-size: 30px;
  }
}
#service .secPoint__heading__ja .en:before {
  content: "";
  background: url(../img/common/em_deco@2x.png) no-repeat center center/cover;
  width: 22px;
  height: 21px;
  display: block;
  position: absolute;
  right: -16px;
  top: -8px;
}
@media (max-width: 959px) {
  #service .secPoint__heading__ja .en:before {
    display: none;
  }
}
#service .secPoint__item {
  border-radius: 53px 53px 64px 64px;
  box-shadow: 0 0 24px rgba(21, 28, 10, 0.08);
  background: #fff;
  overflow: hidden;
}
@media (max-width: 750px) {
  #service .secPoint__item {
    border-radius: 26px 26px 32px 32px;
    box-shadow: 0 0 12px rgba(21, 28, 10, 0.08);
  }
}
#service .secPoint__item:not(:last-child) {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  #service .secPoint__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 959px) {
  #service .secPoint__item.item-01 .secPoint__ttl {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  #service .secPoint__item.item-01 .secPoint__ttl {
    padding-block: 16px;
  }
}
#service .secPoint__ttl {
  background: #00a0e9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 31px;
}
@media (max-width: 959px) {
  #service .secPoint__ttl {
    justify-content: flex-start;
    padding-block: 20px;
    padding-inline: 20px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__ttl {
    padding-block: 10px;
  }
}
#service .secPoint__ttl__num {
  font-size: 40px;
  position: relative;
  margin-right: 46px;
}
@media (max-width: 750px) {
  #service .secPoint__ttl__num {
    font-size: 20px;
    letter-spacing: 0;
    margin-right: 14px;
  }
}
#service .secPoint__ttl__num:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 60px;
  display: block;
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #service .secPoint__ttl__num:before {
    display: none;
  }
}
#service .secPoint__ttl__txt {
  font-size: 36px;
  margin-left: 46px;
}
@media (max-width: 750px) {
  #service .secPoint__ttl__txt {
    font-size: 18px;
    margin-left: 14px;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  #service .secPoint__ttl__txt:before {
    content: "";
    background: #fff;
    width: 1px;
    height: calc(100% - 6px);
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#service .secPoint__cont {
  padding-block: 44px 54px;
  padding-inline: 80px;
}
@media (max-width: 959px) {
  #service .secPoint__cont {
    padding-inline: 20px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__cont {
    padding-block: 15px 34px;
    padding-inline: 20px;
  }
}
#service .secPoint__box {
  display: flex;
  gap: 48px;
  margin-bottom: 86px;
}
@media (max-width: 959px) {
  #service .secPoint__box {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__box {
    display: block;
    margin-bottom: 20px;
  }
}
#service .secPoint__box__img {
  width: 483px;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  #service .secPoint__box__img {
    width: 40%;
  }
}
@media (max-width: 750px) {
  #service .secPoint__box__img {
    width: 100%;
    border-radius: 32px 0 32px 0;
    margin-bottom: 9px;
  }
}
#service .secPoint__box__txtbox {
  flex: 1;
}
#service .secPoint__subTtl {
  padding-top: 13px;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  #service .secPoint__subTtl {
    padding-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__subTtl {
    padding-top: 0;
    margin-bottom: 17px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__box__txt {
    line-height: 2.07;
  }
}
#service .secPoint__staff {
  background: #faf8f6;
  border-radius: 24px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 48px;
}
@media (max-width: 959px) {
  #service .secPoint__staff {
    padding-inline: 20px;
  }
}
@media (max-width: 750px) {
  #service .secPoint__staff {
    border-radius: 12px;
    padding: 18px 10px 35px;
  }
}
#service .staff__ttl {
  margin-top: -25px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #service .staff__ttl {
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 11px;
  }
}
#service .staff__ttl span {
  display: inline-block;
  background: url(../img/service/point_ttl_line@2x.png) no-repeat bottom center/contain;
  font-size: 34px;
  color: #152e61;
  font-weight: bold;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  #service .staff__ttl span {
    background: url(../img/service/point_ttl_line_sp@2x.png) no-repeat bottom center/contain;
    font-size: 18px;
    padding-bottom: 13px;
  }
}
#service .staff__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  justify-content: center;
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #service .staff__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 15px;
  }
  #service .staff__list:before {
    content: "";
    display: block;
    width: 0;
    opacity: 0;
    margin-left: -6px;
  }
}
#service .staff__item {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 750px) {
  #service .staff__item {
    width: 87px;
  }
}
#service .secArea__btn a {
  margin-inline: auto;
}
#service .item-02 .secPoint__lead {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  #service .item-02 .secPoint__lead {
    margin-bottom: 24px;
  }
}
#service .item-02 .c-heading-02 {
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  #service .item-02 .c-heading-02 {
    margin-bottom: 20px;
  }
}
#service .secPoint__lead {
  text-align: center;
  text-box: trim-both cap alphabetic;
  padding-top: 3px;
}
@media (max-width: 750px) {
  #service .secPoint__lead {
    text-align: left;
  }
}
@media (max-width: 750px) {
  #service .secPoint__txt {
    line-height: 2.07;
  }
}
#service .secVoice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  margin-bottom: 45px;
}
@media (max-width: 959px) {
  #service .secVoice__grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #service .secVoice__grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
#service .secVoice__grid .c-voice__item a {
  background: #faf8f6;
}
#service .secVoice__btn .c-btn-01__link {
  margin-inline: auto;
}
#service .item-03 .c-heading-02 {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #service .item-03 .c-heading-02 {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  #service .item-03 .secPoint__cont {
    padding-inline: 0;
  }
}
@media (max-width: 750px) {
  #service .item-03 .secPoint__txt {
    padding-inline: 20px;
  }
}
#service .onestop__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 959px) {
  #service .onestop__list {
    gap: 10px;
  }
}
@media (max-width: 750px) {
  #service .onestop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 14px;
    gap: 2vw 4vw;
    margin-bottom: 11px;
    background: url(../img/service/onestop_line_sp@2x.png) no-repeat top 12vw center/100%;
  }
}
#service .onestop__list:before {
  content: "";
  background: #f7f4f2;
  width: 90%;
  height: 8px;
  display: block;
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 959px) {
  #service .onestop__list:before {
    top: 95px;
  }
}
@media (max-width: 750px) {
  #service .onestop__list:before {
    display: none;
  }
}
@media (max-width: 750px) {
  #service .onestop__item {
    width: 90px;
    width: 24vw;
  }
}
#service .onestop__icn {
  border: 8px solid #f7f4f2;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 959px) {
  #service .onestop__icn {
    margin-bottom: 2px;
  }
  #service .onestop__icn img {
    zoom: 0.7;
  }
}
@media (max-width: 750px) {
  #service .onestop__icn {
    border-width: 4px;
    margin-bottom: 2px;
  }
  #service .onestop__icn img {
    zoom: 0.5;
  }
}
#service .onestop__icn__img.item-03 {
  transform: translateX(-5px);
}
#service .onestop__txt {
  font-size: 24px;
  font-weight: bold;
  color: #152e61;
  text-align: center;
}
@media (max-width: 959px) {
  #service .onestop__txt {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  #service .onestop__txt {
    font-size: 15px;
  }
}
#service .item-04 .secPoint__cont {
  padding-inline: 30px;
}
@media (max-width: 750px) {
  #service .item-04 .secPoint__cont {
    padding-inline: 20px;
  }
}
#service .item-04 .secPoint__lead {
  padding-top: 10px;
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  #service .item-04 .secPoint__lead {
    line-height: 2.07;
    margin-bottom: 22px;
  }
}
#service .follow__list {
  max-width: 1050px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 959px) {
  #service .follow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
  }
}
@media (max-width: 750px) {
  #service .follow__list {
    gap: 14px 12px;
  }
}
#service .follow__item {
  border: 8px solid #f7f4f2;
  border-radius: 24px;
  text-align: center;
  padding-block: 20px 8px;
  padding-inline: 20px;
}
@media (max-width: 750px) {
  #service .follow__item {
    border-width: 4px;
    border-radius: 12px;
    padding-block: 8px 12px;
    padding-inline: 9px;
  }
}
#service .follow__ttl {
  font-size: 20px;
  color: #33b8a6;
  font-weight: bold;
  padding-bottom: 12px;
  background: url(../img/service/follow_line@2x.png) no-repeat bottom center/contain;
  margin-bottom: 19px;
}
@media (max-width: 750px) {
  #service .follow__ttl {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background: url(../img/service/follow_line_sp@2x.png) no-repeat bottom center/contain;
  }
}
#service .follow__txt {
  font-size: 20px;
  font-weight: bold;
  color: #152e61;
  line-height: 1;
}
@media (max-width: 750px) {
  #service .follow__txt {
    font-size: 14px;
  }
}
#service .follow__txt .en {
  font-size: 32px;
  line-height: 0.7;
}
@media (max-width: 750px) {
  #service .follow__txt .en {
    font-size: 22px;
    line-height: 1;
  }
}
#service .follow__txt .big {
  font-size: 28px;
}
@media (max-width: 750px) {
  #service .follow__txt .big {
    font-size: 17px;
  }
}
#service .follow__txt .small {
  font-size: 13px;
}
@media (max-width: 750px) {
  #service .follow__txt .small {
    font-size: 12px;
  }
}
#service .reuslt__box {
  display: flex;
  align-items: flex-start;
  gap: 0 44px;
  flex-direction: row-reverse;
}
@media (max-width: 959px) {
  #service .reuslt__box {
    gap: 0 20px;
    align-items: stretch;
  }
}
@media (max-width: 750px) {
  #service .reuslt__box {
    display: block;
  }
}
#service .reuslt__img {
  width: 375px;
  border-radius: 64px 0 64px 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  #service .reuslt__img {
    width: 40%;
  }
}
@media (max-width: 750px) {
  #service .reuslt__img {
    width: 100%;
    border-radius: 32px 0 32px 0;
    margin-bottom: 15px;
  }
}
#service .reuslt__txtbox {
  flex: 1;
}
#service .reuslt__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #152e61;
  line-height: 1.4;
  text-box: trim-start text;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  #service .reuslt__ttl {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  #service .reuslt__ttl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
}
#service .reuslt__ttl strong {
  color: #33b8a6;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
@media (max-width: 750px) {
  #service .reuslt__ttl strong {
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
#service .reuslt__ttl .en {
  font-size: 44px;
}
@media (max-width: 959px) {
  #service .reuslt__ttl .en {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  #service .reuslt__ttl .en {
    font-size: 24px;
  }
}
#service .secCase {
  background: #faf8f6;
  padding-block: 0 80px;
}
@media (max-width: 750px) {
  #service .secCase {
    padding-block: 0 40px;
  }
}
#service .secCase__heading {
  text-align: center;
  margin-bottom: 61px;
}
@media (max-width: 750px) {
  #service .secCase__heading {
    margin-bottom: 30px;
  }
}
#service .secCase__heading span {
  display: inline-block;
  background: #33b8a6;
  position: relative;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  padding: 19px 43px;
  border-radius: 52px;
}
@media (max-width: 750px) {
  #service .secCase__heading span {
    font-size: 18px;
    padding: 14px 20px;
  }
}
#service .secCase__heading span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #33b8a6;
  border-width: 19px;
  margin-left: -19px;
  transform: scaleX(0.8);
}
@media (max-width: 750px) {
  #service .secCase__heading span:after {
    border-width: 10px;
    margin-left: -10px;
  }
}
#service .secCase__cont {
  margin-bottom: 62px;
}
#service .secCase__btn a {
  margin-inline: auto;
}
#service .secFlow {
  padding-block-end: 119px;
}
@media (max-width: 750px) {
  #service .secFlow {
    padding-block-end: 40px;
  }
}
#service .secFlow__list {
  margin-bottom: 98px;
}
@media (max-width: 750px) {
  #service .secFlow__list {
    margin-bottom: 40px;
  }
}
#service .c-bnr--faq a {
  background: url(../img/service/banner_faq_bg@2x.jpg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  #service .c-bnr--faq a {
    background: url(../img/common/banner_faq_bg_sp@2x.jpg) no-repeat center center/cover;
  }
}
#service .c-bnr__ttl {
  margin-bottom: 0;
}
#service .c-bnr__ttl .icon-circle-chevron-right {
  margin-left: 0.9em;
  transform: translateY(2px);
  display: inline-block;
}

#sidebar {
  width: 230px;
  position: relative;
}
@media (max-width: 959px) {
  #sidebar {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  #sidebar {
    padding: 0 20px;
  }
}
#sidebar #search-newspost {
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 5px;
}
#sidebar input[type=text] {
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 12px 40px 12px 10px;
  font-size: 16px;
  border: none;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#sidebar button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 48px;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
}
#sidebar button img {
  margin: 0 auto;
}
#sidebar .sidebar__heading {
  border-bottom: 4px solid #33b8a6;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #sidebar .sidebar__heading {
    margin-bottom: 20px;
  }
}
#sidebar .sidebar__heading .en {
  font-size: 26px;
  line-height: 1;
  display: block;
  letter-spacing: 0;
}
#sidebar .sidebar__heading--ranking {
  background: url(../img/news/icn_ranking@2x.png) no-repeat left top 1px/30px;
}
#sidebar .sidebar__heading--category {
  background: url(../img/news/icn_category@2x.png) no-repeat left top 1px/30px;
  margin-bottom: 0;
}
#sidebar .sidebar__ranking {
  counter-reset: wpp-ranking;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #sidebar .sidebar__ranking {
    margin-bottom: 40px;
  }
}
#sidebar .ranking__item .thumb {
  position: relative;
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  #sidebar .ranking__item .thumb {
    margin-bottom: 0;
  }
}
#sidebar .ranking__item .thumb:before {
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  content: counter(wpp-ranking, decimal-leading-zero);
  counter-increment: wpp-ranking;
  background: #000;
  position: absolute;
  top: -18px;
  left: -21px;
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50% 50% 0 50%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  #sidebar .ranking__item .thumb:before {
    width: 40px;
    font-size: 20px;
    top: -8px;
    left: -17px;
  }
}
@media (max-width: 750px) {
  #sidebar .ranking__item .thumb:before {
    width: 30px;
    font-size: 12px;
    top: -6px;
    left: -12px;
  }
}
#sidebar .ranking__item .thumb img {
  background: #fff;
  object-fit: contain;
}
#sidebar .ranking__item:nth-of-type(1) .thumb:before {
  background: #152e61;
}
#sidebar .ranking__item:nth-of-type(2) .thumb:before {
  background: #00a0e9;
}
#sidebar .ranking__item:nth-of-type(3) .thumb:before {
  background: #33b8a6;
}
#sidebar .post__list p {
  font-size: 13px;
}
#sidebar .post__item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #sidebar .post__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#sidebar .post__item a {
  display: block;
}
@media (min-width: 960px) {
  #sidebar .post__item a {
    transition: all 0.2s;
  }
  #sidebar .post__item a:hover .thumb {
    opacity: 0.8;
  }
}
@media (max-width: 959px) {
  #sidebar .post__item a {
    display: flex;
  }
}
#sidebar .post__item:first-child a {
  padding-top: 0;
}
#sidebar .post__item .thumb {
  transition: all 0.2s;
  aspect-ratio: 299/191;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  #sidebar .post__item .thumb {
    width: 200px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  #sidebar .post__item .thumb {
    width: 112px;
  }
}
@media (max-width: 959px) {
  #sidebar .post__item .txtbox {
    flex: 1;
    padding-left: 25px;
  }
}
@media (max-width: 750px) {
  #sidebar .post__item .txtbox {
    padding-left: 14px;
  }
}
#sidebar .post__item .txtbox .ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
@media (max-width: 750px) {
  #sidebar .post__item .txtbox .ttl {
    font-size: 15px;
    line-height: 1.6;
    text-underline-offset: 4px;
  }
}
#sidebar .categories__list > .cat-item {
  border-bottom: 1px dashed #7d7d7d;
}
#sidebar .categories__list > .cat-item > a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 20px 35px 20px 27px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
  #sidebar .categories__list > .cat-item > a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  #sidebar .categories__list > .cat-item > a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
#sidebar .categories__list .children {
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: -16px;
}
#sidebar .categories__list .children .cat-item {
  padding-left: 8px;
}
#sidebar .categories__list .children .cat-item a {
  display: block;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 750px) {
  #sidebar .categories__list .children .cat-item a {
    font-size: 16px;
  }
}
#sidebar .categories__list .children .cat-item a:before {
  display: none;
}
#sidebar .categories__list .children .cat-item a:after {
  content: "";
  background: #33b8a6;
  width: 12px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sidebar .categories__list a {
  transition: color 0.3s ease-out;
  position: relative;
}
#sidebar .categories__list a:before {
  content: "";
  background: url(../img/news/chevron-right@2x.png) no-repeat center center/cover;
  width: 16px;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease-out;
}
@media (hover: hover) {
  #sidebar .categories__list a:where(:any-link, :enabled, summary):hover {
    color: #152e61;
  }
  #sidebar .categories__list a:where(:any-link, :enabled, summary):hover:before {
    right: 17px;
  }
}

#single-area .secMainView {
  background: url(../img/area/mv_bg@2x.webp) no-repeat center center/cover;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 784px;
  text-align: center;
  padding-top: 85px;
}
@media (max-width: 959px) {
  #single-area .secMainView {
    zoom: 0.75;
  }
}
@media (max-width: 750px) {
  #single-area .secMainView {
    zoom: 1;
    background: url(../img/area/mv_bg_sp@2x.webp) no-repeat center center/cover;
    height: 368px;
    padding-top: 36px;
  }
}
#single-area .secMainView .inner {
  width: 100%;
}
#single-area .secMainView__txtbox {
  background: #fff;
  max-width: 960px;
  margin-inline: auto;
  position: relative;
  padding: 33px 10px 149px;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secMainView__txtbox {
    padding: 19px 10px 53px;
    max-width: 81%;
  }
}
#single-area .secMainView__txtbox:before, #single-area .secMainView__txtbox:after {
  content: "";
  display: block;
  position: absolute;
}
#single-area .secMainView__txtbox:before {
  background: url(../img/top/mv_illust_01@2x.png) no-repeat center center/cover;
  width: 128px;
  height: 295px;
  top: 163px;
  left: -74px;
}
@media (max-width: 750px) {
  #single-area .secMainView__txtbox:before {
    width: 45px;
    height: 105px;
    top: 103px;
    left: -33px;
  }
}
#single-area .secMainView__txtbox:after {
  background: url(../img/top/mv_illust_02@2x.png) no-repeat center center/cover;
  width: 119px;
  height: 290px;
  top: 171px;
  right: -69px;
}
@media (max-width: 750px) {
  #single-area .secMainView__txtbox:after {
    width: 42px;
    height: 104px;
    top: 107px;
    right: -30px;
  }
}
#single-area .secMainView__catch {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.25;
  color: #152e61;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #single-area .secMainView__catch {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
#single-area .secMainView__catch .small {
  font-size: 44px;
}
@media (max-width: 750px) {
  #single-area .secMainView__catch .small {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  #single-area .secMainView__catch .medium {
    font-size: 21px;
  }
}
#single-area .secMainView__subCatch {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  #single-area .secMainView__subCatch {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#single-area .secMainView__subCatch span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media (max-width: 750px) {
  #single-area .secMainView__subCatch span {
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
#single-area .secMainView__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px;
  max-width: 790px;
  margin-inline: auto;
  margin-top: -121px;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secMainView__point {
    gap: 11px;
    margin-top: -40px;
    max-width: 94%;
  }
}
#single-area .secMainView__point__item {
  background-color: #33b8a6;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1/1;
}
#single-area .secMainView__point__item.item-01 {
  background-image: url(../img/top/icn_mv_point_01@2x.png);
  background-position: center top 25px;
  background-size: 52px;
  padding-top: 90px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-01 {
    background-position: center top 13px;
    background-size: 20px;
    padding-top: 40px;
  }
}
#single-area .secMainView__point__item.item-01 .secMainView__point__txt {
  font-size: 33px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-01 .secMainView__point__txt {
    font-size: 14px;
  }
}
#single-area .secMainView__point__item.item-01 .secMainView__point__txt .num {
  font-size: 42px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-01 .secMainView__point__txt .num {
    font-size: 16px;
  }
}
#single-area .secMainView__point__item.item-01 .secMainView__point__txt .small {
  font-size: 25px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-01 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#single-area .secMainView__point__item.item-02 {
  background-image: url(../img/top/icn_mv_point_02@2x.png);
  background-position: center top 39px;
  background-size: 34px;
  padding-top: 91px;
  transform: scale(1.02);
  margin-top: -9px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-02 {
    background-position: center top 15px;
    background-size: 14px;
    padding-top: 38px;
    transform: scale(1);
    margin-top: -4px;
  }
}
#single-area .secMainView__point__item.item-02 .secMainView__point__txt {
  font-size: 31px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-02 .secMainView__point__txt {
    font-size: 14px;
  }
}
#single-area .secMainView__point__item.item-02 .secMainView__point__txt .small {
  font-size: 24px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-02 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#single-area .secMainView__point__item.item-03 {
  background-image: url(../img/top/icn_mv_point_03@2x.png);
  background-position: center top 25px;
  background-size: 40px;
  padding-top: 78px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-03 {
    background-position: center top 12px;
    background-size: 15px;
    padding-top: 35px;
  }
}
#single-area .secMainView__point__item.item-03 .secMainView__point__txt {
  font-size: 34px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-03 .secMainView__point__txt {
    font-size: 14px;
  }
}
#single-area .secMainView__point__item.item-03 .secMainView__point__txt .small {
  font-size: 26px;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__item.item-03 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#single-area .secMainView__point__txt {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #single-area .secMainView__point__txt {
    letter-spacing: 0;
  }
}
#single-area .secMainView__point__txt .small {
  display: inline-block;
}
#single-area .secService {
  padding-block: 38px 100px;
}
@media (max-width: 750px) {
  #single-area .secService {
    padding-block: 30px 40px;
  }
}
@media (max-width: 750px) {
  #single-area .secService .inner {
    padding-inline: 0;
  }
}
#single-area .secService__heading {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  #single-area .secService__heading {
    margin-bottom: 15px;
  }
}
#single-area .secService__heading:before, #single-area .secService__heading:after {
  content: "";
  display: block;
  position: absolute;
}
#single-area .secService__heading:before {
  background: url(../img/area/service_illust_01@2x.png) no-repeat center center/contain;
  width: 138px;
  height: 216px;
  top: 21px;
  left: 36px;
}
@media (max-width: 959px) {
  #single-area .secService__heading:before {
    display: none;
  }
}
@media (max-width: 750px) {
  #single-area .secService__heading:before {
    display: block;
    width: 54.5px;
    height: 84.5px;
    top: -2px;
    left: 15px;
  }
}
#single-area .secService__heading:after {
  background: url(../img/area/service_illust_02@2x.png) no-repeat center center/contain;
  width: 111px;
  height: 230px;
  top: 6px;
  right: 72px;
}
@media (max-width: 959px) {
  #single-area .secService__heading:after {
    display: none;
  }
}
@media (max-width: 750px) {
  #single-area .secService__heading:after {
    display: block;
    width: 43.5px;
    height: 90px;
    top: -10px;
    right: 17px;
  }
}
#single-area .secService__icn {
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #single-area .secService__icn {
    margin-bottom: 10px;
  }
  #single-area .secService__icn img {
    width: 41px;
  }
}
#single-area .secService__heading__ja {
  font-size: 34px;
  text-align: center;
  color: #33b8a6;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  #single-area .secService__heading__ja {
    font-size: 22px;
    line-height: 1.36;
  }
}
#single-area .secService__heading__ja:before, #single-area .secService__heading__ja:after {
  content: "";
  width: 54px;
  height: 66px;
  display: block;
  position: absolute;
  top: 18px;
}
@media (max-width: 750px) {
  #single-area .secService__heading__ja:before, #single-area .secService__heading__ja:after {
    width: 1px;
    height: 16px;
    top: 8px;
  }
}
#single-area .secService__heading__ja:before {
  background: url(../img/area/service_ttl_line_l@2x.png) no-repeat center center/contain;
  left: -80px;
}
@media (max-width: 750px) {
  #single-area .secService__heading__ja:before {
    left: -13px;
  }
}
#single-area .secService__heading__ja:after {
  background: url(../img/area/service_ttl_line_r@2x.png) no-repeat center center/contain;
  right: -80px;
}
@media (max-width: 750px) {
  #single-area .secService__heading__ja:after {
    right: -13px;
  }
}
#single-area .secService__box {
  display: flex;
  align-items: center;
  gap: 0 48px;
}
@media (max-width: 959px) {
  #single-area .secService__box {
    gap: 0 20px;
    align-items: stretch;
  }
}
@media (max-width: 750px) {
  #single-area .secService__box {
    display: block;
  }
}
#single-area .secService__img {
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  width: 520px;
}
@media (max-width: 959px) {
  #single-area .secService__img {
    width: 35%;
  }
}
@media (max-width: 750px) {
  #single-area .secService__img {
    border-radius: 0;
    width: 100%;
    margin-bottom: 21px;
  }
}
#single-area .secService__txtbox {
  flex: 1;
}
@media (max-width: 750px) {
  #single-area .secService__txtbox {
    padding-inline: 20px;
  }
}
#single-area .secService__ttl {
  font-size: 36px;
  color: #152e61;
  font-weight: bold;
  line-height: 1.388;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
@media (max-width: 959px) {
  #single-area .secService__ttl {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  #single-area .secService__ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (max-width: 959px) {
  #single-area .secService__txt .pc {
    display: none !important;
  }
}
#single-area .secCompatibility {
  background: #faf8f6;
  padding-block: 102px 80px;
}
@media (max-width: 750px) {
  #single-area .secCompatibility {
    padding-block: 95px 40px;
  }
}
#single-area .secCompatibility__fukidashi {
  text-align: center;
  margin: 0 auto 42px;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__fukidashi {
    margin-bottom: 25px;
    position: relative;
  }
  #single-area .secCompatibility__fukidashi:before {
    content: "";
    background: url(../img/area/compatibility_illust@2x.png) no-repeat center center/contain;
    display: block;
    position: absolute;
    width: 85px;
    height: 66.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: -59px;
  }
}
#single-area .secCompatibility__fukidashi span {
  display: inline-block;
  background: #152e61;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 40px;
  padding: 11px 53px;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__fukidashi span {
    font-size: 18px;
    border-radius: 20px;
    line-height: 1.3;
    padding-inline: 29px;
  }
}
#single-area .secCompatibility__fukidashi span:before {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #152e61;
  border-width: 23px;
  margin-left: -23px;
  transform: scaleX(0.9);
}
@media (max-width: 750px) {
  #single-area .secCompatibility__fukidashi span:before {
    border-width: 13px;
    margin-left: -13px;
  }
}
#single-area .secCompatibility__box {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 53px;
  background: #fff;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__box {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    border-radius: 26px;
  }
}
#single-area .secCompatibility__heading {
  background: #00a0e9;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-block: 45px;
  border-radius: 53px 53px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__heading {
    border-radius: 26px 26px 0 0;
    padding-block: 9px;
    font-size: 18px;
    line-height: 1.38;
  }
}
#single-area .secCompatibility__heading:before {
  content: "";
  background: url(../img/area/compatibility_illust@2x.png) no-repeat center center/contain;
  width: 236px;
  height: 184px;
  display: block;
  position: absolute;
  left: -50px;
  top: -70px;
}
@media (max-width: 959px) {
  #single-area .secCompatibility__heading:before {
    display: none;
  }
}
#single-area .secCompatibility__cont {
  padding: 31px 124px 80px;
}
@media (max-width: 959px) {
  #single-area .secCompatibility__cont {
    padding: 31px 30px 60px;
  }
}
@media (max-width: 750px) {
  #single-area .secCompatibility__cont {
    padding: 17px 20px 40px;
  }
}
#single-area .secCompatibility__ttl {
  font-size: 24px;
  font-style: italic;
  color: #00a0e9;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.46;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__ttl {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
#single-area .secCompatibility__ttl span {
  display: inline-block;
  padding: 19px 38px;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__ttl span {
    padding: 9px 15px;
    letter-spacing: 0.04em;
  }
}
#single-area .secCompatibility__ttl span:before, #single-area .secCompatibility__ttl span:after {
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__ttl span:before, #single-area .secCompatibility__ttl span:after {
    width: 13px;
    height: 13px;
  }
}
#single-area .secCompatibility__ttl span:before {
  left: 0;
  top: 0;
  border-top: 2px solid #00a0e9;
  border-left: 2px solid #00a0e9;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__ttl span:before {
    border-width: 1px;
  }
}
#single-area .secCompatibility__ttl span:after {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__ttl span:after {
    border-width: 1px;
  }
}
#single-area .secCompatibility__txt {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__txt {
    line-height: 2.071;
  }
}
#single-area .secCompatibility__txt span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #494949;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__txt span {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
  }
}
#single-area .secCompatibility__average {
  background: #faf8f6;
  max-width: 710px;
  margin-inline: auto;
  border-radius: 64px 0 64px 0;
  padding: 28px 0 35px;
  text-align: center;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__average {
    border-radius: 32px 0 32px 0;
    padding: 9px 0 15px;
    margin-bottom: 20px;
  }
}
#single-area .secCompatibility__average__ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__average__ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#single-area .secCompatibility__average__txt {
  color: #152e61;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__average__txt {
    font-size: 18px;
  }
}
#single-area .secCompatibility__average__txt strong {
  font-size: 70px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__average__txt strong {
    font-size: 40px;
  }
}
#single-area .secCompatibility__average__txt small {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #494949;
  font-weight: 500;
}
@media (max-width: 750px) {
  #single-area .secCompatibility__average__txt small {
    font-size: 10px;
    margin-top: 6px;
  }
}
#single-area .recommend__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #152e61;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
  margin-bottom: 59px;
  line-height: 1.25;
}
@media (max-width: 750px) {
  #single-area .recommend__ttl {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
#single-area .recommend__ttl:before, #single-area .recommend__ttl:after {
  content: "";
  background: #152e61;
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  top: 13px;
}
@media (max-width: 959px) {
  #single-area .recommend__ttl:before, #single-area .recommend__ttl:after {
    width: 1px;
    height: 79px;
  }
}
@media (max-width: 750px) {
  #single-area .recommend__ttl:before, #single-area .recommend__ttl:after {
    width: 1px;
    height: 41px;
    top: 12px;
  }
}
#single-area .recommend__ttl:before {
  transform: rotate(-20deg);
  left: -18px;
}
@media (max-width: 959px) {
  #single-area .recommend__ttl:before {
    left: -30px;
  }
}
@media (max-width: 750px) {
  #single-area .recommend__ttl:before {
    left: -20px;
  }
}
#single-area .recommend__ttl:after {
  transform: rotate(20deg);
  right: -18px;
}
@media (max-width: 959px) {
  #single-area .recommend__ttl:after {
    right: -30px;
  }
}
@media (max-width: 750px) {
  #single-area .recommend__ttl:after {
    right: -20px;
  }
}
#single-area .recommend__ttl span {
  position: relative;
  font-size: 40px;
}
@media (max-width: 750px) {
  #single-area .recommend__ttl span {
    font-size: 25px;
  }
}
#single-area .recommend__ttl span:before {
  content: "";
  background: #152e61;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #single-area .recommend__ttl span:before {
    width: 3px;
    height: 3px;
  }
}
#single-area .maker__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 28px;
}
@media (max-width: 959px) {
  #single-area .maker__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 750px) {
  #single-area .maker__grid {
    grid-template-columns: 1fr;
    gap: 30px 10px;
  }
}
#single-area .maker__item {
  border-radius: 32px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 2px solid #152e61;
  padding: 0 37px 30px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
@media (max-width: 959px) {
  #single-area .maker__item {
    padding: 0 20px 30px;
    display: block;
  }
}
@media (max-width: 750px) {
  #single-area .maker__item {
    border-radius: 16px;
    padding: 0 8px 28px;
    border-width: 1px;
  }
}
#single-area .maker__item--solar {
  border-color: #33b8a6;
}
#single-area .maker__item--solar .maker__ttl span {
  background: #33b8a6;
}
#single-area .maker__item--solar .spec__item {
  border-color: #33b8a6;
}
#single-area .maker__item--solar .spec__ttl {
  color: #33b8a6;
  background: url(../img/area/spec_line_green@2x.png) no-repeat center bottom/100%;
}
@media (max-width: 959px) {
  #single-area .maker__item--solar .spec__ttl {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}
@media (max-width: 750px) {
  #single-area .maker__item--solar .spec__ttl {
    background-size: 100%;
  }
}
#single-area .maker__item--solar .maker__recommend__ttl {
  color: #33b8a6;
}
#single-area .maker__item--solar .maker__recommend__ttl:before {
  background: #33b8a6;
}
#single-area .maker__item--storage {
  border-color: #00a0e9;
}
#single-area .maker__item--storage .maker__ttl span {
  background: #00a0e9;
}
#single-area .maker__item--storage .spec__item {
  border-color: #00a0e9;
}
#single-area .maker__item--storage .spec__ttl {
  color: #00a0e9;
  background: url(../img/area/spec_line_blue@2x.png) no-repeat center bottom/100%;
}
@media (max-width: 959px) {
  #single-area .maker__item--storage .spec__ttl {
    background-repeat: repeat-x;
    background-size: 50%;
  }
}
@media (max-width: 750px) {
  #single-area .maker__item--storage .spec__ttl {
    background-size: 100%;
  }
}
#single-area .maker__item--storage .maker__recommend__ttl {
  color: #00a0e9;
}
#single-area .maker__item--storage .maker__recommend__ttl:before {
  background: #00a0e9;
}
#single-area .maker__ttl {
  text-align: center;
  margin-top: -21px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #single-area .maker__ttl {
    margin-top: -14px;
    margin-bottom: 14px;
  }
}
#single-area .maker__ttl span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #152e61;
  min-width: 200px;
  padding: 0px 37px;
  border-radius: 40px;
}
@media (max-width: 750px) {
  #single-area .maker__ttl span {
    font-size: 16px;
    min-width: 120px;
    padding: 0 23px;
    border-radius: 20px;
  }
}
#single-area .maker__logo {
  display: grid;
  place-items: center;
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  color: #152e61;
  margin-bottom: 18px;
}
@media (max-width: 959px) {
  #single-area .maker__logo {
    display: block;
  }
}
@media (max-width: 750px) {
  #single-area .maker__logo {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
#single-area .maker__logo img {
  margin-inline: auto;
  width: 100%;
  height: 52px;
  object-fit: contain;
}
@media (max-width: 750px) {
  #single-area .maker__logo img {
    height: 41px;
  }
}
#single-area .maker__spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 21px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #single-area .maker__spec {
    gap: 10px 7px;
    margin-bottom: 25px;
  }
}
#single-area .spec__item {
  border: 1px dashed #152e61;
  border-radius: 25px;
  padding: 17px 14px;
}
@media (max-width: 750px) {
  #single-area .spec__item {
    border-radius: 12px;
    padding: 8px 6px;
  }
}
#single-area .spec__ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 12px;
  margin-bottom: 9px;
}
@media (max-width: 750px) {
  #single-area .spec__ttl {
    font-size: 13px;
    padding-bottom: 6px;
    margin-bottom: 3px;
  }
}
#single-area .spec__txt {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  #single-area .spec__txt {
    font-size: 13px;
  }
}
#single-area .spec__txt strong,
#single-area .spec__txt .num {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-area .spec__txt strong,
  #single-area .spec__txt .num {
    font-size: 18px;
  }
}
#single-area .spec__txt--cost strong {
  font-size: inherit;
}
#single-area .maker__recommend {
  background: #faf8f6;
  border-radius: 24px;
  padding: 0 24px 18px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  #single-area .maker__recommend {
    border-radius: 12px;
    padding: 0 16px 18px;
  }
}
#single-area .maker__recommend__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #152e61;
  position: relative;
  margin-top: -15px;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #single-area .maker__recommend__ttl {
    font-size: 14px;
    margin-top: -14px;
    margin-bottom: 8px;
  }
}
#single-area .maker__recommend__ttl:before {
  content: "";
  background: #152e61;
  width: 26px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
@media (max-width: 750px) {
  #single-area .maker__recommend__ttl:before {
    width: 16px;
    height: 1px;
    bottom: -1px;
  }
}
#single-area .maker__recommend__txt {
  font-size: 15px;
  line-height: 1.86;
}
@media (max-width: 750px) {
  #single-area .maker__recommend__txt {
    font-size: 13px;
    line-height: 1.53;
  }
}
#single-area .secCase {
  background: #faf8f6;
  padding-block: 76px 80px;
}
@media (max-width: 750px) {
  #single-area .secCase {
    padding-block: 60px 40px;
  }
}
#single-area .secCase__heading {
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  #single-area .secCase__heading {
    margin-bottom: 30px;
  }
}
#single-area .secCase__heading__en {
  color: #dfe1e6;
  top: -19px;
}
@media (max-width: 750px) {
  #single-area .secCase__heading__en {
    top: -12px;
  }
}
#single-area .secCase__heading__ja {
  color: #152e61;
}
#single-area .secCase__cont {
  margin-bottom: 59px;
}
#single-area .secCase__btn .c-btn-01__link {
  margin-inline: auto;
}
#single-area .secSubsidy {
  padding-block: 92px 80px;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secSubsidy {
    padding-block: 60px 40px;
  }
}
#single-area .secSubsidy:before {
  content: "";
  background: #33b8a6;
  width: 100%;
  height: 553px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  #single-area .secSubsidy:before {
    height: calc(100% - 300px);
  }
}
#single-area .secSubsidy .inner {
  max-width: 1260px;
  position: relative;
}
#single-area .secSubsidy__contWrap {
  border: 12px solid #55c2b3;
  border-radius: 32px;
  background: #fff;
  margin-bottom: 42px;
  position: relative;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__contWrap {
    border-width: 6px;
    border-radius: 19px;
    margin-bottom: 27px;
  }
}
#single-area .secSubsidy__contWrap:before {
  content: "";
  background: url(../img/area/subsidy_illust_02@2x.png) no-repeat center center/contain;
  width: 85.5px;
  height: 256px;
  display: block;
  position: absolute;
  left: -39px;
  bottom: -28px;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__contWrap:before {
    display: none;
  }
}
#single-area .secSubsidy__contWrap:after {
  content: "";
  background: url(../img/area/subsidy_illust_03@2x.png) no-repeat center center/contain;
  width: 98px;
  height: 257px;
  display: block;
  position: absolute;
  right: -49px;
  bottom: -25px;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__contWrap:after {
    display: none;
  }
}
#single-area .secSubsidy__cont {
  padding: 72px 124px 100px;
  position: relative;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__cont {
    padding: 72px 24px 50px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__cont {
    padding: 33px 15px 40px;
  }
}
#single-area .secSubsidy__cont:before {
  content: "";
  background: url(../img/area/subsidy_clip@2x.png) no-repeat center center/cover;
  width: 150px;
  height: 46px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__cont:before {
    width: 75px;
    height: 23px;
    top: -12px;
  }
}
#single-area .secSubsidy__heading {
  color: #152e61;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
#single-area .secSubsidy__heading:before {
  content: "";
  background: #00a0e9;
  width: 46px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -29px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__heading:before {
    width: 28px;
    height: 3px;
    bottom: -15px;
  }
}
#single-area .secSubsidy__info {
  background: #faf8f6;
  border-radius: 24px;
  padding: 46px 0px 50px 46px;
  display: grid;
  justify-content: center;
  place-items: center start;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__info {
    padding-left: 20px;
    padding-right: 70px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info {
    border-radius: 12px;
    padding: 30px 5px 35px 11px;
    margin-bottom: 15px;
  }
}
#single-area .secSubsidy__info:before {
  content: "";
  background: url(../img/area/subsidy_illust_01@2x.png) no-repeat center center/cover;
  width: 95px;
  height: 111px;
  display: block;
  position: absolute;
  right: -17px;
  bottom: -16px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info:before {
    width: 55px;
    height: 64.5px;
    right: 27px;
    bottom: -7px;
  }
}
#single-area .secSubsidy__info__item {
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 51px;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__info__item {
    font-size: 20px;
    flex-wrap: wrap;
    line-height: 1.05;
    word-break: keep-all;
    padding-left: 34px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__item {
    font-size: 16px;
    display: block;
    line-height: 1.05;
    word-break: keep-all;
    padding-left: 24px;
  }
}
#single-area .secSubsidy__info__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__item:not(:last-child) {
    margin-bottom: 19px;
  }
}
#single-area .secSubsidy__info__name {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__info__name {
    margin-right: 12px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__name {
    margin-right: 2px;
  }
}
#single-area .secSubsidy__info__name:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 32px;
  color: #00a0e9;
  position: absolute;
  top: -2px;
  left: -50px;
}
@media (max-width: 959px) {
  #single-area .secSubsidy__info__name:before {
    font-size: 20px;
    left: -34px;
    top: 2px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__name:before {
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: -24px;
    top: 5px;
  }
}
#single-area .secSubsidy__info__name:after {
  content: "";
  background: #dfe1e6;
  width: 2px;
  height: 21px;
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  #single-area .secSubsidy__info__name:after {
    display: none;
  }
}
#single-area .secSubsidy__info__txt strong {
  color: #00a0e9;
}
#single-area .secSubsidy__info__txt em {
  font-style: normal;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__txt em {
    font-size: 24px;
  }
}
#single-area .secSubsidy__info__txt small {
  font-size: 16px;
}
@media (max-width: 750px) {
  #single-area .secSubsidy__info__txt small {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  #single-area .secSubsidy__txt {
    line-height: 2.071;
  }
}
#single-area .secSubsidy__btn .c-btn-01__link {
  margin-inline: auto;
}
#single-area .secPromise {
  background: #faf8f6;
  padding-block: 102px 80px;
}
@media (max-width: 750px) {
  #single-area .secPromise {
    padding-block: 60px 40px;
  }
}
#single-area .secPromise__heading {
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  #single-area .secPromise__heading {
    margin-bottom: 17px;
  }
}
#single-area .secPromise__heading__en {
  color: #dfe1e6;
}
#single-area .secPromise__icn {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #single-area .secPromise__icn {
    margin-bottom: 3px;
  }
  #single-area .secPromise__icn img {
    width: 47px;
  }
}
#single-area .secReason__heading__ja {
  color: #152e61;
}
#single-area .secPromise__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}
@media (max-width: 959px) {
  #single-area .secPromise__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  #single-area .secPromise__list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
#single-area .secPromise__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (max-width: 959px) {
  #single-area .secPromise__item {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #single-area .secPromise__item {
    max-width: 100%;
  }
}
#single-area .secPromise__num {
  position: absolute;
  top: -23px;
  left: -22px;
  background: #ffde00;
  border-radius: 64px 64px 0 64px;
  color: #152e61;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 74px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 4px;
}
@media (max-width: 750px) {
  #single-area .secPromise__num {
    width: 65px;
    top: -16px;
    left: -12px;
  }
}
#single-area .secPromise__num__txt {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-area .secPromise__num__txt {
    font-size: 11px;
  }
}
#single-area .secPromise__num__num {
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-area .secPromise__num__num {
    font-size: 28px;
  }
}
#single-area .secPromise__img {
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #single-area .secPromise__img {
    margin-bottom: 10px;
  }
}
#single-area .secPromise__img img {
  width: 100%;
}
#single-area .secPromise__ttl {
  font-size: 20px;
  color: #152e61;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: grid;
  place-items: center;
  background: url(../img/area/primise_line@2x.png) no-repeat bottom center/contain;
  padding-bottom: 17px;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #single-area .secPromise__ttl {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
}
#single-area .secPromise__txt {
  font-weight: 500;
  color: #152e61;
}
@media (max-width: 750px) {
  #single-area .secPromise__txt {
    line-height: 2.07;
  }
}
#single-area .secVoice {
  background-color: #33b8a6;
  background-image: url(../img/top/voice_bg@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-block: 96px 100px;
}
@media (max-width: 750px) {
  #single-area .secVoice {
    padding-block: 38px 50px;
    background-image: url(../img/top/voice_bg_sp@2x.png);
  }
}
#single-area .secVoice__heading {
  margin-bottom: 58px;
}
@media (max-width: 750px) {
  #single-area .secVoice__heading {
    margin-bottom: 27px;
  }
}
#single-area .secVoice__heading__en {
  color: #55c2b3;
  top: -16px;
}
#single-area .secVoice__icn {
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #single-area .secVoice__icn {
    margin-bottom: 2px;
  }
  #single-area .secVoice__icn img {
    width: 35px;
  }
}
#single-area .secVoice__heading__ja {
  color: #fff;
}
#single-area .secVoice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  max-width: 1040px;
  margin-inline: auto;
  margin-bottom: 62px;
}
@media (max-width: 959px) {
  #single-area .secVoice__grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #single-area .secVoice__grid {
    max-width: 94%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
#single-area .secVoice__btn .c-btn-01__link {
  margin-inline: auto;
}
#single-area .secMember {
  background: #faf8f6;
  padding-block: 102px 100px;
}
@media (max-width: 750px) {
  #single-area .secMember {
    padding-block: 63px 40px;
  }
}
#single-area .secMember__heading {
  margin-bottom: 52px;
}
@media (max-width: 750px) {
  #single-area .secMember__heading {
    margin-bottom: 22px;
  }
}
#single-area .secMember__heading__en {
  color: #dfe1e6;
  top: -21px;
}
@media (max-width: 750px) {
  #single-area .secMember__heading__en {
    top: -15px;
  }
}
#single-area .secMember__heading__ja {
  color: #152e61;
}
#single-area .secMember__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(20% - 40px));
  justify-content: center;
  gap: 30px 50px;
}
@media (max-width: 959px) {
  #single-area .secMember__grid {
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 20px));
    gap: 30px 30px;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:not(:first-child) {
    margin-top: -25px;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item {
    display: grid;
    gap: 0 20px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:nth-of-type(odd) {
    padding-right: 20px;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:nth-of-type(odd) .secMember__commentWrap:before {
    background-image: url(../img/area/member_fukidashi_sp_l@2x.png);
    left: -10px;
    right: auto;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:nth-of-type(odd) .secMember__img {
    order: -1;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:nth-of-type(even) {
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  #single-area .secMember__item:nth-of-type(even) .secMember__commentWrap:before {
    background-image: url(../img/area/member_fukidashi_sp_r@2x.png);
    right: -10px;
    left: auto;
  }
}
#single-area .secMember__commentWrap {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 3px 0px 0px #e2e0df;
  width: 198px;
  height: 99px;
  margin-inline: auto;
  margin-bottom: 33px;
  padding: 11px 22px;
  position: relative;
  display: grid;
  place-items: center start;
}
@media (max-width: 750px) {
  #single-area .secMember__commentWrap {
    width: 100%;
    height: 77px;
    padding: 11px 11px;
    border-radius: 6px;
    margin-bottom: 0;
    box-shadow: 0px 2px 0px 0px #e2e0df;
  }
}
#single-area .secMember__commentWrap:before {
  content: "";
  background: url(../img/area/member_fukidashi_triangle@2x.png) no-repeat center center/cover;
  width: 25px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -16px;
}
@media (max-width: 750px) {
  #single-area .secMember__commentWrap:before {
    width: 11px;
    height: 20px;
    bottom: auto;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#single-area .secMember__comment {
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  #single-area .secMember__comment {
    font-size: 13px;
    line-height: 1.46;
  }
}
#single-area .secMember__img {
  width: 210px;
  height: 210px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  border: 10px solid #fff;
}
@media (max-width: 750px) {
  #single-area .secMember__img {
    width: 100%;
    height: 100%;
    border-width: 5px;
  }
}
#single-area .secArea {
  padding-block: 117px 39px;
}
@media (max-width: 959px) {
  #single-area .secArea {
    padding-block: 50px 0;
  }
}
@media (max-width: 750px) {
  #single-area .secArea {
    padding-block: 25px 0px;
  }
}
#single-area .secBnr {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #single-area .secBnr {
    padding-bottom: 50px;
  }
}

#single-case .articleWrap {
  background: #faf8f6;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  #single-case .articleWrap {
    padding-bottom: 40px;
  }
}
#single-case .breadcrumbsWrap {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #single-case .breadcrumbsWrap {
    margin-bottom: 0;
  }
}
#single-case .articleCase {
  background: #fff;
  padding: 64px;
}
@media (max-width: 1100px) {
  #single-case .articleCase {
    padding-inline: 40px;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase {
    padding: 40px 20px;
  }
}
#single-case .articleCase__catList {
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  #single-case .articleCase__catList {
    margin-bottom: 4px;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase__cat .c-case__cat__link {
    font-size: 12px;
    padding: 2px 6px;
  }
}
#single-case .articleCase__ttlWrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
  padding-bottom: 17px;
  border-bottom: 2px solid #152e61;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #single-case .articleCase__ttlWrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
#single-case .articleCase__heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #152e61;
}
@media (max-width: 750px) {
  #single-case .articleCase__heading {
    font-size: 22px;
  }
}
#single-case .articleCase__date {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #single-case .articleCase__date {
    font-size: 14px;
    order: -1;
  }
}
#single-case .articleCase__date .icon-clock {
  margin-right: 10px;
}
@media (max-width: 750px) {
  #single-case .articleCase__date .icon-clock {
    margin-right: 5px;
  }
}
#single-case .articleCase__about {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 48px;
  margin-bottom: 62px;
}
@media (max-width: 959px) {
  #single-case .articleCase__about {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase__about {
    gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 29px;
  }
}
#single-case .articleCase__img {
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  aspect-ratio: 492/345;
}
@media (max-width: 750px) {
  #single-case .articleCase__img {
    border-radius: 32px 0 32px 0;
  }
}
#single-case .articleCase__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-case .articleCase__about__txt {
  text-box: trim-start cap alphabetic;
  padding-top: 2px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #single-case .articleCase__about__txt {
    line-height: 2.07;
    padding-top: 0;
    margin-bottom: 13px;
  }
}
#single-case .articleCase__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
@media (max-width: 959px) {
  #single-case .articleCase__point {
    gap: 10px;
  }
}
#single-case .point__item {
  background: url(../img/case/point_border@2x.png) no-repeat center center/100% 100%;
  padding: 10px;
  display: grid;
  place-content: center;
  width: 165px;
  aspect-ratio: 1/1;
  text-align: center;
  font-weight: bold;
  color: #33b8a6;
}
@media (max-width: 959px) {
  #single-case .point__item {
    width: auto;
    padding: 5px;
  }
}
#single-case .point__ttl {
  font-size: 20px;
  background: url(../img/case/point_line@2x.png) no-repeat bottom center/65px;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #single-case .point__ttl {
    font-size: 14px;
    padding-inline: 5px;
    padding-bottom: 7px;
    margin-bottom: 9px;
    width: fit-content;
    margin-inline: auto;
    background-size: 55px;
  }
}
#single-case .point__txt {
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-case .point__txt {
    font-size: 16px;
  }
}
#single-case .articleCase__content:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #single-case .articleCase__content:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase__content--service {
    position: relative;
  }
}
#single-case .articleCase__ttl {
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  #single-case .articleCase__ttl {
    margin-bottom: 17px;
  }
}
#single-case .articleCase__content__txt {
  text-box: trim-start cap alphabetic;
}
@media (max-width: 750px) {
  #single-case .articleCase__content__txt {
    line-height: 2.07;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase__content__tableWrap {
    overflow: scroll;
    width: calc(100% + 20px);
    position: relative;
  }
}
#single-case .articleCase__content__scroll {
  display: none;
}
@media (max-width: 750px) {
  #single-case .articleCase__content__scroll {
    display: block;
    position: absolute;
    right: -10px;
    top: -6px;
    animation: scroll 3s linear infinite;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#single-case .articleCase__content__table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 750px) {
  #single-case .articleCase__content__table {
    width: 590px;
  }
}
#single-case .articleCase__content__table th,
#single-case .articleCase__content__table td {
  font-size: 18px;
  padding: 19px 10px;
  border: 1px solid #ccc;
}
@media (max-width: 750px) {
  #single-case .articleCase__content__table th,
  #single-case .articleCase__content__table td {
    font-size: 14px;
    padding: 11px 5px;
    line-height: 1.21;
  }
}
#single-case .articleCase__content__table th {
  background: #152e61;
  color: #fff;
  font-weight: bold;
}
#single-case .articleCase__content__table td {
  font-weight: 500;
  padding-block: 21px;
}
@media (max-width: 750px) {
  #single-case .articleCase__content__table td {
    padding-block: 6px;
  }
}
#single-case .articleCase__comment {
  background: #faf8f6;
  border-radius: 64px 0 64px 0;
  padding: 22px 60px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  #single-case .articleCase__comment {
    padding-inline: 40px;
  }
}
@media (max-width: 750px) {
  #single-case .articleCase__comment {
    border-radius: 32px 0 32px 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#single-case .articleCase__comment__img {
  width: 179px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #33b8a6;
}
@media (max-width: 750px) {
  #single-case .articleCase__comment__img {
    width: 90px;
    border-width: 2px;
    margin-inline: auto;
  }
}
#single-case .articleCase__comment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-case .articleCase__comment__txt {
  flex: 1;
}
@media (max-width: 750px) {
  #single-case .articleCase__comment__txt {
    font-size: 13px;
    line-height: 1.61;
  }
}
#single-case .secCasae {
  background: #faf8f6;
  padding: 187px 0 110px;
}
@media (max-width: 750px) {
  #single-case .secCasae {
    padding: 80px 0 40px;
  }
}
#single-case .secCasae__heading {
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  #single-case .secCasae__heading {
    margin-bottom: 30px;
  }
}
#single-case .secCasae__heading__en {
  color: #dfe1e6;
  top: -106px;
}
@media (max-width: 750px) {
  #single-case .secCasae__heading__en {
    top: -44px;
  }
}
#single-case .secCasae__heading__ja {
  color: #152e61;
}
#single-case .c-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 58px;
}
@media (max-width: 959px) {
  #single-case .c-case__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 750px) {
  #single-case .c-case__list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

#single-voice .articleWrap {
  background: #faf8f6;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  #single-voice .articleWrap {
    padding-bottom: 40px;
  }
}
#single-voice .breadcrumbsWrap {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #single-voice .breadcrumbsWrap {
    margin-bottom: 0;
  }
}
#single-voice .articleVoice {
  background: #fff;
  padding: 64px;
}
@media (max-width: 1100px) {
  #single-voice .articleVoice {
    padding-inline: 40px;
  }
}
@media (max-width: 750px) {
  #single-voice .articleVoice {
    padding: 40px 20px;
  }
}
#single-voice .articleVoice__catList {
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__catList {
    margin-bottom: 4px;
  }
}
@media (max-width: 750px) {
  #single-voice .articleVoice__cat .c-case__cat__link {
    font-size: 12px;
    padding: 2px 6px;
  }
}
#single-voice .articleVoice__ttlWrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: end;
  padding-bottom: 17px;
  border-bottom: 2px solid #152e61;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  #single-voice .articleVoice__ttlWrap {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #single-voice .articleVoice__ttlWrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 12px;
    margin-top: -25px;
    margin-bottom: 20px;
  }
}
#single-voice .articleVoice__heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #152e61;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__heading {
    font-size: 22px;
  }
}
#single-voice .articleVoice__date {
  font-size: 17px;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__date {
    font-size: 14px;
    order: -1;
    justify-content: flex-end;
  }
}
#single-voice .articleVoice__date .icon-clock {
  margin-right: 10px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__date .icon-clock {
    margin-right: 5px;
  }
}
#single-voice .articleVoice__about {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__about {
    margin-bottom: 28px;
  }
}
#single-voice .articleVoice__img {
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  aspect-ratio: 492/345;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__img {
    border-radius: 32px 0 32px 0;
    margin-bottom: 20px;
  }
}
#single-voice .articleVoice__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-voice .articleVoice__about__txtbox {
  background: #faf8f6;
  border-radius: 12px;
  padding: 26px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__about__txtbox {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 20px 16px;
    border-radius: 6px;
    gap: 8px;
  }
}
#single-voice .about__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 17px;
  font-weight: 500;
  color: #4d4d4d;
  flex: auto;
}
@media (max-width: 750px) {
  #single-voice .about__ttl {
    font-size: 16px;
  }
}
#single-voice .about__service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  position: relative;
  flex: auto;
}
@media (max-width: 750px) {
  #single-voice .about__service {
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    gap: 0.3em 0.8em;
  }
}
#single-voice .about__service:before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 40px;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #single-voice .about__service:before {
    display: none;
  }
}
#single-voice .about__service__ttl {
  font-size: 17px;
  font-weight: 500;
  color: #4d4d4d;
}
@media (max-width: 750px) {
  #single-voice .about__service__ttl {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  #single-voice .about__service__catList .articleVoice__cat {
    font-size: 12px;
    padding: 1px 7px;
  }
}
#single-voice .articleVoice__about__txt {
  text-box: trim-start cap alphabetic;
  padding-top: 2px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__about__txt {
    line-height: 2.07;
    padding-top: 0;
    margin-bottom: 13px;
  }
}
#single-voice .articleVoice__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
@media (max-width: 959px) {
  #single-voice .articleVoice__point {
    gap: 10px;
  }
}
#single-voice .point__item {
  background: url(../img/case/point_border@2x.png) no-repeat center center/100% 100%;
  padding: 10px;
  display: grid;
  place-content: center;
  width: 165px;
  aspect-ratio: 1/1;
  text-align: center;
  font-weight: bold;
  color: #33b8a6;
}
@media (max-width: 959px) {
  #single-voice .point__item {
    width: auto;
    padding: 5px;
  }
}
#single-voice .point__ttl {
  font-size: 20px;
  background: url(../img/case/point_line@2x.png) no-repeat bottom center/65px;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #single-voice .point__ttl {
    font-size: 14px;
    padding-inline: 5px;
    padding-bottom: 7px;
    margin-bottom: 9px;
    width: fit-content;
    margin-inline: auto;
    background-size: 55px;
  }
}
#single-voice .point__txt {
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 750px) {
  #single-voice .point__txt {
    font-size: 16px;
  }
}
#single-voice .articleVoice__content:not(:last-of-type) {
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content--service {
    position: relative;
  }
}
#single-voice .articleVoice__ttl {
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__ttl {
    margin-bottom: 17px;
  }
}
#single-voice .articleVoice__content__txt {
  text-box: trim-start cap alphabetic;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__txt {
    line-height: 2.07;
  }
}
#single-voice .articleVoice__content__tableWrap:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__tableWrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
#single-voice .articleVoice__content__scroll {
  display: none;
}
@keyframes scroll {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#single-voice .articleVoice__content__table {
  border-collapse: collapse;
  width: 100%;
}
#single-voice .articleVoice__content__table thead th {
  background: #152e61;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding: 16px 60px;
  text-align: left;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__table thead th {
    font-size: 14px;
    padding: 9px 19px;
  }
}
#single-voice .articleVoice__content__table tbody th,
#single-voice .articleVoice__content__table tbody td {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #ccc;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__table tbody th,
  #single-voice .articleVoice__content__table tbody td {
    font-size: 14px;
    padding: 11px 5px;
    line-height: 1.21;
  }
}
#single-voice .articleVoice__content__table tbody th {
  width: 15em;
  padding: 21px 60px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__table tbody th {
    width: 46%;
    padding: 14px 19px;
    letter-spacing: 0;
  }
}
#single-voice .articleVoice__content__table tbody td {
  font-weight: 500;
  padding: 21px 30px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__content__table tbody td {
    width: 54%;
    padding: 6px 13px;
  }
}
#single-voice .articleVoice__comment {
  background: #faf8f6;
  border-radius: 64px 0 64px 0;
  padding: 12px 56px;
  display: flex;
  gap: 60px;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1100px) {
  #single-voice .articleVoice__comment {
    padding-inline: 40px;
  }
}
@media (max-width: 959px) {
  #single-voice .articleVoice__comment {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #single-voice .articleVoice__comment {
    border-radius: 32px 0 32px 0;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#single-voice .articleVoice__comment__img {
  width: 158px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #33b8a6;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__comment__img {
    width: 90px;
    border-width: 2px;
    margin-inline: auto;
  }
}
#single-voice .articleVoice__comment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-voice .articleVoice__comment__name {
  text-align: center;
  color: #152e61;
  font-weight: 500;
  margin-top: 3px;
}
#single-voice .articleVoice__comment__txt {
  flex: 1;
  padding-left: 4px;
}
@media (max-width: 750px) {
  #single-voice .articleVoice__comment__txt {
    font-size: 13px;
    line-height: 1.61;
  }
}
#single-voice .secVoice {
  padding-block: 188px 103px;
}
@media (max-width: 750px) {
  #single-voice .secVoice {
    padding-block: 88px 50px;
  }
}
#single-voice .secVoice__heading {
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  #single-voice .secVoice__heading {
    margin-bottom: 27px;
  }
}
#single-voice .secVoice__heading__en {
  color: #dfe1e6;
  top: -106px;
}
@media (max-width: 750px) {
  #single-voice .secVoice__heading__en {
    top: -49px;
  }
}
#single-voice .secVoice__heading__ja {
  color: #152e61;
}
#single-voice .secVoice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  margin-bottom: 64px;
}
@media (max-width: 959px) {
  #single-voice .secVoice__grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #single-voice .secVoice__grid {
    max-width: 94%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
#single-voice .c-voice__item a {
  background: #faf8f6;
  padding: 40px;
}
@media (max-width: 959px) {
  #single-voice .c-voice__item a {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  #single-voice .c-voice__item a {
    padding: 20px;
    border-radius: 32px 0 32px 0;
  }
}
#single-voice .secVoice__btn a {
  margin-inline: auto;
}
#single-voice .c-voice__ttl {
  font-size: 24px;
  padding-bottom: 29px;
  margin-bottom: 23px;
}
@media (max-width: 750px) {
  #single-voice .c-voice__ttl {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
}
#single-voice .c-voice__txt {
  font-size: 16px;
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #single-voice .c-voice__txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
#single-voice .c-voice__area {
  font-size: 17px;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  #single-voice .c-voice__area {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#single-voice .c-voice__more__txt {
  font-size: 20px;
  padding-bottom: 3px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  #single-voice .c-voice__more__txt {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

#top .secMainView {
  background: url(../img/top/mv_bg@2x.webp) no-repeat center center/cover;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 863px;
  text-align: center;
  padding-top: 137px;
}
@media (max-width: 959px) {
  #top .secMainView {
    zoom: 0.75;
  }
}
@media (max-width: 750px) {
  #top .secMainView {
    zoom: 1;
    background: url(../img/top/mv_bg_sp@2x.webp) no-repeat center center/cover;
    height: 368px;
    padding-top: 48px;
  }
}
#top .secMainView .inner {
  width: 100%;
}
#top .secMainView__txtbox {
  background: #fff;
  border-radius: 245px;
  max-width: 948px;
  margin-inline: auto;
  position: relative;
  padding: 75px 10px 151px;
  position: relative;
}
@media (max-width: 750px) {
  #top .secMainView__txtbox {
    padding: 31px 10px 61px;
    max-width: 88%;
  }
}
#top .secMainView__txtbox:before, #top .secMainView__txtbox:after {
  content: "";
  display: block;
  position: absolute;
}
#top .secMainView__txtbox:before {
  background: url(../img/top/mv_illust_01@2x.png) no-repeat center center/cover;
  width: 128px;
  height: 295px;
  top: 144px;
  left: -54px;
}
@media (max-width: 750px) {
  #top .secMainView__txtbox:before {
    width: 45px;
    height: 105px;
    top: 88px;
    left: -19px;
  }
}
#top .secMainView__txtbox:after {
  background: url(../img/top/mv_illust_02@2x.png) no-repeat center center/cover;
  width: 119px;
  height: 290px;
  top: 151px;
  right: -59px;
}
@media (max-width: 750px) {
  #top .secMainView__txtbox:after {
    width: 42px;
    height: 104px;
    top: 90px;
    right: -18px;
  }
}
#top .secMainView__fukidashi {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}
@media (max-width: 750px) {
  #top .secMainView__fukidashi {
    top: -12px;
  }
}
#top .secMainView__fukidashi span {
  display: inline-block;
  background: #111 url(../img/top/icn_japan@2x.png) no-repeat right 52px center/54px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 40px;
  padding-inline: 50px 121px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #top .secMainView__fukidashi span {
    background: #111 url(../img/top/icn_japan@2x.png) no-repeat right 12px center/21px;
    font-size: 16px;
    padding-inline: 12px 36px;
    line-height: 1.7;
  }
}
#top .secMainView__fukidashi span:before {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #111;
  border-width: 19px;
  margin-left: -19px;
  transform: scaleX(0.9);
}
@media (max-width: 750px) {
  #top .secMainView__fukidashi span:before {
    border-width: 9px;
    margin-left: -9px;
  }
}
#top .secMainView__fukuoka {
  position: absolute;
  left: -25px;
  top: -10px;
}
@media (max-width: 750px) {
  #top .secMainView__fukuoka {
    width: 70px;
    left: -13px;
    top: 10px;
  }
}
#top .secMainView__catch {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3;
  color: #152e61;
  letter-spacing: 0.04em;
  margin-bottom: 11px;
}
@media (max-width: 750px) {
  #top .secMainView__catch {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
}
#top .secMainView__catch .small {
  font-size: 44px;
}
@media (max-width: 750px) {
  #top .secMainView__catch .small {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  #top .secMainView__catch .medium {
    font-size: 21px;
  }
}
#top .secMainView__subCatch {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #top .secMainView__subCatch {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#top .secMainView__subCatch span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media (max-width: 750px) {
  #top .secMainView__subCatch span {
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
#top .secMainView__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 31px;
  max-width: 790px;
  margin-inline: auto;
  margin-top: -116px;
  position: relative;
}
@media (max-width: 750px) {
  #top .secMainView__point {
    gap: 11px;
    margin-top: -43px;
    max-width: 94%;
  }
}
#top .secMainView__point__item {
  background-color: #33b8a6;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: #fff;
  aspect-ratio: 1/1;
}
#top .secMainView__point__item.item-01 {
  background-image: url(../img/top/icn_mv_point_01@2x.png);
  background-position: center top 25px;
  background-size: 52px;
  padding-top: 90px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-01 {
    background-position: center top 13px;
    background-size: 20px;
    padding-top: 40px;
  }
}
#top .secMainView__point__item.item-01 .secMainView__point__txt {
  font-size: 33px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-01 .secMainView__point__txt {
    font-size: 14px;
  }
}
#top .secMainView__point__item.item-01 .secMainView__point__txt .num {
  font-size: 42px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-01 .secMainView__point__txt .num {
    font-size: 16px;
  }
}
#top .secMainView__point__item.item-01 .secMainView__point__txt .small {
  font-size: 25px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-01 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#top .secMainView__point__item.item-02 {
  background-image: url(../img/top/icn_mv_point_02@2x.png);
  background-position: center top 39px;
  background-size: 34px;
  padding-top: 91px;
  transform: scale(1.02);
  margin-top: -9px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-02 {
    background-position: center top 15px;
    background-size: 14px;
    padding-top: 38px;
    transform: scale(1);
    margin-top: -4px;
  }
}
#top .secMainView__point__item.item-02 .secMainView__point__txt {
  font-size: 31px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-02 .secMainView__point__txt {
    font-size: 14px;
  }
}
#top .secMainView__point__item.item-02 .secMainView__point__txt .small {
  font-size: 24px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-02 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#top .secMainView__point__item.item-03 {
  background-image: url(../img/top/icn_mv_point_03@2x.png);
  background-position: center top 25px;
  background-size: 40px;
  padding-top: 78px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-03 {
    background-position: center top 12px;
    background-size: 15px;
    padding-top: 35px;
  }
}
#top .secMainView__point__item.item-03 .secMainView__point__txt {
  font-size: 34px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-03 .secMainView__point__txt {
    font-size: 14px;
  }
}
#top .secMainView__point__item.item-03 .secMainView__point__txt .small {
  font-size: 26px;
}
@media (max-width: 750px) {
  #top .secMainView__point__item.item-03 .secMainView__point__txt .small {
    font-size: 11px;
  }
}
#top .secMainView__point__txt {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #top .secMainView__point__txt {
    letter-spacing: 0;
  }
}
#top .secMainView__point__txt .small {
  display: inline-block;
}
#top .secNews {
  background: #faf8f6;
  padding-block: 83px 100px;
}
@media (max-width: 750px) {
  #top .secNews {
    padding-block: 29px 45px;
  }
}
#top .secNews .inner {
  display: grid;
  grid-template-columns: 324px 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0px 142px;
  grid-template-areas: "secNews__head secNews__cont" "secNews__btn secNews__cont";
}
@media (max-width: 959px) {
  #top .secNews .inner {
    display: block;
  }
}
#top .secNews__head {
  grid-area: secNews__head;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #top .secNews__head {
    display: none;
    padding-top: 0;
    margin-bottom: 18px;
  }
}
#top .secNews__heading__en {
  font-size: 116px;
  color: #152e61;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  #top .secNews__heading__en {
    font-size: 70px;
    margin-bottom: 8px;
  }
}
#top .secNews__heading__ja {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #top .secNews__heading__ja {
    font-size: 22px;
  }
}
#top .secNews__cont {
  grid-area: secNews__cont;
}
@media (max-width: 959px) {
  #top .secNews__cont {
    margin-bottom: 64px;
  }
}
@media (max-width: 750px) {
  #top .secNews__cont {
    margin-bottom: 32px;
  }
}
#top .secNews__item {
  background: url(../img/top/news_line@2x.png) no-repeat bottom center/contain;
}
@media (max-width: 750px) {
  #top .secNews__item {
    background: url(../img/top/news_line_sp@2x.png) no-repeat bottom center/100%;
  }
  #top .secNews__item:nth-of-type(3) {
    display: none;
  }
}
#top .secNews__item a {
  display: block;
  padding-block: 10px 18px;
}
@media (max-width: 750px) {
  #top .secNews__item a {
    padding-block: 13px;
  }
}
@media (hover: hover) {
  #top .secNews__item a:where(:any-link, :enabled, summary):hover .secNews__ttl {
    text-decoration: underline;
  }
}
#top .secNews__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  #top .secNews__meta {
    gap: 20px;
    margin-bottom: 6px;
  }
}
#top .secNews__date {
  font-size: 18px;
  font-weight: bold;
  color: #152e61;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  #top .secNews__date {
    font-size: 13px;
  }
}
#top .secNews__catList {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#top .secNews__cat {
  display: inline-block;
  color: #fff;
  background: #00a0e9;
  padding: 3px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 6px;
}
@media (max-width: 750px) {
  #top .secNews__cat {
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 3px;
  }
}
#top .secNews__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #top .secNews__ttl {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
#top .secNews__btn {
  grid-area: secNews__btn;
  margin-inline: auto;
}
@media (max-width: 959px) {
  #top .secNews__btn .c-btn-01__link {
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #top .secNews__btn .c-btn-01__link {
    font-size: 16px;
  }
}
#top .secNews__btn .c-btn-01__link:before {
  font-size: 22px;
}
@media (max-width: 750px) {
  #top .secNews__btn .c-btn-01__link:before {
    font-size: 17px;
  }
}
#top .secService {
  padding-block: 77px 120px;
}
@media (max-width: 750px) {
  #top .secService {
    padding-block: 36px 40px;
  }
}
#top .secService .inner {
  position: relative;
}
@media (max-width: 750px) {
  #top .secService .inner {
    padding-inline: 0;
  }
}
#top .secService .inner:before {
  content: "";
  background: url(../img/top/service_illust_01@2x.png) no-repeat center center/cover;
  width: 62px;
  height: 191px;
  display: block;
  position: absolute;
  top: 29px;
  right: 70px;
}
@media (max-width: 959px) {
  #top .secService .inner:before {
    display: none;
  }
}
#top .secService .inner:after {
  content: "";
  background: url(../img/top/service_illust_02@2x.png) no-repeat center center/cover;
  width: 108px;
  height: 204px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -56px;
}
@media (max-width: 959px) {
  #top .secService .inner:after {
    display: none;
  }
}
#top .secService__icn {
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  #top .secService__icn {
    margin-bottom: 4px;
  }
  #top .secService__icn img {
    width: 41px;
  }
}
#top .secService__heading {
  margin-bottom: 39px;
}
@media (max-width: 750px) {
  #top .secService__heading {
    margin-bottom: 15px;
  }
}
#top .secService__heading__lead {
  color: #33b8a6;
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  #top .secService__heading__lead {
    margin-bottom: 4px;
  }
}
#top .secService__heading__ja {
  color: #152e61;
}
#top .secService__box {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 60px;
}
@media (max-width: 959px) {
  #top .secService__box {
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  #top .secService__box {
    display: block;
  }
}
#top .secService__img {
  border-radius: 64px 0 64px 0;
  overflow: hidden;
  margin-top: 10px;
  width: 548px;
}
@media (max-width: 959px) {
  #top .secService__img {
    width: 40%;
  }
}
@media (max-width: 750px) {
  #top .secService__img {
    width: 100%;
    border-radius: 0px;
    margin-top: 0;
    aspect-ratio: 750/395;
    margin-bottom: 21px;
  }
}
#top .secService__txtbox {
  flex: 1;
  padding-left: 63px;
}
@media (max-width: 959px) {
  #top .secService__txtbox {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  #top .secService__txtbox {
    padding-inline: 10px;
  }
}
#top .secService__subTtl {
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #top .secService__subTtl {
    margin-bottom: 5px;
  }
}
#top .secService__txt {
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  #top .secService__txt {
    padding-inline: 10px;
    line-height: 2.07;
    margin-bottom: 21px;
  }
}
@media (max-width: 750px) {
  #top .secService__btn a {
    margin-inline: auto;
  }
}
#top .secPromise {
  background-color: #33b8a6;
  padding-block: 100px 83px;
  color: #fff;
}
@media (max-width: 750px) {
  #top .secPromise {
    padding-block: 45px 40px;
  }
}
#top .secPromise__heading {
  margin-bottom: 54px;
}
@media (max-width: 750px) {
  #top .secPromise__heading {
    margin-bottom: 17px;
  }
}
#top .secPromise__heading__en {
  color: #55c2b3;
}
#top .secPromise__icn {
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #top .secPromise__icn {
    margin-bottom: 3px;
  }
  #top .secPromise__icn img {
    width: 47px;
  }
}
#top .secPromise__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  #top .secPromise__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 750px) {
  #top .secPromise__list {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 21px;
  }
}
#top .secPromise__item {
  position: relative;
}
@media (max-width: 959px) {
  #top .secPromise__item {
    max-width: 500px;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #top .secPromise__item {
    max-width: 100%;
  }
}
#top .secPromise__num {
  position: absolute;
  top: -23px;
  left: -22px;
  background: #ffde00;
  border-radius: 64px 64px 0 64px;
  color: #152e61;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 74px;
  font-weight: bold;
  letter-spacing: 0;
  padding-top: 4px;
}
@media (max-width: 750px) {
  #top .secPromise__num {
    width: 65px;
    top: -16px;
    left: -12px;
  }
}
#top .secPromise__num__txt {
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 750px) {
  #top .secPromise__num__txt {
    font-size: 11px;
  }
}
#top .secPromise__num__num {
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 750px) {
  #top .secPromise__num__num {
    font-size: 28px;
  }
}
#top .secPromise__img {
  margin-bottom: 18px;
}
@media (max-width: 750px) {
  #top .secPromise__img {
    margin-bottom: 10px;
  }
}
#top .secPromise__img img {
  width: 100%;
}
#top .secPromise__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: url(../img/top/primise_line@2x.png) no-repeat bottom center/contain;
  padding-bottom: 17px;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  #top .secPromise__ttl {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
}
#top .secPromise__txt {
  font-weight: 500;
}
@media (max-width: 750px) {
  #top .secPromise__txt {
    line-height: 2.07;
  }
}
#top .secPromise__btn .c-btn-01__link {
  margin-inline: auto;
  padding-inline: 43px 57px;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #top .secPromise__btn .c-btn-01__link {
    font-size: 15px;
    padding-inline: 16px 45px;
  }
}
#top .secCase {
  background: #faf8f6;
  padding-block: 102px 83px;
}
@media (max-width: 750px) {
  #top .secCase {
    padding-block: 40px 40px;
  }
}
#top .secCase__heading__en {
  color: #dfe1e6;
  top: -22px;
}
@media (max-width: 750px) {
  #top .secCase__heading__en {
    top: -12px;
  }
}
#top .secCase__icn {
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  #top .secCase__icn {
    margin-bottom: 2px;
  }
  #top .secCase__icn img {
    width: 23px;
  }
}
#top .secCase__heading__ja {
  color: #152e61;
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  #top .secCase__heading__ja {
    margin-bottom: 25px;
  }
}
#top .secCase__cont {
  margin-bottom: 59px;
}
@media (max-width: 750px) {
  #top .secCase__cont {
    margin-bottom: 49px;
  }
}
#top .secCase__btn .c-btn-01__link {
  margin-inline: auto;
}
#top .secBnr {
  padding-block: 80px;
}
@media (max-width: 750px) {
  #top .secBnr {
    padding-block: 32px;
  }
}
#top .secBnr--maker .inner {
  position: relative;
}
#top .secBnr--maker .inner:before {
  content: "";
  background: url(../img/top/maker_illust@2x.png) no-repeat center center/cover;
  width: 150px;
  height: 176px;
  display: block;
  position: absolute;
  right: -59px;
  bottom: -78px;
  pointer-events: none;
}
@media (max-width: 959px) {
  #top .secBnr--maker .inner:before {
    display: none;
  }
}
#top .secArea {
  padding-block: 100px 158px;
}
@media (max-width: 750px) {
  #top .secArea {
    padding-block: 38px 50px;
  }
}
#top .secArea .inner {
  display: grid;
  grid-template-columns: 1fr 486px;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-template-areas: "secArea__heading secArea__img" "secArea__txtbox secArea__img";
}
@media (max-width: 959px) {
  #top .secArea .inner {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 750px) {
  #top .secArea .inner {
    display: block;
  }
}
#top .secArea__heading {
  grid-area: secArea__heading;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 58px;
}
@media (max-width: 750px) {
  #top .secArea__heading {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
#top .secArea__heading__en {
  font-size: 118px;
  color: #152e61;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 16px;
}
@media (max-width: 750px) {
  #top .secArea__heading__en {
    font-size: 70px;
    margin-right: 15px;
  }
}
#top .secArea__heading__ja {
  font-size: 26px;
  font-weight: bold;
  color: #152e61;
  padding-top: 25px;
}
@media (max-width: 750px) {
  #top .secArea__heading__ja {
    font-size: 22px;
    padding-top: 22px;
  }
}
#top .secArea__img {
  grid-area: secArea__img;
}
@media (max-width: 750px) {
  #top .secArea__img {
    padding-inline: 20px;
    margin-bottom: 27px;
  }
}
#top .secArea__txtbox {
  grid-area: secArea__txtbox;
}
#top .secArea__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #00a0e9;
  border-bottom: 2px solid #00a0e9;
  padding-bottom: 17px;
  margin-bottom: 20px;
  max-width: 393px;
}
@media (max-width: 750px) {
  #top .secArea__ttl {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    max-width: 100%;
  }
}
#top .secArea__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  #top .secArea__txt {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 27px;
  }
}
@media (max-width: 750px) {
  #top .secArea__btn a {
    margin-inline: auto;
  }
}
#top .secMember {
  position: relative;
  padding-bottom: 81px;
}
@media (max-width: 750px) {
  #top .secMember {
    padding-block: 43px 40px;
    background: #faf8f6;
  }
}
#top .secMember:before {
  content: "";
  background: #faf8f6;
  width: 100%;
  height: calc(100% - 35px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  #top .secMember:before {
    display: none;
  }
}
#top .secMember__heading__inner {
  position: relative;
}
#top .secMember__heading__inner:before {
  content: "";
  background: url(../img/top/member_illust_01@2x.png) no-repeat center center/cover;
  width: 104px;
  height: 169px;
  display: block;
  position: absolute;
  top: -47px;
  left: 188px;
}
@media (max-width: 959px) {
  #top .secMember__heading__inner:before {
    left: 63px;
  }
}
@media (max-width: 750px) {
  #top .secMember__heading__inner:before {
    width: 60px;
    height: 98px;
    top: 2px;
    left: 18px;
  }
}
#top .secMember__heading__inner:after {
  content: "";
  background: url(../img/top/member_illust_02@2x.png) no-repeat center center/cover;
  width: 100px;
  height: 161px;
  display: block;
  position: absolute;
  top: -43px;
  right: 203px;
}
@media (max-width: 959px) {
  #top .secMember__heading__inner:after {
    right: 63px;
  }
}
@media (max-width: 750px) {
  #top .secMember__heading__inner:after {
    width: 58px;
    height: 94px;
    top: 5px;
    right: 16px;
  }
}
#top .secMember__heading {
  padding-top: 2px;
  margin-bottom: 162px;
}
@media (max-width: 750px) {
  #top .secMember__heading {
    margin-bottom: 112px;
  }
}
#top .secMember__heading__en {
  color: #dfe1e6;
}
#top .secMember__heading__ja {
  color: #152e61;
  padding-top: 72px;
}
@media (max-width: 750px) {
  #top .secMember__heading__ja {
    padding-top: 34px;
  }
}
#top .c-member__list {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  #top .c-member__list {
    margin-bottom: 50px;
  }
}
#top .secMember__btn .c-btn-01__link {
  margin-inline: auto;
}
#top .secVoice {
  background-color: #33b8a6;
  background-image: url(../img/top/voice_bg@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-block: 96px 100px;
}
@media (max-width: 750px) {
  #top .secVoice {
    padding-block: 38px 50px;
    background-image: url(../img/top/voice_bg_sp@2x.png);
  }
}
#top .secVoice__heading {
  margin-bottom: 58px;
}
@media (max-width: 750px) {
  #top .secVoice__heading {
    margin-bottom: 27px;
  }
}
#top .secVoice__heading__en {
  color: #55c2b3;
  top: -16px;
}
#top .secVoice__icn {
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  #top .secVoice__icn {
    margin-bottom: 2px;
  }
  #top .secVoice__icn img {
    width: 35px;
  }
}
#top .secVoice__heading__ja {
  color: #fff;
}
#top .secVoice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  max-width: 1040px;
  margin-inline: auto;
  margin-bottom: 62px;
}
@media (max-width: 959px) {
  #top .secVoice__grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #top .secVoice__grid {
    max-width: 94%;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
#top .secVoice__btn .c-btn-01__link {
  margin-inline: auto;
}
#top .secColumn {
  background: url(../img/top/column_bg@2x.jpg) no-repeat center center/cover;
  padding-block: 123px 99px;
}
@media (max-width: 750px) {
  #top .secColumn {
    background: url(../img/top/column_bg_sp@2x.jpg) no-repeat center center/cover;
    padding-block: 62px 50px;
  }
}
#top .secColumn__heading {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #top .secColumn__heading {
    margin-bottom: 24px;
  }
}
#top .secColumn__heading__en {
  color: #89d3c9;
  top: -42px;
}
@media (max-width: 750px) {
  #top .secColumn__heading__en {
    top: -22px;
  }
}
#top .secColumn__icn {
  margin-bottom: 23px;
}
@media (max-width: 750px) {
  #top .secColumn__icn {
    margin-bottom: 2px;
  }
  #top .secColumn__icn img {
    width: 30px;
  }
}
#top .secColumn__heading__ja {
  color: #fff;
}
#top .c-column__list {
  margin-bottom: 56px;
}
@media (max-width: 750px) {
  #top .c-column__list {
    margin-bottom: 74px;
  }
}
#top .secColumn__btn .c-btn-01__link {
  margin-inline: auto;
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
