@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --mainColor: #0050d0;
  --subColor: #ffcc00;
}

.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

.subColor {
  color: var(--subColor);
}

.bgSubColor {
  background-color: var(--subColor);
}

.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-bold-all {
  font-weight: 700;
}
.f-bold-all * {
  font-weight: 700;
}

.f-med {
  font-weight: 500 !important;
}
.f-med-imp {
  font-weight: 500 !important;
}

.f-med-all {
  font-weight: 500 !important;
}
.f-med-all * {
  font-weight: 500 !important;
}

.f-regular {
  font-weight: 400;
}

/*-------------------------------------------> breakpoint */
/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
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,
sub,
sup,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.notOp:hover {
  opacity: 1;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: inherit;
}

.lh_xxl2 {
  line-height: 3;
}
.lh_xxl2 * {
  line-height: 3;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2.2;
}
.lh_xl * {
  line-height: 2.2;
}

.lh_xl2 {
  line-height: 2;
}
.lh_xl2 * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_m2 {
  line-height: 1.7;
}
.lh_m2 * {
  line-height: 1.7;
}

.lh_m3 {
  line-height: 1.3;
}
.lh_m3 * {
  line-height: 1.3;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_s2 {
  line-height: 1;
}
.lh_s2 * {
  line-height: 1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

@media screen and (max-width: 750px) {
  .lh_lSp {
    line-height: 1.8;
  }
}
.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_l2 {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.bold {
  font-weight: 500 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}
.white-all * {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media screen and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL15 {
  font-size: 80px;
}
@media screen and (max-width: 959px) {
  .fsL15 {
    font-size: 55px;
  }
}
@media screen and (max-width: 750px) {
  .fsL15 {
    font-size: 48px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media screen and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media screen and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL35 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL35 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL35 {
    font-size: 7.1794871795vw;
  }
}

.fsL38 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL38 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL38 {
    font-size: 7.1794871795vw;
  }
}

.fsL4 {
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsL5 {
  font-size: 40px;
}
@media screen and (max-width: 959px) {
  .fsL5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .fsL5 {
    font-size: 22px;
  }
}

.fsM {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .fsM {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .fsM {
    font-size: 6.1538461538vw;
  }
}

.fsM15 {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM15 {
    font-size: 6.1538461538vw;
  }
}

.fsM2 {
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM2 {
    font-size: 7.1794871795vw;
  }
}

.fsM3 {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fsM3 {
    font-size: 4.358974359vw;
  }
}

.fsM35 {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM32 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fsM32 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .fsM32 {
    font-size: 16px;
  }
}

.fsM38 {
  font-size: 19px;
}
@media screen and (max-width: 959px) {
  .fsM38 {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .fsM38 {
    font-size: 17px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .fsM4 {
    font-size: 4.1025641026vw;
  }
}

.fsM5 {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsM6 {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .fsM6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .fsM6 {
    font-size: 13px;
  }
}

.fsS {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .fsS {
    font-size: 3.0769230769vw;
  }
}

.fsS2 {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .fsS2 {
    font-size: 2.8205128205vw;
  }
}

.fsS3 {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .fsS3 {
    font-size: 2.5641025641vw;
  }
}

@media screen and (max-width: 750px) {
  .fsSpM {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .fsSpS {
    font-size: 12px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

.em1-2 {
  font-size: 1.2em;
}

.em1-4 {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

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

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}
.text-center-all * {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .text-center-sp {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .text-right-sp {
    text-align: right;
  }
}

@media screen and (max-width: 750px) {
  .text-left-sp {
    text-align: left;
  }
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

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

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

@media screen and (max-width: 750px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justEnd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alignStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alignEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

.cg1em {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .justCenterSp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cnt {
    max-width: 100%;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}
.cnt.pd0 {
  padding-left: 0;
  padding-right: 0;
}

.w100 {
  width: 100%;
}

.cntMin {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.cntXS {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cntS {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1740px;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

.cntWide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSizeS: clamp(40px, 10vw, 80px);
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(120px, 20vw, 180px);
}

.paddingS {
  padding-top: clamp(35px, 10vw, 80px);
  padding-bottom: clamp(35px, 10vw, 80px);
}

.padding {
  padding-top: clamp(50px, 10vw, 80px);
  padding-bottom: clamp(50px, 10vw, 80px);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.pb0 {
  padding-bottom: 0;
}

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

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

@media screen and (max-width: 750px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
  .prSp0 {
    padding-right: 0;
  }
  .pSp0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

.ml0 {
  margin-left: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.none {
  display: none;
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bgFixed {
  background-attachment: fixed;
}
@media screen and (max-width: 750px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
/*角丸*/
.radiusS {
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .radiusS {
    border-radius: 6px;
  }
}

.radiusM {
  border-radius: 16px;
}
@media screen and (max-width: 750px) {
  .radiusM {
    border-radius: 10px;
  }
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

/*影*/
.shadowS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media screen and (max-width: 750px) {
  .shadowS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media screen and (max-width: 750px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 750px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media screen and (max-width: 750px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media screen and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
  padding: 0;
  padding-top: 1em;
}

.btnTxt {
  font-size: 10px;
  margin-top: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0.06em;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 15px;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 6.1538461538vw;
    height: 6.9230769231vw;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .menu-trigger span {
    height: 0.7692307692vw;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 2.3076923077vw;
  }
}
.menu-trigger .text {
  position: absolute;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--mainColor);
}
@media screen and (max-width: 1099px) {
  .menu-trigger .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .menu-trigger .text {
    font-size: 2.0512820513vw;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-2.1vw) rotate(45deg);
    transform: translateY(-2.1vw) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: var(--mainColor);
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}
.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid var(--mainColor);
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

.contactForm textarea {
  width: 100%;
  min-height: 14rem !important;
}

.contactForm input[type=checkbox] {
  width: auto;
}

.contactTelIcon {
  margin-right: 0.4em;
}

.mw_wp_form button {
  max-width: 100%;
  width: 300px;
  height: 68px;
  font-weight: 700;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .mw_wp_form button {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .mw_wp_form button {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .mw_wp_form button {
    height: 60px;
  }
}
.mw_wp_form button.cmnbtn::before {
  background-image: url(../img/ic_arrow-right-blue.svg);
}
.mw_wp_form button:hover {
  opacity: 0.7;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform * {
  font-family: "Noto Sans JP", sans-serif;
}
.cform tr {
  border-bottom: solid 1px #bad1ff;
}
.cform th {
  font-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.cform th .title {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}
.cform th .required-srt {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: transparent;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
    font-size: 10px;
  }
}
.cform td {
  font-size: 15px;
  line-height: 150%;
  padding: 3% 0;
  font-weight: 700;
}
.cform td .error {
  font-size: 14px;
}
.cform td input::-webkit-input-placeholder, .cform td textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
.cform td input::-moz-placeholder, .cform td textarea::-moz-placeholder {
  color: #b7b7b7;
}
.cform td input:-ms-input-placeholder, .cform td textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
.cform td input::-ms-input-placeholder, .cform td textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #b7b7b7;
}
.cform td span label span {
  font-size: 15px;
}
.cform .mwform-radio-field-text {
  color: #1d62ea;
}
@media screen and (max-width: 750px) {
  .cform td,
  .cform th {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
  }
  .cform td {
    padding: 5px 0 15px;
  }
  .cform th {
    padding-bottom: 10px;
  }
  .cform th .required-srt {
    padding: 0.1em 0.4em;
  }
}

.cform [type=submit] {
  background: url(../img/btn-submit.png) no-repeat center/contain;
  width: 742px;
  aspect-ratio: 742/180;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
}
.cform [type=submit]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .cform [type=submit] {
    width: 92.3076923077vw;
    background-image: url(../img/btn-submit--sp.png);
    aspect-ratio: 361/114;
  }
}

.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url],
.cform input[type=tel],
.cform input[type=number] {
  width: 100%;
  min-height: 60px;
  font-size: 14px;
  padding: 0.5em 1em;
  background-color: #fff;
  line-height: 1.5;
  border: 1px solid transparent;
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform select,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url],
  .cform input[type=tel],
  .cform input[type=number] {
    padding: 2rem;
    min-height: 15.3846153846vw;
    font-size: 3.8461538462vw;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 0;
  }
}
.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 0;
}
@media screen and (max-width: 750px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

.contactAlertTitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

.button,
.submit-btn input,
.submit-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  padding: 0.7em 4em 0.7em 2em;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 20px;
  border: 1px solid var(--mainColor);
}
.button:before, .button:after,
.submit-btn input:before,
.submit-btn input:after,
.submit-btn a:before,
.submit-btn a:after {
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.button:before,
.submit-btn input:before,
.submit-btn a:before {
  border-bottom: solid 20px var(--mainColor);
  border-right: solid 20px transparent;
  bottom: 100%;
}
.button:after,
.submit-btn input:after,
.submit-btn a:after {
  border-top: solid 20px var(--mainColor);
  border-left: solid 20px transparent;
  top: 100%;
}
.button:hover,
.submit-btn input:hover,
.submit-btn a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sendBtnWrap {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.mw_wp_form button.sendBtn {
  font-size: 16px !important;
  height: 100%;
  padding: 1.5rem 10rem;
  width: auto;
  border-radius: 10px;
}

.submit-btn {
  text-align: center;
  margin-top: 5%;
}
.submit-btn input,
.submit-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

.contactHr {
  margin: 7% 0;
}
@media screen and (max-width: 750px) {
  .contactHr {
    margin: 12% 0;
  }
}

/*下層ページ共通------------------------------------*/
.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.entry * {
  color: inherit;
}
.entry figcaption {
  font-size: 14px;
  color: gray;
}
@media screen and (max-width: 750px) {
  .entry figcaption {
    font-size: 3.0769230769vw;
  }
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .entry blockquote p {
    font-size: 3.5897435897vw;
  }
}
.entry strong {
  font-style: normal;
  font-weight: bold;
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .entry p {
    font-size: 3.5897435897vw;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2:not(.simple h3) {
  font-size: 21px;
  margin: 8% auto 3%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .entry h2:not(.simple h3) {
    font-size: 4.6153846154vw;
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3) {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 18px;
  margin: 4% auto 3%;
  color: var(--mainColor);
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h3:not(.simple h3) {
    font-size: 4.1025641026vw;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--mainColor);
}
.entry h4:not(.simple h3) {
  margin: 3% auto 3%;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 0.4em;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h4:not(.simple h3) {
    font-size: 3.5897435897vw;
    margin: 15% auto 8%;
  }
}
.entry table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 2rem 3rem;
}
@media screen and (max-width: 750px) {
  .entry table th,
  .entry table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.entry table tr {
  border-bottom: 1px solid #dad8de;
}
@media screen and (max-width: 750px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid #dad8de;
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .entry h5 {
    margin-bottom: 1em;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
[data-fade] {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
[data-fade].run {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  background-color: #f4f5f7;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.8461538462vw;
    letter-spacing: 0.1em;
  }
}
body.page-diagnosis {
  background-color: #fff;
}

.underline {
  text-decoration: underline;
}

.linkTarget {
  margin-top: -50px;
  padding-top: 50px;
}

.widthFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mlrA {
  margin-left: auto;
  margin-right: auto;
}

.bgTransBlack {
  background-color: rgba(0, 0, 0, 0.3);
}

.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.externalLink:hover {
  color: var(--mainColor);
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 750px) {
  .verticalPc {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  contain: paint;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 12.8205128205vw;
  }
}

:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

.jost {
  font-family: "Jost", sans-serif;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  height: 70px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  header {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  header {
    height: 12.8205128205vw;
    padding-left: 2.5641025641vw;
  }
}

.headerLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .headerLogoWrap .logo {
    width: 9.7435897436vw;
  }
}
.headerLogoWrap p {
  font-size: 11px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .headerLogoWrap p {
    font-size: 2.0512820513vw;
  }
}

.headNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 1099px) {
  .headNav {
    display: none;
  }
}
.headNav > li > a {
  display: block;
  padding: 0 1em;
  font-size: 17px;
  color: var(--mainColor);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .headNav > li > a {
    font-size: 16px;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 959px) {
  .headNav > li > a {
    padding-inline: 0.5em;
  }
}
.headNav > li.req a {
  position: relative;
  padding-inline: 3em;
}
@media screen and (max-width: 1200px) {
  .headNav > li.req a {
    padding-inline: 1.5em;
  }
}
.headNav > li.req a::before {
  content: "";
  display: block;
  position: absolute;
  width: 88%;
  height: 100%;
  background-color: var(--subColor);
  z-index: -1;
  -webkit-transform: skew(-22deg);
  transform: skew(-22deg);
}
.headNav > li.shindan {
  margin-right: -30px;
  margin-left: -20px;
}
.headNav > li.shindan a {
  padding: 0;
}
.headNav > li.shindan img {
  height: 70px;
}

.headSp {
  display: none;
}
@media screen and (max-width: 1099px) {
  .headSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.headSp .--shindan {
  margin-left: auto;
  margin-right: 0;
}
.headSp .shindan {
  display: block;
  width: 190px;
}
@media screen and (max-width: 750px) {
  .headSp .shindan {
    width: 32.8205128205vw;
  }
}

.headerBtnWrap {
  display: none;
}
@media screen and (max-width: 1099px) {
  .headerBtnWrap {
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-left: 2.0512820513vw;
    background-color: #fdf7e2;
  }
}
@media screen and (max-width: 750px) {
  .headerBtnWrap {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li a {
  color: var(--mainColor);
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500 !important;
  padding-block: 15px;
}
@media screen and (max-width: 750px) {
  .overRayMenuUl > li a {
    padding-block: 2.5641025641vw;
  }
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}

.spmenuBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(51, 51, 51, 0.9);
  width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    width: 100%;
    padding: 28.2051282051vw 15.3846153846vw;
  }
}
.spmenuBlock a {
  color: #fff;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .spmenuBlock a {
    font-size: 4.1025641026vw;
  }
}
.spmenuBlock .global-nav > ul > li {
  border-bottom: solid 1px #fff;
}
.spmenuBlock .global-nav > ul > li > a {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.spmenuBlock .global-nav > ul .parent {
  position: relative;
}
.spmenuBlock .global-nav > ul .parent > a {
  position: relative;
}
.spmenuBlock .global-nav > ul .parent .plus {
  position: absolute;
  right: 0;
  top: 2vw;
  width: 7.6923076923vw;
  aspect-ratio: 1/1;
}
.spmenuBlock .global-nav > ul .parent .plus::before, .spmenuBlock .global-nav > ul .parent .plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 0.2564102564vw;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spmenuBlock .global-nav > ul .parent .plus::before {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.spmenuBlock .global-nav > ul .parent .plus::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 1.5vw;
}
.spmenuBlock .global-nav > ul .parent .plus.open::after {
  opacity: 0;
}
.spmenuBlock .global-nav > ul .child {
  padding-left: 1em;
  display: none;
}
.spmenuBlock .global-nav > ul .child li a {
  font-size: 3.5897435897vw;
  padding-bottom: 0.5em;
}
.spmenuBlock .global-nav a {
  display: block;
}
.spmenuBlock .headContact {
  background-color: #fff;
  padding: 0.5em 2em;
  border-radius: 100vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-top: 1em;
}

.spmenuBoxInner {
  width: 100%;
}

/*==================================================
 * フッター
 *================================================*/
.footEntry {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
  clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
  background: -webkit-linear-gradient(260deg, rgb(255, 228, 155) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(190deg, rgb(255, 228, 155) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 750px) {
  .footEntry {
    -webkit-clip-path: polygon(0 12.8205128205vw, 100% 0, 100% calc(100% - 12.8205128205vw), 0 100%);
    clip-path: polygon(0 12.8205128205vw, 100% 0, 100% calc(100% - 12.8205128205vw), 0 100%);
  }
}
.footEntry::before {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(260deg, rgb(255, 228, 155) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(190deg, rgb(255, 228, 155) 0%, rgb(255, 255, 255) 100%);
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.footEntry.--nobg {
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
  background: unset !important;
}
.footEntry > * {
  position: relative;
  z-index: 1;
}
.footEntry .mask-wrap {
  margin-left: auto;
  margin-right: auto;
}
.footEntry .cmnttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}
@media screen and (max-width: 750px) {
  .footEntry .cmnttl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footEntry .cmnttl .en {
  color: #000000;
}
.footEntry .btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.1282051282vw;
  }
}
.footEntry .btnwrap a {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footEntry .btnwrap a {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap a {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap a {
    font-size: 6.1538461538vw;
    height: 25.641025641vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 1em;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10.2564102564vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10.2564102564vw) 100%, 0 100%);
  }
}
.footEntry .btnwrap a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-35deg) translateX(-50%);
  transform: skewX(-35deg) translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap a::before {
    -webkit-transform: unset;
    transform: unset;
    left: 0;
  }
}
.footEntry .btnwrap a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap a::after {
    font-size: 5.641025641vw;
    right: 2em;
  }
}
.footEntry .btnwrap .btn1 {
  max-width: 320px;
  width: 100%;
  color: var(--mainColor);
}
.footEntry .btnwrap .btn1::before {
  background-color: var(--subColor);
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap .btn1 {
    max-width: 100%;
  }
}
.footEntry .btnwrap .btn2 {
  max-width: 610px;
  width: 100%;
  color: #fff;
}
.footEntry .btnwrap .btn2::before {
  background: -webkit-linear-gradient(309deg, rgb(196, 235, 157) 0%, rgb(0, 80, 208) 35%);
  background: linear-gradient(141deg, rgb(196, 235, 157) 0%, rgb(0, 80, 208) 35%);
}
@media screen and (max-width: 750px) {
  .footEntry .btnwrap .btn2 {
    max-width: 100%;
  }
}
.footEntry.--top {
  margin-top: -10%;
}
@media screen and (max-width: 1099px) {
  .footEntry.--top {
    margin-top: -15%;
  }
}

.otherpage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media screen and (max-width: 750px) {
  .otherpage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2820512821vw;
  }
}
.otherpage-wrap > * {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 750px) {
  .otherpage-wrap > * {
    width: calc(100% + 7.6923076923vw);
    margin-left: -3.8461538462vw;
  }
}
.otherpage-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .otherpage-wrap a {
    aspect-ratio: 390/240;
  }
}
.otherpage-wrap a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.otherpage-wrap a .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.otherpage-wrap a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.otherpage-wrap a .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .otherpage-wrap a .text {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .otherpage-wrap a .text {
    font-size: 28px;
  }
}
.otherpage-wrap a .text span {
  font-size: 0.4em;
}
.otherpage-wrap a:hover {
  opacity: 1;
}
.otherpage-wrap a:hover .img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

footer {
  padding-block: 30px;
  border-top: solid 2px #0050d0;
}
@media screen and (max-width: 750px) {
  footer {
    padding-block: 10.2564102564vw;
  }
  footer .cnt {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-logo {
    display: block;
    width: 76.4102564103vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.1794871795vw;
  }
}
footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media screen and (max-width: 750px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  footer .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-shindan {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  footer .footer-shindan {
    width: 89.7435897436vw;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer-nav a {
  color: var(--mainColor);
}
footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  row-gap: 1em;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  footer .footer-nav ul {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-nav ul li {
    width: 50%;
    height: 17.9487179487vw;
    display: block;
    border-top: solid 1px var(--mainColor);
  }
  footer .footer-nav ul li:last-of-type, footer .footer-nav ul li:nth-of-type(5) {
    border-bottom: solid 1px var(--mainColor);
  }
  footer .footer-nav ul li:nth-of-type(odd) {
    border-right: solid 1px var(--mainColor);
  }
}
footer .footer-nav ul a {
  font-size: 18px;
  border-left: solid 1px var(--mainColor);
  padding-left: 0.6em;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 959px) {
  footer .footer-nav ul a {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-nav ul a {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-nav ul a {
    line-height: 1.5;
    text-align: center;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.policy-link {
  font-size: 14px;
  color: var(--mainColor);
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .policy-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .policy-link {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 750px) {
  .policy-link {
    font-size: 3.0769230769vw;
    text-decoration: underline;
    display: block;
    margin-top: 3.8461538462vw;
  }
}

.copyright {
  background-color: var(--mainColor);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 1em 1em 3em;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .copyright {
    font-size: 3.0769230769vw;
    padding: 1em;
  }
}

.copy {
  background-color: #333;
  padding: 1em;
  border-top: solid 1px #ffffff;
}
@media screen and (max-width: 750px) {
  .copy {
    font-size: 2.0512820513vw;
  }
}

.noitalic {
  font-style: normal;
}

/*==================================================
 * トップページ
 *================================================*/
main.top {
  background-color: #fff;
}

.fv {
  position: relative;
}

.fvTxt {
  position: absolute;
  width: 61.667%;
  z-index: 1;
  left: 5%;
  bottom: 12%;
  color: var(--mainColor);
  font-size: clamp(
    36px,
    8.308px + 3.692vw,
    60px
  );
}
@media screen and (min-width: 1281px) {
  .fvTxt {
    bottom: 18%;
  }
}
@media screen and (max-width: 750px) {
  .fvTxt {
    left: 2.5%;
    bottom: 5%;
    font-size: 7.6923076923vw;
  }
}
.fvTxt .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0em;
}
.fvTxt span.l, .fvTxt span.l2 {
  display: block;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  font-weight: 900;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  white-space: nowrap;
}
.fvTxt span.l::before, .fvTxt span.l2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}
.fvTxt span.l {
  font-size: 2em;
}
.fvTxt span.l2 {
  color: #fff;
}
.fvTxt span.l2::before {
  background-color: var(--mainColor);
}

.fvImg {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 750px) {
  .fvImg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20.5128205128vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20.5128205128vw), 0 100%);
  }
}
.fvImg img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 2s;
  transition: 2s;
}
.fvImg.run img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 750px) {
  #topInfo .paddingS {
    padding-bottom: 0;
    padding-top: 5%;
  }
}

.topInfoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .topInfoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topfloat {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
@media screen and (max-width: 1099px) {
  .topfloat {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  .topfloat {
    width: 47.4358974359vw;
    right: 2.5641025641vw;
    top: 50vw;
    z-index: 2;
  }
}
.topfloat .batsu {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/ic-batsu.png) no-repeat center/contain;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .topfloat .batsu {
    width: 3.0769230769vw;
    background-image: url(../img/ic-batsu--sp.png);
  }
}
.topfloat .batsu:hover {
  opacity: 0.6;
}

.topInfoLeft {
  position: relative;
  padding-top: 7%;
}
@media screen and (max-width: 750px) {
  .topInfoLeft {
    width: 100%;
    position: relative;
    padding-bottom: 15%;
    padding-top: 0;
  }
  .topInfoLeft::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 177%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 20.5128205128vw, 100% 0, 100% calc(100% - 20.5128205128vw), 0 100%);
    clip-path: polygon(0 20.5128205128vw, 100% 0, 100% calc(100% - 20.5128205128vw), 0 100%);
    background-color: var(--mainColor);
  }
}
.topInfoLeft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media screen and (max-width: 750px) {
  .topInfoLeft ul {
    -webkit-transform: unset;
    transform: unset;
  }
}
.topInfoLeft li {
  font-size: clamp(
    20px,
    -3.077px + 3.077vw,
    40px
  );
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  padding-right: 1.5em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .topInfoLeft li {
    font-size: 5.1282051282vw;
  }
}
.topInfoLeft li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--mainColor);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  .topInfoLeft li::before {
    display: none;
  }
}
.topInfoLeft li:first-of-type {
  color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .topInfoLeft li:first-of-type {
    font-size: 7.1794871795vw;
    color: var(--subColor);
  }
}
.topInfoLeft li:first-of-type::before {
  background-color: var(--subColor);
}
@media screen and (max-width: 750px) {
  .topInfoLeft li:last-of-type {
    margin-top: -0.5em;
  }
}
.topInfoLeft .ic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
}
@media screen and (max-width: 750px) {
  .topInfoLeft .ic {
    display: none;
  }
}

.topInfoNumber {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .topInfoNumber {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  [data-aos-delay] {
    -webkit-animation-delay: unset !important;
    animation-delay: unset !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
  }
}
.topInfoNumberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 750px) {
  .topInfoNumberList {
    -webkit-column-gap: 2.5641025641vw;
    -moz-column-gap: 2.5641025641vw;
    column-gap: 2.5641025641vw;
    row-gap: 2.5641025641vw;
  }
}
.topInfoNumberList > * {
  width: calc(33.3333333333% - 6.6666666667px);
  text-align: center;
  background-color: #ebf5f7;
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.6em 0 0;
}
@media screen and (max-width: 750px) {
  .topInfoNumberList > * {
    width: calc(50% - 1.2820512821vw);
  }
}
.topInfoNumberList > *:nth-of-type(even) {
  background-color: #fdf7e2;
}
.topInfoNumberList > * > *:not(.bg) {
  position: relative;
  z-index: 1;
}
.topInfoNumberList .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.topInfoNumberList .bg span {
  display: block;
}
.topInfoNumberList .ttl {
  font-size: 28px;
  font-size: clamp(
    20px,
    14.231px + 0.769vw,
    25px
  );
  font-weight: 700;
  line-height: 1.2;
  color: var(--mainColor);
}
@media screen and (max-width: 959px) {
  .topInfoNumberList .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .ttl {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .ttl {
    font-size: 4.6153846154vw;
  }
}
.topInfoNumberList .ttl span {
  display: block;
  font-size: 0.6em;
}
.topInfoNumberList .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0.5em;
  font-size: clamp(
    70px,
    23.846px + 6.154vw,
    110px
  );
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .num {
    font-size: 17.9487179487vw;
  }
}
.topInfoNumberList .num .count,
.topInfoNumberList .num .count-not {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.topInfoNumberList .num .count *,
.topInfoNumberList .num .count-not * {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .num .count,
  .topInfoNumberList .num .count-not {
    -webkit-animation-delay: unset !important;
    animation-delay: unset !important;
  }
  .topInfoNumberList .num .count [data-aos-delay],
  .topInfoNumberList .num .count-not [data-aos-delay] {
    -webkit-animation-delay: unset !important;
    animation-delay: unset !important;
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
  }
}
.topInfoNumberList .num .unit {
  font-size: 28px;
  color: var(--mainColor);
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .topInfoNumberList .num .unit {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .num .unit {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .topInfoNumberList .num .unit {
    font-size: 3.5897435897vw;
  }
}
.topInfoNumberList > *:nth-of-type(even) .ttl {
  color: #c7700a;
}
.topInfoNumberList > *:nth-of-type(even) .unit {
  color: #c7700a;
}

#topAbout {
  background: url(../img/bg-topAbout.jpg) no-repeat center top/100% auto;
}
@media screen and (max-width: 750px) {
  #topAbout {
    background-image: url(../img/bg-topAbout--sp.jpg);
    padding-top: 40%;
  }
}
#topAbout .ttl {
  font-size: clamp(
    70px,
    -22.308px + 12.308vw,
    150px
  );
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #topAbout .ttl {
    font-size: 19.4871794872vw;
  }
}

.topAboutWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 750px) {
  .topAboutWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topAboutWrap > * {
  display: block;
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 750px) {
  .topAboutWrap > * {
    width: 84.6153846154vw;
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap > *:first-of-type {
    margin-left: auto;
  }
}
.topAboutWrap > *:last-of-type {
  margin-top: 105px;
}
@media screen and (max-width: 750px) {
  .topAboutWrap > *:last-of-type {
    margin-top: 8.9743589744vw;
  }
}
.topAboutWrap .topAboutTtl {
  position: relative;
  margin-top: 0.2em;
  margin-left: 1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .topAboutWrap .topAboutTtl {
    font-size: 5.3846153846vw;
  }
}
.topAboutWrap .topAboutTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2.5em;
  background-color: #ffcc00;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .topAboutWrap .topAboutTtl::before {
    width: 1.0256410256vw;
  }
}
.topAboutWrap .ic {
  position: absolute;
  width: 34.603%;
  left: 1em;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 750px) {
  .topAboutWrap .ic {
    display: none;
  }
}

#topInt {
  position: relative;
}
#topInt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #f4f5f7;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #topInt::before {
    height: 100%;
    -webkit-clip-path: polygon(0 15.3846153846vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15.3846153846vw, 100% 0, 100% 100%, 0 100%);
  }
}
#topInt .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
}
@media screen and (max-width: 750px) {
  #topInt .ic {
    top: unset;
    bottom: 0;
    width: 37.4358974359vw;
  }
}
#topInt .mask-wrap {
  margin-left: auto;
}
#topInt + #int-bnrs {
  background-color: #f4f5f7;
}
@media screen and (max-width: 750px) {
  #topInt .cmnttl .en {
    font-size: 20vw;
  }
}

.topIntTtl {
  font-weight: 700;
  font-size: 40px;
  position: relative;
  padding-inline: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .topIntTtl {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .topIntTtl {
    font-size: 22px;
  }
}
.topIntTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4em;
  background-color: var(--subColor);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.topReason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .topReason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .topReason > * {
    width: 51.2820512821vw;
    margin-inline: auto;
  }
}
.topReason > *:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .topReason > *:nth-of-type(2) {
    margin-top: auto;
  }
}
.topReason > *:last-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .topReason > *:last-of-type {
    margin-top: auto;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
@-webkit-keyframes text-mask {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes text-mask {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.mask-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mask-wrap .mask {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.mask-wrap.run .mask {
  -webkit-animation: text-mask 0.6s linear forwards;
  animation: text-mask 0.6s linear forwards;
}
@media screen and (max-width: 750px) {
  .mask-wrap.run .mask {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
  }
}

.page-mv {
  background-color: var(--mainColor);
  padding: 0.4em 40px;
}
@media screen and (max-width: 750px) {
  .page-mv {
    padding-left: 3.8461538462vw;
  }
}
.page-mv .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-mv * {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}
.page-mv-ttl {
  font-size: 83px;
  color: var(--subColor);
  line-height: 0.9;
  padding-left: 0.3em;
}
@media screen and (max-width: 750px) {
  .page-mv-ttl {
    font-size: 8.2051282051vw;
  }
}
.page-mv-sub {
  color: #fff;
  font-weight: 700;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .page-mv-sub {
    font-size: 2.5641025641vw;
  }
}

.cmnttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .cmnttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cmnttl.--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cmnttl * {
  color: var(--mainColor);
}
.cmnttl .en {
  font-size: 123px;
  line-height: 1;
  padding-left: 0.1em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .cmnttl .en {
    font-size: 25.641025641vw;
    padding-left: 0;
    line-height: 0.8;
  }
}
.cmnttl .en.--black {
  color: #000000;
}
.cmnttl .ja {
  font-size: 30px;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .cmnttl .ja {
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl.--spMin .en {
    font-size: 20.5128205128vw;
  }
}

/*==================================================
 * about
 *================================================*/
.about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .about-image {
    row-gap: 2.5641025641vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-image > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .about-image > * {
    width: 100%;
  }
}

.about-image-text {
  position: relative;
  padding-bottom: 4em;
}
.about-image-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 135%;
  background-color: #fff;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: skew(-10deg) translateX(-50%);
  transform: skew(-10deg) translateX(-50%);
}
@media screen and (max-width: 750px) {
  .about-image-text::before {
    width: 120%;
  }
}
.about-image-text * {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .about-image-text .ttl {
    font-size: 7.1794871795vw;
  }
}

.tableTtl {
  color: var(--mainColor);
}

.cmntable {
  width: 100%;
}
.cmntable th {
  background-color: #fff;
  font-size: 20px;
  width: 210px;
}
@media screen and (max-width: 959px) {
  .cmntable th {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .cmntable th {
    font-size: 16px;
  }
}
.cmntable th,
.cmntable td {
  border-top: solid 1px var(--mainColor);
  padding: 0.5em 1em;
}
.cmntable tr:last-of-type th,
.cmntable tr:last-of-type td {
  border-bottom: solid 1px var(--mainColor);
}
.cmntable.--il {
  position: relative;
}
.cmntable.--il::after {
  content: "";
  display: block;
  position: absolute;
  width: 285px;
  aspect-ratio: 285/188;
  background: url(../img/about-table-il.png) no-repeat center/contain;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 20%);
  transform: translate(30%, 20%);
}
@media screen and (max-width: 750px) {
  .cmntable.--il::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .cmntable th,
  .cmntable td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .cmntable th {
    font-size: 4.6153846154vw;
  }
  .cmntable td {
    border-top: none;
  }
}

.faq {
  position: relative;
}
.faq dt,
.faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .faq dt,
  .faq dd {
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
}
.faq dt *,
.faq dd * {
  line-height: 1.5;
}
.faq dt .alp,
.faq dd .alp {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .faq dt .alp,
  .faq dd .alp {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .faq dt .alp,
  .faq dd .alp {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 750px) {
  .faq dt .alp,
  .faq dd .alp {
    font-size: 4.6153846154vw;
  }
}
.faq dt {
  font-size: 28px;
  background-color: var(--mainColor);
  border-radius: 100vw;
  position: relative;
  padding-right: 2em;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .faq dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .faq dt {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .faq dt {
    font-size: 4.6153846154vw;
    border-radius: 6.6666666667vw;
  }
}
.faq dt::before {
  content: ">";
  display: block;
  position: absolute;
  color: #fff;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq dt * {
  color: #fff;
}
.faq dd {
  font-size: 20px;
  position: relative;
  padding: 2em 1em;
  display: none;
}
@media screen and (max-width: 959px) {
  .faq dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .faq dd {
    font-size: 16px;
  }
}
.faq dd .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .faq dd .in {
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .faq dd {
    padding: 1em;
  }
}
.faq dd a {
  text-decoration: underline;
}
.faq dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4f5f7;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.faq dd .alp {
  color: var(--mainColor);
}
.faq.open dt::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.bnr-aisho {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#society {
  position: relative;
  background-color: #fff;
}
#society::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f4f5f7;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  #society::before {
    height: 100%;
  }
}
#society > * {
  position: relative;
  z-index: 1;
}

.societyP {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.society-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media screen and (max-width: 750px) {
  .society-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12.8205128205vw;
  }
  .society-wrap > * {
    width: 100%;
  }
}

/*==================================================
 * requirements
 *================================================*/
.reqIntro {
  position: relative;
}
.reqIntro::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  z-index: -1;
}

.req-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 18px;
}
@media screen and (max-width: 750px) {
  .req-guide {
    -webkit-column-gap: 4.1025641026vw;
    -moz-column-gap: 4.1025641026vw;
    column-gap: 4.1025641026vw;
    row-gap: 4.1025641026vw;
  }
}
.req-guide a {
  max-width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border: solid 2px var(--mainColor);
  font-size: 18px;
  color: var(--mainColor);
  -webkit-box-shadow: 6px 6px 0 var(--subColor);
  box-shadow: 6px 6px 0 var(--subColor);
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .req-guide a {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .req-guide a {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .req-guide a {
    font-size: 3.8461538462vw;
    height: 15.3846153846vw;
  }
}
.req-guide a::before {
  content: "＞";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: var(--mainColor);
  font-size: 0.8em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .req-guide a::before {
    font-size: 0.6em;
    right: 0.5em;
  }
}

.req-block .cmnttl .en {
  font-size: 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .req-block .cmnttl .en {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .req-block .cmnttl .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .req-block .cmnttl .en {
    margin-left: auto;
    margin-right: auto;
    font-size: 9.7435897436vw;
    line-height: 1.5;
  }
}
.req-block .sub-title {
  color: var(--mainColor);
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .req-block .sub-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .req-block .sub-title {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .req-block .sub-title {
    font-size: 7.1794871795vw;
  }
}
.req-block .footEntry .btnwrap .btn2 {
  max-width: 510px;
  height: 120px;
}
.req-block .footEntry .btnwrap a::before {
  -webkit-transform: skewX(-25deg) translateX(-50%);
  transform: skewX(-25deg) translateX(-50%);
}
@media screen and (max-width: 750px) {
  .req-block .footEntry.--nobg {
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }
  .req-block .footEntry.--nobg .btnwrap .btn2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding-left: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
    color: #ffcc00;
    font-size: 6.1538461538vw;
    height: 35.8974358974vw;
  }
  .req-block .footEntry.--nobg .btnwrap .btn2::before {
    -webkit-transform: skewX(-15deg) translateX(-50%);
    transform: skewX(-15deg) translateX(-50%);
    width: 88%;
    left: 50%;
  }
  .req-block .footEntry.--nobg .btnwrap .btn2::after {
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    right: unset;
    position: relative;
  }
}

/*==================================================
 * diagnosis
 *================================================*/
.diagnosis-fv {
  background: url(../img/shindan-fv-bg.png) no-repeat center top/cover;
  padding-top: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}
@media screen and (max-width: 750px) {
  .diagnosis-fv {
    background-image: url(../img/shindan-fv-bg--sp.png);
    padding-top: 8.9743589744vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}
.diagnosis-fv .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 750px) {
  .diagnosis-fv .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.1282051282vw;
  }
}
.diagnosis-fv .text {
  max-width: 480px;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .diagnosis-fv .text {
    padding-top: 0;
    width: 73.0769230769vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.diagnosis-fv .img {
  margin-right: -5%;
  max-width: 712px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1099px) {
  .diagnosis-fv .img {
    max-width: 500px;
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 750px) {
  .diagnosis-fv .img {
    width: 92.3076923077vw;
    margin-left: 20%;
  }
}
.diagnosis-fv.--top {
  -webkit-clip-path: polygon(0 5%, 100% 20%, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 20%, 100% 95%, 0 100%);
  padding-top: 15%;
  padding-bottom: 10%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .diagnosis-fv.--top {
    -webkit-clip-path: polygon(0 0%, 100% 5%, 100% 95%, 0 100%);
    clip-path: polygon(0 0%, 100% 5%, 100% 95%, 0 100%);
    padding-top: 25.641025641vw;
  }
}
.diagnosis-fv.--top .btn {
  font-size: 46px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--mainColor);
  padding: 0.1em 1em;
  width: 90%;
  display: block;
  line-height: 1.4;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .diagnosis-fv.--top .btn {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .diagnosis-fv.--top .btn {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .diagnosis-fv.--top .btn {
    font-size: 12.0512820513vw;
    color: var(--mainColor);
    margin-bottom: 1em;
    z-index: 1;
  }
}
.diagnosis-fv.--top .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-20deg);
  transform: translate(-50%, -50%) skewX(-20deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .diagnosis-fv.--top .btn::before {
    background-color: var(--subColor);
  }
}
.diagnosis-fv.--top .btn::after {
  content: "＞";
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  line-height: 1;
  font-size: 0.3em;
}
.diagnosis-fv.--top .img {
  margin-bottom: -5%;
}
@media screen and (max-width: 1099px) {
  .diagnosis-fv.--top .img {
    max-width: 500px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .diagnosis-fv.--top .img {
    margin-bottom: -20%;
  }
}

.bgSub {
  background-color: #f4f5f7;
  position: relative;
}
.bgSub.--top .ic {
  width: 37.4358974359vw;
  position: absolute;
  left: 2.5641025641vw;
  top: -12%;
  z-index: 2;
}

.dia-q-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .dia-q-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.1282051282vw;
  }
}
.dia-q-wrap > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .dia-q-wrap > * {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .dia-q-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dia-q-text-num {
  color: var(--subColor);
  font-size: 64px;
}
@media screen and (max-width: 959px) {
  .dia-q-text-num {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .dia-q-text-num {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .dia-q-text-num {
    font-size: 10.7692307692vw;
  }
}
.dia-q-text-num * {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
.dia-q-text-num .q {
  font-size: 1.6388888889em;
}
@media screen and (max-width: 750px) {
  .dia-q-text-num .q {
    font-size: 2.1428571429em;
  }
}

.dia-q-text-p {
  color: var(--mainColor);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .dia-q-text-p {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .dia-q-text-p {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .dia-q-text-p {
    font-size: 7.1794871795vw;
  }
}

.dia-a-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .dia-a-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.1282051282vw;
  }
}
.dia-a-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 440px;
  height: 135px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .dia-a-wrap a {
    width: 80%;
    height: 20.5128205128vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.dia-a-wrap a span {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--mainColor);
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .dia-a-wrap a span {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .dia-a-wrap a span {
    font-size: 6.1538461538vw;
  }
}
.dia-a-wrap a span::before {
  content: "＞";
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.7em;
}
@media screen and (max-width: 750px) {
  .dia-a-wrap a span {
    font-size: 5.1282051282vw;
  }
}
.dia-a-wrap a::before {
  position: absolute;
  font-size: 64px;
  line-height: 1;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .dia-a-wrap a::before {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .dia-a-wrap a::before {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .dia-a-wrap a::before {
    font-size: 16.6666666667vw;
    -webkit-transform: translateY(-20%) translateX(-60%);
    transform: translateY(-20%) translateX(-60%);
  }
}
.dia-a-wrap a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--subColor);
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.dia-a-wrap a:first-of-type::before {
  content: "A";
  color: var(--mainColor);
}
.dia-a-wrap a:last-of-type span {
  color: #fff;
}
.dia-a-wrap a:last-of-type::before {
  content: "B";
  color: var(--subColor);
}
.dia-a-wrap a:last-of-type::after {
  background-color: var(--mainColor);
}
.dia-a-wrap.--answer a::before {
  content: "＞";
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.9em;
  left: unset;
}
.dia-a-wrap.--answer a span {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.dia-a-wrap.--answer a span::before {
  content: none;
}

.diagnosis-q-fv {
  background: url(../img/diagnosis-q-fv-bg.png) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  margin-bottom: 3em;
}
.diagnosis-q-fv .img {
  width: 683px;
  margin-bottom: -15px;
}
@media screen and (max-width: 750px) {
  .diagnosis-q-fv .img {
    width: 96.1538461538vw;
    margin-left: 5.1282051282vw;
    margin-right: 0;
  }
}

.aisho {
  position: relative;
  background-color: #fdf7e2;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .aisho {
    padding-bottom: 20.5128205128vw;
  }
}
.aisho * {
  position: relative;
  z-index: 1;
}
.aisho::before, .aisho::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.aisho::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 290px;
  background: url(../img/aisho-bg.png) no-repeat center bottom/120% 100%;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .aisho::before {
    height: 28.2051282051vw;
    background-size: cover;
  }
}
.aisho::after {
  height: calc(100% - 290px);
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .aisho::after {
    height: calc(100% - 28.2051282051vw);
  }
}
.aisho.--result {
  padding-bottom: 0;
}
.aisho.--result::before {
  content: none;
}
.aisho.--result::after {
  height: 100%;
}

.aishoNum {
  margin-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .aishoNum {
    margin-bottom: 0;
  }
}
.aishoNum-text {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .aishoNum-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .aishoNum-text {
    font-size: 4.358974359vw;
  }
}
.aishoNum-num {
  color: var(--subColor);
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .aishoNum-num {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .aishoNum-num {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .aishoNum-num {
    font-size: 15.1282051282vw;
  }
}
.aishoNum-num * {
  font-weight: 700;
}
.aishoNum-num span {
  font-size: 4.0333333333em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .aishoNum-num span {
    font-size: 62.0512820513vw;
  }
}
.aishoNum.--result .aishoNum-text {
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 100vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2em;
  margin-inline: auto;
  position: relative;
  margin-bottom: 1em;
}
.aishoNum.--result .aishoNum-text::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 17px solid var(--mainColor);
  border-bottom: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 750px) {
  .aishoNum.--result .aishoNum-text::before {
    border-right: 1.2820512821vw solid transparent;
    border-left: 1.2820512821vw solid transparent;
    border-top: 2.8205128205vw solid var(--mainColor);
  }
}
.aishoNum.--result .aishoNum-num {
  font-size: 100px;
}
@media screen and (max-width: 959px) {
  .aishoNum.--result .aishoNum-num {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .aishoNum.--result .aishoNum-num {
    font-size: 42px;
  }
}

@media screen and (max-width: 750px) {
  .aisho-text .theme {
    text-align: left;
    font-size: 7.1794871795vw;
  }
}

.page-q {
  background-color: #fdf7e2;
  padding-bottom: 100px;
}
.page-q#q4 .dia-q-image {
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .page-q#q4 .dia-q-image {
    max-width: 90%;
  }
}

#dia-a7 {
  padding-top: 70px;
  position: relative;
  background-color: #fff;
}
#dia-a7::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mainColor);
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  #dia-a7::before {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
  }
}
#dia-a7 .dia-q-text-p {
  color: #fff;
}
#dia-a7 .dia-q-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #dia-a7 .dia-q-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: -20%;
  }
}
@media screen and (max-width: 750px) {
  #dia-a7 .dia-q-wrap .dia-q-image {
    width: 56.4102564103vw;
    margin-left: auto;
    margin-right: 0;
  }
}
#dia-a7 .dia-a-wrap a {
  width: 540px;
}
@media screen and (max-width: 750px) {
  #dia-a7 .dia-a-wrap a {
    width: 76.9230769231vw;
    height: 35.8974358974vw;
    font-size: 6.1538461538vw;
  }
}
#dia-a7 .dia-a-wrap a::before {
  content: none;
}
#dia-a7 .dia-a-wrap a::after {
  background-color: var(--subColor);
}
#dia-a7 .dia-a-wrap a span {
  color: var(--mainColor);
}

.dia-kome {
  padding-left: 1em;
  text-indent: -1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-a {
  background-color: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .page-a .kaisetsu {
    font-size: 3.8461538462vw;
  }
  .page-a .dia-a-wrap a {
    height: 35.8974358974vw;
    font-size: 6.1538461538vw;
  }
}

/*==================================================
 * Entry
 *================================================*/
.entryIntro {
  background-color: #fff;
}

.formWrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .formWrap .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2820512821vw;
  }
}
.formWrap .row + .row {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .formWrap .row + .row {
    margin-top: 7.6923076923vw;
  }
}
.formWrap .row > *:first-of-type {
  width: 140px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .formWrap .row > *:first-of-type {
    width: 100%;
  }
}
.formWrap .row > *:first-of-type span:not(.required) {
  display: block;
  line-height: 1.2;
}
.formWrap .row > *:last-of-type {
  width: calc(100% - 140px);
}
@media screen and (max-width: 750px) {
  .formWrap .row > *:last-of-type {
    width: 100%;
  }
}
.formWrap .row.--no {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.formWrap .row.--no > *:first-of-type {
  width: 100%;
}
.formWrap .row.--no > *:last-of-type {
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .formWrap .row.--no > *:last-of-type {
    margin-top: 0;
  }
}
.formWrap .required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--subColor);
  color: var(--mainColor);
  font-size: 12px;
  padding: 0 0.2em;
}
@media screen and (max-width: 959px) {
  .formWrap .required {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .formWrap .required {
    font-size: 2.5641025641vw;
  }
}

/*==================================================
 * 仲間を知る
 *================================================*/
.int-reason-ttl {
  font-weight: 700;
  font-size: 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .int-reason-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .int-reason-ttl {
    font-size: 24px;
  }
}
.int-reason-ttl span {
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .int-reason-ttl span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .int-reason-ttl span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.3em;
    background-color: var(--subColor);
    bottom: 0.3em;
    left: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: -1;
    bottom: 0;
    width: 110%;
    height: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .int-reason-ttl span + span {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .int-reason-ttl {
    font-size: 7.1794871795vw;
  }
}
.int-reason-ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.3em;
  background-color: var(--subColor);
  bottom: 0.3em;
  left: 0;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .int-reason-ttl::before {
    display: none;
  }
}

.int-bnrs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .int-bnrs-wrap {
    row-gap: 6.4102564103vw;
  }
}
.int-bnrs-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 60%;
  -webkit-transform: skewY(-10deg) translate(-50%, -50%);
  transform: skewY(-10deg) translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  left: 50%;
  top: 50%;
  background: -webkit-linear-gradient(220deg, rgb(255, 255, 255) 0%, rgb(255, 250, 211) 100%);
  background: linear-gradient(230deg, rgb(255, 255, 255) 0%, rgb(255, 250, 211) 100%);
}
@media screen and (max-width: 750px) {
  .int-bnrs-wrap::before {
    width: 120%;
    height: 90%;
  }
}
.int-bnrs-wrap > * {
  display: block;
  width: calc(50% - 15px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .int-bnrs-wrap > * {
    width: 100%;
  }
}
.int-bnrs-wrap > *:nth-of-type(even) {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .int-bnrs-wrap > *:nth-of-type(even) {
    margin-top: 0;
  }
}

#int-bnrs {
  position: relative;
}
#int-bnrs .ic {
  position: absolute;
  width: 37.4358974359vw;
  left: 0;
  bottom: -10%;
}

#int-fv {
  position: relative;
  height: 620px;
}
@media screen and (max-width: 750px) {
  #int-fv {
    height: 117.9487179487vw;
    margin-top: 8.9743589744vw;
    margin-bottom: 11.5384615385vw;
  }
}
#int-fv .text {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #int-fv .text {
    position: static;
    left: unset;
    top: unset;
  }
}
#int-fv .text .num {
  font-size: 140px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--subColor);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #int-fv .text .num {
    font-size: 19.4871794872vw;
    left: 3.8461538462vw;
    top: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    position: absolute;
  }
}
#int-fv .text .ttl {
  color: var(--mainColor);
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.35em;
}
@media screen and (max-width: 959px) {
  #int-fv .text .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  #int-fv .text .ttl {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 750px) {
  #int-fv .text .ttl {
    font-size: 3.5897435897vw;
    bottom: -5.1282051282vw;
    left: 3.8461538462vw;
    position: absolute;
  }
}
#int-fv .text .ttl > * {
  font-weight: 700;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  padding: 0 0.5em;
}
@media screen and (max-width: 750px) {
  #int-fv .text .ttl > * {
    font-size: 1.5em;
  }
}
#int-fv .text .ttl > *::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-15deg) translate(-50%, -50%);
  transform: skewX(-15deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}
