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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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;800;900&display=swap");
.mainColor {
  color: #3a75bb;
}

.mainColorSub {
  color: #5eaad7;
}

.bgmainColor {
  color: #edf5fc;
}

.mainColorDeep {
  color: #1a335b;
}

.bgMainColorDeep {
  background-color: #1a335b;
}

.mainColorExDeep {
  color: #edf5fc;
}

.mainColorLight {
  color: #edf5fc;
}

.bgMainColorLight {
  background-color: #edf5fc;
}

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

.bgWhite {
  background: #fff;
}

.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: "Montserrat", sans-serif;
}

.fontEnSub {
  font-family: "Cormorant Garamond", 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", sans-serif;
}

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

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #242424;
  -webkit-text-size-adjust: 100%;
}

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

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

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

.box-center {
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .box-center_sp {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 959px) {
  .box-center_spTab {
    margin-inline: auto;
  }
}

.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 (min-width: 767px) and (max-width: 959px) {
  .text-center-tab {
    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;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .text-left-tabNote {
    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: #3a75bb;
}
.linkA:hover {
  color: #3a75bb;
  text-decoration: underline;
}

@media screen and (min-width: 959px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 1130px) {
  .brakePoint {
    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 (max-width: 1815px) {
  .pc3 {
    display: none !important;
  }
}
.pc4 {
  display: none !important;
}

@media screen and (max-width: 1800px) {
  .pc4 {
    display: block !important;
  }
}
@media screen and (max-width: 959px) {
  .Menu_p {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .Menu_s {
    display: none !important;
  }
}
.tabNote {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1278px) {
  .tabNote {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .notNote {
    display: none !important;
  }
  .note {
    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%;
}

.mbM25 {
  margin-bottom: 9%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbM4 {
  margin-bottom: 4%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS25 {
  margin-bottom: 3%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS35 {
  margin-bottom: 1.5%;
}

.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%;
  }
  .mbSpL5 {
    margin-bottom: 13%;
  }
  .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%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flextabNote {
    display: block;
  }
}
/*横幅*/
.cnt {
  width: 90%;
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cnt {
    max-width: 1200px;
  }
  .cnt.cntMS {
    width: 95%;
  }
}

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

.w100 {
  width: 100%;
}

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

.cntXSM {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntSlid {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.cntWide {
  max-width: 1920px;
  width: 100% !important;
}

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

:root {
  --spaceSize: clamp(50px, 3.8vw, 79px);
  --spaceSizeMiddle: clamp(50px, 7.5vw, 144px);
  --spaceSizeSMiddle: clamp(50px, 6vw, 120px);
  --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(--spaceSizeSMiddle);
}

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

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

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

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

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

.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;
  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;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

.shadowM {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.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;
}
.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 {
  /*
  &.white{
      background: linear-gradient(transparent 70%, $subColorDeep 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: #3a75bb;
  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: #3a75bb;
  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: #3a75bb;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

.bdBox {
  border: 2px solid #3a75bb;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.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 #1a335b;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #1a335b;
  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: 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #5eaad7;
  overflow-y: auto;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 997;
}
.change-color .overRayBox {
  top: 55px;
  height: calc(100dvh - 55px);
}
@media only screen and (max-width: 959px) {
  .open .overRayBox {
    visibility: visible;
    opacity: 1;
  }
  .change-color .overRayBox {
    top: 55px;
    height: calc(100dvh - 55px);
  }
}

.all_fixed_nav_bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  pointer-events: none;
  opacity: 0;
}
.open .all_fixed_nav_bg {
  width: calc(100% - 442px);
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-bottom-left-radius: 10px;
  border: none;
  background-color: #3a75bb;
  transition: 0.3s;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 959px) {
  .change-color .menu-btn {
    width: 55px;
    height: 55px;
  }
}

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

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -3px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  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: #3a75bb;
}
.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 #3a75bb;
}

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

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
.cform tr th {
  vertical-align: middle;
  width: 225px;
  margin-bottom: 0.5em;
}
.cform tr td {
  width: 755px;
}
.cform tr span {
  font-weight: 500;
}
.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: 1em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f5f5;
}
.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 select {
  background-color: #f6f6f6 !important;
  border: unset !important;
  border-radius: 2px !important;
  padding: 1.4em 0.5em !important;
  width: 49% !important;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  margin-top: -4px;
}
.cform input[name=your-name_1],
.cform input[name=your-kana_1] {
  margin-bottom: 12px;
}
.cform select#select-title {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform .title {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform tr,
  .cform th,
  .cform td {
    display: block;
    width: 100% !important;
  }
  .cform select {
    width: 100% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cform th {
    width: 260px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cform th {
    width: 230px !important;
  }
}

.wpcf7-list-item input {
  margin-top: 1px;
}
.wpcf7-list-item span {
  font-weight: 500;
}

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

.contactBlock {
  background-color: #fff;
  border-radius: 15px;
  padding: 0 1.5em;
}
@media only screen and (max-width: 767px) {
  .contactBlock {
    border-radius: 10px;
    padding: 1em 1.5em 1em 1.5em;
  }
}

.openBtn {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
}
.openBtn::before {
  opacity: 0;
}
.openBtn::after, .openBtn::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  color: #3a75bb;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn::after {
  content: "\f13a";
}
.openBtn::before {
  content: "\f139";
}
.openBtn.on::before {
  opacity: 1;
}
.openBtn.on::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .openBtn::after, .openBtn::before {
    font-size: 22px;
    right: -2px;
  }
}

.contactTitle {
  font-size: clamp(17px, 1.6vw, 25px);
  padding: 2em 0.5em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contactTitle {
    padding: 1em;
  }
}

.contactList {
  display: none;
  margin-top: 10px;
  padding-bottom: 1.5em;
}
.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: clamp(15px, 1vw, 16px);
  padding-left: 1.2em;
  font-weight: 500;
}
.contactList > li span.__nopadding {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contactList {
    margin-top: 0;
  }
  .contactList > li span {
    padding-left: 0.9em;
  }
  .contactList > li::after {
    width: 7px;
    height: 7px;
    top: 12px;
  }
}

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

.formAdrress {
  display: flex;
}

.formWrap {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .formWrap {
    row-gap: 10px;
  }
}

.formWrap_1,
.formWrap_2 {
  width: calc((100% - 20px) / 2);
}
.formWrap_1 dt,
.formWrap_2 dt {
  width: 44px;
}
.formWrap_1 dt p,
.formWrap_2 dt p {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
}
@media only screen and (max-width: 767px) {
  .formWrap_1,
  .formWrap_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .formWrap_1 dt,
  .formWrap_2 dt {
    width: 62px;
  }
}

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

.required-srt {
  color: #fff;
  font-size: 13px;
  padding: 0.1em 0.5em;
  background-color: #b50d23;
  border-radius: 5px;
  margin: auto 0.7em;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  border: none !important;
  line-height: 1.6;
  color: #dc3232 !important;
  text-align: center !important;
}

.wpcf7-response-output::before {
  content: "※";
}

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

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

.addreswrap {
  -moz-column-gap: 27px;
       column-gap: 27px;
  row-gap: 6px;
}
.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 5%;
  margin: 3% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 8% 4.5%;
    margin: 0 0 3%;
  }
}

.contactAlertTitle {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .contactAlertTitle {
    margin-bottom: 0;
  }
}

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

/*下層ページ共通------------------------------------*/
.entry {
  margin-top: 2%;
  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 a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a75bb;
}
.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;
  font-weight: 500;
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  font-weight: bold;
}
.entry h2 {
  margin: 3% auto 2%;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: bold;
  padding-bottom: 1em;
  position: relative;
}
.entry h2::before, .entry h2::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
}
.entry h2::before {
  width: 100%;
  height: 1px;
  background-color: #acacac;
}
.entry h2::after {
  width: 40%;
  height: 1px;
  background-color: #3a75bb;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  margin: 3% auto 3%;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.entry h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 42px;
  border-radius: 10px;
  background-color: #3a75bb;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    margin: 6% auto 3%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: bold;
}
.entry table {
  width: 100%;
}
.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;
}
.entry table th {
  background-color: #3a75bb;
  font-weight: 500;
}
@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 6 Pro";
  content: "\f058";
  color: #3a75bb;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.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: #3a75bb;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #3a75bb;
  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: #3a75bb;
  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 #3a75bb;
  border-radius: 10px;
  background-color: #edf5fc;
}

.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: #3a75bb;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #3a75bb;
  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 {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #3a75bb;
  font-weight: bold;
}

.singNewsWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.singleColumnInfoUl {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.singleColumnInfoUl .cate {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  color: #fff;
  font-weight: 500;
  line-height: 0.6;
  padding: 0.6em 1em 0.7em;
  background-color: #3a75bb;
  transition: 0.3s;
}
.singleColumnInfoUl .cateLink > a {
  display: block;
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  color: #fff;
  font-weight: 500;
  line-height: 0.6;
  padding: 0.6em 1em 0.7em;
  background-color: #3a75bb;
  transition: 0.3s;
}
.singleColumnInfoUl .cateLink > a:hover {
  background-color: #5eaad7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cate {
    padding: 0.5em 0.8em;
  }
}

/*この記事をシェアするボタン*/
.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 #3a75bb;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #3a75bb;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #3a75bb;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #3a75bb;
}
.singleColumnWriterButton:hover {
  background: #3a75bb;
  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;
  transition: 0.3s;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}
.singleColumnPreNextBox:hover {
  opacity: 0.7;
}

.singleClumnPreNextDescri {
  color: #727171;
}

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

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #1a335b;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.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: 66%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    border-radius: 7px;
  }
}

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 12px;
  background: #3a75bb;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  padding: 0.4em 0.8em;
  text-align: center;
  line-height: 0.7;
  transition: 0.3s;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl li:hover {
  opacity: 0.7;
}
.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: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #3a75bb;
  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: #3a75bb;
  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: #3a75bb;
  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: "Montserrat", sans-serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@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: #fff;
  background-color: #3a75bb;
  color: #fff;
  border-radius: 7px;
  padding: 0.7em 1em;
  line-height: 0.6;
  margin-bottom: 1em;
  transition: 0.3s;
  margin-right: 5px;
}
.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: "Montserrat", sans-serif;
  color: #3a75bb;
  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: #3a75bb;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #3a75bb;
}
.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: 100px;
  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;
  }
}

.breadBrock {
  background-color: #fff;
  padding: 0.5em 0;
}

.breadcrumbs span {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  font-weight: 500;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #edf5fc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loadingInner img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .loadingInner img {
    width: 100px;
  }
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #edf5fc;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loadTitle {
  font-size: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.4;
}
.loadTitle span {
  font-size: clamp(1.5rem, 1.0145631068rem + 1.2944983819vw, 3.5rem);
  color: #3a75bb;
  line-height: 1.4;
  font-weight: bold;
}

