@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --mainColor: #005088;
  --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;
  }
}

.fsS4 {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .fsS4 {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .fsS4 {
    font-size: 2.0512820513vw;
  }
}

@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%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .cnt {
    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: 900px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntM {
  max-width: 1080px;
  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;
}

.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: 20px;
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 5.641025641vw;
    height: 3.8461538462vw;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
}
@media screen and (max-width: 750px) {
  .menu-trigger span {
    height: 0.5128205128vw;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 3px;
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 1.5384615385vw;
  }
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.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);
  top: 11px;
}
@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);
    top: 0.4em;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.1vw) rotate(45deg);
    transform: translateY(-2.1vw) rotate(45deg);
    top: 1.15em;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

@-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: #005088;
}
.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%;
  margin-left: 1.5em;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  list-style-type: disc;
}
.entry ol li {
  list-style-type: none;
}

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

.p-entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.p-entry * {
  color: inherit;
}
.p-entry figcaption {
  font-size: 14px;
  color: gray;
}
@media screen and (max-width: 750px) {
  .p-entry figcaption {
    font-size: 3.0769230769vw;
  }
}
.p-entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #005088;
}
.p-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;
}
.p-entry blockquote p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .p-entry blockquote p {
    font-size: 3.5897435897vw;
  }
}
.p-entry strong {
  font-style: normal;
  font-weight: bold;
}
.p-entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-entry p {
    font-size: 3.5897435897vw;
    line-height: 1.9;
  }
}
.p-entry h2 span,
.p-entry h3 span,
.p-entry h4 span,
.p-entry h5 span {
  font-weight: bold;
}
.p-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) {
  .p-entry h2:not(.simple h3) {
    font-size: 4.6153846154vw;
    margin: 12% auto 6%;
  }
}
.p-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) {
  .p-entry h3:not(.simple h3) {
    font-size: 4.1025641026vw;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.p-entry h3:not(.simple h3)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--mainColor);
}
.p-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) {
  .p-entry h4:not(.simple h3) {
    font-size: 3.5897435897vw;
    margin: 15% auto 8%;
  }
}
.p-entry table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  padding: 1em;
}
.p-entry table th,
.p-entry table td {
  border: solid 1px #ccc;
  padding: 0.5em 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: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.5897435897vw;
    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;
}

.f-en {
  font-family: "Open Sans", sans-serif;
}

/*==================================================
 * 当サイト共通
 *================================================*/
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;
}

.ttlWrap {
  position: relative;
}
.ttlWrap * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#046bb7), to(#3eafae));
  background: -webkit-linear-gradient(left, #046bb7 0%, #3eafae 100%);
  background: linear-gradient(90deg, #046bb7 0%, #3eafae 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.ttlWrap .ja {
  font-weight: 700;
}
.ttlWrap .en {
  font-size: 56px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ttlWrap .en {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .ttlWrap .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .ttlWrap .en {
    font-size: 8.9743589744vw;
  }
}
.ttlWrap.--border .en {
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 0.1em;
}
.ttlWrap.--border .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  background-color: #046bb7;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ttlWrap.--center * {
  text-align: center;
  width: 100%;
}

.cmnbtn {
  border-radius: 100vw;
  border: solid 1px #808080;
  padding: 0.5em 1em;
  width: 130px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .cmnbtn {
    font-size: 3.5897435897vw;
    width: 38.4615384615vw;
  }
}
.cmnbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmnbtn.--right {
  margin-left: auto;
}
.cmnbtn.--center {
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .cmnbtn:hover {
    background-image: -webkit-linear-gradient(70deg, #046bb7, #3eafae);
    background-image: linear-gradient(20deg, #046bb7, #3eafae);
    color: #fff;
    border-color: transparent;
    opacity: 1;
  }
  .cmnbtn:hover::before {
    background-image: url(../img/common/arw-white.svg);
  }
}

.ls {
  letter-spacing: 0.218em;
}

.c-list {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.15em;
}

/*==================================================
 * ヘッダー
 *================================================*/
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;
}
@media screen and (max-width: 750px) {
  header {
    height: 12.8205128205vw;
  }
}

.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);
}
.headerLogoWrap .logo {
  width: 205px;
}
@media screen and (max-width: 750px) {
  .headerLogoWrap .logo {
    width: 26.6666666667vw;
  }
}

