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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --mainColor: #17377c;
  --mainColorLight: #0958cb;
  --subColor: #ea5514;
}

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

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

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

.bgMainColorDeep {
  background-color: var(--mainColorDeep);
}

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

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

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

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

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

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #ff6f00;
}

.compColor {
  color: #ecfe02;
}

.bgCompColor {
  background-color: #ecfe02;
}

.grayColor {
  color: #dedede;
}

.bgGrayColor {
  background-color: #dedede;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.blueColor {
  color: #1c7aca;
}

.bgBlueColor {
  background-color: #1c7aca;
}

.yeColor {
  color: #f39004;
}

.bgYeColor {
  background-color: #f39004;
}

.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, 178, 90);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 178, 90)), to(rgb(255, 143, 90)));
  background: -webkit-linear-gradient(left, rgb(255, 178, 90) 0%, rgb(255, 143, 90) 100%);
  background: linear-gradient(90deg, rgb(255, 178, 90) 0%, rgb(255, 143, 90) 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

.greenColor {
  color: #358f5f;
}

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

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

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

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

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

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

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

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

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

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

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 600;
}

.f-bold-all {
  font-weight: 600;
}
.f-bold-all * {
  font-weight: 600;
}

.f-medium {
  font-weight: 500 !important;
}
.f-medium-imp {
  font-weight: 500 !important;
}

.f-medium-all {
  font-weight: 500 !important;
}
.f-medium-all * {
  font-weight: 500 !important;
}

.f-regular {
  font-weight: 400;
}

/*==================================================
 * リセット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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.notOp:hover {
  opacity: 1;
}

/* 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,
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.2;
}
.lh_xl * {
  line-height: 2.2;
}

.lh_xl2 {
  line-height: 2;
}
.lh_xl2 * {
  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_m2 {
  line-height: 1.7;
}
.lh_m2 * {
  line-height: 1.7;
}

.lh_m3 {
  line-height: 1.3;
}
.lh_m3 * {
  line-height: 1.3;
}

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

.lh_s2 {
  line-height: 1;
}
.lh_s2 * {
  line-height: 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: 500 !important;
}

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}
.white-all * {
  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;
  }
}

.fsL15 {
  font-size: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL15 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL15 {
    font-size: 48px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

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

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0 !important;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.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%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
/*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%;
}

.cg1em {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

@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%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cnt {
    max-width: 100%;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntMin {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntXS2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.cntL2 {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

:root {
  --spaceSizeS: clamp(40px, 10vw, 80px);
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.paddingS {
  padding-top: clamp(35px, 10vw, 80px);
  padding-bottom: clamp(35px, 10vw, 80px);
}

.padding {
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(80px, 10vw, 120px);
}

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

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0 !important;
}

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

@media only screen and (max-width: 767px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
  .prSp0 {
    padding-right: 0;
  }
}
.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

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

.ml0 {
  margin-left: 0;
}

.z-1 {
  z-index: 1;
}

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

.none {
  display: none;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

/*角丸*/
/*角丸*/
.radiusS {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .radiusS {
    border-radius: 6px;
  }
}

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

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

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

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

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

/*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: #ecfe02;
  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%, var(--subColor)));
  background: -webkit-linear-gradient(transparent 70%, var(--subColor) 0%);
  background: linear-gradient(transparent 70%, var(--subColor) 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: var(--mainColor);
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #ecfe02;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--mainColor);
  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: var(--mainColor);
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid var(--mainColor);
  display: inline-block;
}

.bdBox {
  border: 2px solid var(--mainColor);
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
}

.btnTxt {
  font-size: 10px;
  margin-top: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0.06em;
}

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

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

:root {
  --menuTrigeHeight: 18px;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: var(--menuTrigeHeight);
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: var(--mainColor);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  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(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  bottom: -5px;
}
.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: var(--mainColor);
}
.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 var(--mainColor);
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: -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%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

.contactForm textarea {
  width: 100%;
  min-height: 14rem !important;
}

.contactForm input[type=checkbox] {
  width: auto;
}

.contactTelIcon {
  margin-right: 0.4em;
}

.mw_wp_form button {
  max-width: 100%;
  width: 300px;
  height: 68px;
  font-weight: 600;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mw_wp_form button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form button {
    height: 60px;
  }
}
.mw_wp_form button.cmnbtn::before {
  background-image: url(../img/ic_arrow-right-blue.svg);
}
.mw_wp_form button:hover {
  opacity: 0.7;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform * {
  font-family: "Noto Sans JP", sans-serif;
}
.cform tr {
  border-bottom: solid 1px #bad1ff;
}
.cform th {
  font-size: 17px;
  font-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
  color: var(--mainColor);
}
.cform th .title {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}
.cform th .required-srt {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: transparent;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
    font-size: 10px;
  }
}
.cform td {
  font-size: 15px;
  line-height: 150%;
  padding: 3% 0;
  font-weight: 600;
}
.cform td .error {
  font-size: 14px;
}
.cform td input,
.cform td textarea {
  border: solid 1px #ccc;
}
.cform td input::-webkit-input-placeholder, .cform td textarea::-webkit-input-placeholder {
  color: #a0a09e;
}
.cform td input::-moz-placeholder, .cform td textarea::-moz-placeholder {
  color: #a0a09e;
}
.cform td input:-ms-input-placeholder, .cform td textarea:-ms-input-placeholder {
  color: #a0a09e;
}
.cform td input::-ms-input-placeholder, .cform td textarea::-ms-input-placeholder {
  color: #a0a09e;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #a0a09e;
}
.cform td span label span {
  font-size: 15px;
}
.cform .mwform-radio-field-text {
  color: #1d62ea;
}
@media only screen and (max-width: 767px) {
  .cform td,
  .cform th {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
  }
  .cform td {
    padding: 5px 0 15px;
  }
  .cform th {
    padding-bottom: 10px;
  }
  .cform th .required-srt {
    padding: 0.1em 0.4em;
  }
}

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

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url],
.cform input[type=tel] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url],
  .cform input[type=tel] {
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url],
  .cform input[type=tel] {
    padding: 2rem;
  }
}

.cform textarea {
  height: unset;
}

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

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

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 0;
  }
}
.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 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;
}

.button,
.submit-btn input,
.submit-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  padding: 0.7em 4em 0.7em 2em;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 20px;
  border: 1px solid var(--mainColor);
}
.button:before, .button:after,
.submit-btn input:before,
.submit-btn input:after,
.submit-btn a:before,
.submit-btn a:after {
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.button:before,
.submit-btn input:before,
.submit-btn a:before {
  border-bottom: solid 20px var(--mainColor);
  border-right: solid 20px transparent;
  bottom: 100%;
}
.button:after,
.submit-btn input:after,
.submit-btn a:after {
  border-top: solid 20px var(--mainColor);
  border-left: solid 20px transparent;
  top: 100%;
}
.button:hover,
.submit-btn input:hover,
.submit-btn a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sendBtnWrap {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.mw_wp_form button.sendBtn {
  font-size: 16px !important;
  height: 100%;
  padding: 1.5rem 10rem;
  width: auto;
  border-radius: 10px;
}

.submit-btn {
  text-align: center;
  margin-top: 5%;
}
.submit-btn input,
.submit-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

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

.editor {
  line-height: 1.8;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.editor figcaption {
  font-size: 13px;
  color: gray;
}
.editor a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.editor 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;
}
.editor blockquote p {
  font-size: 14px;
}
.editor strong {
  font-style: normal;
  font-weight: bold;
}
.editor p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .editor p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.editor h2 span,
.editor h3 span,
.editor h4 span,
.editor h5 span {
  font-weight: bold;
}
.editor h2 {
  font-size: 32px;
  margin: 3% auto;
  padding-left: 0.5em;
  font-weight: 600;
  border-left: solid 5px var(--mainColor);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .editor h2 {
    font-size: 20px;
    margin: 6% auto;
  }
}
.editor h3 {
  position: relative;
  font-size: 24px;
  margin: 4% auto 3%;
  padding-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .editor h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 6% auto 6%;
  }
}
.editor h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 3px;
  background-color: var(--mainColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.editor h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 0.4em;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .editor h4 {
    margin: 15% auto 8%;
  }
}
.editor table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.editor table th,
.editor table td {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .editor table th,
  .editor table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.editor table tr {
  border-bottom: 1px solid #dad8de;
}
@media only screen and (max-width: 767px) {
  .editor table tr {
    border-bottom: none;
  }
}
.editor table tr:first-child {
  border-top: 1px solid #dad8de;
}
.editor ul {
  margin-bottom: 2%;
}
.editor ul li {
  list-style-type: disc;
}
.editor ol li {
  list-style-type: decimal;
}
.editor li {
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  font-weight: bold;
}

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

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

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

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid var(--mainColor);
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

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

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--mainColor);
  border-radius: 10px;
  background-color: var(--mainColorLight);
}

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin-top: 5%;
}

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

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

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

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

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

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

.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: #ececec;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
@media only screen and (max-width: 767px) {
  .singleColumnPrevNextArrow {
    width: 25px;
  }
}
.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;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
}
.cmNewsListUl > li {
  width: 48%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cmNewsTitle {
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@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: #fff;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

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

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

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

/*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: var(--fontEn);
  font-size: 18px;
  margin: 0 1%;
  color: #fff;
  background: var(--mainColor);
}
.pagenation li.active {
  cursor: not-allowed;
  color: #000;
  background: #f2f2f2;
  padding: 0.5em 1em;
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li a {
  display: block;
  padding: 0.5em 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation li a:hover {
  background: var(--mainColorLight);
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
  .pagenation li.active {
    padding: 7px 12px;
  }
  .pagenation li a {
    padding: 7px 12px;
  }
}

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

span.page-numbers {
  color: var(--mainColor);
  font-weight: bold;
}

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

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

.sidebarBox {
  margin-bottom: 22%;
  margin-left: 5%;
}
.sidebarBox *:not(select, option) {
  color: #fff;
}
@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 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-family: var(--fontNum);
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  margin-bottom: 1em;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 12px;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  line-height: 1;
  font-family: "Syncopate", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
  }
}

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

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

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

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

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

.swiper-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #005378;
  background: #fff;
  color: #005378;
  font-size: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.swiper-nav-btn:hover {
  background: #005378;
  color: #fff;
}
.swiper-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .swiper-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
[data-fade] {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
[data-fade].run {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  color: #414141;
}

body {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: #005378;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.maru {
  font-family: "Zen Maru Gothic", system-ui;
  font-style: normal;
}

.en {
  font-family: "Teko", sans-serif;
}

.underline {
  text-decoration: underline;
}

.linkTarget {
  margin-top: -50px;
  padding-top: 50px;
}

.widthFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mlrA {
  margin-left: auto;
  margin-right: auto;
}

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

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

:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

.jost {
  font-family: "Jost", sans-serif;
}

/*==================================================
 * ヘッダー
 *================================================*/