#int-fv .text .ttl > *.l {
  font-size: 1.75em;
}
@media screen and (max-width: 750px) {
  #int-fv .text .ttl > *.l {
    font-size: 2.75em;
  }
}
#int-fv .text .ttl > *.l > span {
  font-size: 0.6em;
}
#int-fv .img {
  width: 90.278%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  #int-fv .img {
    width: 100%;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}
#int-fv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.int-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}
.int-info-wrap > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .int-info-wrap > * {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .int-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.int-info-wrap .name * {
  font-weight: 700;
}
.int-info-wrap .name .n {
  font-size: 46px;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .int-info-wrap .name .n {
    font-size: 35px;
  }
}
@media screen and (max-width: 750px) {
  .int-info-wrap .name .n {
    font-size: 28px;
  }
}
.int-info-wrap .name .n span {
  font-size: 0.6em;
}
@media screen and (max-width: 750px) {
  .int-info-wrap .name .n {
    font-size: 7.1794871795vw;
  }
}
.int-info-wrap .n-ko {
  width: 253px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .int-info-wrap .n-ko {
    width: 41.0256410256vw;
  }
}

.int-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
@media screen and (max-width: 750px) {
  .int-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.int-main-wrap .int-side {
  width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-side {
    width: 100%;
    position: relative;
    top: unset;
    z-index: 1;
  }
}
.int-main-wrap .int-side .ttl {
  color: var(--subColor);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 959px) {
  .int-main-wrap .int-side .ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-side .ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-side .ttl {
    font-size: 15.3846153846vw;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-side ul {
    padding-left: 1em;
  }
}
.int-main-wrap .int-side ul li a {
  padding-block: 0.5em;
  font-size: 14px;
  color: var(--mainColor);
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .int-main-wrap .int-side ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-side ul li a {
    font-size: 3.0769230769vw;
  }
}
.int-main-wrap .int-side ul li a::before {
  content: "●";
  color: #333;
  display: block;
}
.int-main-wrap .int-side ul li + li {
  border-top: solid 1px var(--subColor);
}
.int-main-wrap .int-main {
  padding: 30px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-main {
    position: relative;
    background-color: transparent;
    margin-top: -3em;
  }
  .int-main-wrap .int-main::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(-10deg);
    transform: translate(-50%, -50%) skewY(-10deg);
  }
}
.int-main-wrap .int-main dl {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
}
.int-main-wrap .int-main dl dt {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor);
  position: relative;
}
@media screen and (max-width: 959px) {
  .int-main-wrap .int-main dl dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-main dl dt {
    font-size: 4.358974359vw;
  }
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-main dl dt {
    font-size: 7.1794871795vw;
  }
}
.int-main-wrap .int-main dl dt span {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  display: block;
}
.int-main-wrap .int-main dl dt::before {
  content: "Q";
  color: #ffeeaa;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 6em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 750px) {
  .int-main-wrap .int-main dl dt::before {
    font-size: 4em;
  }
}
.int-main-wrap .int-main dl dd {
  position: relative;
  z-index: 1;
}
.int-main-wrap .int-main dl dd p {
  line-height: 2.1875;
}
.int-main-wrap .n-ko2 {
  width: 170px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .int-main-wrap .n-ko2 {
    width: 41.0256410256vw;
  }
}

.int-other .ttl {
  color: var(--subColor);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .int-other .ttl {
    font-size: 55px;
  }
}
@media screen and (max-width: 750px) {
  .int-other .ttl {
    font-size: 48px;
  }
}

.int-other-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 750px) {
  .int-other-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
@media screen and (max-width: 750px) {
  .int-other-flex > * {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.int-other-flex > *:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .int-other-flex > *:first-of-type {
    margin-top: 0;
  }
}
.int-other-flex > *:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .int-other-flex > *:nth-of-type(2) {
    margin-top: 0;
  }
}

/*==================================================
 * Work
 *================================================*/
.proFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .proFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.proFlex .proTtl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .proFlex .proTtl {
    font-size: 7.1794871795vw;
  }
}
.proFlex .proTtl span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.4;
}
.proFlex .proTtl span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4em;
  left: 0;
  bottom: 0;
  background-color: var(--subColor);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  padding-inline: 0.5em;
  z-index: -1;
}
.proFlex .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.proFlex .img {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .proFlex .img {
    margin-left: -3.8461538462vw;
    width: calc(100% + 7.6923076923vw);
  }
}

