@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Outfit:wght@100..900&display=swap");
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
}

body,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

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

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

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

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

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  box-shadow: #000 0 0 0;
}

a,
button,
input,
textarea {
  outline: none;
}

x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

main,
fv {
  font: 62.5%/1.231 "IBM Plex Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select,
input,
button,
textarea,
table {
  font: 1rem "IBM Plex Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  line-height: 1;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  /*scroll-behavior: smooth;*/
  color: #333;
  font-weight: 500;
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
}

br {
  line-height: normal;
}

p,
ul li,
span,
dl dt,
dl dd {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}
footer {
  background: #F1F2F6;
}

footer * {
  font-size: 1.2rem;
}

footer #sp_fotter_contents ul#info_list li a {
  font-size: 1.6rem;
}

footer #pc_fotter_contents {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
  padding: 50px 0;
}

footer #pc_fotter_contents .footer_box dt a {
  color: #072f93;
  font-size: 1.6rem;
}

footer #pc_fotter_contents .footer_box a {
  position: relative;
  padding-left: 16px;
  line-height: 0;
}

footer #pc_fotter_contents .footer_box a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  transform: rotate(45deg);
  border-top: #323232 solid 1px;
  border-right: #323232 solid 1px;
  content: "";
}

footer #pc_fotter_contents .footer_box dt a:before {
  border-top: #072f93 solid 1px;
  border-right: #072f93 solid 1px;
}

footer #pc_fotter_contents .footer_box a.outside:after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: none;
  border-top: none;
  border-right: none;
  background: url(../img/common/icon_window.svg) no-repeat;
  background-size: cover;
  content: "";
}

footer #pc_fotter_contents #mark_list {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 50px;
}

footer #pc_fotter_contents #mark_list li {
  height: 50px;
  margin-right: 10px;
}

footer #pc_fotter_contents #mark_list li:last-child {
  margin-right: 0;
}

footer #pc_fotter_contents #mark_list li a {
  padding: 0;
}

footer #pc_fotter_contents #mark_list li a:before {
  display: none;
}

footer .pc_only + p {
  padding: 15px 0;
  background: #FFF;
  text-align: center;
}
.cmn-ttl01 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
}
.cmn-ttl01.is-white {
  color: #FFF;
}
.cmn-ttl01__lead {
  font-size: 1.8rem !important;
}
.cmn-ttl01 + .cmn-ttl01__lead {
  margin-top: 40px;
}

.cmn-ttl02 {
  position: relative;
  padding-bottom: 24px;
  font-weight: bold;
  font-size: 2.8rem !important;
  line-height: 1;
}
.cmn-ttl02.is-white {
  color: #FFF;
}
.cmn-ttl02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #F58300;
  content: "";
}

.bg01 {
  background-color: #006535;
}

.bg02 {
  background-color: #EA7916;
}

.bg03 {
  background-color: #F2FFF9;
}

.is-color-white {
  color: #FFF;
}

.cmn-btn01 {
  display: block;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.cmn-btn01.is-green {
  background-color: #006535;
  color: #FFF;
}
.cmn-btn01.is-orange {
  background-color: #EA7916;
  color: #FFF;
}
.cmn-btn01.is-white {
  background-color: #FFF;
  color: #F58300;
}
.cmn-btn01.is-white::before {
  background-color: #F58300 !important;
}
.cmn-btn01.is-materials::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-image: url("../img/icon_materials_btn.svg");
  background-color: #FFF;
  vertical-align: middle;
  mask-image: url("../img/icon_materials_btn.svg");
}
.cmn-btn01.is-mail::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-image: url("../img/icon_mail_btn.svg");
  background-color: #FFF;
  vertical-align: middle;
  mask-image: url("../img/icon_mail_btn.svg");
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.page-top {
  z-index: 99;
  position: fixed;
}
.page-top.is-absolute {
  position: absolute;
}

.main {
  position: relative;
  color: #006535;
  font-size: 1.6rem;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.cmn-inner01 {
  box-sizing: content-box;
  max-width: 1024px;
  margin-inline: auto;
  padding: 0 4%;
}

.sec {
  position: relative;
  margin-top: -41px;
  padding: 120px 0 160px;
  border-radius: 40px 40px 0 0;
}
.sec p:not(.cmn-ttl01) {
  font-size: 1.6rem;
}

sup {
  font-weight: inherit;
}

:root {
  interpolate-size: allow-keywords;
}

.table-sp-scroll {
  margin-top: 15px;
}
.table-sp-scroll img {
  width: 100%;
}
.table-sp-scroll.is-white {
  position: relative;
}
.table-sp-scroll.is-white::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask-image: url(../img/icon_sp_scroll.svg);
  mask-image: url(../img/icon_sp_scroll.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #FFF;
  mask-repeat: no-repeat;
}

.unique-header {
  z-index: 99;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
}
.unique-header__inner {
  display: flex;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0 24px 0 36px;
  -moz-column-gap: 1.5277777778vw;
  column-gap: 1.5277777778vw;
  transition: 0.4s ease;
  transition-property: background-color padding margin;
}
.unique-header__inner .overlay {
  visibility: hidden;
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.4s ease;
  transition-property: opacity;
}
.unique-header__inner .overlay.is-open {
  visibility: visible;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.8);
  opacity: 1;
}
.unique-header__logo {
  position: relative;
  top: 0.4em;
  flex-shrink: 0;
}
.unique-header__nav-list {
  flex-wrap: wrap;
  -moz-column-gap: 1.3888888889vw;
  column-gap: 1.3888888889vw;
}
.unique-header__nav-list a {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: #006535;
  font-weight: 700;
  font-size: 1.8rem;
}
.unique-header__nav-list a::before {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 24px;
  background-color: #EA7916;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.unique-header__nav-list li:nth-child(1) a::before {
  -webkit-mask-image: url("../img/icon_header_01.svg");
  mask-image: url("../img/icon_header_01.svg");
}
.unique-header__nav-list li:nth-child(2) a::before {
  -webkit-mask-image: url("../img/icon_header_02.svg");
  mask-image: url("../img/icon_header_02.svg");
}
.unique-header__nav-list li:nth-child(3) a::before {
  -webkit-mask-image: url("../img/icon_header_03.svg");
  mask-image: url("../img/icon_header_03.svg");
}
.unique-header__nav-list li:nth-child(4) a::before {
  -webkit-mask-image: url("../img/icon_header_04.svg");
  mask-image: url("../img/icon_header_04.svg");
}
.unique-header__nav-list li:nth-child(5) a::before {
  -webkit-mask-image: url("../img/icon_header_05.svg");
  mask-image: url("../img/icon_header_05.svg");
}
.unique-header__nav-list li:nth-child(6) a::before {
  -webkit-mask-image: url("../img/icon_header_06.svg");
  mask-image: url("../img/icon_header_06.svg");
}
.unique-header__nav-contact {
  gap: 8px 8px;
}
.unique-header__hum {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 75px;
  right: 3.2vw;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 17.0666666667vw;
  max-width: 100px;
  border: transparent;
  border-radius: 24px;
  background-color: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #006535;
  font-weight: 600;
  font-size: 1.7rem;
  transition: 0.4s ease;
}
.unique-header__hum.is-open {
  background-color: transparent;
  box-shadow: 1px 1px 20px transparent;
}