/* header のスタイルは _top.scss の .siteHeader で定義 */
@media only screen and (max-width: 767px) {
  .menu-trigger {
    position: fixed;
    right: 1em;
    top: 1em;
  }
}
.headerLogo {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 0.3em 0.8em;
  line-height: 1.2;
  color: var(--mainColor);
  font-size: 34px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerLogo {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLogo {
    font-size: 21px;
  }
}

.headerContact {
  background-color: var(--subColor);
  color-scheme: #fff;
  text-align: center;
  width: 165px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  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;
}
@media only screen and (max-width: 767px) {
  .headerContact {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    top: unset;
    height: 60px;
  }
}
.headerContact * {
  color: #fff;
  line-height: 1;
}
.headerContact .en {
  line-height: 1;
  font-size: 42px;
  font-family: "Teko", sans-serif;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerContact .en {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .headerContact .en {
    font-size: 24px;
  }
}

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

.topHeaderNavList {
  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;
  row-gap: 2em;
  margin-top: 140px;
}

.topHeaderNavItem {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topHeaderNavItem {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topHeaderNavItem {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topHeaderNavItem {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
  border-bottom: solid 1px var(--mainColor);
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.overRayMenuUl > li a {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl > li a {
    font-size: 16px;
    font-weight: 600;
  }
}
.overRayMenuUl > li a div {
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overRayMenuUl > li a div.ja {
  font-size: 15px;
  font-weight: 500;
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}
@media only screen and (max-width: 959px) {
  .overRayMenuUl > li {
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
  }
  .overRayMenuUl > li a span.eng {
    font-size: 21px;
    margin-right: 0.5em;
  }
  .overRayMenuUl > li a span.jp {
    font-size: 12px;
  }
  .overRayMenuUl > li .childWrap {
    padding-left: 1em;
  }
  .overRayMenuUl > li .childWrap a {
    font-size: 14px;
    font-weight: 500;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    display: block;
  }
}

.spNav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNav {
    z-index: 999;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8em;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .spNav a {
    color: var(--mainColor);
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  html.open .spNav {
    opacity: 1;
    pointer-events: all;
  }
}
.spmenuBlock {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 767px) {
  .spmenuBlock {
    padding: 0;
  }
}
.spmenuBlock .rightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}

.spmenuBoxInner {
  width: 100%;
  padding: 60px 15px 0;
}

.snsIcoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.snsIcoUl li a {
  display: inline-block;
}
.snsIcoUl li a img {
  height: 29px;
}

.copy {
  font-size: 9px;
  text-align: center;
  padding: 1.5em 1em;
  border-top: solid 1px var(--mainColor);
  width: 100%;
  margin-top: 2em;
}

.spFloat {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .spFloat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pcFloat {
  position: fixed;
  right: 0;
  top: 30%;
  display: block;
  width: 97px;
  aspect-ratio: 97/350;
  z-index: 999;
}
.pcFloat img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .pcFloat {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pcFloat {
    display: none;
  }
}

/*==================================================
 * フッター
 *================================================*/
.footer {
  background: #ffffff;
  border-top: 1px solid #e4e4e4;
  padding: 6em 0.5em;
  overflow: hidden;
}
.footer .footerInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.footer .footerHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footerLogo img {
  height: 36px;
  width: auto;
  display: block;
}
.footer .footerLogo a:not(.footerTelNum) {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footer .footerLogo a:not(.footerTelNum) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerLogo a:not(.footerTelNum) {
    font-size: 21px;
  }
}
.footer .footerNav .footerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 32px;
  list-style: none;
}
.footer .footerNav .footerNavItem a {
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footer .footerNav .footerNavItem a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerNav .footerNavItem a {
    font-size: 16px;
  }
}
.footer .footerNav .footerNavItem a:hover {
  color: #00bfe1;
}
.footer .footerInfo p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footer .footerInfo p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerInfo p {
    font-size: 13px;
  }
}
.footer .fotterLogoImg {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .footer .footerInner {
    padding: 0 24px;
  }
  .footer .footerHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
  }
  .footer .footerNav .footerNavList {
    gap: 12px 20px;
  }
}

.copyright {
  text-align: center;
  padding: 1em 0.5em;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#005378), to(#00bfe1));
  background: -webkit-linear-gradient(left, #005378, #00bfe1);
  background: linear-gradient(to right, #005378, #00bfe1);
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .copyright {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 13px;
  }
}

.commonTtlEn {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: "Teko", sans-serif;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.commonTtlEn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 5em;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 1em));
  transform: translate(-50%, calc(100% + 1em));
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .commonTtlEn::before {
    height: 2em;
  }
}
.commonTtlEn.white::before {
  background-color: #fff;
}

.btnIc {
  width: 1em;
  margin-right: 0.5em;
}

.cmnbtn {
  background-color: var(--mainColorLight);
  border-radius: 0.4em;
  color: #fff;
  padding: 0.6em 1.5em;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 240px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnbtn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    font-size: 16px;
  }
}
.cmnbtn .ic {
  width: 1.2em;
  display: block;
}
.cmnbtn .ic img {
  width: 100%;
}

.ppIntro {
  margin: 0 0 2.5em;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ppIntro {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ppIntro {
    font-size: 16px;
  }
}

.ppHeading {
  margin: 2em 0 0.8em;
  padding-left: 0.8em;
  border-left: 4px solid var(--mainColorLight);
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ppHeading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ppHeading {
    font-size: 17px;
  }
}

.ppContent {
  margin-bottom: 1.5em;
}
.ppContent p {
  margin: 0 0 0.8em;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ppContent p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ppContent p {
    font-size: 16px;
  }
}
.ppContent p:last-child {
  margin-bottom: 0;
}
.ppContent a {
  color: var(--mainColorLight);
  text-decoration: underline;
}

.ppList {
  padding-left: 1.5em;
  margin: 0.5em 0 0;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ppList {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ppList {
    font-size: 16px;
  }
}
.ppList li {
  margin-bottom: 0.3em;
}

.ppContact {
  margin-top: 1em;
  padding: 1.5em 2em;
  background: #f5f7f8;
  border-radius: 6px;
}
.ppContact p {
  margin: 0;
}
.ppContact a {
  color: var(--mainColorLight);
  font-weight: 700;
  text-decoration: none;
}

.ppDate {
  margin: 3em 0 0;
  text-align: right;
  font-size: 14px;
  color: #666;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ppDate {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .ppDate {
    font-size: 13px;
  }
}

.svcHeader.svcHeader--contact {
  padding: 8em 0;
}
@media only screen and (max-width: 767px) {
  .svcHeader.svcHeader--contact {
    padding: 80px 0 40px;
  }
}

.ctFormLead p {
  margin: 0;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ctFormLead p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ctFormLead p {
    font-size: 16px;
  }
}
.ctFormLead a {
  color: var(--mainColorLight);
  font-weight: 700;
  text-decoration: none;
}

.ctFormHeading {
  margin: 2.5em 0 0.8em;
  padding-left: 0.8em;
  border-left: 4px solid var(--mainColorLight);
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ctFormHeading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ctFormHeading {
    font-size: 17px;
  }
}

.ctFormNote {
  margin: 0 0 2em;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ctFormNote {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .ctFormNote {
    font-size: 13px;
  }
}

.ctFormRequired {
  font-size: 11px;
  padding: 0.15em 0.4em;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  font-weight: 600;
  vertical-align: middle;
  margin: 0 2px;
}

.cform th {
  background: transparent;
}
.cform td {
  padding: 2em 0;
}
.cform td input,
.cform td textarea {
  border: none;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  background: transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.cform td input:focus,
.cform td textarea:focus {
  outline: none;
  border-bottom-color: var(--mainColorLight);
}
.cform td textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
.cform td textarea:focus {
  border-color: var(--mainColorLight);
}

.formBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3em;
}

.cform [type=submit].cmnbtn {
  background: var(--mainColorLight);
  border: none;
  border-bottom: none;
  border-radius: 2em;
  cursor: pointer;
  width: 280px;
  height: 56px;
  font-size: 21px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cform [type=submit].cmnbtn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cform [type=submit].cmnbtn {
    font-size: 16px;
  }
}
.cform [type=submit].cmnbtn:hover {
  opacity: 0.7;
}

/*==================================================
 * トップページ
 *================================================*/
.secLabel {
  font-size: 24px;
  position: relative;
  padding-left: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secLabel {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secLabel {
    font-size: 17px;
  }
}
.secLabel::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/common/ic-title.svg) no-repeat center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secTitle {
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .secTitle {
    font-size: 28px;
  }
}

.secSectionTitle {
  font-size: 48px;
  font-weight: 300;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 0.35em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secSectionTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .secSectionTitle {
    font-size: 28px;
  }
}

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

.secVoiceHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .secVoiceHero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 15px;
    margin-bottom: 0;
  }
}

.secVoiceHeroContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: calc((100% - 1040px) / 2 + 15px);
  padding-block: 2em;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .secVoiceHeroContent {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.secVoiceTitle {
  font-size: 48px;
  font-weight: 300;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secVoiceTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .secVoiceTitle {
    font-size: 28px;
  }
}

.secVoiceNameTag {
  display: inline-block;
  font-size: 14px;
  color: #005378;
  background: #efefef;
  padding: 0.4em 1.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secVoiceNameTag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .secVoiceNameTag {
    font-size: 13px;
  }
}

.secVoiceHeroPhoto {
  width: 65%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -10%;
}
.secVoiceHeroPhoto img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .secVoiceHeroPhoto {
    width: 100%;
    margin-left: unset;
  }
}

.secVoiceBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .secVoiceBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.secVoiceBodyPhoto {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.secVoiceBodyPhoto img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .secVoiceBodyPhoto {
    width: 80%;
    margin-inline: auto;
  }
}

.secVoiceBodyContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.secVoiceTopic {
  margin-bottom: 2em;
}
.secVoiceTopic:last-child {
  margin-bottom: 0;
}

.secVoiceTopicTitle {
  font-size: 24px;
  color: #fff;
  background: #00bfe1;
  padding: 0.3em 1em;
  text-align: center;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secVoiceTopicTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .secVoiceTopicTitle {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .secVoiceTopicTitle {
    text-align: left;
  }
}

.secVoiceTopicText {
  font-size: 16px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secVoiceTopicText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .secVoiceTopicText {
    font-size: 14px;
  }
}

.secBtn {
  background-color: #00bfe1;
  color: #fff;
  text-align: center;
  padding: 0.5em 2em;
  font-size: 18px;
  border-radius: 0.3em;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secBtn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .secBtn {
    font-size: 16px;
  }
}

.topContact {
  background: url(../img/common/bg-cta.jpg) no-repeat center/cover;
}

.ctaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .ctaWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.ctaWrap .secBtn {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ctaWrap .secBtn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ctaWrap .secBtn {
    font-size: 16px;
  }
}

.topContactBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .topContactBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}

/*==================================================
 * 下層ページヘッダー
 * 初期: 透過（白文字） → スクロールで .fixed 付与 → 白背景（黒文字）
 *================================================*/
body:not(.home):not(.front-page) .siteHeader {
  background: transparent;
}
body:not(.home):not(.front-page) .siteHeader .siteHeaderLogoImgDark {
  opacity: 0;
}
body:not(.home):not(.front-page) .siteHeader .siteHeaderLogoImgWhite {
  opacity: 1;
}
body:not(.home):not(.front-page) .siteHeader .siteHeaderNavItem a {
  color: #ffffff;
}
body:not(.home):not(.front-page) .siteHeader .siteHeaderNavItem a:hover {
  color: #00bfe1;
}
body:not(.home):not(.front-page) .siteHeader .siteHeaderHamburger span {
  background: #ffffff;
}
body:not(.home):not(.front-page) .siteHeader.fixed {
  background: #ffffff;
}
body:not(.home):not(.front-page) .siteHeader.fixed .siteHeaderLogoImgDark {
  opacity: 1;
}
body:not(.home):not(.front-page) .siteHeader.fixed .siteHeaderLogoImgWhite {
  opacity: 0;
}
body:not(.home):not(.front-page) .siteHeader.fixed .siteHeaderNavItem a {
  color: #222222;
}
body:not(.home):not(.front-page) .siteHeader.fixed .siteHeaderNavItem a:hover {
  color: #00bfe1;
}
body:not(.home):not(.front-page) .siteHeader.fixed .siteHeaderHamburger span {
  background: #222222;
}

/*==================================================
 * 採用情報ページ
 * 株式会社奥野組
 *================================================*/
.rcCnt {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.rcBannerTitle {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcBannerTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .rcBannerTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rcBannerTitle {
    font-size: 2.6em;
  }
}

.rcHeader {
  position: relative;
  background: url("../img/recruit/fv.jpg") center/cover no-repeat #005378;
  padding: 16em 0;
  color: #ffffff;
}
.rcHeader::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
  background: linear-gradient(135deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .rcHeader {
    padding: 120px 0 40px;
  }
}

.rcHeaderInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}

.rcBreadcrumb {
  padding: 16px 0;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcBreadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rcBreadcrumb {
    font-size: 14px;
  }
}
.rcBreadcrumb a {
  text-decoration: none;
}
.rcBreadcrumb a:hover {
  color: #00bfe1;
}

.rcLeadText p {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcLeadText p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rcLeadText p {
    font-size: 16px;
  }
}

.rcLeadItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rcLeadItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

.rcLeadItemsTexts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: calc((100% - 1040px) / 2 + 15px);
  padding-right: 2em;
  padding-block: 2.5em;
  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;
  gap: 3.5em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .rcLeadItemsTexts {
    padding-left: 0;
    padding-right: 0;
  }
}

.rcLeadItemsPhotos {
  width: 60%;
  margin-left: -10%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rcLeadItemsPhotos img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rcLeadItemsPhotos {
    width: 100%;
    margin-left: unset;
  }
}

.rcLeadItemTitle {
  font-size: 36px;
  font-weight: 300;
  color: #005378;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcLeadItemTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rcLeadItemTitle {
    font-size: 22px;
  }
}

.rcLeadItemText {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcLeadItemText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rcLeadItemText {
    font-size: 16px;
  }
}

.rcMessage {
  background: #efefef;
}

.rcMessageInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.5em;
}
@media only screen and (max-width: 767px) {
  .rcMessageInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
  }
}

.rcMessageBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rcMessageTitle {
  font-size: 68px;
  font-weight: 300;
  color: #005378;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcMessageTitle {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .rcMessageTitle {
    font-size: 38px;
  }
}

.rcMessageText {
  margin-bottom: 2em;
}
.rcMessageText p {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcMessageText p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rcMessageText p {
    font-size: 16px;
  }
}

.rcMessagePhoto {
  width: 30.7692307692%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.rcMessagePhoto img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rcMessagePhoto {
    width: 80%;
    margin-inline: auto;
  }
}

.rcMessagePhotoSign {
  display: block;
  width: 200px;
  margin-top: 1em;
  margin-left: auto;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .rcMessagePhotoSign {
    width: 160px;
  }
}

.rcIdealInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .rcIdealInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rcIdealTexts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rcIdealLabel {
  font-size: 23px !important;
  color: #005378;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcIdealLabel {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcIdealLabel {
    font-size: 16px !important;
  }
}

.rcIdealTitle {
  font-size: 36px;
  font-weight: 300;
  color: #005378;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcIdealTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rcIdealTitle {
    font-size: 22px;
  }
}

.rcIdealItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.5em;
  margin-bottom: 2em;
}
.rcIdealItem:last-child {
  margin-bottom: 0;
}