.headerIn {
  max-width: 1800px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .headerIn {
    padding-inline: 3.8461538462vw 0;
  }
}

.headNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .headNav {
    display: none;
  }
}
.headNav > li > a {
  display: block;
  padding: 0 1em;
  font-size: 15px;
}

.headRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headSp {
  width: 50px;
}
@media screen and (max-width: 750px) {
  .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;
  }
}

.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: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > * {
  border-top: unset;
  margin-left: auto !important;
  width: 100% !important;
}
@media screen and (max-width: 750px) {
  .overRayMenuUl > * {
    border-bottom: solid 1px #b3b3b3;
  }
}
@media screen and (min-width: 750px) {
  .overRayMenuUl {
    max-width: 1080px;
    margin-inline: auto;
    -webkit-column-gap: unset !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
  }
  .overRayMenuUl * {
    font-size: 15px !important;
    font-weight: 700;
  }
  .overRayMenuUl > * {
    margin-left: unset !important;
  }
  .overRayMenuUl .parent {
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .overRayMenuUl .right {
    padding-left: 1.5em;
  }
  .overRayMenuUl .child {
    max-width: unset !important;
  }
  .overRayMenuUl .child > * {
    margin-bottom: 1em;
  }
}

.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%;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    width: 100%;
    min-height: 100dvh;
    padding: 12.8205128205vw 5.1282051282vw;
  }
}
.spmenuBlock a {
  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 #b3b3b3;
}
.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%;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: #d8ebf7;
}
footer .group {
  padding-block: 3em;
  border-bottom: solid 1px #fff;
}
footer .group a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  footer .group {
    padding-block: 1.5em;
  }
  footer .group img {
    width: 58.4615384615vw;
  }
}

.footerBtm {
  padding-block: 4em;
  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) {
  .footerBtm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footerLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .footerLogoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footerLogoWrap .img {
  width: 113px;
}
@media screen and (max-width: 750px) {
  .footerLogoWrap .img {
    width: 28.7179487179vw;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 750px) {
  .footerLogoWrap .info {
    font-size: 3.5897435897vw;
  }
}

.footerMenu,
.overRayMenuUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 750px) {
  .footerMenu,
  .overRayMenuUl {
    margin-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerMenu > *,
  .overRayMenuUl > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    border-top: solid 1px #fff;
    padding-block: 1em;
    padding-inline: 3.8461538462vw;
    width: calc(100% + 7.6923076923vw);
    margin-left: -3.8461538462vw;
  }
  .footerMenu > * > *:first-of-type,
  .overRayMenuUl > * > *:first-of-type {
    width: 17.9487179487vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.footerMenu *:not(.parent),
.overRayMenuUl *:not(.parent) {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 3.5897435897vw;
  }
}
.footerMenu .parent,
.overRayMenuUl .parent {
  color: #005088;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 3.5897435897vw;
  }
}
.footerMenu .child,
.overRayMenuUl .child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 230px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 750px) {
  .footerMenu .child,
  .overRayMenuUl .child {
    max-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.footerMenu .child > *,
.overRayMenuUl .child > * {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .footerMenu .child > *,
  .overRayMenuUl .child > * {
    width: 100%;
  }
}

.noitalic {
  font-style: normal;
}

.siteBtm {
  font-size: 10px;
}

.siteBtmWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .siteBtmWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 2em;
  }
}

.siteBtmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .siteBtmList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    row-gap: 0.3em;
  }
}

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

.fv {
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv {
    height: 161.0256410256vw;
  }
}
.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fvTxt {
  font-size: 2vw;
  font-weight: 700;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .fvTxt {
    font-size: 5.1282051282vw;
    right: 10%;
    top: 30%;
  }
}

.topNewsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .topNewsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topNewsWrap .list {
  max-width: 820px;
  width: 100%;
}

