@charset "UTF-8";
:root {
  --mainColor: #0053ab;
  --subColor: #e14842;
}

.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;
  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 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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_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;
}

.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: 30px;
  }
}

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

.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: 5.8666666667vw;
  }
}

.fsM {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM {
    font-size: 5.6vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
}

@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 {
  -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;
  font-weight: 100;
}

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 {
  transition: 0.3s;
  opacity: 1;
}

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

.tra,
.tra:hover {
  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;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .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%;
}

.mb1em {
  margin-bottom: 1em;
}

@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: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

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

.cg2em {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  -moz-column-gap: 1em;
       column-gap: 1em;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .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: 1490px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cnt {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.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;
  }
}

.w100 {
  width: 100%;
}

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

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

.cntXS2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntM2 {
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntL2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cntL {
  max-width: 1140px;
  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(160px, 20vw, 240px);
}

.paddingS {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .paddingS {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

.padding {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .padding {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

.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;
  }
}
.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;
  -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%;
  transition: all 0.5s ease-out;
  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 {
  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 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media screen and (max-width: 750px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

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

.shadowL {
  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 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  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秒で×枚数*/
  animation: anime 18s 0s infinite;
}

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

.mainImg:nth-of-type(3) {
  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;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  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;
}

.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;
  transition: all 0.4s;
  box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: var(--menuTrigeHeight);
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 30px;
    height: 23px;
  }
}
.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: 2px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
  bottom: 0px;
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

.menu-txt {
  line-height: 1;
  color: var(--mainColor);
}

@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;
  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: 4.2666666667vw;
  }
}
@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-size: 17px;
  font-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
  color: #1d62ea;
}
.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::-moz-placeholder, .cform td textarea::-moz-placeholder {
  color: #a0a09e;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #a0a09e;
}
.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] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    padding: 2rem;
  }
}

.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;
          user-select: none;
  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 {
  -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 {
  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;
  }
}

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

body {
  font-feature-settings: "palt";
  color: #414141;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.underline {
  text-decoration: underline;
}

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

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

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

.cmnbtn {
  background-color: var(--mainColor);
  text-align: center;
  border-radius: 100vw;
  padding: 0.5em;
  position: relative;
  box-shadow: 0 5px 0 #333;
}
.cmnbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.3em;
  aspect-ratio: 1/1;
  background: url(../img/ic-arw-guide.svg) no-repeat center/contain;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.cmnbtn * {
  color: #fff;
  font-weight: 500 !important;
  line-height: 1;
}
.cmnbtn.--red {
  background-color: #e14842;
  box-shadow: 0 3px 0 #a31515;
}
.cmnbtn.--nomark::before {
  content: none;
}
.cmnbtn.--mid {
  width: 250px;
  display: inline-block;
}
.cmnbtn.--fit {
  width: -moz-fit-content;
  width: fit-content;
}