.rcIdealItemNum {
  font-size: 26px;
  font-weight: 300;
  color: #005378;
  position: relative;
  padding-left: 0.5em;
}
.rcIdealItemNum:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: rgba(0, 191, 225, 0.15);
  left: 0;
  top: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcIdealItemNum {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rcIdealItemNum {
    font-size: 18px;
  }
}

.rcIdealItemTitle {
  font-size: 24px;
  color: #005378;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcIdealItemTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rcIdealItemTitle {
    font-size: 17px;
  }
}

.rcIdealItemText {
  font-size: 16px;
  color: #005378;
  line-height: 2;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcIdealItemText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rcIdealItemText {
    font-size: 14px;
  }
}

.rcIdealPhotos {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rcIdealPhotos img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rcIdealPhotos {
    width: 100%;
  }
}

.rcIdealDiagram {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5em;
}

.rcFuture {
  position: relative;
  background: url("../img/recruit/hatarakikata-bg.jpg") center/cover no-repeat;
}
.rcFuture::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: rgba(218, 238, 245, 0.85);
}
.rcFuture > * {
  position: relative;
  z-index: 1;
}

.rcFutureTitle {
  font-size: 48px;
  font-weight: 300;
  color: #005378;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcFutureTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .rcFutureTitle {
    font-size: 28px;
  }
}

.rcFutureFlow {
  display: block;
  margin-bottom: 2em;
}
.rcFutureFlow img {
  width: 100%;
  height: auto;
  display: block;
}

.rcFutureLead {
  text-align: center;
}
.rcFutureLead p {
  line-height: 2;
  margin: 0;
}

.rcCharmBanner {
  position: relative;
  background: url("../img/recruit/miryoku-bg.jpg") center/cover no-repeat #005378;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rcCharmBanner::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 225, 0.7) 0%, rgba(0, 83, 120, 0.6) 100%);
  background: linear-gradient(135deg, rgba(0, 191, 225, 0.7) 0%, rgba(0, 83, 120, 0.6) 100%);
}
@media only screen and (max-width: 767px) {
  .rcCharmBanner {
    height: 300px;
  }
}

.rcCharmBannerInner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rcCharmBannerTitle {
  color: #ffffff;
  letter-spacing: 0.1em;
}

.rcValueLead p {
  line-height: 2;
  margin: 0;
}

.rcValueCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  background: url(../img/recruit/shinka-bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .rcValueCards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rcValueCard {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  padding: 2.5em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .rcValueCard {
    padding-inline: 1em;
  }
}
.rcValueCard:nth-child(1) {
  border-right: solid 5px #fff;
}
@media only screen and (max-width: 767px) {
  .rcValueCard:nth-child(1) {
    border-right: none;
    border-bottom: solid 5px #fff;
  }
}
.rcValueCard:nth-child(2) {
  border-right: solid 5px #fff;
}
@media only screen and (max-width: 767px) {
  .rcValueCard:nth-child(2) {
    border-right: none;
    border-bottom: solid 5px #fff;
  }
}

.rcValueCardTitle {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.6em;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcValueCardTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .rcValueCardTitle {
    font-size: 28px;
    letter-spacing: 0;
  }
}

.rcValueCardText {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcValueCardText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .rcValueCardText {
    font-size: 14px;
  }
}

.rcMemberLabel {
  font-size: 23px !important;
  color: #005378;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcMemberLabel {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcMemberLabel {
    font-size: 16px !important;
  }
}

.rcWorkspaceLabel {
  font-size: 23px !important;
  color: #005378;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcWorkspaceLabel {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcWorkspaceLabel {
    font-size: 16px !important;
  }
}

.rcWorkspaceTitle {
  font-size: 36px;
  font-weight: 300;
  color: #005378;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcWorkspaceTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rcWorkspaceTitle {
    font-size: 22px;
  }
}

.rcWorkspaceGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4em 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2em 1.4em;
}
@media only screen and (max-width: 767px) {
  .rcWorkspaceGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}

.rcWorkspaceItem {
  margin: 0;
}
.rcWorkspaceItem img {
  width: 100%;
  height: auto;
  display: block;
}
.rcWorkspaceItem figcaption {
  color: #005378;
  margin-top: 0.5em;
}

.rcTrainingLabel {
  font-size: 23px !important;
  color: #005378;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcTrainingLabel {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcTrainingLabel {
    font-size: 16px !important;
  }
}

.rcTrainingTitle {
  font-size: 36px;
  font-weight: 300;
  color: #005378;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcTrainingTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .rcTrainingTitle {
    font-size: 22px;
  }
}

.rcTrainingPhoto img {
  width: 100%;
  height: auto;
  display: block;
}

.rcTrainingText {
  margin-bottom: 2.5em;
}
.rcTrainingText p {
  line-height: 2;
  margin: 0;
}

