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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik&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=Signika:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.mainColor {
  color: #00499c;
}

.mainColorSub {
  color: #0c0c5f;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: #40c4f8;
}

.bgMainColorLight {
  background-color: #40c4f8;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #ffe626;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #a9a8a9;
}

.bgGrayColor {
  background-color: #a9a8a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

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

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

.bgBlack {
  background: #000;
}

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

.bgGradafter {
  background: rgb(239, 229, 144);
  background: -webkit-gradient(linear, right top, left top, from(#efe590), to(#ffae56));
  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: "Wix Madefor Display", sans-serif;
}

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

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

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

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

.fontJP {
  font-family: "Kaisei Opti", serif;
}

.fontJpSub {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.fontJpSubM {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

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

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

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

/*==================================================
 * リセット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 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

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

.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 {
  -webkit-box-sizing: border-box;
  -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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

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

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

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

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

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

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

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

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

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  max-width: 1040px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.cntSM {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntWide {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.cntXWide {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

:root {
  --spaceSize: clamp(75px, 8vw, 150px);
  --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);
}

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

.margin_bottom {
  margin-bottom: var(--spaceSize);
}
@media only screen and (max-width: 767px) {
  .margin_bottom.margin_bottom_sp {
    margin-bottom: 10%;
  }
}

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(3px);
          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%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

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

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 30px -30px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
          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 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

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

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media 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秒で×枚数*/
  -webkit-animation: anime 18s 0s infinite;
          animation: anime 18s 0s infinite;
}

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

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

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

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

.titleBdLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleBdLeft:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #00499c;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

.bdBox {
  border: 2px solid #00499c;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  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;
  -webkit-box-shadow: 4px 4px 0px 0 #596166;
          box-shadow: 4px 4px 0px 0 #596166;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #596166;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  -webkit-box-shadow: 4px 4px 0px 0 #e264af;
          box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  -webkit-box-shadow: 4px 4px 0px 0 #4caa4d;
          box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  -webkit-box-shadow: 4px 4px 0px 0 #c4c4c4;
          box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overRayBox > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 1001;
  right: 10px;
  top: 16px;
  background: transparent;
  border: none;
}

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

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0c0c5f;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger.active span {
  background-color: #0c0c5f;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #00499c;
}
.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 #00499c;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .mwform-radio-field-text {
    font-size: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  width: 100%;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
}
.cform .title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

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

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

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff7c0));
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.7em 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 24px;
  margin: 8% auto 3%;
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
  border-left: 4px solid #00499c;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  font-size: 28px;
  font-size: 22px;
  margin: 4% auto 3%;
  font-weight: bold;
  line-height: 1.7;
  border-left: 4px solid #00499c;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #00499c;
  padding-bottom: 0.4em;
  color: #00499c;
  font-weight: bold;
  font-size: 21px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 6% auto 3%;
    font-size: 16px;
  }
}
.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #40c4f8;
  font-size: 20px;
}
.entry h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.entry table td {
  border-right: 1px solid #00499c;
  border-bottom: 1px solid #00499c;
}
.entry table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  color: #00499c;
  font-weight: bold;
  border-left: 1px solid #00499c;
}
.entry table td:last-child {
  width: auto;
  border-right: 1px solid #00499c;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entry table tr:first-child td,
.entry table tr:first-child th {
  border-top: 1px solid #00499c;
}
.entry table tr:last-child td {
  border-bottom: 1px solid #00499c;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #00499c;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.entry figure {
  width: min(100%, 700px);
  margin-right: auto;
  margin-left: auto;
}
.entry img {
  margin-left: 0;
}

.schema-faq-answer {
  padding: 0.75em 1em;
  border: 2px solid #191970;
  background: #f9f9ff;
}

.schema-faq-question {
  padding: 0.75em 1em;
  display: block;
  background: #191970 !important;
  color: #fff;
}

/*目次*/
.toc_number {
  font-family: "Signika", 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: #00499c;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #00499c;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #00499c;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #00499c;
  border-radius: 10px;
  background-color: #40c4f8;
}

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
  background-color: #fff;
  padding: 7% 5% 1%;
}

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
}

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

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  background-color: #00499c;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

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

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  -webkit-transition: 0.3s;
  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 #00499c;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #00499c;
}

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

.singleClumnPreNextDescri {
  color: #727171;
}

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

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cmNewsListUl > li {
  background-color: #fff;
  border-left: solid 1px #0c0c5f;
  border-right: solid 1px #0c0c5f;
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
  }
}

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

.cmNewsinfoWrap {
  padding: 0 15px 15px;
}

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
}
@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 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  position: relative;
  z-index: 1;
}

.cmNewsListInfoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
}
.cmNewsListInfoUl li {
  font-size: 12px;
  display: inline-block;
  background: #00499c;
  color: #fff;
  border-radius: 50px;
  padding: 0.05em 0.6em;
  margin-bottom: 5px;
  text-align: center;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation li {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #00499c;
  color: #0c0c5f;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  position: relative;
}
.pagenation li a {
  width: 35px;
  height: 35px;
  display: block;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #0c0c5f;
  border: solid 1px #0c0c5f;
}
.pagenation li.active span {
  font-family: "Wix Madefor Display", sans-serif;
  position: absolute;
  font-weight: 800;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #fff;
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0c0c5f;
}
.pagenation li.activeno span {
  position: absolute;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  background: #00499c;
  border-radius: 50px;
  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: #00499c;
  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: "Wix Madefor Display", 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: #00499c;
  color: #fff;
  border-radius: 50px;
  padding: 0.4em;
  line-height: 1;
  margin-bottom: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 27px;
  line-height: 1;
  font-family: "Wix Madefor Display", sans-serif;
  color: #0c0c5f;
  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: #00499c;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #dcdcdc;
}
#pankuzu a {
  color: #000;
  position: relative;
}
#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.3em;
  left: 0;
}
#pankuzu strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.telA {
  line-height: 1;
}
.telA span {
  font-weight: 700;
  font-family: "Wix Madefor Display", sans-serif;
}
.telA i {
  margin-right: 0.15em;
  color: #0c0c5f;
}
.telA.white:hover {
  color: #fff;
}

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

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

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

.linkextra {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  position: relative;
}
.linkextra:hover {
  color: #596166;
  text-decoration: underline;
}
.linkextra::before {
  display: inline-block;
  padding-right: 5px;
  content: "\f08e";
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  top: 0;
  left: 0;
}

.commentTxt {
  text-indent: -1em;
  padding-left: 1em;
}

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

main {
  padding-top: 52px;
}

.boxSadow {
  -webkit-box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.06);
}

.textSadow {
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.maru_kazari::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  bottom: -3px;
  left: 0;
  background-color: #f6d9c9;
  z-index: -1;
}
.maru_kazari.maru_kazari_blue::after {
  background-color: #d0f1ff;
}
@media only screen and (max-width: 767px) {
  .maru_kazari::after {
    width: 20px;
    height: 20px;
  }
}

#breadcrumbs {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin-top: 5px;
  }
}

.commonTitleEn span {
  font-size: 62px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
  line-height: 0.9;
}
.commonTitleEn.__sizeS span {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn span {
    font-size: 42px;
  }
}
.commonTitleEn.__sizeS span {
  font-size: 40px;
}