.btnPdf {
  position: relative;
  border: solid 2px #d9d9d9;
  padding: 1em;
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 0 #d9d9d9;
  width: 350px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .btnPdf {
    width: 80vw;
    padding-right: 1.5em;
  }
}
.btnPdf > span {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500 !important;
}
.btnPdf > span::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  aspect-ratio: 52/66;
  right: 0;
  transform: translateX(calc(100% + 10px));
  background: url(../img/ic-pdf.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .btnPdf > span::before {
    width: 6.1333333333vw;
  }
}
.btnPdf > span > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.btnPdf span:nth-of-type(2) {
  color: var(--subColor);
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .btnPdf span:nth-of-type(2) {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .btnPdf span:nth-of-type(2) {
    font-size: 2.9333333333vw;
  }
}

.cmnTable {
  border-collapse: separate;
  border-spacing: 3px;
}
.cmnTable th,
.cmnTable td {
  vertical-align: middle;
  padding: 1em;
}
.cmnTable th {
  background-color: #d9d9d9;
  white-space: nowrap;
  line-height: 1.5;
}
.cmnTable td {
  background-color: #f7f7f7;
}
.cmnTable.--th th {
  width: 260px;
}
.cmnTable.--2 th,
.cmnTable.--2 td {
  border-top: none;
}
@media screen and (max-width: 750px) {
  .cmnTable:not(.--madoguchi) {
    border-spacing: 0.8vw;
  }
  .cmnTable:not(.--madoguchi) th,
  .cmnTable:not(.--madoguchi) td {
    display: block;
    width: 100% !important;
  }
  .cmnTable:not(.--madoguchi) td {
    border-top: solid 0.8vw #fff;
  }
}
.cmnTable.w100 {
  width: 100%;
}

.cmnttl {
  font-size: 28px;
  font-weight: 700;
  color: var(--mainColor);
  border-bottom: solid 2px var(--mainColor);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cmnttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl {
    font-size: 5.6vw;
    margin-bottom: 1em;
  }
}

.cmnttl2 {
  font-size: 21px;
  font-weight: 500 !important;
}
@media screen and (max-width: 959px) {
  .cmnttl2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl2 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl2 {
    font-size: 5.3333333333vw;
  }
}
.cmnttl2::before {
  content: "■";
  color: var(--mainColor);
}
.cmnttl2.--s {
  font-size: 16px;
}

.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;
  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 {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

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

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

.f-os {
  font-family: "Oswald", serif;
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  overflow: hidden;
}

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

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

/*==================================================
 * ヘッダー
 *================================================*/
header {
  width: 100%;
  background-color: #fff;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-right: 20px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  header {
    display: flex;
    height: 18.6666666667vw;
    padding-right: 0;
  }
}

.headerLogo {
  display: block;
}
@media screen and (max-width: 750px) {
  .headerLogo {
    width: 33.3333333333vw;
  }
  .headerLogo img {
    width: 100%;
  }
}

.headerRight {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .headerRight {
    -moz-column-gap: 0.4em;
         column-gap: 0.4em;
  }
}

@media screen and (max-width: 750px) {
  .logoRyobi {
    width: 18.6666666667vw;
  }
  .logoRyobi img {
    width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .headBtn {
    width: 400px;
  }
}
@media screen and (max-width: 959px) {
  .headBtn {
    width: 330px;
  }
}
@media screen and (max-width: 750px) {
  .headBtn {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .headerBtnWrap {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background-color: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerBtnWrap * {
    color: #fff;
  }
  .headerBtnWrap span {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 750px) {
  .langSelect {
    margin-top: 2.6666666667vw;
  }
}

.selectbox-1 {
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .selectbox-1 {
    font-size: 2.9333333333vw;
  }
}

.selectbox-1::before,
.selectbox-1::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.selectbox-1::before {
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../img/grobal.png) no-repeat center/contain;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .selectbox-1::before {
    width: 7.2vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-80%);
  }
}

.selectbox-1::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
}
@media screen and (max-width: 750px) {
  .selectbox-1::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 0.5em;
  }
}

.selectbox-1 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 135px;
  height: 35px;
  padding: 0.4em 3.6em 0.4em 2.5em;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  cursor: pointer;
  border-radius: 100vw;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .selectbox-1 select {
    border: none;
    padding: 0;
    height: auto;
    min-width: unset;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--mainColor);
    padding-right: 4vw;
  }
}

.selectbox-1 select:focus {
  outline: 2px solid #2589d0;
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.4;
  position: relative;
}
.overRayMenuUl > li:last-of-type a {
  border-bottom: dotted 0.5333333333vw var(--mainColor);
}

@media screen and (max-width: 750px) {
  .target {
    margin-top: -18.6666666667vw;
    padding-top: 18.6666666667vw;
  }
}

.spmenuBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  overflow-y: scroll;
  padding: 100px 30px;
  background-color: #fff;
  height: calc(100vh - 70px);
  margin-top: 70px;
  margin-right: 0;
  margin-left: auto;
  background-color: var(--mainColor);
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    width: 100%;
    padding: 9.3333333333vw 4vw;
    margin-top: 18.6666666667vw;
  }
}