.rcTrainingGraph {
  margin-top: -10em;
}
@media only screen and (max-width: 767px) {
  .rcTrainingGraph {
    margin-top: 0;
  }
}
.rcTrainingGraph img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .rcTrainingGraphScroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rcTrainingGraphScroll img {
    width: 600px;
    min-width: 600px;
  }
}

.rcData {
  position: relative;
  background: url("../img/recruit/data-bg.jpg") center/cover no-repeat;
  padding: 5em 0;
  overflow: hidden;
}
.rcData::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 225, 0.85) 0%, rgba(0, 83, 120, 0.8) 100%);
  background: linear-gradient(135deg, rgba(0, 191, 225, 0.85) 0%, rgba(0, 83, 120, 0.8) 100%);
}
.rcData > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .rcData {
    padding: 3em 0;
  }
}

.rcDataTitle {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.2em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcDataTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .rcDataTitle {
    font-size: 28px;
  }
}

.rcDataSlider {
  overflow: visible;
}
.rcDataSlider .swiper-slide {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rcDataCircle {
  width: 330px;
  height: 330px;
  background: #ffffff;
  border-radius: 50%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcDataCircle {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .rcDataCircle {
    width: 220px;
    height: 220px;
    padding: 1em;
  }
}

.rcDataNum {
  font-family: "Gen Interface JP", sans-serif;
  font-size: 100px;
  font-weight: 300;
  color: #005378;
  line-height: 1;
  margin: 0 0 0.15em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcDataNum {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .rcDataNum {
    font-size: 56px;
  }
}
.rcDataNum * {
  line-height: 1;
}

.rcDataNumText {
  font-size: 55px;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcDataNumText {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .rcDataNumText {
    font-size: 34px;
  }
}

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

.rcDataUnitSub {
  font-size: 0.35em;
  font-weight: 400;
}

.rcDataLabel {
  color: #005378;
  line-height: 1.5;
  margin: 0;
}
.rcDataLabel small {
  font-size: 0.85em;
  color: #666;
}

.rcDataNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

.rcRequirementLabel {
  margin-bottom: 0.3em;
}

.rcRequirementTitle {
  font-size: 36px !important;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcRequirementTitle {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcRequirementTitle {
    font-size: 22px !important;
  }
}

.rcRequirementAccordion dl {
  margin: 0 0 1em;
}
.rcRequirementAccordion dl:last-child {
  margin-bottom: 0;
}

.rcRequirementDt {
  background: #00bfe1;
  border-left: 6px solid #005378;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  padding: 0.5em 1em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.rcRequirementDt:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcRequirementDt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) and (min-width: 767px) and (max-width: 959px) {
  .rcRequirementDt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) and (max-width: 767px) {
  .rcRequirementDt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .rcRequirementDt {
    font-size: 19px;
  }
}

.rcRequirementArrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: -0.3em;
}
.open .rcRequirementArrow {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0.3em;
}
@media only screen and (max-width: 767px) {
  .rcRequirementArrow {
    width: 14px;
    height: 14px;
  }
}

.rcRequirementDd {
  display: none;
  padding: 2em 1.5em;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .rcRequirementDd {
    padding: 1.5em 1em;
  }
}

.rcRequirementTable {
  width: 100%;
  border-collapse: collapse;
}
.rcRequirementTable tr {
  border-bottom: 1px solid #ddd;
}
.rcRequirementTable th,
.rcRequirementTable td {
  padding: 1em 0.5em;
  color: #005378;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
}
.rcRequirementTable th {
  width: 140px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .rcRequirementTable th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .rcRequirementTable td {
    display: block;
    width: 100%;
    padding-top: 0.3em;
  }
}

.rcBenefitList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rcBenefitList li {
  position: relative;
  padding-left: 1em;
}
.rcBenefitList li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.rcQaSecLabel {
  font-size: 23px !important;
  color: #005378;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}

.rcQaSecTitle {
  color: #005378;
  font-size: 36px !important;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcQaSecTitle {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  .rcQaSecTitle {
    font-size: 22px !important;
  }
}

.rcQaItem {
  margin-bottom: 2.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.5em;
}
.rcQaItem:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.rcQaQ,
.rcQaA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .rcQaQ,
  .rcQaA {
    gap: 0.7em;
  }
}

.rcQaQ {
  margin-bottom: 1em;
}

.rcQaLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .rcQaLabel {
    font-size: 14px;
  }
}

.rcQaLabelQ {
  background: #005378;
}

.rcQaLabelA {
  background: #00bfe1;
}

.rcQaText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #005378;
  line-height: 2;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .rcQaText {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) and (min-width: 767px) and (max-width: 959px) {
  .rcQaText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) and (max-width: 767px) {
  .rcQaText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .rcQaText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) and (max-width: 959px) {
  .rcQaText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .rcQaText {
    font-size: 14px;
  }
}
.rcQaText p {
  margin: 0;
}

.rcQaQ .rcQaText {
  font-weight: 700;
  padding-top: 0.2em;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .rcQaQ .rcQaText {
    font-size: 16px;
  }
}

.rcQaA .rcQaText {
  padding-top: 0.2em;
}

.topContact--recruit {
  background-image: url("../img/recruit/cta-bg.jpg");
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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;
  }
}
/*==================================================
 * TOP page
 * 株式会社奥野組
 *================================================*/
.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeader .siteHeaderInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  height: 80px;
  gap: 40px;
}
.siteHeader .siteHeaderLogo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
}
.siteHeader .siteHeaderLogo a {
  position: relative;
  display: block;
  line-height: 1;
}
.siteHeader .siteHeaderLogo img {
  height: 40px;
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .siteHeader .siteHeaderLogo img {
    height: unset;
    width: 200px;
  }
}
.siteHeader .siteHeaderLogo .siteHeaderLogoImg {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.siteHeader .siteHeaderLogo .siteHeaderLogoImgDark {
  opacity: 0;
}
.siteHeader .siteHeaderLogo .siteHeaderLogoImgWhite {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.siteHeader .siteHeaderNav .siteHeaderNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 36px;
}
.siteHeader .siteHeaderNav .siteHeaderNavItem a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.siteHeader .siteHeaderNav .siteHeaderNavItem a:hover {
  color: #00bfe1;
}
.siteHeader .siteHeaderRecruit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00bfe1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  width: 160px;
  height: 38px;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.siteHeader .siteHeaderRecruit:hover {
  background: #00a8c8;
}
.siteHeader.fixed {
  background: #ffffff;
}
.siteHeader.fixed .siteHeaderLogoImgDark {
  opacity: 1;
}
.siteHeader.fixed .siteHeaderLogoImgWhite {
  opacity: 0;
}
.siteHeader.fixed .siteHeaderHamburger span {
  background: #222222;
}
.siteHeader.fixed .siteHeaderNavItem a {
  color: #222222;
}
.siteHeader.fixed .siteHeaderNavItem a:hover {
  color: #00bfe1;
}
.siteHeader .siteHeaderHamburger {
  display: none;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .siteHeader .siteHeaderLogo img {
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .siteHeader .siteHeaderInner {
    padding: 0 20px;
    height: 60px;
    gap: 0;
  }
  .siteHeader .siteHeaderNav {
    display: none;
  }
  .siteHeader .siteHeaderRecruit {
    display: none;
  }
  .siteHeader .siteHeaderHamburger {
    position: relative;
    top: auto;
    right: auto;
    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;
    gap: 6px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .siteHeader .siteHeaderHamburger span {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    -webkit-transition: background 0.2s, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: background 0.2s, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: background 0.2s, transform 0.3s ease, opacity 0.3s ease;
    transition: background 0.2s, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .siteHeader .siteHeaderHamburger.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .siteHeader .siteHeaderHamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .siteHeader .siteHeaderHamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

.spNav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNav {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #ffffff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    z-index: 99;
    overflow-y: auto;
  }
}

.spNavInner {
  padding: 32px 24px;
}

.spNavList {
  list-style: none;
}

.spNavItem {
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}
.spNavItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 4px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.08em;
}
.spNavItem a::after {
  content: "→";
  color: #00bfe1;
  font-size: 14px;
}

html.open {
  overflow: hidden;
}
html.open .spNav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.topFvStage {
  position: relative;
}

.topFv {
  position: relative;
  height: 100vh;
}
.topFv.topFv--2 {
  height: 130vh;
}
.topFv > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.topFvTitle {
  position: fixed;
  top: 50vh;
  left: 10vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.topFvTitle.is-dark {
  color: #005378;
}

.topFvLead {
  position: absolute;
  top: 50%;
  right: 8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(520px, 42vw);
}
.topFvLead p {
  margin: 0 0 1.2em;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2;
  font-weight: 500;
  color: #005378;
}
.topFvLead p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .topFvTitle {
    display: none;
  }
  .topFv--1 {
    height: 50vh;
  }
  .topFv--1::after {
    content: "川の恵みを、\a未来へつなぐ";
    white-space: pre;
    position: absolute;
    z-index: 2;
    left: 7vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 8vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #fff;
  }
  .topFv--2 {
    height: auto !important;
  }
  .topFvLead {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    padding: 4em 15px;
  }
  .topFvLead p {
    font-size: 3.6vw;
    line-height: 2;
  }
}
.topServiceHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topServiceHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.topService {
  overflow: hidden;
  position: relative;
}

.topServiceHeadImage {
  position: absolute;
  right: max(0px, (100% - 1110px) / 2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 990px;
}
@media only screen and (max-width: 767px) {
  .topServiceHeadImage {
    position: relative;
    right: unset;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
    width: 180%;
    max-width: unset;
    margin-left: -60%;
    margin-top: -10%;
  }
}

#technology {
  background: url(../img/top/bg-tech.jpg) no-repeat center/cover;
}
#technology .secBtn {
  border: solid 2px #fff;
}

.topTechWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .topTechWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.topTechImage {
  width: 41.4414414414%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .topTechImage {
    width: 100%;
  }
}

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

.topRecruitWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topRecruitWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.topRecruitContent {
  width: 73.1531531532%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .topRecruitContent {
    width: 100%;
  }
}

.topRecruitImage {
  margin-left: -450px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topRecruitImage {
    margin-left: auto;
  }
}

.topInitiative {
  background: #edfafd;
}

.topInitiativeHead {
  margin-bottom: 2em;
}

.topInitiativeSlider {
  overflow: hidden;
  padding-bottom: 48px;
}
.topInitiativeSlider .swiper-slide {
  height: auto;
}

.topInitiativeCard {
  background: #ffffff;
  padding: 2em;
  text-align: center;
  height: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topInitiativeCard {
    padding: 24px 16px 20px;
    border-radius: 10px;
  }
}

.topInitiativeLogo {
  width: 80%;
  aspect-ratio: 1/0.75;
  margin-bottom: 2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.topInitiativeLogo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.topInitiativeCard h3 {
  font-weight: 700;
  color: #005378;
  margin: 0 0 12px;
  line-height: 1.5;
  font-size: 24px;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInitiativeCard h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topInitiativeCard h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .topInitiativeCard h3 {
    margin-bottom: 8px;
  }
}

.topInitiativeCard h3 {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topInitiativeCard p {
  width: 100%;
  text-align: left;
}

.topInitiativeCard p {
  line-height: 1.85;
  color: #666666;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topInitiativeCard p {
    font-size: 11.5px;
    line-height: 1.7;
  }
}

.topInitiativeNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}

/*==================================================
 * 事業内容ページ
 * 株式会社奥野組
 *================================================*/
.svcCnt {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.svcBannerTitle {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcBannerTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .svcBannerTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .svcBannerTitle {
    font-size: 2.6em;
  }
}

.svcHeader {
  position: relative;
  background: url("../img/service/header-bg.jpg") center/cover no-repeat #005378;
  padding: 16em 0;
  color: #ffffff;
}
.svcHeader::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
  background: linear-gradient(135deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .svcHeader {
    padding: 120px 0 40px;
  }
}

.svcHeaderInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}

.svcMessageTitle {
  font-size: 48px;
  font-weight: 300;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcMessageTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .svcMessageTitle {
    font-size: 28px;
  }
}

.svcMessageInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .svcMessageInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.svcMessageContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.svcMessageContent p {
  font-size: 18px;
  line-height: 2.1;
  color: #005378;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcMessageContent p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcMessageContent p {
    font-size: 16px;
  }
}

.svcMessageImage {
  width: 32%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.svcMessageImage img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .svcMessageImage {
    width: 200px;
    margin: 0 auto;
  }
}

.svcMessageSign {
  display: block;
  width: 70%;
  margin: 16px auto 0;
}

.svcWork {
  padding: clamp(60px, 10vw, 120px) 0;
  background: #ffffff;
}

.svcWorkIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .svcWorkIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.svcWorkIntroText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.svcWorkTitle {
  font-size: 48px;
  font-weight: 400;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkTitle {
    font-size: 28px;
  }
}

.svcWorkLead {
  font-size: 18px;
  line-height: 2.1;
  color: #005378;
  max-width: 500px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkLead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkLead {
    font-size: 16px;
  }
}

.svcWorkCategories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .svcWorkCategories {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.svcWorkCat {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #00bfe1;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #005378;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .svcWorkCat {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    aspect-ratio: 1;
    height: auto;
  }
}
.svcWorkCat rt {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkCat rt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkCat rt {
    font-size: 11px;
  }
}

.svcWorkDetail {
  padding-bottom: clamp(60px, 10vw, 120px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .svcWorkDetail {
    margin-left: 0;
    margin-right: 0;
  }
}

.svcWorkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.svcWorkItem:last-child {
  margin-bottom: 0;
}
.svcWorkItem.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .svcWorkItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px;
  }
  .svcWorkItem.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.svcWorkItemImage {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.svcWorkItemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .svcWorkItemImage {
    width: 100%;
    height: 240px;
  }
}

.svcWorkItemContent {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  padding: 48px 60px;
}
@media only screen and (max-width: 767px) {
  .svcWorkItemContent {
    width: 100%;
    padding: 24px 20px;
  }
}

.svcWorkItemLabel {
  font-size: 21px;
  color: #005378;
  padding-left: 16px;
  border-left: 3px solid #005378;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkItemLabel {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkItemLabel {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkItemLabel {
    padding-left: 0.8em;
  }
}
.svcWorkItemLabel rt {
  font-size: 10px;
}

.svcWorkItemTitle {
  font-size: 34px;
  font-weight: 300;
  color: #005378;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkItemTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkItemTitle {
    font-size: 21px;
  }
}