.commonTitleJp {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
.commonTitleJp span {
  display: inline-block;
  white-space: nowrap;
  padding: 0 1.2em 0 1.2em;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.commonTitleJp.__no::before, .commonTitleJp.__no::after {
  display: none;
}
.commonTitleJp.__large .mainText {
  font-size: 82px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding: 0 0.7em 0 0.7em;
  display: inline-block;
}
.commonTitleJp.__large .subText {
  font-size: 30px;
}
.commonTitleJp.__large::before, .commonTitleJp.__large::after {
  width: 61px;
  height: 74px;
}
.commonTitleJp.__large::before {
  background-image: url(.././img/yaLeft_large.svg);
}
.commonTitleJp.__large::after {
  background-image: url(.././img/yaRight_large.svg);
}
.commonTitleJp::before, .commonTitleJp::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commonTitleJp::before {
  background-image: url(.././img/yajirusi_left.svg);
  left: 0;
}
.commonTitleJp::after {
  background-image: url(.././img/yajirusi_right.svg);
  right: 0;
}
.commonTitleJp.__green::before {
  background-image: url(.././img/yajirusiBlue_left.svg);
}
.commonTitleJp.__green::after {
  background-image: url(.././img/yajirusiBlue_right.svg);
}
@media only screen and (max-width: 767px) {
  .commonTitleJp::before {
    left: -6px;
  }
  .commonTitleJp::after {
    right: -6px;
  }
  .commonTitleJp span {
    font-size: 18px;
    line-height: 1.3;
  }
  .commonTitleJp.__large::before, .commonTitleJp.__large::after {
    width: 50px;
    height: 50px;
  }
  .commonTitleJp.__large::before {
    left: -7%;
    background-image: url(.././img/yajirusi_left_l.svg);
  }
  .commonTitleJp.__large::after {
    right: -7%;
    background-image: url(.././img/yajirusi_right_l.svg);
  }
}

.commonMidashiJp {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
.commonMidashiJp.__sizeS {
  font-size: 18px;
}
.commonMidashiJp.__area {
  margin-left: 13px;
  line-height: 1.3;
}
.commonMidashiJp.__lhS {
  line-height: 1.4;
}
.commonMidashiJp.__lhm {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .commonMidashiJp {
    font-size: 18px;
  }
  .commonMidashiJp.__area {
    font-size: 16px;
  }
}

.commonText {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2;
}
.commonText.__lh {
  line-height: 1.8;
}
.commonText.__lhs {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonText {
    font-size: 15px;
    line-height: 1.6;
  }
  .commonText.__lh {
    line-height: 1.6;
  }
  .commonText.__lhm {
    line-height: 1.7;
    font-size: 15px;
  }
}

.commonHeadline {
  font-size: 42px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.commonHeadline.__SizeS {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .commonHeadline {
    font-size: 26px;
  }
  .commonHeadline.__SizeS {
    font-size: 26px;
  }
}

.commonSubtitle {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .commonSubtitle {
    font-size: 16px;
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonSubtitle {
    text-align: left;
  }
}

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

.submit-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.7em 4em;
  border: solid 1px #0c0c5f;
  color: #fff;
  background: #0c0c5f;
  border-radius: 50px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 100;
  cursor: pointer;
  margin-top: 5%;
  width: auto;
  font-weight: bold;
}
.submit-btn input:hover {
  background: #00499c;
  border: solid 1px #00499c;
}

.commentText {
  font-size: 14px;
  line-height: 1.3;
}

.commonBtn {
  padding: 0.3em 2em 0.3em 0.4em;
  letter-spacing: 0.15em;
  border-radius: 50px;
  color: #fff;
  background-color: #0c0c5f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.commonBtn.__lineBtn {
  background-color: #00b900;
}
.commonBtn.__mailBtn {
  background-color: #00499c;
}
.commonBtn span {
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
}
.commonBtn:hover {
  background-color: #00499c;
  color: #fff;
}
.commonBtn:hover.__lineBtn {
  background-color: #0c0c5f;
}
.commonBtn:hover.__mailBtn {
  background-color: #0c0c5f;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    position: relative;
    padding: 0.3em 0.9em 0.3em 0.4em;
  }
  .commonBtn span {
    font-size: 14px;
  }
  .commonBtn.__lineBtn {
    padding: 0.3em 1.7em 0.3em 0.4em;
  }
  .commonBtn.__lineBtn span {
    padding-left: 12px;
  }
  .topContactBtn .commonBtn {
    padding: 0.3em 1.5em 0.3em 0.4em;
  }
  .topContactBtn .commonBtn span {
    display: inline-block;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn {
    padding: 0.3em 1.3em 0.3em 0.4em;
  }
  .commonBtn span {
    font-size: 20px;
  }
  .commonBtn.__lineBtn span, .commonBtn.__mailBtn span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonBtn.__lineBtn span, .commonBtn.__mailBtn span {
    font-size: 22px;
  }
}

.moreBtn {
  position: absolute;
  bottom: -4px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  z-index: 1;
}
.moreBtn span {
  font-family: "Wix Madefor Display", sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 45px;
}
.moreBtn span::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(.././img/sankaku_small.svg);
  width: 35px;
  height: 35px;
  line-height: 1;
  top: 7%;
  right: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
}
a:hover .moreBtn {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .moreBtn span::after {
    width: 25px;
    height: 25px;
    top: 19%;
    right: -5px;
  }
}

.back_blueStripe {
  background: repeating-linear-gradient(-45deg, #0b4aa0, #0b4aa0 10px, #2c68b6 10px, #2c68b6 20px);
}

.back_yellowStripe {
  background: repeating-linear-gradient(-45deg, #ffeb3b, #ffeb3b 10px, #fff176 10px, #fff176 20px);
}

.back_pinkStripe {
  background: repeating-linear-gradient(-45deg, #ffa4b0, #ffa4b0 5px, #fd9aa7 5px, #fd9aa7 10px);
}

.back_pink {
  background-color: #e6f0fa; /* 淡い水色に変更 */
  background-image: radial-gradient(#fff 18.8%, rgba(255, 255, 255, 0) 18.8%), radial-gradient(#fff 18.8%, rgba(255, 255, 255, 0) 3%);
  background-position: 0 0, 90px 90px;
  background-size: 12px 12px;
}

.back_momo {
  background-color: #004ba8;
  background-image: radial-gradient(#f7d7de 10%, rgba(247, 215, 222, 0) 10%), radial-gradient(#2e67b9 10%, rgba(247, 215, 222, 0) 3%);
  background-position: 0 0, 90px 90px;
  background-size: 12px 12px;
}

.back_green {
  background-color: #e4f1dd;
  background-image: radial-gradient(#fff 20%, rgba(255, 255, 255, 0) 20%), radial-gradient(#fff 20%, rgba(255, 255, 255, 0) 3%);
  background-position: 0 0, 90px 90px;
  background-size: 12px 12px;
}

.sankaku_img {
  width: 17%;
}
@media only screen and (max-width: 767px) {
  .sankaku_img {
    position: absolute;
    width: 29%;
  }
  .sankaku_img.__left {
    left: 0;
  }
  .sankaku_img.__right {
    right: 0;
  }
}

.commonBtn_icon {
  width: 48px;
  height: 48px;
  margin-right: 17px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.commonBtn_icon.__bilding::after {
  background-image: url(.././img/icon_bilding.svg);
  width: 23px;
  height: 26px;
}
.commonBtn_icon.__line::after {
  background-image: url(.././img/icon_line.svg);
  width: 23px;
  height: 26px;
}
.commonBtn_icon.__contact::after {
  background-image: url(.././img/icon_contact.svg);
  width: 23px;
  height: 23px;
}
.commonBtn_icon.__chart::after {
  background-image: url(.././img/icon_chart.svg);
  width: 23px;
  height: 23px;
}
.commonBtn_icon.__momotaro::after {
  background-image: url(.././img/icon_momotaro.svg);
  width: 27px;
  height: 27px;
}
.commonBtn_icon.__mail::after {
  background-image: url(.././img/icon_mail.svg);
  width: 23px;
  height: 23px;
}
.commonBtn_icon.__pen::after {
  background-image: url(.././img/icon_pen.svg);
  width: 24px;
  height: 24px;
}
.commonBtn_icon.__home::after {
  background-image: url(.././img/icon_top.svg);
  width: 30px;
  height: 28px;
}
.commonBtn_icon::after {
  position: absolute;
  display: block;
  content: "";
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: top center right center;
}
a:hover .commonBtn_icon {
  background-color: #fff526;
}
@media only screen and (max-width: 767px) {
  .commonBtn_icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  .commonBtn_icon::after {
    width: 15px;
    height: 15px;
  }
  .commonBtn_icon.__mail::after {
    width: 14px;
    height: 12px;
  }
  .commonBtn_icon.__bilding::after {
    width: 18px;
    height: 22px;
  }
  .commonBtn_icon.__line::after {
    width: 14px;
    height: 19px;
  }
  .commonBtn_icon.__contact::after {
    width: 15px;
    height: 15px;
  }
  .commonBtn_icon.__chart::after {
    width: 14px;
    height: 11px;
  }
  .commonBtn_icon.__momotaro::after {
    width: 17px;
    height: 15px;
  }
  .commonBtn_icon.__home::after {
    background-image: url(.././img/icon_top.svg);
    width: 17px;
    height: 17px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn_icon {
    width: 42px;
    height: 42px;
  }
}

.sidebar {
  position: fixed;
  right: 10px;
  top: 65px;
  z-index: 9999;
}

.sidebarText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  line-height: 2.2;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarText {
    font-size: 16px;
    line-height: 2;
  }
}

.sidebarBtn {
  display: inline-block;
  width: 52px;
  padding: 1em 0.3em 0.4em;
  background-color: #0c0c5f;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarBtn:hover {
  background-color: #00499c;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarBtn {
    width: 42px;
  }
}

.sidebar_textTime {
  font-family: "Signika", sans-serif;
  font-size: 28px;
  line-height: 0.9;
  letter-spacing: 0.1em;
  color: #ffe626;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.contactBlock .sidebar_textTime {
  font-size: 34px;
  line-height: 0.8;
}
.sidebar_textTime span {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.6;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebar_textTime {
    font-size: 20px;
  }
}

.sidebar_textuketuke {
  line-height: 1.3;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactBlock .sidebar_textuketuke {
  font-size: 14px;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebar_textuketuke {
    font-size: 10px;
  }
}

.block_padding {
  padding-top: clamp(100px, 8%, 123px);
  padding-bottom: clamp(100px, 8%, 123px);
}
@media only screen and (max-width: 767px) {
  .block_padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block_padding.adding-top_sp {
    padding-top: 120px;
  }
}

.block_padding_top {
  padding-top: clamp(100px, 8%, 123px);
}
@media only screen and (max-width: 767px) {
  .block_padding_top {
    padding-top: 70px;
  }
}

.block_margin-bottom {
  margin-bottom: clamp(100px, 12%, 214px);
}
@media only screen and (max-width: 767px) {
  .block_margin-bottom {
    margin-bottom: 60px;
  }
}

.yajirushiImg {
  width: 2%;
  margin-left: 0;
  margin-right: 0;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 1px 0;
  background: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 3px 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  header {
    padding: 10px 0;
  }
}

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

.logo {
  width: 75%;
  margin: 0;
}
.aboutCorastBlock .logo {
  width: 70%;
  margin: auto;
}

.mailBtn {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid 2px #0c0c5f;
  position: fixed;
  top: 9px;
  right: 18%;
  z-index: 9999;
}
.mailBtn::after {
  position: absolute;
  display: block;
  background-image: url(.././img/icon_mail.svg);
  content: "";
  width: 18px;
  height: 18px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.mailImg {
  width: 8%;
  position: absolute;
  right: 0;
}

.headerlogoCard {
  width: 18%;
  margin-right: 22px;
  position: relative;
  top: -4px;
}
.headerlogoCard img {
  width: 100%;
  padding-top: 0.6em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .headerlogoCard {
    width: 100%;
    margin-right: 4%;
  }
  .headerlogoCard img {
    width: 50%;
    padding-top: 0.8em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerlogoCard {
    width: 15%;
    margin-right: 5px;
    margin-right: 7px;
    top: -6px;
  }
  .headerlogoCard img {
    width: 96%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerlogoCard {
    width: 15%;
    margin-right: 7px;
    margin-right: 8px;
  }
  .headerlogoCard img {
    width: 96%;
  }
}

.copyText {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.02em;
  left: 37px;
  top: 3px;
}
.footerlogoCard .copyText {
  top: -7px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .copyText {
    font-size: 10px;
    top: 5px;
    left: 28px;
  }
  .footerlogoCard .copyText {
    left: 33px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .copyText {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .copyText {
    display: none;
  }
}

.headerTel {
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .headerTel {
    pointer-events: none;
  }
}
.headerTel .headerTel_icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  display: inline-block;
  background-image: url(.././img/icon_tel.svg);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
}
.contact_rightBlock .headerTel .headerTel_icon {
  width: 45px;
  height: 45px;
}
.headerTel span {
  font-family: "Wix Madefor Display", sans-serif;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.03em;
  font-weight: 800;
  font-size: 23px;
  line-height: 1;
}
.contact_rightBlock .headerTel span {
  font-size: 50px;
}
@media only screen and (max-width: 959px) {
  .contact_rightBlock .headerTel .headerTel_icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .headerTel span {
    font-size: 18px;
  }
  .contact_rightBlock .headerTel span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contact_rightBlock .headerTel span {
    font-size: 35px;
  }
}

.headerInfoText {
  font-size: 11px;
  line-height: 1.3;
}
.contact_rightBlock .headerInfoText {
  font-size: 16px;
  padding-left: 53px;
  margin-top: 0px;
}
@media only screen and (max-width: 959px) {
  .contact_rightBlock .headerInfoText {
    padding-left: 40px;
  }
}

.headerInfoCard {
  position: absolute;
  right: 7px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInfoCard {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerInfoCard {
    display: none;
  }
}

.headerMenueCard_Main {
  width: 82%;
}
.headerMenueCard_Main > li:not(:last-child) {
  margin-right: 6px;
}
.headerMenueCard_Main > li .navi-icon {
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 81%;
}
.headerMenueCard_Main > li .navi-icon.icon_top {
  background-image: url(.././img/icon_home.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_about {
  background-image: url(.././img/icon_momo.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_kaitai {
  background-image: url(.././img/icon_kaitai.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_feature {
  background-image: url(.././img/icon_feature.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_staff {
  background-image: url(.././img/icon_staff.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_works {
  background-image: url(.././img/icon_file.svg);
}
.headerMenueCard_Main > li .navi-icon.icon_blog {
  background-image: url(.././img/icon_blog.svg);
}
.headerMenueCard_Main > li > a {
  display: inline-block;
}
.headerMenueCard_Main > li > a span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-left: 0.3em;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerMenueCard_Main > li > a span:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerMenueCard_Main {
    width: 80%;
  }
  .headerMenueCard_Main > li > a {
    white-space: nowrap;
  }
  .headerMenueCard_Main > li > a span {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 2;
  }
  .headerMenueCard_Main > li .navi-icon {
    width: 20px;
    height: 24px;
    line-height: 2;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenueCard_Main {
    margin-right: 0;
  }
  .headerMenueCard_Main > li > a span {
    font-size: 14px;
    line-height: 1.2;
  }
}

.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2f2f2;
  z-index: 1;
}
.overRayMenuUl > li > a {
  padding: 2rem 3rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.overRayMenuUl > li > a span {
  display: block;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
}
.overRayMenuUl > li > a span i {
  color: #0c0c5f;
  margin-right: 5px;
}
.overRayMenuUl > li > a:hover {
  background-color: #fff;
}
.overRayMenuUl > li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl {
    margin-top: 25%;
  }
  .overRayMenuUl > li {
    padding: 1.2rem 0;
  }
  .overRayMenuUl > li > a {
    padding: 0 2rem;
  }
  .overRayMenuUl > li > a span {
    font-size: 16px;
  }
  .overRayMenuUl > li dt {
    color: #00499c;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
  }
  .overRayMenuUl > li dd {
    font-weight: bold;
    font-size: 15px;
  }
}

.dropMenu {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
  font-weight: 600;
}
.spmegaMenu .dropMenu {
  color: #0c0c5f;
  margin-left: 20%;
  line-height: 2.2;
  font-size: 15px;
}
.spmegaMenu .dropMenu span {
  position: relative;
}
.spmegaMenu .dropMenu span::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #0c0c5f;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.megaMenu .dropMenu span {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.megaMenu .dropMenu span::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.dropMenu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropMenu a:hover {
  color: #ffe626;
}

.megaMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  position: absolute;
  padding: 1.5em 0.5em 1.5em 0.8em;
  background: #0c0c5f;
  left: 52%;
  top: 41px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.megaMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
@media only screen and (max-width: 767px) {
  .megaMenu {
    pointer-events: none;
  }
}

.overRayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-y: scroll;
}

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

.overRayTextCard {
  width: 50%;
  padding: 0 50px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 10px 25px;
    padding-bottom: 65px;
  }
}

.overRaySnsIcoUl {
  margin-top: 20px;
  margin-left: 3rem;
}
.overRaySnsIcoUl li {
  display: inline-block;
  margin-right: 0.5em;
}
.overRaySnsIcoUl li a i {
  font-size: 28px;
}

.headerSNSCard {
  position: fixed;
  width: 113px;
  right: 12px;
  top: 95px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .headerSNSCard {
    right: 42px;
    top: 11px;
    z-index: 9999;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerSNSCard {
    width: 90px;
    right: 15px;
  }
}

.headerSNSImg {
  margin-right: 0;
  position: relative;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerSNSImg:hover {
  opacity: 0.7;
}

.spFooterLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.topFvMsgBannerLink {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  background-color: #00499c;
  padding: 0.6em 0.4em;
}
.topFvMsgBannerLink:not(:last-child) {
  border-right: solid 1px #fff;
}
.topFvMsgBannerLink i {
  margin-right: 3px;
}

/*==================================================
 * header
 *================================================*/
.loading {
  background: #fff;
  /*heightとwidth、fixedによって画面固定+全画面表示できる*/
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  /*flexを使って上下左右中央配置する*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading__fade {
  width: 280px;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 200px;
  }
}

.headerInstaLink {
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerInstaLink:hover {
  opacity: 0.7;
}

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

.snsicon {
  position: relative;
}
.snsicon::after {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  display: block;
  font-size: 27px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.headerfacebookLink .snsicon::after {
  content: "\f39e";
}
.snsicon.snsicon_facebook::after {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .snsicon::after {
    font-size: 20px;
  }
  .snsicon.snsicon_facebook::after {
    font-size: 20px;
  }
}

.headerSNSBox {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  background: #00499c;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .headerSNSBox {
    width: 35px;
    height: 35px;
  }
}

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

.topFvTextCard {
  width: 43%;
  margin-right: 5%;
  margin-top: 40%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTextCard {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTextCard {
    width: 100%;
    margin-top: -53%;
  }
}

.topFvText {
  position: absolute;
  top: 54%;
  left: 50%;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  line-height: 1.3;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .topFvText {
    font-size: 17px;
    line-height: 1.3;
    bottom: 79px;
    letter-spacing: 0.03em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvText {
    bottom: 37%;
  }
}

.topFvImgCard {
  width: 50%;
  margin-right: 9%;
  padding: 100px 0 80px;
  position: relative;
  z-index: -1;
  margin-top: -100px;
}

.swiper-container {
  position: relative;
  z-index: -1;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.topTextCard {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 222;
}
@media only screen and (max-width: 767px) {
  .topTextCard {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topTextCard {
    padding: 0 2%;
  }
}

.textShadow {
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.boxradius {
  border-radius: 10px;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding-top: 3%;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 15%;
  }
}

.footerNav_ul {
  width: 80%;
}
.footerNav_ul > li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 1.4em;
}
.footerNav_ul > li:not(:last-child) {
  margin-bottom: 0.1em;
}
.footerNav_ul > li a {
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.footerNav_ul > li a:hover {
  color: #00499c;
}
@media only screen and (max-width: 767px) {
  .footerNav_ul {
    width: 100%;
    margin-left: 0;
  }
  .footerNav_ul li {
    margin-left: 0;
    margin-right: 1em;
    line-height: 1.5;
  }
  .footerNav_ul li:not(:last-child) {
    margin-bottom: 5;
  }
  .footerNav_ul li > a {
    line-height: 1.4;
    font-size: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav_ul {
    width: 100%;
    font-size: 12px;
    margin-left: 0;
  }
  .footerNav_ul li {
    margin-right: 0.3em;
  }
  .footerNav_ul li:not(:last-child) {
    margin-bottom: 0.3em;
  }
  .footerNav_ul li > a {
    font-size: 13px;
    line-height: 1.4;
  }
}

.footeNavGroup {
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footeNavGroup {
    display: block;
  }
}

.footerNav_titleBox {
  width: 30%;
}
@media only screen and (max-width: 959px) {
  .footerNav_titleBox {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav_titleBox {
    padding-left: 4%;
    margin-bottom: 1%;
  }
}

.footerNav_title {
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  letter-spacing: 0.09em;
  line-height: 2;
  color: #0c0c5f;
  font-weight: bold;
}
.footerNav_title:hover {
  color: #00499c;
}
.footerNav_title.footerNav_title_no {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .footerNav_title {
    margin-bottom: 0.3em;
    line-height: 1;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav_title {
    font-size: 15px;
    line-height: 1.4;
  }
}

.logoImg {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .logoImg {
    width: 100%;
    margin-bottom: 10%;
  }
}

.footerNavUnit {
  font-weight: 500;
}
.footerNavUnit > li:not(:nth-child(1)) {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .footerNavUnit {
    display: block;
  }
  .footerNavUnit > li:not(:nth-child(1)) {
    margin-top: 0;
  }
}

.footerNav {
  width: 68%;
  margin-top: 3%;
  padding: 1em auto;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfo {
    width: 32%;
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    margin-top: 0;
    margin-bottom: 12%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfo {
    font-size: 15px;
    width: 40%;
  }
}

.footerlogoImg img {
  width: 65%;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg img {
    width: 56%;
  }
}

.footerCopy {
  padding: 3% 0 5px;
  font-size: 12px;
  font-weight: 300;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
}
.footerCopy span {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding: 3% 0 56px;
  }
}

.footerSNSLink {
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerSNSLink i {
  color: #00499c;
  font-size: 24px;
}
.footerSNSLink.menueSNSLink {
  margin-right: 5px;
  line-height: 1;
}
.footerSNSLink.menueSNSLink i {
  color: #00499c;
  font-size: 18px;
}
.footerSNSLink:hover {
  opacity: 0.7;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*トップページ
*================================================*/
.FvpointImg {
  position: absolute;
  width: 27%;
  top: 6%;
  left: -10px;
  z-index: 111;
}
@media only screen and (max-width: 767px) {
  .FvpointImg {
    top: unset;
    width: 54%;
    bottom: -48px;
    left: -7%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .FvpointImg {
    top: 21%;
  }
}

.FvmidashiImg {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .FvmidashiImg {
    width: 95%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .FvmidashiImg {
    width: 56%;
  }
}

.topFvTitleJp {
  color: #00499c;
}
.topFvTitleJp span {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0.2em;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .topFvTitleJp span {
    font-size: 28px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTitleJp span {
    font-size: 34px;
    margin-bottom: 6px;
  }
}

.topFvTitleEnWrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topFvTitleEnWrap {
    margin-top: -10%;
    z-index: -1;
  }
}

.topFvTitleEn {
  color: #00499c;
  font-size: clamp(98px, 12vw, 154px);
  line-height: 0.6;
  color: #00499c;
}
@media only screen and (max-width: 767px) {
  .topFvTitleEn {
    font-size: 75px;
    text-align: right;
    line-height: 1;
    opacity: 0.2;
  }
}

.topFvInfoWrap {
  position: absolute;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .topFvInfoWrap {
    position: static;
  }
}

.swiperWorksBox {
  margin-top: -11.5%;
}

.swiper-button-prev {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev::after {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}
.swiperWorksWrap .swiper-button-prev {
  left: -7%;
  top: 47%;
}
.swiperInstaWrap .swiper-button-prev {
  left: -14px;
}
.swiper-button-prev:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .swiperWorksWrap .swiper-button-prev {
    left: 0;
    top: 40%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperWorksWrap .swiper-button-prev {
    left: -11px;
    top: 30%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperWorksWrap .swiper-button-prev {
    left: -11px;
    top: 33%;
  }
}

.swiper-button-next {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.swiperWorksWrap .swiper-button-next {
  right: -7%;
  top: 47%;
}
.swiperInstaWrap .swiper-button-next {
  right: -21px;
}
.swiper-button-next:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .swiperWorksWrap .swiper-button-next {
    right: 0;
    top: 40%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperWorksWrap .swiper-button-next {
    right: -11px;
    top: 30%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperWorksWrap .swiper-button-next {
    right: -11px;
    top: 33%;
  }
}

.topWorksImg {
  width: 100%;
  padding-bottom: 67%;
  border-radius: 10px;
  border: solid 3px #fff;
}
@media only screen and (max-width: 767px) {
  .topWorksImg {
    padding-bottom: 55%;
    margin: auto;
  }
}

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

.topContactBtn {
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 767px) {
  .topContactBtn {
    padding: 5% 0;
  }
}

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

.momotaroImg {
  position: absolute;
  width: 35%;
  bottom: -30px;
  right: 0;
  z-index: 111;
}
@media only screen and (max-width: 767px) {
  .momotaroImg {
    width: 45%;
    right: -10%;
    bottom: -34px;
  }
}

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

.topWorksList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .topWorksList {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .topWorksList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topWorksList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
  }
}

.worksImg {
  padding-bottom: 74%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .worksImg {
    padding-bottom: 59%;
    margin-bottom: 15px;
  }
}

.worksInfoText {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .worksInfoText {
    font-size: 16px;
  }
}

.workstopCate {
  width: 60%;
}
.workstopCate span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0.5em 0.8em;
  letter-spacing: 0.03em;
  line-height: 1;
  border-radius: 30px;
  background-color: #009395;
  margin-right: 8px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 959px) {
  .workstopCate {
    font-size: 13px;
    padding: 0.4em 0.6em;
  }
}

.worksPrice {
  width: 40%;
  color: #009395;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .worksPrice {
    font-size: 22px;
  }
}

.topReasonImg {
  position: absolute;
  bottom: -1px;
  width: 24%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topReasonImg {
    bottom: -5%;
    width: 30%;
    left: -6%;
  }
}

.topReasonWap {
  padding-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .topReasonWap {
    padding-bottom: 16%;
  }
}

.topReasonBlock {
  padding: 7% 5%;
}
@media only screen and (max-width: 767px) {
  .topReasonBlock {
    padding: 14% 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topReasonBlock {
    padding: 14% 2%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topReasonBlock {
    padding: 14% 2%;
  }
}

.topReasonList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.topReasonList > li {
  border-radius: 10px;
  padding: 8% 7%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topReasonList {
    display: block;
  }
  .topReasonList > li:not(:last-child) {
    margin-bottom: 7%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topReasonList {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topReasonList {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
}

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

.topReasonTitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .topReasonTitle {
    font-size: 18px;
  }
}

.topServiceImgCard {
  width: 17%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .topServiceImgCard {
    width: 25%;
  }
}

.topServiceIconImg {
  position: absolute;
  width: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .topServiceIconImg {
    width: 100px;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.topServiceInfoCard {
  width: 60%;
  margin-left: 12%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .topServiceInfoCard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceInfoCard {
    width: 58%;
  }
}

.topServiceKindCard {
  width: 27%;
  padding-left: 2%;
  border-left: solid 1px #0c0c5f;
}
@media only screen and (max-width: 767px) {
  .topServiceKindCard {
    width: 100%;
    border-left: unset;
    padding-top: 3%;
    border-top: solid 1px #0c0c5f;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceKindCard {
    width: 29%;
  }
}

.topServiceInfoTitle {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
}
.topServiceInfoTitle span {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .topServiceInfoTitle {
    font-size: 18px;
    text-align: center;
    display: block;
  }
}

.topServiceList > li:not(:last-child) {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .topServiceList > li {
    padding-top: 50px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.topServiceWrap {
  padding: 2%;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topServiceWrap {
    padding: 6%;
    padding-top: 60px;
  }
}

.maru {
  position: relative;
}
.maru::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00499c;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topServiceKindList {
  line-height: 1.5;
}
.topServiceKindList > li:not(:last-child) {
  margin-right: 7px;
}
.topServiceKindList span {
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topServiceKindList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.kaitaiImgCard {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .kaitaiImgCard {
    width: 48%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .kaitaiImgCard {
    width: 30%;
  }
}

.kaitaiaboutText {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .kaitaiaboutText {
    font-size: 15px;
  }
}

.kaitaiTextCard {
  margin-left: 3px;
}

.kaitaidetailText {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .kaitaidetailText {
    font-size: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .kaitaidetailText {
    font-size: 28px;
  }
}

.kaitaiList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
.kaitaiList > li a {
  display: inline-block;
  padding: 4% 8% 11%;
  background: #fff;
  border-radius: 13px;
}
@media only screen and (max-width: 767px) {
  .kaitaiList {
    width: 90%;
    margin: auto;
    margin-bottom: 10%;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
  .kaitaiList > li a {
    padding: 4% 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .kaitaiList {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.kaitaiIconImg {
  width: 80%;
}

.kaitaiTitle {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .kaitaiTitle {
    font-size: 18px;
  }
}

.serviceNaviList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
@media only screen and (max-width: 767px) {
  .serviceNaviList {
    display: block;
    width: 90%;
    margin: auto;
  }
  .serviceNaviList > li:nth-child(1) {
    margin-bottom: 5%;
  }
}

.logoWrap {
  width: 64%;
  display: block;
  margin: auto;
}

.logoText {
  position: absolute;
  top: -5px;
  font-weight: 600;
  left: 41%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.topinfoNaviList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .topinfoNaviList {
    display: block;
    width: 90%;
    margin: auto;
  }
  .topinfoNaviList > li:not(:last-child) {
    margin-bottom: 15%;
  }
}

.topinfoNaviWrap {
  padding: 109px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .topinfoNaviWrap {
    padding: 23% 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topinfoNaviWrap {
    padding: 76px 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topinfoNaviWrap {
    padding: 96px 0;
  }
}

.topinfoNaviImg {
  border-radius: 10px;
  position: relative;
}
.topinfoNaviImg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.topinfoNaviEn {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 67px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .topinfoNaviEn {
    font-size: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topinfoNaviEn {
    font-size: 50px;
  }
}

.topinfoNaviJp {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topinfoNaviJp {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topinfoNaviJp {
    font-size: 20px;
  }
}

.topinfoNaviText {
  font-size: 24px;
  line-height: 1.4;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media only screen and (max-width: 959px) {
  .topinfoNaviText {
    font-size: 20px;
  }
}

.topBlogList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
@media only screen and (max-width: 767px) {
  .topBlogList {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 10%;
  }
  .topBlogList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topBlogList {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

.topBlogBlock {
  border-left: solid 1px #0c0c5f;
  border-right: solid 1px #0c0c5f;
}

.topBlogdays {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .topBlogdays {
    font-size: 15px;
  }
}

.topblogText {
  font-size: 15px;
}

.topworksImg {
  padding-bottom: 70%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topworksImg {
    padding-bottom: 59%;
    margin-bottom: 5%;
  }
}

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

.topBlogText {
  font-weight: 600;
  line-height: 1.6;
}

.topBlogKind span {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 0.3em 0.8em;
  background-color: #00499c;
  border-radius: 30px;
}

.topBlogNext {
  width: 13%;
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topBlogNext.worksNext {
  width: 9%;
}
a:hover .topBlogNext {
  margin-right: -5px;
}

.contactWrap {
  padding-bottom: 130px;
  position: relative;
}
.contactWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0c0c5f;
}
.contactWrap::after {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .contactWrap {
    padding-bottom: 59px;
  }
  .contactWrap::after {
    height: 2px;
  }
}

.contactImg {
  width: clamp(740px, 74vw, 947px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -17.5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contactImg {
    width: 95%;
    bottom: -7.5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactImg {
    bottom: -12.5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .contactImg {
    bottom: -12.5px;
  }
}

.contact_leftBlock {
  width: 52%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .contact_leftBlock {
    width: 90%;
    margin-right: 0;
    margin: auto;
    margin-bottom: 5%;
  }
}

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

.arrowImg {
  width: 14%;
}

.contactBtn {
  background: #0c0c5f;
  display: inline-block;
  padding: 0.3em 3.4em 0.3em 1.5em;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactBtn:hover {
  background-color: #00499c;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .contactBtn {
    padding: 0.3em 2.8em 0.3em 1.1em;
  }
}

.contactTimeBlock {
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .contactTimeBlock {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactTimeBlock {
    margin-right: 13px;
  }
}

.contactTitle {
  position: relative;
}
.contactTitle span {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 27px;
  padding-right: 31px;
}
.contactTitle::after {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-image: url(.././img/icon_allow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
}
@media only screen and (max-width: 767px) {
  .contactTitle span {
    font-size: 16px;
    padding-right: 10px;
  }
  .contactTitle::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactTitle span {
    font-size: 18px;
    padding-right: 10px;
  }
  .contactTitle::after {
    width: 40px;
    height: 40px;
  }
}

.contactAreaCard {
  margin-top: 5%;
  margin-bottom: 70px;
  padding: 3% 0;
  border-top: solid 1px #0c0c5f;
  border-bottom: solid 1px #0c0c5f;
}
@media only screen and (max-width: 767px) {
  .contactAreaCard {
    margin-top: 12%;
    padding: 8% 0;
  }
}

.contactAreaText {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contactAreaText span {
  color: #00499c;
  padding-left: 2px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .contactAreaText {
    font-size: 14px;
    line-height: 1.3;
  }
}

/*==================================================
 * about
 *================================================*/
.aboutInfoImgCard {
  width: 40%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .aboutInfoImgCard {
    width: 100%;
  }
}

.aboutInfoImg {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .aboutInfoImg {
    width: 80%;
    margin-bottom: 10%;
  }
}

.commonFvImg {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .commonFvImg {
    width: 93%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonFvImg {
    width: 63%;
  }
}

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

.aboutInfoTitle {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 38px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .aboutInfoTitle {
    font-size: 28px;
  }
}

.aboutInfoText {
  font-size: 17px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .aboutInfoText {
    font-size: 16px;
  }
}

.aboutCeoImg {
  padding-bottom: 121%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .aboutCeoImg {
    padding-bottom: 116%;
  }
}

.aboutCeoImgCard {
  width: 35%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .aboutCeoImgCard {
    width: 80%;
    margin: auto;
    margin-bottom: 7%;
  }
}

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

.aboutInfoCreertext {
  font-size: 20px;
  font-weight: 600;
}
.aboutInfoCreertext span {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .aboutInfoCreertext span {
    font-size: 14px;
  }
}

.aboutStaffTitle {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.aboutStaffTitle span {
  font-size: 26px;
  letter-spacing: 0.35em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .aboutStaffTitle {
    font-size: 38px;
  }
  .aboutStaffTitle span {
    font-size: 20px;
  }
}

.commonTitleWrap {
  background: #fff;
  position: relative;
}
.commonTitleWrap::after {
  position: absolute;
  content: "";
  border-top: 80px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  z-index: 10;
}

.aboutStaffListCard {
  padding: 150px 0 98px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutStaffListCard {
    padding: 150px 0 98px;
  }
}

.aboutStaffList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.aboutStaffList > li {
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .aboutStaffList {
    display: block;
    width: 90%;
    margin: auto;
  }
  .aboutStaffList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutStaffList {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.aboutStaffBlock {
  position: relative;
}

.staffImg {
  position: relative;
  top: -5px;
  padding-bottom: 93%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.aboutStaffName {
  position: absolute;
  font-family: "Rubik", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  top: 16px;
  left: 16px;
}

.aboutStaffBox {
  background-color: #fff;
  padding: 5% 10% 10%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutStaffBox {
    padding: 5% 6% 10%;
  }
}

.aboutStaffCreer {
  font-size: 24px;
  font-weight: 600;
}
.aboutStaffCreer span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  .aboutStaffCreer {
    font-size: 22px;
  }
  .aboutStaffCreer span {
    font-size: 14px;
  }
}

.aboutStaffText {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutStaffText {
    font-size: 15px;
  }
}

.aboutCompanytable {
  width: 85%;
  margin-right: 10%;
}
.aboutCompanytable table {
  width: 100%;
}
.aboutCompanytable table th,
.aboutCompanytable table td {
  text-align: left;
  line-height: 1.7;
  padding-bottom: 0.7em;
}
.aboutCompanytable table th {
  width: 20%;
}
.aboutCompanytable table td {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .aboutCompanytable {
    width: 100%;
    margin-right: 0;
  }
  .aboutCompanytable table th,
  .aboutCompanytable table td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .aboutCompanytable table td {
    margin-bottom: 10px;
  }
}

.aboutCompanyinfoCard {
  padding: 5%;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .aboutCompanyinfoCard {
    padding: 15% 8% 5%;
  }
}

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

.companyImg {
  padding-bottom: 66%;
}

.Companybtn {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  padding: 0.4em 0;
  background-color: #0c0c5f;
  color: #fff;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.Companybtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10%;
  top: 41%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Companybtn:hover {
  background-color: #fff526;
}
.Companybtn:hover::after {
  border-top: solid 2px #0c0c5f;
  border-right: solid 2px #0c0c5f;
  right: 8%;
}

.naviCard {
  margin-bottom: 70px;
}

.naviList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.naviList a {
  display: block;
  background-color: #00499c;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.naviList a:hover {
  background-color: #0c0c5f;
}
@media only screen and (max-width: 767px) {
  .naviList {
    display: block;
    width: 75%;
    margin: auto;
  }
  .naviList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .naviList {
    width: 80%;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }
}

.naviWrap {
  padding: 39px 0 16px;
}

.naviTitleEn {
  font-family: "Wix Madefor Display", sans-serif;
  padding-left: 0.5em;
  font-weight: 800;
  font-size: 33px;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .naviTitleEn {
    font-size: 38px;
  }
}

.naviTitleJp {
  position: relative;
  font-size: 16px;
  padding: 0.1em;
  color: #333;
  margin: 0 0.6em;
  background: #fff;
}

.nabiIllImg {
  position: absolute;
  right: 6%;
}
.nabiIllImg.nabiIllImg_1 {
  width: 57%;
  top: 0;
  right: 0;
}
.nabiIllImg.nabiIllImg_2 {
  top: 5%;
  width: 65%;
}
.nabiIllImg.nabiIllImg_3 {
  top: 7%;
  width: 52%;
}
.nabiIllImg.nabiIllImg_4 {
  top: 0;
  width: 47%;
}
@media only screen and (max-width: 959px) {
  .nabiIllImg.nabiIllImg_1 {
    width: 52%;
  }
  .nabiIllImg.nabiIllImg_2 {
    width: 54%;
  }
  .nabiIllImg.nabiIllImg_3 {
    width: 44%;
  }
  .nabiIllImg.nabiIllImg_4 {
    top: 0;
    width: 32%;
  }
}

/*==================================================
 * feature
 *================================================*/
.featureResonBlock {
  position: relative;
}
.featureResonBlock::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  top: 35px;
  left: 0;
  background: repeating-linear-gradient(-45deg, #004ba8, #004ba8 5px, #2e67b9 5px, #2e67b9 10px);
  z-index: -1;
}

.featureNm {
  display: inline-block;
  width: 20%;
  padding: 1.4em 0;
  background: #fff;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.featureNm span {
  font-size: 74px;
  line-height: 1;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 800;
  color: #00499c;
}
@media only screen and (max-width: 767px) {
  .featureNm {
    width: 33%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0.5em 0 0.7em;
  }
  .featureNm span {
    font-size: 52px;
  }
}

.featureResonBox {
  text-align: center;
}

.featureResonImg {
  width: 61%;
}

.featureResonWrap {
  padding: 5%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .featureResonWrap {
    padding: 10% 8% 0;
  }
}

.featureReson_left_block {
  width: 65%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .featureReson_left_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureReson_left_block {
    width: 68%;
    margin-right: 2%;
  }
}

.featureReson_right_block {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .featureReson_right_block {
    width: 70%;
    margin: auto;
    margin-bottom: 10%;
  }
}

.featureResontitle {
  font-size: 36px;
  line-height: 1.4;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media only screen and (max-width: 767px) {
  .featureResontitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureResontitle {
    font-size: 30px;
  }
}

.featureNmWrap {
  padding-bottom: 40px;
}

.featureillImg {
  position: absolute;
  width: 27%;
  bottom: 0;
  left: 5%;
}

.featureOkayamaImg {
  width: 85%;
}

.featureNennkanImg {
  width: 85%;
}

.cheapnessBlock {
  border-radius: 10px;
}

.cheapnessTitleWrap {
  position: relative;
  padding: 5%;
  border: solid 1px #0c0c5f;
  border-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cheapnessTitleWrap {
    padding: 10% 5%;
  }
}

.sankakuImg {
  width: clamp(28px, 3%, 30.3px);
  position: absolute;
  top: -6.5%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sankakuImg {
    width: 29px;
    top: -5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sankakuImg {
    top: -5.5%;
  }
}

.cheapnessTitle {
  font-size: 33px;
  display: inline-block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding-left: 1.2em;
  line-height: 0.6;
  position: relative;
}
.cheapnessTitle::after {
  position: absolute;
  content: "";
  display: block;
  line-height: 0.6;
  background-image: url(.././img/q.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
  width: 35px;
  height: 31px;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .cheapnessTitle {
    font-size: 26px;
  }
  .cheapnessTitle::after {
    top: 37%;
    width: 26px;
  }
}

.cheapnessText {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cheapnessText {
    font-size: 16px;
    text-align: left;
  }
}

.cheapnessInfoBox {
  padding: 5%;
  border: solid 1px #0c0c5f;
  border-top: unset;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cheapnessInfoTitle {
  position: relative;
}
.cheapnessInfoTitle span {
  display: inline-block;
  font-size: 28px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.4;
  padding-left: 44px;
}
.cheapnessInfoTitle .tyousei {
  letter-spacing: 0.08em;
}
.cheapnessInfoTitle:after {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 1.7;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: bold;
  font-size: 21px;
  top: 4px;
  width: 36px;
  height: 36px;
  background-color: #ebded4;
  border-radius: 50%;
  margin-right: 10px;
}
.cheapnessWrap_1 .cheapnessInfoTitle:after {
  content: "1";
}
.cheapnessWrap_2 .cheapnessInfoTitle:after {
  content: "2";
}
.cheapnessWrap_3 .cheapnessInfoTitle:after {
  content: "3";
}
@media only screen and (max-width: 959px) {
  .cheapnessInfoTitle span {
    font-size: 20px;
    padding-left: 37px;
  }
  .cheapnessInfoTitle:after {
    width: 28px;
    height: 28px;
    font-size: 18px;
    top: 1px;
  }
}

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

.cheapnessInfoBlock {
  width: 55%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .cheapnessInfoBlock {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cheapnessInfoBlock {
    width: 49%;
  }
}

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

.cheapnessImg {
  width: 100%;
}

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

.cheapnessList > li:not(:last-child) {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: dotted 2px #e2cebf;
}
@media only screen and (max-width: 767px) {
  .cheapnessList > li:not(:last-child) {
    margin-bottom: 8%;
    padding-bottom: 8%;
  }
}

.featureNenkanImg {
  width: 90%;
}

.featureKanriImg {
  width: 100%;
}

/*==================================================
 * building
 *================================================*/
.buildMain_leftCard {
  width: 50%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .buildMain_leftCard {
    width: 100%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .buildMain_leftCard {
    width: 55%;
  }
}

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

.buildingImg {
  padding-bottom: 67%;
  border-radius: 10px;
}

.buildMainCard {
  padding-top: clamp(86px, 8%, 103px);
  padding-bottom: clamp(80px, 9%, 115px);
}
@media only screen and (max-width: 767px) {
  .buildMainCard {
    padding: 80px 0;
  }
}

.buildMain_rightCard {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .buildMain_rightCard {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .buildMain_rightCard {
    width: 41%;
  }
}

.buildesto_letterImg {
  width: 60%;
}

.buildesto_letterImg {
  width: 30%;
  margin-left: 0;
}

.buildMainTitle {
  font-size: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .buildMainTitle {
    font-size: 23px;
  }
}

.buildMainMidashi {
  font-size: 54px;
  letter-spacing: -0.05em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
}
.buildMainMidashi::after, .buildMainMidashi::before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 42px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.buildMainMidashi::before {
  background-image: url(.././img/yajirusi_left.svg);
  left: 0;
}
.buildMainMidashi::after {
  background-image: url(.././img/yajirusi_right.svg);
  right: 0;
}
@media only screen and (max-width: 959px) {
  .buildMainMidashi {
    font-size: 42px;
  }
  .junkInfoBlock .buildMainMidashi {
    font-size: 35px;
  }
  .junkInfoBlock .buildMainMidashi::after, .junkInfoBlock .buildMainMidashi::before {
    width: 21px;
  }
  .buildMainMidashi.__sizeSp {
    font-size: 32px;
  }
  .buildMainMidashi::after, .buildMainMidashi::before {
    width: 35px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .buildMainMidashi {
    font-size: 42px;
  }
  .buildMainMidashi.__sizeSp {
    font-size: 32px;
  }
  .buildMainMidashi::after, .buildMainMidashi::before {
    width: 35px;
  }
}

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

.asebestoImg {
  padding-bottom: 50%;
}

.buildhouseImg {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  .buildhouseImg {
    width: 40%;
  }
}

.buildInfoList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.buildInfoList > li {
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .buildInfoList {
    width: 75%;
    margin: auto;
    display: block;
  }
  .buildInfoList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}

.asbCationBlock {
  background: #fff;
  border: solid 1px #0c0c5f;
}

.asbCationWrap {
  padding: 4% 5% 0;
}
@media only screen and (max-width: 767px) {
  .asbCationWrap {
    padding: 11% 8% 6%;
  }
}

.buildInfoWrap {
  padding: 13% 8% 8%;
}

.buildInfoTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .buildInfoTitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.buildInfoPrice {
  font-size: 17px;
  font-weight: bold;
}
.buildInfoPrice span {
  font-size: 32px;
  line-height: 1;
  color: #00499c;
  font-weight: 800;
  font-family: "Wix Madefor Display", sans-serif;
}
@media only screen and (max-width: 767px) {
  .buildInfoPrice {
    margin-bottom: 10px;
  }
  .buildInfoPrice span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .buildInfoPrice {
    font-size: 14px;
  }
  .buildInfoPrice span {
    font-size: 25px;
  }
}

.buildsnsBox {
  padding: 5%;
  background-color: #fff;
  border: solid 20px #00499c;
}
@media only screen and (max-width: 767px) {
  .buildsnsBox {
    padding: 10% 5%;
    border: solid 10px #00499c;
  }
}

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

.buildsnsWrap:nth-child(1) {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .buildsnsWrap:nth-child(1) {
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.buildsnsText span {
  font-size: 27px;
  display: inline-block;
  font-weight: bold;
}
.buildsnsText .btn_box {
  padding: 0.3em 0.7em;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  font-size: 23px;
  display: inline-block;
  color: #fff;
}
.buildsnsText .btn_box.line_box {
  background-color: #00b900;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.buildsnsText .btn_box.line_box {
  background-color: #00b900;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.buildsnsText .btn_box.home_box {
  background-color: #00499c;
}
@media only screen and (max-width: 767px) {
  .buildsnsText span {
    font-size: 15px;
    line-height: 1.6;
  }
  .buildsnsText .btn_box {
    padding: 0.2em 0.7em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .buildsnsText span {
    font-size: 21px;
  }
  .buildsnsText .btn_box {
    padding: 0.3em 0.7em;
    font-size: 18px;
  }
}

/*==================================================
 * asbestos
 *================================================*/
.asbCation_leftBlock {
  width: 9%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .asbCation_leftBlock {
    width: 35%;
  }
}

.cautionTitle {
  font-size: 30px;
  line-height: 1.4;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media only screen and (max-width: 767px) {
  .cautionTitle {
    font-size: 22px;
  }
}

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

.cautionObi {
  padding: 2% 5%;
  background: #e41c24;
}
.cautionObi span {
  display: inline-block;
  width: 75%;
  font-size: 30px;
  line-height: 1.3;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cautionObi {
    padding: 6% 5%;
  }
  .cautionObi span {
    font-size: 22px;
  }
}

.asbestoManImg {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .asbestoManImg {
    right: -2px;
    width: 24%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .asbestoManImg {
    right: 10px;
    width: 18%;
  }
}

.asbFlowTitle {
  font-size: 18px;
  line-height: 1.8;
  vertical-align: middle;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .asbFlowTitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .asbFlowTitle {
    text-align: left;
  }
}

.asbFlowList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.asbFlowList > li {
  display: inline-block;
  background: #fff;
  padding: 14% 5% 11%;
  border-radius: 10px;
  position: relative;
  counter-reset: number 0;
}
.asbFlowList > li::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #00499c;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 1;
}
.asbFlowList > li:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .asbFlowList {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .asbFlowList > li {
    width: 100%;
  }
  .asbFlowList > li:not(:last-child) {
    margin-bottom: 10%;
  }
  .asbFlowList > li::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    bottom: -14%;
    left: 50%;
    top: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #00499c;
    z-index: 1;
  }
}

.asbFlowIconImg {
  width: 43%;
}
.junkFlowCard .asbFlowIconImg {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .junkFlowCard .asbFlowIconImg {
    width: 46%;
  }
}

.asbFlowText {
  font-weight: 600;
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .asbFlowText.align_left {
    text-align: left;
  }
}

/*==================================================
 * junk
 *================================================*/
.junkWrap {
  padding: 4%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .junkWrap {
    padding: 35% 4% 2%;
  }
}

.junkImgLeftCard {
  width: 21%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .junkImgLeftCard {
    position: absolute;
    left: 10px;
    top: 20px;
    margin-right: 0;
    width: 37%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkImgLeftCard {
    width: 16%;
  }
}

.junkImgRightCard {
  width: 21%;
  margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  .junkImgRightCard {
    position: absolute;
    right: 10px;
    top: 20px;
    margin-left: 0;
    width: 37%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkImgRightCard {
    width: 16%;
  }
}

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

.junkSubTitle {
  font-size: 32px;
  line-height: 1.6;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media only screen and (max-width: 767px) {
  .junkSubTitle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkSubTitle {
    font-size: 26px;
  }
}

.junkSubText {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .junkSubText {
    font-size: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkSubText {
    text-align: left;
  }
}

.junkList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: solid 2px #0c0c5f;
}
.junkList > li {
  border-top: solid 1px #f0e6de;
  border-bottom: solid 1px #f0e6de;
  border-right: solid 1px #f0e6de;
  font-size: 17px;
  padding: 8% 2%;
  text-align: center;
}
.junkList > li:nth-child(4n) {
  border-right: none;
}
.junkList > li:nth-of-type(-n + 4) {
  border-top: none;
}
.junkList > li:nth-last-child(-n+4) {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .junkList {
    grid-template-columns: 1fr 1fr;
    width: 95%;
    margin: auto;
  }
  .junkList > li {
    font-size: 15px;
    padding: 6% 2%;
  }
  .junkList > li:nth-child(2n) {
    border-right: none;
  }
  .junkList > li:nth-of-type(-n + 2) {
    border-top: none;
  }
  .junkList > li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.junkBox span {
  padding: 0.6em 5em 0.6em 1.2em;
  display: inline-block;
  background: #00499c;
  font-size: 32px;
  line-height: 1.4;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .junkBox span {
    font-size: 18px;
    text-align: left;
    padding: 0.8em 1.8em 0.8em 1.1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkBox span {
    font-size: 28px;
  }
}

.junkFaceImg {
  position: absolute;
  bottom: 0;
  width: 12%;
  right: 15%;
}
@media only screen and (max-width: 767px) {
  .junkFaceImg {
    right: -1%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkFaceImg {
    right: 9%;
  }
}

.junkpriceTitle {
  border-top: solid 2px #0c0c5f;
}
.junkpriceTitle span {
  display: inline-block;
  padding: 0.5em 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .junkpriceTitle span {
    font-size: 18px;
    padding: 0.3em 0;
  }
}

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

.junkCostTable {
  border-top: solid 2px #0c0c5f;
  border-bottom: solid 2px #0c0c5f;
}
.junkCostTable dl {
  width: 100%;
}
.junkCostTable dt,
.junkCostTable dd {
  padding: 1em;
  border-bottom: solid 1px #f0e6de;
}
.junkCostTable .border-right {
  border-right: solid 1px #f0e6de;
}
.junkCostTable dt {
  width: 45%;
}
.junkCostTable dd {
  width: 55%;
  background-color: #f3f6fb;
}
@media only screen and (max-width: 767px) {
  .junkCostTable .border-right {
    border-right: none;
  }
  .junkCostTable dt,
  .junkCostTable dd {
    padding: 0.6em;
    font-size: 15px;
  }
  .junkCostTable dt {
    width: 50%;
  }
  .junkCostTable dd {
    width: 50%;
  }
  .junkCostTable .line_space {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .junkCostTable dt,
  .junkCostTable dd {
    padding: 0.8em;
    font-size: 16px;
  }
  .junkCostTable dt {
    width: 55%;
  }
  .junkCostTable dd {
    width: 45%;
  }
}

/*==================================================
 * voice
 *================================================*/
.voiceList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
}
.voiceList .voiceWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 6% 5%;
}
@media only screen and (max-width: 767px) {
  .voiceList {
    display: block;
    width: 95%;
    margin: auto;
  }
  .voiceList .voiceWrap {
    padding: 12% 8% 8%;
  }
  .voiceList .voiceWrap:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .voiceList {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}

.voiceImageBlock {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .voiceImageBlock {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7%;
  }
}

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

.voiceInfoText {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0.2em;
  border-bottom: solid 2px #0c0c5f;
}
.voiceInfoTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .voiceInfoTitle {
    font-size: 22px;
  }
}

/*==================================================
 * flow
 *================================================*/
.flowInfoBlock {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .flowInfoBlock {
    width: 100%;
  }
}

.flowIconBlock {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .flowIconBlock {
    width: 0;
  }
}

.flowImg {
  width: 68%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .flowImg {
    position: absolute;
    width: 20%;
    top: -13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.flowList {
  counter-reset: number 0;
}
.flowList > li {
  padding: 4%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.flowList > li:not(:last-child) {
  margin-bottom: 15px;
}
.flowList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: -14%;
  left: 50%;
  top: unset;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00499c;
  z-index: 1;
  bottom: -7%;
}
.flowList > li:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flowList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .flowList > li {
    padding: 11% 8%;
    position: relative;
  }
  .flowList > li:not(:last-child) {
    margin-bottom: 98px;
  }
}

.flowTitleWrap .flowTitle {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  padding-left: 14px;
}
.flowTitleWrap .flowNm {
  position: relative;
  line-height: 1.3;
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}
.flowTitleWrap .flowNm::after, .flowTitleWrap .flowNm::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flowTitleWrap .flowNm::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  z-index: 1;
}
.flowTitleWrap .flowNm::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #0c0c5f;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .flowTitleWrap .flowTitle {
    padding-left: 8px;
    font-size: 20px;
  }
  .flowTitleWrap .flowNm::after {
    font-size: 13px;
  }
  .flowTitleWrap .flowNm::before {
    width: 28px;
    height: 28px;
  }
}

/*==================================================
 * qa
 *================================================*/
/*QA------------------------------------*/
.qaWrap {
  width: 90%;
  margin: auto;
}

.flowBtnBox {
  background-color: #0c0c5f;
  border-radius: 8px;
}
.flowBtnBox:not(:last-child) {
  margin-bottom: 21px;
}

.flowBtn_arrow {
  background-image: url(".././img/up_btn.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 3%;
  position: relative;
}
.flowBtn_arrow.on {
  background-image: url(".././img/down_btn.svg");
}
@media print, screen and (min-width: 768px) {
  .flowBtn_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .flowBtn_arrow:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .flowBtn_arrow {
    background-size: 10px;
    background-position: top 50% right 4%;
  }
  .flowBtn_arrow.on {
    background-size: 10px;
  }
}

.flowBtn dl {
  width: 100%;
  padding: 9px 0 9px 24px;
  position: relative;
}
.flowBtn dt {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  display: inline-block;
  color: #00499c;
}
.flowBtn dd {
  width: 87%;
  font-size: 21px;
  line-height: 1.32;
  padding: 0.5em 0.2em 0.5em 0;
  color: #fff;
  font-weight: bold;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 15px;
}
.flowBtn dd span {
  font-size: 20px;
  padding-left: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .flowBtn dl {
    padding: 6px 0 6px 12px;
  }
  .flowBtn dt {
    font-size: 28px;
    line-height: 1.2;
  }
  .flowBtn dd {
    font-size: 16px;
    padding: 0.5em 2em 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .flowInfoTextCard {
    display: block;
  }
}

.flowInfoCard {
  padding: 20px 0 20px 24px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .flowInfoCard {
    padding: 11px 13px;
  }
}

.flowTitle {
  width: 21%;
  margin-right: 1%;
}
.flowTitle span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .flowTitle {
    width: 100%;
  }
  .flowTitle span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowTitle {
    width: 26%;
  }
  .flowTitle span {
    font-size: 18px;
    line-height: 1.4;
  }
}

.flowTextdec span {
  font-size: 16px;
  display: inline-block;
}
.flowTextdec dd {
  padding: 0 19px;
  font-weight: bold;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
@media only screen and (max-width: 767px) {
  .flowTextdec span {
    font-size: 14px;
    line-height: 1.6;
  }
  .flowTextdec dd {
    font-size: 15px;
    line-height: 1.4;
  }
}

.flowNm {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 0.8;
  color: #00499c;
}
@media only screen and (max-width: 767px) {
  .flowNm {
    font-size: 28px;
  }
}

.worksBtnUnit {
  width: 100%;
}
.worksBtnUnit > li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.worksBtnUnit > li a {
  padding: 0.6em 0.8em;
  white-space: nowrap;
  background-color: #00499c;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.worksBtnUnit > li a:hover {
  background-color: #0c0c5f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .worksBtnUnit {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .worksBtnUnit > li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksBtnUnit > li a {
    font-size: 15px;
  }
}

.archiveWorks_ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.topNewsImg {
  padding-bottom: 70%;
}

/*==================================================
 * qa
 *================================================*/
.worksDays {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.workstImg {
  padding-bottom: 69%;
}

.archiveWorksList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.archiveWorksList > li {
  border-left: solid 1px #0c0c5f;
  border-right: solid 1px #0c0c5f;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .archiveWorksList {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .archiveWorksList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .archiveWorksList {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .archiveWorksList {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
  }
}

.pageWorksUlText {
  position: absolute;
  width: 100%;
}

.worksInfoBlock {
  padding: 7% 5%;
}

.worksTitle {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
}

.worksKind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
.worksKind.worksKind_top span {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
}
.worksKind span {
  position: relative;
  padding-left: 4%;
  margin-right: 7px;
  line-height: 1.3;
  font-size: 15px;
}
.worksKind span::after {
  position: absolute;
  display: block;
  content: "#";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media only screen and (max-width: 959px) {
  .worksKind.worksKind_top {
    font-size: 16px;
  }
}

.works_comme {
  position: relative;
  line-height: 1.3;
  padding: 0.2em 0 0.2em 12px;
}
.works_comme::after {
  position: absolute;
  display: block;
  content: "#";
  top: 0.2em;
  left: 0;
}

.worksCate {
  width: 60%;
}
.worksCate.__white span {
  color: #fff;
  margin-right: 8px;
}
.worksCate span {
  font-size: 12px;
  padding: 0.6em;
  background-color: #009395;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.worksCate span:not(:last-child) {
  margin-bottom: 6px;
}
.worksCateblock .worksCate {
  width: 100%;
}
.worksCateblock .worksCate span {
  font-size: 16px;
  padding: 0.5em 0.8em;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .worksCateblock .worksCate {
    margin-bottom: 4%;
  }
  .worksCateblock .worksCate span {
    font-size: 14px;
    padding: 0.4em 0.6em;
    margin-bottom: 0.3em;
  }
}

.worksCost {
  width: 52%;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
.worksCost span {
  color: #00499c;
  font-size: 27px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.pageWorksTitle {
  font-size: 24px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .pageWorksTitle {
    font-size: 18px;
  }
}

.worksHeadline span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .worksHeadline span {
    font-size: 22px;
  }
}

.worksTitleBox {
  padding: 13px 0;
  border-top: solid 1px #0c0c5f;
  border-bottom: solid 1px #0c0c5f;
}
@media only screen and (max-width: 767px) {
  .worksTitleBox {
    padding: 10px 0 10px;
    margin-bottom: 10%;
  }
}

.worksImgCard {
  width: 70%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .worksImgCard {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksImgCard {
    width: 65%;
  }
}

.worksInfoCard {
  width: 26%;
}
.worksInfoCard dt,
.worksInfoCard dd {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .worksInfoCard {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksInfoCard {
    width: 31%;
  }
}

.worksSingleImg {
  width: 100%;
}

.dataTitle {
  font-weight: 800;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  padding: 0.3em 5.1em 0.3em 0.5em;
  background: #00499c;
  color: #fff;
  position: relative;
}
.dataTitle::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  z-index: 1;
  right: -18px;
  border-left: 18px solid #00499c;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.dataTitle.__right {
  background: #6996c2;
  padding: 0.3em 0 0.3em 0.8em;
  position: relative;
}
.dataTitle.__right::after {
  border-left: 18px solid #6996c2;
}
.dataTitle.__xright {
  background: #b3cce6;
  padding: 0.3em 0 0.3em 1.2em;
}
.dataTitle.__xright::after {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .dataTitle {
    font-size: 18px;
    padding: 0.3em 12.4em 0.3em 0.5em;
  }
  .dataTitle::after {
    right: -14px;
    border-left: 14px solid #00499c;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
  .dataTitle.__right::after {
    border-left: 14px solid #fcc1c9;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dataTitle {
    padding: 0.3em 3.7em 0.3em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .dataTitle {
    padding: 0.3em 4em 0.3em 0.5em;
  }
}

.worksLine {
  width: 100%;
}
.worksLine:not(:last-child) {
  padding-bottom: 0.8em;
  border-bottom: dashed 1px #e2cebf;
  margin-bottom: 0.8em;
}
.worksLine dt {
  width: 45%;
}
.worksLine dt span {
  color: #00499c;
}
.worksLine dd {
  width: 55%;
}

.text_line {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text_line:hover {
  opacity: 0.7;
}

.worksWap {
  background: #fff;
  padding: 72px 49px 1px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .worksWap {
    padding: 45px 20px 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksWap {
    padding: 72px 28px 1px;
  }
}

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