.newsList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  padding-block: 1em;
  border-bottom: solid 1px #808080;
}
@media screen and (max-width: 750px) {
  .newsList a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topServiceWrap {
  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) {
  .topServiceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.topServiceWrap .text {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .topServiceWrap .text {
    width: 100%;
  }
}
.topServiceWrap .img {
  width: 55.556%;
}
@media screen and (max-width: 750px) {
  .topServiceWrap .img {
    width: calc(100% + 7.6923076923vw);
    margin-left: -3.8461538462vw;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
.pageFv {
  height: 320px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10%;
}
@media screen and (max-width: 959px) {
  .pageFv {
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .pageFv {
    height: 37.1794871795vw;
  }
}
.pageFv * {
  color: #fff;
}
.pageFv.--contact {
  background-color: #e7f2f9;
  background-image: unset !important;
}
.pageFv.--contact * {
  color: var(--mainColor);
}

.pageTtl .en {
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .pageTtl .en {
    font-size: 7.6923076923vw;
  }
}
.pageTtl.--black * {
  color: #333;
}

.breadcrumbs {
  padding-block: 1em;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumbs {
    font-size: 2.5641025641vw;
  }
}
.--borderTop {
  border-top: solid 1px #666666;
}

.jaTtl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .jaTtl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .jaTtl {
    font-size: 7.1794871795vw;
  }
}
@media screen and (max-width: 750px) {
  .jaTtl {
    font-size: 6.4102564103vw;
  }
}
.jaTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: var(--mainColor);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

/*==================================================
 * service
 *================================================*/
.serviceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .serviceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.serviceWrap > * {
  width: calc(50% - 1em);
}
@media screen and (max-width: 750px) {
  .serviceWrap > * {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .serviceWrap .serviceTtl {
    font-size: 6.4102564103vw;
  }
}

/*==================================================
  news
 *================================================*/
.singleTtl {
  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;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .singleTtl {
    -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;
  }
}
.singleTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: var(--mainColor);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .singleTtl::before {
    content: none;
  }
}

.dateCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .dateCat {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    padding-bottom: 0.5em;
  }
  .dateCat::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: var(--mainColor);
    left: -3.8461538462vw;
    bottom: 0;
  }
}
.dateCat:not(.--relative) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .newsList .dateCat::before {
    content: none;
  }
}

/*==================================================
 * company
 *================================================*/
.conceptToggle {
  position: relative;
}
.conceptToggle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e7f2f9;
  z-index: -1;
}

.conceptBlock {
  display: none;
}
.conceptBlock.--mission {
  display: block;
}
.conceptBlock .in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 345px 6em 1fr;
  grid-template-columns: 345px 1fr; /* 左（画像） / 右（本文） */
  -ms-grid-rows: auto 3em 1fr;
  grid-template-rows: auto 1fr; /* 上（タブ） / 下（本文） */
  grid-template-areas: "img btns" "img text";
  gap: 3em 6em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
  }
}
.conceptBlock .in .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  grid-area: img;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .img {
    width: 64.1025641026vw;
    margin-inline: auto;
  }
}
.conceptBlock .in .btns {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  grid-area: btns;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .btns {
    width: 100%;
    -webkit-column-gap: 2.0512820513vw;
    -moz-column-gap: 2.0512820513vw;
    column-gap: 2.0512820513vw;
  }
}
.conceptBlock .in .btns > * {
  width: calc(33.3333333333% - 0.6666666667em);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #83c6df;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .conceptBlock .in .btns > * {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .btns > * {
    font-size: 14px;
  }
}
.conceptBlock .in .btns > *:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .btns > * {
    font-size: 5.8974358974vw;
    width: calc(33.3333333333% - 1.3675213675vw);
  }
}
.conceptBlock .in .btns > *.active {
  background-color: var(--mainColor);
  color: #fff;
}
.conceptBlock .in .text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
}
.conceptBlock .in .text .ttl {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .conceptBlock .in .text .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .text .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .conceptBlock .in .text .ttl {
    font-size: 5.1282051282vw;
  }
}
.conceptBlock.--vision .btns > *.active {
  background-color: #01a5b7;
}
.conceptBlock.--value .btns > *.active {
  background-color: #d46c98;
}

