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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColor: #12A0A0;
  --mainColorLight: #88D2D2;
  --subColor: #2753A9;
}

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

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

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

.bgMainColorLight {
  background-color: var(--mainColorLight);
}

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

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

.grayColor {
  color: #F7F7F7;
}

.bgGrayColor {
  background-color: #F7F7F7;
}

/* ----------------------------------
使わない↓（消すと__main.scssが干渉してコンパイルできなくなる）
---------------------------------- */
.grayColorLight {
  color: #f9f9f9;
}

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

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

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

:root {
  --fontNum: "League Spartan", sans-serif;
}

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

:root {
  --titleFont: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

:root {
  --fontJp: -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

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

:root {
  --fontColor: #1A1311;
}

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

/*==================================================
 * リセット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,
p,
span,
div {
  line-height: 1.6;
  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;
}
@media only screen and (max-width: 767px) {
  .lh_xl {
    line-height: 1.8;
  }
  .lh_xl * {
    line-height: 1.8;
  }
}

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

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

.bold800 {
  font-weight: 800 !important;
}

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !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: 14px;
  }
}

.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: 12px !important;
  }
}

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.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;
}

.inlineFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  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;
  }
}

.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

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

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

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

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb90 {
    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 !important;
}

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

@media only screen and (max-width: 767px) {
  .mlSp0 {
    margin-left: 0;
  }
  .mlSp1 {
    margin-left: 1em;
  }
  .mlSp2 {
    margin-left: 2em;
  }
  .mlSp3 {
    margin-left: 3em;
  }
}
.mtL {
  margin-top: 30%;
}

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

@media only screen and (max-width: 767px) {
  .mtSpL {
    margin-top: 30%;
  }
  .mtSpL2 {
    margin-top: 25%;
  }
  .mtSpL3 {
    margin-top: 20%;
  }
  .mtSpL4 {
    margin-top: 15%;
  }
  .mtSpM {
    margin-top: 10%;
  }
  .mtSpM2 {
    margin-top: 7.5%;
  }
  .mtSpM3 {
    margin-top: 5%;
  }
  .mtSpS {
    margin-top: 3.5%;
  }
  .mtSpS2 {
    margin-top: 2%;
  }
  .mtSpS3 {
    margin-top: 1%;
  }
}
.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%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 30px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 40px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 50px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px;
  }
}

.pt200 {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .pt200 {
    padding-top: 70px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

@media only screen and (max-width: 767px) {
  .plSp0 {
    padding-left: 0;
  }
  .plSp1 {
    padding-left: 1em;
  }
  .plSp2 {
    padding-left: 2em;
  }
  .plSp3 {
    padding-left: 3em;
  }
}
.pbL {
  padding-bottom: 30%;
}

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .pbSpL {
    padding-bottom: 30%;
  }
  .pbSpL2 {
    padding-bottom: 25%;
  }
  .pbSpL3 {
    padding-bottom: 20%;
  }
  .pbSpL4 {
    padding-bottom: 15%;
  }
  .pbSpM {
    padding-bottom: 10%;
  }
  .pbSpM2 {
    padding-bottom: 7.5%;
  }
  .pbSpM3 {
    padding-bottom: 5%;
  }
  .pbSpS {
    padding-bottom: 3.5%;
  }
  .pbSpS2 {
    padding-bottom: 2%;
  }
  .pbSpS3 {
    padding-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

@media only screen and (max-width: 767px) {
  .justBetweenSp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

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

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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%;
  }
}
/*横幅*/
@media only screen and (max-width: 767px) {
  .spPadding {
    padding-inline: 15px;
  }
}

.w100 {
  width: 100%;
}

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

.cntS {
  max-width: 830px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .cntS.spPadding {
    padding-inline: 30px;
  }
  .cnt .cntS {
    padding-inline: 0;
  }
  .cntL .cntS {
    padding-inline: 0;
  }
}

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

.cntL {
  max-width: 1110px;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cntML {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 15px;
}

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

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

.cntWideL {
  max-width: 1920px;
  margin-inline: auto;
}

.paNone {
  padding: 0;
}

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

:root {
  --spaceSizeS: clamp(25px, 10vw, 50px);
  --spaceSize: clamp(50px, 10vw, 100px);
  --spaceSizeWide: clamp(90px, 15vw, 180px);
}

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

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

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

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

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

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

.marginInlineNone {
  margin-inline: 0 !important;
}

.marginCenter {
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .spMargin {
    margin-block: 100px;
  }
}

/*背景系*/
.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%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

/*角丸*/
.radiusS {
  border-radius: 10px;
}

.radiusM {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .radiusM {
    border-radius: 8px;
  }
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

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

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

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

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

/*マウスストーカー*/
#pageHeader {
  background-color: #F3FAF9;
  overflow: hidden;
}

.pageHeaderInner {
  padding-block: 90px 60px;
  position: relative;
  z-index: 2;
}
.pageHeaderInner::before, .pageHeaderInner::after {
  content: "";
  position: absolute;
  background-image: url("../img/circleDeco.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: -1;
}
.pageHeaderInner::before {
  --circle-w-1: clamp(290px,33.5vw,430px);
  bottom: calc(var(--circle-w-1) / 1.7 * -1);
  left: -90px;
  width: var(--circle-w-1);
}
.pageHeaderInner::after {
  --circle-w-2: clamp(200px,27.4vw,350px);
  top: calc(var(--circle-w-2) / 2 * -1);
  right: -90px;
  width: var(--circle-w-2);
}

.titleEn {
  font-size: clamp(60px, 9.4vw, 120px);
  font-weight: 600;
  font-family: var(--fontEn);
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(var(--subColor)));
  background: linear-gradient(90deg, var(--mainColor) 0%, var(--subColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  letter-spacing: 0.03em;
  opacity: 0.08;
  margin-bottom: -0.5em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.titleJp {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .titleJp {
    font-size: 22px;
  }
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.zIndex-1 {
  z-index: 1;
}

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

.zIndex-3 {
  z-index: 3;
}

.zIndex-4 {
  z-index: 4;
}

.zIndex-5 {
  z-index: 5;
}

.zIndex-6 {
  z-index: 6;
}

.zIndex-7 {
  z-index: 7;
}

.zIndex-8 {
  z-index: 8;
}

.zIndex-9 {
  z-index: 9;
}

.zIndex-10 {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .zIndex-1_sp {
    z-index: 1;
  }
  .zIndex-2_sp {
    z-index: 2;
  }
  .zIndex-3_sp {
    z-index: 3;
  }
  .zIndex-4_sp {
    z-index: 4;
  }
  .zIndex-5_sp {
    z-index: 5;
  }
  .zIndex-6_sp {
    z-index: 6;
  }
  .zIndex-7_sp {
    z-index: 7;
  }
  .zIndex-8_sp {
    z-index: 8;
  }
  .zIndex-9_sp {
    z-index: 9;
  }
  .zIndex-10_sp {
    z-index: 10;
  }
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
@media only screen and (max-width: 767px) {
  .overRayBox {
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .open .overRayBox {
    cursor: url(../images/cross.svg), auto;
    visibility: visible;
    opacity: 1;
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background: transparent;
    border: none;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 6px;
  }
}

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span {
  background-color: var(--mainColor);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) 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) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) 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
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbs {
  margin-block: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-block: 3px;
  }
}

.breadcrumbsInner span {
  font-size: 12px;
  font-family: var(--fontJp);
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 11px;
  }
}

/*パンくず終わり*/
/*新着情報------------------------------------*/
.topicsItemBox > div {
  gap: 5px 10px;
}

.topicsItemImgBox {
  overflow: hidden;
}
.topicsItemImgBox img {
  aspect-ratio: 2/1.32;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topicsCard:hover .topicsItemImgBox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topTopicsItemTitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topicsCard:hover .topTopicsItemTitle {
  color: var(--subColor);
}

.otherNewsBlockTitle {
  background-color: var(--subColor);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 0.3em 1.2em;
  letter-spacing: 0.08em;
}

/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-inline: auto;
}
.cform tr {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  width: 230px;
}
.cform tr td {
  width: calc(100% - 230px);
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .cform tr td {
    width: 100%;
  }
}
.cform label {
  cursor: pointer;
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform select {
  cursor: pointer;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  background-color: #F9F9F9;
  width: 100%;
  border: none;
  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 select::-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 select::-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 select:-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 select::-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::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-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 select::-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 select:-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 select::-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 select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .zip {
  max-width: 200px;
}
.cform .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cform input[type=radio] {
  display: none;
}
.cform input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.cform input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: -2px;
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.cform input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 45%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 8px;
  width: 8px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cform input[type=radio] + span::after {
    top: 47%;
  }
}
.cform input[type=radio]:checked + span::after {
  display: block;
}
.cform input[type=checkbox] {
  display: none;
}
.cform input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.cform input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.cform input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 8px;
  width: 14px;
  display: none;
}
.cform input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform .title {
    font-size: 14px;
  }
}

.contactFormPrivacyAlertBox {
  background-color: #f9f9f9;
  padding: 5%;
}

.mwform-checkbox-field {
  cursor: pointer;
  margin-bottom: 1%;
  display: inline-block;
}
.mwform-checkbox-field input {
  cursor: pointer;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field {
    margin-bottom: 3%;
  }
}

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

.mw_wp_form_confirm .hopeBlock div {
  width: 200px;
}
.mw_wp_form_confirm .hopeBlock div + div {
  width: calc(100% - 200px);
}

.required-srt {
  background-color: #FF5B5B;
  color: #fff;
  font-size: 14px;
  font-family: var(--fontJp);
  margin-left: 1em;
  padding: 0.1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .required-srt {
    font-size: 12px;
    padding: 0.2em 1em;
  }
}

.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 {
  background-color: #fff;
  padding: 8% 5%;
  margin: 0 0 5%;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 0 0 6%;
  }
}

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

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  border: 1px solid var(--subColor);
  background-color: var(--subColor);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-block: 1em;
  padding-inline: 1.5em;
  position: relative;
  margin-inline: auto;
  letter-spacing: 0.15em;
  text-align: center;
  width: 300px;
}
.submit-btn input:hover {
  background-color: #fff;
  color: var(--subColor);
}
.submit-btn input[name=submitBack] {
  background-color: #838383;
  border-color: #838383;
  width: 250px;
}
.submit-btn input[name=submitBack]:hover {
  background-color: #fff;
  color: var(--fontColor);
}

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

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.mw_wp_form_complete .complete-none {
  display: none;
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
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;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(18, 160, 160, 0.12)));
  background: linear-gradient(transparent 50%, rgba(18, 160, 160, 0.12) 50%);
}
.entry p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h1 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry h1 {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}
.entry h2 {
  background-color: #F9F9F9;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h3::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: #f9f9f9;
  padding: 3% 5%;
}
.entry li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