.fv {
  background-color: #F1FFF9;
}
.fv__slide {
  z-index: -1;
  position: relative;
}
.fv__slide .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__slide .swiper-slide picture img {
  width: 100%;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.fv__contents {
  display: flex;
  align-items: center;
}
.fv__ttl {
  margin-bottom: 40px;
  margin-bottom: clamp(20px, 3%, 40px);
}
.fv__ttl > img {
  width: 100%;
  max-width: 300px;
}
.fv__txt {
  margin-bottom: 40px;
  margin-bottom: clamp(20px, 3%, 40px);
}
.fv__txt-lead {
  margin-bottom: 12px;
  color: #006535;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
}
.fv__txt-sub {
  color: #006535;
  font-size: 1.6rem;
}
.fv__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 36px;
  border-radius: 8px;
  background: linear-gradient(-90deg, #006535 0%, #066634 0%, #46b336 100%);
}
.fv__btn-sub {
  color: #FFF;
  font-weight: 600;
  font-size: 1.2rem;
}
.fv__btn-ttl {
  color: #FFF;
  font-weight: 700;
  font-size: 2.4rem;
}
.fv__btn-ttl::after {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 20px;
  content: "";
  -webkit-mask-image: url(../img/icon_download.svg);
  margin-left: 8px;
  background-color: #EA7916;
  mask-image: url(../img/icon_download.svg);
}
.fv__info-link {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 20px;
  border-radius: 30px;
  background-color: #FFF;
  -moz-column-gap: 12px;
  column-gap: 12px;
  background-image: url("../img/icon_fv_info.svg");
  background-position: right 16px center;
  background-size: auto auto;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.fv__info-date {
  color: #4DBF39;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
}
.fv__info-detail {
  color: #006535;
  font-weight: 500;
  font-size: 1.6rem;
}
.fv__control {
  display: none;
}
.fv__control .swiper-slide {
  position: relative;
}
.fv__control .swiper-pagination-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.fv__control .fv-swiper-pagination {
  display: flex;
  align-items: center;
}
.fv__control .swiper-pagination-bullet {
  width: 6px;
  max-width: none;
  height: 6px;
  margin: 0 2px !important;
  background-color: #006535;
  opacity: 1;
  transition: 0.4s ease;
}
.fv__control .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 5px;
  background-color: #4DBF39;
}
.fv__control .swiper-btns {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.fv__control .swiper-btns .fv-swiper-button-play,
.fv__control .swiper-btns .fv-swiper-button-pause {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 32px;
  border: transparent;
  border-radius: 50%;
  background-color: #EDEDED;
}
.fv__control .swiper-btns .fv-swiper-button-play::after,
.fv__control .swiper-btns .fv-swiper-button-pause::after {
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #666666;
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.fv__control .swiper-btns .fv-swiper-button-play.is-active,
.fv__control .swiper-btns .fv-swiper-button-pause.is-active {
  background-color: #4DBF39;
}
.fv__control .swiper-btns .fv-swiper-button-play.is-active::after,
.fv__control .swiper-btns .fv-swiper-button-pause.is-active::after {
  background-color: #006535;
}
.fv__control .swiper-btns .fv-swiper-button-play::after {
  -webkit-mask-image: url("../img/icon_play_btn.svg");
  mask-image: url("../img/icon_play_btn.svg");
}
.fv__control .swiper-btns .fv-swiper-button-pause::after {
  -webkit-mask-image: url("../img/icon_pause_btn.svg");
  mask-image: url("../img/icon_pause_btn.svg");
}

.assignment {
  background: linear-gradient(333deg, #006535 0%, #066634 30%, #46b336 100%);
}
.assignment .cmn-ttl01 {
  margin-bottom: 80px;
}
.assignment__frame {
  padding: 40px 40px 0;
  border-radius: 40px;
  background-color: #F58300;
}
.assignment__frame-block {
  display: flex;
  -moz-column-gap: 3.5%;
  column-gap: 3.5%;
}
.assignment__frame-item {
  flex: 1;
}
.assignment__frame-item .item-thumb {
  margin-bottom: 20px;
}
.assignment__frame-item .item-thumb img {
  width: 100%;
  border-radius: 8px;
}
.assignment__frame-item .item-ttl {
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem !important;
  text-align: center;
}
.assignment__frame-item .item-txt {
  color: #FFF;
}
.assignment__frame-bottom {
  display: flex;
}
.assignment__frame-bottom .bottom-item {
  display: flex;
  flex: 1;
}
.assignment__frame-bottom .bottom-item:nth-child(1) img {
  display: block;
  width: 100%;
  margin-block-start: auto;
}
.assignment__frame-bottom .bottom-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.assignment__frame-bottom .bottom-item__bubble {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 33px;
  padding: 13px 18px;
  border-radius: 16px;
  background-color: #FEE583;
  color: #F58300;
  font-weight: 500;
  font-size: 1.8rem !important;
  line-height: 1.4;
}
.assignment__frame-bottom .bottom-item__bubble::before, .assignment__frame-bottom .bottom-item__bubble::after {
  position: absolute;
  top: 98%;
  left: 32px;
  width: 17px;
  height: 19px;
  content: "";
}
.assignment__frame-bottom .bottom-item__bubble::after {
  background-color: #FEE583;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.assignment__frame-bottom .bottom-item__bubble::before {
  top: 99%;
  background-color: #CC6D00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.assignment__frame-bottom .bottom-item__ttl {
  color: #FFF;
  font-weight: 700;
  font-size: 4.8rem !important;
  line-height: 1.25;
}

.question {
  background-color: #006535;
}
.question .container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 80%;
  margin-inline: auto;
  padding: 170px 0 120px;
}
.question .block {
  position: absolute;
  top: 0;
  left: 0;
}
.question .item-wrap {
  position: relative;
  flex-shrink: 0;
  width: 31.25%;
  height: 485px;
  perspective: 1000px;
}
.question .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.question .item {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
}
.question .item:nth-child(1) {
  background: #FFF;
}
.question .item:nth-child(2) {
  transform: rotateY(180deg);
  background: #e74c3c;
}
.question__ttl span {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
}
.question__ttl-txt {
  display: block;
  color: #FFF;
}
.question__ttl-txt .accent {
  display: inline-block;
  color: #EA7916;
  vertical-align: baseline;
}
.question__ttl-txt .accent sup {
  font-weight: 700;
}
.question__card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  min-height: 387px;
  padding: 48px 12%;
}
.is-01 .question__card.is-back {
  background-color: #FB9E16;
}
.is-01 .question__card.is-back .question__card-bubble .is-inner {
  color: #FB9E16;
}
.is-02 .question__card.is-back {
  background-color: #14B1D7;
}
.is-02 .question__card.is-back .question__card-bubble .is-inner {
  color: #14B1D7;
}
.is-03 .question__card.is-back {
  background-color: #15BE60;
}
.is-03 .question__card.is-back .question__card-bubble .is-inner {
  color: #15BE60;
}
.question__card-bubble {
  position: absolute;
  top: 0;
  left: 50%;
  width: 53vw;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.question__card-bubble .is-inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #FFF;
  color: #666666;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.question__card-bubble .is-inner::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background-color: #FFF;
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.question__card-icon {
  margin-bottom: 23px;
  border-radius: 50%;
  box-shadow: inset 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
}
.question__card-ttl {
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700 !important;
  font-size: min(1.38888vw, 2.4rem) !important;
  text-align: center;
}
.is-back .question__card-ttl {
  color: #FFF;
}
.question__card-txt {
  color: #222222;
  font-weight: 400;
  font-size: min(1.11111vw, 2rem) !important;
}
.is-back .question__card-txt {
  color: #FFF;
}

.materials {
  padding: 0 !important;
  overflow: hidden;
}
.materials.bg-materials {
  background-image: url("../img/img_materials_bg.png");
  background-position: right 4.51vw center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.materials__bg {
  padding: 120px 0 160px;
  background: linear-gradient(90deg, rgb(234, 121, 22) 72%, rgba(234, 121, 22, 0.76) 83%, rgba(234, 121, 22, 0.5) 92%, rgba(234, 121, 22, 0.05) 100%);
}
.materials__heading {
  display: flex;
  margin-bottom: 10px;
}
.materials__heading-box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  margin-top: -75px;
  margin-left: -15px;
  border-radius: 50%;
  background-color: #006535;
  text-align: center;
}
.materials__heading-box .box-txt {
  color: #FFF;
}
.materials__list {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  max-width: 584px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.materials__list > li {
  display: block;
  padding-bottom: 10px;
  padding-left: 1em;
  border-bottom: #FFA843 1px solid;
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
  text-indent: -1em;
}
.materials__list > li sup {
  font-weight: 700;
}

.whats .cmn-ttl01 {
  margin-bottom: 64px;
}
.whats .cmn-ttl02 {
  margin-bottom: 32px;
}
.whats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.125%;
  column-gap: 3.125%;
  margin-top: 40px;
}
.whats__row > li img {
  width: 100%;
}
.whats__item-ttl {
  font-weight: 700;
  font-size: 1.8rem !important;
  text-align: center;
}

.feature__ttl {
  margin-bottom: 15px;
}
.feature .cmn-ttl01 {
  margin-bottom: 80px;
}
.feature__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3.125%;
  column-gap: 3.125%;
  margin-bottom: 80px;
}
.feature__row-item:nth-child(1) .item-ttl, .feature__row-item:nth-child(3) .item-ttl {
  color: #006535;
}
.feature__row-item:nth-child(1) .item-box, .feature__row-item:nth-child(3) .item-box {
  background-color: #ABE3A1;
}
.feature__row-item:nth-child(2) .item-ttl {
  color: #EA7916;
}
.feature__row-item:nth-child(2) .item-box {
  background-color: #FFBD72;
}
.feature__row-item:last-child .item-box::before, .feature__row-item:last-child .item-box::after {
  display: none !important;
}
.feature__row-item .item-ttl {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2.8rem !important;
  line-height: 1;
}
.feature__row-item .item-box {
  position: relative;
  border-radius: 8px;
  text-align: center;
}
.feature__row-item .item-box::before, .feature__row-item .item-box::after {
  z-index: 1;
  position: absolute;
  width: 52px;
  height: 60px;
  content: "";
}
.feature__row-item .item-box::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.feature__row-item .item-box::before {
  background-color: rgba(34, 34, 34, 0.3);
  clip-path: polygon(0 0, 100% 75%, 0 100%);
}
.feature__row-item .item-box.is-green::after {
  background-color: #ABE3A1;
}
.feature__row-item .item-box.is-orange::after {
  background-color: #FFBD72;
}
.feature__row-item .item-box__txt {
  margin-bottom: 24px;
}
.feature__row-item .item-list > li {
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.6rem;
  text-indent: -1em;
}
.feature__row-item .item-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.feature .cmn-ttl02 {
  margin-bottom: 24px;
}
.feature__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  gap: 8px 8px;
}
.feature__list > li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 10px 22px 10px 10px;
  border: #EDEDED 1px solid;
  border-radius: 32px;
  background-color: #FFF;
  font-weight: 500;
}
.feature__list > li.type1::before {
  -webkit-mask-image: url("../img/icon_feature_list_face_type1.svg");
  mask-image: url("../img/icon_feature_list_face_type1.svg");
}
.feature__list > li.type2::before {
  -webkit-mask-image: url("../img/icon_feature_list_face_type2.svg");
  mask-image: url("../img/icon_feature_list_face_type2.svg");
}
.feature__list > li::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-mask-image: url("../img/icon_feature_list_face.svg");
  mask-image: url("../img/icon_feature_list_face.svg");
  -webkit-mask-size: contain;
  background-color: #EA7916;
  mask-size: contain;
}

