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

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
  color: #1e1e1e;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6, dt, th {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .c_sec1 {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_sec1 {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_sec1 > div.inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c_sec2 {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_sec2 {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .c_sec2 > div.inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c_sec2 > div.outer {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_sec2 > div.outer > div.inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.c_tit1 p {
  color: #c7ac50;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c_tit1 p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 p {
    font-size: 3.4666666667vw;
  }
}
.c_tit1 div.text {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .c_tit1 div.text {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 div.text {
    gap: 0 2vw;
  }
}
.c_tit1 div.text h2, .c_tit1 div.text h3 {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_tit1 div.text h2, .c_tit1 div.text h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 div.text h2, .c_tit1 div.text h3 {
    font-size: 5.8666666667vw;
  }
}
.c_tit1 div.text span.nt {
  color: #646873;
}
@media screen and (min-width: 768px) {
  .c_tit1 div.text span.nt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 div.text span.nt {
    font-size: 3.7333333333vw;
  }
}

.c_tit2 {
  text-align: center;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_tit2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit2 {
    font-size: 6.6666666667vw;
  }
}
.c_tit2:after {
  content: "";
  background: #c7ac50;
}
@media screen and (min-width: 768px) {
  .c_tit2:after {
    width: 100px;
    height: 2px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit2:after {
    width: 24vw;
    height: 0.5333333333vw;
    margin-top: 2vw;
  }
}

.c_tit3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_tit3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit3 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_tit3 span {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit3 span {
    line-height: 1.5;
    padding: 0 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_tit3 span.pc-bg {
    background: linear-gradient(transparent 70%, #ddcd96 70%);
  }
}
@media screen and (max-width: 767px) {
  .c_tit3 span.sp-bg {
    background: linear-gradient(transparent 70%, #ddcd96 70%);
  }
}
.c_tit4 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_tit4 {
    padding: 2px 0 2px 15px;
    border-left: 4px solid #ddcd96;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit4 {
    padding: 0.2666666667vw 0 0.2666666667vw 3.3333333333vw;
    border-left: 1.0666666667vw solid #ddcd96;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c_cta {
    padding: 90px 30px;
    background: #2d3344 url(../img/bg_cta.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c_cta {
    padding: 14.6666666667vw 4vw;
    background: #2d3344 url(../img/bg_cta.png) center 0/cover no-repeat;
  }
}
.c_cta div.inner h2 {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_cta div.inner h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c_cta div.inner h2 {
    font-size: 5.8666666667vw;
  }
}
.c_cta div.inner p {
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c_cta div.inner p {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_cta div.inner p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.c_cta div.inner a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #edc84c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_cta div.inner a.btn {
    width: 336px;
    height: 64px;
    font-size: 20px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c_cta div.inner a.btn {
    width: 53.3333333333vw;
    margin: 6.6666666667vw auto 0;
    width: 68.2666666667vw;
    height: 14.9333333333vw;
    font-size: 5.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c_slider1 {
    display: none;
  }
}
.c_slider1.slick-initialized {
  display: block;
}
.c_slider1 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.c_slider1 .slick-next, .c_slider1 .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c_slider1 button.slick-next.slick-arrow, .c_slider1 button.slick-prev.slick-arrow {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c_slider1 button.slick-next.slick-arrow, .c_slider1 button.slick-prev.slick-arrow {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.c_slider1 button.slick-next.slick-arrow:before, .c_slider1 button.slick-prev.slick-arrow:before {
  display: none;
}
.c_slider1 button.slick-prev.slick-arrow {
  background: url(../img/slider_prev.png) center 0/100% no-repeat;
}
.c_slider1 button.slick-next.slick-arrow {
  background: url(../img/slider_next.png) center 0/100% no-repeat;
}
.c_slider1 .slick-prev, .c_slider1 .slick-next {
  top: 50%;
  transform: translateY(-50%) !important;
}
@media screen and (min-width: 768px) {
  .c_slider1 .slick-prev {
    transform: translateX(-65px) !important;
  }
}
@media screen and (min-width: 768px) {
  .c_slider1 .slick-next {
    transform: translateX(65px) !important;
  }
}
.c_slider1 .slick-prev, .c_slider1 .slick-next {
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c_slider1 .slick-prev:hover, .c_slider1 .slick-next:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .c_slider1 .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_slider1 .slick-prev {
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_slider1 .slick-next {
    right: 0;
    transform: translate(0, 50%);
  }
}
@media screen and (max-width: 767px) {
  .c_slider1 .slick-next {
    right: 2.6666666667vw;
  }
}
.c_slider1 button.slick-disabled {
  opacity: 0;
}
.c_slider1 .slick-track {
  display: flex !important; /* display:flexを強制 */
  align-items: stretch !important; /* 高さを揃える */
}
.c_slider1 .slick-slide {
  height: auto !important;
}

header.cmn {
  position: relative;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header.cmn {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn {
    transition: 0.4s;
    height: 17.0666666667vw;
  }
}
@media screen and (min-width: 1080px) {
  header.cmn div.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  header.cmn div.inner {
    height: 100px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  header.cmn div.inner div.set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 17.0666666667vw;
    padding: 0 3.3333333333vw;
  }
}
header.cmn div.inner div.set a.logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  header.cmn div.inner div.set a.logo {
    width: 232px;
    height: 32px;
    background: url(../img/logo.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set a.logo {
    width: 46.4vw;
    height: 6.4vw;
    background: url(../img/sp/logo.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  header.cmn div.inner div.set div.menu-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set div.menu-btn {
    display: block;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 26px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set div.menu-btn {
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 5.7333333333vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set div.menu-btn span {
    transition: 0.4s;
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set div.menu-btn span {
    transition: 0.4s;
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.5333333333vw;
    border-radius: 0.2666666667vw;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(1) {
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner div.set div.menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  header.cmn div.inner nav {
    display: flex !important;
    gap: 0 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner nav {
    display: none;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner nav {
    display: none;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn div.inner nav ul {
    display: flex;
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner nav ul {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner nav ul li:not(:last-of-type) a {
    border-bottom: 1px solid #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner nav ul li:not(:last-of-type) a {
    border-bottom: 1px solid #f3f3f3;
  }
}
header.cmn div.inner nav ul li a {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  header.cmn div.inner nav ul li a {
    font-size: 14px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner nav ul li a {
    display: flex;
    padding: 28px 0;
    font-weight: 800;
    font-size: 24px;
    color: #1e1e1e;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner nav ul li a {
    display: flex;
    padding: 3.7333333333vw 0;
    font-weight: 800;
    font-size: 4.2666666667vw;
    color: #1e1e1e;
  }
}
header.cmn div.inner nav a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  header.cmn div.inner nav a.btn {
    width: 152px;
    height: 52px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn div.inner nav a.btn {
    width: 256px;
    height: 56px;
    margin: 20px auto 0;
    font-size: 22px;
    font-weight: 800;
    background-color: #edc84c;
    color: #1e1e1e;
    border: 1px solid #edc84c;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.inner nav a.btn {
    width: 68.2666666667vw;
    height: 14.9333333333vw;
    margin: 6.6666666667vw auto;
    font-size: 5.0666666667vw;
    font-weight: 800;
    background-color: #edc84c;
    color: #1e1e1e;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  header.cmn.is-active div.inner div.set a.logo {
    background: url(../img/logo-gold.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active div.inner div.set a.logo {
    background: url(../img/sp/logo-gold.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-active div.inner div.set div.menu-btn span {
    background-color: #646873 !important;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active div.inner div.set div.menu-btn span {
    background-color: #646873 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(1) {
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(1) {
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(3) {
    bottom: 50% !important;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-active div.inner div.set div.menu-btn span:nth-of-type(3) {
    bottom: 50% !important;
    transform: translateY(50%) rotate(-45deg);
  }
}
header.cmn.is-active div.inner nav ul li a {
  color: #1e1e1e;
}
header.cmn.is-active div.inner nav a.btn {
  color: #1e1e1e;
  background-color: #edc84c;
}
header.cmn.is-fixed {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  header.cmn.is-fixed {
    overflow: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-fixed {
    overflow: auto;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn.is-fixed div.inner div.set a.logo {
    background: url(../img/logo-gold.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-fixed div.inner div.set a.logo {
    background: url(../img/sp/logo-gold.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header.cmn.is-fixed div.inner div.set div.menu-btn span {
    background-color: #646873;
  }
}
header.cmn.is-fixed div.inner nav ul li a {
  color: #1e1e1e;
}
header.cmn.is-fixed div.inner nav a.btn {
  color: #1e1e1e;
  background-color: #edc84c;
}

@media screen and (min-width: 768px) {
  footer.cmn div.cv {
    padding: 100px 30px 140px;
    background: #2d3344 url(../img/bg_contact.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv {
    padding: 13.3333333333vw 4vw;
    background: #2d3344 url(../img/bg_contact.png) 0 0/cover no-repeat;
  }
}
footer.cmn div.cv div.head div.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer.cmn div.cv div.head div.title {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv div.head div.title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4vw;
  }
}
footer.cmn div.cv div.head div.title h3 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer.cmn div.cv div.head div.title h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv div.head div.title h3 {
    font-size: 5.6vw;
  }
}
footer.cmn div.cv div.head div.title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edc84c;
}
@media screen and (min-width: 768px) {
  footer.cmn div.cv div.head div.title span {
    width: 80px;
    height: 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv div.head div.title span {
    width: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
footer.cmn div.cv div.head p {
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  footer.cmn div.cv div.head p {
    margin-top: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv div.head p {
    margin-top: 3.3333333333vw;
    font-size: 4vw;
  }
}
footer.cmn div.cv div.form-wrap {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  footer.cmn div.cv div.form-wrap {
    max-width: 720px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.cv div.form-wrap {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.foot {
    padding: 4.6666666667vw 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.foot p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.foot p {
    text-align: center;
    line-height: 1.7;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.foot ul {
    display: flex;
    gap: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.foot ul {
    display: flex;
    justify-content: center;
    gap: 0 4.6666666667vw;
  }
}
footer.cmn div.foot ul li a {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  footer.cmn div.foot ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.foot ul li a {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  nav.breadcrumbs {
    display: flex;
    padding: 20px 50px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  nav.breadcrumbs {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  nav.breadcrumbs {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
nav.breadcrumbs ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  nav.breadcrumbs ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  nav.breadcrumbs ul li {
    font-size: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
nav.breadcrumbs ul li + li {
  display: flex;
  align-items: center;
}
nav.breadcrumbs ul li + li:before {
  content: "＞";
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  nav.breadcrumbs ul li + li:before {
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  nav.breadcrumbs ul li + li:before {
    margin: 0 1.2vw;
  }
}

.c_column {
  background-color: #f3f3f3;
}
.c_column div.inner div.c_tit1 div.text h2 {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul {
    display: flex;
    gap: 0 4vw;
    margin-top: 5.3333333333vw;
    overflow-x: scroll;
  }
}
.c_column div.inner > ul > li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li {
    max-width: 336px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li {
    min-width: 66.6666666667vw;
    padding: 3.3333333333vw 4vw;
    border-bottom: 2.1333333333vw solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts {
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.c_column div.inner > ul > li div.texts p.date {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  color: #646873;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts p.date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts p.date {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts h3 {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts h3 {
    margin-top: 0.8vw;
  }
}
.c_column div.inner > ul > li div.texts h3 a {
  display: flex;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts h3 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts h3 a {
    font-size: 4.2666666667vw;
  }
}
.c_column div.inner > ul > li div.texts ul.tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts ul.tag {
    gap: 8px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts ul.tag {
    margin-top: 1.7333333333vw;
    gap: 1.6vw;
  }
}
.c_column div.inner > ul > li div.texts ul.tag li a {
  display: flex;
  border-radius: 100px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .c_column div.inner > ul > li div.texts ul.tag li a {
    padding: 2px 11px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner > ul > li div.texts ul.tag li a {
    padding: 0.4vw 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.c_column div.inner a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  background-color: #3c3e45;
}
@media screen and (min-width: 768px) {
  .c_column div.inner a.btn {
    width: 336px;
    height: 64px;
    margin: 40px auto 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_column div.inner a.btn {
    width: 72vw;
    height: 16vw;
    margin: 10.6666666667vw auto 0;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .c_tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_tag {
    margin-top: 2.1333333333vw;
  }
}
.c_tag ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c_tag ul {
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c_tag ul {
    gap: 1.3333333333vw;
  }
}
.c_tag ul li a {
  display: flex;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #c7ac50;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tag ul li a {
    margin-top: 5px;
    padding: 2px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c_tag ul li a {
    padding: 0.4vw 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 768px) {
  main section.case {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 {
    display: flex;
    gap: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
    overflow-x: scroll;
  }
}
main section.case div.inner div.cont ul.c_slider1 li {
  background-color: #f9f8f0;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li {
    max-width: 346px;
    width: 100%;
    padding: 25px 30px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li {
    min-width: 77.3333333333vw;
    padding: 3.3333333333vw 4vw;
    border-bottom: 2.1333333333vw solid #fff;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li h3 {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li h3 {
    padding-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
main section.case div.inner div.cont ul.c_slider1 li div.texts {
  border-top: 2px solid #c7ac50;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl {
    display: flex;
    gap: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl {
    display: flex;
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl + dl {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl + dl {
    margin-top: 2vw;
  }
}
main section.case div.inner div.cont ul.c_slider1 li div.texts dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddcd96;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl dt {
    min-width: 50px;
    height: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl dt {
    min-width: 11.3333333333vw;
    height: 6vw;
    font-size: 2.9333333333vw;
  }
}
main section.case div.inner div.cont ul.c_slider1 li div.texts dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.cont ul.c_slider1 li div.texts dl dd {
    font-size: 3.7333333333vw;
  }
}
main section.case div.inner div.cont ul.c_slider1 li div.texts dl dd span.st {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.why {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.why {
    margin-top: 24vw;
  }
}
main section.case div.inner div.why p.c_tit2 + p {
  text-align: center;
  font-weight: 700;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  main section.case div.inner div.why p.c_tit2 + p {
    margin-top: 50px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  main section.case div.inner div.why p.c_tit2 + p {
    margin-top: 6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
main section.reason {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner div.title h2.c_tit3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner div.title h2.c_tit3 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.reason div.inner ul {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner ul {
    margin-top: 14.6666666667vw;
  }
}
main section.reason div.inner ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner ul li {
    max-width: 320px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner ul li + li {
    margin-top: 10.6666666667vw;
  }
}
main section.reason div.inner ul li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Red Hat Display", sans-serif;
  color: #fff;
  background: #c7ac50;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner ul li:before {
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner ul li:before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    border: 0.8vw solid #fff;
    font-size: 6.6666666667vw;
  }
}
main section.reason div.inner ul li:nth-of-type(1):before {
  content: "1";
}
main section.reason div.inner ul li:nth-of-type(2):before {
  content: "2";
}
main section.reason div.inner ul li:nth-of-type(3):before {
  content: "3";
}
main section.reason div.inner ul li h3 {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner ul li h3 {
    margin-top: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner ul li h3 {
    margin-top: 4.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
main section.reason div.inner ul li p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.reason div.inner ul li p {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.reason div.inner ul li p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main section.plan {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main {
    margin-top: 14.6666666667vw;
  }
}
main section.plan div.inner div.main section {
  position: relative;
}
main section.plan div.inner div.main section:nth-of-type(1)::before {
  background: url(../img/plan_icon1.png) 0 0/100% no-repeat;
}
main section.plan div.inner div.main section:nth-of-type(2)::before {
  background: url(../img/plan_icon2.png) 0 0/100% no-repeat;
}
main section.plan div.inner div.main section:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section:before {
    top: -40px;
    left: -94px;
    width: 123px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section:before {
    top: -10.6666666667vw;
    right: -4vw;
    width: 32.8vw;
    height: 32vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section + section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section + section {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section div.c_tit1 h3 {
    line-height: 1.5;
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section h4 {
    margin-top: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section h4 {
    line-height: 1.5;
    margin-top: 6.6666666667vw;
    font-size: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section ul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section ul {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section ul li {
    width: 33.3333333333%;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section ul li + li {
    margin-top: 4vw;
  }
}
main section.plan div.inner div.main section ul li h5 {
  font-weight: 800;
  color: #c7ac50;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section ul li h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section ul li h5 {
    font-size: 4.2666666667vw;
  }
}
main section.plan div.inner div.main section ul li h5:before {
  content: "";
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section ul li h5:before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(../img/icon_check.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section ul li h5:before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.0666666667vw;
    background: url(../img/sp/icon_check.png) 0 0/100% no-repeat;
  }
}
main section.plan div.inner div.main section ul li p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.main section ul li p {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.main section ul li p {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.foot {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.foot {
    margin-top: 13.3333333333vw;
  }
}
main section.plan div.inner div.foot section {
  background-color: #f9f8f0;
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.foot section {
    max-width: 528px;
    width: 50%;
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.foot section {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.foot section + section {
    margin-top: 5.3333333333vw;
  }
}
main section.plan div.inner div.foot section p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section.plan div.inner div.foot section p {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.plan div.inner div.foot section p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
main section.flow {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.flow div.inner {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  main section.flow div.inner div.c_tit1 {
    min-width: 210px;
  }
}
main section.flow div.inner ul {
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul {
    margin-top: 6.6666666667vw;
  }
}
main section.flow div.inner ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #ddcd96;
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul:before {
    left: 41px;
    width: 2px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul:before {
    left: 7.3333333333vw;
    width: 0.5333333333vw;
    height: calc(100% - 10.6666666667vw);
  }
}
main section.flow div.inner ul li {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul li {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul li {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul li + li {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul li img {
    min-width: 82px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul li img {
    min-width: 14.6666666667vw;
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul li div.texts h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul li div.texts h3 {
    font-size: 4.5333333333vw;
  }
}
main section.flow div.inner ul li div.texts p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.flow div.inner ul li div.texts p {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.flow div.inner ul li div.texts p {
    margin-top: 2vw;
    font-size: 3.7333333333vw;
  }
}
main section.voice {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.voice {
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 {
    display: flex;
    gap: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
    overflow-x: scroll;
  }
}
main section.voice div.inner ul.c_slider1 li {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li {
    max-width: 346px;
    width: 100%;
    margin: 0 10px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li {
    min-width: 77.3333333333vw;
    padding: 3.3333333333vw 4vw;
  }
}
main section.voice div.inner ul.c_slider1 li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid #eee;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li:after {
    width: 0vw;
    height: 0vw;
  }
}
main section.voice div.inner ul.c_slider1 li > p {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li > p {
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li > p {
    padding-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
main section.voice div.inner ul.c_slider1 li div.texts {
  border-top: 2px solid #aeaeae;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts {
    padding-top: 2.6666666667vw;
  }
}
main section.voice div.inner ul.c_slider1 li div.texts dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl {
    gap: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl {
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl + dl {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl + dl {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl:nth-of-type(2) dt {
    min-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl:nth-of-type(2) dt {
    min-width: 14.6666666667vw;
  }
}
main section.voice div.inner ul.c_slider1 li div.texts dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f1dd;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl dt {
    padding: 4px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl dt {
    padding: 1.3333333333vw 1.0666666667vw;
    font-size: 2.9333333333vw;
  }
}
main section.voice div.inner ul.c_slider1 li div.texts dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.voice div.inner ul.c_slider1 li div.texts dl dd {
    font-size: 3.7333333333vw;
  }
}
main section.voice div.inner ul.c_slider1 li div.texts dl dd span {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
}
main section.faq {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.c_tit1 {
    min-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list {
    margin-top: 8vw;
  }
}
main section.faq div.inner div.list dl {
  border-bottom: 1px solid #aeaeae;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl {
    padding: 4vw 0 4vw;
  }
}
main section.faq div.inner div.list dl dt, main section.faq div.inner div.list dl dd {
  display: flex;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt, main section.faq div.inner div.list dl dd {
    padding: 0 25px 20px;
    gap: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dt, main section.faq div.inner div.list dl dd {
    padding-right: 10.6666666667vw;
  }
}
main section.faq div.inner div.list dl dt:before, main section.faq div.inner div.list dl dd:before {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt:before, main section.faq div.inner div.list dl dd:before {
    margin-top: -9px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dt:before, main section.faq div.inner div.list dl dd:before {
    margin-top: -1.6vw;
    margin-right: 2.4vw;
    font-size: 5.8666666667vw;
  }
}
main section.faq div.inner div.list dl dt {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt {
    padding-right: 70px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dt {
    padding-right: 10.6666666667vw;
    font-size: 3.8666666667vw;
  }
}
main section.faq div.inner div.list dl dt:before {
  content: "Q.";
}
main section.faq div.inner div.list dl dt.is-active span.icon:after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
main section.faq div.inner div.list dl dt span.icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt span.icon {
    right: 25px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dt span.icon {
    right: 0.5333333333vw;
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -1.3333333333vw;
  }
}
main section.faq div.inner div.list dl dt span.icon:before, main section.faq div.inner div.list dl dt span.icon:after {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #646873;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dt span.icon:before, main section.faq div.inner div.list dl dt span.icon:after {
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dt span.icon:before, main section.faq div.inner div.list dl dt span.icon:after {
    width: 4.8vw;
    height: 2px;
  }
}
main section.faq div.inner div.list dl dt span.icon:after {
  transform: translateY(-50%) rotate(90deg);
}
main section.faq div.inner div.list dl dd {
  display: none;
}
@media screen and (min-width: 768px) {
  main section.faq div.inner div.list dl dd {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dd {
    margin-top: 4vw;
    line-height: 1.6;
    font-size: 3.7333333333vw;
  }
}
main section.faq div.inner div.list dl dd:before {
  content: "A.";
  color: #aeaeae;
}
@media screen and (max-width: 767px) {
  main section.faq div.inner div.list dl dd p + p {
    margin-top: 5.3333333333vw;
  }
}
main section.company {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.company div.inner {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  main section.company div.inner div.c_tit1 {
    min-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  main section.company div.inner div.cont {
    max-width: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main section.company div.inner div.cont {
    margin-top: 8vw;
  }
}
main section.company div.inner div.cont table {
  width: 100%;
}
main section.company div.inner div.cont table tr {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #aeaeae;
}
@media screen and (min-width: 768px) {
  main section.company div.inner div.cont table tr {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  main section.company div.inner div.cont table tr {
    padding: 4vw 0;
  }
}
main section.company div.inner div.cont table tr:last-of-type {
  border-bottom: 1px solid #aeaeae;
}
@media screen and (min-width: 768px) {
  main section.company div.inner div.cont table tr th, main section.company div.inner div.cont table tr td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.company div.inner div.cont table tr th, main section.company div.inner div.cont table tr td {
    font-size: 3.7333333333vw;
  }
}
main section.company div.inner div.cont table tr th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  main section.company div.inner div.cont table tr th {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  main section.company div.inner div.cont table tr th {
    width: 21.3333333333vw;
  }
}
main section.company div.inner div.cont table tr td {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 80px;
    margin-top: 40px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution > div {
    max-width: 490px;
    min-height: 340px;
    width: 50%;
    padding: 35px 28px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution > div {
    padding: 5.3333333333vw;
  }
}
main section.for-those div.inner div.solution > div h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution > div h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution > div h3 {
    font-size: 5.3333333333vw;
  }
}
main section.for-those div.inner div.solution div.head {
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution div.head ul {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution div.head ul {
    margin-top: 5.3333333333vw;
  }
}
main section.for-those div.inner div.solution div.head ul li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution div.head ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution div.head ul li {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution div.head ul li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution div.head ul li + li {
    margin-top: 2vw;
  }
}
main section.for-those div.inner div.solution div.head ul li:before {
  content: "";
  background: url(../img/icon_q.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution div.head ul li:before {
    min-width: 32px;
    min-height: 32px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution div.head ul li:before {
    min-width: 5.3333333333vw;
    min-height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
main section.for-those div.inner div.solution > span.try {
  display: block;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution > span.try {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 33px solid #ddcd96;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution > span.try {
    border-style: solid;
    border-right: 5.3333333333vw solid transparent;
    border-left: 5.3333333333vw solid transparent;
    border-top: 6.4vw solid #ddcd96;
    border-bottom: 0;
    margin: 4vw auto;
  }
}
main section.for-those div.inner div.solution div.foot {
  background-color: #f9f8f0;
}
main section.for-those div.inner div.solution div.foot h3 span.st {
  color: #c7ac50;
}
main section.for-those div.inner div.solution div.foot p {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.for-those div.inner div.solution div.foot p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.inner div.solution div.foot p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
main section.for-those div.registrant {
  background-color: #f9f8f0;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant {
    margin: 40px auto 0;
    max-width: 1080px;
    padding: 35px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant {
    margin-top: 10.6666666667vw;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant div.c_tit4 {
    display: flex;
    gap: 0 10px;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant div.c_tit4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4vw 0;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant div.c_tit4 h3 {
    font-size: 22px;
  }
}
main section.for-those div.registrant div.c_tit4 span.nt {
  color: #646873;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant div.c_tit4 span.nt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant div.c_tit4 span.nt {
    font-size: 3.7333333333vw;
  }
}
main section.for-those div.registrant ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul {
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul {
    gap: 0 5.3333333333vw;
    margin-top: 4vw;
    overflow-x: scroll;
  }
}
main section.for-those div.registrant ul li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li {
    width: calc(50% - 10px);
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li {
    min-width: 80vw;
    padding: 3.3333333333vw 4vw;
    border-bottom: 2.1333333333vw solid #fff;
  }
}
main section.for-those div.registrant ul li p.tit {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li p.tit {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #ddcd96;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li p.tit {
    padding-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
    border-bottom: 2px solid #ddcd96;
  }
}
main section.for-those div.registrant ul li dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li dl {
    display: flex;
    gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li dl:nth-of-type(1) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li dl:nth-of-type(1) {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li dl + dl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li dl + dl {
    margin-top: 2vw;
  }
}
main section.for-those div.registrant ul li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddcd96;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li dl dt {
    min-width: 66px;
    width: 66px;
    padding: 2px 8px;
    font-size: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li dl dt {
    min-width: 15.3333333333vw;
    height: 6vw;
    font-size: 2.9333333333vw;
  }
}
main section.for-those div.registrant ul li dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  main section.for-those div.registrant ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those div.registrant ul li dl dd {
    font-size: 3.7333333333vw;
  }
}
main section.for-those div.registrant ul li dl dd span.st {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  main section.for-those > div.foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those > div.foot {
    margin-top: 8vw;
  }
}
main section.for-those > div.foot h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section.for-those > div.foot h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those > div.foot h3 {
    line-height: 1.7;
    font-size: 4vw;
  }
}
main section.for-those > div.foot a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-color: #3c3e45;
}
@media screen and (min-width: 768px) {
  main section.for-those > div.foot a.btn {
    width: 360px;
    height: 64px;
    margin: 25px auto 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main section.for-those > div.foot a.btn {
    width: 68.2666666667vw;
    height: 14.9333333333vw;
    margin: 4.6666666667vw auto 0;
    font-size: 5.3333333333vw;
  }
}

body.top h1 {
  font-weight: normal;
  color: #fff;
  position: absolute;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  body.top h1 {
    top: 75px;
    left: 50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.top h1 {
    top: 76.8vw;
    right: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
body.top section.fv picture.bg img {
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media screen and (min-width: 768px) {
  body.top section.fv picture.bg img {
    height: 680px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv picture.bg img {
    height: 80.8vw;
  }
}
@media screen and (min-width: 1080px) {
  body.top section.fv div.cont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 0 50px;
    top: 80px;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  body.top section.fv div.cont div.title {
    position: absolute;
    top: 34.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title {
    position: absolute;
    top: 34.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 92vw;
  }
}
body.top section.fv div.cont div.title p {
  display: table;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title p {
    padding: 5px 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title p {
    margin: 0 auto;
    padding: 0.5333333333vw 1.0666666667vw;
    font-size: 3.2vw;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title h2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title h2 {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title h2 span {
    display: table;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title h2 span.pc-bg {
    display: table;
    background-color: #343434;
  }
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title h2 span.pc-bg:nth-of-type(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title h2 span.sp-bg {
    margin-bottom: 1.3333333333vw;
    padding: 1.3333333333vw 4vw;
    background-color: #343434;
  }
}
body.top section.fv div.cont div.title h2 > span {
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.title h2 > span {
    padding: 3px 10px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.title h2 > span {
    gap: 1.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.form-wrap {
    margin-top: -20px;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  body.top section.fv div.cont div.form-wrap {
    padding: 20px;
    background: #edc84c;
  }
}
@media screen and (max-width: 767px) {
  body.top section.fv div.cont div.form-wrap {
    padding: 4.2666666667vw;
    background: #edc84c;
  }
}
body.top section.fv div.cont div.form-wrap > div.inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.fv div.cont div.form-wrap > div.inner {
    padding: 0 20px;
  }
}

body.lower {
  position: relative;
}
body.lower h1 {
  position: absolute;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  body.lower h1 {
    text-align: right;
    top: 316px;
    left: 0;
    font-size: 12px;
    padding-right: 10px;
    width: 40.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  body.lower h1 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  body.lower h1 {
    top: 56vw;
    right: 1.3333333333vw;
    font-size: 1.8666666667vw;
  }
}
body.lower section.fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.lower section.fv:before {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    font-size: 70px;
    letter-spacing: 0.03em;
  }
}
body.lower section.fv picture.bg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.lower section.fv picture.bg img {
    height: 341px;
    object-fit: cover;
    object-position: center 0;
  }
}
body.lower section.fv div.cont {
  position: absolute;
  display: flex;
  align-items: center;
  background-color: rgba(237, 200, 76, 0.8);
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.cont {
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 40.6666666667vw;
    height: 341px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  body.lower section.fv div.cont {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.cont {
    justify-content: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 30vw;
  }
}
body.lower section.fv div.cont div.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.cont div.title {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.cont div.title {
    text-align: center;
  }
}
body.lower section.fv div.cont div.title span, body.lower section.fv div.cont div.title h2 {
  color: #fff;
}
body.lower section.fv div.cont div.title span {
  letter-spacing: 0.03em;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.cont div.title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.cont div.title span {
    font-size: 4vw;
  }
}
body.lower section.fv div.cont div.title h2 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.lower section.fv div.cont div.title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.lower section.fv div.cont div.title h2 {
    font-size: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  body.service section.fv:before {
    content: "Service";
  }
}

@media screen and (min-width: 768px) {
  body.human-resources section.fv:before {
    content: "Human Resources";
  }
}

@media screen and (min-width: 768px) {
  body.case section.fv:before {
    content: "Case";
  }
}

@media screen and (min-width: 768px) {
  body.faq section.fv:before {
    content: "FAQ";
  }
}

@media screen and (min-width: 768px) {
  body.column section.fv:before {
    content: "Column";
  }
}

@media screen and (min-width: 768px) {
  body.company section.fv:before {
    content: "Company";
  }
}

@media screen and (min-width: 768px) {
  body.column section.c_column div.inner > ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 36px 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  body.column section.c_column div.inner > ul {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  body.column section.c_column div.inner > ul > li {
    max-width: 100%;
    width: 47%;
  }
}
body.column div.pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.column div.pager {
    gap: 0 15px;
    margin: 60px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  body.column div.pager {
    margin: 8vw 0 10.6666666667vw;
    gap: 0 2.6666666667vw;
  }
}
body.column div.pager span, body.column div.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  font-family: "Red Hat Display", sans-serif;
}
@media screen and (min-width: 768px) {
  body.column div.pager span, body.column div.pager a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.column div.pager span, body.column div.pager a {
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
  }
}
body.column div.pager span.page-numbers.current {
  color: #fff;
  background-color: #c7ac50;
}
body.column div.pager a.page-numbers {
  color: #c7ac50;
  border: 1px solid #c7ac50;
}
@media screen and (min-width: 768px) {
  body.column div.pager a.page-numbers {
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  body.column div.pager a.page-numbers:hover {
    background-color: #c7ac50;
    color: #fff;
    opacity: 1;
  }
}