/*目次*/
.toc_number {
  font-family: var(--fontNum);
  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: var(--mainColor);
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid var(--mainColor);
  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 3%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: var(--mainColor);
  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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--mainColor);
  border-radius: 10px;
}

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

.lkc-thumbnail-img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  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: var(--mainColor);
  font-family: var(--fontNum);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: var(--mainColor);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.cateCss {
  display: inline-block;
  font-size: 14px;
  border: 1px solid var(--mainColor);
  font-family: var(--fontJp);
  color: var(--mainColor);
  padding: 0.3em 0.6em;
  border-radius: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cateCss {
    font-size: 11px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 14px;
  border: 1px solid var(--mainColor);
  font-family: var(--fontJp);
  color: var(--mainColor);
  padding: 0.3em 0.6em;
  border-radius: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShareButton {
  border-radius: 10px;
  padding: 0.7rem 1rem;
  width: 20%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.singleColumnShareButton + .singleColumnShareButton {
  margin-left: 3%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 31.33333%;
  }
}
.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: #000;
  border: 1px solid #000;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #000;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}
.singleColumnShareButton.line {
  background: #4CC764;
  border: 1px solid #4CC764;
}
.singleColumnShareButton.line:hover {
  background: #fff;
  color: #4CC764;
}

.singleColumnShareTitle {
  font-size: 16px;
  font-weight: 600;
  width: 27%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 3%;
  }
}

/*この記事を書いた人*/
.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: 5% 3%;
  margin: 6% 0 6% 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
}
.singleColumnWriterTitle::before {
  content: "";
  position: absolute;
  background: #afafaf;
  top: 50%;
  right: 0;
  height: 1px;
  width: calc(100% - 11em);
}

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

.singleColumnWriterInnerHead .leftbox {
  width: 65%;
}
.singleColumnWriterInnerHead .rightbox {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriterInnerHead .leftbox {
    width: 70%;
  }
  .singleColumnWriterInnerHead .rightbox {
    width: 30%;
  }
}

.sidebarWriterSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebarWriterSns li {
  margin-bottom: 4%;
  width: 20%;
}
.sidebarWriterSns li + li {
  margin-left: 5%;
}
.sidebarWriterSns li a {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .sidebarWriterSns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebarWriterSns li {
    width: 45%;
    margin-bottom: 10%;
  }
  .sidebarWriterSns li + li {
    margin-left: 0;
  }
}