.compare .cmn-ttl01 {
  margin-bottom: 80px;
}
.compare__table {
  width: 100%;
  border-collapse: separate;
  /* ← これが必要 */
  border-spacing: 0;
  /* 必要に応じて追加 */
}
.compare__table thead th {
  padding: 12px;
  background-color: #DAE6E0;
  font-weight: bold;
}
.compare__table thead th:nth-child(1) {
  border-radius: 8px 0 0 0;
}
.compare__table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.compare__table thead th:nth-child(2) {
  position: relative;
  background-color: #FED330;
}
.compare__table thead th:nth-child(2) .is-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 12px;
  border-radius: 8px 8px 0 0;
  background-color: #FED330;
  color: #006535;
  font-weight: 700;
  text-align: center;
}
.compare__table tbody th,
.compare__table tbody td {
  padding: 18px 5px;
}
.compare__table tbody th + td {
  background-color: #FFFFCC;
  color: #006535;
}
.compare__table tbody th {
  font-weight: 700;
}
.compare__table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
.compare__table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.compare__table th,
.compare__table td {
  border: #006535 2px solid;
  background-color: #E6F2ED;
  color: #666666;
  font-size: 1.6rem;
  text-align: center;
}
.compare__table th .is-inner {
  font-size: 1.8rem;
}
.compare__table td .is-large {
  font-weight: 700;
  font-size: 2.4rem;
}
.compare__table td .is-middle {
  font-weight: 700;
  font-size: 1.4rem;
}
.compare__table td .is-small {
  font-weight: 400;
  font-size: 1.2rem;
}

