@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --mainColor: #79CBD6;
  --subColor: #C8ACA2;
}

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

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

.mainColorLight {
  color: #E2F3F7;
}

.bgMainColorLight {
  background-color: #E2F3F7;
}

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

.bgSubColor {
  background-color: #C8ACA2;
}

.bgSubColorLight {
  background-color: #F2EFEA;
}

.grayColor {
  color: #7B7773;
}

.bgGrayColor {
  background-color: #7B7773;
}

.grayColorDeep {
  color: #9D9C9B;
}

.mainColorDeep {
  color: #9AD5B9;
}

.bgMainColorDeep {
  background-color: #9AD5B9;
}

.mainColorExDeep {
  color: #63AF8B;
}

.mainColorExLight {
  color: #dcf8fc;
}

.bgMainColorExLight {
  background-color: #dcf8fc;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColorDeep {
  color: #F8F257;
}

.bgSubColorDeep {
  background-color: #F8F257;
}

.compColor {
  color: #ecfe02;
}

.bgCompColor {
  background-color: #ecfe02;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgOffWhite {
  background-color: #EDEDED;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

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

.bgBlack {
  background: #000;
}

.bgGrad {
  background: linear-gradient(90deg, #D4BF8B 0%, #6F5310 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
:root {
  --fontEn: "Lato", sans-serif;
}

.fontEn {
  font-family: var(--fontEn);
}

:root {
  --fontNum: "Lato", sans-serif ;
}

.fontNum {
  font-family: var(--fontNum);
}

:root {
  --fontEnSub: "Great Vibes", cursive;
}

.fontEnSub {
  font-family: var(--fontEnSub);
}

:root {
  --fontJp: "Zen Maru Gothic", serif;
}

.fontJp {
  font-family: var(--fontJp);
}

:root {
  --fontJpSub: "Noto Sans JP", sans-serif;
}

.fontJpSub {
  font-family: var(--fontJpSub);
}

.gothic {
  font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

body {
  font-family: var(--fontJp);
  color: #171009;
}

/*==================================================
 * リセット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;
}

/* 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;
}

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: 400;
}

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

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  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_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.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_sl {
  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;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff !important;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

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

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

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

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

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

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

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS4 {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS4 {
    font-size: 9px;
  }
}

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

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;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.opaS {
  opacity: 0.7;
}

.opaM {
  opacity: 0.5;
}

.opaL {
  opacity: 0.3;
}

.ti-15 {
  padding-left: 1.5em;
}

.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-right {
  text-align: right;
}

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

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

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

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #79CBD6;
}
.linkA:hover {
  color: #79CBD6;
  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 only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.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%;
}

@media only screen and (max-width: 767px) {
  .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%;
  }
}
/*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;
}

.col {
  padding-inline: 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%;
}

@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: 1160px;
  padding-inline: 15px;
  margin-inline: auto;
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-inline: auto;
}

.cntM {
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 15px;
}

.cntL {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 15px;
}

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

.cntWide {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 15px;
}

.cntBorder {
  max-width: 1350px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}

.rw {
  margin-inline: -15px;
}

:root {
  --spaceSize: clamp(25px, 10vw, 50px);
  --spaceSizeWide: clamp(80px, 20vw, 160px);
}

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

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

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

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

/*背景系*/
.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 only screen and (max-width: 767px) {
  .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%;
  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: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .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 only screen and (max-width: 767px) {
  .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 only screen and (max-width: 767px) {
  .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 {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

/*FVスライダー(CSS)追加分ここから*/
.swiper-slide-active .fvSlideImg,
.swiper-slide-duplicate-active .fvSlideImg,
.swiper-slide-prev .fvSlideImg {
  -webkit-animation: zoomUp 10s linear 0s;
  animation: zoomUp 10s linear 0s;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper {
  position: relative;
  z-index: -2;
}

.fvSlideImg {
  padding-bottom: 62vw;
}
@media only screen and (max-width: 767px) {
  .fvSlideImg {
    padding-bottom: 150vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvSlideImg {
    padding-bottom: 95vw;
  }
}

/*FVスライダー(CSS)追加分ここまで*/
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #ecfe02;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #C8ACA2 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}
.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #79CBD6;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #ecfe02;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #79CBD6;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #79CBD6;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #79CBD6;
  display: inline-block;
}

.bdBox {
  border: 2px solid #79CBD6;
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
@media only screen and (max-width: 767px) {
  .overRayBox {
    position: fixed;
    display: table;
    top: 57px;
    left: 0;
    width: 100%;
    height: calc(100% - 57px);
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .overRayBox > ul {
    vertical-align: middle;
    width: 100%;
    display: block;
  }
  .open .overRayBox {
    cursor: url(../images/cross.svg), auto;
    visibility: visible;
    opacity: 1;
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: var(--menuTrigeHeight);
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
}
.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 {
  background-color: var(--mainColor);
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@-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: #79CBD6;
}
.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 #79CBD6;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #79CBD6;
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #79CBD6;
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #79CBD6;
  color: #79CBD6;
}

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

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

/*==================================================
 * トップページ
 *================================================*/
/*Q&Aここから*/
.topQaBoxUl li:nth-child(2) hr {
  border-top: 1px solid #dadada;
}

.topQaBoxUl li {
  display: inline-block;
  vertical-align: middle;
}

.topQaBoxDl {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.topQaBoxDl dd {
  display: none;
  margin-top: 3%;
}

.topQaBoxDl dt {
  font-weight: normal;
}

.topQaBoxDl dt:hover {
  background: rgba(242, 203, 149, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.topQaBoxUl li:nth-child(3) {
  width: 74%;
}

.topQaBoxUl li:nth-child(1) {
  margin-right: 2%;
}

.topQaBoxUl li:nth-child(2) {
  width: 8%;
  margin-right: 2%;
}

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: flex;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 3%;
  width: 300px;
}
.cform tr td {
  width: calc(100% - 300px);
}
.cform tr td.hopeDay01, .cform tr td.hopeDay02, .cform tr td.hopeDay03 {
  display: flex;
}
.cform tr td.hopeDay01 input, .cform tr td.hopeDay02 input, .cform tr td.hopeDay03 input {
  margin-inline: 1%;
  padding: 1%;
  width: 48%;
}
.cform tr td.hopeDay01 select, .cform tr td.hopeDay02 select, .cform tr td.hopeDay03 select {
  margin-inline: 1%;
  padding: 1%;
  width: 48%;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
    flex-direction: column;
  }
  .cform tr th {
    justify-content: flex-start;
    width: auto;
  }
  .cform tr th .title {
    margin-right: 1em;
  }
  .cform tr td {
    width: 100%;
  }
  .cform label span {
    display: unset;
  }
}

.mwform-radio-field {
  display: block;
}
.mwform-radio-field input {
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.required-srt {
  background-color: #FF1C1C;
  color: #fff;
  margin-left: 0.7em;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  line-height: 1;
}

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

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

.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 3% 5%;
  margin: 4% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

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

.submit-btn button {
  color: #171009;
  border: none;
  cursor: pointer;
}

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

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  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;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 21px;
  margin: 8% auto 3%;
  background-color: #dcf8fc;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 18px;
  margin: 4% auto 3%;
  color: #79CBD6;
  font-weight: bold;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.entry h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #79CBD6;
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #79CBD6;
  padding-bottom: 0.4em;
  color: #79CBD6;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    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 only screen and (max-width: 767px) {
  .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 only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid #dad8de;
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: #79CBD6;
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/*目次*/
.toc_number {
  font-family: var(--fontEn);
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #79CBD6;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #79CBD6;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
.entry img {
  margin: 2% auto 5%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #79CBD6;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #79CBD6;
  border-radius: 10px;
  background-color: #E2F3F7;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #79CBD6;
  font-family: var(--fontEn);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #79CBD6;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  border-bottom: 1px solid #79CBD6;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
  font-family: var(--fontEn);
  font-size: 12px;
  color: #b3b3b3;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  color: var(--mainColor);
  border-radius: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #79CBD6;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #79CBD6;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #79CBD6;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #79CBD6;
}
.singleColumnWriterButton:hover {
  background: #79CBD6;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #ececec;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 100%;
  margin: 0 2%;
  margin-bottom: 5%;
}
.cmNewsListUl > li + li {
  border-top: 1px solid #F4F6F7;
  padding-top: 5%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cmNewsTitle {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

.cmNewsTime {
  color: var(--mainColor);
  font-size: 13px;
}

.cmNewsDescri {
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cmNewsListImg {
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  border: 1px solid #79CBD6;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    margin-bottom: 6%;
    width: 100%;
  }
}

.cmNewsListTextWrap {
  padding-left: 5%;
  width: 68%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListTextWrap {
    padding-left: 0;
    width: 100%;
  }
}

.cmNewsListInfoUl li {
  margin-right: 0.5em;
  display: inline-block;
  font-size: 13px;
  color: var(--mainColor);
  border-radius: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: var(--fontEn);
  font-size: 18px;
  margin: 0 1%;
  color: #fff;
  background: #79CBD6;
}
.pagenation li.active {
  cursor: not-allowed;
  color: #000;
  background: #dcf8fc;
  padding: 0.5em 1em;
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li a {
  display: block;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.pagenation li a:hover {
  background: #E2F3F7;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
  .pagenation li.active {
    padding: 7px 12px;
  }
  .pagenation li a {
    padding: 7px 12px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #79CBD6;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item + li {
  border-top: 1px solid #F4F6F7;
  padding-top: 0.5em;
}
.sidebarNewsUl .cat-item a {
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-family: var(--fontEn);
  font-size: 12px;
  color: #b3b3b3;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}

.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 13px;
  color: var(--mainColor);
  border-radius: 5px;
  line-height: 1;
  color: #333;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 15px;
  font-family: var(--fontJp);
  margin-bottom: 1.5em;
  line-height: 1;
}
.sidebarTitle span {
  color: var(--mainColor);
  display: inline-block;
  margin-right: 1em;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
  }
}

.sidebarRankingImg {
  width: 30%;
  padding-bottom: 30%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 65%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #79CBD6;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap {
  display: flex;
  flex-direction: column;
}
.sidebarTagWrap a {
  font-size: 14px !important;
  color: #333;
}
.sidebarTagWrap a:before {
  content: "#";
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
body {
  font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.commonUl li {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #d1d1d1;
}
.commonUl li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #79CBD6;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  .commonUl li:before {
    font-size: 18px;
  }
}
.commonUl li span {
  font-size: 18px;
  margin-left: 45px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .commonUl li span {
    font-size: 14px;
    margin-left: 30px;
  }
}
.commonUl.white li:before {
  color: #fff;
}

.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: #79CBD6;
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

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

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

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

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

#pankuzu {
  font-family: var(--fontJp);
  margin-block: 0.7%;
}
#pankuzu .breadcrumbs {
  color: #79CBD6;
}
#pankuzu .breadcrumbs span {
  color: #171009;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#pankuzu .breadcrumbs span:first-of-type {
  color: #808080;
}

.button {
  background-color: transparent;
  display: inline-block;
  padding: 0.5em 3em;
  font-size: clamp(15px, 1.2vw, 20px);
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
.button::before, .button::after {
  content: "";
  position: absolute;
  border-radius: 50px;
  height: 100%;
  width: 100%;
}
.button::before {
  transition: 0.3s;
  top: 0.3em;
  left: 0.3em;
  z-index: -1;
}
.button::after {
  border: 1px solid #333;
  top: 0;
  left: 0;
}
.headerContactButton .button {
  background-image: url(../img/headerButton.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding-inline: 1.2em;
  border-radius: 50px;
}
.headerContactButton .button i {
  margin-right: 0.4em;
}
.headerContactButton .button::after {
  content: none;
}
.button.__yellowBg::before {
  background: #FFF9AD;
}
.button.__whiteBg::before {
  background: #fff;
}
.button.__whiteBg:hover {
  opacity: 1;
}
.button.__whiteBg:hover::before {
  background: #FFF9AD;
}
.button.__greenBg::before {
  background: #B5DAB4;
}
.button.__grayBg::before {
  background: #dcdcdc;
}
.button:hover {
  opacity: 0.7;
}
.button:hover.__yellowBg {
  opacity: 1;
}
.button:hover.__yellowBg::before {
  background: #fff574;
}
.button:hover.__greenBg {
  opacity: 1;
}
.button:hover.__greenBg::before {
  background: #90cd8e;
}

@media print, screen and (min-width: 768px) {
  .telLink {
    pointer-events: none;
  }
}

.commonTitleJp {
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.2em;
}
.commonTitleJp.__large {
  font-size: clamp(26px, 2vw, 34px);
}
.commonTitleJp.__deeepBlueTitle {
  color: #181D62;
}

.commonTitleEn {
  position: relative;
  padding-top: 0.9em;
  text-transform: capitalize;
}
.commonTitleEn::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 43px;
}
.text-center .commonTitleEn {
  display: inline-block;
}
.text-center .commonTitleEn::before {
  left: 50%;
  transform: translateX(-50%);
}
.commonTitleEn.__blue {
  color: #79CBD6;
}
.commonTitleEn.__blue::before {
  background-image: url(../img/titleEnIcon_blue.png);
}
.commonTitleEn.__black::before {
  background-image: url(../img/titleEnIcon.png);
}
.commonTitleEn.__iconNone {
  padding-top: 0;
}
.commonTitleEn.__iconNone::before {
  content: none;
}
.commonTitleEn.__deepBlue {
  color: #181D62;
}
.commonTitleEn.__deepBlue::before {
  background-image: url(../img/titleEnIcon_deepBlue.png);
}

.contentsTitle {
  font-size: clamp(18px, 1.8vw, 25px);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contentsTitle {
    font-size: 16px;
  }
}

.prev-arrow::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/slickPrevArrow_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .prev-arrow::before {
    background-image: url(../img/slickPrevArrow_sp.svg);
    width: 40px;
    height: 40px;
  }
}

.next-arrow::after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../img/slickNextArrow_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .next-arrow::after {
    background-image: url(../img/slickNextArrow_sp.svg);
    width: 40px;
    height: 40px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  border-top: 5px solid #79CBD6;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0 10px;
  width: 100%;
  z-index: 999;
}

.headerInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.headerInnerLogo {
  width: 210px;
}
@media only screen and (max-width: 959px) {
  .headerInnerLogo {
    width: 130px;
  }
}

.headerInnerRight {
  width: calc(100% - 210px);
}
@media only screen and (max-width: 959px) {
  .headerInnerRight {
    width: calc(100% - 130px);
  }
}

.headerInnerRightHead ul li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .headerInnerRightHead {
    text-align: center;
  }
  .headerInnerRightHead ul li + li {
    margin-left: 1.2em;
  }
}

.headerInnerTel {
  margin-inline: 2%;
  color: #79CBD6;
  line-height: 1;
}
.headerInnerTel .telNum {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.headerInnerTel i {
  font-size: 20px;
}
.headerInnerTel span {
  font-size: 13px;
  line-height: 1;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .headerInnerTel {
    margin-block: 6%;
  }
  .headerInnerTel .telNum {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 3%;
  }
  .headerInnerTel span {
    font-size: 18px;
  }
}

.headerUnitUl:hover li:not(:hover) {
  opacity: 0.5;
}
.headerUnitUl li {
  opacity: 1;
  transition: 0.5s;
}
.headerUnitUl li:hover {
  opacity: 1;
}
.headerUnitUl li a {
  font-weight: 500;
  font-size: 13px;
  transition: 0.3s;
  letter-spacing: 0.15em;
  padding: 0.3em 0.4em;
}
.headerUnitUl li a:hover {
  color: #79CBD6;
  opacity: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerUnitUl li a {
    padding: 0.8em 0.2em;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .headerUnitUl li a {
    text-align: center;
    color: #333;
    display: block;
    font-size: 17px;
    padding: 0.5em 0.4em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .headerUnitUl {
    flex-direction: column;
    margin-bottom: 7.5%;
  }
  .headerUnitUl li {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .headerUnitUl li a.underLine {
    position: relative;
  }
  .headerUnitUl li a.underLine::after {
    content: none;
  }
  .headerUnitUl li a.underLine:hover {
    color: #fff;
  }
  .headerUnitUl li a.underLine:hover::after {
    transform: scale(0);
  }
}

.headerUnitFoot {
  display: block;
}

@media only screen and (max-width: 767px) {
  .overRayBlock {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 100px 50px;
    background-color: #fff;
    padding: 50px 25px;
  }
}

.pageHeaderInner {
  background-image: url(../img/contactBgImg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 15% 7%;
  z-index: 2;
}
.pageHeaderInner::before {
  content: "";
  background-image: url(../img/contactBgGrade.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pageHeaderInner::after {
  background-image: url(../img/flowWaveTop.png);
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  height: 8.5vw;
  width: 100vw;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
  .pageHeaderInner {
    padding-block: 20% 13%;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderInner {
    padding-block: 24% 10%;
  }
}

.spWidget {
  box-shadow: rgba(0, 0, 0, 0.1) 10px 0 50px;
  background-color: #fff;
  padding: 1.5% 0;
  position: fixed;
  width: 100%;
  align-items: center;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

.spWidgetBox {
  text-align: center;
  margin: 0;
  width: 50%;
}
.spWidgetBox a {
  display: block;
  width: 100%;
}
.spWidgetBox .telNum {
  font-size: 20px;
}
.spWidgetBox .telNum + span {
  font-size: 12px;
}
.spWidgetBox.headerInnerTel {
  border-right: 1px solid #79CBD6;
}
.spWidgetBox.headerInnerTel {
  padding-block: 1.5%;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  position: relative;
  padding-top: 3%;
}
.home footer::before {
  background-image: url(../img/flowWaveTop.png);
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8.3vw;
  height: 8.5vw;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 10%;
    margin-bottom: 18%;
  }
}

.section-deco::before {
  background-image: url(../img/flowWaveTop.png);
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8.3vw;
  height: 8.5vw;
  width: 100%;
  z-index: 2;
}

.footerUnitInner {
  display: flex;
  margin-bottom: 5%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerUnitInner {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footerUnitInner {
    flex-direction: column;
    row-gap: 40px;
    padding-inline: 3%;
    margin-bottom: 8%;
  }
}

.footerUnitInnerLeft {
  width: 30%;
}
@media only screen and (max-width: 959px) {
  .footerUnitInnerLeft {
    width: 100%;
  }
}

.footerUnitInnerRight {
  width: 56%;
}
@media only screen and (max-width: 959px) {
  .footerUnitInnerRight {
    width: 100%;
  }
}

.fotterUnitInnerRightTop ul {
  flex-wrap: wrap;
  row-gap: 20px;
}
.fotterUnitInnerRightTop li {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 30px;
  margin-right: 20px;
  position: relative;
}
.fotterUnitInnerRightTop li:not(:last-child)::after {
  position: absolute;
  content: "/";
  width: 9px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .fotterUnitInnerRightTop li {
    padding-right: 20px;
    margin-right: 10px;
  }
}

.footerUnitInnerRightBottom {
  margin-top: 60px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media only screen and (max-width: 959px) {
  .footerUnitInnerRightBottom {
    flex-direction: column;
    margin-top: 40px;
  }
}

.fotterUnitInnerSNSLinks ul {
  gap: 15px;
}

.footerUnitInnerSNSRight a:first-child {
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
.footerUnitInnerSNSRight a:first-child::after {
  position: absolute;
  content: "/";
  width: 9px;
  height: 24px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .footerUnitInnerSNSRight a:first-child {
    padding-right: 20px;
    margin-right: 10px;
  }
}

.snsIcon {
  transition: 0.3s;
  width: 30px;
}
.snsIcon:hover {
  opacity: 0.7;
}
.headerInnerRightHead .snsIcon {
  width: 26px;
}
@media only screen and (max-width: 767px) {
  .headerInnerRightHead .snsIcon {
    width: 36px;
  }
}

.fotoerLogo {
  margin-bottom: 5%;
  width: 200px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fotoerLogo {
    margin-bottom: 3%;
  }
}

.footerAddress {
  line-height: 1.5;
  margin-bottom: 4%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerAddress {
    margin-bottom: 2%;
  }
}

.footerCopy {
  padding-block: 0.5%;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding-bottom: 13%;
  }
}

/*==================================================
 * トップページ
*================================================*/
#topMain {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #topMain {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .topFvBlockInner {
    flex-direction: column-reverse;
  }
}

.topFvImgLeft,
.topFvImgRight {
  padding-bottom: clamp(1px, 44%, 900px);
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .topFvImgLeft,
  .topFvImgRight {
    padding-bottom: 84%;
    width: 100%;
  }
}

.topFvMap {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: clamp(1px, 39vw, 740px);
  width: clamp(1px, 39vw, 740px);
}
@media only screen and (max-width: 767px) {
  .topFvMap {
    top: max(390px, 54%);
    height: 90vw;
    width: 90vw;
  }
}

.topFvTextBox {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
  position: absolute;
  top: 10%;
  right: 5%;
}
.topFvTextBox span {
  background-image: url(../img/textBg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  text-shadow: 4px 2px 0 #fff;
  font-size: clamp(18px, 2vw, 34px);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 2%;
}
.topFvTextBox span ~ span {
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topFvTextBox {
    right: auto;
    left: 17%;
    top: 7%;
  }
}

.topNews {
  position: relative;
  padding-top: 80px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .topNews {
    padding-bottom: 100px;
  }
}
.topNews::before {
  background-image: url(../img/flowWaveTop.png);
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8.3vw;
  height: 8.5vw;
  width: 100vw;
  z-index: 2;
}

.topNewsBlock .leftBox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 30%;
}
.topNewsBlock .leftBox .button {
  margin-top: auto;
}
.topNewsBlock .rightBox {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .topNewsBlock {
    padding-inline: 5%;
  }
  .topNewsBlock .leftBox {
    margin-bottom: 10%;
    width: 100%;
  }
  .topNewsBlock .rightBox {
    width: 100%;
  }
}

.topNewsList li + li {
  margin-top: 2%;
}
.topNewsList li a {
  transition: 0.3s;
}
.topNewsList li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .topNewsList {
    margin-bottom: 15%;
  }
  .topNewsList li + li {
    margin-top: 7%;
  }
}

.newsCate {
  color: #fff;
  background-color: #79CBD6;
  padding: 0.3em 1em;
  border-radius: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 1em;
}

.newsTitle {
  font-family: var(--fontJpSub);
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.topColumnCard:hover .newsTitle, li:hover .newsTitle {
  color: #79CBD6;
}
@media only screen and (max-width: 767px) {
  .newsTitle {
    font-size: 15px;
  }
}

.topConcept {
  padding-top: clamp(55px, 7vw, 100px);
}

.conceptTextBox {
  max-width: 860px;
  margin-inline: auto;
  width: 100%;
}
.conceptTextBox .text {
  font-family: var(--fontJpSub);
  letter-spacing: 0.27em;
}
@media only screen and (max-width: 767px) {
  .conceptTextBox {
    padding-inline: 5%;
  }
  .conceptTextBox .text {
    font-size: 15px;
  }
}

.conceptCheckBox {
  border-radius: 10px;
  padding: 5% 8%;
}
.conceptCheckBox .titleBox {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .conceptCheckBox {
    padding: 5%;
    padding-bottom: 16%;
  }
  .conceptCheckBox .titleBox {
    margin-bottom: 10%;
  }
}

.conceptTitleIcon_left, .conceptTitleIcon_right {
  position: absolute;
}
.conceptTitleIcon_left {
  bottom: 0;
  left: calc(50% - 240px);
  width: 60px;
}
.conceptTitleIcon_right {
  bottom: -30%;
  right: calc(50% - 330px);
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .conceptTitleIcon_left {
    bottom: 70px;
    left: 24px;
  }
  .conceptTitleIcon_right {
    bottom: -70vw;
    right: -33px;
    width: 90px;
    z-index: 2;
  }
}

.conceptMoveBox {
  position: relative;
  width: 100%;
}
.conceptMoveBox .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.conceptMoveBox .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.topYoutube {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}
@media only screen and (max-width: 767px) {
  .topYoutube {
    padding-top: 265px;
  }
}

.topYoutubeBg {
  position: relative;
  background-color: #E2F3F7;
}
.topYoutubeBg::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
  z-index: -10;
}
.topYoutubeBg::after {
  bottom: -8.5vw;
  background-image: url(../img/waveConceptBottom.png);
}
@media only screen and (max-width: 767px) {
  .topYoutubeBg {
    padding-bottom: 10%;
  }
  .topYoutubeBg .cntBorder {
    padding-inline: 0;
  }
}

.topYoutubeBg_top {
  background-image: url(../img/waveConceptTop.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -8.5vw;
  height: 8.5vw;
  width: 100vw;
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  .topYoutubeBg_top::before {
    position: absolute;
    content: "";
    background-image: url(../img/topYoutubeTtl_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 316px;
    height: 220px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.topYoutubeButton_wrap {
  display: flex;
  justify-content: center;
  padding-top: clamp(30px, 4.5vw, 60px);
}

.topYouTubeSlideArrow::before {
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
}
.topYouTubeSlideArrow::after {
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}

.topYoutubeCnt {
  margin: 0 10px;
}
.topYoutubeCnt:hover img {
  scale: 1.1;
}

.topYoutubeCntBox {
  padding-top: clamp(25px, 4.1vw, 55px);
}

.topYoutubeThumb {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.topYoutubeThumb img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.topYoutubeTtlBox {
  width: clamp(380px, 32.9vw, 444px);
  height: clamp(145px, 12.3vw, 166px);
  top: -163px;
  left: 50%;
  transform: translateX(-50%);
}
.topYoutubeTtlBox::after {
  position: absolute;
  content: "";
  background-image: url(../img/checkParson.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 43%;
  height: 110%;
  bottom: 3%;
  right: -43%;
}
@media only screen and (max-width: 767px) {
  .topYoutubeTtlBox {
    display: none;
  }
}

.topYoutubeTtl {
  font-size: 15px;
  background-color: #fff;
  padding: 15px 20px 20px;
}

.topYoutubeButton {
  width: 300px;
  padding: 1.5em 2em;
}

.serviceBlockInner {
  display: flex;
}
.serviceBlockInner .leftBox {
  position: relative;
  width: 50%;
}
.serviceBlockInner .leftBox .textBox {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 21%;
}
.serviceBlockInner .leftBox .textBox span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.3em;
  background-color: #fff;
  border-radius: 30px;
  padding: 0.8em 0.2em;
  display: inline-block;
}
.serviceBlockInner .leftBox .textBox span + span {
  margin-right: 1em;
}
.serviceBlockInner .rightBox {
  margin-top: 4%;
  padding-right: 10%;
  width: 50%;
}
.serviceBlockInner .rightBox .text {
  font-family: var(--fontJpSub);
  letter-spacing: 0.15em;
  padding-right: 5%;
  line-height: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceBlockInner .rightBox {
    padding-right: 5%;
  }
  .serviceBlockInner .rightBox .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBlockInner {
    flex-direction: column-reverse;
  }
  .serviceBlockInner .leftBox {
    margin-top: 6%;
    width: 100%;
  }
  .serviceBlockInner .leftBox .textBox {
    position: static;
    margin-block: 13% auto;
  }
  .serviceBlockInner .leftBox .textBox span {
    font-size: 16px;
  }
  .serviceBlockInner .rightBox {
    padding-inline: 4%;
    width: 100%;
  }
  .serviceBlockInner .rightBox .text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .topService {
    margin-top: 0;
  }
}

.topServiceMain {
  padding-bottom: clamp(45px, 12.9vw, 185px);
}

.serviceBlock {
  position: relative;
  padding-block: 5%;
}
.serviceBlock::before {
  content: "";
  position: absolute;
  background-image: url(../img/serviceMap.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  height: clamp(1px, 69vw, 990px);
  width: clamp(1px, 61.2vw, 880px);
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceBlock::before {
    left: -20%;
    height: 119%;
    width: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBlock::before {
    top: auto;
    bottom: 0;
    left: -20%;
    height: 63%;
    width: 120%;
  }
}

.topSreviceMargin {
  background-color: #FFF9AD;
  border-radius: 10px;
  padding: 70px 15px 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .topSreviceMargin {
    padding: 30px 15px 40px;
  }
}

.topServiceMarginTtlBox {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .topServiceMarginTtlBox {
    margin-bottom: 30px;
  }
  .topServiceMarginTtlBox .text br {
    display: none;
  }
}
.topServiceMarginTtlBox h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.1;
  color: #FF5D08;
  border-top: 1px solid #FFEC08;
  border-bottom: 1px solid #FFEC08;
  margin-bottom: 30px;
}
.topServiceMarginTtlBox h4 .inlineBlock {
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .topServiceMarginTtlBox h4 {
    font-size: 22px;
    padding: 13px 0 18px;
    margin-bottom: 20px;
    line-height: 1.37;
  }
}

.topServiceMarginCntBox:nth-child(3) {
  margin-top: 30px;
}

.topServiceCntBox {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.topServiceCntBox h5 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding-top: 35px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FF5D08;
}
@media only screen and (max-width: 600px) {
  .topServiceCntBox h5 {
    font-size: 20px;
    padding-top: 20px;
  }
}

.topServiceCntFlow {
  max-width: 1150px;
  width: 100%;
  padding: 40px 15px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .topServiceCntFlow {
    max-width: 325px;
    padding: 25px 47px 30px;
  }
}

.topServiceCntFlowPassion {
  max-width: 900px;
  padding-top: 50px;
}
@media only screen and (max-width: 600px) {
  .topServiceCntFlowPassion {
    max-width: 325px;
    padding-top: 30px;
  }
}

.topSrevicePassion {
  background-color: #E2F3F7;
  border-radius: 10px;
  padding: 70px 15px 60px;
}
@media only screen and (max-width: 600px) {
  .topSrevicePassion {
    padding: 30px 15px 40px;
  }
}

.topServicePassionTtlBox {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .topServicePassionTtlBox {
    margin-bottom: 30px;
  }
}
.topServicePassionTtlBox h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.1;
  color: #181D62;
  border-top: 1px solid #79CBD6;
  border-bottom: 1px solid #79CBD6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .topServicePassionTtlBox h4 {
    padding: 13px 0 18px;
    margin-bottom: 20px;
    line-height: 1.37;
  }
}
.topServicePassionTtlBox h4 .inlineBlock {
  font-weight: 500;
}
.topServicePassionTtlBox p {
  color: #181D62;
}

.topReform {
  position: relative;
}
.topReform::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
  top: 0;
  background-image: url(../img/waveFlowBottom.png);
  z-index: 10;
}
.topReform .__large span {
  font-weight: 500;
}

.topReformBg {
  position: relative;
  padding-top: min(10.5%, 150px);
  padding-bottom: min(19vw, 150px + 8.5vw);
}
.topReformBg::before {
  content: "";
  background-image: url(../img/topReformBg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.topReformFlexCntBox {
  background-color: #fff;
  border: 1px solid #181D62;
  border-radius: 5px;
  color: #181D62;
}
.topReformFlexCntBox p {
  text-align: center;
  font-weight: 400;
}
.topReformFlexCntBox:nth-of-type(1) {
  width: 44%;
}
.topReformFlexCntBox:nth-of-type(1) .topReformCntTextMaker {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73%;
}
.topReformFlexCntBox:nth-of-type(1) .commonTitleJp {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .topReformFlexCntBox:nth-of-type(1) .commonTitleJp {
    padding: 20px 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .topReformFlexCntBox:nth-of-type(1) {
    width: 100%;
  }
}
.topReformFlexCntBox:nth-of-type(2) {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .topReformFlexCntBox:nth-of-type(2) {
    width: 100%;
  }
}

.topReformFlexCnt {
  padding: 5% 10px 8%;
}
@media only screen and (max-width: 767px) {
  .topReformFlexCnt {
    padding: 20px 15px 25px;
  }
}

.topReformFlexBox {
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  .topReformFlexBox {
    flex-direction: column;
    gap: 20px;
  }
}

.topReformCntBox {
  background-color: #fff;
  border: 1px solid #181D62;
  border-radius: 5px;
  margin-top: 20px;
}
.topReformCntBox p {
  text-align: center;
}

.topReformCntTtl {
  background-color: #FFF9AD;
  border-bottom: 1px solid #181D62;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: clamp(15px, 1.7vw, 25px) 0;
}
.topReformCntTtl h3 {
  font-size: 24px;
  font-weight: 500;
  color: #181D62;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topReformCntTtl h3 {
    font-size: 20px;
  }
}

.topReformCntAtt {
  background-color: #FFF9AD;
  border: 1px solid #181D62;
  border-radius: 5px;
  padding: 8px 15px 12px;
  margin: 4% auto 1.8%;
  max-width: 510px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topReformCntAtt {
    margin-top: 20px;
  }
}
.topReformCntAtt p {
  letter-spacing: 0;
}

.topReformCntSmallText {
  font-size: 14px;
}

.topReformCntFlex {
  flex-wrap: wrap;
  padding: 60px 10px 54px;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 2.6%;
  row-gap: min(40px, 3vw);
}
@media only screen and (max-width: 767px) {
  .topReformCntFlex {
    row-gap: 36px;
    padding: 35px 10px 20px;
  }
}

.topReformCnt {
  position: relative;
  width: 23%;
  background-color: #E2F3F7;
  border: 1px solid #181D62;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .topReformCnt {
    width: 313px;
    height: 160px;
  }
}
.topReformCnt p {
  color: #181D62;
}

.topReformCntTop {
  padding-top: 2em;
}

.topReformCntTextL {
  font-size: 18px;
}

.topReformCntText {
  letter-spacing: 0;
  line-height: 1.3;
  margin: 20px auto;
  padding: 2%;
  max-width: 200px;
  width: 90%;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .topReformCntText {
    max-width: 280px;
  }
  .topReformCntText br {
    display: none;
  }
}

.topReformCntCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.topReformCntNum {
  position: absolute;
  background-color: #FFF9AD;
  border: 1px solid #181D62;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 10;
}
.topReformCntNum::before {
  position: absolute;
  content: "";
  border: 4px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.topReformCntTextBg {
  background-color: #fff;
  border-radius: 5px;
}

.topReascon {
  position: relative;
  z-index: 3;
}

.reasconBg {
  background: linear-gradient(to bottom, transparent 0, transparent 7vw, #E2F3F7 7vw, #E2F3F7 100%);
  position: relative;
  padding-block: 2% 5%;
}
.reasconBg::before, .reasconBg::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
}
.reasconBg::before {
  background-image: url(../img/waveReasonTop.png);
  top: 0;
}
.reasconBg::after {
  bottom: -8.5vw;
  background-image: url(../img/waveReasonBottom.png);
}

.reasonBlock {
  display: flex;
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .reasonBlock {
    flex-direction: column;
    gap: 0;
  }
}

.reasonBlockItem {
  width: 33.333333%;
}
.reasonBlockItem .text {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .reasonBlockItem {
    width: 100%;
  }
  .reasonBlockItem + .reasonBlockItem {
    margin-top: 10%;
  }
  .reasonBlockItem .text {
    font-size: 15px;
    margin-inline: 5%;
  }
}

.reasonBlockItemImg {
  position: relative;
}
.reasonBlockItemImg::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url(../img/reasonImgFrame.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110%;
  width: 69%;
}
@media only screen and (max-width: 767px) {
  .reasonBlockItemImg::before {
    height: 109%;
    width: 51%;
  }
}

.reasonBlockItemImgInner {
  padding-bottom: 60%;
  margin-inline: auto;
  margin-bottom: 8%;
  width: 60%;
}

.reasonTitle {
  margin-bottom: 5%;
}
.reasonTitle span {
  border-top: 1px solid #79CBD6;
  border-bottom: 1px solid #79CBD6;
  padding-block: 1.3%;
  font-weight: 500;
}

.topAbout_wrap {
  gap: 2%;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .topAbout_wrap {
    flex-direction: column;
  }
}

.topAboutImg {
  width: 46.5%;
}
.topAboutImg div {
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
.topAboutImg div::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .topAboutImg {
    max-width: 425px;
    width: 80%;
    padding-bottom: 86vw;
    margin: 0 auto;
  }
}

.topAboutImg_1 {
  width: 81%;
}
.topAboutImg_1::before {
  background-image: url(../img/topAboutImg_1_deco.svg);
  width: 110%;
  height: 106%;
  bottom: 0;
  left: -3%;
}
@media only screen and (max-width: 600px) {
  .topAboutImg_1 {
    top: -10vw;
  }
}

.topAboutImg_2 {
  width: 58%;
  right: 0;
  top: min(24vw, 340px);
}
.topAboutImg_2::before {
  background-image: url(../img/topAboutImg_2_deco.svg);
  width: 109%;
  height: 103%;
  top: 0;
  right: -3%;
}
@media only screen and (max-width: 600px) {
  .topAboutImg_2 {
    width: 66%;
    top: 38vw;
  }
}

.topAboutTextBox {
  width: 50%;
  margin-top: min(7%, 80px);
}
.topAboutTextBox h3 {
  margin-top: min(7%, 40px);
}
.topAboutTextBox .text {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .topAboutTextBox {
    width: 100%;
  }
  .topAboutTextBox .titleBox {
    text-align: center;
  }
  .topAboutTextBox .commonTitleEn::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.topAboutButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-inline: 1%;
  width: 60%;
  padding: 1.1em 0.5em;
  margin-left: auto;
  margin-top: 10.5%;
}
@media only screen and (max-width: 600px) {
  .topAboutButton {
    width: 95%;
    margin: 10.5% auto;
  }
}

.topContact {
  margin-top: -16%;
}
.topContact.topBottom {
  margin-top: 0;
}
@media only screen and (min-width: 1281px) {
  .topContact {
    margin-top: -11%;
  }
}
@media only screen and (max-width: 959px) {
  .topContact {
    margin-top: -20%;
  }
}

.topContactAfterFlow {
  margin-top: 0;
  position: relative;
}
.topContactAfterFlow::before {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
  top: 0;
  background-image: url(../img/waveFlowBottom.png);
  z-index: 10;
}

.contactBg {
  background-image: url(../img/contactBgImg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 9% 12%;
  z-index: 2;
}
.contactBg::before {
  content: "";
  background-image: url(../img/contactBgGrade.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .contactBg {
    padding-block: 20% 13%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactBg {
    padding-block: 12% 13%;
  }
}
@media only screen and (max-width: 767px) {
  .contactBg {
    padding-bottom: 20%;
  }
}

.contactLinksButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-inline: 1%;
  width: 32.3333%;
  padding: 1.1em 0.5em;
}
.formTopBlock .contactLinksButton {
  width: 48%;
}
.contactLinksButton::before {
  top: 0.5em;
  left: 0.5em;
}
.contactLinksButton .telNum {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
.contactLinksButton .telNum i {
  font-size: 22px;
  margin-right: 0.6em;
}
.contactLinksButton .mailIcon i {
  font-size: 22px;
  margin-right: 0.6em;
}
.contactLinksButton .lineIcon i {
  font-size: 26px;
  margin-right: 0.6em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactLinksButton .telNum {
    font-size: 20px;
  }
  .contactLinksButton .telNum i {
    font-size: 16px;
    margin-right: 0.4em;
  }
  .contactLinksButton .telNum + span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .contactLinksButton {
    width: 95%;
  }
  .contactLinksButton + .contactLinksButton {
    margin-top: 8%;
  }
  .formTopBlock .contactLinksButton {
    margin-inline: auto;
    width: 80%;
  }
  .contactLinksButton .telNum {
    font-size: 22px;
  }
  .contactLinksButton .telNum i {
    font-size: 16px;
  }
  .contactLinksButton .telNum + span {
    font-size: 13px;
  }
}

.topItems {
  padding-bottom: clamp(60px, 8vw, 200px);
}

.topItemsBg {
  position: relative;
  background-color: #E2F3F7;
  padding: 50px 0;
}
.topItemsBg::before, .topItemsBg::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
  z-index: 1;
}
.topItemsBg::before {
  background-image: url(../img/waveItemTop.png);
  top: -8.5vw;
}
.topItemsBg::after {
  bottom: -8.5vw;
  background-image: url(../img/waveItemBottom.png);
}
@media only screen and (max-width: 767px) {
  .topItemsBg {
    padding-block: 13%;
  }
  .topItemsBg .cnt {
    padding: 0;
  }
}

.topItems_inner_pc {
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: min(2.6vw, 30px);
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .topItems_inner_pc {
    display: none;
  }
}

.topItems_inner_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topItems_inner_sp {
    display: block;
    margin-top: 30px;
  }
}

.topItem-slider .slick-track {
  display: flex;
}

.topItemSlideArrow::before {
  top: 45%;
  transform: translateY(-50%);
  left: 5%;
}
.topItemSlideArrow::after {
  top: 45%;
  transform: translateY(-50%);
  right: 5%;
}

.topItemsCnt {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .topItemsCnt {
    width: 100%;
    margin: 0 10px;
  }
}

.topItemCntImg {
  aspect-ratio: 74/59;
}
.topItemCntImg p {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(19px, 2.1vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  padding: 1px 15px;
  text-align: center;
  top: 13px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .topItemCntImg p {
    width: fit-content;
    padding: 0 15px;
    left: 16px;
  }
}
.topItemCntImg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.topItemCntBox {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 13px 10px 10px;
}

.topItemCntTtl {
  border-bottom: 1px solid #B4CFDA;
}
.topItemCntTtl p {
  font-weight: 600;
  line-height: 1.5;
  background-color: #FFF9AD;
  border: 1px solid #79CBD6;
  border-radius: 5px;
  color: #79CBD6;
  text-align: center;
  width: fit-content;
  padding: 0 10px;
  font-size: clamp(12px, 1.4vw, 16px);
}
.topItemCntTtl h4 {
  font-size: clamp(19px, 2.1vw, 24px);
  font-weight: 500;
  padding-bottom: 5px;
}

.topItemCntPrice {
  font-size: clamp(31px, 3.5vw, 40px);
  font-weight: 500;
  color: #F53468;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .topItemCntPrice {
    line-height: 1.6;
  }
}
.topItemCntPrice span {
  font-size: clamp(25px, 2.8vw, 32px);
  font-weight: 500;
}

.topItemCntPriceAfter {
  position: relative;
  padding-right: 0.4em;
}
.topItemCntPriceAfter::after {
  position: absolute;
  content: "";
  background-image: url(../img/priceTax.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.4em;
  height: 1em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.topItemCntPointBox {
  background-color: #E2F3F7;
  border-radius: 5px;
  align-items: center;
  padding: 8px 5px 9px 10px;
  justify-content: space-between;
}

.topItemCntPoint {
  color: #79CBD6;
  width: fit-content;
}

.topItemCntPointDetail {
  line-height: 1.4;
  letter-spacing: 0;
  width: 75%;
}

.topFlowBg {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .topFlowBg {
    padding-top: 0;
  }
}

.topFlowBlock {
  position: relative;
}
.topFlowBlock::before {
  content: "";
  position: absolute;
  border-left: 1px solid #79CBD6;
  top: 5%;
  left: 0;
  width: 1px;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFlowBlock::before {
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .topFlowBlock::before {
    top: 0;
    left: 33px;
    height: 100%;
  }
}

.topFlowBlockInner + .topFlowBlockInner {
  margin-top: 5%;
}
.topFlowBlockInner:nth-child(1) .leftBox::before {
  background-image: url(../img/flowItemNum01.png);
}
.topFlowBlockInner:nth-child(2) .leftBox::before {
  background-image: url(../img/flowItemNum02.png);
}
.topFlowBlockInner:nth-child(3) .leftBox::before {
  background-image: url(../img/flowItemNum03.png);
}
.topFlowBlockInner .leftBox {
  position: relative;
  padding-inline: 10% 5%;
  width: 65%;
}
.topFlowBlockInner .leftBox::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: -53px;
  height: 100px;
  width: 104px;
}
.topFlowBlockInner .rightBox {
  width: 35%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFlowBlockInner .leftBox {
    margin-left: auto;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .topFlowBlockInner .leftBox {
    padding-inline: 22% 2%;
    width: 100%;
  }
  .topFlowBlockInner .leftBox::before {
    left: 0;
    height: 60px;
    width: 64px;
  }
  .topFlowBlockInner .rightBox {
    margin-top: 8%;
    padding-inline: 22% 2%;
    width: 100%;
  }
}

.columnBg {
  background-color: #E2F3F7;
  position: relative;
  padding-block: 2% 0;
  z-index: 1;
}
.columnBg::before, .columnBg::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
}
.columnBg::before {
  background-image: url(../img/waveReasonTop.png);
  top: -8.5vw;
}
.columnBg::after {
  bottom: -8.5vw;
  background-image: url(../img/waveColumnBottom.png);
}
@media only screen and (max-width: 767px) {
  .columnBg::before, .columnBg::after {
    height: 20vw;
  }
  .columnBg::before {
    top: -20vw;
  }
  .columnBg::after {
    bottom: -20vw;
  }
}

.flowBlcokItem {
  padding-bottom: 50%;
  border-radius: 10px;
}

.topColumnCard {
  margin-inline: 1%;
  width: 32.3333%;
}
@media only screen and (max-width: 767px) {
  .topColumnCard {
    margin-inline: auto;
    width: 95%;
  }
  .topColumnCard + .topColumnCard {
    margin-top: 5%;
  }
}

.topColumnImg {
  background-color: #ccc;
  padding-bottom: 64%;
}

.topColumnCardInner {
  background-color: #fff;
  padding: 5%;
}

.topColumnButton {
  max-width: 330px;
  padding: 1.3em 3em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topColumnButton {
    font-size: 18px;
  }
}

.faqContents {
  margin-top: -12vw;
}
@media only screen and (max-width: 959px) {
  .faqContents {
    margin-top: -20vw;
  }
}

.faqBg {
  position: relative;
}
.faqBg::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  width: 100%;
  z-index: -1;
}

.faqBgVeil {
  position: relative;
}
.faqBgVeil::before, .faqBgVeil::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: -1;
}
.faqBgVeil::before {
  background: linear-gradient(to left, #fff, transparent);
  left: 25%;
}
.faqBgVeil::after {
  background: linear-gradient(to right, #fff, transparent);
  right: 25%;
}
@media only screen and (max-width: 767px) {
  .faqBgVeil::before, .faqBgVeil::after {
    height: 15%;
    width: 100%;
  }
  .faqBgVeil::before {
    top: 25%;
    background: linear-gradient(to top, #fff, transparent);
    left: 0;
  }
  .faqBgVeil::after {
    top: auto;
    bottom: 25%;
    background: linear-gradient(to bottom, #fff, transparent);
    right: 0;
  }
}

.faqBgInner {
  position: relative;
  padding-block: 13%;
}
.faqBgInner::before, .faqBgInner::after {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  z-index: -2;
}
.faqBgInner::before {
  background-image: url(../img/faqBgLeft.jpg);
  left: 0;
}
.faqBgInner::after {
  background-image: url(../img/faqBgRight.jpg);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .faqBgInner {
    padding-block: 20%;
  }
  .faqBgInner::before, .faqBgInner::after {
    height: 40%;
    width: 100%;
  }
  .faqBgInner::before {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .faqBgInner::after {
    right: auto;
    left: 0;
  }
}

.acdContents {
  background-color: #fff;
  padding: 3% 4%;
}
.acdContents + .acdContents {
  margin-top: 2%;
}

.acdTitle {
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.acdTitle .faq_q {
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .acdTitle {
    font-size: 15px;
    padding-right: 5%;
  }
}

.acdInner {
  display: none;
  margin-top: 4%;
  font-size: 18px;
}
.acdInner dl {
  align-items: flex-start;
  display: flex;
}
.acdInner dl dt {
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .acdInner {
    font-size: 15px;
  }
}

.icon-animation {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.icon-animation::before, .icon-animation::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  left: 50%;
}
.icon-animation::before {
  border-left: 2px solid #333;
  height: 15px;
}
.open .icon-animation::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.icon-animation::after {
  border-bottom: 2px solid #333;
  width: 15px;
}
@media only screen and (max-width: 767px) {
  .icon-animation {
    right: 5px;
  }
}

.companyBg {
  padding-block: 3% 5%;
  position: relative;
}
.companyBg::before, .companyBg::after {
  background-image: url(../img/waveFlowBottom.png);
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 8.4vw;
  width: 100%;
  z-index: -1;
}
.companyBg::before {
  top: -8.4vw;
}
.companyBg::after {
  top: auto;
  bottom: -8vw;
  z-index: 3;
}
@media only screen and (min-width: 1281px) {
  .companyBg::before {
    top: -8.2vw;
  }
}

.companyInfoBlock dl {
  border-bottom: 1px solid #ccc;
  padding-block: 2.5%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .companyInfoBlock dl {
    padding-block: 4% 5%;
  }
}
.companyInfoBlock dl dt, .companyInfoBlock dl dd {
  font-size: 18px;
}
.companyInfoBlock dl dt {
  font-weight: 600;
  width: 150px;
}
.companyInfoBlock dl dd {
  width: calc(100% - 150px);
}
.companyInfoBlock dl dd .companyInfoTag {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background-color: #B4CFDA;
  border-radius: 4px;
  width: 70px;
  height: 21px;
  padding-top: 2px;
  margin-right: 15px;
  text-align: center;
}
.companyInfoBlock dl .pc-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .companyInfoBlock dl .pc-only {
    display: none;
  }
}
.companyInfoBlock dl .sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .companyInfoBlock dl .sp-only {
    display: block;
  }
  .companyInfoBlock dl .sp-only .line {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
  }
  .companyInfoBlock dl .sp-only a {
    font-size: 14px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .companyInfoBlock {
    padding: 0 15px;
  }
  .companyInfoBlock dl dt, .companyInfoBlock dl dd {
    font-size: 15px;
  }
  .companyInfoBlock dl dt {
    width: 120px;
  }
  .companyInfoBlock dl dd {
    width: calc(100% - 120px);
  }
}

.googleMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 43.05%;
}
.googleMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .googleMap {
    padding: 0 15px;
  }
}

.underpageHead {
  background-image: url(../img/contactBgImg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 11% 8%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .underpageHead {
    padding-block: 49px 77px;
  }
}
.underpageHead::before {
  content: "";
  background-image: url(../img/contactBgGrade.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.aboutMessage {
  padding: 6rem 0;
}

.aboutMessage_wrap {
  gap: 9%;
}
@media only screen and (max-width: 767px) {
  .aboutMessage_wrap {
    flex-direction: column;
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.aboutMessageTextBox {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .aboutMessageTextBox {
    width: 100%;
  }
}
.aboutMessageTextBox span {
  font-weight: 500;
}

.aboutMessageImgBox {
  width: 38%;
  height: 100%;
  aspect-ratio: 400/457;
}
@media only screen and (max-width: 767px) {
  .aboutMessageImgBox {
    width: 90%;
    aspect-ratio: 19/16;
    margin-top: 30px;
  }
}
.aboutMessageImgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.aboutMessageImgBox::after {
  position: absolute;
  content: "";
  background-color: #E2F3F7;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 11%;
  top: 9.5%;
  z-index: -10;
}

.aboutMessageImgText {
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  left: 25px;
  bottom: 20px;
}
.aboutMessageImgText .aboutMessageImgText_small {
  font-size: 1.6rem;
  line-height: 1;
}

.topConceptBg {
  position: relative;
  background-color: #E2F3F7;
  padding-block: 3.5%;
}
.topConceptBg::before, .topConceptBg::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 8.5vw;
  width: 100vw;
}
.topConceptBg::before {
  background-image: url(../img/waveConceptTop.png);
  top: -8.5vw;
}
.topConceptBg::after {
  bottom: -8.5vw;
  background-image: url(../img/waveConceptBottom.png);
}
@media only screen and (max-width: 767px) {
  .topConceptBg {
    padding-block: 10%;
  }
}

.aboutHistory_inner {
  background-color: #fff;
  border-radius: 10px;
}

.aboutHistoryBox {
  max-width: 900px;
  width: 100%;
  padding: 60px 15px 45px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox {
    padding: 30px 10px 35px;
  }
}
.aboutHistoryBox ol {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol {
    row-gap: 20px;
  }
}
.aboutHistoryBox ol::before {
  position: absolute;
  content: "";
  background-color: #79CBD6;
  width: 1px;
  height: 100%;
  left: calc(100px + 2rem);
  top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol::before {
    left: 5px;
  }
}
.aboutHistoryBox ol li {
  display: flex;
  column-gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol li {
    flex-direction: column;
    padding-left: 40px;
  }
}
.aboutHistoryBox ol li h3 {
  position: relative;
  color: #79CBD6;
  font-weight: 500;
  width: 100px;
  height: fit-content;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol li h3 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.aboutHistoryBox ol li h3::before {
  position: absolute;
  content: "";
  background-color: #79CBD6;
  width: 40px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100px + 2rem - 5px);
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol li h3::before {
    width: 30px;
    left: -40px;
  }
}
.aboutHistoryBox ol li h3::after {
  position: absolute;
  content: "";
  background-image: url(../img/historyDots.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100px + 2rem - 5px);
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBox ol li h3::after {
    left: -40px;
  }
}
.aboutHistoryBox ol li p {
  flex: 1;
}

.aboutCompanyImageBox {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .aboutCompanyImageBox {
    flex-direction: column;
    gap: 20px;
    width: min(90%, 400px);
    margin: 0 auto;
  }
}

.aboutCompanyImage {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .aboutCompanyImage {
    width: 100%;
  }
}
.aboutCompanyImage img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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