.spmenuBoxInner {
  width: 100%;
  position: relative;
}
.spmenuBoxInner ul li a {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: dotted 1px #fff;
  display: block;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 750px) {
  .spmenuBoxInner ul li a {
    font-size: 4.8vw;
  }
}
.spmenuBoxInner ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/ic-arw-menu.png) no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.submenu {
  background-color: #f2f2f2;
  padding: 18px 15px;
}
@media screen and (max-width: 750px) {
  .submenu {
    display: none;
  }
}
.submenu ul {
  display: flex;
  justify-content: center;
}
.submenu li {
  border-right: solid 1px #333;
  line-height: 1;
}
.submenu li:last-of-type {
  border-right: none;
}
.submenu li a {
  line-height: 1;
  font-weight: 700;
  padding: 0 1.5em;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: var(--mainColor);
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
footer .totop {
  position: absolute;
  width: 83px;
  aspect-ratio: 1/1;
  right: 30px;
  top: 0;
  cursor: pointer;
  transform: translateY(-50%);
  background: url(../img/totop.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  footer .totop {
    width: 22.1333333333vw;
    right: 4vw;
  }
}

.footerInner {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footerInner {
    justify-content: center;
  }
}

.footerLeft {
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .footerLeft .info {
    font-size: 2.9333333333vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}

.footerlogo img {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .footerlogo {
    width: 42.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .footerlogo img {
    width: 100%;
  }
}

.footerRight {
  display: flex;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .footerRight {
    display: none;
  }
}
.footerRight ul li {
  line-height: 1;
}
.footerRight ul a {
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0;
  display: block;
}
@media screen and (max-width: 959px) {
  .footerRight ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .footerRight ul a {
    font-size: 3.4666666667vw;
  }
}

/*==================================================
 * トップページ
 *================================================*/
main {
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 18.6666666667vw;
  }
}

.mvTtl {
  font-size: 31px;
  color: #fff;
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  padding: 1.2em 15px;
}
@media screen and (max-width: 750px) {
  .mvTtl {
    font-size: 5.8666666667vw;
    padding: 0.8em 4vw;
  }
}

.mv {
  background: rgb(0, 83, 171);
  background: linear-gradient(122deg, rgb(0, 83, 171) 0%, rgb(0, 135, 190) 100%);
}

.bread ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  margin-bottom: 2.5em;
}
.bread ul li {
  line-height: 1;
}
.bread ul a,
.bread ul span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1;
  padding-right: 1em;
  border-right: solid 1px rgba(0, 0, 0, 0.5);
  margin-right: 1em;
  font-weight: 500 !important;
}
@media screen and (max-width: 750px) {
  .bread ul a,
  .bread ul span {
    font-size: 2.6666666667vw;
  }
}
.bread ul li:last-of-type a,
.bread ul li:last-of-type span {
  border-right: none;
}

.cautionWrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .cautionWrap {
    flex-direction: column;
  }
}

.cautionTtl {
  background-color: #e14842;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .cautionTtl {
    width: 100%;
    padding: 0.3em;
    -moz-column-gap: 0.2em;
         column-gap: 0.2em;
  }
}
.cautionTtl img {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .cautionTtl img {
    width: 5.3333333333vw;
  }
}

.cautionText {
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  width: 100%;
  padding: 1em;
  background-color: #fbf0f0;
}
@media screen and (max-width: 750px) {
  .cautionText {
    flex-direction: column;
    align-items: flex-start;
    font-size: 3.7333333333vw;
    line-height: 1.2;
    padding: 0.5em 1em;
  }
}

.guideWrap {
  display: flex;
  -moz-column-gap: 3.469%;
       column-gap: 3.469%;
}
@media screen and (max-width: 750px) {
  .guideWrap {
    flex-direction: column;
    row-gap: 4vw;
  }
}