address {
  font-style: normal;
}

.headerInner {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
@media only screen and (max-width: 959px) {
  .headerInner {
    width: 100%;
  }
}

main {
  margin-top: 0;
}
.home main {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 77px;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 123px;
  }
  .home main {
    margin-top: 123px;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  width: 400px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3a75bb;
  border: solid 1px #3a75bb;
  border-radius: 50px;
  color: #fff;
  padding: 1.8em 7em;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #5eaad7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 12px;
    padding: 0 4em;
    height: 38px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 13px;
    line-height: 2;
    padding: 0 4em;
    height: 42px;
  }
}

.submit-back {
  margin-right: 7px;
}

.submit-back input,
.submit-back button {
  background: #1a335b;
  border: solid 1px #1a335b;
  color: #fff;
  transition: 0.3s;
}
.submit-back input:hover,
.submit-back button:hover {
  background-color: #5eaad7;
  border: solid 1px #5eaad7;
  color: #fff;
}

.submit-next input,
.submit-next button {
  background: #3a75bb;
  border: solid 1px #3a75bb;
  color: #fff;
  transition: 0.3s;
}
.submit-next input:hover,
.submit-next button:hover {
  background-color: #5eaad7;
  color: #fff;
}
.submit-next {
  margin-left: 7px;
}

.boxSadow {
  box-shadow: 6px 6px 10px 1px rgb(224, 224, 202);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .boxSadow {
    box-shadow: 1px 7px 13px 1px rgb(224, 224, 202);
  }
}

.boxSadow2 {
  box-shadow: 6px 6px 10px rgba(147, 147, 147, 0.4);
}

.textSadow2 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.textSadow {
  text-shadow: 8px 8px 8px #fff, -8px -8px 8px #fff, -8px 8px 8px #fff, 8px -8px 8px #fff, 8px 0px 8px #fff, -8px 0px 8px #fff, 0px 8px 8px #fff, 0px -8px 8px #fff;
}
@media only screen and (max-width: 767px) {
  .textSadow {
    text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0px 5px #fff, -5px 0px 5px #fff, 0px 5px 5px #fff, 0px -5px 5px #fff;
  }
}

.arrow_maru {
  position: relative;
}
.arrow_maru::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
a:hover .arrow_maru::after {
  right: 8px;
}
.arrow_maru:hover::after {
  right: 8px;
}
@media only screen and (max-width: 767px) {
  .arrow_maru.__sp::after {
    right: 0;
  }
  .arrow_maru::after {
    right: 11px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .arrow_maru::after {
    right: 9px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.arrow_next {
  position: relative;
}
.arrow_next.btnBox::after {
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.arrow_next.__small::after {
  right: 14px;
  font-size: 15px;
}
.topGideBox .arrow_next::after {
  color: #3a75bb;
}
.arrow_next::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  content: "\f105";
  font-weight: 900;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .arrow_next::after {
    font-size: 15px;
  }
  .topGideBox .arrow_next::after {
    right: -1px;
    top: -19px;
    padding: 0.3em 0.7em;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #3a75bb;
    color: #fff;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .arrow_next::after {
    font-size: 15px;
  }
}

.commonBtn_tel {
  position: relative;
}
.commonBtn_tel::before {
  position: relative;
  display: inline-block;
  content: "\f2a0";
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  top: 0;
  left: -10px;
}

.commonBtn_line {
  position: relative;
}
.commonBtn_line::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 27px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url(.././img/line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.commonBtn.box-center {
  margin-inline: auto;
}
.commonBtn.__small {
  padding: 1.3em 0.5em;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.commonBtn {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1;
  background-color: #3a75bb;
  border: solid 1px #3a75bb;
  border-radius: 50px;
  font-weight: bold;
  display: block;
  line-height: 1;
  color: #fff;
  max-width: 400px;
  text-align: center;
  padding: 1.6em 0.5em;
  line-height: 1;
  transition: 0.3s;
  font-weight: bold;
}
.commonBtn:hover {
  background-color: #1a335b;
  color: #fff;
}
.commonBtn:hover::after {
  color: #fff;
  right: 20px;
}
.commonBtn:hover.__small::after {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    max-width: 100%;
    width: 100%;
    padding: 1.4em 0.5em;
  }
  .commonBtn::after {
    right: 19px;
  }
}

.commonTitleEn.__white {
  color: #fff;
}
.commonTitleEn {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  color: #3a75bb;
}

.commonTitleJp {
  font-size: clamp(1.9rem, 1.3902912621rem + 1.359223301vw, 4rem);
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    text-align: left;
  }
}

.commonMidashiWrap {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}

.titleImg {
  border-radius: 7px;
}

.commonMidashi_1.__white {
  background-color: #edede6;
}
.commonMidashi_1 span {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  display: block;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
.commonMidashi_1 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #3a75bb;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.commonMidashi_1 {
  padding: 0.9em 0.5em;
  border-radius: 7px;
  background-color: #e4eaef;
}

.commonMidashi_2 {
  font-size: clamp(1.8rem, 1.727184466rem + 0.1941747573vw, 2.1rem);
  line-height: 1;
  padding-left: 0.5em;
  padding-bottom: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.commonMidashi_2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background-color: #acacac;
}
.commonMidashi_2::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  left: 0;
  bottom: 2px;
  background-color: #3a75bb;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_2.__sp {
    font-size: 16px;
  }
}

.smallText {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.4;
}

.commonText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 1.8;
}
.commonText.__lh {
  line-height: 2.6;
}
.commonText.__mh {
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .commonText.__lh {
    line-height: 1.8;
  }
  .commonText.__mh {
    line-height: 1.8;
  }
}

.textIndent {
  margin-left: 1.7em;
  text-indent: -1.4em;
}

.commonComent {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-weight: 500;
  line-height: 1.4;
}

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