.svcWorkItemText {
  font-size: 18px;
  line-height: 2.1;
  color: #005378;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcWorkItemText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcWorkItemText {
    font-size: 16px;
  }
}

.svcOutline {
  position: relative;
  background: url("../img/service/outline-bg.jpg") center/cover no-repeat #005378;
  color: #ffffff;
  padding: clamp(60px, 10vw, 120px) 0;
}
.svcOutline::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 83, 120, 0.85);
}

.svcOutlineInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media only screen and (max-width: 767px) {
  .svcOutlineInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.svcOutlineHeader {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.svcOutlineTitle {
  font-size: 34px;
  font-weight: 400;
  margin-top: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcOutlineTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .svcOutlineTitle {
    font-size: 21px;
  }
}

.svcOutlineTable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.svcOutlineTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 12px 0;
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcOutlineTable dl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcOutlineTable dl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcOutlineTable dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}
.svcOutlineTable dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  white-space: nowrap;
}
.svcOutlineTable dt::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 16px;
  min-width: 20px;
}
@media only screen and (max-width: 767px) {
  .svcOutlineTable dt::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .svcOutlineTable dt {
    white-space: normal;
  }
}
.svcOutlineTable dd {
  width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .svcOutlineTable dd {
    width: 100%;
    padding-left: 0;
  }
}