.guideItem {
  display: block;
  border-radius: 6px;
  border: solid 3px var(--mainColor);
  padding: 1.5em;
  width: 31.0206666667%;
}
@media screen and (max-width: 750px) {
  .guideItem {
    width: 100%;
  }
}
.guideItem .ic img {
  height: 55px;
}
.guideItem .ic-sub {
  font-size: 12px;
  text-align: center;
  color: #e14842;
  margin-top: 1em;
  font-weight: 500 !important;
}
.guideItem .textWrap .ic-sub {
  display: none;
}
.guideItem .ttl {
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 21px;
}
@media screen and (max-width: 959px) {
  .guideItem .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .guideItem .ttl {
    font-size: 4.2666666667vw;
  }
}
.guideItem .ttl span {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .guideItem .ttl span {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .guideItem .ttl span {
    font-size: 5.3333333333vw;
  }
}
.guideItem .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  border-bottom: dotted 2px var(--mainColor);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.guideItem .text {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .guideItem .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .guideItem .text {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .guideItem {
    padding: 4vw 4vw 0;
  }
  .guideItem .top {
    display: flex;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .guideItem .top .ic {
    width: 10.6666666667vw;
    display: flex;
    justify-content: center;
  }
  .guideItem .top .ic img {
    height: 10.6666666667vw;
  }
  .guideItem .top .icWrap {
    flex-shrink: 0;
  }
  .guideItem .top .icWrap .ic-sub {
    display: none;
  }
  .guideItem .top .textWrap {
    width: 100%;
  }
  .guideItem .top .textWrap .ic-sub {
    display: block;
    line-height: 1.2;
    text-align: left;
    margin-top: 0.2em;
    border-bottom: dotted 0.5333333333vw var(--mainColor);
    width: 100%;
    padding-bottom: 0.5em;
  }
  .guideItem .top .ttl {
    font-size: 5.3333333333vw;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .guideItem .top .ttl span {
    font-size: 6.9333333333vw;
  }
  .guideItem .top .ttl::before {
    content: none;
  }
  .guideItem .top .text {
    text-align: left;
    padding-top: 0.4em;
    font-size: 3.4666666667vw;
  }
  .guideItem .cmnbtnWrap {
    background-color: var(--mainColor);
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
  .guideItem .cmnbtn {
    box-shadow: unset;
  }
  .guideItem .btn-shiraberu {
    width: 53.3333333333vw;
    padding: 1.3333333333vw;
  }
}

#topNews {
  background: url(../img/bgNews.png) repeat center/109px 95px;
}

.newsList li {
  border-top: dotted 1px #e6e6e6;
}
.newsList li:last-of-type {
  border-bottom: dotted 1px #e6e6e6;
}
.newsList li a {
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
}
.newsList .newsItemTop {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.newsList .newsItemCat {
  background-color: #35bef2;
  padding: 0.2em 1em;
  line-height: 1;
  color: #fff;
  border-radius: 0.2em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .newsList .newsItemCat {
    font-size: 3.2vw;
  }
}
.newsList .ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.--newsCmnbtn {
  min-width: 148px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 959px) {
  .--newsCmnbtn {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .--newsCmnbtn {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .newsTtl {
    font-size: 7.4666666667vw;
  }
  .newsTtl + * {
    font-size: 3.2vw;
  }
}

.btnsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .btnsWrap {
    row-gap: 0.6em;
  }
}

.btnItem {
  width: 48.98%;
  text-align: center;
  border-radius: 10px;
  background-color: #ebf1f8;
  box-shadow: 0 4px 0 #bfd4ea;
  padding: 1.5em;
}
@media screen and (max-width: 750px) {
  .btnItem {
    padding: 1.5em 0;
  }
}
@media screen and (max-width: 750px) {
  .btnItem .ic img {
    width: 19.7333333333vw;
  }
}
.btnItem .text {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .btnItem .text {
    font-size: 4.5333333333vw;
    line-height: 1.2;
  }
}

.topSlideWrap .swiper-button-next,
.topSlideWrap .swiper-button-prev {
  width: 75px;
  height: 75px;
  background: url(../img/ic-arw-slide.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .topSlideWrap .swiper-button-next,
  .topSlideWrap .swiper-button-prev {
    width: 20vw;
    top: 35%;
  }
}
.topSlideWrap .swiper-button-next::after,
.topSlideWrap .swiper-button-prev::after {
  content: none;
}
.topSlideWrap .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .topSlideWrap .swiper-button-prev {
    transform: none;
    left: -6.6666666667vw;
  }
}
.topSlideWrap .swiper-button-next {
  right: 0;
  transform: translateX(50%) scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .topSlideWrap .swiper-button-next {
    right: -6.6666666667vw;
    transform: scale(-1, 1);
  }
}
.topSlideWrap .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .topSlideWrap .swiper-pagination {
    margin-top: 8vw;
  }
}
.topSlideWrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 750px) {
  .topSlideWrap .swiper-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.topSlideWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.topSlide {
  position: relative;
  overflow: hidden;
}
.topSlide .in {
  border: solid 3px var(--mainColor);
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.topSlide .in .image {
  height: 165px;
  background-color: #ebf1f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .topSlide .in .image {
    height: 44vw;
  }
}
.topSlide .in .image.--nobg {
  background-color: #fff;
}
.topSlide .in .image > * {
  max-width: 80%;
  max-height: 80%;
}
.topSlide .in .textWrap {
  padding: 1em;
}
.topSlide .in .textWrap .text {
  font-weight: 500 !important;
}
@media screen and (max-width: 750px) {
  .topSlide .in .textWrap .text {
    font-size: 4.2666666667vw;
  }
}
.topSlide .in .textWrap .ttl {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .topSlide .in .textWrap .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .topSlide .in .textWrap .ttl {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .topSlide .in .textWrap .ttl {
    font-size: 6.1333333333vw;
  }
}

.line-ttl {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  padding: 0.25em;
}
@media screen and (max-width: 750px) {
  .line-ttl {
    font-size: 6.1333333333vw;
  }
}
.line-ttl span {
  font-size: 32px;
  color: #fcee8e;
}
@media screen and (max-width: 750px) {
  .line-ttl span {
    font-size: 8vw;
  }
}

.line-ttl2 {
  background-color: #e3e3e3;
  font-size: 23px;
  padding: 0.3em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .line-ttl2 {
    font-size: 6.1333333333vw;
  }
}
.line-ttl2 span {
  position: relative;
  padding-left: 1.5em;
}
.line-ttl2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/ic-tri.png) no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lineWrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 750px) {
  .lineWrap {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
}
.lineWrap > * {
  width: calc(50% - 10px);
}
@media screen and (max-width: 750px) {
  .lineWrap > * {
    width: 100%;
  }
}
.lineWrap + .lineWrap {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .lineWrap + .lineWrap {
    margin-top: 4.2666666667vw;
  }
}

.lineBox {
  border: solid 2px #bfd4ea;
}
.lineBox .ttl {
  background-color: #bfd4ea;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 19px;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  .lineBox .ttl {
    font-size: 4.5333333333vw;
  }
}
.lineBox .text {
  padding: 0.5em 0.3em 1em;
}
.lineBox .ttl2 {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 500 !important;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.lineBox .ttl2.--s {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .lineBox .ttl2 {
    font-size: 4.5333333333vw;
  }
}
.lineBox .btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap {
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
}
.lineBox .btnWrap .lineBtn {
  background-color: #266db8;
  border-radius: 10px;
  font-weight: 500 !important;
  color: #fff;
  padding: 0.4em 0.5em;
  width: calc(33.3333333333% - 6.6666666667px);
  text-align: center;
  position: relative;
  box-shadow: 0 3px 0 #174b80;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap .lineBtn {
    font-size: 4vw;
    width: calc(33.3333333333% - 1.2444444444vw);
    border-radius: 2.6666666667vw;
  }
}
.lineBox .btnWrap .lineBtn::before {
  content: "→";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap .lineBtn::before {
    font-size: 3.7333333333vw;
    right: 0.25em;
  }
}
.lineBox .btnWrap .lineBtn.--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap .lineBtn.--flex {
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}
.lineBox .btnWrap .lineBtn .left {
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap .lineBtn .left {
    font-size: 3.2vw;
  }
}
.lineBox .btnWrap .lineBtn.--nolink {
  box-shadow: unset;
  padding: calc(0.4em + 2px) 0.5em;
}
.lineBox .btnWrap .lineBtn.--nolink::before {
  content: none;
}
.lineBox .btnWrap.--wide {
  row-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap.--wide {
    width: 100%;
  }
}
.lineBox .btnWrap.--wide .lineBtn.--l {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .lineBox .btnWrap.--wide .lineBtn.--l {
    width: calc(50% - 0.25em);
  }
}

.pink {
  background-color: #ed7676;
  color: #fff;
  padding: 0 1em;
  margin-right: 0.4em;
}

/*==================================================
 * 運賃・定期券
 *================================================*/
.pageTtl {
  background-color: #ebf1f8;
  padding: 2em 0;
  text-align: center;
}
.pageTtl .ja {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .pageTtl .ja {
    font-size: 6.9333333333vw;
    letter-spacing: -0.05em;
  }
}
.pageTtl .en {
  color: #e14842;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .pageTtl .en {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .pageTtl .en {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .pageTtl .en {
    font-size: 2.6666666667vw;
  }
}

#madoguchi table tr th,
#madoguchi table tr td {
  line-height: 1.3;
}
#madoguchi table tr th *,
#madoguchi table tr td * {
  line-height: 1.5;
}
#madoguchi table tr:first-of-type th:first-of-type {
  width: 16.327%;
}
#madoguchi table tr:first-of-type th:nth-of-type(2) {
  width: 15.306%;
}
#madoguchi table tr:first-of-type th:nth-of-type(3) {
  width: 15.306%;
}
#madoguchi table tr:first-of-type th:nth-of-type(4) {
  width: 16.327%;
}
#madoguchi table tr:first-of-type th:nth-of-type(5) {
  width: 28.571%;
}
#madoguchi table .kigou > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #madoguchi table .kigou > * {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #madoguchi table .kigou > * {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 750px) {
  #madoguchi table th,
  #madoguchi table td {
    padding: 1em 0.5em;
  }
  #madoguchi table th {
    width: 30%;
    white-space: wrap;
  }
  #madoguchi table td {
    width: 70%;
  }
  #madoguchi table .kigou-in {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 750px) and (max-width: 959px) {
  #madoguchi table .kigou-in {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #madoguchi table .kigou-in {
    font-size: 5.6vw;
  }
}