/*次のページを見る*/
.singlePageLinkBox + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}
.singlePageLinkBox + .singlePageLink.next {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLink.next {
    margin-left: 2.5em;
  }
}

.singlePageLink.prev + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLink.prev + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}

.cmNewsText {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #afafaf;
  font-size: 14px;
}
.singlePageLinkBox.next .cmNewsText {
  text-align: left;
}

.singlePageLink {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.singlePageLink::before, .singlePageLink::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.singlePageLink::before {
  background: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35px;
  width: 35px;
}
.singlePageLink::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  height: 13px;
  width: 8px;
  z-index: 2;
}
.singlePageLink.prev {
  padding-left: 3.5em;
}
.singlePageLink.prev::before {
  left: 0;
}
.singlePageLink.prev::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: 13px;
}
.singlePageLink.next {
  padding-right: 3.5em;
}
.singlePageLink.next::before {
  right: 0;
}
.singlePageLink.next::after {
  right: 13px;
}
.singlePageLink:hover {
  color: var(--subColor);
}
.singlePageLink:hover::before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .singlePageLink::before {
    height: 25px;
    width: 25px;
  }
  .singlePageLink::after {
    height: 9px;
    width: 7px;
    z-index: 2;
  }
  .singlePageLink.prev {
    padding-left: 2.4em;
  }
  .singlePageLink.prev::after {
    left: 8px;
  }
  .singlePageLink.next {
    padding-right: 2.4em;
  }
  .singlePageLink.next::after {
    right: 8px;
  }
}

.otherNewsTitle {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-family: serif;
  padding: 0.3em 1.3em;
  border-radius: 16px;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .otherNewsTitle {
    font-size: 20px;
    padding: 0.6em 1.3em;
  }
}

.otherNews {
  margin-bottom: 5%;
}
.otherNews li + li {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .otherNews li + li {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .otherNewsBlock {
    background-color: #fff;
    display: block;
    border-radius: 8px;
    padding: 5% 0;
  }
}

.otherNewsBlockImg {
  overflow: hidden;
  border-radius: 16px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .otherNewsBlockImg {
    border-radius: 8px;
    margin-bottom: 5%;
    width: 100%;
  }
}

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

/*アーカイブページ------------------------------------*/
.cms_newsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .cms_newsGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

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

.cNewsDate {
  margin-right: 0.8em;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-size: 13px;
}

.cmNewsTitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 3%;
  color: #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cmNewsListImgFrame {
  border: 1px solid var(--mainColor);
}

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

.cmNewsListImgWrap {
  overflow: hidden;
  border-radius: 8px;
  width: 30%;
}

.cmNewsListtextBox {
  padding-left: 5%;
  width: 70%;
}

.cmNewsListInfoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 0.5em;
  line-height: 1;
}
.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 14px;
  border: 1px solid var(--mainColor);
  font-family: var(--fontJp);
  color: var(--mainColor);
  padding: 0.3em 0.6em;
  border-radius: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

.sidebarBlock {
  padding-left: 8%;
}
@media only screen and (max-width: 959px) {
  .sidebarBlock {
    padding-left: 15px;
  }
}

.pagenation {
  margin-top: 8%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  background-color: #F3FAF9;
  text-align: center;
  color: var(--fontColor);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
}
.pagenation ul li.active {
  background-color: var(--mainColor);
  color: #fff;
}
.pagenation ul .prev a,
.pagenation ul .next a {
  background-color: var(--mainColor);
  display: block;
  position: relative;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.pagenation ul .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

span.page-numbers {
  color: var(--mainColor);
  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 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #DCDCDC;
}
.sidebarNewsUl .cat-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-size: 13px;
  color: var(--fontColor);
}
.sidebarNewsUl .cat-item .title {
  font-size: 15px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
}

.popularCount {
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: 19px;
  top: -10px;
  left: calc(35% - 10px);
  height: 25px;
  width: 25px;
  z-index: 2;
}
.popularCount.__popular1 {
  background-color: #D1AA3A;
}
.popularCount.__popular2 {
  background-color: #B8B9BA;
}
.popularCount.__popular3 {
  background-color: #BA7E4C;
}
.popularCount.__popular4 {
  background-color: #89A5FF;
}
.popularCount.__popular5 {
  background-color: #89A5FF;
}

.sidebarCategoryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid var(--mainColor);
  font-family: var(--fontJp);
  color: var(--mainColor);
  padding: 0.3em 0.6em;
  border-radius: 30px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sidebarTitle {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
}
.sidebarTitle span {
  line-height: 1.4;
  font-size: 29px;
  font-weight: 600;
  color: var(--mainColor);
  display: inline-block;
  margin-right: 0.1em;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarTitle {
    font-size: 14px;
  }
  .sidebarTitle span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
  }
}

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

.sidebarRankingText {
  width: 60%;
}
@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: var(--mainColor);
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  border-color: var(--mainColor);
  width: 100%;
  padding: 0.7em;
}

.archive-block {
  border-bottom: 1px solid #ccc;
}

.archive-year {
  cursor: pointer;
  padding-block: 0.5em;
  position: relative;
}
.archive-year::before {
  content: "";
  position: absolute;
  top: 1em;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 20px;
  height: 0.7em;
  width: 0.7em;
}
.archive-year.active::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.archive-months {
  display: none;
}

.archive-months-list {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 0.5em;
  padding-left: 1em;
}
.archive-months-list:first-of-type {
  border-top: 1px solid #ccc;
}
.archive-months-list:last-of-type {
  border-bottom: none;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: var(--mainColor);
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   ========================================================================== */
/*==================================================
 * 全サイト共通
*================================================*/
/*共通部分*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

/*==================================================
 * 当サイト共通
*================================================*/
main {
  contain: paint;
}

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

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

.secTitleBox {
  position: relative;
}

.secTitleEn {
  font-size: clamp(60px, 15.7vw, 200px);
  font-weight: 600;
  font-family: var(--fontEn);
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(var(--subColor)));
  background: linear-gradient(90deg, var(--mainColor) 0%, var(--subColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  letter-spacing: 0.03em;
  opacity: 0.08;
  margin-bottom: -0.3em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .secTitleEn {
    margin-bottom: -0.3em;
  }
}

.secTitleBoxIn {
  position: relative;
  z-index: 2;
}

.secTitleJp {
  font-weight: 600;
  line-height: 1.2;
}
.secTitleJp * {
  font-weight: 600;
  line-height: 1.2;
}
.secTitleJp.__small {
  font-size: clamp(14px, 1.9vw, 24px);
}
.secTitleJp.__middle {
  font-size: clamp(24px, 2.5vw, 32px);
}
.secTitleJp.__large {
  font-size: clamp(28px, 4.4vw, 56px);
}

.gradeTx {
  background: -webkit-gradient(linear, left top, right top, from(var(--mainColor)), to(var(--subColor)));
  background: linear-gradient(90deg, var(--mainColor) 0%, var(--subColor) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.commonBtn {
  display: inline-block;
  border-radius: 8px;
  padding-inline: 0.8em;
  padding-block: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn:hover {
  opacity: 0.8;
}
.commonBtn.__ver1 {
  background: linear-gradient(45deg, var(--mainColor), var(--subColor));
}
.commonBtn.__ver2 {
  background: var(--subColor);
}
.commonBtn.__arw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.commonBtn .commonBtnTx {
  color: #fff;
  line-height: 1.2;
}
.commonBtn .commonBtnArw {
  border-radius: 50%;
  border: 2px solid #fff;
  aspect-ratio: 1/1;
  width: 23px;
  position: relative;
}
.commonBtn .commonBtnArw::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -2px;
  height: 8px;
  width: 8px;
}

.ctaBg {
  padding-block: 60px;
  position: relative;
  z-index: 2;
}
.ctaBg::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .ctaBg {
    padding-block: 30px;
  }
}

.ctaHead {
  text-align: center;
  position: relative;
}
.ctaHead .ctaHeadTItle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.ctaHead .ctaHeadTItle::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url("../img/ctaHeadTItle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1064/22;
  width: 100%;
}
.ctaHead .ctaHeadTItle span {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .ctaHead .ctaHeadTItle {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .ctaHead .ctaHeadTItle::before {
    bottom: 0;
  }
  .ctaHead .ctaHeadTItle span {
    font-size: 36px;
  }
}

.ctaBodyTx {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .ctaBodyTx {
    font-size: 15px;
    line-height: 1.4;
  }
}

.ctaBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.ctaBtns .commonBtn {
  border: 1px solid #fff;
  border-radius: 12px;
  padding-inline: 3em;
  padding-block: 1.1em;
}
.ctaBtns .commonBtn .commonBtnTx {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .ctaBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .ctaBtns .commonBtn {
    width: 85%;
  }
  .ctaBtns .commonBtn .commonBtnTx {
    font-size: 18px;
  }
}

.ctaTel {
  text-align: center;
}
.ctaTel a {
  background-color: #fff;
  padding-inline: 3.8em;
  padding-block: 0.5em;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.ctaTel .ctaTelTx {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.ctaTel .ctaTelNum {
  aspect-ratio: 280/40;
  max-width: 280px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ctaTel .ctaTelTx {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ctaTel a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0.8em;
  }
  .ctaTel .ctaTelTx {
    font-size: 14px;
  }
  .ctaTel .ctaTelNum {
    width: 86%;
  }
}

.cntDeco {
  position: absolute;
  aspect-ratio: 1/1;
  height: clamp(250px, 39vw, 500px);
  width: clamp(250px, 39vw, 500px);
  z-index: -1;
}
.cntDeco.service.__01 {
  top: 280px;
  left: -280px;
}
.cntDeco.service.__02 {
  bottom: -280px;
  right: -280px;
}
.cntDeco.case.__01 {
  top: -200px;
  right: -280px;
}
.cntDeco.case.__02 {
  bottom: -200px;
  left: -280px;
}
.cntDeco.about.__01 {
  top: 31%;
  left: calc(50% - 690px);
}
.cntDeco.about.__02 {
  bottom: 0;
  right: calc(50% - 830px);
}
.cntDeco.flow.__01 {
  top: 5%;
  right: -15%;
}
.cntDeco.flow.__02 {
  bottom: -35%;
  left: -16%;
}
.cntDeco.news.__01 {
  top: 6%;
  right: -23%;
}

/*==================================================
 * ヘッダー
*================================================*/
:root {
  --headerH: 55px;
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 50px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  height: var(--headerH);
  width: 100%;
  z-index: 999;
}

.headerInner {
  max-width: 1280px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 5px;
  padding-block: 3px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .headerInner {
    padding-inline: 20px;
  }
}

.headerLogo .siteTitle {
  font-size: 11px;
}
.headerLogo img {
  max-width: 29.3vw;
}
@media only screen and (min-width: 1280px) {
  .headerLogo img {
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLogo .siteTitle {
    font-size: 10px;
  }
  .headerLogo img {
    max-width: 280px;
  }
}

.overRayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: var(--headerH);
    left: 0;
    padding-inline: 30px;
    padding-block: 5%;
    overflow-y: scroll;
    height: calc(100dvh - var(--headerH));
    width: 100%;
  }
}

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerListMenu li a {
  font-size: clamp(10px, 1.1vw, 14px);
  display: block;
  padding-inline: 0.6em;
}
@media only screen and (min-width: 1280px) {
  .headerListMenu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerListMenu li a {
    padding-inline: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5%;
    width: 100%;
  }
  .headerListMenu li {
    border-bottom: 1px solid var(--fontColor);
    width: 100%;
  }
  .headerListMenu li a {
    padding-block: 0.6em;
    font-size: 16px;
    width: 100%;
  }
}

.headerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.headerBtns .commonBtnTx {
  font-size: 12px;
}
@media only screen and (min-width: 1280px) {
  .headerBtns .commonBtnTx {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerBtns .commonBtn {
    padding-inline: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .headerBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .headerBtns .commonBtn {
    text-align: center;
    padding-block: 1em;
    width: 100%;
  }
  .headerBtns .commonBtnTx {
    font-size: 16px;
  }
  .headerBtns .ctaTel a {
    border: 2px solid var(--mainColor);
    padding-inline: 0;
    width: 100%;
  }
}

/*==================================================
 * フッター
*================================================*/
.footerInner {
  background-color: var(--mainColor);
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .footerInner {
    padding-block: 30px 20px;
  }
}

.footerLogo {
  text-align: center;
}
.footerLogo .siteTitle {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.footerLogo img {
  max-width: 530px;
}
@media only screen and (max-width: 767px) {
  .footerLogo .siteTitle {
    font-size: 10px;
  }
}

.footerInfoIn {
  display: inline-block;
}
.footerInfoIn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 0.2em;
}
.footerInfoIn dl dt, .footerInfoIn dl dd {
  color: #fff;
}
.footerInfoIn dl dt {
  font-weight: 600;
  width: 7em;
}
.footerInfoIn dl dd {
  line-height: 1.4;
  width: calc(100% - 7em);
}
.footerInfoIn dl dd a {
  text-decoration: underline;
}

.footerCopy {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 30px;
  text-align: center;
}
.footerCopy * {
  line-height: 1;
}

/*==================================================
 * トップページ
*================================================*/
.mainBg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #F3FAF9), color-stop(90%, transparent));
  background: linear-gradient(to bottom, #F3FAF9 90%, transparent 90%);
}

.fv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 30px;
}
.fv .imgBox {
  width: 50%;
}
.fv .imgBox .img {
  margin-top: -15%;
  margin-left: -25%;
  width: 150%;
}
.fv .txBox {
  text-align: right;
  margin-left: auto;
  padding-block: 40px;
  max-width: 50%;
}
.fv .txBox .badge {
  display: grid;
  grid-template-columns: repeat(3, 170px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fv {
    padding-inline: 15px;
  }
  .fv .imgBox .img {
    margin-top: -45%;
    margin-left: -31%;
  }
  .fv .txBox {
    padding-block: 70px 30px;
  }
  .fv .txBox .badge {
    grid-template-columns: repeat(3, 110px);
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv .imgBox {
    width: 80%;
  }
  .fv .imgBox .img {
    margin-top: -7%;
    margin-inline: auto;
    width: 100%;
  }
  .fv .txBox {
    text-align: center;
    padding-block: 0;
    max-width: calc(100% + 10px);
    margin-top: -10%;
    margin-inline: -10px;
  }
  .fv .txBox .badge {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.txBoxHeadTx {
  line-height: 1;
  font-weight: 600;
}
.txBoxHeadTx.__middle {
  font-size: clamp(16px, 2.1vw, 26px);
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.txBoxHeadTx.__large {
  font-size: clamp(26px, 4.3vw, 55px);
  letter-spacing: -0.01em;
}

.txBoxBody {
  max-width: 540px;
  margin-left: auto;
  margin-block: 0.8em;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .txBoxBody {
    margin-inline: auto;
    width: 60%;
    margin-block: 0.4em;
  }
}

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

.fvBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.fvBtns .commonBtn {
  padding-inline: 1.4em;
  padding-block: 1.2em;
}
.fvBtns .commonBtnTx {
  font-size: clamp(18px, 1.7vw, 21px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvBtns {
    gap: 10px;
  }
  .fvBtns .commonBtn {
    padding-inline: 0.7em;
    gap: 5px;
  }
  .fvBtns .commonBtnTx {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fvBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .fvBtns .commonBtn {
    padding-block: 1.2em;
  }
}

.promiseBg {
  position: absolute;
}
@media only screen and (max-width: 959px) {
  .promiseBg {
    position: static;
    margin-left: -20%;
    width: 150%;
  }
}

.promiseGrid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .promiseGrid {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .promiseGrid {
    gap: 0;
  }
}

.promiseItem {
  background-color: var(--mainColor);
  position: relative;
  padding-inline: 35px 15px;
  padding-block: 15px;
  border-radius: 24px;
  display: inline-block;
  width: 380px;
}
.promiseItem .promiseArw {
  border: 1px solid var(--mainColor);
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -15px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
}
.promiseItem .promiseArw i {
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .promiseItem {
    border-radius: 16px;
    width: 100%;
    margin-top: 5px;
  }
  .promiseItem .promiseArw {
    left: -12px;
    height: 25px;
    width: 25px;
  }
}

.promiseTx {
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
  .promiseTx {
    font-size: 14px;
  }
}

.underarwBox {
  display: grid;
  gap: 6px;
}

.underArw {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: block;
  margin-inline: auto;
  height: 25px;
  width: 30px;
}
.underArw.__01 {
  background-color: var(--mainColorLight);
}
.underArw.__02 {
  background-color: var(--mainColor);
}
@media only screen and (max-width: 959px) {
  .underArw {
    height: 15px;
    width: 20px;
  }
}

.promiseAnswer {
  background-color: var(--mainColor);
  border-radius: 20px;
  padding-left: 60px;
  padding-block: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/promise02.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .promiseAnswer {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .promiseAnswer {
    padding-left: 14px;
    padding-block: 40px;
    position: relative;
    z-index: 2;
  }
  .promiseAnswer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--fontColor);
    border-radius: 20px;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

.promiseAnswerTitle {
  color: #fff;
  font-size: clamp(28px, 5.2vw, 66px);
  line-height: 1.1;
  font-weight: 600;
  font-style: italic;
  text-indent: -3.5em;
  padding-left: 3.5em;
  letter-spacing: 0.03em;
  margin-bottom: 0.3em;
}

.promiseAnswerTx {
  color: #fff;
  font-size: clamp(14px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.bubbleBox {
  text-align: center;
}
.bubbleBox .bubbleTx {
  background-color: var(--subColor);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding-inline: 2em;
  padding-block: 0.5em;
  border-radius: 60px;
  color: #fff;
  position: relative;
}
.bubbleBox .bubbleTx::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--subColor);
  border-radius: 20px;
  bottom: -15px;
  height: 30px;
  border: 4px;
  width: 5px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bubbleBox .bubbleTx {
    font-size: 14px;
  }
}

.serviceBlock {
  background-color: #F3FAF9;
  border-radius: 24px;
  padding-inline: 60px;
  padding-block: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceBlock {
    padding-inline: 20px;
    padding-block: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBlock {
    padding-inline: 10px;
    padding-block: 30px;
  }
}

.serviceHead {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C8C8;
  position: relative;
  text-align: center;
}
.serviceHead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 80px;
  background-color: var(--mainColor);
}
.serviceHead .title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}
.serviceHead .title span {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceHead .title {
    font-size: 22px;
  }
  .serviceHead .title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceHead {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .serviceHead .title {
    font-size: 18px;
  }
  .serviceHead .title span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .serviceStep .serviceStepIn {
    overflow-y: scroll;
  }
  .serviceStep .serviceStepIn .serviceStepGrid {
    width: 768px;
  }
}

.serviceStepLine {
  background: linear-gradient(to right, var(--mainColor) calc(100% - 10px), transparent calc(100% - 10px));
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  padding-inline: 1em;
  padding-block: 0.4em;
  position: relative;
  margin-bottom: 2%;
}
.serviceStepLine::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: var(--mainColor);
  height: 100%;
  width: 10px;
}

.serviceStepGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceStepGrid {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceStepGrid {
    gap: 25px;
  }
}

.serviceStepCard {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  padding-inline: 20px;
  padding-block: 20px 10px;
}
.serviceStepCard .num {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--mainColor);
  margin-bottom: 1em;
}
.serviceStepCard .num span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.serviceStepCard .img {
  max-width: 120px;
  margin-inline: auto;
  margin-bottom: 8%;
}
.serviceStepCard .title {
  font-size: 32px;
  color: var(--mainColor);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .serviceStepCard {
    border-radius: 16px;
  }
  .serviceStepCard .num {
    font-size: 26px;
  }
  .serviceStepCard .num span {
    font-size: 12px;
  }
  .serviceStepCard .img {
    max-width: 60px;
  }
  .serviceStepCard .title {
    font-size: 24px;
  }
}

.serviceBtn .commonBtn {
  padding-inline: 1.2em;
  padding-block: 0.8em;
}

.serviceFoot {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 10px;
  padding-block: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .serviceFoot .imgBox {
    overflow-y: scroll;
  }
  .serviceFoot .imgBox .img {
    width: 768px;
  }
}

.serviceFootTitleBox {
  text-align: center;
  margin-block: -3.5em 1em;
}
.serviceFootTitleBox .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.serviceFootTitleBox .title::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url("../img/serviceFootTItle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1064/27;
  width: 100%;
}
.serviceFootTitleBox .title span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.serviceFootTitleBox .title span small {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceFootTitleBox .title {
    font-size: 18px;
  }
  .serviceFootTitleBox .title span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceFootTitleBox .title {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .serviceFootTitleBox .title::before {
    bottom: 0;
  }
  .serviceFootTitleBox .title span {
    font-size: 24px;
  }
  .serviceFootTitleBox .title span small {
    font-size: 20px;
  }
}

.serviceUnderArw {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .serviceUnderArw {
    margin-top: -10px;
  }
}

.resultsImg {
  max-width: 490px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .resultsImg {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-inline: auto;
  }
}

.resultsListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 400px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .resultsListBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .resultsListBox {
    display: block;
    margin-top: -100px;
  }
}

.resultsListTx {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: var(--mainColor);
  border-radius: 16px;
  padding-inline: 20px;
  padding-block: 15px;
  width: 300px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.resultsListTx span {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.resultsListTx.__01 {
  margin-left: 100px;
}
.resultsListTx.__02 {
  margin-top: 60px;
}
.resultsListTx.__03 {
  margin-top: 60px;
  margin-left: 100px;
}
.resultsListTx.__04 {
  margin-left: -60px;
}
.resultsListTx.__05 {
  margin-top: 80px;
}
@media only screen and (max-width: 959px) {
  .resultsListTx {
    font-size: 15px;
    width: 100%;
  }
  .resultsListTx.__01, .resultsListTx.__02, .resultsListTx.__03, .resultsListTx.__04, .resultsListTx.__05 {
    margin-block: 5px 0;
    margin-inline: auto;
  }
}

.resultsNoteTx {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  background-color: #F3FAF9;
  border-radius: 73rem;
  padding-inline: 5em;
  padding-block: 0.3em;
  display: inline-block;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.resultsNoteTx span {
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.resultsNoteTx.__white {
  background-color: #fff;
  padding-inline: 3em;
}
.resultsNoteTx.__small {
  padding-block: 0.7em;
}
@media only screen and (max-width: 767px) {
  .resultsNoteTx {
    border-radius: 5rem;
    padding-inline: 1.5em;
    padding-block: 1em;
    line-height: 1.4;
  }
  .resultsNoteTx span {
    line-height: 1.4;
  }
  .resultsNoteTx.__white {
    padding-inline: 1em;
  }
  .resultsNoteTx.__small {
    padding-block: 0.7em;
  }
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .serviceGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}

.serviceCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.serviceCard .serviceCardImg {
  padding-bottom: 114%;
  border-radius: 16px;
  position: relative;
  width: 100%;
}
.serviceCard .serviceCardNum {
  color: #fff;
  font-size: 78px;
  font-weight: 600;
  font-family: var(--fontNum);
  font-style: italic;
  line-height: 1;
  position: absolute;
  bottom: -0.1em;
  right: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceCard .serviceCardNum {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceCard .serviceCardNum {
    font-size: 68px;
  }
}

.serviceCardTitle {
  color: var(--mainColor);
  font-weight: 600;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.2;
  text-align: center;
  margin-block: 0.5em 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceCardTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceCardTitle {
    margin-block: 0.4em;
    line-height: 1;
  }
}

.serviceNote {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 72rem;
  background-color: var(--subColor);
}
.serviceNote .serviceNoteTx {
  font-weight: 600;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.8em;
}
.serviceNote .serviceNoteTx.__01 {
  color: #fff;
}
.serviceNote .serviceNoteTx.__02 {
  background-color: #B1C8F7;
  border-radius: 72rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 959px) {
  .serviceNote .serviceNoteTx {
    font-size: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceNote + .serviceCardTx {
    font-size: 13px;
  }
}

:root {
  --articleRadius: 24px ;
}

.serviceCnt {
  border-radius: var(--articleRadius);
  background-color: #F3FAF9;
}
.serviceCnt + .serviceCnt {
  margin-top: 60px;
}

.serviceCntHead {
  border-radius: var(--articleRadius) var(--articleRadius) 0 0;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-inline: 20px;
  padding-block: 30px;
}
.serviceCntHead h2 {
  font-size: clamp(24px, 3.2vw, 40px);
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-indent: -2em;
  margin-left: 2em;
}
.serviceCntHead h2 * {
  font-weight: 600;
  line-height: 1.2;
}
.serviceCntHead h2 .serviceCntNum {
  font-size: clamp(28px, 3.8vw, 48px);
  font-family: var(--fontEn);
  font-style: italic;
  margin-right: 0.7em;
}
.serviceCntHead h2 .serviceCntTitle {
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceCntHead h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceCntHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
    padding-block: 15px;
    gap: 8px;
  }
  .serviceCntHead h2 {
    line-height: 1;
  }
  .serviceCntHead h2 .serviceCntNum {
    margin-right: 0.3em;
    line-height: 1;
  }
}

.serviceCntBody {
  padding-inline: 60px;
  padding-block: 40px;
}
@media only screen and (max-width: 959px) {
  .serviceCntBody {
    padding-inline: 20px;
    padding-block: 30px;
  }
}

.serviceCntMainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceCntMainBox .serviceCntMainImg {
  border-radius: 16px;
  padding-right: 20px;
  width: 50%;
}
.serviceCntMainBox .serviceCntMainTx {
  padding-left: 20px;
  width: 50%;
}
.serviceCntMainBox .serviceCntMainTx .subTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.6em;
}
.serviceCntMainBox .serviceCntMainTx .title {
  font-size: clamp(28px, 3.3vw, 42px);
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .serviceCntMainBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceCntMainBox .serviceCntMainImg {
    padding: 0;
    margin-bottom: 5%;
    width: 100%;
  }
  .serviceCntMainBox .serviceCntMainTx {
    padding: 0;
    width: 100%;
  }
  .serviceCntMainBox .serviceCntMainTx .subTitle {
    font-size: 15px;
  }
}

.sampleMov {
  padding-block: 40px;
  background-color: #fff;
  border-radius: var(--articleRadius);
  padding-inline: 60px;
}
@media only screen and (max-width: 767px) {
  .sampleMov {
    padding-inline: 20px;
  }
}

.sampleMovTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
  display: inline-block;
  padding-inline: 3em;
}
.sampleMovTitle::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  background-image: url("../img/serviceFootTItle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1064/22;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sampleMovTitle {
    padding-inline: 1em;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

.sampleMovGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sampleMovGrid {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sampleMovGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.sampleMovCard {
  background-color: #fff;
  border-radius: 16px;
}

.sampleMovCardBox {
  border-radius: 16px;
  overflow: hidden;
}
.sampleMovCardBox .samplaeMovBg {
  padding-bottom: 60%;
  width: 100%;
}

.sampleMovCardIn {
  padding-inline: 15px;
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .sampleMovCardIn {
    padding-block: 15px;
  }
}

.sampleMovCardHead {
  margin-bottom: 0.8em;
}
.sampleMovCardHead .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.sampleMovCardHead .title {
  font-size: 24px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sampleMovCardHead .subTitle {
    font-size: 12px;
  }
  .sampleMovCardHead .title {
    font-size: 20px;
  }
  .sampleMovCardHead + .tx {
    font-size: 12px;
  }
}

.sampleMovCardList {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #C4C8C8;
}
.sampleMovCardList li {
  font-size: 14px;
  color: #4D4D4D;
  padding-left: 1em;
  position: relative;
  margin-block: 0.8em;
  line-height: 1;
}
.sampleMovCardList li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.4em;
  width: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sampleMovCardList li {
    font-size: 12px;
  }
}

.sampleMovBtn .commonBtn {
  padding-inline: 1.5em;
  padding-block: 1em;
}
.sampleMovBtn .commonBtnTx {
  font-size: 21px;
}

.serviceCntPointTitle {
  text-align: center;
  margin-bottom: 3%;
}
.serviceCntPointTitle p {
  display: inline-block;
  padding-inline: 1.5em;
  padding-block: 0.4em 0.6em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.serviceCntPointTitle p span {
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.2;
}
.serviceCntPointTitle p::before, .serviceCntPointTitle p::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: var(--mainColor);
  bottom: 0;
}
.serviceCntPointTitle p::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.serviceCntPointTitle p::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceCntPointTitle p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceCntPointTitle p {
    font-size: 20px;
    padding-block: 0.1em 0.5em;
    padding-inline: 0.6em;
  }
}

.servicePointGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 959px) {
  .servicePointGrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.servicePointItem {
  max-width: 210px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .servicePointItem {
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .servicePointItem {
    max-width: 140px;
  }
}

.servicePointItemImg {
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 8%;
  overflow: hidden;
  width: 100%;
}

.servicePointItemTitle {
  font-size: 20px;
  text-align: center;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .servicePointItemTitle {
    font-size: 15px;
    margin-bottom: 3%;
  }
}

.caseBlock .swiper-slide {
  padding: 20px;
}

.caseArw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  width: 50px;
}
.caseArw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
}
.caseArw.prev {
  left: -50px;
}
.caseArw.prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 0.05em;
}
.caseArw.next {
  right: -50px;
}
.caseArw.next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.05em;
}
.caseArw:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .caseArw {
    height: 35px;
    width: 35px;
  }
  .caseArw.prev {
    left: 0px;
  }
  .caseArw.next {
    right: 0px;
  }
}

.caseItem {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding-inline: 40px;
  padding-block: 30px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caseItem .leftBox {
  width: 30%;
}
.caseItem .rightBox {
  padding-left: 3%;
  width: 70%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseItem {
    padding-inline: 20px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .caseItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-block: 20px;
  }
  .caseItem .leftBox {
    margin-bottom: 5%;
    width: 100%;
  }
  .caseItem .rightBox {
    padding-left: 0;
    width: 100%;
  }
}

.caseItemNum {
  color: var(--mainColor);
  font-size: 38px;
  font-style: italic;
  line-height: 1;
  font-weight: 600;
  font-family: var(--fontEn);
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseItemNum {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .caseItemNum {
    font-size: 24px;
    margin-bottom: 0.3em;
  }
}

.caseItemName {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .caseItemName {
    font-size: 18px;
  }
}

.caseItemImg {
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .caseItemImg {
    border-radius: 14px;
  }
  .caseItemImg img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.caseItemDl {
  display: grid;
  grid-template-columns: 95px auto;
  border-radius: 16px;
  overflow: hidden;
}
.caseItemDl + .caseItemDl {
  margin-top: 10px;
}
.caseItemDl dt {
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caseItemDl dt .dtIcon {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  width: 40px;
}
.caseItemDl dt .dtTitle {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.caseItemDl dd {
  padding-inline: 20px;
  padding-block: 15px;
  background-color: #F2F2F2;
}
.caseItemDl dd .ddTitle {
  font-size: 22px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseItemDl {
    grid-template-columns: 80px auto;
  }
  .caseItemDl dt .dtIcon {
    width: 30px;
  }
  .caseItemDl dt .dtTitle {
    font-size: 12px;
  }
  .caseItemDl dd {
    padding-block: 8px;
  }
  .caseItemDl dd .ddTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .caseItemDl {
    grid-template-columns: 1fr;
  }
  .caseItemDl dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-block: 6px;
  }
  .caseItemDl dt .dtIcon {
    margin-bottom: 3px;
    width: 28px;
  }
  .caseItemDl dd .ddTitle {
    font-size: 18px;
  }
  .caseItemDl dd .ddTx {
    font-size: 13px;
  }
}

.aboutMainBg {
  padding-bottom: clamp(235px, 31.3%, 470px);
  background-position: top center;
  margin-bottom: -15.5vw;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  .aboutMainBg {
    margin-bottom: -210px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMainBg {
    margin-bottom: -24.5vw;
  }
}

.aboutSecTitleEn {
  background: transparent;
  color: #fff;
  opacity: 0.8;
  margin-bottom: -0.3em;
}

.aboutGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutGrid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutGrid {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.aboutCardImg {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .aboutCardImg {
    margin-bottom: 10px;
  }
}

.aboutCardTitle {
  font-size: 22px;
  color: var(--mainColor);
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 959px) {
  .aboutCardTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.advisorItem {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  padding-inline: 20px;
  padding-block: 20px;
}

.advisorItemImg {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
}

.advisorItemTitle {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .advisorItemTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .advisorItemTitle {
    font-size: 21px;
  }
}

.advisorItemName {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.advisorItemName span {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.8em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .advisorItemName {
    font-size: 16px;
  }
  .advisorItemName span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .advisorItemName {
    font-size: 19px;
  }
  .advisorItemName span {
    font-size: 15px;
  }
}

.advisorItemTag {
  display: inline-block;
  padding-inline: 1.2em;
  padding-block: 0.5em;
  color: #fff;
  background-color: var(--subColor);
  border-radius: 72rem;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .advisorItemTag {
    font-size: 14px;
    padding-inline: 0.9em;
    padding-block: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .advisorItemTag {
    padding-inline: 1em;
    padding-block: 0.2em;
  }
}

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

.advisorBlock {
  margin-inline: 60px;
}
.advisorBlock .swiper-slide {
  padding: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .advisorBlock {
    margin-inline: 30px;
  }
  .advisorBlock .swiper-slide {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .advisorBlock {
    margin-inline: 0;
  }
}

.advisorArw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  width: 50px;
}
.advisorArw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
}
.advisorArw.prev {
  left: -50px;
}
.advisorArw.prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: 0.05em;
}
.advisorArw.next {
  right: -50px;
}
.advisorArw.next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.05em;
}
.advisorArw:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .advisorArw {
    height: 35px;
    width: 35px;
  }
  .advisorArw.prev {
    left: 0px;
  }
  .advisorArw.next {
    right: 0px;
  }
}

.flowSecTitleBox .secTitleEn {
  margin-bottom: -0.3em;
}

.flowBlock {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowBlock {
    overflow-x: scroll;
    padding-top: 40px;
  }
  .flowBlock .flowGrid {
    width: 860px;
  }
}
@media only screen and (max-width: 767px) {
  .flowBlock {
    overflow-x: scroll;
  }
  .flowBlock .flowGrid {
    width: 800px;
  }
}

.flowGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowGrid {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .flowGrid {
    gap: 20px;
  }
}

.flowItem {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 10px;
  padding-block: 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flowItemNum {
  --numW: 60px;
  height: var(--numW);
  width: var(--numW);
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  margin-top: calc(var(--numW) / 2 * -1 - 60px);
  margin-bottom: 15px;
}
.flowItemNum span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--fontEn);
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .flowItemNum {
    --numW: 45px;
  }
  .flowItemNum span {
    font-size: 20px;
  }
}

.flowItemTitle {
  font-size: 22px;
  color: var(--mainColor);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

.flowItemTx {
  line-height: 1.4;
}
.flowItemTx span {
  color: var(--mainColor);
  font-weight: 600;
}

.flowItemImg {
  margin-inline: auto;
  margin-top: auto;
}

.flowBtn {
  text-align: center;
  margin-top: 10px;
}
.flowBtn .commonBtn {
  padding-inline: 1em;
  padding-block: 0.8em;
  width: 90%;
}

.qaItem {
  border-bottom: 1px solid #C4C8C8;
  background-color: #fff;
  padding-block: 20px;
  padding-inline: 40px;
  position: relative;
  z-index: 3;
}
.qaItem:first-of-type {
  border-top: 1px solid #C4C8C8;
}
.qaItem .deco {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  font-family: var(--fontEn);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
}
.qaItem .deco.__q {
  color: var(--mainColor);
}
.qaItem .deco.__a {
  color: #fff;
  background-color: var(--mainColor);
}
.qaItem .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--mainColor);
  line-height: 1.2;
  padding-right: 35px;
  width: calc(100% - 80px);
}
.qaItem .icon {
  background-color: var(--mainColor);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.qaItem .icon::before, .qaItem .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 1px;
  width: 12px;
}
.qaItem .icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qaItem .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.qaItem .tx {
  width: calc(100% - 45px);
}
.qaItem.is-active .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qaItem {
    padding-inline: 30px;
  }
  .qaItem .deco {
    font-size: 20px;
    width: 35px;
  }
  .qaItem .title {
    font-size: 18px;
    padding-right: 15px;
  }
  .qaItem .tx {
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767px) {
  .qaItem {
    padding-inline: 15px;
    padding-block: 15px;
  }
  .qaItem .deco {
    font-size: 18px;
    height: 25px;
    width: 25px;
  }
  .qaItem .title {
    font-size: 18px;
    padding-right: 25px;
    width: calc(100% - 25px);
  }
  .qaItem .icon {
    right: 0;
    height: 20px;
    width: 20px;
  }
}

.qaTitle {
  cursor: pointer;
}

.qaAnswer {
  display: none;
}

.qaTitle,
.qaAnswerIn {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .qaTitle,
  .qaAnswerIn {
    gap: 15px;
  }
}

.newsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsGrid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.newsItemLink {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  display: block;
}

.newsItemImgBox {
  overflow: hidden;
  border-radius: 24px;
}
.newsItemImgBox .newsItemImg {
  padding-bottom: 61%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.newsItemLink:hover .newsItemImgBox .newsItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.newsItemIn {
  padding-inline: 15px;
  padding-block: 20px;
}

.newsItemTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .newsItemTitle {
    font-size: 18px;
  }
}

.newsItemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.newsItemInfo .newsItemCate {
  font-size: 12px;
  font-weight: 600;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding-inline: 1.3em;
  padding-block: 0.5em;
  line-height: 1;
}
.newsItemInfo .newsItemTime {
  font-size: 14px;
}

/*==================================================
 * お問い合わせ
*================================================*/
.contactTel {
  border-radius: 16px;
  border: 1px solid var(--mainColor);
  display: inline-block;
  padding-inline: 2em;
  padding-block: 1em;
}
@media only screen and (max-width: 767px) {
  .contactTel > p {
    font-size: 12px;
  }
}

.contactTelHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contactTelHead .ctaTelTx {
  font-size: 20px;
  font-weight: 600;
}
.contactTelHead .ctaTelNum {
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  .contactTelHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contactTelHead .ctaTelTx {
    font-size: 15px;
  }
  .contactTelHead .ctaTelNum {
    width: 90%;
  }
}

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