.jobBlock {
  padding: 5%;
}
.jobBlock .jobTtl {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 64px;
}
@media screen and (max-width: 959px) {
  .jobBlock .jobTtl {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .jobBlock .jobTtl {
    font-size: 36px;
  }
}

#workSche {
  position: relative;
}
#workSche::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
#workSche .jobBlock {
  background-color: #f4f5f7;
}

.schebox {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .schebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.schebox .imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .schebox .imageBlock {
    row-gap: 0;
  }
}
.schebox .jobTtl {
  font-size: 9.7435897436vw;
}
@media screen and (max-width: 750px) {
  .schebox .jobSubTtl {
    font-size: 6.1538461538vw;
  }
}
.schebox > * {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .schebox > * {
    width: 100%;
  }
}
.schebox .timelineBlock {
  padding: 5%;
}
.schebox .timelineBlock .timeline dt,
.schebox .timelineBlock .timeline dd {
  padding-left: 40px;
}
.schebox .timelineBlock .timeline dt {
  color: var(--subColor);
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .schebox .timelineBlock .timeline dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .timeline dt {
    font-size: 6.1538461538vw;
  }
}
.schebox .timelineBlock .timeline dt.text {
  color: var(--mainColor);
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .schebox .timelineBlock .timeline dt.text {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .timeline dt.text {
    font-size: 16px;
  }
}
.schebox .timelineBlock .timeline dd {
  padding-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .timeline dd {
    padding-bottom: 2em;
  }
}
.schebox .timelineBlock .timeline dd .ttl {
  color: var(--mainColor);
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .schebox .timelineBlock .timeline dd .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .timeline dd .ttl {
    font-size: 16px;
  }
}
.schebox .timelineBlock .circle {
  position: relative;
}
.schebox .timelineBlock .circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  border-radius: 100vw;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .circle::before {
    width: 4.8717948718vw;
  }
}
.schebox .timelineBlock .circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: var(--subColor);
  left: 8px;
  top: 0.5em;
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .circle::after {
    left: 2.3076923077vw;
  }
}
.schebox .timelineBlock dt.last::after {
  content: none;
}
.schebox .timelineBlock dt.noitalic {
  font-style: normal;
}
.schebox .timelineBlock dd {
  position: relative;
}
.schebox .timelineBlock dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 110%;
  background-color: var(--subColor);
  left: 8px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock dd::after {
    left: 2.3076923077vw;
  }
}
.schebox .timelineBlock dd.last::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .sp {
    margin-left: -5.5%;
    width: 111%;
    margin-bottom: 5%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) {
  .schebox .timelineBlock .spLine::after {
    height: 2em;
    bottom: 0;
    top: unset;
  }
}