.util .cmn-ttl01 {
  margin-bottom: 80px;
}
.util__tab-btns {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.util__tab-btn {
  display: block;
  flex: 1;
  padding-bottom: 4px;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.util__tab-btn.is-active {
  padding-bottom: 0;
  border-radius: 8px 8px 0 0 !important;
}
.util__tab-btn.is-active .is-inner {
  margin-bottom: 0;
  padding: 24px 12px;
}
.util__tab-btn .is-inner {
  display: block;
  padding: 12px;
  color: #006535;
  font-weight: 700;
  text-align: center;
}
.util__tab-btn:nth-child(1) {
  border-radius: 8px 0 0 0;
}
.util__tab-btn:nth-child(1) .is-inner {
  background-color: #DCEBFA;
}
.util__tab-btn:nth-child(2) .is-inner {
  background-color: #EBC7E5;
}
.util__tab-btn:nth-child(3) .is-inner {
  background-color: #FADA96;
}
.util__tab-btn:nth-child(4) {
  border-radius: 0 8px 0 0;
}
.util__tab-btn:nth-child(4) .is-inner {
  background-color: #EB8D8D;
  color: #FFF;
}
.util__tab-box {
  display: none;
  padding: 36px 32px 32px;
  border-radius: 0 0 8px 8px;
}
.util__tab-box.is-active {
  display: block;
}
.util__tab-box:nth-child(1) {
  background-color: #DCEBFA;
}
.util__tab-box:nth-child(2) {
  background-color: #EBC7E5;
}
.util__tab-box:nth-child(3) {
  background-color: #FADA96;
}
.util__tab-box:nth-child(4) {
  background-color: #EB8D8D;
}
.util__table {
  width: 100%;
  border-collapse: separate;
  /* ← これが必要 */
  border-spacing: 0;
  /* 必要に応じて追加 */
}
.util__table th,
.util__table td {
  border: rgba(255, 255, 255, 0.1) 1px solid;
  vertical-align: top;
}
.is-01 .util__table th,
.is-01 .util__table td {
  border: #DCEBFA 2px solid;
}
.is-02 .util__table th,
.is-02 .util__table td {
  border: #EBC7E5 2px solid;
}
.is-03 .util__table th,
.is-03 .util__table td {
  border: #FADA96 2px solid;
}
.is-04 .util__table th,
.is-04 .util__table td {
  border: #EB8D8D 2px solid;
}
.util__table thead th {
  padding: 12px;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.util__table thead th:nth-child(1) {
  width: 32.9%;
  border-radius: 8px 0 0 0;
  background-color: #86A3BF;
}
.is-02 .util__table thead th:nth-child(1) {
  background-color: #CCA3C5;
}
.is-03 .util__table thead th:nth-child(1) {
  background-color: #D9B057;
}
.is-04 .util__table thead th:nth-child(1) {
  background-color: #D17D7D;
}
.util__table thead th:nth-child(2) {
  background-color: #006535;
}
.util__table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.util__table tbody td {
  padding: 24px;
}
.util__table tbody td.is-white {
  background-color: #FFF !important;
}
.util__table tbody td.is-yellow {
  background-color: #FFFFCC !important;
}
.util__table tbody td:nth-child(1) {
  background-color: #FFFFFF;
}
.util__table tbody td:nth-child(2) {
  background-color: #FFFFCC;
}
.util__table tbody td .heading {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}
.util__table tbody td .detail {
  padding-left: 1em;
  font-weight: 400;
  font-size: 1.5rem;
  text-indent: -1em;
}
.util__table tbody td .detail::before {
  content: "・";
  color: #006535;
}
.util__table tbody td .detail + .detail {
  margin-top: 5px;
}
.util__table tbody td .detail .is-underline {
  font-weight: 500;
  font-size: 1.5rem;
}
.util__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.util__table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.function .cmn-ttl01 {
  margin-bottom: 80px;
}
.function .cmn-ttl02 {
  margin-bottom: 40px;
}
.function__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -moz-column-gap: 3.125%;
  column-gap: 3.125%;
  row-gap: 24px;
  margin-bottom: 120px;
}
.function__list.is-margin-none {
  margin-bottom: 0;
}
.function__box {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.function__box-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 144px;
  border-radius: 40px;
  background-color: #E6F2ED;
}
.function__box-icon.is-coming-soon {
  position: relative;
}
.function__box-icon.is-coming-soon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "coming soon";
  color: #EA7916;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
}
.function__box-icon.is-coming-soon img {
  opacity: 0.3;
}
.function__box-detail {
  padding-top: 30px;
}
.function__box-detail .heading {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.8rem !important;
}
.function__box-detail .detail {
  font-weight: 400;
  font-size: 1.4rem !important;
}

.intro .cmn-ttl01 {
  margin-bottom: 80px;
}
.intro .intro-swiper {
  overflow: visible;
}
.intro__slider-button {
  display: flex;
  position: relative;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 24px;
}
.intro__slider-button .swiper-button-prev,
.intro__slider-button .swiper-button-next {
  position: initial;
  aspect-ratio: 1/1;
  width: 40px;
  background-color: #FFF;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  overflow: hidden;
  text-indent: 200%;
  mask-position: center center;
}
.intro__slider-button .swiper-button-prev {
  -webkit-mask-image: url("../img/icon_slider_prev.svg");
  mask-image: url("../img/icon_slider_prev.svg");
}
.intro__slider-button .swiper-button-next {
  -webkit-mask-image: url("../img/icon_slider_next.svg");
  mask-image: url("../img/icon_slider_next.svg");
}
.intro__slide {
  min-height: 351px;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFF;
}
.intro__slide-thum {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 2px;
}
.intro__slide-thum img {
  width: 100%;
}
.intro__slide-ttl {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.8rem !important;
}
.intro__slide-category {
  color: #4DBF39;
  font-size: 1.3rem !important;
}
.intro__slide-hash {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 8px 6px;
}
.intro__slide-hash > li {
  font-size: 1.3rem !important;
  line-height: 1;
}

.step__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: 70px;
}
.step__box:nth-child(2n-1) .step__box-heading {
  background-color: #006535;
  color: #FFF;
}
.step__box:nth-child(2n-1) .step__box-heading::after {
  background-color: #006535;
}
.step__box:nth-child(2n) .step__box-heading {
  background-color: #ABE3A1;
}
.step__box:nth-child(2n) .step__box-heading::after {
  background-color: #ABE3A1;
}
.step__box:last-child .step__box-heading::before, .step__box:last-child .step__box-heading::after {
  display: none;
}
.step__box-heading {
  position: relative;
  width: auto;
  max-width: none;
  padding: 23px 16px;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
}
.step__box-heading::after, .step__box-heading::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  width: 26px;
  height: 30px;
  transform: translateY(-50%);
  content: "";
}
.step__box-heading::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.step__box-heading::before {
  background-color: #222222;
  clip-path: polygon(0 0, 100% 75%, 0 100%);
  opacity: 0.3;
}
.step__box-detail {
  padding: 19px 24px 24px;
  border-radius: 0 0 8px 8px;
  background-color: #FFF;
}
.step__box-thum {
  margin-bottom: 25px;
}
.step__box-ttl {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 1.8rem !important;
}
.step__box-txt {
  font-size: 1.6rem !important;
}

.price .cmn-ttl01 {
  margin-bottom: 80px;
}
.price__lead {
  margin-bottom: 40px;
  color: #FFF;
  font-weight: 700;
  font-size: 2.8rem !important;
}