.svcHistory {
  background: #f5f5f5;
}

.svcHistoryTitle {
  font-size: 34px;
  font-weight: 300;
  color: #005378;
  margin-top: 12px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcHistoryTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .svcHistoryTitle {
    font-size: 21px;
  }
}

.svcHistoryGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 32px auto 32px auto;
  grid-template-rows: auto auto auto;
  gap: 32px 48px;
}

.svcHistoryGrid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.svcHistoryGrid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.svcHistoryGrid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.svcHistoryGrid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.svcHistoryGrid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.svcHistoryGrid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.svcHistoryGrid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.svcHistoryGrid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.svcHistoryGrid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media only screen and (max-width: 767px) {
  .svcHistoryGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.svcHistoryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.svcHistoryItem:not(:nth-child(n+7)) .svcHistoryCircle::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 100%;
  width: 1px;
  height: 42px;
  background: #00bfe1;
}
@media only screen and (max-width: 767px) {
  .svcHistoryItem:not(:last-child) .svcHistoryCircle::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 80px;
    width: 1px;
    height: 24px;
    background: #00bfe1;
  }
}

.svcHistoryCircle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00bfe1;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcHistoryCircle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .svcHistoryCircle {
    font-size: 14px;
  }
}
.svcHistoryCircle.--current {
  background: #005378;
}
@media only screen and (max-width: 767px) {
  .svcHistoryCircle {
    width: 80px;
    height: 80px;
  }
}

.svcHistoryText {
  font-size: 18px;
  color: #005378;
  line-height: 1.6;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcHistoryText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcHistoryText {
    font-size: 16px;
  }
}

.svcTrustHeader {
  position: relative;
  background: url("../img/service/trust-bg.jpg") center/cover no-repeat #005378;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.svcTrustHeader::before {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
  background: linear-gradient(135deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .svcTrustHeader {
    height: 300px;
  }
}

.svcTrustHeaderInner {
  position: relative;
  z-index: 1;
}

.svcTrustHeaderTitle {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .svcTrustHeaderTitle {
    font-size: 2.6em;
  }
}

.svcTrust {
  background: #efefef;
}

.svcTrustTitle {
  font-size: 42px;
  font-weight: 300;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustTitle {
    font-size: 24px;
  }
}

.svcTrustLead {
  font-size: 18px;
  line-height: 2;
  color: #005378;
  margin-bottom: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustLead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustLead {
    font-size: 16px;
  }
}

.svcTrustStats {
  border: 1px solid #ddd;
  margin-bottom: 32px;
}

.svcTrustStatsLabel {
  font-size: 24px;
  text-align: center;
  padding: 0.6em 1em;
  background: #005378;
  color: #ffffff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustStatsLabel {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustStatsLabel {
    font-size: 17px;
  }
}

.svcTrustStatsContent {
  padding: 2.5em 1.5em;
  background-color: #fff;
}
.svcTrustStatsContent img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 720px;
}
@media only screen and (max-width: 767px) {
  .svcTrustStatsContent {
    padding: 1em;
  }
}

.svcCountUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4em;
  padding: 1em 1em 1.2em;
  background: #fff;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .svcCountUp {
    gap: 8px;
    padding: 0.8em 0.5em 1em;
  }
}

.svcCountUpItem {
  text-align: center;
  /* flex: 1; */
}

.svcCountUpTitle {
  font-size: 24px;
  color: #005378;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0.2em;
  border-bottom: 2px solid #005378;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcCountUpTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .svcCountUpTitle {
    font-size: 17px;
  }
}

.svcCountUpNum {
  font-family: "Gen Interface JP", sans-serif;
  font-size: 108px;
  font-weight: 700;
  color: #005378;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  white-space: nowrap;
}
.svcCountUpNum * {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .svcCountUpNum {
    font-size: 56px;
  }
}

.svcCountUpPrefix {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  vertical-align: 0.85em;
  margin-right: 0.05em;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .svcCountUpPrefix {
    font-size: 12px;
  }
}

.svcCountUpUnit {
  font-size: 0.45em;
  font-weight: 700;
}

.svcCountUpNote {
  font-size: 14px;
  color: #005378;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcCountUpNote {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .svcCountUpNote {
    font-size: 13px;
  }
}

.svcTrustRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.svcTrustRow:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .svcTrustRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.svcTrustBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ddd;
  overflow: hidden;
}

.svcTrustBoxTitle {
  font-size: 24px;
  color: #ffffff;
  background: #005378;
  padding: 0.6em 1em;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustBoxTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustBoxTitle {
    font-size: 17px;
  }
}

.svcTrustBoxBody {
  padding: 1.5em;
  background-color: #fff;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .svcTrustBoxBody {
    padding: 1.25em 1em;
  }
}

.svcTrustBoxText {
  font-size: 18px;
  line-height: 1.8;
  color: #005378;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustBoxText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustBoxText {
    font-size: 16px;
  }
}

.svcTrustBoxNote {
  font-size: 14px;
  line-height: 1.6;
  color: #005378;
  margin-top: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustBoxNote {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustBoxNote {
    font-size: 13px;
  }
}

.svcTrustBoxBody img {
  width: 100%;
  height: auto;
  display: block;
}

.svcTrustRanking {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.svcTrustRanking li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #005378;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustRanking li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustRanking li {
    font-size: 16px;
  }
}