.bgWorkInt {
  position: relative;
  background-color: var(--subColor);
}
.bgWorkInt::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  background-color: var(--subColor);
  aspect-ratio: 1440/350;
  -webkit-transform: translateY(calc(-100% + 1px));
  transform: translateY(calc(-100% + 1px));
}

#workInt .workIntTtl {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#workInt .workIntTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: var(--mainColor);
  border-radius: 100vw;
  left: 0;
  top: 0.35em;
}
#workInt .workIntFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media screen and (max-width: 750px) {
  #workInt .workIntFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
#workInt .workIntFlex > * {
  width: calc(50% - 30px);
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #workInt .workIntFlex > * {
    width: 100%;
    padding-bottom: 7.6923076923vw;
  }
}
#workInt .workIntFlex > * .in {
  background-color: #fff;
  padding: 4% 8%;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #workInt .workIntFlex > * .in {
    font-size: 3.8461538462vw;
  }
}
#workInt .workIntFlex > * .in::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  bottom: 0;
  right: 7em;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (max-width: 750px) {
  #workInt .workIntFlex > * .in::before {
    right: 4em;
  }
}
#workInt .workIntFlex > * .ic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
}
@media screen and (max-width: 750px) {
  #workInt .workIntFlex > * .ic {
    width: 12.8205128205vw;
  }
}