@media screen and (max-width: 750px) {
  .tableTtl {
    font-size: 4.5333333333vw;
    text-align: center;
    padding: 1em;
    background-color: #d9d9d9;
    width: calc(100% - 1.6vw);
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }
}

.icLinkWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .icLinkWrap {
    flex-direction: column;
    row-gap: 3.7333333333vw;
  }
}
.icLinkWrap > * {
  width: 48.98%;
}

.icLinkItem {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 1.5em 3em 2.5em;
}
@media screen and (max-width: 750px) {
  .icLinkItem {
    width: 100%;
    border-radius: 8vw;
    padding: 4.5333333333vw 5.8666666667vw 9.8666666667vw;
  }
  .icLinkItem .cmnttl2 {
    font-size: 4.8vw;
  }
}
.icLinkItem .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subBtn {
  background-color: var(--subColor);
  box-shadow: 0 4px 0 #a31515;
  width: 270px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 1em 0;
  border-radius: 100vw;
}
@media screen and (max-width: 750px) {
  .subBtn {
    font-size: 3.7333333333vw;
    width: 72vw;
  }
}
.subBtn.--blank span {
  position: relative;
  padding-right: 1.3em;
}
.subBtn.--blank span::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  aspect-ratio: 11/9;
  background: url(../img/ic-blank.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .subBtn.--blank span::before {
    width: 2.9333333333vw;
  }
}