.faq .cmn-ttl01 {
  margin-bottom: 80px;
}
.faq__accordion + .faq__accordion {
  margin-top: 16px;
}
.faq__accordion-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
  padding: 20px 28px;
  border: none;
  border-radius: 8px;
  background-color: #006535;
}
.faq__accordion-heading.is-active .heading-cross::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq__accordion-heading .heading-txt {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem !important;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.faq__accordion-heading .heading-txt::before {
  display: block;
  content: "Q";
  font-weight: 700;
  font-size: 2.2rem;
}
.faq__accordion-heading .heading-cross {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.faq__accordion-heading .heading-cross::before, .faq__accordion-heading .heading-cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  content: "";
}
.faq__accordion-heading .heading-cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease;
}
.faq__accordion-contents {
  display: none;
  padding: 29px 28px;
  border-radius: 8px;
  background-color: #FFF;
}
.faq__accordion-contents .contents-inner {
  display: flex;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.faq__accordion-contents .contents-inner::before {
  display: block;
  content: "A";
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
.faq__accordion-contents .contents-txt {
  max-width: 872px;
  font-weight: 400;
  font-size: 1.6rem !important;
}

.contact__lead {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 1.8rem;
}
.contact__heading {
  display: flex;
}
.contact__btns {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .cmn-btn01 {
    min-height: 72px;
  }
  .pc-none {
    display: none;
  }
  .table-sp-scroll {
    display: none;
  }
  .fv {
    z-index: 0;
    position: relative;
  }
  .fv__slide .swiper-slide {
    height: calc(100dvh - 85px);
    min-height: 700px;
  }
  .fv__contents {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 4.1666vw;
  }
  .fv__btn {
    min-height: 122px;
  }
  .fv__info {
    position: absolute;
    bottom: 65px;
    left: 1.6666vw;
  }
  .fv__control {
    z-index: 55;
    position: absolute;
    right: 2.7777vw;
    bottom: 81px;
  }
  .assignment__frame-item .item-txt {
    font-size: 1.4rem !important;
  }
  .question {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .question__card-bubble {
    width: 200px;
  }
  .whats__item-ttl {
    margin-top: 20px;
  }
  .whats__item-txt {
    margin-top: 8px;
    font-size: 1.4rem !important;
  }
  .feature__row-item .item-box {
    margin-bottom: 24px;
    padding-top: 27px;
  }
  .feature__row-item .item-box::before, .feature__row-item .item-box::after {
    top: 50%;
    left: calc(100% - 1px);
    transform: translateY(-50%);
  }
  .step__box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .contact__heading-img {
    max-width: none;
    margin-right: -15%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    font-size: 1.8181818182vw;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
  .cmn-ttl01 {
    font-size: 3.6rem;
  }
  .cmn-ttl01__lead {
    font-size: 2rem !important;
  }
  .cmn-ttl01 + .cmn-ttl01__lead {
    margin-top: 20px;
  }
  .cmn-ttl02 {
    font-size: 2.8rem !important;
  }
  .cmn-btn01 {
    padding: 16px 18px;
    font-size: 2.1rem !important;
  }
  .sp-none {
    display: none;
  }
  .main {
    padding-top: 30px;
  }
  .sec {
    margin-top: -21px;
    padding: 60px 0 80px;
    border-radius: 20px 20px 0 0;
  }
  .sec p:not(.cmn-ttl01) {
    font-size: 1.97rem;
  }
  .fv {
    padding-bottom: 18.4vw;
  }
  .fv__contents-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4%;
  }
  .fv__ttl {
    width: 53.3333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 4.266vw;
  }
  .fv__ttl img {
    width: 100%;
    max-width: 345px;
  }
  .fv__txt {
    margin-bottom: 6.4vw;
  }
  .fv__txt-lead {
    margin-bottom: 4vw;
    font-size: 6.4vw;
    line-height: 1.5;
    text-align: center;
  }
  .fv__txt-sub {
    font-size: 1.97rem;
  }
  .fv__btn {
    min-width: 276px;
    padding: 19px 4%;
  }
  .fv__btn-sub {
    font-size: 3.2vw;
  }
  .fv__btn-ttl {
    font-size: 6.4vw;
  }
  .fv__btn-ttl::after {
    width: 5.3333333333vw;
    mask-size: contain;
  }
  .fv__info {
    margin-top: 40px;
  }
  .fv__info-date {
    font-size: 1.7rem !important;
  }
  .fv__info-detail {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fv__control {
    width: fit-content;
    margin-top: 12px;
    margin-inline: auto;
  }
  .fv__control .swiper-pagination-wrap {
    column-gap: 3.2vw;
  }
  .fv__control .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
  .fv__control .swiper-pagination-bullet-active {
    width: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .fv__control .swiper-btns {
    column-gap: 2.1333333333vw;
  }
  .fv__control .swiper-btns .fv-swiper-button-play,
  .fv__control .swiper-btns .fv-swiper-button-pause {
    width: 8.5333333333vw;
  }
  .fv__control .swiper-btns .fv-swiper-button-play::after,
  .fv__control .swiper-btns .fv-swiper-button-pause::after {
    width: 4.2666666667vw;
  }
  .assignment .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .assignment__frame {
    padding: 20px 20px 0;
    border-radius: 20px;
  }
  .assignment__frame-block {
    row-gap: 30px;
    flex-direction: column;
  }
  .assignment__frame-item .item-thumb {
    margin-bottom: 15px;
  }
  .assignment__frame-item .item-ttl {
    margin-bottom: 5px;
    font-size: 2.3rem !important;
  }
  .assignment__frame-bottom {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .assignment__frame-bottom .bottom-item__bubble {
    margin-bottom: 20px;
  }
  .assignment__frame-bottom .bottom-item__bubble::before, .assignment__frame-bottom .bottom-item__bubble::after {
    height: 16px;
  }
  .question .container {
    display: block;
    padding: 0;
  }
  .question .block {
    position: initial;
  }
  .question .item-wrap {
    display: flex;
    position: static;
    row-gap: 16vw;
    flex-direction: column;
    width: 100%;
    height: auto;
    /* 高さは自動 */
    margin: 0 auto 20px auto;
    margin-bottom: 22vw;
    perspective: none;
  }
  .question .flip-inner {
    display: contents;
    /* アニメ無効で常に表示 */
    transform: rotateY(0) none !important;
    opacity: 1 !important;
  }
  .question .item {
    position: relative;
    transform: none !important;
    backface-visibility: visible;
  }
  .question .item:nth-child(2) {
    transform: none !important;
    /* 裏面の回転も無効に */
  }
  .question__ttl {
    margin-bottom: 16vw;
  }
  .question__ttl span {
    font-size: 3.6rem;
  }
  .question__card {
    padding: 12.8vw 10%;
  }
  .question__card:first-child {
    position: relative;
  }
  .question__card:first-child::after, .question__card:first-child::before {
    z-index: 1;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 10.66vw;
    height: 8vw;
    transform: translateX(-50%);
    content: "";
  }
  .question__card:first-child::after {
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .question__card:first-child::before {
    top: 100%;
    background-color: rgba(51, 51, 51, 0.3);
    clip-path: polygon(0 0, 100% 0, 75% 100%);
  }
  .question__card-bubble .is-inner {
    font-size: 2rem;
  }
  .question__card-ttl {
    font-size: 2.2rem !important;
  }
  .question__card-txt {
    font-size: 1.97rem !important;
  }
  .materials__bg {
    padding: 60px 0 80px;
  }
  .materials__heading-box {
    width: 32vw;
    height: 32vw;
    margin-right: -10%;
    padding-top: 3vw;
    padding-right: 5vw;
  }
  .materials__list > li {
    font-size: 2.1rem;
  }
  .whats .cmn-ttl01 {
    margin-bottom: 32px;
  }
  .whats .cmn-ttl02 {
    margin-bottom: 16px;
  }
  .whats__row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4.3vw;
  }
  .whats__item-ttl {
    margin-top: 15px;
    font-size: 2.3rem !important;
  }
  .whats__item-txt {
    margin-top: 5px;
  }
  .feature .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .feature__row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5.333vw;
  }
  .feature__row-item .item-block {
    display: flex;
    column-gap: 4.222vw;
  }
  .feature__row-item .item-ttl {
    font-size: 2.6rem !important;
  }
  .feature__row-item .item-box {
    width: 44.8vw;
    padding: 24px 10px 0;
  }
  .feature__row-item .item-box::before, .feature__row-item .item-box::after {
    top: calc(100% - 1px);
    left: 50%;
    width: 50px;
    height: 30px;
    transform: translateX(-50%);
  }
  .feature__row-item .item-box::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .feature__row-item .item-box::before {
    clip-path: polygon(0 0, 100% 0, 75% 100%);
  }
  .feature__row-item .item-box__txt {
    font-weight: 500;
    font-size: 2rem !important;
  }
  .feature__row-item .item-list {
    flex: 1;
  }
  .feature__row-item .item-list > li {
    font-size: 1.8rem;
  }
  .feature__row-item .item-list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .feature__list > li {
    column-gap: 6px;
    padding: 8px 16px 8px 8px;
    font-size: 1.97rem;
  }
  .feature__list > li::before {
    width: 8vw;
    height: 8vw;
  }
  .compare .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .compare__table-wrap {
    padding-top: 20px;
    overflow-x: auto;
  }
  .compare__table {
    width: 160vw;
    max-width: none;
  }
  .compare__table thead th:nth-child(2) .is-inner {
    font-size: 1.97rem;
  }
  .compare__table tbody th,
  .compare__table tbody td {
    padding: 10px 10px;
  }
  .compare__table th,
  .compare__table td {
    font-size: 1.9rem;
  }
  .compare__table td .is-large {
    font-size: 2.7rem;
  }
  .compare__table td .is-middle {
    font-size: 1.8rem;
  }
  .compare__table td .is-small {
    font-size: 1.6rem;
  }
  .util .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .util__tab-box {
    padding: 18px 16px 16px;
  }
  .util__table-wrap {
    overflow-x: auto;
  }
  .util__table {
    width: 173.3333333333vw;
    max-width: none;
  }
  .util__table thead th {
    font-size: 2rem;
  }
  .util__table thead th:nth-child(1) {
    width: 35%;
  }
  .util__table tbody td {
    padding: 16px;
  }
  .util__table tbody td .heading {
    font-size: 2rem;
  }
  .util__table tbody td .detail {
    font-size: 1.8rem;
  }
  .util__table tbody td .detail .is-underline {
    font-size: 1.8rem;
  }
  .function .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .function .cmn-ttl02 {
    margin-bottom: 20px;
  }
  .function__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .function__box {
    column-gap: 20px;
  }
  .function__box-icon {
    width: 34.66%;
  }
  .function__box-detail .heading {
    font-size: 2.5rem !important;
  }
  .function__box-detail .detail {
    font-size: 2.1rem !important;
  }
  .intro__slide-ttl {
    font-size: 2.5rem !important;
  }
  .intro__slide-category {
    font-size: 1.8rem !important;
  }
  .intro__slide-hash > li {
    font-size: 1.8rem !important;
  }
  .step__block {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4px;
    margin-top: 35px;
  }
  .step__box {
    display: flex;
  }
  .step__box-heading {
    padding: 20px 7vw;
    border-radius: 8px 0 0 8px;
    font-size: 2.8rem !important;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .step__box-heading::after, .step__box-heading::before {
    top: calc(100% - 1px);
    left: 50%;
    width: 30px;
    height: 19px;
    transform: translateX(-50%);
  }
  .step__box-heading::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .step__box-heading::before {
    clip-path: polygon(0 0, 100% 0, 75% 100%);
  }
  .step__box-detail {
    flex: 1;
    border-radius: 0 8px 8px 0;
  }
  .step__box-thum {
    text-align: center;
  }
  .step__box-ttl {
    font-size: 2.6rem !important;
  }
  .step__box-txt {
    font-size: 2rem !important;
  }
  .price .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .price__lead {
    margin-bottom: 20px;
    font-size: 2rem !important;
  }
  .faq .cmn-ttl01 {
    margin-bottom: 40px;
  }
  .faq__accordion-heading {
    padding: 20px 18px;
  }
  .faq__accordion-heading .heading-txt {
    column-gap: 14px;
    font-size: 2.1rem !important;
    text-align: left;
  }
  .faq__accordion-heading .heading-txt::before {
    font-size: 2.8rem;
  }
  .faq__accordion-heading .heading-cross {
    width: 18px;
    height: 18px;
  }
  .faq__accordion-contents {
    padding: 24px 18px;
  }
  .faq__accordion-contents .contents-inner {
    column-gap: 14px;
  }
  .faq__accordion-contents .contents-txt {
    font-size: 1.9rem !important;
  }
  .contact__heading {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contact__heading-img {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (max-width: 959px) {
  footer #sp_fotter_contents {
    padding: 15px 15px 0 15px;
  }
  footer .sp_only {
    display: block;
  }
  footer .pc_only {
    display: none;
  }
  footer #sp_fotter_contents ul {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 10px;
  }
  footer #sp_fotter_contents ul:last-child {
    margin-bottom: 0;
  }
  footer #sp_fotter_contents ul#mark_list {
    justify-content: center;
  }
  footer #sp_fotter_contents ul#mark_list li {
    margin-right: 10px;
  }
  footer #sp_fotter_contents ul#mark_list li a img {
    height: 30px;
  }
  footer #sp_fotter_contents ul#mark_list li:last-child {
    margin-right: 0;
  }
  footer #sp_fotter_contents ul#info_list {
    justify-content: space-between;
  }
  footer #sp_fotter_contents ul#info_list li {
    width: 46%;
  }
  footer #sp_fotter_contents ul#info_list li:last-child {
    width: 100%;
  }
  footer #sp_fotter_contents ul#info_list li {
    margin-bottom: 5px;
  }
  footer #sp_fotter_contents ul#info_list li a {
    position: relative;
    padding-left: 12px;
    font-size: 1.6rem;
  }
  footer #sp_fotter_contents ul#info_list li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
  }
  footer #sp_fotter_contents + p {
    padding: 10px 0;
    text-align: center;
  }
  header .sp_only {
    display: block;
  }
  header .pc_only {
    display: none;
  }
  header .sp_only .page_top_btn {
    z-index: 99997;
    position: fixed;
    right: 14px;
    bottom: 15px;
  }
  header .sp_only .page_top_btn a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
  }
  header .sp_only .page_top_btn a:hover {
    opacity: 1;
  }
  header .sp_only .page_top_btn a:before {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    content: "";
  }
  header .header_logo {
    z-index: 99998;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 8px;
    border-bottom: #CCC 1px solid;
    background: #FFF;
  }
  header .header_logo p {
    display: flex;
    align-items: center;
    height: 40px;
  }
  header .header_logo p a {
    display: block;
    width: 60%;
    padding: 5px 0 0 0;
  }
  header nav#sp_nav {
    z-index: 99997;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transform: translateY(-100%);
    transition: all 0.6s;
    -webkit-overflow-scrolling: touch;
  }
  header nav#sp_nav.active {
    transform: translateY(0%);
  }
  header .navToggle {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #0c3391;
    text-align: center;
    cursor: pointer;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    left: 5px;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 9px;
  }
  header .navToggle span:nth-child(2) {
    top: 18px;
  }
  header .navToggle span:nth-child(3) {
    top: 27px;
  }
  header .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navToggle.active span:nth-child(2),
  header .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav#sp_nav * {
    font-size: 2rem;
  }
  header nav#sp_nav section {
    padding: 20px 0 30px 0;
  }
  header nav#sp_nav #nav_cloud {
    background: #08a300;
  }
  header nav#sp_nav #nav_service {
    background: #323232;
  }
  header nav#sp_nav #nav_corporate {
    padding-bottom: 100px;
    background: #323232;
  }
  header nav#sp_nav ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: dotted 1px #FFF;
    color: #FFF;
  }
  header nav#sp_nav ul li a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    content: "";
  }
  header nav#sp_nav h3,
  header nav#sp_nav h4,
  header nav#sp_nav ul li {
    margin: 0 15px;
  }
  header nav#sp_nav h2 a {
    display: block;
    position: relative;
    padding: 10px 0 5px 0;
    border-bottom: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4rem;
  }
  header nav#sp_nav h2 a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    content: "";
  }
  header nav#sp_nav h2 {
    margin: 0 15px 5px 15px;
    padding: 5px 0;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4rem;
  }
  header nav#sp_nav ul li.accordion-list {
    margin: 0;
  }
  header nav#sp_nav .accordion-container {
    position: relative;
    width: 100%;
  }
  header nav#sp_nav .article-title {
    position: relative;
    padding: 10px 0;
    border-bottom: dotted 1px #CCC;
    color: #FFF;
  }
  header nav#sp_nav .article-title:after {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    border-top: solid 2px #fff;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  header nav#sp_nav .article-title:before {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto;
    border-top: solid 2px #fff;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header nav#sp_nav .article-title.open:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header nav#sp_nav .accordion-content {
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #FFF;
  }
  header nav#sp_nav .accordion-container ul {
    padding: 0;
  }
  header nav#sp_nav ul li .accordion-content ul li a {
    position: relative;
    padding-left: 40px;
    border-bottom: dotted 1px #CCC;
    color: #323232;
  }
  header nav#sp_nav ul li .accordion-content ul li:last-child a {
    border-bottom: none;
  }
  header nav#sp_nav ul li .accordion-content ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    content: "";
  }
  header nav#sp_nav ul li #accordion01 .accordion-content ul li:first-child a:before {
    background: url(/common/img/icon_server_01.svg) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion01 .accordion-content ul li:nth-child(2) a:before {
    background: url(/common/img/icon_server_02.svg) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:first-child a:before {
    background: url(/sns/img/common/service_icon_utm.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(2) a:before {
    background: url(/sns/img/common/service_icon_vpn.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(3) a:before {
    background: url(/sns/img/common/service_icon_ddos.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(4) a:before {
    background: url(/sns/img/common/service_icon_waf.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(5) a:before {
    background: url(/sns/img/common/service_icon_lb.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(6) a:before {
    background: url(/sns/img/common/service_icon_i-filter.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:nth-child(7) a:before {
    background: url(/sns/img/common/service_icon_m-filter.png) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li #accordion02 .accordion-content ul li:last-child a:before {
    background: url(/sns/img/common/icon_lock.svg) no-repeat;
    background-size: cover;
  }
  header nav#sp_nav ul li .accordion-content ul li a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px #323232 solid;
    border-right: 1px #323232 solid;
    content: "";
  }
}
@media screen and (min-width: 1025px) {
  header .pc_only .page_top_btn {
    z-index: 99997;
    position: fixed;
    right: 14px;
    bottom: 20px;
  }
  header .pc_only .page_top_btn a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding-top: 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
  }
  header .pc_only .page_top_btn a:before {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
    content: "";
  }
  /* cp_header */
  header #cp_header #lang {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background: #323232;
  }
  header #cp_header #lang li {
    padding: 0 30px;
    border-left: #FFF solid 1px;
    line-height: 0;
  }
  header #cp_header #lang li:last-child {
    border-right: #FFF solid 1px;
  }
  header #cp_header #lang li a {
    color: #FFF;
    font-size: 1.4rem;
  }
  /* header_contents */
  header #header_contents {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
  header #header_contents nav {
    display: flex;
  }
  header #header_contents nav ul {
    display: flex;
  }
  header #header_contents nav ul li {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  header #header_contents nav ul li,
  header #header_contents nav ul li a {
    font-weight: bold;
    font-size: 1.4rem;
  }
  /* mega menu */
  header #header_contents .child_menu {
    visibility: hidden;
    z-index: 99999999;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px 50px 70px 50px;
    background: #E1E9F7;
    opacity: 0;
    transition: 0.5s opacity;
  }
  header #header_contents .parent_menu:hover .child_menu {
    visibility: visible;
    opacity: 1;
  }
  header #header_contents .child_menu ul {
    display: block;
  }
  header #header_contents .child_menu a {
    position: relative;
    color: #0c3391;
  }
  header #header_contents .child_menu a:before {
    position: absolute;
    top: 0;
    right: -16px;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    transform: rotate(45deg);
    border-top: #0c3391 solid 1px;
    border-right: #0c3391 solid 1px;
    content: "";
  }
  header #header_contents .child_menu .child_menu_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  header #header_contents .child_menu .child_menu_ttl p:first-child {
    margin-right: 20px;
    font-weight: bold;
  }
  header #cp_header_service .child_menu .child_menu_detail ul li {
    margin: 0 0 10px 0;
  }
  /* cp_header_service */
  header #cp_header_service .child_menu .child_menu_detail {
    display: flex;
    justify-content: center;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) {
    margin: 0 70px;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dt,
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dt > a {
    margin-bottom: 10px;
    padding: 10px 0 10px 75px;
    color: #0c3391;
    font-weight: bold;
    font-size: 2rem;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dt.noicon,
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dt.noicon > a {
    padding-left: 0;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl + dl {
    margin-top: 50px;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:first-child dl dt {
    background: url(../img/common/header/biz_housing.png) no-repeat left;
    background-size: contain;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) dl dt {
    background: url(../img/common/header/biz_cloud.png) no-repeat left;
    background-size: contain;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:last-child dl:first-child dt {
    background: url(../img/common/header/biz_streaming.png) no-repeat left;
    background-size: contain;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:last-child dl:nth-last-child(2) dt {
    background: url(../img/common/header/biz_data.png) no-repeat left;
    background-size: contain;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dd ul li:last-child {
    margin-bottom: 0;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box dl dd ul li a {
    display: inline-block;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) dl dd {
    display: flex;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) dl dd ul:first-child {
    margin-right: 50px;
  }
  /* cp_header_company */
  header #cp_header_company .child_menu_detail,
  header #cp_header_company .child_menu_ttl {
    width: 900px;
    margin: auto;
  }
  header #cp_header_company .child_menu_detail ul:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  header #cp_header_company .child_menu_detail ul:first-child li a {
    display: flex;
    align-items: center;
    width: 416px;
    height: 126px;
    padding: 0 20px;
  }
  header #cp_header_company .child_menu_detail ul:first-child li a span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
  }
  header #cp_header_company .child_menu_detail ul:first-child li a:before {
    display: none;
  }
  header #cp_header_company .child_menu_detail ul:first-child li:first-child a {
    background: url(../img/common/header/bg_vision.jpg) no-repeat center;
    background-size: 120%;
  }
  header #cp_header_company .child_menu_detail ul:first-child li:last-child a span {
    color: #0c3391;
  }
  header #cp_header_company .child_menu_detail ul:first-child li:first-child a span {
    color: #FFF;
  }
  header #cp_header_company .child_menu_detail ul:first-child li:last-child a {
    background: url(../img/common/header/bg_business.jpg) no-repeat center;
    background-size: 120%;
  }
  header #cp_header_company .child_menu_detail ul:last-child {
    display: flex;
    justify-content: space-between;
  }
  /* */
  header #header_contents nav ul + p {
    border-left: #0c3391 solid 1px;
    text-align: center;
  }
  header #header_contents nav ul + p a {
    display: block;
    position: relative;
    padding: 45px 30px 6px 30px;
    background: #0c3391;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1rem;
  }
  header #header_contents nav ul + p a:before {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    background: url(../img/common/header/icon_inquire_wh.svg) no-repeat;
    background-size: contain;
    content: "";
  }
  header #header_contents nav ul + p a:hover {
    background: #FFF;
    color: #0c3391;
    opacity: 1;
  }
  header #header_contents nav ul + p a:hover:before {
    background: url(../img/common/header/icon_inquire_bl.svg) no-repeat;
  }
  /* header_logo */
  header #header_logo {
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  header #header_logo p {
    font-size: 1.2rem;
  }
  header #header_logo p:first-child {
    width: 140px;
    margin-right: 20px;
  }
  /* nav_cloud */
  header #nav_cloud {
    position: relative;
    align-items: center;
    justify-content: space-between;
    background: #08a300;
  }
  header #nav_cloud ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  header #nav_cloud ul li {
    margin-right: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
  header #nav_cloud ul li:last-child {
    margin-right: 0;
  }
  header #nav_cloud ul li a {
    display: block;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
  }
  header #nav_cloud {
    position: relative;
  }
  header #nav_cloud ul li:first-child a img {
    height: 20px;
  }
  header li#virtual_menu ul#virtual_menu_list,
  header li#sns_menu ul#sns_menu_list,
  header li#iot_menu ul#iot_menu_list,
  header li#other_menu ul#other_menu_list {
    display: block;
    position: absolute;
    top: 47px;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease;
    visibility: hidden;
    z-index: 1;
    padding: 15px;
    opacity: 0;
    transition: all 0.2s ease;
  }
  header li#sns_menu ul#sns_menu_list {
    padding: 15px 19px;
  }
  header li#virtual_menu:hover ul#virtual_menu_list,
  header li#sns_menu:hover ul#sns_menu_list,
  header li#iot_menu:hover ul#iot_menu_list,
  header li#other_menu:hover ul#other_menu_list {
    visibility: visible;
    top: 47px;
    opacity: 1;
  }
  header li#virtual_menu ul#virtual_menu_list li,
  header ul#sns_menu_list li,
  header ul#iot_menu_list li,
  header ul#other_menu_list li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #808080 dotted 1px;
  }
  header li#virtual_menu ul#virtual_menu_list li:last-child,
  header ul#sns_menu_list li:last-child,
  header ul#iot_menu_list li:last-child,
  header ul#other_menu_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  header li#virtual_menu ul#virtual_menu_list li a,
  header ul#sns_menu_list li a {
    display: block;
    position: relative;
    padding: 10px 15px 10px 40px !important;
    color: #323232 !important;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
  }
  header ul#iot_menu_list li a,
  header ul#other_menu_list li a {
    display: block;
    position: relative;
    padding: 10px 15px !important;
    color: #323232 !important;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
  }
  header li#virtual_menu ul#virtual_menu_list li a:after,
  header ul#sns_menu_list li a:after,
  header ul#iot_menu_list li a:after,
  header ul#other_menu_list li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    transform: rotate(45deg);
    border-top: #808080 solid 1px;
    border-right: #808080 solid 1px;
    content: "";
  }
  header li#virtual_menu ul#virtual_menu_list li a:before,
  header ul#sns_menu_list li a:before,
  header ul#iot_menu_list li a:before,
  header ul#other_menu_list li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    content: "";
  }
  header li#virtual_menu ul#virtual_menu_list li:first-child a:before {
    background: url(/common/img/icon_server_01.svg) no-repeat;
    background-size: cover;
  }
  header li#virtual_menu ul#virtual_menu_list li:nth-child(2) a:before {
    background: url(/common/img/icon_server_02.svg) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:first-child a:before {
    background: url(/sns/img/common/service_icon_utm.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(2) a:before {
    background: url(/sns/img/common/service_icon_vpn.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(3) a:before {
    background: url(/sns/img/common/service_icon_ddos.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(4) a:before {
    background: url(/sns/img/common/service_icon_waf.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(5) a:before {
    background: url(/sns/img/common/service_icon_lb.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(6) a:before {
    background: url(/sns/img/common/service_icon_i-filter.png) no-repeat;
    background-size: cover;
  }
  ul#sns_menu_list li:nth-child(7) a:before {
    background: url(/sns/img/common/service_icon_m-filter.png) no-repeat;
    background-size: cover;
  }
  .unique-header.is-fixed {
    position: fixed;
  }
  .is-color .unique-header__inner {
    box-sizing: border-box;
    margin: 0 16px 0 16px;
    padding: 10px 9px 10px 20px;
    border-radius: 22px;
    background-color: rgba(242, 255, 249, 0.85);
  }
  .unique-header__nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
  .unique-header__nav-list, .unique-header__nav-contact {
    display: flex;
    align-items: center;
  }
  .unique-header__nav-contact {
    flex-shrink: 0;
  }
  .unique-header__hum {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  header #cp_header_service .child_menu {
    padding: 30px 30px 50px 30px;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) dl dd {
    display: block;
  }
  header #cp_header_service .child_menu .child_menu_detail .cp_header_service_box:nth-child(2) dl dd ul:first-child {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 1024px) {
  .unique-header__logo {
    display: none;
  }
  .unique-header__nav {
    visibility: hidden;
    z-index: 99;
    position: fixed;
    top: 75px;
    right: 3.2vw;
    padding: 65px 30px 30px;
    overflow: hidden;
    border-radius: 24px;
    background-color: #FFF;
    opacity: 0;
    transition: 0.5s ease;
  }
  .unique-header__nav.is-open {
    visibility: visible;
    width: max-content;
    height: max-content;
    opacity: 1;
  }
  .unique-header__nav-list {
    margin-bottom: 30px;
  }
  .unique-header__nav-list a {
    font-size: 4.2666666667vw !important;
  }
  .unique-header__nav-list li:not(:last-child) {
    margin-bottom: 18px;
  }
  .unique-header__nav-contact {
    display: flex;
    flex-direction: column;
  }
  .unique-header__nav-contact li a {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  .unique-header__nav-list a {
    font-size: clamp(15px, 1.3vw, 18px);
  }
  .fv__ttl > img {
    position: relative;
    width: clamp(200px, 42%, 345px);
    margin-top: 3%;
  }
  .question .container {
    width: 85%;
  }
  .question .item-wrap {
    height: 35.715vw;
  }
  .question__card {
    padding: 48px 13% 3.333vw;
  }
  .question__card-icon {
    width: min(15.625vw, 200px) !important;
    margin-bottom: 1.59vw;
  }
  .question__card-ttl {
    margin-bottom: 0.6949vw;
    font-size: 1.389vw;
  }
  .question__card-txt {
    font-size: 1.25vw !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv__info-detail {
    font-size: 2.3rem !important;
  }
}
@media (any-hover: hover) {
  .fv__control .swiper-btns .fv-swiper-button-play:hover,
  .fv__control .swiper-btns .fv-swiper-button-pause:hover {
    cursor: pointer;
  }
  .util__tab-btn:hover {
    cursor: pointer;
  }
  .faq__accordion-heading:hover {
    cursor: pointer;
  }
}/*# sourceMappingURL=style.css.map */
