@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

img {
  width: 100%;
  max-width: initial;
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}

label {
  margin-bottom: 0;
}

input[type=search] {
  color: inherit;
  border: 1px solid #333;
  border-radius: 0;
  padding: 0.3em 0.3em 0.3em 35px;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

h1 {
  font-size: inherit;
}

p {
  margin: 0;
}

h2 {
  color: inherit;
  font-size: 1rem;
}

h3 {
  color: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h3 {
  font-size: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

h4 {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

button,
input[type=button],
input[type=submit] {
  background-color: transparent;
}

ol {
  list-style: none;
}

a:hover,
a:active {
  color: inherit;
}

/*================================
	サイトごとに設定
=================================*/
/*================================
	メディアクエリの設定
=================================*/
.siteHeader {
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.siteHeader .logoBox {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.siteHeader .hLinkList {
  flex: 2;
  display: flex;
  justify-content: center;
}
.siteHeader .hLinkList .hLinkItem {
  font-weight: 500;
}
.siteHeader .contactList {
  flex: 1;
  display: flex;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .siteHeader {
    height: 5.625rem;
    padding: 0 1.875rem;
  }
  .siteHeader .logoBox {
    width: 25rem;
    height: auto;
    font-size: 1.5rem;
  }
  .siteHeader .hLinkList {
    font-size: 1.125rem;
  }
  .siteHeader .hLinkList .hLinkItem {
    margin: 0 2rem;
    font-size: 1.25rem;
  }
  .siteHeader .contactList .contactItem:nth-child(n+2) {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .siteHeader {
    height: 18.2291666667vw;
    padding: 0 3.90625vw;
  }
  .siteHeader .logoBox {
    width: 83.3333333333vw;
    height: auto;
    margin: auto;
  }
  .siteHeader .hLinkList {
    display: none;
  }
  .siteHeader .contactList {
    display: none;
  }
}

.siteFooter {
  background-color: #2D4C9E;
  color: #fff;
}
.siteFooter .contBox {
  text-align: center;
}
.siteFooter .contBox .logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.siteFooter .footerLinkBox .footerLinkItem {
  margin: 0 0.625rem;
  font-size: 1.125rem;
}
.siteFooter .footerLinkBox .footerLinkItem > a {
  text-decoration: underline;
}
.siteFooter .permitBox {
  line-height: 1.8;
}
.siteFooter .copy {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .siteFooter {
    margin-top: 7.5rem;
  }
  .siteFooter .footerLinkBox {
    padding: 1.875rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .siteFooter .permitBox {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .siteFooter .contBox {
    padding: 3.125rem 0;
    font-size: 1.375rem;
  }
  .siteFooter .contBox .logoBox {
    width: 32.5rem;
    height: auto;
  }
  .siteFooter .contBox .address {
    font-size: 1.125rem;
  }
  .siteFooter .contBox .tel {
    padding-top: 1.5625rem;
    font-size: 2.875rem;
    font-weight: 600;
  }
  .siteFooter .copy {
    font-size: 1rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .siteFooter {
    margin-top: 10.4166666667vw;
    padding-bottom: 13.0208333333vw;
  }
  .siteFooter .footerLinkBox {
    padding-top: 5.2083333333vw;
  }
  .siteFooter .footerLinkBox .footerLinkItem {
    margin: 4.1666666667vw;
  }
  .siteFooter .permitBox {
    font-size: 1.1428571429rem;
    padding: 4.1666666667vw 0;
  }
  .siteFooter .contBox {
    padding: 7.8125vw 0;
  }
  .siteFooter .contBox .logoBox {
    width: 52.0833333333vw;
    height: auto;
  }
  .siteFooter .contBox .address {
    padding-top: 6.5104166667vw;
  }
  .siteFooter .contBox .tel {
    padding-top: 5.2083333333vw;
    font-size: 9.1145833333vw;
    font-weight: 600;
  }
  .siteFooter .copy {
    font-size: 0.8571428571rem;
    padding-bottom: 7.8125vw;
  }
}

.bnrBox {
  margin: auto;
}
.bnrBox figure {
  position: relative;
}
.bnrBox figure .telNo,
.bnrBox figure .linkBtn {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .bnrBox {
    width: 75rem;
    padding: 5rem 0;
  }
  .bnrBox figure .telNo,
  .bnrBox figure .linkBtn {
    position: absolute;
    transition: 0.2s;
  }
  .bnrBox figure .telNo:hover,
  .bnrBox figure .linkBtn:hover {
    opacity: 0.6;
  }
  .bnrBox figure .telNo {
    width: 44.375rem;
    top: 7.25rem;
    left: 18.125rem;
  }
  .bnrBox figure .linkBtn {
    width: 25.625rem;
    bottom: 1.25rem;
  }
  .bnrBox figure .linkBtn:nth-of-type(2) {
    left: 13.125rem;
  }
  .bnrBox figure .linkBtn:nth-of-type(3) {
    left: 38.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .bnrBox {
    padding: 10.4166666667vw 0;
  }
  .bnrBox figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .bnrBox figure .telNo {
    width: 61.1979166667vw;
    right: 2.6041666667vw;
    top: 61.1979166667vw;
  }
  .bnrBox figure .linkBtn {
    width: 61.1979166667vw;
  }
  .bnrBox figure .linkBtn:nth-of-type(2) {
    right: 2.6041666667vw;
    top: 26.0416666667vw;
  }
  .bnrBox figure .linkBtn:nth-of-type(3) {
    right: 2.6041666667vw;
    top: 45.8333333333vw;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.screen-reader-response ul {
  visibility: hidden;
  height: 0;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
  color: #e53935;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7:has(form.invalid) .screen-reader-response {
  width: 90%;
  border: 1px solid #e53935;
  color: #b00020;
  background: #fff3f3;
  padding: 25px 16px;
  margin: 25px auto;
  text-align: center;
}

.wpcf7:has(form.sent) .screen-reader-response {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  padding: 1.5625rem 1rem;
}

form.sent {
  display: none;
}

.contactPageBox .titBox .tit {
  margin: auto;
}
.contactPageBox .readTxt {
  padding-top: 1.875rem;
  line-height: 1.8;
  color: #fff;
}
.contactPageBox .contactForm {
  border: 0.125rem solid #777;
}
.contactPageBox .contactForm .contactList:not(:first-child) {
  border-top: 0.125rem solid #777;
}
.contactPageBox .contactForm .contactList dt,
.contactPageBox .contactForm .contactList dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contactPageBox .contactForm .contactList dt .error,
.contactPageBox .contactForm .contactList dd .error {
  width: 100%;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.contactPageBox .contactForm .contactList dt .inputBox,
.contactPageBox .contactForm .contactList dd .inputBox {
  display: flex;
  align-items: center;
}
.contactPageBox .contactForm .contactList dt {
  color: #fff;
  background-color: #2D4C9E;
}
.contactPageBox .contactForm .contactList dt.required {
  position: relative;
}
.contactPageBox .contactForm .contactList dt.required::before {
  position: absolute;
  content: "必須";
  background-color: orangered;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .contactPageBox {
    padding-top: 7.5rem;
  }
  .contactPageBox .fukidashi {
    width: 10.5rem;
    left: -5.375rem;
    top: -4.25rem;
  }
  .contactPageBox .readTxt {
    font-size: 1.25rem;
    text-align: center;
  }
  .contactPageBox .contactFormBox {
    padding-top: 3.125rem;
    border-radius: 1rem;
  }
  .contactPageBox .contactForm .contactList {
    display: flex;
    justify-content: space-between;
  }
  .contactPageBox .contactForm .contactList dt,
  .contactPageBox .contactForm .contactList dd {
    height: 7.5rem;
  }
  .contactPageBox .contactForm .contactList dt .inputBox,
  .contactPageBox .contactForm .contactList dd .inputBox {
    display: flex;
    align-items: center;
  }
  .contactPageBox .contactForm .contactList dt .inputBox:not(:last-child),
  .contactPageBox .contactForm .contactList dd .inputBox:not(:last-child) {
    margin-right: 3rem;
  }
  .contactPageBox .contactForm .contactList dt {
    padding: 0 1.875rem;
    width: 18.75rem;
    font-size: 1.25rem;
  }
  .contactPageBox .contactForm .contactList dt.required::before {
    width: 2.5rem;
    height: 1.25rem;
    right: 1.25rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
  }
  .contactPageBox .contactForm .contactList dd {
    padding: 0 2.5rem;
    width: 46.25rem;
  }
  .contactPageBox .contactForm .contactList dd input,
  .contactPageBox .contactForm .contactList dd textarea {
    padding: 1rem;
    font-size: 1.125rem;
    background-color: transparent;
    border: 0.125rem solid #333;
    border-radius: 0.5rem;
    outline: none;
    opacity: 0.5;
  }
  .contactPageBox .contactForm .contactList dd input:focus,
  .contactPageBox .contactForm .contactList dd textarea:focus {
    opacity: 1;
  }
  .contactPageBox .contactForm .contactList dd input[type=radio] {
    margin-right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .contactPageBox .contactForm .contactList dd input[type=text],
  .contactPageBox .contactForm .contactList dd input[type=email],
  .contactPageBox .contactForm .contactList dd input[type=tel] {
    height: 3.125rem;
    width: 100%;
  }
  .contactPageBox .contactForm .contactList dd textarea {
    line-height: 1.6;
    height: 13.75rem;
    width: 100%;
  }
  .contactPageBox .contactForm .contactList.msgBox dd,
  .contactPageBox .contactForm .contactList.msgBox dt {
    height: 18.75rem;
  }
  .contactPageBox .contactForm .btnBox {
    padding: 2.5rem 0;
    border-top: 0.125rem solid #777;
  }
  .contactPageBox .contactForm .btnBox .btn {
    color: #fff;
    margin: 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .contactPageBox {
    padding: 20.8333333333vw 0 10.4166666667vw;
  }
  .contactPageBox .fukidashi {
    width: 21.875vw;
    left: -11.1979166667vw;
    top: -8.8541666667vw;
  }
  .contactPageBox .readTxt {
    font-size: 1rem;
    padding-bottom: 7.8125vw;
  }
  .contactPageBox .contactFormBox {
    margin: 7.8125vw 0 20.8333333333vw;
    border-radius: 2.0833333333vw;
  }
  .contactPageBox .contactForm .contactList dt,
  .contactPageBox .contactForm .contactList dd {
    height: 14.3229166667vw;
  }
  .contactPageBox .contactForm .contactList dt .inputBox,
  .contactPageBox .contactForm .contactList dd .inputBox {
    display: flex;
    align-items: center;
  }
  .contactPageBox .contactForm .contactList dt {
    padding: 0 3.90625vw;
    font-size: 1.1428571429rem;
  }
  .contactPageBox .contactForm .contactList dt.required::before {
    width: 7.8125vw;
    height: 5.2083333333vw;
    right: 5.2083333333vw;
    font-size: 2.6041666667vw;
    border-radius: 0.78125vw;
  }
  .contactPageBox .contactForm .contactList dd {
    padding: 0 2.6041666667vw;
  }
  .contactPageBox .contactForm .contactList dd input,
  .contactPageBox .contactForm .contactList dd textarea {
    font-size: 16px;
    padding: 3.2552083333vw 1.3020833333vw;
    border: 1px solid #333;
    border-radius: 0.78125vw;
  }
  .contactPageBox .contactForm .contactList dd input[type=radio] {
    margin: 0 1.953125vw 0 2.6041666667vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .contactPageBox .contactForm .contactList dd input[type=text],
  .contactPageBox .contactForm .contactList dd input[type=email],
  .contactPageBox .contactForm .contactList dd input[type=tel] {
    font-size: 16px;
    height: 10.4166666667vw;
    width: 100%;
  }
  .contactPageBox .contactForm .contactList dd textarea {
    line-height: 1.6;
    height: 26.0416666667vw;
    width: 100%;
  }
  .contactPageBox .contactForm .contactList.msgBox dd,
  .contactPageBox .contactForm .contactList.msgBox dt {
    height: 29.9479166667vw;
  }
  .contactPageBox .contactForm .btnBox {
    padding: 3.2552083333vw 0;
    margin: 2.6041666667vw 0 7.8125vw;
    flex-direction: column;
  }
  .contactPageBox .contactForm .btnBox .btn {
    color: #fff;
    margin: 0.625rem auto 2.0833333333vw;
  }
}

.btnBox {
  display: flex;
  align-items: center;
}
.btnBox.center {
  justify-content: center;
}
.btnBox .btn {
  width: 15rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background-color: #F9A635;
}

.sideLinkBox {
  z-index: 999;
  position: fixed;
  transition: 0.6s;
}
.sideLinkBox .sideItem a {
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .sideLinkBox {
    right: -100%;
    bottom: 3%;
    width: 5.625rem;
  }
  .sideLinkBox.active {
    right: 0;
  }
  .sideLinkBox .sideItem:first-child {
    margin-bottom: 1.875rem;
  }
  .sideLinkBox .sideItem a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .sideLinkBox {
    left: 0;
    bottom: -100%;
    display: flex;
  }
  .sideLinkBox.active {
    bottom: -0.6510416667vw;
  }
  .sideLinkBox .sideList {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 1.0416666667vw;
  }
  .sideLinkBox .sideItem:nth-child(1) {
    position: absolute;
    width: 11.4583333333vw;
    right: 0;
    top: -13.0208333333vw;
  }
  .sideLinkBox .sideItem:nth-child(n+2) {
    width: 50%;
  }
}

/*================================
	サイト共通設定
=================================*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  word-wrap: break-word;
  width: 100%;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
html {
  height: 100%;
}

body {
  color: #333;
}

/*================================
	PC 共通設定
=================================*/
@media print, screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 87.5%;
    max-width: 1200px;
    margin: auto;
  }
}
/*================================
	PC 相対値範囲設定
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 1vw;
  }
}
/*================================
	SP 共通設定
=================================*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.6458333333vw;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
  .pc {
    display: none;
  }
}
/*================================
	JS処理系
=================================*/
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.mvBox {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.mvBox::before, .mvBox::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
}
.mvBox::before {
  background-image: radial-gradient(rgba(0, 0, 0, 0.08) 2px, transparent 2px);
  background-size: 4px 4px;
  z-index: 1;
}

.mvBOx video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.txtBox.center {
  text-align: center;
}
.txtBox .title {
  position: relative;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
}
.txtBox .title .fukidashi {
  position: absolute;
}
.txtBox .sub {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .txtBox .title {
    font-size: 2.5rem;
  }
  .txtBox .sub {
    font-size: 1.75rem;
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .txtBox .title {
    font-size: 1.7142857143rem;
  }
  .txtBox .sub {
    font-size: 1.1428571429rem;
    padding-top: 2.6041666667vw;
  }
}

.txtGreen {
  color: #56B636;
}

.txtBlue {
  color: #2D4C9E;
}

.txtRed {
  color: red;
}

.nextBox .txtBox {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background-image: url(../../../img/common/next_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .nextBox {
    padding-top: 5rem;
  }
  .nextBox .txtBox {
    padding: 7.75rem 0;
    font-size: 2.75rem;
    background-size: contain;
  }
  .nextBox .txt {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .nextBox {
    padding-top: 10.4166666667vw;
  }
  .nextBox .txtBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 11.71875vw 0;
    font-size: 1.5714285714rem;
    background-size: cover;
  }
  .nextBox .txt {
    padding-bottom: 7.8125vw;
  }
}

.txtBorder {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.txtBorder::after {
  z-index: -1;
  position: absolute;
  content: "";
  height: 40%;
  width: 103%;
  background-color: yellow;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}

.mvBox {
  position: relative;
}
.mvBox .mvTxt {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mvBox video {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .mvBox .mvTxt {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .mvBox .mvTxt {
    width: 90%;
  }
  .mvBox video {
    height: 130.2083333333vw;
    background-color: #fff;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.topLinkBox {
  z-index: 2;
  position: relative;
  top: -0.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.topLinkBox .topLinkItem {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.topLinkBox .topLinkItem:nth-child(1) {
  background-color: #56B636;
}
.topLinkBox .topLinkItem:nth-child(2) {
  background-color: #2D4C9E;
}
@media print, screen and (min-width: 768px) {
  .topLinkBox .topLinkItem {
    height: 7.1875rem;
  }
  .topLinkBox .topLinkItem img {
    width: 50%;
  }
  .topLinkBox .topLinkItem:nth-child(2) {
    padding-top: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .topLinkBox .topLinkItem {
    margin-top: -0.5208333333vw;
    height: 13.0208333333vw;
  }
  .topLinkBox .topLinkItem img {
    width: 88%;
  }
  .topLinkBox .topLinkItem:nth-child(2) {
    padding-top: 1.0416666667vw;
  }
}

.problemBox .txtBox .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../../../img/top/person01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.problemBox .txtBox .title .fukidashi {
  left: 0;
}
.problemBox .checkBox {
  background-color: #fcfcfa;
}
.problemBox .checkBox figure {
  position: relative;
}
.problemBox .checkBox .checkList {
  flex: 1;
}
.problemBox .checkBox .checkList .checkcItem {
  position: relative;
  font-weight: 500;
}
.problemBox .checkBox .checkList .checkcItem::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../../img/top/check.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .problemBox .txtBox .title {
    margin-top: 5.375rem;
    margin-right: 8rem;
  }
  .problemBox .txtBox .title::after {
    right: -8.25rem;
    width: 8rem;
    height: 9.625rem;
  }
  .problemBox .txtBox .title .fukidashi {
    width: 11.25rem;
    top: -5.375rem;
  }
  .problemBox .checkBox {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
    padding: 2.8125rem 0;
  }
  .problemBox .checkBox figure {
    padding-left: 2.5rem;
    width: 22.5rem;
    top: 0;
  }
  .problemBox .checkBox .checkList {
    margin-left: 6rem;
  }
  .problemBox .checkBox .checkList .checkcItem {
    font-size: 1.625rem;
  }
  .problemBox .checkBox .checkList .checkcItem:nth-child(n+2) {
    margin-top: 3.125rem;
  }
  .problemBox .checkBox .checkList .checkcItem::before {
    left: -4rem;
    width: 3rem;
    height: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .problemBox .txtBox .title {
    margin-top: 20.8333333333vw;
    margin-right: 20.3125vw;
    text-align: justify;
  }
  .problemBox .txtBox .title::after {
    right: -20.3125vw;
    width: 16.6666666667vw;
    height: 20.0520833333vw;
  }
  .problemBox .txtBox .title .fukidashi {
    width: 23.4375vw;
    top: -11.1979166667vw;
  }
  .problemBox .checkBox {
    margin-top: 6.5104166667vw;
  }
  .problemBox .checkBox figure {
    width: 60%;
    margin: auto;
  }
  .problemBox .checkBox .checkList {
    margin-left: 12.5vw;
  }
  .problemBox .checkBox .checkList .checkcItem {
    margin-top: 6.5104166667vw;
    line-height: 1.6;
  }
  .problemBox .checkBox .checkList .checkcItem::before {
    left: -9.375vw;
    width: 6.25vw;
    height: 5.46875vw;
  }
}

.serviceBox {
  position: relative;
}
.serviceBox::after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #2D4C9E;
  border-radius: 100%;
  opacity: 0.1;
}
.serviceBox .txtImgBox:nth-child(n+2) .txt {
  position: relative;
  line-height: 1.6;
  margin: auto;
}
.serviceBox .txtImgBox:nth-child(n+2) .txt::after {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #2D4C9E;
  top: 0;
}
.serviceBox .txtImgBox .txtConts .flexConts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceBox .txtImgBox .txtConts .flexConts figure {
  z-index: 2;
  position: relative;
}
.serviceBox .txtImgBox .txtConts .flexConts .readTxt {
  line-height: 1.4;
  font-weight: 500;
}
.serviceBox .txtImgBox .txtConts .flexConts .readTxt .txtBlue {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .serviceBox {
    padding-top: 5rem;
  }
  .serviceBox::after {
    width: 60rem;
    height: 60rem;
  }
  .serviceBox .txtImgBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serviceBox .txtImgBox:nth-child(n+2) {
    margin-top: 2.8125rem;
  }
  .serviceBox .txtImgBox:nth-child(n+2) .txt {
    width: 39rem;
    font-size: 1.375rem;
    padding-top: 1.875rem;
  }
  .serviceBox .txtImgBox:nth-child(n+2) .txt::after {
    width: 124%;
    height: 0.25rem;
    left: -9%;
  }
  .serviceBox .txtImgBox .txtConts {
    flex: 1;
  }
  .serviceBox .txtImgBox .txtConts .flexConts figure {
    width: 6.875rem;
  }
  .serviceBox .txtImgBox .txtConts .flexConts .readTxt {
    font-size: 2.125rem;
    margin-left: 2.5rem;
  }
  .serviceBox .txtImgBox:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .serviceBox .txtImgBox:nth-child(odd) .txt::after {
    left: -6rem;
  }
  .serviceBox .txtImgBox:nth-child(odd) .txtConts .flexConts {
    flex-direction: row-reverse;
  }
  .serviceBox .txtImgBox:nth-child(odd) .txtConts .flexConts .readTxt {
    margin-left: 0;
    margin-right: 2.5rem;
  }
  .serviceBox .txtImgBox .serviceImg {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBox {
    padding-top: 10.4166666667vw;
    overflow: hidden;
  }
  .serviceBox::after {
    width: 125vw;
    height: 125vw;
  }
  .serviceBox .txtImgBox {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.90625vw;
  }
  .serviceBox .txtImgBox:nth-child(2) {
    margin-top: 6.5104166667vw;
  }
  .serviceBox .txtImgBox .txtConts {
    margin-top: -6.5104166667vw;
  }
  .serviceBox .txtImgBox .txtConts .flexConts figure {
    width: 23.4375vw;
  }
  .serviceBox .txtImgBox .txtConts .flexConts .readTxt {
    padding: 10.4166666667vw 1rem 0 0;
    font-size: 1.4285714286rem;
  }
  .serviceBox .txtImgBox .txt {
    padding-top: 2.6041666667vw;
  }
  .serviceBox .txtImgBox .txtConts .flexConts {
    flex-direction: row-reverse;
  }
  .serviceBox .txtImgBox .txtConts .flexConts .readTxt {
    margin-left: 0;
    margin-right: 5.2083333333vw;
  }
  .serviceBox .txtImgBox figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.caseBox {
  position: relative;
  background-color: #e6e6e6;
}
.caseBox .bottomTxt {
  line-height: 1.6 !important;
}
@media print, screen and (min-width: 768px) {
  .caseBox {
    padding: 5rem 0;
    margin-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .caseBox {
    padding: 20.8333333333vw 0;
    margin-top: 20.8333333333vw;
  }
}

.completeBox figure {
  position: relative;
}
.completeBox figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: #2D4C9E;
  text-align: center;
  font-weight: 500;
}
.completeBox .headTxt {
  font-weight: 600;
  line-height: 1.2;
}
.completeBox .txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .completeBox {
    padding-top: 5rem;
  }
  .completeBox .topImg {
    margin-top: 1.25rem;
  }
  .completeBox .compList {
    padding-top: 3.125rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .completeBox .compItem {
    width: 48%;
  }
  .completeBox .compItem:nth-child(n+3) {
    margin-top: 3.125rem;
  }
  .completeBox figcaption {
    width: 25rem;
    padding: 0.9375rem;
    font-size: 2rem;
  }
  .completeBox .headTxt {
    font-size: 1.625rem;
    padding-top: 1.25rem;
  }
  .completeBox .txt {
    padding-top: 0.9375rem;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .completeBox {
    padding-top: 10.4166666667vw;
  }
  .completeBox .topImg {
    margin-top: 3.90625vw;
  }
  .completeBox .compList {
    padding-top: 6.5104166667vw;
  }
  .completeBox .compItem:nth-child(n+2) {
    margin-top: 7.8125vw;
  }
  .completeBox figcaption {
    padding: 2.6041666667vw;
    width: 100%;
    font-size: 1.1428571429rem;
  }
  .completeBox .headTxt {
    font-size: 1.4285714286rem;
    padding-top: 3.90625vw;
  }
  .completeBox .txt {
    padding-top: 2.6041666667vw;
  }
}

.optionBox {
  text-align: center;
  color: #fff;
  background-color: #2D4C9E;
}
.optionBox .readTxt {
  font-weight: 600;
}
.optionBox.open .detailBtn::after {
  opacity: 0;
}
.optionBox .detailBtn {
  position: relative;
  background-color: #fff;
  color: #2D4C9E;
  font-weight: 600;
}
.optionBox .detailBtn::after {
  position: absolute;
  content: "";
  background-image: url(../../../img/top/gesture01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: 0.2s;
}
.optionBox .descBox {
  background-color: #fff;
  color: #333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: auto;
  height: 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: 0.2s;
}
.optionBox .descBox .headTxt {
  text-align: justify;
  padding: 0;
  color: #2D4C9E;
  font-weight: 600;
  line-height: 1.4;
}
.optionBox .descBox .txt {
  text-align: justify;
  line-height: 1.6;
}
.optionBox.open .descBox {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .optionBox {
    padding: 5rem 0;
  }
  .optionBox.open .descBox {
    padding: 2.5rem;
    margin: 1.25rem auto;
  }
  .optionBox .readTxt {
    font-size: 2.625rem;
  }
  .optionBox .txt {
    padding-top: 0.9375rem;
    font-size: 1.5rem;
  }
  .optionBox .detailBtn {
    z-index: 1;
    position: relative;
    cursor: pointer;
    margin-top: 2.5rem;
    width: 33.125rem;
    padding: 1.875rem 0;
    font-size: 1.75rem;
    border: 0.125rem solid #fff;
    border-radius: 0.5rem;
    transition: 0.2s;
  }
  .optionBox .detailBtn::after {
    width: 7.5rem;
    height: 7.5rem;
    right: -2.5rem;
    top: 0.9375rem;
  }
  .optionBox .detailBtn:hover {
    background-color: transparent;
    color: #fff;
  }
  .optionBox .descBox {
    width: 72%;
    border-radius: 0.5rem;
    padding: 0 2.5rem;
  }
  .optionBox .descBox .headTxt {
    font-size: 1.75rem;
  }
  .optionBox .descBox .txt {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .optionBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 18.2291666667vw 0 20.8333333333vw;
  }
  .optionBox.open .descBox {
    padding: 5.2083333333vw;
    margin: 5.2083333333vw auto;
  }
  .optionBox .readTxt {
    font-size: 1.7142857143rem;
    padding-bottom: 2.6041666667vw;
  }
  .optionBox .detailBtn {
    margin-top: 5.2083333333vw;
    padding: 1.5rem 0;
    width: 80%;
    font-size: 1.4285714286rem;
    border: 0.5208333333vw solid #fff;
    border-radius: 2.0833333333vw;
  }
  .optionBox .detailBtn::after {
    width: 28.6458333333vw;
    height: 28.6458333333vw;
    left: 60%;
    top: 7.1614583333vw;
    transform: translateX(-60%);
  }
  .optionBox .descBox {
    width: 90%;
    padding: 0 5.2083333333vw;
  }
  .optionBox .descBox .headTxt {
    text-align: center;
    font-size: 1.4285714286rem;
    padding-bottom: 2.6041666667vw;
  }
}

.priceBox table,
.priceBox td,
.priceBox th {
  border-collapse: collapse;
}
.priceBox td,
.priceBox th {
  background-color: #fff;
  text-align: center;
  line-height: 1.2;
}
.priceBox th {
  background: #56B636;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .priceBox {
    padding-top: 5rem;
  }
  .priceBox table {
    margin: 3.125rem auto 0;
  }
  .priceBox table,
  .priceBox td,
  .priceBox th {
    border: 0.125rem solid #F9A635;
    font-weight: 700;
  }
  .priceBox td,
  .priceBox th {
    padding: 0.5rem;
    width: 18.75rem;
    height: 5.625rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .priceBox {
    padding-top: 10.4166666667vw;
  }
  .priceBox table {
    width: 100vw;
    margin: 6.5104166667vw calc(50% - 50vw) 0;
  }
  .priceBox table,
  .priceBox td,
  .priceBox th {
    border: 0.390625vw solid #ddd;
  }
  .priceBox td,
  .priceBox th {
    font-size: 0.8571428571rem;
    padding: 2.6041666667vw 1.3020833333vw;
    font-weight: 500;
  }
}

.flowBox .stepItem {
  position: relative;
}
.flowBox .stepItem:nth-child(2)::before, .flowBox .stepItem:nth-child(2)::after, .flowBox .stepItem:nth-child(5)::before, .flowBox .stepItem:nth-child(5)::after {
  z-index: 2;
  position: absolute;
  content: "";
  background-image: url(../../../img/top/arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flowBox .stepItem .stepNum {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.flowBox .stepItem .txtImgBox figcaption {
  font-weight: 900;
  color: #2D4C9E;
  text-align: center;
}
.flowBox .stepItem .txtImgBox .txt {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .flowBox {
    padding-top: 7.5rem;
  }
  .flowBox .stepList {
    padding-top: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flowBox .stepItem {
    width: 31.8%;
  }
  .flowBox .stepItem:nth-child(n+4) {
    margin-top: 5rem;
  }
  .flowBox .stepItem:nth-child(2)::before, .flowBox .stepItem:nth-child(2)::after, .flowBox .stepItem:nth-child(5)::before, .flowBox .stepItem:nth-child(5)::after {
    top: 38%;
    transform: translateY(-38%);
    width: 3.5rem;
    height: 5.75rem;
  }
  .flowBox .stepItem:nth-child(2)::before, .flowBox .stepItem:nth-child(5)::before {
    left: -2.5rem;
  }
  .flowBox .stepItem:nth-child(2)::after, .flowBox .stepItem:nth-child(5)::after {
    right: -2.5rem;
  }
  .flowBox .stepItem .stepNum {
    width: 7.5rem;
    height: 7.5rem;
    top: -3.75rem;
  }
  .flowBox .stepItem .txtImgBox .borderWrap {
    padding: 4.25rem 1.25rem 1.25rem;
    border: 0.1875rem solid #333;
    border-radius: 0.75rem;
  }
  .flowBox .stepItem .txtImgBox figcaption {
    padding-bottom: 0.9375rem;
    font-size: 2rem;
  }
  .flowBox .stepItem .txtImgBox .txt {
    padding: 1.25rem 1.25rem;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .flowBox {
    padding-top: 20.8333333333vw;
  }
  .flowBox .stepList {
    padding-top: 13.0208333333vw;
  }
  .flowBox .stepItem:not(:last-child) {
    margin-bottom: 13.0208333333vw;
  }
  .flowBox .stepItem::before, .flowBox .stepItem::after {
    display: none;
  }
  .flowBox .stepItem .stepNum {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    top: -10.4166666667vw;
  }
  .flowBox .stepItem .txtImgBox .borderWrap {
    padding: 11.71875vw 2.6041666667vw 2.6041666667vw;
    border: 0.5208333333vw solid #333;
    border-radius: 2.0833333333vw;
  }
  .flowBox .stepItem .txtImgBox figcaption {
    padding-bottom: 3.90625vw;
    font-size: 1.4285714286rem;
  }
  .flowBox .stepItem .txtImgBox .txt {
    color: #2D4C9E;
    padding: 2.6041666667vw 3.90625vw;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .faqBox {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .faqBox {
    padding-top: 20.8333333333vw;
  }
}

.sideBtnWrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sideBtnWrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* 前への矢印 */
@media print, screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -5% !important;
  }
}

/* 次への矢印 */
@media print, screen and (min-width: 768px) {
  .swiper-button-next {
    right: -5% !important;
  }
}

.swiper-container {
  padding-top: 2.5rem;
  overflow: hidden;
  margin: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem {
  width: 100%;
  height: auto;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .topBox {
  display: flex;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .topBox .genre {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 1.25rem;
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #2D4C9E;
  color: #fff;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide .caseItem .topBox .genre {
    font-size: 1.2857142857rem;
  }
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .topBox .place {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .imgBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .imgBox::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 5rem;
  background-image: url(../../../img/top/arrow.png);
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #2D4C9E;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .imgBox figure {
  width: 48%;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox figure {
  width: 4.625rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox .rBox .flexTxtBox {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox .rBox .flexTxtBox:nth-child(n+2) {
  padding-top: 0.3125rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox .rBox .consult,
.swiper-container .swiper-wrapper .swiper-slide .caseItem .detailBox .rBox .floor {
  margin: 0 0.625rem;
  font-weight: 500;
  color: #fff;
  width: 7.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  background-color: #56B636;
  border-radius: 2.5rem;
}
.swiper-container .swiper-wrapper .swiper-slide .caseItem .bottomTxt {
  padding-top: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #2D4C9E;
  border-radius: 100%;
  width: 3rem !important;
  height: 3rem !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  margin-right: 0.25rem;
  border-bottom: 0.75rem solid transparent;
  border-right: 1rem solid #fff;
  border-top: 0.75rem solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  margin-left: 0.25rem;
  border-bottom: 0.75rem solid transparent;
  border-left: 1rem solid #fff;
  border-top: 0.75rem solid transparent;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.qa .block {
  display: flex;
  flex-direction: column;
}
.qa .item {
  display: inline-block;
}
.qa .head {
  position: relative;
  text-align: left;
  line-height: 1.4;
  background: #56B636;
  color: #fff;
  outline: none;
  width: 100%;
  font-weight: 600;
}
.qa .head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: transform 0.4s;
}
.qa .txtBody {
  position: relative;
  background-color: #fff;
  border: transparent;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.qa .txtBody.is-open {
  line-height: 1.6;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .qa {
    margin: 2.5rem 0;
  }
  .qa .block {
    min-width: 12.5rem;
  }
  .qa .item {
    display: inline-block;
  }
  .qa .item:not(:first-child) {
    margin-top: 0.375rem;
  }
  .qa .head {
    padding: 1.25rem 1.875rem 1.25rem 1.25rem;
    cursor: pointer;
    border: 0.25rem solid #56B636;
    font-size: 1.125rem;
  }
  .qa .head.is-open::after {
    transform: rotate(45deg) translateY(-0.625rem);
  }
  .qa .head::after {
    border-top: 0.1875rem solid #fff;
    border-left: 0.1875rem solid #fff;
    width: 0.625rem;
    height: 0.625rem;
    transform: rotate(-135deg) translateY(0.5625rem);
    right: 1.25rem;
  }
  .qa .txtBody {
    padding: 0 1.25rem;
    font-size: 1.125rem;
  }
  .qa .txtBody.is-open {
    padding: 1.25rem;
    border: 0.25rem solid #56B636;
  }
}
@media only screen and (max-width: 767px) {
  .qa {
    margin: 10.4166666667vw 0;
  }
  .qa .item {
    display: inline-block;
  }
  .qa .item:not(:first-child) {
    margin-top: 1.5625vw;
  }
  .qa .head {
    padding: 5.2083333333vw 10.4166666667vw 5.2083333333vw 5.2083333333vw;
    border: 0.5208333333vw solid #56B636;
    font-size: 1.1428571429rem;
  }
  .qa .head.is-open::after {
    transform: rotate(45deg) translateY(-2.6041666667vw);
  }
  .qa .head::after {
    border-top: 0.78125vw solid #fff;
    border-left: 0.78125vw solid #fff;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    transform: rotate(-135deg) translateY(2.34375vw);
    right: 5.2083333333vw;
  }
  .qa .txtBody {
    padding: 0 2.6041666667vw;
  }
  .qa .txtBody.is-open {
    padding: 2.6041666667vw;
    border: 0.5208333333vw solid #56B636;
  }
}

.privacyPolicy {
  padding: 80px 0 120px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}
.privacyPolicy h2 {
  color: #2D4C9E;
}

.privacyPolicyInner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.privacyPolicyTitle {
  margin: 0 0 50px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.privacyPolicyLead {
  margin: 0 0 60px;
}

.privacyPolicySection {
  margin-bottom: 50px;
}

.privacyPolicySection h2 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.privacyPolicySection p {
  margin: 0 0 20px;
}

.privacyPolicySection p:last-child {
  margin-bottom: 0;
}

.privacyPolicySection ul {
  margin: 0 0 20px;
  padding-left: 1.5em;
}

.privacyPolicySection li {
  margin-bottom: 5px;
}

.privacyPolicyCompany {
  margin: 30px 0 0;
  border-top: 1px solid #ddd;
}

.privacyPolicyCompanyItem {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.privacyPolicyCompanyItem dt {
  width: 180px;
  flex-shrink: 0;
  font-weight: 700;
}

.privacyPolicyCompanyItem dd {
  margin: 0;
}

.privacyPolicyCompanyItem a {
  color: inherit;
  text-decoration: underline;
}

.privacyPolicyDate {
  margin: 60px 0 0;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .privacyPolicy {
    padding: 50px 0 80px;
    font-size: 15px;
    line-height: 1.8;
  }
  .privacyPolicyTitle {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .privacyPolicyLead {
    margin-bottom: 45px;
  }
  .privacyPolicySection {
    margin-bottom: 40px;
  }
  .privacyPolicySection h2 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .privacyPolicyCompany {
    margin-top: 25px;
  }
  .privacyPolicyCompanyItem {
    display: block;
    padding: 14px 0;
  }
  .privacyPolicyCompanyItem dt {
    width: auto;
    margin-bottom: 5px;
  }
  .privacyPolicyDate {
    margin-top: 45px;
    font-size: 13px;
  }
}
/* ========================================
   Legal
======================================== */
.legalSection {
  padding: 100px 0;
}

.legalTable {
  width: 100%;
  border-top: 1px solid #ddd;
}

.legalTableRow {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #ddd;
}

.legalTableHead {
  padding: 25px 30px;
  background-color: #f1f4f8;
  font-weight: 700;
  line-height: 1.7;
}

.legalTableData {
  padding: 25px 30px;
  background-color: #fff;
  line-height: 1.8;
}

.legalTableNote {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 767px) {
  .legalSection {
    padding: 60px 0;
  }
  .legalTableRow {
    display: block;
  }
  .legalTableHead {
    padding: 10px 15px;
    font-size: 14px;
  }
  .legalTableData {
    padding: 18px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .legalTableNote {
    font-size: 12px;
  }
}
/* ========================================
   Company
======================================== */
.pageTitleSection {
  padding: 70px 0;
  background-color: #2d4c9e;
  color: #fff;
  text-align: center;
}

.pageTitleEn {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pageTitle {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.companySection {
  padding: 100px 0;
}

.companyTable {
  width: 100%;
  border-top: 1px solid #ddd;
}

.companyTableRow {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid #ddd;
}

.companyTableHead {
  padding: 25px 30px;
  background-color: #f1f4f8;
  font-weight: 700;
}

.companyTableData {
  padding: 25px 30px;
  background-color: #fff;
}

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 767px) {
  .pageTitleSection {
    padding: 45px 0;
  }
  .pageTitleEn {
    font-size: 11px;
  }
  .pageTitle {
    font-size: 26px;
  }
  .companySection {
    padding: 60px 0;
  }
  .companyTableRow {
    display: block;
  }
  .companyTableHead {
    padding: 10px 15px;
    font-size: 14px;
  }
  .companyTableData {
    padding: 18px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.certification {
  padding-top: 3.75rem;
}

.costList {
  padding: 0.75rem 1.5rem;
  margin: 0.625rem 0 0;
  background-color: rgba(249, 166, 53, 0.1);
  border-radius: 0.5rem;
}
.costList .costItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.9375rem 0;
  border-bottom: 1px solid #999;
  padding-bottom: 0.25rem;
}
.costList .costItem .headTxt {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2D4C9E;
}
.costList .costItem .cost {
  font-weight: 600;
  font-size: 1.5rem;
}
.costList .costItem .cost.orange {
  font-weight: 900;
  color: #56B636;
}