.cmnTable {
  width: 100%;
}
.cmnTable th,
.cmnTable td {
  border-bottom: solid 1px #bbb;
  padding-block: 1em;
  font-weight: 500 !important;
}
@media screen and (max-width: 750px) {
  .cmnTable th,
  .cmnTable td {
    font-size: 3.3333333333vw;
  }
}
.cmnTable th {
  width: 40%;
  text-align: right;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .cmnTable th {
    width: 32%;
  }
}
.cmnTable.--normal th,
.cmnTable.--normal td {
  text-align: left;
  padding-left: 2em;
}
.cmnTable.--normal th {
  width: unset;
  padding-right: 0;
}

@media (max-width: 767px) {
  .patentTable thead {
    display: none;
  }
  .patentTable,
  .patentTable tbody,
  .patentTable tr {
    display: block;
    width: 100%;
  }
  .patentTable tr {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
  }
  .patentTable tr:first-of-type {
    border-top: 1px solid #ddd;
  }
  .patentTable td {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1.4em 1fr;
    grid-template-columns: 80px 1fr; /* 左：ラベル / 右：値 */
    gap: 1.4em;
    padding: 0.2em 0;
    border-bottom: none;
    padding-left: 0 !important;
  }
  .patentTable td::before {
    content: attr(data-label);
    text-align: right;
  }
}
.messageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 750px) {
  .messageWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.messageWrap .img {
  width: 32.407%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .messageWrap .img {
    width: 60.2564102564vw;
    margin-inline: auto;
  }
}

.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
}

/*==================================================
 * mobitas
 *================================================*/
.mobitasLogo {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .mobitasLogo {
    width: 47.1794871795vw;
  }
}

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

.meritWrap {
  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) {
  .meritWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.meritWrap > * {
  width: 26.852%;
  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;
}
@media screen and (max-width: 750px) {
  .meritWrap > * {
    width: 74.8717948718vw;
    margin-inline: auto;
    margin-bottom: 18.4615384615vw;
  }
  .meritWrap > *:last-of-type {
    margin-bottom: 0;
  }
}
.meritWrap > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 21.724%;
  aspect-ratio: 1/1;
  background: url(../img/mobitas/ic-cycle.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(130%);
  transform: translateY(-50%) translateX(130%);
}
@media screen and (max-width: 750px) {
  .meritWrap > *::before {
    right: 50%;
    -webkit-transform: translateX(50%) translateY(120%);
    transform: translateX(50%) translateY(120%);
    top: unset;
    bottom: 0;
    width: 14.1025641026vw;
  }
}
.meritWrap > * a {
  font-size: 13px;
  text-align: center;
  display: block;
  border: 1em;
  line-height: 1.3333333333;
  color: #fff;
  border-radius: 1em;
  font-weight: 700;
  padding: 0.5em 0.2em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .meritWrap > * a {
    font-size: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}
.meritWrap > * a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-white.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.meritWrap > *:first-of-type a {
  background-color: #00aecb;
}
.meritWrap > *:last-of-type::before {
  content: none;
}
.meritWrap > *:last-of-type a {
  background-color: #f08c27;
}

#tocta {
  background-color: #d8ebf7;
}
#tocta .cmnbtn {
  width: 400px;
  margin-inline: auto;
  background-color: #fff;
}

/*==================================================
 * detail
 *================================================*/
.subTtl {
  background-color: #00aecb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .subTtl {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .subTtl {
    font-size: 16px;
  }
}
.subTtl.--orange {
  background-color: #f08c27;
}

.baWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .baWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35.8974358974vw;
  }
}
.baWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 26.111%;
  aspect-ratio: 283/172;
  background: url(../img/mobitas/solution.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
@media screen and (max-width: 750px) {
  .baWrap::before {
    background-image: url(../img/mobitas/solution--sp.svg);
    width: 72.3076923077vw;
    aspect-ratio: 282/188;
    top: 44%;
  }
}
.baWrap.--orange::before {
  background-image: url(../img/mobitas/solution-orange.svg);
}
@media screen and (max-width: 750px) {
  .baWrap.--orange::before {
    background-image: url(../img/mobitas/solution--sp.svg);
    top: 42%;
  }
}
.baWrap .before,
.baWrap .after {
  border: solid 3px #ccc;
  border-radius: 1.5em;
  width: calc(50% - 1em);
  padding: 1em 1.5em;
}
@media screen and (max-width: 750px) {
  .baWrap .before,
  .baWrap .after {
    width: 100%;
    padding-block: 1.5em;
  }
}
.baWrap .before .ttl,
.baWrap .after .ttl {
  font-weight: 700;
}
.baWrap .before ul,
.baWrap .after ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 71.698%;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .baWrap .before ul,
  .baWrap .after ul {
    width: 100%;
    max-width: 100%;
  }
}
.baWrap .before ul li,
.baWrap .after ul li {
  font-size: 15px;
  position: relative;
  padding-left: 1.5em;
}
.baWrap .before ul li::before,
.baWrap .after ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  left: 0;
  top: 0.3em;
}
.baWrap .before ul li + li,
.baWrap .after ul li + li {
  margin-top: 0.5em;
}
.baWrap .before .ttl {
  color: #b3b3b3;
}
.baWrap .before ul li::before {
  background: url(../img/common/ic-check.svg) no-repeat center/contain;
}
.baWrap .after ul {
  margin-left: auto;
}
.baWrap .after.--blue {
  border-color: #00aecb;
}
.baWrap .after.--blue .ttl {
  color: #00aecb;
}
@media screen and (max-width: 750px) {
  .baWrap .after.--blue .ttl {
    text-align: right;
  }
}
.baWrap .after.--blue li::before {
  background: url(../img/common/ic-check-blue.svg) no-repeat center/contain;
}
.baWrap .after.--orange {
  border-color: #f08c27;
}
.baWrap .after.--orange .ttl {
  color: #f08c27;
}
.baWrap .after.--orange li::before {
  background: url(../img/common/ic-check-orange.svg) no-repeat center/contain;
}

.functionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 750px) {
  .functionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3.8461538462vw;
  }
}
.functionWrap > * {
  border: solid 3px #ccc;
  border-radius: 1.5em;
  padding: 1em 2em;
}
.functionWrap .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .functionWrap .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .functionWrap .ttl {
    font-size: 16px;
  }
}
.functionWrap *:not(.ttl) {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .functionWrap *:not(.ttl) {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .functionWrap *:not(.ttl) {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .functionWrap ul {
    margin-inline: auto;
    width: 80%;
  }
}
.functionWrap ul li {
  position: relative;
  padding-left: 1em;
}
.functionWrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  aspect-ratio: 1/1;
  background-color: #ccc;
  border-radius: 100vw;
  left: 0;
  top: 0.5em;
}
.functionWrap .common {
  width: 35.648%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .functionWrap .common {
    width: 100%;
  }
}
.functionWrap .other {
  width: 100%;
  border-color: #00aecb;
}
.functionWrap .other ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 750px) {
  .functionWrap .other ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.functionWrap .other ul li::before {
  background-color: #00aecb;
}
.functionWrap .other.--orange {
  border-color: #f08c27;
}
.functionWrap .other.--orange ul li::before {
  background-color: #f08c27;
}

.cmnbtn.--wide {
  font-size: 18px;
  width: 400px;
}
@media screen and (max-width: 959px) {
  .cmnbtn.--wide {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .cmnbtn.--wide {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .cmnbtn.--wide {
    max-width: 65.3846153846vw;
  }
}

/*==================================================
 * contact
 *================================================*/
.cf7-label {
  color: var(--mainColor);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.cf7-label .req {
  background-color: #e82c2c;
  color: #fff;
  padding: 0.2em;
  font-size: 0.8em;
  margin-left: 1em;
}

.cf7-form input:not([type=checkbox]),
.cf7-form textarea {
  border-radius: 0.5em;
  background: #f5f5f5;
  padding: 1.5em;
  width: 100%;
  border: none;
  margin-bottom: 0.5em;
}

.cf7-row {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #333;
}
.cf7-row.cf7-privacy {
  border-bottom: none;
}
.cf7-row.cf7-submit input {
  border-radius: 100vw;
  border: solid 1px #333;
  max-width: 300px;
  margin-inline: auto;
  display: block;
}

.cf7-grid2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .cf7-grid2 {
    row-gap: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cf7-grid2 > * {
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 750px) {
  .cf7-grid2 > * {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  font-weight: 700;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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 */