.alink {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.alink.footerLink {
  color: #abadc6;
  text-decoration-color: #abadc6;
}
.alink {
  color: #3a75bb;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-decoration-color: #3a75bb;
  transition: 0.3s;
}
.alink:hover {
  color: #cccdcd;
  text-decoration-color: unset;
}

ul {
  list-style-type: disc !important;
}

.comment {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  text-indent: -1.2em;
  padding-left: 1.4em;
}

.text_Indent {
  text-indent: -1.5em;
  padding-left: 3.5em;
}

.commonList.__small > li:not(:last-child) {
  margin-bottom: 5px;
}
.commonList > li:not(:last-child) {
  margin-bottom: 15px;
}
.commonList > li span {
  display: block;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
.commonList > li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #3a75bb;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .commonList > li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.commonListNb {
  margin-left: 1.5em;
}
.commonListNb > li:not(:last-child) {
  margin-bottom: 15px;
}
.commonListNb > li {
  list-style-type: decimal;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}

.commontitle_line sub {
  background: linear-gradient(transparent 65%, rgb(255, 241, 0) 0%);
}

.commontitle_line_2 sub {
  background: linear-gradient(transparent 70%, rgb(255, 241, 0) 0%);
}

.commonTitleWrap {
  margin-bottom: 4%;
}
@media only screen and (max-width: 767px) {
  .commonTitleWrap {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonTitleWrap {
    margin-bottom: 5%;
  }
}

.back_color {
  background-color: #edf5fc;
  padding: 6em 0;
}
@media only screen and (max-width: 959px) {
  .back_color {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .back_color {
    padding: 3em 0;
  }
}

.img_radius.__small img {
  border-radius: 15px;
}
.img_radius img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .img_radius.__small img {
    border-radius: 10px;
  }
  .img_radius img {
    border-radius: 10px;
  }
}

.mgbg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zoomImg {
  overflow: hidden;
}
.zoomImg img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.zoomImg img:hover {
  transform: scale(1.1);
}
a:hover .zoomImg img {
  transform: scale(1.1);
}

.Table_scroll {
  overflow-y: hidden !important;
}

.scroll-hint.is-right-scrollable {
  background: unset !important;
}

/*==================================================
 * animation
 *================================================*/
.circleBlock {
  width: 116px;
  height: 116px;
}
@media only screen and (max-width: 959px) {
  .circleBlock {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .circleBlock {
    width: 90px;
    height: 90px;
  }
}

.centerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circleInnerBox {
  width: 86px;
  height: 86px;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 959px) {
  .circleInnerBox {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .circleInnerBox {
    width: 60px;
    height: 60px;
  }
}

.circleNb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.circleNb::after {
  content: "";
  display: block;
  position: absolute;
  content: "0" counter(number);
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circleText {
  overflow: visible;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #3a75bb;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* 外周のテキストだけ回転させる */
.circleText__rotate {
  animation: rotation 18s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
  }
}
/*==================================================
 * slider
 *================================================*/
.swiperImgWrap {
  position: relative;
}
.swiperImgWrap .swiper-button-prev {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border: solid 2px #3a75bb;
  border-radius: 50%;
}
.swiperImgWrap .swiper-button-prev:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3a75bb;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 17px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-button-prev:after {
    width: 5px;
    height: 10px;
  }
}
.swiperImgWrap .swiper-button-next {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border: solid 2px #3a75bb;
  border-radius: 50%;
  right: 0;
}
.swiperImgWrap .swiper-button-next:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3a75bb;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 17px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-button-next:after {
    width: 5px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .swiperImgWrap .swiper-button-prev,
  .swiperImgWrap .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-button-prev,
  .swiperImgWrap .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

.swiperImgWrap .swiper-button-prev {
  left: 26.5%;
}
@media only screen and (max-width: 767px) {
  .swiperImgWrap .swiper-button-prev {
    left: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperImgWrap .swiper-button-prev {
    top: 58%;
    left: 28%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-button-prev {
    top: 50%;
    left: 28%;
  }
}

.swiperImgWrap .swiper-button-next {
  right: 26.5%;
}
@media only screen and (max-width: 767px) {
  .swiperImgWrap .swiper-button-next {
    right: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperImgWrap .swiper-button-next {
    top: 58%;
    right: 28%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-button-next {
    top: 50%;
    right: 28%;
  }
}

.slideno .swiper-button-next,
.slideno .swiper-button-prev {
  display: none !important;
}

.swiperImg {
  padding: 4em 0 0;
  overflow: hidden;
  position: relative;
}
.swiperImg img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .swiperImg {
    padding: 0;
  }
  .swiperImg img {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperImg {
    padding: 1em 0 0;
  }
  .swiperImg img {
    border-radius: 10px;
  }
}

.swiperImgWrap .swiper-container6 {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
}
.swiperImgWrap .swiper-slide {
  transition: 0.7s;
  padding-left: 4em;
}
.swiperImgWrap .swiper-slide-active {
  padding-right: 4em;
  padding-left: 0;
}
.swiperImgWrap .swiper-slide img {
  width: 100%;
}
.swiperImgWrap .swiper-slide-next {
  padding: 0 4em;
  opacity: 1;
  z-index: 1;
  margin-right: 5%;
  transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
  .swiperImgWrap .swiper-container6 {
    margin: 0;
    padding: 0 0;
  }
  .swiperImgWrap .swiper-slide {
    padding: 0;
  }
  .swiperImgWrap .swiper-slide img {
    width: 92%;
  }
  .swiperImgWrap .swiper-slide-active {
    padding-right: 0;
  }
  .swiperImgWrap .swiper-slide-next {
    padding: 0;
    margin-right: 0;
    transform: scale(1);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperImgWrap .swiper-slide {
    padding-left: 1.5em;
  }
  .swiperImgWrap .swiper-slide-active {
    padding-right: 1.5em;
    padding-left: 0;
  }
  .swiperImgWrap .swiper-slide-next {
    padding: 0 1.5em;
    opacity: 1;
    z-index: 1;
    margin-right: 0;
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperImgWrap .swiper-slide {
    padding-left: 1.5em;
  }
  .swiperImgWrap .swiper-slide-active {
    padding-right: 1.5em;
    padding-left: 0;
  }
  .swiperImgWrap .swiper-slide-next {
    padding: 0 1.5em;
    opacity: 1;
    z-index: 1;
    margin-right: 0;
    transform: scale(1.2);
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
.cf7msm-ro {
  text-transform: none !important;
}

.headerBtnSpList {
  row-gap: 20px;
  flex-direction: column;
}
.headerBtnSpList > li:nth-child(1) > a {
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  border: solid 2px #fff;
  transition: 0.3s;
}
.headerBtnSpList > li:nth-child(1) > a:hover {
  border: solid 2px #3a75bb;
  background-color: #edf5fc;
}
.headerBtnSpList > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #3a75bb;
  border: solid 2px #3a75bb;
  border-radius: 50px;
  padding: 1em 0.5em;
}
.headerBtnSpList > li > a:hover {
  background-color: #edf5fc;
  color: #3a75bb;
}

.__tel {
  position: relative;
}
.__tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 18px;
  height: 19px;
  transform: translateY(-50%);
  background-image: url(.././img/tel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.__price {
  position: relative;
}
.__price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 29px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(.././img/info_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
:hover .__price::after {
  background-image: url(.././img/info.svg);
}

.__line {
  position: relative;
}
.__line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 24px;
  height: 23px;
  transform: translateY(-50%);
  background-image: url(.././img/line2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
:hover .__line::after {
  background-image: url(.././img/line.svg);
}

.change-color header.on {
  opacity: 1;
}
header {
  position: fixed;
  top: 32px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s;
}
.change-color header {
  transition: 0.3s;
  top: 0;
  padding: 1em 0 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
}
.open .change-color header {
  opacity: 1;
}
.open header {
  top: 0;
  background-color: #fff;
  padding: 2.7em 0 2em;
}
@media only screen and (max-width: 1450px) {
  header {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    top: 23px;
  }
  .change-color header {
    transition: 0.3s;
    top: 0;
    padding: 4em 0 0;
    background: #fff;
    opacity: 0.9;
  }
  .open header {
    top: 0;
    background-color: #fff;
    padding: 5em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .change-color header {
    transition: 0.3s;
    top: 0;
    padding: 4em 0 0;
    background: #f6f6f0;
    opacity: 0.9;
  }
  .open .change-color header {
    opacity: 1;
  }
  .open header {
    width: 442px;
    left: auto;
    background-color: #fff;
    padding: 5em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    top: 19px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  header {
    top: 17px;
  }
  .change-color header {
    padding: 1em 0 0;
  }
}

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

.headerlogoBlock {
  position: absolute;
  top: 11px;
  max-width: 100%;
  width: 187px;
  left: 100px;
  transition: 0.3s;
  z-index: 9999;
}
.change-color .headerlogoBlock {
  top: 38px;
}
@media only screen and (max-width: 1450px) {
  .headerlogoBlock {
    width: 282px;
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .headerlogoBlock {
    top: -4px;
    left: 16px;
    width: 124px;
  }
  .open .headerlogoBlock {
    top: 21px;
  }
  .change-color .headerlogoBlock {
    top: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerlogoBlock {
    width: 130px;
    top: 0;
    left: 16px;
  }
  .open .headerlogoBlock {
    top: 21px;
  }
  .change-color .headerlogoBlock {
    top: 14px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerlogoBlock {
    width: 146px;
    left: 12px;
  }
  .change-color .headerlogoBlock {
    top: 24px;
  }
}

.change-color .logoImg.__white {
  display: none;
}
.change-color .logoImg.__black {
  display: block;
}
@media only screen and (max-width: 767px) {
  .logoImg.__white {
    display: none !important;
  }
  .logoImg.__black {
    display: block;
  }
  .home .logoImg.__black {
    display: block;
  }
}

.menuBtn {
  all: unset;
  font: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
}

.megaMenu {
  position: absolute;
  top: 50px; /* ヘッダーの高さなどに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5em 0.5em;
  width: 100%;
  min-width: 230px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.megaMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.change-color .megaMenu {
  top: 45px; /* ヘッダーの高さなどに合わせて調整 */
}

.megaMenuSlist > li {
  position: relative;
  transition: 0.3s;
}
.megaMenuSlist > li > a {
  display: block;
  position: relative;
  padding-left: 1em;
}
.megaMenuSlist > li > a span {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: bold;
}
.megaMenuSlist > li::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f138";
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.megaMenuSlist > li:hover span {
  color: #3a75bb;
}
.megaMenuSlist > li:hover::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  right: 5px;
  color: #3a75bb;
}

.headerMenuCard button {
  all: unset;
  cursor: pointer;
}
.headerMenuCard > li {
  transition: 0.3s;
}
.headerMenuCard > li:last-child > a {
  padding-right: 0;
}
.headerMenuCard > li.current > a,
.headerMenuCard > li.current button {
  color: #3a75bb;
}
.headerMenuCard > li > a,
.headerMenuCard > li button {
  display: inline-block;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 2;
  padding: 0.9em 1em 1.7em;
  transition: 0.3s;
}
.headerMenuCard > li > a:hover,
.headerMenuCard > li button:hover {
  color: #3a75bb;
}
.change-color .headerMenuCard > li.current > a,
.change-color .headerMenuCard > li.current button {
  color: #3a75bb;
}
.change-color .headerMenuCard > li > a,
.change-color .headerMenuCard > li button {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  padding: 0.5em 1em 1.1em;
}
.change-color .headerMenuCard > li > a:hover,
.change-color .headerMenuCard > li button:hover {
  color: #3a75bb;
}
@media only screen and (max-width: 1450px) {
  .headerMenuCard > li > a,
  .headerMenuCard > li button {
    padding: 0.6em 0.7em 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuCard > li > a,
  .headerMenuCard > li button {
    font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
    padding: 0.6em 1.1em 1.7em;
  }
  .change-color .headerMenuCard > li > a,
  .change-color .headerMenuCard > li button {
    font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
    padding: 0.6em 1.1em;
  }
}

.overRayMenuUl {
  margin-bottom: 11%;
}
.overRayMenuUl > li {
  position: relative;
  font-size: 16px;
  padding: 1.8rem 0.8rem;
  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: #a9a9a9;
}
.overRayMenuUl > li > a {
  display: block;
  transition: 0.3s;
  position: relative;
  font-weight: 500;
}
.overRayMenuUl > li > a::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  content: "\f105";
  top: 15px;
  right: -7px;
  transform: translateY(-50%);
  font-weight: 300;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li > a:hover {
  opacity: 0.5;
}
.overRayMenuUl > li .menuBtn {
  display: block;
  transition: 0.3s;
  position: relative;
  font-weight: 500;
}
.overRayMenuUl > li .menuBtn::before, .overRayMenuUl > li .menuBtn::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;
  transform: translateY(-50%);
  font-weight: 300;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li .menuBtn::before {
  content: "\f105";
  right: -7px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA::before {
  content: "\f107";
  right: -5px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on {
  padding-bottom: 5%;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on::after {
  content: "\f077";
  right: -5px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on::before {
  opacity: 0;
}
.overRayMenuUl > li .menuBtn:hover {
  opacity: 0.5;
}
.overRayMenuUl > li .menuBtn > ul:not(:last-child) > li {
  padding: 30em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayMenuUl > li {
    padding: 1.6rem 1rem;
  }
}

.megaMenuList > li {
  font-size: 16px;
}

.splist {
  display: none;
  background-color: #fff;
  width: 105%;
  margin-left: -2.5%;
}
.splist > li {
  padding: 0.8em 0.5em;
}
.splist > li:not(:last-child) {
  border-bottom: solid 1px #a9a9a9;
}
.splist > li > a {
  display: block;
  position: relative;
}
.splist > li > a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 20px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.splist > li > a:hover::before {
  right: -15px !important;
}

.splistText {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.hasMegaMenuLiList {
  display: none;
}
.hasMegaMenuLiList.hasMegaMenuBack {
  position: relative;
}
.hasMegaMenuLiList.hasMegaMenuBack::after {
  position: absolute;
  content: "";
  display: block;
  width: 110%;
  height: 102.3%;
  top: 0;
  left: -5%;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.hasMegaMenuLiList > li:last-child {
  padding: 0.6em 0 0;
}
.hasMegaMenuLiList > li {
  padding: 0.6em 0;
  position: relative;
}
.hasMegaMenuLiList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: -0.5em;
  top: 0;
}

.overRayBlock {
  display: flex;
  width: 442px;
  margin-left: auto;
  min-height: 100%;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayBlock {
    width: 442px;
  }
}

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

.overRayTextCard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 70px;
  background-color: #edf5fc;
}
@media only screen and (max-width: 1366px) {
  .overRayTextCard {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 28px 22px 0;
    padding-bottom: 30%;
  }
}

/*==================================================
 * header
 *================================================*/
.topFvImg {
  width: 100%;
  height: 48.125vw;
  max-height: 924px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topFvImg {
    height: 460px;
    margin-bottom: 25%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvImg {
    height: 440px;
    -o-object-position: 81% center;
       object-position: 81% center;
  }
}

.topFvTextWrap {
  position: absolute;
  container-type: inline-size;
  container-name: fvtext;
  width: 51%;
  top: 54%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .topFvTextWrap {
    position: relative;
    transform: unset;
    position: static;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTextWrap {
    top: 56%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTextWrap {
    top: 47%;
  }
}

.topFvTitleJp {
  font-size: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
.topFvTitleJp span {
  font-size: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  color: #3a75bb;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topFvTitleJp {
    font-size: 30px;
  }
  .topFvTitleJp span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTitleJp {
    font-size: clamp(2rem, 1.927184466rem + 0.1941747573vw, 2.3rem);
  }
  .topFvTitleJp span {
    font-size: clamp(2rem, 1.927184466rem + 0.1941747573vw, 2.3rem);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTitleJp {
    font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  }
  .topFvTitleJp span {
    font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  }
}

.topFvTitleText {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topFvTitleText {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topFvTitleText {
    font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  }
}

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

@media only screen and (max-width: 767px) {
  .topFvListWrap {
    position: absolute;
    width: 100%;
    top: -52%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.topFvList {
  max-width: 537px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.topFvList > li {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 959px) {
  .topFvList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .topFvList > li {
    width: calc((100% - 10px) / 3);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .topFvList > li {
    width: calc((100% - 10px) / 3);
  }
}

.snsList {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.snsList > li {
  width: calc((100% - 15px) / 2);
}
@media only screen and (max-width: 767px) {
  .snsList {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .snsList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .snsList > li {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .snsList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .snsList > li {
    width: calc((100% - 10px) / 2);
  }
}

.topFvBox {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .topFvBox {
    border: solid 1px #3a75bb;
  }
}

.topFvBoxInner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.__third .topFvBoxInner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background-color: #fff;
  z-index: -1;
}

.topFvPointText {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.topFvPointText span {
  font-size: clamp(1.4rem, 1.1087378641rem + 0.7766990291vw, 2.6rem);
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.4;
  color: #3a75bb;
}
.topFvPointText span.__en {
  font-size: clamp(1.4rem, 0.7689320388rem + 1.6828478964vw, 4rem);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.topInfoWrap {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.change-color .topInfoWrap {
  margin-bottom: 0;
}

.telWrap {
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.telImg {
  width: 24px;
}

.topTelText span {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  font-weight: 700;
}

.topMenueBlock {
  margin-right: 100px;
}
@media only screen and (max-width: 1450px) {
  .topMenueBlock {
    margin-right: 21px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topMenueBlock {
    margin-right: 21px;
  }
}

.topBtnBlock > a {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: block;
  padding: 1.3em 3.5em 1.3em 5em;
  border-radius: 50px;
  background-color: #3a75bb;
  position: relative;
  transition: 0.3s;
}
.topBtnBlock > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 32px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(.././img/info_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.topBtnBlock > a:hover {
  color: #fff;
  background-color: #1a335b;
}
.change-color .topBtnBlock > a {
  padding: 1em 3.5em 1em 5em;
}

.topSideMenu {
  position: fixed;
  right: 0;
  top: 155px;
}
.home .topSideMenu {
  top: 210px;
}
.topSideMenu {
  z-index: 999;
}
.open .topSideMenu {
  display: none;
}

.sideMenu > li > a {
  display: block;
  background-color: #fff;
  border: solid 2px #edf5fc;
  padding: 1.5em 1em 4.5em 1em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: unset;
  width: 60px;
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  font-weight: bold;
  line-height: 2;
  writing-mode: vertical-rl;
  position: relative;
  transition: 0.3s;
}
.sideMenu > li > a::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  width: 35px;
  background-image: url(.././img/line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.sideMenu > li > a:hover {
  background-color: #3a75bb;
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sideMenu > li > a {
    line-height: 1;
    width: 35px;
    padding: 1.5em 1em 3.5em 1em;
  }
  .sideMenu > li > a::after {
    height: 23px;
    width: 23px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .sideMenu > li > a {
    line-height: 1.3;
    width: 47px;
    padding: 1.5em 1em 3.5em 1em;
  }
  .sideMenu > li > a::after {
    height: 29px;
    width: 29px;
  }
}

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

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: #1a335b;
  padding: 4.3em 0 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  footer {
    padding: 3em 0 0;
  }
}

.footerBlock {
  margin-bottom: 5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footerBlock {
    margin-bottom: 6.3em;
  }
}

.footerInfoBlock {
  width: 25%;
  margin-right: 5%;
}
@media only screen and (max-width: 959px) {
  .footerInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerInfoBlock {
    width: 25%;
    margin-right: 3%;
  }
}

.footerlogoImg {
  width: 329px;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    width: 129px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerlogoImg {
    width: 150px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerlogoImg {
    width: 150px;
    margin-bottom: 10px;
  }
}

.footerSnsList {
  width: 70%;
  -moz-column-gap: 9px;
       column-gap: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
}
.footerSnsList > li {
  position: relative;
  background-color: #fff;
  border: solid 3px #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.footerSnsList > li:nth-child(2) > a {
  display: block;
  padding: 2em 0.5em 1em;
}
.footerSnsList > li > a {
  display: block;
  padding: 1.8em 0.5em;
}
.footerSnsList > li:hover:not(:first-child) {
  border: solid 3px #3a75bb;
  background-color: #edf5fc;
}
@media only screen and (max-width: 959px) {
  .footerSnsList {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footerSnsList > li:nth-child(2) > a {
    display: block;
    padding: 1.2em 0.3em 0.8em;
  }
  .footerSnsList > li > a {
    padding: 1.2em 0.3em 0.8em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerSnsList {
    width: 72%;
  }
  .footerSnsList > li > a {
    padding: 1.2em 0.3em 0.8em;
  }
}

.footerSnsText {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footerSnsText {
    line-height: 1.3;
  }
}

.footerSnsTel {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .footerSnsTel {
    display: none;
  }
}

.footertelImg {
  width: 29px;
}
@media only screen and (max-width: 767px) {
  .footertelImg {
    width: 23px;
  }
}

.footerInstaImg {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .footerInstaImg {
    width: 29px;
  }
}

.footerLineTitle {
  font-size: clamp(1.3rem, 0.9359223301rem + 0.9708737864vw, 2.8rem);
  line-height: 1.3;
  color: #3a75bb;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerLineTitle {
    color: #242424;
    font-weight: 500;
  }
}

.footerInstaTitle {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1.2;
  color: #3a75bb;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerInstaTitle {
    color: #242424;
    font-weight: 500;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerInstaTitle {
    font-size: 12px;
  }
}

.footerLineImg {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .footerLineImg {
    width: 29px;
  }
}

.footerNewsImg {
  width: 34px;
}
@media only screen and (max-width: 767px) {
  .footerNewsImg {
    width: 22px;
  }
}

.footerText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}

.footerTableWrap {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.footerTableTitleJp {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: bold;
  line-height: 1;
}

.footerTableTitleEn {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  line-height: 0.6;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  font-weight: 600;
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 0.6%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3a75bb;
  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: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1366px) {
  .footerBtn {
    display: none !important;
  }
}

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

.footerBlock_2 {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerBlock_2 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.footerMapBlock {
  width: calc((100% - 30px) / 2);
}
.footerMapBlock iframe {
  display: block;
  width: 100%;
  height: 309px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .footerMapBlock {
    width: 100%;
  }
  .footerMapBlock iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerMapBlock iframe {
    height: 315px;
  }
}

.footerTableBlock {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .footerTableBlock {
    width: 100%;
    padding: 1em 1em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerTableBlock {
    padding: 1em 1em 1.3em;
  }
}

.footerTable {
  width: 100%;
}
.footerTable tr:not(:first-child) {
  border-bottom: solid 1px #a7a7a7;
}
.footerTable th,
.footerTable td {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.2;
}
.footerTable th {
  padding: 1em 0.5em;
  background-color: #3a75bb;
  color: #fff;
}
.footerTable td {
  padding: 1.1em 0.5em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footerTable th {
    padding: 1em 0.6em;
  }
  .footerTable td {
    padding: 1.1em 0.6em;
  }
  .footerTable td.spSmall {
    padding-left: 0;
    font-size: 11px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerTable th {
    padding: 1em 0.6em;
  }
  .footerTable td {
    font-size: 13px;
    padding: 1.1em 0.6em;
  }
  .footerTable td.spSmall {
    padding-left: 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerTable th {
    padding: 1em 0.7em;
  }
  .footerTable td {
    font-size: 14px;
    padding: 1.1em 0.7em;
  }
  .footerTable td.spSmall {
    padding-left: 0;
    font-size: 13px;
  }
}

.width30 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .width30 {
    width: 35%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .width30 {
    width: 38%;
  }
}

@media only screen and (max-width: 1550px) {
  .width10 {
    width: 8%;
  }
}
@media only screen and (max-width: 959px) {
  .width10 {
    width: 10%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .width10 {
    width: 10%;
  }
}

.footerMenueList {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 20px;
}
.footerMenueList > li {
  padding-left: 20px;
  position: relative;
}
.footerMenueList > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 118%;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  .footerMenueList {
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .footerMenueList > li::after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerMenueList {
    row-gap: 21px;
    display: block;
  }
  .footerMenueList > li:not(:last-child) {
    margin-bottom: 21px;
  }
  .footerMenueList > li {
    padding-left: 0;
  }
  .footerMenueList > li::after {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerMenueList {
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footerMenueList > li::after {
    height: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerMenueList {
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .footerMenueList > li::after {
    height: 100%;
  }
}

.footerMenueSubList.__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerMenueSubList.__grid > li {
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: calc((100% - 8px) / 2);
}
.footerMenueSubList > li:not(:last-child) {
  margin-bottom: 10px;
}
.footerMenueSubList > li > a {
  display: block;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  transition: 0.3s;
}
.footerMenueSubList > li > a:hover {
  color: #3a75bb;
}
@media only screen and (max-width: 767px) {
  .footerMenueSubList > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .footerMenueSubList.__grid > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footerMenueList_t > li:not(:last-child) {
  margin-bottom: 22px;
}
.footerMenueList_t > li > a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}
.footerMenueList_t > li > a:hover {
  color: #3a75bb;
}
@media only screen and (max-width: 767px) {
  .footerMenueList_t > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.footerCopy {
  padding: 11px 0;
  background-color: #242424;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    margin-top: 0;
    padding: 8px 0;
  }
}

.copylight {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  color: #fff;
  font-weight: 500;
}

.spFooterLink {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 888;
  transition: bottom 0.3s ease;
}
.spFooterLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
}
.spFooterLink.is-footer {
  bottom: 39px;
}

.topFvMsgBannerLink {
  transition: 0.3s;
  width: 100%;
}
.topFvMsgBannerLink:nth-child(1) {
  background-color: #3a75bb;
  padding-left: 15px;
  color: #fff;
}
.topFvMsgBannerLink:nth-child(2) {
  background-color: #5eaad7;
  color: #fff;
  padding-left: 35px;
}
.topFvMsgBannerLink {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  padding: 0.7em 0.5em;
}
.topFvMsgBannerLink i {
  display: inline-block;
  transition: 0.3s;
}
a:hover .topFvMsgBannerLink i {
  opacity: 0.7;
}
.topFvMsgBannerLink:hover {
  background-color: rgb(100, 100, 100);
  color: #fff;
}

/*==================================================
 * 下層section
 *================================================*/
/*トップページ
*================================================*/
.commonFvCard {
  height: clamp(173px, 22.5vw, 431px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .commonFvCard {
    height: auto;
  }
}

.commonFvWrap {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -2%);
}
@media only screen and (max-width: 767px) {
  .commonFvWrap {
    transform: translate(-50%, -45%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonFvWrap {
    transform: translate(-50%, -28%);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonFvWrap {
    transform: translate(-50%, -45%);
  }
}

.commonFvTitleJp {
  font-size: clamp(2.6rem, 2.2601941748rem + 0.9061488673vw, 4rem);
  line-height: 1;
  font-weight: bold;
  text-shadow: 1px 1px 10px #fff;
}
.commonFvTitleJp span {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonFvTitleJp {
    line-height: 1.6;
  }
}

.commonFvTitleEn {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-family: "Montserrat", sans-serif;
  line-height: 0.6;
  font-weight: 500;
  text-shadow: 1px 1px 10px #fff;
}

.topResignInner {
  padding: 4em 0em 6em;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .topResignInner {
    width: 90%;
    padding: 2em 0 2em;
  }
}

.topResignInfoBlock {
  margin-top: 42px;
  width: 48%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topResignInfoBlock {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topResignInfoBlock {
    margin-right: 5%;
    width: 65%;
  }
}

.topResignImgBlock {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .topResignImgBlock {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
  }
}

.checkBox {
  padding: 2em 1.5em;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .checkBox {
    padding: 1.5em 1em;
    border-radius: 5px;
  }
}

.checkList {
  position: relative;
}
.checkList.__xsmall > li:not(:last-child) {
  margin-bottom: 16px;
}
.checkList.__xsmall > li span {
  padding-left: 1.8em;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
}
.checkList.__xsmall > li span::after {
  top: 0;
  width: 25px;
  height: 25px;
}
.checkList.__small > li:not(:last-child) {
  margin-bottom: 6px;
}
.checkList > li:not(:last-child) {
  margin-bottom: 14px;
}
.checkList > li span {
  display: block;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  line-height: 1.6;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
}
.checkList > li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(.././img/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 959px) {
  .checkList.__xsmall > li:not(:last-child) {
    margin-bottom: 5px;
  }
  .checkList.__xsmall > li span {
    padding-left: 1.8em;
    font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  }
  .checkList.__xsmall > li span::after {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .checkList.__small > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .checkList > li:not(:last-child) {
    margin-bottom: 6px;
  }
  .checkList > li span {
    padding-left: 1.7em;
  }
  .checkList > li span::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .checkList.__xsmall > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .checkList.__xsmall > li span::after {
    top: 0;
    width: 23px;
    height: 23px;
  }
  .checkList > li:not(:last-child) {
    margin-bottom: 6px;
  }
  .checkList > li span {
    padding-left: 1.7em;
  }
  .checkList > li span::after {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

.resonList {
  counter-reset: number;
}
.resonList .circleText__text {
  display: none;
}
.resonList > li:nth-child(1) .circleText__text.__01 {
  display: block;
}
.resonList > li:nth-child(2) .circleText__text.__02 {
  display: block;
}
.resonList > li:nth-child(3) .circleText__text.__03 {
  display: block;
}
.resonList > li {
  counter-increment: number 1;
}
.resonList > li:not(:last-child) {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .resonList > li:not(:last-child) {
    margin-bottom: 11%;
  }
}

.resonInfoBlock {
  margin-top: 75px;
  margin-left: 10%;
  width: 37%;
  margin-right: 3%;
}
.__reverse .resonInfoBlock {
  margin-left: 3%;
  margin-right: 10%;
}
@media only screen and (max-width: 767px) {
  .resonInfoBlock {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5%;
    width: 100%;
  }
  .__reverse .resonInfoBlock {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .resonInfoBlock {
    margin-top: 0;
    margin-left: 0;
    width: 47%;
  }
  .__reverse .resonInfoBlock {
    width: 47%;
    margin-left: 3%;
    margin-right: 0;
  }
}

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

.rezonImgWrap {
  position: absolute;
  width: 116px;
  top: -34px;
  right: -34px;
}
.__reverse .rezonImgWrap {
  left: -34px;
}
@media only screen and (max-width: 767px) {
  .rezonImgWrap {
    width: 60px;
    top: -5px;
    right: unset;
    left: 0;
  }
  .__reverse .rezonImgWrap {
    left: -5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rezonImgWrap {
    width: 60px;
    right: 0;
    top: -10px;
  }
  .__reverse .rezonImgWrap {
    left: 0;
    top: -10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .rezonImgWrap {
    width: 90px;
    right: 0;
    top: -10px;
  }
  .__reverse .rezonImgWrap {
    left: 0;
    top: -10px;
  }
}

.pointText {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  line-height: 0.6;
  font-weight: 600;
}

.rezonTitle {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: bold;
}
.rezonTitle span {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1.6;
  font-weight: bold;
  color: #3a75bb;
}

.topSympInfoBlock .topStartMenuList {
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 18px;
}
.topSympInfoBlock .topStartMenuList > li {
  width: calc((100% - 18px) / 2);
}
.aboutMenuCard .topStartMenuList {
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.aboutMenuCard .topStartMenuList > li {
  width: calc((100% - 44px) / 2);
}
.aboutMenuCard .topStartMenuList > li > a {
  padding: 3em 4em;
}
.aboutMenuCard .topStartMenuList > li:hover {
  border: solid 3px #3a75bb;
}
.topStartMenuList {
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.topStartMenuList > li {
  width: calc((100% - 92px) / 3);
  background-color: #fff;
  border: solid 3px #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.topStartMenuList > li > a {
  transition: 0.3s;
  display: block;
  padding: 4.5em 3em 4.5em 2em;
}
.topStartMenuList > li:hover {
  border: solid 3px #3a75bb;
}
@media only screen and (max-width: 767px) {
  .topStartMenuList {
    row-gap: 10px;
  }
  .topStartMenuList > li {
    width: 100%;
  }
  .topStartMenuList > li > a {
    padding: 1.3em 3em 1.3em 2em;
  }
  .topSympInfoBlock .topStartMenuList {
    row-gap: 18px;
  }
  .topSympInfoBlock .topStartMenuList > li {
    width: 100%;
  }
  .topSympInfoBlock .topStartMenuList > li > a {
    padding: 1.3em 3em 1.3em 2em;
  }
  .aboutMenuCard .topStartMenuList {
    row-gap: 18px;
  }
  .aboutMenuCard .topStartMenuList > li {
    width: 100%;
  }
  .aboutMenuCard .topStartMenuList > li > a {
    padding: 1.3em 3em 1.3em 2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topStartMenuList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .topStartMenuList > li {
    width: calc((100% - 20px) / 3);
  }
  .topStartMenuList > li > a {
    padding: 2.5em 1em 1em 1em;
  }
  .topSympInfoBlock .topStartMenuList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .topSympInfoBlock .topStartMenuList > li {
    width: calc((100% - 10px) / 2);
  }
  .topSympInfoBlock .topStartMenuList > li > a {
    padding: 2.5em 1em 1em 1em;
  }
  .aboutMenuCard .topStartMenuList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .aboutMenuCard .topStartMenuList > li {
    width: calc((100% - 15px) / 2);
  }
  .aboutMenuCard .topStartMenuList > li > a {
    padding: 2.5em 1em 1em 1em;
  }
}

.btnBoxWrap {
  position: absolute;
  top: -3px;
  right: -3px;
}

.btnBox {
  width: 35px;
  height: 35px;
  background-color: #3a75bb;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.3s;
}
a:hover .btnBox:after {
  left: 58%;
}
@media only screen and (max-width: 959px) {
  .btnBox {
    width: 25px;
    height: 25px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .btnBox {
    width: 25px;
    height: 25px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.topStartTitleJp {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .topStartTitleJp {
  color: #3a75bb;
}

.topStartTitleEn {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  font-family: "Montserrat", sans-serif;
  color: #3a75bb;
  line-height: 1;
  font-weight: 600;
}

.topStartInfoBlock {
  width: 77%;
  margin-right: 3%;
}

.topStartImgBlock {
  width: 20%;
  position: relative;
  transition: 0.3s;
}
.topStartImgBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: #edf5fc;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.__first01 .topStartImgBlock img {
  width: 38px;
}
.__second01 .topStartImgBlock img {
  width: 67px;
}
.__third01 .topStartImgBlock img {
  width: 67px;
}
.__first02 .topStartImgBlock img {
  width: 64px;
}
.__second02 .topStartImgBlock img {
  width: 56px;
}
.__third02 .topStartImgBlock img {
  width: 40px;
}
.__fourth02 .topStartImgBlock img {
  width: 63px;
}
a:hover .topStartImgBlock::after {
  opacity: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .__first01 .topStartImgBlock img {
    width: 27px;
  }
  .__third02 .topStartImgBlock img {
    width: 28px;
  }
  .topStartImgBlock::after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
  }
}

.topSympInfoBlock {
  width: 57%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .topSympInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.topSympImgBlock {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .topSympImgBlock {
    margin-bottom: 5%;
    width: 100%;
    height: 238px;
    overflow: hidden;
  }
}

.topGideBackWrap {
  height: 100%;
  max-height: 460px;
  overflow: hidden;
  position: relative;
}
.topGideBackWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.topGideBackWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topGideInner {
  position: relative;
  margin-top: -19%;
}
@media only screen and (max-width: 767px) {
  .topGideInner {
    margin-top: -51%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topGideInner {
    margin-top: -18%;
  }
}

.topGideList {
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
}
.topGideList > li {
  width: calc((100% - 100px) / 3);
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.topGideList > li:hover {
  background-color: #edf5fc;
}
@media only screen and (max-width: 767px) {
  .topGideList {
    row-gap: 10px;
  }
  .topGideList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topGideList {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
  .topGideList > li {
    width: calc((100% - 30px) / 3);
  }
}

@media only screen and (max-width: 767px) {
  .topGideWrap {
    display: flex;
  }
}

.topGideImgWrap {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.__symptoms .topGideImgWrap {
  height: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .__symptoms .topGideImgWrap {
    height: 85px;
  }
  .topGideImgWrap {
    width: 45%;
    height: 73px;
    overflow: hidden;
    margin-right: 3%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

.topGideBox {
  padding: 2.5em 0.5em;
}
@media only screen and (max-width: 767px) {
  .topGideBox {
    width: 52%;
    padding: 0 0.5em;
    position: relative;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topGideBox {
    padding: 1.3em 0.5em;
  }
}

.topGideTitle {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .topGideTitle::after {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .topGideTitle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.topNewsCard {
  background-color: #fff;
  padding: 7em 0 10em;
}
@media only screen and (max-width: 767px) {
  .topNewsCard {
    padding: 2em 0 2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topNewsCard {
    padding: 3em 0 3em;
  }
}

.topNewsWrap {
  -moz-column-gap: 93px;
       column-gap: 93px;
  display: grid;
  grid-template-columns: 0.22fr 1fr;
}
@media only screen and (max-width: 767px) {
  .topNewsWrap {
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topNewsWrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
  }
}

.newsInfoWrap {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}

.archCard .newsList > li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #a7a7a7;
}
.newsList > li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #a7a7a7;
}
@media only screen and (max-width: 767px) {
  .newsList > li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.newsDay {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
}

.newsCateList {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.newsCateList > li {
  padding: 0.5em;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  background-color: #3a75bb;
}

.newsTitle {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}

/*==================================================
 * 斎藤整骨院について
 *================================================*/
.comMenuList {
  max-width: 500px;
  margin-inline: auto;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.comMenuList.__grid3 {
  max-width: 850px;
}
.comMenuList.__grid3 > li {
  width: calc((100% - 34px) / 3);
}
.comMenuList > li {
  width: calc((100% - 17px) / 2);
  background-color: #edf5fc;
  border-radius: 10px;
  transition: 0.3s;
}
.comMenuList > li > a {
  transition: 0.3s;
  display: block;
  padding: 2em 0.5em;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1;
  font-weight: 600;
  color: #3a75bb;
  text-align: center;
  position: relative;
}
.comMenuList > li > a::after {
  transition: 0.3s;
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  right: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  content: "\f107";
  color: #3a75bb;
  font-size: 14px;
}
.comMenuList > li:hover {
  background-color: #3a75bb;
}
.comMenuList > li:hover > a {
  color: #fff;
}
.comMenuList > li:hover > a::after {
  color: #fff;
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .comMenuList {
    row-gap: 10px;
  }
  .comMenuList.__grid3 > li {
    width: 100%;
  }
  .comMenuList > li {
    width: 100%;
  }
  .comMenuList > li > a {
    padding: 1.4em 0.5em;
  }
}

.aboutInfoBlock {
  width: 47%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .aboutInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

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

.aboutFeaList .circleText__text {
  display: none;
}
.aboutFeaList {
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 66px;
  counter-reset: number;
}
.aboutFeaList > li:nth-child(1) .circleText__text.__01 {
  display: block;
}
.aboutFeaList > li:nth-child(2) .circleText__text.__02 {
  display: block;
}
.aboutFeaList > li:nth-child(3) .circleText__text.__03 {
  display: block;
}
.aboutFeaList > li:nth-child(4) .circleText__text.__04 {
  display: block;
}
.aboutFeaList > li:nth-child(5) .circleText__text.__05 {
  display: block;
}
.aboutFeaList > li:nth-child(6) .circleText__text.__06 {
  display: block;
}
.aboutFeaList > li {
  width: calc((100% - 90px) / 3);
  counter-increment: number 1;
}
@media only screen and (max-width: 767px) {
  .aboutFeaList {
    row-gap: 25px;
  }
  .aboutFeaList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .aboutFeaList {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .aboutFeaList > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .aboutFeaList {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 25px;
  }
  .aboutFeaList > li {
    width: calc((100% - 50px) / 2);
  }
}

.aboutFeaTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.2;
  font-weight: bold;
  color: #3a75bb;
}

/*==================================================
 * はじめての方へ
 *================================================*/
.infoFlowList {
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 53px;
  counter-reset: number;
}
.infoFlowList .circleText__text {
  display: none;
}
.infoFlowList > li {
  width: calc((100% - 100px) / 3);
  counter-increment: number 1;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.infoFlowList > li:not(:last-child) {
  position: relative;
}
.infoFlowList > li:not(:last-child)::after {
  width: 18px;
  height: 38px;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background-color: #3a75bb;
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 17px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .infoFlowList > li:not(:last-child)::after {
    width: 5px;
    height: 10px;
  }
}
.infoFlowList > li:nth-child(1) .circleText__text.__01 {
  display: block;
}
.infoFlowList > li:nth-child(2) .circleText__text.__02 {
  display: block;
}
.infoFlowList > li:nth-child(3) .circleText__text.__03 {
  display: block;
}
.infoFlowList > li:nth-child(4) .circleText__text.__04 {
  display: block;
}
.infoFlowList > li:nth-child(5) .circleText__text.__05 {
  display: block;
}
.infoFlowList > li:nth-child(6) .circleText__text.__06 {
  display: block;
}
@media only screen and (max-width: 767px) {
  .infoFlowList {
    row-gap: 25px;
  }
  .infoFlowList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .infoFlowList {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .infoFlowList > li {
    width: calc((100% - 30px) / 2);
  }
  .infoFlowList > li:not(:last-child)::after {
    width: 15px;
    height: 30px;
    right: -14px;
  }
}

.infoFlowImg img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .infoFlowImg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.infoFlowBox {
  padding: 0 1em 1.5em;
}

.infoTextBlock {
  width: 60%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .infoTextBlock {
    width: 100%;
    margin-right: 0;
  }
}

.infoImgBlock {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .infoImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.infoList > li:not(:last-child) {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .infoList > li:not(:last-child) {
    margin-bottom: 11%;
  }
}

.qaList {
  row-gap: 10px;
  flex-direction: column;
}
.qaList > li:not(:last-child) {
  margin-bottom: 2%;
}
.qaList > li:not(:nth-child(1)) .qaInner {
  display: none;
}
.qaList > li {
  border-radius: 10px;
  background-color: #fff;
}

/*==================================================
 * よくある質問
 *================================================*/
.openBtn2 {
  cursor: pointer;
  padding: 2.3em 4.3em 2.3em 2.8em;
  position: relative;
}
.openBtn2 dt {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 600;
  color: #3a75bb;
}
.openBtn2 dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.6;
  padding: 0 2em 0 1em;
  color: #3a75bb;
  font-weight: bold;
}
.openBtn2 {
  transition: 0.3s ease-in-out;
}
.openBtn2::before, .openBtn2::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #3a75bb;
  border-radius: 10px;
  transition: transform 0.3s;
  z-index: 9;
  top: 50%;
}
.openBtn2 {
  /* 横線 */
}
.openBtn2::before {
  width: 30px;
  height: 3px;
  right: 38px;
  transform: translateY(-50%) rotate(0deg);
}
.openBtn2 {
  /* 縦線 */
}
.openBtn2::after {
  width: 3px;
  height: 30px;
  right: 52px;
  transform: translateY(-50%) rotate(0deg);
}
.openBtn2 {
  /* =====================
     通常 on → マイナス
  ===================== */
}
.openBtn2.on::after {
  transform: translateY(-50%) rotate(-90deg);
}
.openBtn2 {
  /* =====================
     最初の行だけ初期がマイナス
  ===================== */
}
.openBtn2.__first::after {
  transform: translateY(-50%) rotate(-90deg);
}
.openBtn2 {
  /* =====================
     __first + on → プラス
  ===================== */
}
.openBtn2.__first.on::after {
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .openBtn2 dd {
    padding: 0 0 0 1em;
  }
  .openBtn2 {
    padding: 1.3em 3em 1.3em 1em;
  }
  .openBtn2::before {
    width: 21px;
    height: 3px;
    right: 15px;
  }
  .openBtn2 {
    /* 縦線 */
  }
  .openBtn2::after {
    width: 3px;
    height: 21px;
    right: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .openBtn2 {
    padding: 2.3em 4em 2.3em 1.3em;
  }
  .openBtn2::before {
    width: 26px;
    right: 20px;
  }
  .openBtn2 {
    /* 縦線 */
  }
  .openBtn2::after {
    height: 26px;
    right: 31px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .openBtn2 {
    padding: 2.3em 4em 2.3em 1.3em;
  }
  .openBtn2::before {
    width: 26px;
    right: 24px;
  }
  .openBtn2 {
    /* 縦線 */
  }
  .openBtn2::after {
    height: 26px;
    right: 36px;
  }
}

.qaInner {
  background-color: #fff;
  padding: 2.2em 1em 2.2em 3em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.qaInner::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #e0e0e0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.on .qaInner {
  display: block;
}
.qaInner dt {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
}
.qaInner dd {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 0 1em 0 1.4em;
}
@media only screen and (max-width: 767px) {
  .qaInner {
    padding: 1.2em 0.3em 1.2em 1.2em;
  }
  .qaInner dd {
    padding: 0 1em 0 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .qaInner {
    padding: 2.2em 1em 2.2em 1.4em;
  }
  .qaInner dd {
    padding: 0 0 0 1.4em;
  }
}

/*==================================================
 * 料金表・アクセス情報
 *================================================*/
.tableWrap {
  width: 60%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .tableWrap {
    width: 510px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tableWrap {
    width: 95%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .tableWrap {
    width: 70%;
  }
}

.compCard .tableBox {
  width: 60%;
  margin-inline: auto;
}
.tableBox {
  width: 100%;
  padding: 0.5em;
  border-radius: 10px;
  background-color: #3a75bb;
}
@media only screen and (max-width: 767px) {
  .tableBox.__small {
    width: 100%;
  }
  .tableBox {
    width: 610px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .compCard .tableBox {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .compCard .tableBox {
    width: 80%;
  }
}

.conTable {
  width: 100%;
  position: relative;
}
.conTable::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 8px solid #edf5fc;
  border-radius: 16px;
  z-index: -1;
}
.conTable thead th:last-child {
  border-right: solid 1px #edf5fc;
}
.conTable thead th {
  color: #fff;
  border-right: solid 1px #c9c9c4;
  padding: 0.8em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  vertical-align: middle;
}
.conTable td {
  background-color: #fff;
  font-weight: 500;
  vertical-align: middle;
}
.conTable tbody th {
  background-color: #edf5fc;
}
.conTable tbody th,
.conTable tbody td {
  padding: 0.8em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  border: solid 1px #c9c9c4;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .conTable::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 4px solid #3a75bb;
    border-radius: 10px;
  }
  .compCard .conTable th,
  .compCard .conTable td {
    display: block;
    width: 100%;
    border-bottom: unset;
  }
  .__small .conTable {
    width: 100%;
  }
  .__table .conTable {
    width: 500px;
  }
  .conTable {
    width: 600px;
  }
  .conTable thead th {
    padding: 0.6em;
  }
  .conTable tbody th,
  .conTable tbody td {
    padding: 0.4em;
  }
}

.boxInfoBlock {
  width: 60%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .boxInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.boxList > li:not(:last-child) {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .boxList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}

.accessInfoBlock {
  width: 30%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .accessInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.accessMapBlock {
  width: 67%;
}
.accessMapBlock iframe {
  display: block;
  width: 100%;
  height: 309px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .accessMapBlock {
    width: 100%;
  }
  .accessMapBlock iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .accessMapBlock iframe {
    height: 315px;
  }
}

.parkingInfoBlock {
  width: 30%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .parkingInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.parkingMapBlock {
  width: 70%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .parkingMapBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.parkingImgList {
  width: 27%;
}
.parkingImgList > li:not(:last-child) {
  margin-bottom: 5%;
}
.parkingImgList > li img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .parkingImgList {
    width: 100%;
  }
}

/*==================================================
 * 会社概要
 *================================================*/
.compCard {
  margin-bottom: 0;
}

.compMapBlock {
  width: 100%;
}
.compMapBlock iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .compMapBlock {
    width: 100%;
  }
  .compMapBlock iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .compMapBlock iframe {
    height: 315px;
  }
}

/*==================================================
 * お問い合わせ
 *================================================*/
.cntBlock {
  position: relative;
  padding-bottom: 6em;
}
.cntBlock::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1a335b;
}

.conTelBtn {
  display: block;
  width: 270px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .conTelBtn {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .conTelBtn {
    width: 200px;
  }
}

/*==================================================
 * スタッフ紹介
 *================================================*/
.staffList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
}
.staffList > li {
  width: calc((100% - 60px) / 3);
  background-color: #3a75bb;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.staffList > li img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .staffList {
    row-gap: 25px;
  }
  .staffList > li {
    width: 100%;
  }
  .staffList > li img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .staffList {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 50px;
  }
  .staffList > li {
    width: calc((100% - 20px) / 2);
  }
}

.staffBox {
  background-color: #3a75bb;
  padding: 0.7em;
}

.staffTitle {
  padding-left: 15px;
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  font-weight: bold;
}

.staffTable {
  padding: 2em 1.5em;
  border-radius: 10px;
  background-color: #fff;
}
.staffTable > li:not(:last-child) {
  margin-bottom: 15px;
}
.staffTable > li:not(:last-child) dl {
  padding-bottom: 1em;
  border-bottom: solid 2px #1a335b;
}
.staffTable > li dt {
  width: 30%;
  margin-right: 3%;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1;
  font-weight: bold;
}
.staffTable > li dd {
  width: 67%;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .staffTable > li > dl {
    display: block;
    padding-bottom: 0.6em;
  }
  .staffTable > li dt,
  .staffTable > li dd {
    width: 100%;
  }
  .staffTable > li dt {
    color: #3a75bb;
    margin-bottom: 3px;
  }
}

.staffImg {
  height: 235px;
  overflow: hidden; /* overflow-y じゃなくてこれでOK */
}

.mgbg {
  width: 100%;
  height: 100%; /* ← これが必須 */
  -o-object-fit: cover;
     object-fit: cover;
  display: block; /* imgの余白対策 */
}

/*==================================================
 * service 紹介
 *================================================*/
.seviceList > li:not(:last-child) {
  margin-bottom: 5%;
}

.seviceInfoBlock {
  width: 60%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .seviceInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.seviceImgBlock {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .seviceImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.groupList.__2grid {
  grid-template-columns: 1fr 1fr;
}
.groupList.__nogrid {
  grid-template-columns: 1fr;
}
.groupList {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr 0.6fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media only screen and (max-width: 1320px) {
  .groupList {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .groupList.__2grid {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .groupList {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .groupList {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 0.7fr 1fr;
    row-gap: 10px;
  }
}

/*==================================================
 * 症状別対応
 *================================================*/
.service {
  margin-top: 2%;
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.service figcaption {
  font-size: 13px;
  color: gray;
}
.service a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a75bb;
}
.service blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.service blockquote p {
  font-size: 14px;
  font-weight: 500;
}
.service p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
}
.service h2,
.service h3,
.service h4,
.service h5 {
  font-weight: bold;
}
.service h3 {
  margin: 3% auto 2%;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  background-color: #edede6;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.service h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 50%;
  border-radius: 10px;
  background-color: #3a75bb;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.service h3 {
  padding: 0.9em 0.5em 0.9em 1.5em;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .service h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.service h4 {
  margin: 3% auto 3%;
  font-size: clamp(1.8rem, 1.727184466rem + 0.1941747573vw, 2.1rem);
  line-height: 1;
  padding-left: 0.5em;
  padding-bottom: 0.8em;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.service h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background-color: #acacac;
}
.service h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  left: 0;
  bottom: 2px;
  background-color: #3a75bb;
}
.service table {
  width: 100%;
}
.service table td:last-child {
  width: auto;
}
.service table th,
.service table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service table th {
  background-color: #3a75bb;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .service table th,
  .service table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.service ul {
  margin-bottom: 2%;
}
.service li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.3em;
  font-weight: bold;
}
.service li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #242424;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.service figure {
  width: min(100%, 1366px);
  margin-right: auto;
  margin-left: auto;
}
.service figure img {
  border-radius: 30px;
}

.service_1 li:not(:last-child),
.service_2 li:not(:last-child) {
  margin-bottom: 11px;
}
.service_1 li,
.service_2 li {
  display: block;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.6;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
}
.service_1 li::before,
.service_2 li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: unset;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(.././img/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .service_1 .wp-block-columns,
  .service_2 .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

.voiceList > li:not(:last-child) {
  margin-bottom: 3%;
}
.voiceList > li {
  background-color: #edf5fc;
  padding: 2em;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .voiceList > li:not(:last-child) {
    margin-bottom: 5%;
  }
  .voiceList > li {
    padding: 1.5em 1em;
    border-radius: 10px;
  }
}

.voiceCateWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.voiceCate {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background-color: #3a75bb;
  border-radius: 5px;
}

.voiceCateText {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.3;
  font-weight: 500;
}

.voiceInfoBlock {
  width: 70%;
  margin-right: 3%;
}
.voiceInfoBlock.__width100 {
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .voiceInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.voiceImgBlock {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .voiceImgBlock {
    width: 100%;
    margin-bottom: 3%;
  }
}/*# sourceMappingURL=import.css.map */