#longInt .mask-wrap {
  position: relative;
  z-index: 1;
}
#longInt .cmnttl .en {
  font-size: 120px;
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  #longInt .cmnttl .en {
    font-size: 90px;
    line-height: 1;
  }
}

.longIntFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .longIntFlex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.longIntFlex .mid {
  display: none;
}
@media screen and (max-width: 1099px) {
  .longIntFlex .mid {
    display: block;
  }
}
.longIntFlex .text {
  margin-right: -15%;
  position: relative;
  z-index: 1;
  margin-top: -7%;
}
@media screen and (max-width: 1099px) {
  .longIntFlex .text {
    margin-right: 0;
    width: 46%;
  }
}
@media screen and (max-width: 750px) {
  .longIntFlex .text {
    width: 100%;
  }
}
.longIntFlex .btn {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: block;
  max-width: 460px;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background-color: var(--mainColor);
}
@media screen and (max-width: 959px) {
  .longIntFlex .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .longIntFlex .btn {
    font-size: 4.358974359vw;
  }
}
@media screen and (max-width: 750px) {
  .longIntFlex .btn {
    height: 25.641025641vw;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10.2564102564vw) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 10.2564102564vw) 100%, 0 100%);
    font-size: 6.1538461538vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: var(--mainColor);
    padding-left: 1em;
  }
}
.longIntFlex .btn::before {
  width: 100%;
  height: 100%;
  background-color: var(--mainColor);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .longIntFlex .btn::before {
    -webkit-transform: unset;
    transform: unset;
  }
}
.longIntFlex .btn::after {
  content: "＞";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.longIntFlex .img {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .longIntFlex .img {
    width: 100%;
    margin-top: -10%;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}
/*# sourceMappingURL=sourcemaps/import.css.map */