.svcTrustRankYear {
  font-size: 14px;
  color: #005378;
  background: #f0f2f4;
  border-radius: 40px;
  padding: 0.5em 0;
  white-space: nowrap;
  width: 8em;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustRankYear {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustRankYear {
    font-size: 13px;
  }
}

.svcTrustRankNum {
  font-family: "Gen Interface JP", sans-serif;
  font-size: 48px;
  color: #005378;
  line-height: 1;
  width: 1.6em;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .svcTrustRankNum {
    font-size: 36px;
  }
}

.svcTrustRankSuffix {
  font-size: 18px;
  color: #005378;
  width: 2em;
  text-align: left;
  padding-left: 0.2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustRankSuffix {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustRankSuffix {
    font-size: 16px;
  }
}

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

.svcTrustAchieve {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svcTrustAchieve li {
  padding: 0.25em 0 0.25em 1.2em;
  position: relative;
  font-size: 18px;
  color: #005378;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcTrustAchieve li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcTrustAchieve li {
    font-size: 16px;
  }
}
.svcTrustAchieve li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #005378;
  font-size: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.svcSafetyHeader {
  position: relative;
  background: url("../img/service/safety-bg.jpg") center/cover no-repeat #005378;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.svcSafetyHeader::before {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
  background: linear-gradient(135deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .svcSafetyHeader {
    height: 300px;
  }
}

.svcSafetyHeaderInner {
  position: relative;
  z-index: 1;
}

.svcSafetyHeaderTitle {
  color: #ffffff;
}

.svcSafety {
  background: #ffffff;
}

.svcSafetyTitle {
  font-size: 34px;
  font-weight: 400;
  color: #005378;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetyTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyTitle {
    font-size: 21px;
  }
}

.svcSafetyLead {
  margin-bottom: 48px;
}
.svcSafetyLead p {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetyLead p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyLead p {
    font-size: 16px;
  }
}

.svcSafetyBlock {
  margin-bottom: 48px;
}
.svcSafetyBlock:last-child {
  margin-bottom: 0;
}

.svcSafetySubTitle {
  font-size: 24px;
  font-weight: normal;
  color: #005378;
  background: #efefef;
  padding: 0.6em 1em;
  border-left: 4px solid #00bfe1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetySubTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetySubTitle {
    font-size: 17px;
  }
}

.svcSafetyBlockBody p {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetyBlockBody p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyBlockBody p {
    font-size: 16px;
  }
}

.svcSafetyTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.svcSafetyTag {
  font-size: 20px;
  font-size: 18px;
  color: #005378;
  font-weight: normal;
  background: #ddf2f7;
  padding: 0.6em 1em;
  border-radius: 40px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetyTag {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyTag {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyTag {
    padding: 0.5em 1em;
  }
}

.svcSafetyClosing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .svcSafetyClosing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.svcSafetyClosingText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #005378;
}
.svcSafetyClosingText p {
  font-size: 18px;
  line-height: 2.1;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcSafetyClosingText p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .svcSafetyClosingText p {
    font-size: 16px;
  }
}

.svcSafetyClosingImage {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.svcSafetyClosingImage img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .svcSafetyClosingImage {
    width: 100%;
  }
}

.svcBreadcrumb {
  padding: 16px 0;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svcBreadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .svcBreadcrumb {
    font-size: 14px;
  }
}
.svcBreadcrumb a {
  text-decoration: none;
}
.svcBreadcrumb a:hover {
  color: #00bfe1;
}

/*==================================================
 * 技術紹介ページ
 * 株式会社奥野組
 *================================================*/
.tcCnt {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.tcBannerTitle {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcBannerTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tcBannerTitle {
    font-size: 28px;
  }
}

.tcHeader {
  position: relative;
  background: url("../img/technology/fv.jpg") center/cover no-repeat #005378;
  padding: 16em 0;
  color: #ffffff;
}
.tcHeader::before {
  /* content: ""; */
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
  background: linear-gradient(135deg, rgba(0, 83, 120, 0.6) 0%, rgba(0, 191, 225, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .tcHeader {
    padding: 120px 0 40px;
  }
}

.tcHeaderInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}

.tcBreadcrumb {
  padding: 16px 0;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcBreadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tcBreadcrumb {
    font-size: 14px;
  }
}
.tcBreadcrumb a {
  text-decoration: none;
}
.tcBreadcrumb a:hover {
  color: #00bfe1;
}

.tcSectionLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5em;
}

.tcLabelBar {
  width: 4px;
  height: 1.2em;
  background: #00bfe1;
  display: block;
}

.tcLabelText {
  font-size: 21px;
  /* font-weight: 300; */
  color: #005378;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcLabelText {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tcLabelText {
    font-size: 16px;
  }
}

.tcSectionLead p {
  font-size: 18px;
  color: #005378;
  line-height: 2;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcSectionLead p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSectionLead p {
    font-size: 16px;
  }
}

.tcSmartHeader {
  padding: 4em 0 3em;
  text-align: center;
  margin-top: clamp(60px, 10vw, 120px);
  position: relative;
}
.tcSmartHeader:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/technology/smart-bg.jpg) no-repeat center/cover;
  height: 200%;
  z-index: -1;
}

.tcSmartHeaderTitle {
  font-size: 56px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcSmartHeaderTitle {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartHeaderTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartHeaderTitle {
    font-size: 2.3em;
  }
}

.tcSmartCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .tcSmartCards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
}

.tcSmartCard {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.tcSmartCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 225, 0.15) 50%, transparent 50%);
  background: linear-gradient(135deg, rgba(0, 191, 225, 0.15) 50%, transparent 50%);
}

.tcSmartCardBody {
  padding: 0.2em 1em 1.5em;
}

.tcSmartCardNum {
  font-size: 24px;
  font-weight: 300;
  color: #00bfe1;
  margin-bottom: 8px;
  text-align: left;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcSmartCardNum {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartCardNum {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartCardNum {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.tcSmartCardTitle {
  font-size: 28px;
  font-weight: 300;
  color: #005378;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcSmartCardTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartCardTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartCardTitle {
    font-size: 22px;
  }
}

.tcSmartCardText {
  font-size: 16px;
  color: #005378;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcSmartCardText {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tcSmartCardText {
    font-size: 14px;
  }
}

.tcSmartCardImage img {
  width: 100%;
  height: auto;
  display: block;
}

.tcQualification {
  margin-top: 48px;
  border: 1px solid #005378;
}

.tcQualificationHeader {
  background: #005378;
  padding: 0.8em 1.5em;
  text-align: center;
}
.tcQualificationHeader p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcQualificationHeader p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tcQualificationHeader p {
    font-size: 16px;
  }
}

.tcQualificationBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .tcQualificationBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tcQualificationList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 1.5em 2em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (max-width: 767px) {
  .tcQualificationList {
    padding: 1.5em 1em;
  }
}
.tcQualificationList li {
  font-size: 16px;
  color: #005378;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcQualificationList li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tcQualificationList li {
    font-size: 14px;
  }
}
.tcQualificationList li::before {
  content: "・";
}

.tcQualificationPhoto {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tcQualificationPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tcQualificationPhoto {
    width: 100%;
    height: 250px;
  }
}

.tcEquipHero {
  margin-top: 48px;
}
.tcEquipHero img {
  width: 100%;
  height: auto;
  display: block;
}

.tcEquipHeading {
  font-size: 48px;
  font-weight: 300;
  color: #005378;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcEquipHeading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tcEquipHeading {
    font-size: 28px;
  }
}

.tcEquipList {
  position: relative;
  padding: 3em 0;
}
.tcEquipList::before {
  content: "";
  display: block;
  position: absolute;
  background: #e8f4f8;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.tcEquipItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}
.tcEquipItem:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tcEquipItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tcEquipItemBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tcEquipItemNum {
  font-size: 36px;
  font-weight: 300;
  color: #00bfe1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcEquipItemNum {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .tcEquipItemNum {
    font-size: 22px;
  }
}
.tcEquipItemNum span {
  font-weight: 300;
  color: #005378;
}

.tcEquipItemDetails {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tcEquipItemDetails li {
  font-size: 16px;
  color: #005378;
  line-height: 1.8;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcEquipItemDetails li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tcEquipItemDetails li {
    font-size: 14px;
  }
}
.tcEquipItemDetails li::before {
  content: "●";
  color: #005378;
  margin-right: 0.2em;
}

.tcEquipItemPhoto {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tcEquipItemPhoto img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .tcEquipItemPhoto {
    width: 100%;
  }
}

.tcVoiceBanner {
  position: relative;
  background: url("../img/technology/voice-bg.jpg") center/cover no-repeat #005378;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tcVoiceBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 225, 0.7) 0%, rgba(0, 83, 120, 0.6) 100%);
  background: linear-gradient(135deg, rgba(0, 191, 225, 0.7) 0%, rgba(0, 83, 120, 0.6) 100%);
}
@media only screen and (max-width: 767px) {
  .tcVoiceBanner {
    height: 300px;
  }
}

.tcVoiceBannerInner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tcVoiceBannerTitle {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .tcVoiceBannerTitle {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tcVoiceBannerTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .tcVoiceBannerTitle {
    font-size: 2.6em;
  }
}

.tcVoiceHero {
  /* .secVoiceHero を併用 */
}

.tcVoiceHeroContent {
  /* .secVoiceHeroContent を併用 */
}

.tcVoiceTitle {
  /* .secVoiceTitle を併用 */
}

.tcVoiceNameTag {
  /* .secVoiceNameTag を併用 */
}

.tcVoiceHeroPhoto {
  /* .secVoiceHeroPhoto を併用 */
}

.tcVoiceBody {
  /* .secVoiceBody を併用 */
}

.tcVoiceBodyPhoto {
  /* .secVoiceBodyPhoto を併用 */
}

.tcVoiceBodyContent {
  /* .secVoiceBodyContent を併用 */
}

.tcVoiceTopic {
  /* .secVoiceTopic を併用 */
}

.tcVoiceTopicTitle {
  /* .secVoiceTopicTitle を併用 */
}

.tcVoiceTopicText {
  /* .secVoiceTopicText を併用 */
}