ul.dot li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  ul.dot li {
    font-size: 3.7333333333vw;
  }
}

.videoWrap {
  position: relative;
  aspect-ratio: 562/317;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.videoWrap iframe {
  border-radius: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.choiceWrap {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .choiceWrap {
    border-radius: 2.6666666667vw;
  }
}
.choiceWrap .ttl {
  background-color: #266db8;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .choiceWrap .ttl {
    font-size: 5.3333333333vw;
    padding: 0.5em 0;
  }
}

.busFlex {
  background-color: #ebf1f8;
  display: flex;
  padding: 2em;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 750px) {
  .busFlex {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.busFlex .img {
  border-radius: 20px;
  overflow: hidden;
}

#lineNumber .pdfWrap {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#lineNumber .pdfWrap > * {
  width: 180px;
}
@media screen and (max-width: 750px) {
  #lineNumber .pdfWrap > * {
    width: 42.6666666667vw;
  }
}

.lineTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
@media screen and (max-width: 750px) {
  .lineTable {
    border-spacing: 0.5333333333vw;
  }
}
.lineTable th,
.lineTable td {
  vertical-align: middle;
  padding: 0.5em;
}
.lineTable th *,
.lineTable td * {
  -webkit-text-size-adjust: 100%;
}
.lineTable th {
  background-color: #d9d9d9;
}
.lineTable td {
  background-color: #f7f7f7;
}
.lineTable .num,
.lineTable .area {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  width: 60px;
}
@media screen and (max-width: 750px) {
  .lineTable .num,
  .lineTable .area {
    font-size: 4.8vw;
    width: 16vw;
  }
}
.lineTable .num.hor,
.lineTable .area.hor {
  writing-mode: horizontal-tb;
}
.lineTable .num .veWrap,
.lineTable .area .veWrap {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}
.lineTable .num {
  writing-mode: vertical-lr;
  text-align: center;
  background-color: #cdcdcd;
}
.lineTable .num span {
  text-combine-upright: all;
}
.lineTable .area {
  background-color: #d9d9d9;
}
.lineTable .btnLine {
  width: 85px;
}
@media screen and (max-width: 750px) {
  .lineTable .btnLine {
    width: 70px;
  }
}

.pdfLine {
  display: flex;
  flex-direction: column;
  row-gap: 0.6em;
}
.pdfLine.flex {
  flex-direction: row;
}

.pdfLineIc {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .pdfLineIc {
    font-size: 4.2666666667vw;
  }
}
.pdfLineIc::after {
  content: "";
  display: block;
  position: absolute;
  display: inline;
  margin-left: 0.5em;
  width: 21px;
  aspect-ratio: 52/66;
  background: url(../img/ic-pdf.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .pdfLineIc::after {
    width: 6.1333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .flexSpColumn {
    flex-direction: column;
  }
  .lineTableWrap {
    overflow-x: scroll;
  }
  .lineTableWrap .lineTable {
    width: 980px;
  }
}
.preflex {
  display: flex;
  justify-content: space-between;
  row-gap: 1em;
  -moz-column-gap: 2.551%;
       column-gap: 2.551%;
}
@media screen and (max-width: 750px) {
  .preflex {
    flex-direction: column;
  }
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

#tsuugaku table tr th {
  width: 33.3333333333%;
}

#roseTime .lineTableWrap th:first-of-type {
  width: 250px;
}
@media screen and (max-width: 750px) {
  #roseTime .lineTableWrap {
    margin-right: -4vw;
    width: calc(100% + 4vw);
  }
  #roseTime .lineTableWrap .lineTable {
    width: 138.6666666667vw;
  }
  #roseTime .lineTableWrap th:first-of-type {
    width: 53.3333333333vw;
  }
  #roseTime .lineTableWrap th,
  #roseTime .lineTableWrap td {
    padding: 0.2em 0.5em;
  }
}

.howtoBlock .in {
  max-width: calc(100% - 45px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .howtoBlock .in {
    max-width: calc(100% - 10.6666666667vw);
  }
}
.howtoBlock .img img {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .howtoBlockTtl {
    font-size: 4.8vw;
  }
}

.disc li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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 {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */