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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@100;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.mainColor {
  color: #2c98df;
}

.mainColorSub {
  color: #ffe100;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #f3efef;
}

.mainColorLight {
  color: #aad1c1;
}

.bgMainColorLight {
  background-color: #aad1c1;
}

.mainColorExLight {
  color: #ededed;
}

.bgMainColorExLight {
  background-color: #ededed;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #443b24;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #cccdcd;
}

.bgGrayColor {
  background-color: #cccdcd;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

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

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

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(255, 174, 86);
  background: linear-gradient(to right, #efe590 0%, #ffae56 100%);
}

.bgGradafter {
  background: rgb(239, 229, 144);
  background: linear-gradient(to left, #efe590 0%, #ffae56 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

/*フォント系*/
.fontEn {
  font-family: "Jost", sans-serif;
}

.fontEnSub {
  font-family: "Heebo", sans-serif;
}

.fontNumSub {
  font-family: "Barlow Condensed", sans-serif;
}

.fontNumSubA {
  font-family: "Didact Gothic", sans-serif;
}

.fontNum {
  font-family: "Inter", sans-serif;
}

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

.serif {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.sans {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
}
body p,
body span {
  font-weight: 500;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

html,
body {
  font-feature-settings: "palt";
}

body {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #b50d23 !important;
}

.blue {
  color: #333d80;
}

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

.fsL35 {
  font-size: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL35 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL35 {
    font-size: 30px;
  }
}

.fsL45 {
  font-size: 45px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL45 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL45 {
    font-size: 27px;
  }
}

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

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

.fsML {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .fsML {
    font-size: 20px;
  }
}

.fsMM {
  font-size: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsMM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsMM {
    font-size: 22px;
  }
}

.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: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

.writting-rl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #2c98df;
}
.linkA:hover {
  color: #2c98df;
  text-decoration: underline;
}

@media screen and (min-width: 959px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1485px) {
  .mp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .Menu_p {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .Menu_s {
    display: none !important;
  }
}
@media screen and (max-width: 1700px) {
  .brM {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

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

.justCenter {
  justify-content: center;
}

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

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

.alignCenter {
  align-items: center;
}

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

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

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

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-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 {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .flexTab {
    display: block;
  }
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 90%;
  max-width: 1728px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cnt.cntMS {
    width: 95%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
  .cnt {
    max-width: 1200px;
  }
}

.cn .cntInnerWide {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1201px) {
  .cn .cntInnerWide {
    margin-left: calc((100vw - 1200px) / -2 - 15px);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

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

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

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

.cntMSub {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1426px) {
  .cntMSub {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .cntMSub {
    width: 63%;
    margin-left: 3%;
  }
}

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

.cntMS {
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
}

.cntMM {
  max-width: 1728px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntWide {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cntWide {
    width: 90%;
  }
  .cntWide.__sp {
    width: 100%;
  }
}

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

:root {
  --spaceSize: clamp(50px, 3.5vw, 63px);
  --spaceSizeMiddle: clamp(65px, 6.1vw, 110px);
  --spaceSizeSMiddle: clamp(65px, 4.5vw, 90px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

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

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

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

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

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

.margin-top {
  margin-top: var(--spaceSizeMiddle);
}

.margin-bottom {
  margin-bottom: var(--spaceSizeMiddle);
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.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;
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
  background: linear-gradient(transparent 50%, #f4d862 0%);
  display: inline;
  */
  position: relative;
  display: inline-block;
  z-index: 10;
  /*
  &.white{
      background: linear-gradient(transparent 70%, $subColorDeep 0%);
  }
  */
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #a9a8a9;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #443b24 0%);
}

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

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

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

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

.bdBox {
  border: 2px solid #2c98df;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #333;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-shadow: 4px 4px 0px 0 #596166;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #596166;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 995;
}
.overRayBox > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1366px) {
  .overRayBox {
    top: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayBox {
    top: 10%;
    top: 54px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayBox {
    top: 68px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .overRayBox {
    top: 68px;
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 996;
  right: 37px;
  top: 3px;
  height: 58px;
  width: 58px;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    right: 10px;
  }
}

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

.menu-trigger {
  position: relative;
  width: 33px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -6px;
}
.menu-trigger.active span {
  background-color: #000;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #2c98df;
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.cform tr:nth-child(even) {
  background-color: #f6f7f9;
}
.cform tr:first-child {
  border-top: 1px solid #dbdbdb;
}
.cform tr th,
.cform tr td {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.01em;
  text-align: left;
  padding: 1.6em 1em;
}
.cform tr th {
  vertical-align: middle;
  width: 365px;
}
.cform tr th > p {
  font-weight: 700;
}
.cform tr th.__top {
  vertical-align: top;
}
.cform tr th.__top p {
  line-height: 2.4;
}
.cform tr td {
  width: 739px;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.8em;
  font-size: 15px;
  line-height: 1.4;
  background-color: #fff;
  border: solid 1px #ccc;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=tel]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.cform select {
  width: 100%;
  background-color: #f6f6f6 !important;
  border-radius: 2px !important;
  padding: 0.6em !important;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  margin-top: -4px;
}
.cform select#select-title {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform .title {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    padding-top: 1em;
  }
  .cform tr th {
    border-bottom: unset !important;
    padding: 0;
    margin: 0;
  }
  .cform tr th.__top {
    padding-left: 1em;
  }
  .cform tr th {
    padding-bottom: 0;
  }
  .cform tr td {
    padding: 1em;
  }
  .cform tr,
  .cform th,
  .cform td {
    display: block;
    width: 100% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cform th {
    width: 275px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cform th {
    width: 240px !important;
  }
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #2c98df;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 3px solid #8d0606;
  border-bottom: 3px solid #8d0606;
  content: "";
}

.contactBlock {
  padding: 3em 3em 3em;
  border: solid 2px #2c98df;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .contactBlock {
    border-radius: 15px;
    padding: 2em 1em;
    height: 300px;
    overflow-y: scroll;
  }
}

.policy {
  margin: 3.2rem auto 3rem;
  overflow: auto;
  padding: 2rem 1.8rem;
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ccc;
  height: 300px;
  font-size: 1.4rem;
  background: #fefefe;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: left;
}
.policy h3 {
  margin: 20px 0 20px;
  font-size: clamp(2.1rem, 2.027184466rem + 0.1941747573vw, 2.4rem);
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .policy h3 {
    margin: 0 0 10px;
  }
}
.policy h4 {
  margin: 20px 0 5px;
  font-size: clamp(1.7rem, 1.6757281553rem + 0.0647249191vw, 1.8rem);
  line-height: 1.6;
  font-weight: 600;
}

.wpcf7-list-item-label {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 16px;
}
.check .wpcf7-list-item-label {
  vertical-align: -1px;
  margin-left: 0;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  letter-spacing: 0.05em;
}
.Nblist {
  padding-left: 3em;
}
.Nblist > li {
  list-style-type: decimal;
}
.Nblist > li p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px !important;
}

.check {
  width: 100%;
  padding: 20px 10px 20px 10px;
  text-align: center;
  margin: 2rem auto;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thcomment {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}

.contactTitle {
  font-size: 26px;
  font-family: YakuHanJP, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contactTitle {
    font-size: 21px;
  }
}

.contactList > li {
  position: relative;
}
.contactList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.contactList > li span {
  display: inline-block;
  font-size: 16px;
  padding-left: 1.2em;
  font-weight: 500;
}
.contactList > li span.__nopadding {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contactList > li span {
    font-size: 15px;
  }
}

.flatpickr-calendar {
  z-index: 9999; /* カレンダーが他の要素の下に隠れないように調整 */
}

.contactText {
  font-size: 16px;
  font-weight: 500;
}
.contactText.__small {
  font-size: 13px;
}

.required-srt {
  color: #fff;
  font-size: 12px;
  line-height: 0.6;
  font-weight: 600;
  padding: 0.3em 0.5em;
  background-color: #b50d23;
  border-radius: 3px;
  margin: auto 0.7em;
}
.check .required-srt {
  margin: auto 0;
}

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

.tableComent {
  display: inline-block;
  font-weight: 500;
  padding: 7px 0;
  font-size: 15px;
  line-height: 1.6;
}
.tableComent.__color {
  color: #b50d23;
}

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

#zip {
  width: 15% !important;
}
@media only screen and (max-width: 767px) {
  #zip {
    width: 40% !important;
  }
}

#pref {
  margin-right: 2.5%;
}
@media only screen and (max-width: 767px) {
  #pref {
    margin-right: 0;
  }
}

#city {
  margin-left: 2.5%;
}
@media only screen and (max-width: 767px) {
  #city {
    margin-left: 0;
  }
}

#pref,
#city {
  width: 98% !important;
}
@media only screen and (max-width: 767px) {
  #pref,
  #city {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

#line,
#insta {
  width: 40% !important;
}
@media only screen and (max-width: 767px) {
  #line,
  #insta {
    width: 60% !important;
  }
}

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

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

.submit-btn {
  justify-content: center;
}
.submit-btn input {
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    font-size: 14px;
  }
}

.wpcf7-spinner {
  display: none;
}

.analyticsLink {
  color: #2c98df;
  transition: 0.3s;
}
.analyticsLink:hover {
  color: #960b5e;
}

.reCAPTCHA-txt {
  margin-top: 36px;
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  text-align: center;
  margin-inline: auto;
  color: #4e4d4d;
  line-height: 18px;
}
.reCAPTCHA-txt a {
  color: #2c98df;
  display: inline-block;
  text-decoration: underline;
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
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;
}

.entryTitle {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .entryTitle {
    font-size: 19px;
  }
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry .btnWrap {
  margin: 5% 0;
}
.entry a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 1.5em 4em;
  font-size: 18px;
  background-color: #231815;
  transition: 0.3s;
  position: relative;
}
.entry a:hover {
  background-color: #2c98df;
  color: #fff;
}
@media screen and (max-width: 1465px) {
  .entry a {
    padding: 1em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .entry a {
    font-size: 15px;
    padding: 0.6em 1.5em;
  }
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
  }
}
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  font-weight: bold;
}
.entry h2 {
  font-size: 20px;
  margin: 8% auto 3%;
  background-color: #edeeef;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
  border-left: 4px solid #2c98df;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #2c98df;
  padding-bottom: 0.4em;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    margin: 6% auto 3%;
    font-size: 16px;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  padding: 1em;
  font-weight: bold;
  font-size: 17px;
  /* background-color: #f4f4f4; */
  padding-left: 2.6em;
  font-weight: 600;
  position: relative;
}
.entry h4::after {
  position: absolute;
  content: "▶";
  color: #2c98df;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 6% auto 3%;
    font-size: 16px;
  }
}
.entry h5 {
  margin: 3% 0;
  color: #2c98df;
  padding: 0.5em 2em;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 15px;
  }
}
.entry table {
  width: 100%;
}
.entry table td {
  border-right: 1px solid #2c98df;
  border-bottom: 1px solid #2c98df;
}
.entry table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  border-left: 1px solid #2c98df;
}
.entry table td:last-child {
  width: auto;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #2c98df;
  position: absolute;
  left: 0;
  font-weight: 500;
}
.entry figure {
  width: min(100%, 1366px);
  margin-right: auto;
  margin-left: auto;
}

/*目次*/
.toc_number {
  font-family: "Inter", sans-serif;
  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: #2c98df;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #2c98df;
  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%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #2c98df;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

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

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

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

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

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #2c98df;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin: auto;
}

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

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cate {
  display: inline-block;
  font-size: 13px;
  background-color: #e9e9e9;
  color: #2c98df;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.8em 2em;
  text-align: center;
  line-height: 1;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
  transition: 0.3s;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 16px;
  line-height: 0.7;
  background-color: #2c98df;
  color: #fff;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}
.singleColumnInfoUl .typeUl {
  display: inline-block;
  transition: 0.3s;
}
.singleColumnInfoUl .typeUl li {
  display: inline-block;
  font-size: 16px;
  line-height: 0.7;
  background-color: #7c0710;
  color: #fff;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}
.singleColumnInfoUl .typeUl.__cate li {
  background-color: #2c98df;
}
.singleColumnInfoUl .typeUl.__cate:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
  .singleColumnInfoUl .type li {
    font-size: 12px;
  }
}

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

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

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

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

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

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

.singleColumnWriterTitle {
  border-bottom: 1px solid #2c98df;
}

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

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

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

.singleClumnPreNextDescri {
  color: #727171;
}

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

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

.cmNewsListCard {
  transition: 0.3s;
}
a:hover .cmNewsListCard {
  opacity: 0.7;
}
.cmNewsListCard .topNewsDays {
  margin-right: 10px;
}

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

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

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

.cmkatalogListImg {
  transition: 0.3s;
  padding-bottom: 143%;
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
}

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  background: #ffe9a7;
  padding: 0.8em 2em;
  text-align: center;
  line-height: 0.7;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #2c98df;
  color: #707070;
  text-align: center;
  width: 43px;
  height: 55px;
  border-radius: 5px;
  position: relative;
}
.pagenation li a {
  width: 43px;
  height: 55px;
  display: block;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #b9bec3;
  border: solid 1px #b9bec3;
}
.pagenation li.active span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #2c98df;
  border: solid 1px bold;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  opacity: 0.7;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenation li {
    width: 50px;
    height: 50px;
  }
}

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

span.page-numbers {
  color: #2c98df;
  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 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  font-size: 14px;
  background-color: #ffe9a7;
  font-weight: 500;
  padding: 0.5em 1.8em;
  margin-right: 6px;
  line-height: 1;
  margin-bottom: 1em;
  transition: 0.3s;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 27px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  color: #2c98df;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    font-size: 26px;
  }
}

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

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

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

#sidebar select {
  width: 100%;
  padding: 0.7em;
  border: solid 1px #a7a7a7;
  border-radius: 5px;
}

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
:root {
  --header: 250px;
  scroll-padding: var(--header);
}

/*パンくず*/
/*パンくず終わり*/
.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

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

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

/*==================================================
 * 当サイトのみ共通
 *================================================*/
body {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

main {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  main {
    margin-top: 64px;
  }
}

.submit-btn input,
.submit-btn button {
  justify-content: center !important;
  width: 330px;
  box-shadow: 5px 5px 15px -13px rgba(0, 0, 0, 0.93);
  padding: 1.5em 0;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .submit-btn input,
  .submit-btn button {
    width: 200px;
    padding: 1.3em 0;
  }
}

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

.submit-back input {
  margin-right: 20px;
  background-color: #595757 !important;
}
@media only screen and (max-width: 767px) {
  .submit-back input {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.submit-next input {
  background-color: #b50d23 !important;
}

.commonFvTitle {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}
.__notFound .commonFvTitle::after {
  display: none;
  margin-top: -5%;
}
.commonFvTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 4%;
  left: 44%;
  width: 220px;
  height: 142px;
  transform: translate(-50%, -50%);
  background-image: url(.././img/contact.svg);
  background-repeat: no-repeat;
  background-size: 220px;
}
@media only screen and (max-width: 959px) {
  .commonFvTitle::after {
    content: "";
    display: block;
    position: absolute;
    top: -6%;
    left: 48%;
    width: 196px;
    height: 118px;
    background-size: 196px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonFvTitle::after {
    content: "";
    display: block;
    position: absolute;
    top: -6%;
    left: 48%;
    width: 196px;
    height: 118px;
    background-size: 196px;
  }
}

.ContactBt03 {
  background-color: #2c98df;
  transition: 0.3s;
}
.ContactBt03:hover {
  opacity: 0.7;
}

.wpcf7-not-valid-tip {
  font-size: 18px;
  font-weight: 500;
}

.commonSubTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}

.commonTitle {
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.commonTitle span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
  line-height: 1.4;
  font-weight: 700;
  color: #2c98df;
}
.commonTitle.__project {
  padding: 2em 5.5em 0;
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.commonTitle.__project span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}
.commonTitle.__project::after {
  width: 268px;
  height: 182px;
  background-image: url(.././img/project.svg);
  background-size: 268px;
}
.commonTitle.__feature {
  padding: 1.8em 4.8em 0;
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.commonTitle.__feature span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}
.commonTitle.__feature::after {
  width: 330px;
  height: 163px;
  background-image: url(.././img/feature.svg);
  background-size: 330px;
}
.commonTitle.__rezon {
  padding: 0.8em 1.8em 0;
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.commonTitle.__rezon span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}
.commonTitle.__rezon::after {
  width: 260px;
  height: 124px;
  background-image: url(.././img/rezon.svg);
  background-size: 260px;
}
.commonTitle.__price {
  padding: 0.8em 1.8em 0;
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
}
.commonTitle.__price::after {
  width: 252px;
  height: 137px;
  top: -39px;
  left: 28px;
  background-image: url(.././img/price.svg);
  background-size: 252px;
}
.commonTitle.__contact {
  padding: 4.7em 0em 0;
}
.commonTitle.__contact span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}
.commonTitle.__contact::after {
  left: 18px;
  width: 346px;
  height: 268px;
  background-image: url(.././img/contact.svg);
  background-size: 346px;
}
.commonTitle.__flow {
  padding: 4.5em 0.8em 0;
}
.commonTitle.__flow span {
  font-size: clamp(2.8rem, 2.5572815534rem + 0.6472491909vw, 3.8rem);
}
.commonTitle.__flow::after {
  width: 222px;
  height: 170px;
  background-image: url(.././img/flow.svg);
  background-size: 222px;
}
.commonTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .commonTitle {
    letter-spacing: 0.03em;
  }
  .commonTitle.__project {
    padding: 0;
    font-size: 30px;
  }
  .commonTitle.__project span {
    font-size: 38px;
  }
  .commonTitle.__project::after {
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 137px;
    background-size: 200px;
  }
  .commonTitle.__feature {
    padding: 0;
  }
  .commonTitle.__feature::after {
    top: -83px;
    left: 44px;
    width: 226px;
    height: 110x;
    background-size: 226px;
  }
  .commonTitle.__rezon {
    padding: 0;
    font-size: 22px;
    letter-spacing: 0.01em;
  }
  .commonTitle.__rezon span {
    font-size: 30px;
  }
  .commonTitle.__rezon::after {
    top: -70px;
    left: 50%;
    width: 183px;
    height: 86px;
    transform: translateX(-50%);
    background-size: 183px;
  }
  .commonTitle.__price {
    padding: 0;
  }
  .commonTitle.__price::after {
    top: -49px;
    width: 159px;
    height: 86px;
    background-size: 159px;
  }
  .commonTitle.__flow {
    padding: 0;
  }
  .commonTitle.__flow::after {
    top: -79px;
    width: 142px;
    height: 148px;
    background-size: 142px;
  }
  .commonTitle.__contact {
    padding: 0;
  }
  .commonTitle.__contact::after {
    top: -31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 227px;
    height: 136px;
    background-size: 227px;
  }
}

.commonText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}
.commonText.__large {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.commonText span {
  font-size: clamp(2rem, 1.927184466rem + 0.1941747573vw, 2.3rem);
  color: #e9483e;
}

.commonCaption {
  text-indent: -1em;
  margin-left: 1em;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .commonCaption {
    font-size: 15px;
  }
}

.featureImgWrap {
  margin: 0 0 1.2em;
}
@media only screen and (max-width: 767px) {
  .featureImgWrap {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureImgWrap {
    margin: 3%;
  }
}

.linkBox {
  transition: 0.3s;
}
.linkBox:hover {
  opacity: 0.7;
}

.alink {
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #2c98df;
  text-decoration-color: #2c98df;
  transition: 0.3s;
}
.alink.__footer {
  color: #231815;
  font-weight: 500;
  text-decoration-color: #231815;
}
.alink.__footer:hover {
  color: #2c98df;
  text-decoration-color: unset;
}
.alink:hover {
  color: #036ea9;
  text-decoration-color: unset;
}

.commonList > li {
  position: relative;
}
.commonList > li:not(:last-child) {
  margin-bottom: 5px;
}
.commonList > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #2c98df;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.commonList > li span {
  display: inline-block;
  padding-left: 0.7em;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .commonList > li span {
    font-size: 18px;
  }
}

.sankaku {
  height: 30px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #2c98df;
}

.boxSadow {
  box-shadow: 6px 6px 10px 4px rgba(193, 204, 219, 0.5);
}
@media only screen and (max-width: 767px) {
  .boxSadow {
    box-shadow: 3px 3px 8px 1px rgba(193, 204, 219, 0.5);
  }
}

.boxSadowS {
  box-shadow: 3px 3px 8px 2px rgba(193, 204, 219, 0.7);
}

.textBox {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0.6em 1em 0.7em;
  display: inline-block;
  font-size: clamp(1.2rem, 0.9572815534rem + 0.6472491909vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}
.textBox::before {
  transform: skewX(-10deg);
  content: ""; /*ボックスを作る*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffe900;
}
@media only screen and (max-width: 767px) {
  .textBox {
    padding: 0.6em 0.8em 0.7em;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 996;
  width: 100%;
  padding: 0 0 0.9em;
}
.change-color header::before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .change-color header {
    padding: 0.5em 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 1130px) {
  .change-color header {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 1024px) {
  .change-color header {
    padding: 1em 0 3.2em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 4em 0 0;
    background: #fff;
  }
  .change-color header {
    padding: 1em 0 2.9em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.headerBtnSubTitle {
  font-size: clamp(1.3rem, 1.3rem + 0vw, 1.3rem);
  padding: 0 1.4em;
  display: inline-block;
  position: relative;
}
.headerBtnSubTitle.__topFv {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
}
.headerBtnSubTitle.__topFv span {
  font-size: clamp(1.9rem, 1.8029126214rem + 0.2588996764vw, 2.3rem);
}
.headerBtnSubTitle.__red {
  color: #d90028;
  font-size: 16px;
  font-weight: 700;
}
.headerBtnSubTitle.__red::after, .headerBtnSubTitle.__red::before {
  display: none;
}
.headerBtnSubTitle::after, .headerBtnSubTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 18px;
  top: 57%;
  background-repeat: no-repeat;
  background-size: 16px;
}
.headerBtnSubTitle::before {
  right: 0;
  transform: translateY(-50%);
  background-image: url(.././img/line_right.svg);
}
.headerBtnSubTitle::after {
  left: 0;
  transform: translateY(-50%);
  background-image: url(.././img/line_left.svg);
}
.headerBtnSubTitle span {
  font-size: clamp(1.9rem, 1.8757281553rem + 0.0647249191vw, 2rem);
  font-weight: 700;
  color: #e9483e;
}
.change-color .headerContactBlock .headerBtnSubTitle {
  display: none;
}
@media screen and (max-width: 1130px) {
  .headerBtnSubTitle {
    font-size: 12px;
  }
  .headerBtnSubTitle span {
    font-size: 15px;
  }
}

.headerBtnTitle {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  padding: 0 2em;
}
.headerBtnTitle::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 22px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
}
a:hover .headerBtnTitle::after {
  right: -5px;
}
@media only screen and (max-width: 767px) {
  .headerBtnTitle::after {
    width: 18px;
    height: 17px;
    background-size: 18px;
    right: 13px;
  }
  a:hover .headerBtnTitle::after {
    right: 8px;
  }
}

.headerBtn {
  display: inline-block;
  line-height: 1;
  padding: 1em 2.5em;
  border-radius: 40px;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  background: transparent;
  background: linear-gradient(90deg, #ffea27 18.22%, #ffc800 62.67%);
  transition: 0.3s;
  background-size: 200% 100%;
}
.headerBtn_large .headerBtn {
  padding: 0.5em 3.4em 1.5em;
  border-radius: 100px;
  box-shadow: 0 6px 0 #db5513;
}
.headerBtn_large2 .headerBtn {
  padding: 0.6em 2.9em 1.6em;
  border-radius: 100px;
  box-shadow: 0 6px 0 #db5513;
}
.headerBtn_sp .headerBtn {
  padding: 0.5em 2.4em 1em;
  border-radius: 100px;
  box-shadow: 0 6px 0 #db5513;
}
.headerBtn:hover {
  background-position: 100% 0;
}
.headerBtn_large .headerBtn:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
@media screen and (max-width: 1130px) {
  .headerBtn {
    padding: 0.5em 1.2em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .headerBtn_large .headerBtn {
    padding: 0.5em 2em 1em;
  }
  .headerBtn_large2 .headerBtn {
    padding: 1.2em 1em 1.5em;
  }
}

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

.headerlogoBlock {
  position: absolute;
  top: 34px;
  left: 280px;
  width: 209px;
}
.change-color .headerlogoBlock {
  top: 14px;
}
@media screen and (max-width: 1880px) {
  .headerlogoBlock {
    left: 100px;
  }
}
@media screen and (max-width: 1370px) {
  .headerlogoBlock {
    left: 50px;
  }
}
@media screen and (max-width: 1130px) {
  .headerlogoBlock {
    top: 24px;
    left: 20px;
    width: 200px;
  }
  .change-color .headerlogoBlock {
    top: 11px;
  }
}
@media screen and (max-width: 1025px) {
  .headerlogoBlock {
    left: 20px;
    top: 24px;
  }
  .change-color .headerlogoBlock {
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .headerlogoBlock {
    top: 14px;
    left: 20px;
    width: 227px;
  }
  .change-color .headerlogoBlock {
    top: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerlogoBlock {
    top: 14px;
    left: 50px;
  }
  .change-color .headerlogoBlock {
    top: 16px;
  }
}

.headerInfoBlock {
  margin-right: 300px;
}
@media screen and (max-width: 1880px) {
  .headerInfoBlock {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1370px) {
  .headerInfoBlock {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1290px) {
  .headerInfoBlock {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1130px) {
  .headerInfoBlock {
    margin-right: 10px;
  }
}

.headerMenuCard {
  margin-top: 25px;
  margin-right: 23px;
}
.headerMenuCard > li {
  transition: 0.3s;
}
.headerMenuCard > li.current > a {
  color: #2c98df;
}
.headerMenuCard > li > a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  padding: 0 1.4em;
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-align: center;
  position: relative;
}
.headerMenuCard > li > a::before {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 0px;
  width: 73%;
  height: 2px;
  background: #2c98df;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.headerMenuCard > li > a:hover {
  color: #2c98df;
}
.headerMenuCard > li > a:hover::before {
  transform: scale(1);
}
.change-color .headerMenuCard {
  margin-top: 0;
}
@media screen and (max-width: 1485px) {
  .headerMenuCard > li > a {
    padding: 0 0.7em;
  }
}
@media screen and (max-width: 1290px) {
  .headerMenuCard {
    margin-right: 5px;
  }
  .headerMenuCard > li > a {
    font-size: 15px;
    padding: 0 0.4em;
  }
}
@media screen and (max-width: 1130px) {
  .headerMenuCard {
    margin-right: 0;
  }
  .change-color .headerMenuCard {
    margin-right: 10px;
  }
  .headerMenuCard > li > a {
    font-size: 14px;
    padding: 0 0.4em;
  }
}

.active-link {
  color: #2c98df;
}

.overRayMenuUl {
  margin-bottom: 9%;
}
.overRayMenuUl > li {
  position: relative;
  font-size: 16px;
  padding: 2rem 0 1.1rem 1.3rem;
  font-weight: 500;
}
.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #babbbc;
}
.overRayMenuUl > li a {
  display: block;
  transition: 0.3s;
  position: relative;
  font-weight: 300;
}
.overRayMenuUl > li a::before, .overRayMenuUl > li a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  right: -7px;
  color: #2c98df;
  transform: translateY(-50%);
  font-weight: 100;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li a::before {
  content: "\f105";
  right: -7px;
}
.overRayMenuUl > li a:hover {
  opacity: 0.5;
}
.overRayMenuUl > li a > ul:not(:last-child) > li {
  padding: 30em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayMenuUl > li {
    padding: 1.6rem 1rem;
  }
}

.overRayBlock {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #e9f4fc;
}
@media only screen and (max-width: 1366px) {
  .overRayBlock {
    width: 500px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    width: 100%;
  }
}

.overRayImgCard {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .overRayImgCard {
    width: 30%;
  }
}

.overRayTextCard {
  margin-top: 11%;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 70px;
  background: #e9f4fc;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 0 22px;
    padding-bottom: 21%;
  }
}

.overRayBtnList > li {
  width: 70%;
}
.overRayBtnList > li:nth-child(-n+2) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .overRayBtnList {
    width: 100%;
  }
}

.headInner {
  max-width: 1603px;
  margin-right: auto;
  margin-left: auto;
}

.headillList {
  margin-left: 6%;
  display: grid;
  grid-template-columns: 60% 40%;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media screen and (max-width: 1600px) {
  .headillList {
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headillList {
    margin-left: 0;
    grid-template-columns: 59% 41%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headillList {
    margin-left: 0;
    grid-template-columns: 65% 41%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.topFvTextWrap {
  padding-top: clamp(53px, 9%, 134px);
  padding-bottom: clamp(35px, 5%, 96px);
}
@media only screen and (max-width: 767px) {
  .topFvTextWrap {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}

.topFvText {
  font-size: clamp(1.7rem, 1.627184466rem + 0.1941747573vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .topFvText {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvText {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvText {
    line-height: 1.8;
  }
}

.commonBtn {
  display: inline-block;
  background: #2c98df;
  border-radius: 50px;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  padding: 0.8em 2em;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}
.commonBtn:hover {
  opacity: 0.7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    padding: 0.7em 1.5em;
  }
}

.commontitle_line span {
  background: linear-gradient(transparent 80%, rgb(255, 255, 0) 0%);
}

/*==================================================
 * header
 *================================================*/
/*==================================================
 * pagenation*/
:root {
  --swiper-theme-color: #fff;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: #e5f8ff;
  padding: 2.8% 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 8%;
  }
}

.footerlogoImg {
  width: 28%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    width: 91%;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerlogoImg {
    width: 47%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerlogoImg {
    width: 40%;
  }
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 0.6%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  z-index: 9999;
  display: none;
}
.footerBtn.visible {
  display: block;
}
.footerBtn::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  font-weight: 900;
  font-size: 20px;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1366px) {
  .footerBtn {
    display: none !important;
  }
}

.footerInfo {
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    line-height: 1.5;
  }
}

.footerCopy {
  padding: 35px 0 20px;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding: 23px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerCopy {
    padding: 27px 0;
  }
}

.copylight {
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

/*==================================================
/*トップページ
*================================================*/
.breadcrumbs {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumbs #text {
  display: none;
}
.breadcrumbs .current-item {
  color: #000000;
  font-weight: 500;
}
.breadcrumbs a {
  transition: 0.3s;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
  }
}

/*==================================================
 * 下層
 *================================================*/
.commonFvTextWrap {
  padding: 7% 0 1%;
}
.commonFvTextWrap.__notFound {
  padding: 6% 0 2%;
}
@media only screen and (max-width: 767px) {
  .commonFvTextWrap {
    padding: 14% 0 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonFvTextWrap {
    padding: 7% 0 4%;
  }
}

/*==================================================
 * worry
 *================================================*/
.worryCnt {
  max-width: 1185px;
  margin-right: auto;
  margin-left: auto;
}

.worryCard {
  position: relative;
  padding: 5em 0 7em;
}
.worryCard::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(.././img/back01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .worryCard::after {
    background-image: url(.././img/back01_sp.png);
  }
}

.worryTitle {
  font-size: clamp(2.4rem, 2.254368932rem + 0.3883495146vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.worryTitle:after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 101px;
  width: 228px;
  height: 123px;
  background-image: url(.././img/worry.svg);
  background-repeat: no-repeat;
  background-size: 228px;
  z-index: -1;
}
.worryTitle span {
  font-size: clamp(3rem, 2.8058252427rem + 0.5177993528vw, 3.8rem);
  line-height: 1;
  color: #2c98df;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .worryTitle {
    display: block;
    padding-left: 0;
  }
  .worryTitle:after {
    top: -61px;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 90px;
    background-size: 165px;
  }
}

.worryTextWrap {
  padding: 5% 0 2%;
}

.commentList {
  position: absolute;
}
.commentList > li:nth-child(1) {
  margin-top: 5%;
}

.commentText {
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  line-height: 1.6;
}

.commentTextWrap {
  position: absolute;
  width: 80%;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.worryImgWrap {
  padding-top: 16%;
  margin-inline: auto;
  width: 45%;
}

.worryText {
  font-size: clamp(1.3rem, 1.1058252427rem + 0.5177993528vw, 2.1rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .worryText {
    line-height: 1.3;
  }
}

.worry_illustWrap {
  padding: 25% 8% 0;
  width: 70%;
  margin-inline: auto;
}

.worryList {
  width: 86%;
  margin-inline: auto;
}
.worryList > li {
  width: 25%;
  position: relative;
}
.worryList > li:nth-child(2) {
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .worryList {
    width: 100%;
  }
}

.boxImg {
  width: 110%;
  padding-bottom: 75%;
}
.boxImg.__box01 {
  margin-top: 37%;
}
.boxImg.__box04 {
  margin-top: 37%;
}
@media only screen and (max-width: 767px) {
  .boxImg {
    width: 173px;
    padding-bottom: 118%;
  }
  .boxImg.__box01 {
    background-image: url(.././img/box1_sp.png) !important;
    margin-top: 73%;
    margin-left: -34%;
  }
  .boxImg.__box02 {
    background-image: url(.././img/box2_sp.png) !important;
    margin-left: -66%;
  }
  .boxImg.__box03 {
    background-image: url(.././img/box3_sp.png) !important;
    margin-left: -35%;
  }
  .boxImg.__box04 {
    margin-top: 73%;
    background-image: url(.././img/box4_sp.png) !important;
    margin-left: -66%;
  }
}

.worryImgBlock {
  position: absolute;
  width: 41%;
  bottom: -66px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .worryImgBlock {
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worryImgBlock {
    width: 55%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .worryImgBlock {
    width: 50%;
  }
}

.solutionCard {
  position: relative;
  padding: 1em 0 3em;
}
.solutionCard::after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(.././img/back02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .solutionCard {
    padding: 1em 0 0;
  }
  .solutionCard::after {
    top: 3%;
    height: 25vh;
    background-image: url(.././img/back02_sp.jpg) !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .solutionCard::after {
    top: 12%;
  }
}

.solutionTitle_1 {
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  font-weight: 700;
}

.solutionTitle_2 {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: #fff;
}

.solutionTitleBox {
  position: relative;
}
.solutionTitleBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 57px;
  background-image: url(.././img/textBox.svg);
  background-repeat: no-repeat;
  background-size: 280px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .solutionTitleBox::after {
    top: 62%;
    width: 180px;
    height: 40px;
    background-size: 180px;
  }
}

.solutionTitle_3 {
  font-size: clamp(1.9rem, 1.5116504854rem + 1.0355987055vw, 3.5rem);
  line-height: 1;
  color: #171c61;
  font-weight: 600;
  display: inline-block;
  padding-left: 0.7em;
  position: relative;
}
.solutionTitle_3::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 18px;
  height: 16px;
  background-image: url(.././img/ten_top.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  z-index: -1;
}
.solutionTitle_3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 28px;
  width: 20px;
  height: 16px;
  background-image: url(.././img/ten_down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: -1;
}
.solutionTitle_3 span {
  padding-left: 0.7em;
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
  color: #171c61;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .solutionTitle_3 {
    padding-left: 0;
    letter-spacing: 0.05em;
  }
  .solutionTitle_3::before {
    top: 7px;
    left: -14px;
    width: 10px;
    height: 9px;
    background-size: 10px;
  }
  .solutionTitle_3::after {
    bottom: 2px;
    right: 21px;
    width: 10px;
    height: 9px;
    background-size: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .solutionTitle_3 {
    padding-left: 0;
    letter-spacing: 0.05em;
  }
  .solutionTitle_3::before {
    top: 7px;
    left: -14px;
    width: 10px;
    height: 9px;
    background-size: 10px;
  }
  .solutionTitle_3::after {
    bottom: 2px;
    right: 21px;
    width: 10px;
    height: 9px;
    background-size: 10px;
  }
}

.solutionTitle_4 {
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  line-height: 1;
  font-weight: 600;
}
.solutionTitle_4 span {
  font-size: clamp(3.6rem, 2.8475728155rem + 2.0064724919vw, 6.7rem);
  line-height: 1.3;
  color: #171c61;
  font-weight: 600;
}

.kouritukaBox {
  width: 70%;
  display: block;
  margin-inline: auto;
  padding: 2em 1em 2.5em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .kouritukaBox {
    margin-left: 24% !important;
  }
}
@media only screen and (max-width: 767px) {
  .kouritukaBox {
    width: 100%;
    padding: 2em 1em 6em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .kouritukaBox {
    width: 100%;
  }
}

.kouritukaTitle {
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  font-weight: 600;
  line-height: 1.6;
  color: #171c61;
}
.kouritukaTitle span {
  color: #e9483e;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  font-weight: 600;
  line-height: 1.6;
}

.kouritukaInner {
  width: 81%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .kouritukaInner {
    width: 100%;
  }
}

.kouritukaText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  position: relative;
}
.kouritukaText::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 12px solid #2c98df;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.kouritukaText .kouritukaSubText {
  display: block;
  padding-left: 1.2em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .kouritukaText {
    font-size: 16px;
  }
  .kouritukaText .kouritukaSubText {
    text-indent: 1em;
    padding-left: 0;
    letter-spacing: 0.06em;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .projectCard {
    margin-top: 26%;
  }
}

.projectImgList {
  display: grid;
  grid-template-columns: 34.3% 23% 36.3%;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.projectImgList > li:nth-child(2) {
  position: relative;
  padding: 0 2em;
}
.projectImgList > li:nth-child(2)::after, .projectImgList > li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 98px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 37% 50%, 0 100%);
          clip-path: polygon(0 0, 37% 50%, 0 100%);
  background: #2c98df;
}
.projectImgList > li:nth-child(2):before {
  left: -16px;
}
.projectImgList > li:nth-child(2)::after {
  right: -58px;
}
@media only screen and (max-width: 767px) {
  .projectImgList {
    display: block;
  }
  .projectImgList > li:nth-child(1) {
    width: 122%;
    margin-left: -11%;
  }
  .projectImgList > li:nth-child(2) {
    width: 50%;
    margin-inline: auto;
    padding: 2em 0;
  }
  .projectImgList > li:nth-child(2)::after, .projectImgList > li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    height: 86px;
    -webkit-clip-path: polygon(50% 25%, 0 0, 100% 0);
            clip-path: polygon(50% 25%, 0 0, 100% 0);
    background: #2c98df;
  }
  .projectImgList > li:nth-child(2):before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .projectImgList > li:nth-child(2)::after {
    left: 50%;
    top: unset;
    bottom: -23%;
    transform: translateX(-50%);
  }
  .projectImgList > li:nth-child(3) {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .projectImgList {
    grid-template-columns: 35% 26% 35%;
  }
  .projectImgList > li:nth-child(2)::after, .projectImgList > li:nth-child(2)::before {
    height: 50px;
    -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
            clip-path: polygon(0 0, 50% 50%, 0 100%);
  }
  .projectImgList > li:nth-child(2):before {
    left: -9px;
  }
  .projectImgList > li:nth-child(2)::after {
    right: -24px;
  }
}

.projectConBlock {
  width: 80%;
  margin-left: 13em;
  position: relative;
  padding: 19em 0 3em;
}
.projectConBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 200px;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
  background-color: #fff;
}
.projectConBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(.././img/back03.png);
  border-radius: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
@media screen and (max-width: 1375px) {
  .projectConBlock {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .projectConBlock {
    width: 100%;
    margin-left: 0;
    padding: 29em 0 0;
  }
  .projectConBlock::before {
    border-radius: 40px;
    height: calc(100% - 30px);
    width: calc(100% - 28px);
  }
  .projectConBlock::after {
    background-image: url(.././img/back03_sp.png);
    border-radius: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .projectConBlock {
    width: 100%;
    margin-left: 0;
    padding: 15em 0 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .projectConBlock {
    width: 100%;
    margin-left: 0;
    padding: 16em 0 1.5em;
  }
}

.projectConWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .projectConWrap {
    top: 54%;
    width: 81%;
  }
}

.projectConTitle {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  line-height: 1.4;
  font-weight: 600;
}
.projectConTitle span {
  font-size: clamp(2.8rem, 2.7029126214rem + 0.2588996764vw, 3.2rem);
  line-height: 1.4;
  color: #171c61;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .projectConTitle {
    font-size: 22px;
    margin-bottom: 12%;
  }
  .projectConTitle span {
    font-size: 32px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .projectConTitle {
    margin-bottom: 3%;
  }
}

.projectConTitleWrap {
  margin-inline: auto;
  padding-left: 3em;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .projectConTitleWrap {
    padding-left: 0;
  }
}

.projectConText {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
}
.projectConText .moji_1 {
  font-size: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
  color: #e9483e;
  font-weight: 700;
}
.projectConText .moji_2 {
  font-size: clamp(2.5rem, 2.4029126214rem + 0.2588996764vw, 2.9rem);
  color: #171c61;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .projectConText {
    font-size: 20px;
  }
  .projectConText .moji_1 {
    font-size: 50px;
  }
  .projectConText .moji_2 {
    font-size: 29px;
  }
}

.projectConInner {
  max-width: 1047px;
  width: 100%;
  margin-inline: auto;
}

.projectConTextBlock {
  width: 23%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .projectConTextBlock {
    width: 100%;
    margin-right: 0;
  }
}

.headerBtn_large2 {
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .headerBtn_large2 {
    width: 100%;
  }
}

.projectConTextImg {
  position: absolute;
  width: 35%;
  top: -9px;
  left: 0;
}
@media screen and (max-width: 1375px) {
  .projectConTextImg {
    top: -27px;
  }
}
@media only screen and (max-width: 767px) {
  .projectConTextImg {
    top: -13px;
  }
}

.projectConillWrap {
  position: absolute;
}
.projectConillWrap.__illst01 {
  width: 19%;
  top: -8px;
  left: 94px;
}
.projectConillWrap.__illst02 {
  width: 57%;
  top: 45%;
  transform: translateY(-50%);
  left: -500px;
}
.projectConillWrap.__illst03 {
  width: 17%;
  top: -15%;
  right: 16%;
}
.projectConillWrap.__illst04 {
  width: 39%;
  top: -63%;
  right: -32%;
}
.projectConillWrap.__illst05 {
  width: 21%;
  bottom: 0;
  left: -24%;
}
.projectConillWrap.__illst06 {
  width: 23%;
  top: -110px;
  left: 213px;
}
.projectConillWrap.__illst07 {
  width: 33%;
  bottom: -334px;
  left: 0%;
}
.projectConillWrap.__illst08 {
  width: 23%;
  top: -162px;
  left: -7%;
}
.projectConillWrap.__illst09 {
  top: 46%;
  transform: translateY(-50%);
  left: -25%;
}
.projectConillWrap.__illst10 {
  bottom: -205px;
  right: 0;
  width: 18%;
}
.projectConillWrap.__illst11 {
  bottom: -13px;
  right: -74px;
  width: 50%;
}
@media screen and (max-width: 1840px) {
  .projectConillWrap.__illst02 {
    width: 39%;
    left: -31%;
  }
}
@media screen and (max-width: 1366px) {
  .projectConillWrap.__illst02 {
    width: 31%;
    top: 107%;
    left: -7%;
  }
}
@media only screen and (max-width: 767px) {
  .projectConillWrap.__illst01 {
    width: 41%;
    top: 2px;
    left: 19px;
  }
  .projectConillWrap.__illst02 {
    width: 100%;
    top: unset;
    bottom: -31%;
    left: 50%;
    transform: translateX(-50%);
  }
  .projectConillWrap.__illst09 {
    top: unset;
    transform: unset;
    bottom: 7px;
    left: unset;
    right: 27px;
    width: 53%;
    margin-right: 0;
  }
  .projectConillWrap.__illst03, .projectConillWrap.__illst04, .projectConillWrap.__illst05, .projectConillWrap.__illst07, .projectConillWrap.__illst08, .projectConillWrap.__illst10 {
    display: none;
  }
  .projectConillWrap.__illst06 {
    position: static;
    width: 70%;
    margin-inline: auto;
    margin-bottom: 7%;
  }
  .projectConillWrap.__illst11 {
    position: static;
    width: 94%;
    margin-inline: auto;
    margin-top: 6%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .projectConillWrap.__illst01 {
    width: 22%;
    top: -11%;
    left: 1%;
  }
  .projectConillWrap.__illst03 {
    width: 24%;
  }
  .projectConillWrap.__illst07 {
    bottom: -149px;
  }
  .projectConillWrap.__illst08 {
    width: 28%;
    top: -215px;
    left: -7%;
  }
  .projectConillWrap.__illst09 {
    top: unset;
    transform: unset;
    left: unset;
    right: 0;
    width: 24%;
    bottom: -12%;
    margin-right: 0;
  }
  .projectConillWrap.__illst02 {
    width: 33%;
    top: 111%;
    left: -3%;
  }
  .projectConillWrap.__illst05 {
    display: none;
  }
  .projectConillWrap.__illst06 {
    position: static;
    width: 51%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
  .projectConillWrap.__illst11 {
    position: static;
    width: 71%;
    margin-inline: auto;
    margin-top: 6%;
  }
  .projectConillWrap.__illst04 {
    width: 27%;
    top: -60%;
    right: -12%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .projectConillWrap.__illst02 {
    top: 108%;
    width: 26%;
    left: -7%;
  }
  .projectConillWrap.__illst09 {
    width: 35%;
  }
  .projectConillWrap.__illst04 {
    width: 31%;
    top: -64%;
    right: -17%;
  }
  .projectConillWrap.__illst05 {
    width: 17%;
    bottom: -20%;
    left: -12%;
  }
  .projectConillWrap.__illst06 {
    top: -26%;
  }
  .projectConillWrap.__illst07 {
    bottom: -168px;
  }
  .projectConillWrap.__illst11 {
    bottom: 56px;
    right: -47px;
    width: 42%;
  }
  .projectConillWrap.__illst08 {
    width: 23%;
    top: -222px;
    left: -7%;
  }
}

@media only screen and (max-width: 767px) {
  .featureCard {
    margin-top: 61%;
  }
}

.featureBlock {
  position: relative;
  padding: 2em 0 9em;
}
.featureBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(.././img/back04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .featureBlock {
    padding: 1.5em 0 6.5em;
  }
  .featureBlock::after {
    width: 110%;
    background-image: url(.././img/back04_sp.png);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureBlock {
    padding: 2em 0 5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .featureBlock {
    padding: 2em 0 5em;
    margin-bottom: 13%;
  }
}

.featureTitle {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  line-height: 1.6;
  font-weight: 700;
  color: #171c61;
}
.featureTitle span {
  font-size: clamp(2.6rem, 2.454368932rem + 0.3883495146vw, 3.2rem);
  line-height: 1.6;
  font-weight: 700;
  color: #e9483e;
}
@media only screen and (max-width: 767px) {
  .featureTitle {
    font-size: 26px;
  }
}

.featureBack {
  position: relative;
  padding: 5em 0 7em;
}
.featureBack::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 100%;
  background-image: url(.././img/back04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

.featureList {
  width: 80%;
  margin-inline: auto;
}
.featureList > li {
  border-radius: 20px;
  background-color: #fff;
  width: 24.3333333333%;
  margin: 0 4.5%;
  position: relative;
}
.featureList > li::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url(.././img/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 50px;
}
.featureList > li img {
  width: 39%;
}
.featureList > li > a {
  display: block;
  padding: 1.5em 1.5em 2.4em;
}
.featureList > li:nth-child(2) .linkBox {
  position: relative;
}
.featureList > li:nth-child(2) .linkBox::after, .featureList > li:nth-child(2) .linkBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 57px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 38% 50%, 0 100%);
          clip-path: polygon(0 0, 38% 50%, 0 100%);
  background: #2c98df;
}
.featureList > li:nth-child(2) .linkBox:before {
  left: -75px;
}
.featureList > li:nth-child(2) .linkBox::after {
  right: -112px;
}
.featureList > li:hover::after {
  bottom: -35px;
}
@media only screen and (max-width: 767px) {
  .featureList {
    width: 100%;
  }
  .featureList > li {
    width: 30.6666666667%;
    margin: 0 2%;
  }
  .featureList > li > a {
    padding: 0.8em 0.2em 1em;
  }
  .featureList > li img {
    width: 53%;
  }
  .featureList > li:nth-child(2) .linkBox::after, .featureList > li:nth-child(2) .linkBox::before {
    height: 30px;
  }
  .featureList > li:nth-child(2) .linkBox:before {
    left: -14px;
  }
  .featureList > li:nth-child(2) .linkBox::after {
    right: -32px;
  }
  .featureList > li::after {
    bottom: -14px;
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureList {
    width: 97%;
  }
  .featureList > li {
    width: 30.6666666667%;
    margin: 0 2%;
  }
  .featureList > li > a {
    padding: 0.7em 0.2em;
  }
  .featureList > li img {
    width: 30%;
  }
  .featureList > li:nth-child(2) .linkBox:before {
    left: -23px;
  }
  .featureList > li:nth-child(2) .linkBox::after {
    right: -58px;
  }
  .featureList > li::after {
    bottom: -18px;
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .featureList > li:nth-child(2) .linkBox:before {
    left: -60px;
  }
  .featureList > li:nth-child(2) .linkBox::after {
    right: -97px;
  }
}

.stepTitle {
  font-size: clamp(1.5rem, 1.3300970874rem + 0.4530744337vw, 2.2rem);
  letter-spacing: 0.01em;
  font-weight: 700;
}

.stepMidashi {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.stepMidashi.__nb02 {
  padding-left: 20%;
}
.stepMidashi.__nb02::after {
  left: 7%;
  background-image: url(.././img/featureNb02.png);
}
.stepMidashi.__nb03::after {
  background-image: url(.././img/featureNb03.png);
}
.stepMidashi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: -42%;
  transform: translateX(-50%);
  width: 146px;
  height: 90px;
  background-image: url(.././img/featureNb01.png);
  background-repeat: no-repeat;
  background-size: 146px;
}
@media only screen and (max-width: 767px) {
  .stepMidashi {
    display: block;
    text-align: center;
    padding-left: 2em;
    margin-bottom: 8%;
    font-size: 26px;
  }
  .stepMidashi.__nb02 {
    padding-left: 0;
  }
  .stepMidashi.__nb02::after {
    left: 22%;
  }
  .stepMidashi::after {
    bottom: -18px;
    left: 50px;
    width: 98px;
    height: 61px;
    background-size: 98px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .stepMidashi {
    padding-left: 2.8em;
  }
  .stepMidashi::after {
    left: 2%;
    bottom: -18px;
    width: 98px;
    height: 61px;
    background-size: 98px;
  }
}

.stepSubTitle {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .stepSubTitle {
    font-size: 24px;
  }
}

.stepList > li:nth-child(2) {
  margin: -147px 0;
}
@media screen and (max-width: 1500px) {
  .stepList > li:nth-child(2) {
    margin: -50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .stepList > li:nth-child(2) {
    margin: 0;
  }
  .stepList > li:not(:last-child) {
    margin-bottom: 12%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .stepList > li:nth-child(2) {
    margin: 43px 0 157px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .stepList > li:nth-child(2) {
    margin: -33px 0 5px;
  }
}

.stepInner {
  position: absolute;
  width: 100%;
  top: 43%;
  left: 61%;
  transform: translate(-50%, -50%);
}
.__reverse .stepInner {
  left: 55%;
}
@media only screen and (max-width: 767px) {
  .stepInner {
    position: static;
    top: 0;
    left: 0;
    transform: unset;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .stepInner {
    top: 85%;
  }
}

.stepInnerWrap {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .stepInnerWrap {
    width: 100%;
  }
}

.stepTextBlock {
  width: 50%;
  margin-right: 4%;
}
.__reverse .stepTextBlock {
  margin-right: 0;
  margin-left: 7%;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .stepTextBlock {
    letter-spacing: 0.09em;
  }
}
@media only screen and (max-width: 767px) {
  .stepTextBlock {
    width: 100%;
    margin-right: 0;
    margin-left: 10px;
    margin-top: -36%;
    margin-bottom: 8%;
  }
  .__reverse .stepTextBlock {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .stepTextBlock {
    width: 66%;
  }
}

.stepInfoText {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
}
@media only screen and (max-width: 767px) {
  .stepInfoText {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

.stepImgBlock {
  margin-top: 6%;
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .stepImgBlock {
    margin-top: 0;
    width: 100%;
  }
}

.stepImg {
  padding-bottom: 66%;
  border-radius: 20px;
}

.stepbackImg {
  max-width: 1604px;
  width: 95%;
  margin-left: 0;
}

.rezonCard {
  margin-top: -2%;
}
@media only screen and (max-width: 767px) {
  .rezonCard {
    margin-top: 30%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rezonCard {
    margin-top: 24%;
  }
}

.rezonList {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .rezonList {
    width: 1066px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rezonList {
    width: 100%;
  }
}

.rezonBox {
  width: 75%;
  padding: 4em 3.9em 3em;
  background-color: #fff;
  border-radius: 20px;
}
.rezonBox.__nb01 {
  margin-left: 10%;
}
.rezonBox.__nb02 {
  margin-left: 22%;
}
.rezonBox.__nb03 {
  margin-left: 10%;
}
.rezonBox:not(:last-child) {
  margin-bottom: 3.5%;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .rezonBox {
    padding: 4em 1.5em 3em 3.9em;
  }
}
@media only screen and (max-width: 767px) {
  .rezonBox {
    margin-bottom: 5%;
    width: 98%;
    margin-inline: auto;
    padding: 3em 1em 1em;
  }
  .rezonBox.__nb01, .rezonBox.__nb02, .rezonBox.__nb03 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .rezonBox {
    width: 90%;
    padding: 3em 2em;
    margin-inline: auto;
  }
  .rezonBox.__nb01, .rezonBox.__nb02, .rezonBox.__nb03 {
    margin-left: auto;
  }
}

.rezonImgBlock {
  width: 36%;
  margin-right: 6%;
}
@media only screen and (max-width: 767px) {
  .rezonImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}

.rezonTextBlock {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .rezonTextBlock {
    width: 100%;
  }
}

.rezonImg {
  padding-bottom: 76%;
  border-radius: 25px;
}

.rezonTitle {
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
  line-height: 1.5;
  color: #2c98df;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .rezonTitle {
    margin-bottom: 5%;
  }
}

.rezonNbText {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1;
  font-weight: 500;
  color: #e9483e;
  margin-top: -14px;
}

.rezonNb {
  font-size: clamp(4rem, 3.7815533981rem + 0.5825242718vw, 4.9rem);
  line-height: 1;
  font-weight: 600;
  transform: skew(-10deg);
  color: #e9483e;
  margin-right: 3px;
}

.rezonNWrap {
  position: absolute;
  top: -31px;
  left: -25px;
}
@media only screen and (max-width: 767px) {
  .rezonNWrap {
    top: -17px;
    left: -14px;
  }
}

.pointTitle {
  font-size: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
  line-height: 1.8;
  font-weight: 600;
}
.pointTitle .pontSubTitle_1 {
  font-size: clamp(2.6rem, 2.5029126214rem + 0.2588996764vw, 3rem);
  line-height: 1.6;
  font-weight: 600;
  color: #182980;
}
.pointTitle .pontSubTitle_2 {
  font-size: clamp(2.6rem, 2.5029126214rem + 0.2588996764vw, 3rem);
  line-height: 1.6;
  font-weight: 600;
  color: #e9483e;
}
@media only screen and (max-width: 767px) {
  .pointTitle {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.pointBlock {
  padding: 11em 0 3em;
  margin-left: 8%;
}
@media only screen and (max-width: 767px) {
  .pointBlock {
    padding: 1.6em 0 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pointBlock {
    padding: 3em 0 0;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pointBlock {
    padding: 5.4em 0 0;
    margin-left: 0%;
  }
}

.pointTextBlock {
  width: 55%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .pointTextBlock {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pointTextBlock {
    margin-top: 13%;
  }
}

.pointImg {
  padding-bottom: 69%;
  margin-right: -18%;
}
@media only screen and (max-width: 959px) {
  .pointImg {
    padding-bottom: 59%;
    margin-right: 0;
  }
}

.priceCard {
  position: relative;
  padding: 6em 0 7em;
}
.priceCard::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  width: 100%;
  height: 100%;
  background-image: url(.././img/back06.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .priceCard {
    padding: 4.7em 0 2.5em;
  }
  .priceCard::after {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background-image: url(.././img/back06_sp.png);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceCard {
    padding: 5em 0 7em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .priceCard {
    padding: 5em 0 7em;
  }
}

.priceBlock {
  width: 89%;
  margin-inline: auto;
  padding: 2em 3em;
  background-image: linear-gradient(150deg, #00c5ff, #004ed5 80%);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .priceBlock {
    width: 100%;
    padding: 1.4em 1em 1em;
  }
}

.priceTitle {
  font-size: clamp(1.7rem, 1.2873786408rem + 1.1003236246vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
}

.priceSubTitle {
  font-size: clamp(2.2rem, 1.5689320388rem + 1.6828478964vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
}
.priceSubTitle span {
  font-size: clamp(6.1rem, 4.1825242718rem + 5.1132686084vw, 14rem);
  font-weight: 700;
  line-height: 1;
}

.priceLeftBlock {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .priceLeftBlock {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .businessWrap {
    padding: 0.7em 0.5em;
  }
}

.businessBlock {
  padding: 2em 1.3em 1.5em;
  background-color: #fff;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .businessBlock {
    padding: 1.2em 0.5em 1.2em;
  }
}

.businessTitle {
  color: #171c61;
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: dashed 2px #babbbc;
}
@media only screen and (max-width: 767px) {
  .businessTitle {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}

.businessList > li {
  font-size: clamp(1rem, 0.7815533981rem + 0.5825242718vw, 1.9rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 6px 15px;
}
.businessList > li span {
  display: inline-block;
  font-size: clamp(1rem, 0.7815533981rem + 0.5825242718vw, 1.9rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
  background-color: #e4f5ff;
  padding: 0.45em 1.2em;
  border: solid 2px #ffe100;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .businessList {
    justify-content: flex-start;
  }
  .businessList > li {
    margin: 0 2px 10px;
  }
  .businessList > li span {
    padding: 0.45em 0.9em;
  }
}

.flowCard {
  margin-top: -1%;
}
@media only screen and (max-width: 767px) {
  .flowCard {
    margin-top: 28%;
  }
}

.flowBlock {
  position: relative;
  padding: 0 0 11em;
}
.flowBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(.././img/back07.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .flowBlock {
    padding: 0 0 4em;
  }
  .flowBlock::after {
    background-image: url(.././img/back07_sp.png);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .flowBlock {
    padding: 0 0 5em;
  }
}

.flowList {
  width: 75%;
  margin-inline: auto;
  counter-increment: number 0;
}
.flowList > li {
  background-color: #e6f9ff;
  border: solid 3px #e6f9ff;
  padding: 2.8em 2em;
  border-radius: 25px;
  counter-increment: number 1;
  position: relative;
  z-index: 0;
}
.flowList > li:not(:last-child) {
  margin-bottom: 4.5%;
  position: relative;
}
.flowList > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100px; /* 任意の横幅 */
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #2c98df;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.flowList > li:not(:last-child):nth-child(3)::after {
  background: #e9483e;
}
.flowList > li:nth-child(4) {
  background-color: #fff;
  border: solid 3px #e9483e;
  padding: 1.7em 2em 1.9em;
}
@media only screen and (max-width: 767px) {
  .flowList {
    width: 100%;
  }
  .flowList > li {
    padding: 2.2em 0.8em;
  }
  .flowList > li:not(:last-child) {
    margin-bottom: 12.5%;
  }
  .flowList > li:not(:last-child)::after {
    bottom: -49px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flowList > li:nth-child(4) {
    padding: 2.3em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .flowList {
    width: 85%;
  }
  .flowList > li:not(:last-child) {
    margin-bottom: 5.5%;
  }
  .flowList > li:not(:last-child)::after {
    bottom: -49px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.stepNbBox {
  position: relative;
}
.stepNbBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}
.redBlock .stepNbBox::after {
  background-image: linear-gradient(to right, #fef1f7, #e5f2ff 80%);
}
@media only screen and (max-width: 767px) {
  .stepNbBox::after {
    top: 17px;
    width: 69px;
    height: 69px;
  }
}

.stepText {
  font-size: clamp(1.1rem, 1.0029126214rem + 0.2588996764vw, 1.5rem);
  line-height: 0.6;
  color: #2c98df;
  font-weight: 500;
}
.redBlock .stepText {
  color: #e9483e;
}

.flowNbBlock {
  width: 9%;
  margin-right: 3em;
  margin-top: -12px;
}
@media only screen and (max-width: 767px) {
  .flowNbBlock {
    width: 21%;
    margin-right: 1em;
  }
}

.flowTextBlock {
  width: 82%;
}

.stepNb {
  margin-left: -0.65em;
  display: inline-block;
  line-height: 0.6;
  position: relative;
}
.stepNb::after {
  content: "";
  display: block;
  position: absolute;
  content: "0" counter(number);
  font-style: italic;
  font-size: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  color: #2c98df;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.redBlock .stepNb::after {
  color: #e9483e;
}
@media only screen and (max-width: 767px) {
  .stepNb {
    display: block;
    margin-top: 15px;
  }
}

.flowTitle {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  line-height: 1.3;
  font-weight: 700;
}

.flowText {
  font-size: clamp(1.5rem, 1.4029126214rem + 0.2588996764vw, 1.9rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
}
.redBlock .flowText {
  font-size: clamp(1.6rem, 1.527184466rem + 0.1941747573vw, 1.9rem);
}
.flowText span {
  font-size: clamp(2rem, 1.927184466rem + 0.1941747573vw, 2.3rem);
  line-height: 1.6;
  font-weight: 500;
  color: #e9483e;
}

.contactCard {
  margin: 2% 0 6%;
}
@media only screen and (max-width: 767px) {
  .contactCard {
    margin: 25% 0 12%;
  }
}

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