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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&display=swap");
.mainColor {
  color: #ed8b66;
}

.bgMainColor {
  background-color: #ed8b66;
}

.mainColorDeep {
  color: #e05505;
}

.bgMainColorDeep {
  background-color: #e05505;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: rgba(238, 140, 102, 0.1);
}

.bgMainColorLight {
  background-color: rgba(238, 140, 102, 0.1);
}

.mainColorExLight {
  color: #edf0f1;
}

.bgMainColorExLight {
  background-color: #edf0f1;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #f4aa33;
}

.bgSubColor {
  background-color: #f4aa33;
}

.subColorDeep {
  color: #f6d590;
}

.bgSubColorDeep {
  background-color: #f6d590;
}

.subColorLight {
  color: rgba(245, 171, 51, 0.1);
}

.bgSubColorLight {
  background-color: rgba(245, 171, 51, 0.1);
}

.compColor {
  color: #5cc470;
}

.bgCompColor {
  background-color: #5cc470;
}

.SubCompColor {
  color: #ffb000;
}

.bgSubCompColor {
  background-color: #ffb000;
}

.subCompColorDeep {
  color: #ffa500;
}

.grayColor {
  color: #8a8a8a;
}

.bgGrayColor {
  background-color: #8a8a8a;
}

.grayColorLight {
  color: #ececec;
}

.bgGrayColorLight {
  background-color: #ececec;
}

.bgGrayColorExLight {
  background-color: #f7f8f8;
}

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

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

.bgBlack {
  background: #000;
}

.bgWhite {
  background: #fff;
}

.bgGrad {
  background: rgb(0, 35, 106);
  background: radial-gradient(circle, rgb(0, 35, 106) 0%, rgb(23, 0, 58) 100%);
}

.bgGradLight {
  background: #fff;
  background: linear-gradient(white 0%, white 50%, #ffe0ae 50%, #ffe0ae 95%, white 95%, white 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

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

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

.fontEnSub {
  font-family: "Mrs Saint Delafield", cursive;
}

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

.zenKakuGothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

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

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheetﾀbｪ^
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.ls_xxl {
  letter-spacing: 0.3em;
}

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

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

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

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

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

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

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

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

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

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

.fs14 {
  font-size: 14px;
}

.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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

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

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

.text-left-sp {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .text-left-sp {
    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;
  }
}

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

p {
  margin-bottom: 10px;
}

.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #ed8b66;
}
.linkA:hover {
  color: #ed8b66;
  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;
  }
}
/*余白*/
.mAuto {
  margin: auto;
}

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

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

.mbs1 {
  margin-bottom: 1%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

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

.justCenter {
  justify-content: center;
}

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

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

.alignCenter {
  align-items: center;
}

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

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

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

.flexWrap {
  flex-wrap: wrap;
}

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row-reverse;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
@media only screen and (min-width: 1281px) {
  .wideNoFluid {
    width: 100%;
    margin: auto;
    max-width: 1500px;
  }
}

.cnt {
  width: 100%;
  max-width: 1160px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1441px) {
  .cnt {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

.w100 {
  width: 100%;
}

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

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

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

.cntXl {
  max-width: 1080px;
}

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

@media only screen and (max-width: 767px) {
  .cntFluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

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

.paddingS {
  padding-top: 7%;
  padding-bottom: 7%;
}
@media only screen and (max-width: 767px) {
  .paddingS {
    padding-top: 14%;
    padding-bottom: 14%;
  }
}

.paddingW {
  padding-top: 20%;
  padding-bottom: 20%;
}

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

.marginW {
  margin-top: 20%;
  margin-bottom: 20%;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

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

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

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

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.titleLine {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #5cc470;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #f4aa33 0%);
}

.titleBd {
  display: inline-block;
}
.titleBd:before {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  position: absolute;
  z-index: 40;
  top: 93%;
  right: 49.7%;
  transform: rotate(50deg);
}
@media only screen and (max-width: 767px) {
  .titleBd:before {
    right: 50.5%;
    top: 91%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .titleBd:before {
    right: 50%;
  }
}
.titleBd:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 16px;
  height: 7px;
  position: absolute;
  z-index: 30;
  bottom: -10%;
  right: 48%;
}
.titleBd.titleBd__main {
  border-bottom: 1px solid #ed8b66;
}
.titleBd.titleBd__main:before {
  background-color: #ed8b66;
}
.titleBd.titleBd__sub {
  border-bottom: 1px solid #f4aa33;
}
.titleBd.titleBd__sub:before {
  background-color: #f4aa33;
}

/*ボタン*/
.btn {
  padding: 0.5em 2.5em 0.5em 2em;
  color: #fff;
  display: inline-block;
  transition: all 0.3s 0s ease;
  background-color: #ed8b66;
  border: 1px solid #ed8b66;
  border-radius: 50px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    min-width: 200px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .btn {
    font-size: 15px;
    min-width: auto;
  }
}
.btn:hover {
  background-color: #fff;
  color: #ed8b66;
}
.btn:hover .arrow:after {
  right: -1.3em;
  border-top: 1px solid #ed8b66;
  border-right: 1px solid #ed8b66;
}
.btn:hover.arrow__about:after {
  right: 1em;
  border-top: 2px solid #ed8b66;
  border-right: 2px solid #ed8b66;
}

.btn__m {
  padding: 0.5em 4.5em 0.5em 4em;
}

.btn__head {
  align-self: center;
  letter-spacing: 0.2em;
  padding: 0.5em 2em;
}
@media only screen and (max-width: 767px) {
  .btn__head {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .btn__head {
    min-width: auto;
    padding: 0.5em 1.5em;
  }
}

.btn__about {
  min-width: 240px;
  padding: 0.5em 4em;
}
@media only screen and (max-width: 767px) {
  .btn__about {
    min-width: 180px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .btn__about {
    min-width: 190px;
    padding: 0.5em 2em;
  }
}

.btn__recruit {
  padding: 0.5em 3.8em 0.5em 3.2em;
}

.btn__subColor {
  background-color: #f4aa33;
}
.btn__subColor:hover {
  color: #f4aa33;
  border: 1px solid #f4aa33;
}

.btn__white {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.btn__white:hover {
  opacity: 0.7;
  color: #000;
}
.btn__white:hover .arrow:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

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

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

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

/*==================================================
 * header
 *================================================*/
.header {
  position: relative;
}

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

html.open {
  overflow-y: hidden;
}

.overRayWrap {
  padding: 100px 15px 50px;
  overflow-y: scroll;
  height: 100%;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: absolute;
  cursor: pointer;
  z-index: 1001;
  right: 0;
  margin-right: 5%;
  top: 5px;
}
.menu-btn span {
  color: #fff;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}

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

.menu-trigger {
  position: relative;
  width: 33px;
  height: 20px;
  z-index: 1001;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.menu-trigger-white {
  background-color: #fff !important;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.menu-trigger span:nth-of-type(4) {
  background: none !important;
}

/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * 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: #ed8b66;
}
.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 #ed8b66;
}

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

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

.mw_wp_form button {
  max-width: 70%;
  color: #fff;
  border-radius: 0;
  background: #deba29;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  border-bottom: solid 1px #ed8b66;
}
.cform th {
  font-size: 14px;
  width: 35%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0 10px 15px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cform th {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.cform th .title {
  width: 72%;
  display: inline-block;
}
@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.5em 1em;
  background-color: #ea4f4f;
  color: #fff;
  border-radius: 3px;
  margin-right: 0;
  width: 4.5em;
  vertical-align: middle;
  display: inline-block;
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
  }
}
.cform td {
  font-size: 14px;
  line-height: 150%;
  padding: 3.5% 0;
}
@media only screen and (max-width: 767px) {
  .cform td {
    padding-bottom: 20px;
  }
}

.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] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 2.5rem;
  background-color: #f7f8f8;
  border: 1px solid transparent;
  border-radius: 5px;
}

.cform input[type=radio] {
  vertical-align: baseline;
}

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

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

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 24px;
  margin: 8% auto 3%;
  background-color: #edf0f1;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  font-size: 21px;
  margin: 4% auto 3%;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #ed8b66;
  padding-bottom: 0.4em;
  color: #ed8b66;
  font-weight: bold;
  font-size: 21px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 15% auto 8%;
    font-size: 16px;
  }
}
.entry table td {
  border-right: 1px solid #d2d3d3;
  border-bottom: 1px solid #d2d3d3;
}
.entry table td:first-child {
  background-color: #f7f8f8;
  color: #515151;
  font-weight: bold;
  border-left: 1px solid #ed8b66;
}
.entry table td:last-child {
  border-right: 1px solid #ed8b66;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.entry table tr:first-child td,
.entry table tr:first-child th {
  background-color: #ed8b66;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #ed8b66;
}
.entry table tr:last-child td {
  border-bottom: 1px solid #ed8b66;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #ed8b66;
  position: absolute;
  left: 0;
  font-weight: 400;
}

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

/*目次*/
.toc_number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #f7f8f8;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #ed8b66;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #ed8b66;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

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

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #ed8b66;
  border-radius: 10px;
  background-color: rgba(238, 140, 102, 0.1);
}

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
@media only screen and (max-width: 767px) {
  .singleColumnArticle {
    margin-bottom: 10%;
  }
}

.singleColumnTitle {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ed8b66;
  padding-bottom: 0.4em;
}
.singleColumnTitle:before {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #ed8b66;
  display: block;
  margin-right: 0.8em;
  max-width: 1.5em;
  width: 100%;
}

.singleColumnInfoUl .cate {
  background-color: #ed8b66;
  border-radius: 25px;
  padding: 0.3em 0.7em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cate {
    padding: 0.1em 0.7em;
  }
}
.singleColumnInfoUl .date {
  color: #8a8a8a;
  margin-right: 1em;
}

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

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

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

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

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

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

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

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

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

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

.singleClumnPreNextDescri {
  color: #727171;
}

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

/*アーカイブページ------------------------------------*/
.articleListCard_img {
  padding-bottom: 66%;
}

.articleListCard_text {
  padding: 2% 0;
  border-bottom: 1px solid #d8d8d8;
  transition: 0.3s;
}

.excerpt {
  color: #777777;
}

.articleListCard {
  margin-bottom: 5%;
}
.articleListCard a:hover .articleListCard_text {
  border-bottom: 1px solid #ed8b66;
}

.articleListCard_infoUl {
  gap: 2em;
}

/*pagination*/
.pagination {
  margin: 1em 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination li {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin: 0 1%;
  background: #fff;
  color: #ed8b66;
}
.pagination li.active {
  cursor: not-allowed;
  color: #fff;
  background: #ed8b66;
  padding: 10px 20px;
}
.pagination li.prev {
  display: none;
}
.pagination li.next {
  display: none;
}
.pagination li a {
  font-family: "Roboto", sans-serif;
  display: block;
  padding: 10px 20px;
  transition: 0.3s;
  border: 2px solid #ed8b66;
}
.pagination li a:hover {
  background: #ed8b66;
  border: 2px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagination li {
    font-size: 1.5rem;
  }
  .pagination li.active {
    padding: 7px 12px;
  }
  .pagination li a {
    padding: 7px 12px;
  }
}

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

span.page-numbers {
  color: #ed8b66;
  font-weight: bold;
}

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

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

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
.sidebarBox .cat-item {
  font-size: 14px;
}
.sidebarBox .cat-item:not(:last-child) {
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
  }
}

.sidebarNewsUl .cat-item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.sidebarNewsUl .cat-item p.mainColor {
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover p.mainColor {
  color: rgba(238, 140, 102, 0.1);
}
.sidebarNewsUl .cat-item .date {
  font-weight: bold;
  color: #ed8b66;
  font-family: "Roboto", sans-serif;
}

.sidebarRankingUl.sidebarNewsUl .cat-item:not(:last-child) {
  padding-bottom: 1rem;
}

.sidebarTitle {
  font-size: 14px;
}

.sidebarTitle__En {
  font-size: 32px;
  color: #ed8b66;
  font-weight: bold;
  margin-right: 0.4em;
  letter-spacing: 0;
}

.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: #ed8b66;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

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

.topLineUpTextTitle {
  font-size: 18px;
  margin-bottom: 0.3em;
}

/* ==========================================================================
                    Author's custom styles
                    ========================================================================== */
/*==================================================
                    * 共通
                    *================================================*/
/*共通部分*/
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-background {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .text-background {
    padding: 3px;
  }
}

.bgCover-pageHead {
  background-color: rgba(0, 0, 0, 0.2);
}

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

.bgCover-serviceMain {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, rgba(238, 140, 102, 0.1) 30%, rgba(238, 140, 102, 0.1) 100%);
}

.bgCover-serviceSub {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, rgba(245, 171, 51, 0.1) 30%, rgba(245, 171, 51, 0.1) 100%);
}

.bgCover-beige {
  width: 100%;
  height: 100%;
  background-color: rgba(157, 115, 51, 0.3);
}

.bgCover-mainColor {
  background-color: rgba(155, 10, 4, 0.7);
  background-blend-mode: multiply;
}

.circleArrow:after {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  font-size: 21px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .circleArrow:after {
    font-size: 17px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .circleArrow:after {
    font-size: 15px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow:after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1em;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.arrow.arrow__black:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.arrow.arrow__about:after {
  right: 1.3em;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.arrow.arrow__qa:after {
  width: 15px;
  height: 15px;
  border-top: 2px solid #ed8b66;
  border-right: 2px solid #ed8b66;
  right: 2em;
}
@media only screen and (max-width: 767px) {
  .arrow.arrow__qa:after {
    right: 1.2em;
  }
}
.arrow.arrow__qa.on:after {
  transform: rotate(135deg);
}

.title-gothic {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 959px) {
  .title-gothic {
    font-size: clamp(24px, 3.7vw, 28px);
  }
}

.slick-next,
.slick-prev {
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .slick-next,
  .slick-prev {
    width: 25px;
    height: 25px;
  }
}
.slick-next:before, .slick-next:after,
.slick-prev:before,
.slick-prev:after {
  content: "";
}

.slick-next {
  border-top: solid 2px #ed8b66;
  border-right: solid 2px #ed8b66;
  right: -5%;
}
@media only screen and (max-width: 959px) {
  .slick-next {
    right: 4%;
  }
}

.slick-prev {
  z-index: 10;
  left: -5%;
  border-bottom: solid 2px #ed8b66;
  border-left: solid 2px #ed8b66;
}
@media only screen and (max-width: 959px) {
  .slick-prev {
    left: 4%;
  }
}

.slider-for .galleryImg {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .slider-for .galleryImg {
    margin-bottom: 0.5em;
  }
}

.slick-slide {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .slick-slide {
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}

.section-lineup {
  overflow: hidden;
}

.gMapFrame iframe {
  width: 100%;
  border-radius: 15px;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .gMapFrame iframe {
    height: 300px;
  }
}

.gmapIframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 959px) {
  .gmapIframe {
    height: 250px;
  }
}

.tag {
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1.2;
  margin-right: 0.5em;
  background-color: #ed8b66;
  border-radius: 50px;
  display: inline-block;
}

.tag__lineupBd {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ed8b66;
  color: #ed8b66;
  padding: 0.3em 1.2em;
}

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

.decoShadow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.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: #ed8b66;
  font-size: 24px;
  position: absolute;
  top: 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;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  transition: 0.3s;
}
.externalLink:hover {
  color: #ed8b66;
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.vertical {
  writing-mode: vertical-rl;
}

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

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

.commonTitleJp,
.commonTitleEn {
  line-height: 1.2;
}

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

.commonTitleEn {
  letter-spacing: 0.2em;
  font-size: 31px;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    font-size: 26px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonTitleEn {
    font-size: 28px;
  }
}

.commonTitleMsg {
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media only screen and (max-width: 959px) {
  .commonTitleMsg {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitleMsg.commonTitleMsg__service {
    font-size: 17px;
  }
}

.commonTitle {
  font-size: 31px;
}
@media only screen and (max-width: 767px) {
  .commonTitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonTitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitle.thinTitle__service {
    font-size: 20px;
  }
}

.thinTitle {
  font-weight: 500;
  font-size: 31px;
}
@media only screen and (max-width: 767px) {
  .thinTitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .thinTitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .thinTitle.thinTitle__service {
    font-size: 20px;
  }
}

.thinTitleL {
  font-weight: 100;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .thinTitleL {
    font-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .thinTitleL {
    font-size: 32px;
  }
}

.msgText p {
  line-height: 2.2;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 1281px) {
  .wideNoFluid {
    width: 100%;
    margin: auto;
    max-width: 1500px;
  }
}

.pageHeader {
  padding: 9% 0;
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    padding: 15% 0;
  }
}

.pageHeaderTitleJp {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleJp {
    font-size: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderTitleJp {
    font-size: 22px;
  }
}

.pageHeaderTitleEn {
  font-size: 62px;
  font-weight: 100;
  letter-spacing: 0.15em;
  line-height: 1;
  text-shadow: 0px 0px 10px #000;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleEn {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderTitleEn {
    font-size: 52px;
  }
}

/*==================================================
* ヘッダー
*================================================*/
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.overRayMenuUl > li a {
  padding: 2rem 3rem;
  display: block;
  transition: 0.3s;
}
.overRayMenuUl > li a span {
  display: block;
  text-align: left;
  letter-spacing: 0.015em;
  line-height: 1.4;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.logo {
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 200px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .logo {
    width: 270px;
  }
}

.logo__footer {
  margin-left: 0;
}

.headerNavUnit {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.headTime {
  margin-right: 1em;
}

.headWrap {
  margin: 20px auto 10px;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    display: block;
  }
}

.headTelWrap {
  margin-right: 1.2em;
}
@media only screen and (max-width: 767px) {
  .headTelWrap {
    display: none;
  }
}

.headNavWrap {
  border-top: 1px solid #ed8b66;
  border-bottom: 1px solid #ed8b66;
  padding: 0.75em 0;
}
@media only screen and (max-width: 767px) {
  .headNavWrap {
    display: none;
  }
}

.headerNavUl a {
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 0 0.7em;
  transition: 0.3s;
  margin: 0 0.7em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNavUl a {
    margin: 0;
    font-size: 14px;
    padding: 0 1em;
  }
}
.headerNavUl a:hover {
  color: #ed8b66;
}

.headLogoText {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 959px) {
  .headLogoText {
    font-size: 10px;
  }
}

/*==================================================
* トップページ
*================================================*/
.topFvMsg {
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 47px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .topFvMsg {
    margin-bottom: 6%;
    font-size: 34px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvMsg {
    margin-bottom: 3%;
    font-size: 38px;
  }
}

.topFvMsgEn {
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .topFvMsgEn {
    font-size: 14px;
    margin-bottom: 6%;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvMsgEn {
    line-height: 1;
  }
}

.topFvMsgWrap {
  position: absolute;
  top: 10%;
  left: 6%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .topFvMsgWrap {
    top: 10%;
    left: 7%;
  }
}

.topFvMsgSub {
  font-size: 22px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .topFvMsgSub {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvMsgSub {
    font-size: 19px;
  }
}

/*topNews------------------------------------*/
.topNewsAreaWrap {
  align-items: baseline;
  width: fit-content;
  background-color: #fff;
  position: absolute;
  bottom: 5%;
  right: 2%;
  border-radius: 20px;
  padding: 0.5em 2em;
  gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .topNewsAreaWrap {
    right: 4%;
    justify-content: space-between;
    gap: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .topNewsAreaWrap {
    gap: 1.5em;
    bottom: 2%;
    align-items: center;
    padding: 0.5em 1em;
  }
}

.topNewsHead {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .topNewsHead {
    display: none;
  }
}

.topNewsLink {
  gap: 1em;
  transition: all 0.3s;
}
.topNewsLink:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .topNewsLink {
    flex-direction: column;
    gap: 0;
  }
}

.day {
  margin-bottom: 0;
  font-size: 14px;
  align-self: center;
  color: #8C8C8C;
}
@media only screen and (max-width: 767px) {
  .day {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .day {
    align-self: auto;
  }
}

.topNewsTitle {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .topNewsTitle {
    margin-top: 0.2em;
    font-size: 12px;
  }
}

.topNews {
  padding-top: 5%;
}
@media only screen and (max-width: 767px) {
  .topNews {
    padding-top: 10%;
  }
}

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

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

.topNewsUl li {
  border-top: 1px solid #b8b8b8;
}
.topNewsUl li:last-child {
  border-bottom: 1px solid #b8b8b8;
}
.topNewsUl a {
  display: flex;
  align-items: center;
  padding: 0.8em 1.5em;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .topNewsUl a {
    padding: 0.5em 1em;
    flex-wrap: wrap;
  }
}
.topNewsUl a:not(:first-child) {
  border-bottom: 1px solid #b8b8b8;
}
.topNewsUl a:hover {
  opacity: 0.5;
}

.newsTagWrap {
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .newsTagWrap {
    width: 72%;
  }
}

.topNewsTitleWrap {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .topNewsTitleWrap {
    margin-left: 0;
  }
}

.toNewsGoWap {
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.toNewsGoWap:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .toNewsGoWap {
    margin-left: auto;
  }
}

.topNewsGo {
  font-size: 13px;
  padding-right: 0.5em;
}
@media only screen and (max-width: 600px) {
  .topNewsGo {
    font-size: 12px;
  }
}

.topNewsGoAfter {
  position: absolute;
  background-image: url(../img/arrow_black.png);
  top: 30%;
  right: 0;
  content: "";
  background-size: contain;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  transform: translate(90%);
}

/*topLineUp------------------------------------*/
.topLineUp {
  overflow-x: hidden;
  padding-top: 10%;
  padding-bottom: min(5%, 65px);
}

.topLineUpCard {
  position: relative;
  display: block;
  transition: 0.3s;
}
.topLineUpCard:hover .topLineUpImg {
  transform: scale(1.1);
}
.topLineUpCard:hover .topLineUpTextBox {
  background-color: rgba(245, 171, 51, 0.1);
}
.topLineUpCard:hover .topLineUpTextBox:after {
  transform: scale(1, 1);
}

.bgLogo {
  position: absolute;
  width: 32%;
  top: 8%;
  right: -2%;
}
@media only screen and (max-width: 767px) {
  .bgLogo {
    top: 2%;
    right: -5%;
    width: 55%;
    right: -3%;
  }
}
.bgLogo.bgLogo__comp {
  width: 50%;
  right: -15%;
  top: -3%;
}
@media only screen and (max-width: 767px) {
  .bgLogo.bgLogo__comp {
    width: 60%;
  }
}
.bgLogo.bgLogo__lineup {
  width: 38%;
  right: -1%;
  top: 0%;
}
@media only screen and (max-width: 767px) {
  .bgLogo.bgLogo__lineup {
    width: 60%;
  }
}

.topLineUpText {
  margin-right: 1.8em;
}

.topLineUpImg {
  transition: 0.3s;
  padding-bottom: 72%;
}

.topLineUpImgBox {
  overflow: hidden;
}

.topLineUpTextBox {
  background-color: #fff;
  padding: 0.8em 1em 0.6em;
  transition: 0.3s;
}
.topLineUpTextBox:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #ed8b66;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.topLineUpTagUl {
  position: absolute;
  padding: 0 1em 0.5em;
  width: 100%;
  bottom: 0;
}
.topLineUpTagUl > li {
  line-height: 1.2;
  margin-right: 0.5em;
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  background-color: #fff;
  color: #ed8b66;
  padding: 0.2em 0.75em;
  border: 1px solid #fff;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 959px) {
  .topLineUpTagUl > li {
    font-size: 12px;
  }
}
.topLineUpTagUl.topLineUpTagUl__name > li {
  border: 1px solid #ed8b66;
}

.topLineUpUl > li {
  width: 32%;
  margin-bottom: 5%;
  box-shadow: 0px 0px 3px rgba(219, 219, 219, 0.75);
}
@media only screen and (max-width: 767px) {
  .topLineUpUl > li {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .topLineUpUl > li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}

.topLineUpUlText {
  width: 100%;
}

.topLineUpTextUl {
  margin-bottom: 3%;
  position: relative;
}
.topLineUpTextUl li {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  padding-right: 1em;
  margin-bottom: 0.2em;
}
.topLineUpTextUl li span {
  font-size: 14px;
}
.topLineUpTextUl li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.5em;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 8px solid #ed8b66;
}

@media only screen and (max-width: 959px) {
  .topLineUpTextUlSoldout {
    padding-bottom: 1.2em;
  }
}

.topLineUpTagUl__name {
  position: static;
  padding: 0;
}

.topLineUpNum {
  margin-bottom: 0;
  font-size: 12px;
  text-align: right;
}

.topLineUpSold {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #ea4f4f;
  padding: 0.2em 0.75em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .topLineUpSold {
    bottom: -0.5em;
  }
}

/*topCategory------------------------------------*/
.topCategory {
  padding-bottom: 10%;
}

.topCategorySelect {
  padding-top: 1.8em;
  padding-bottom: 2em;
}

.topCategorySelectTitle h4 {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .topCategorySelectTitle h4 {
    font-size: 16px;
  }
}

.topCategoryWrap {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
@media only screen and (min-width: 1281px) {
  .topCategoryWrap {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .topCategoryWrap {
    max-width: 500px;
  }
}

.topCategorySelect {
  background-color: #F4F4F4;
  position: relative;
}
.topCategorySelect:nth-child(2) {
  margin-top: 2em;
}

.topCategorySelectInner {
  padding: 1.8em 50px 0 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .topCategorySelectInner {
    padding: 1.8em 25px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .topCategorySelectInner {
    flex-direction: column;
    gap: 1em;
  }
}

.topCategorySelectLink {
  width: 32%;
  position: relative;
  aspect-ratio: 19/6;
  align-items: center;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topCategorySelectLink {
    width: 100%;
    aspect-ratio: 4.5/1;
  }
}
.topCategorySelectLink p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .topCategorySelectLink p {
    font-size: clamp(18px, 3.7vw, 22px);
  }
}
.topCategorySelectLink:hover .topCategorySelectLinkAfter {
  background-color: rgba(0, 0, 0, 0.3);
}
.topCategorySelectLink:hover .topCategorySelectLinkBefore {
  transform: scale(1.05);
  filter: blur(0px);
}

.topCategorySelectLinkBefore {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(3px);
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.3s;
}

.topCategorySelectLinkBefore_big {
  background-image: url("../img/big_bus.webp");
}

.topCategorySelectLinkBefore_medium {
  background-image: url("../img/medium_bus.webp");
}

.topCategorySelectLinkBefore_small {
  background-image: url("../img/small_bus.webp");
}

.topCategorySelectLinkBefore_sightseeing {
  background-image: url("../img/sightseeing_bus.webp");
}

.topCategorySelectLinkBefore_transfer {
  background-image: url("../img/transfer_bus.webp");
}

.topCategorySelectLinkBefore_route {
  background-image: url("../img/route_bus.webp");
}

.topCategorySelectLinkAfter {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.3s;
}

/*topWhileLink------------------------------------*/
.topWhileLinkUnit {
  gap: 1px;
}
@media only screen and (max-width: 767px) {
  .topWhileLinkUnit {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .topWhileLinkUnitrev {
    flex-direction: column-reverse;
  }
}

.topWhileLinkCard {
  width: 58%;
  padding: 5% 8%;
}
@media only screen and (max-width: 767px) {
  .topWhileLinkCard {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
}

.topWhileLinkImg {
  width: 42%;
  height: auto;
}
.topWhileLinkImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media only screen and (max-width: 767px) {
  .topWhileLinkImg {
    width: 100%;
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .topWhileLinkImg {
    height: 275px;
  }
}
@media only screen and (max-width: 450px) {
  .topWhileLinkImg {
    height: 250px;
  }
}

.topWhileLinkTitle {
  border-bottom: 1px solid #fff;
  align-items: baseline;
  padding-bottom: 3%;
  flex-direction: column;
}

.topWhileBtn {
  text-align: right;
}

.topWhileBtn-btn {
  padding: 0.3em 2.5em 0.3em 2em;
}
@media only screen and (max-width: 767px) {
  .topWhileBtn-btn {
    text-align: center;
  }
}

.topWhileLinkMsgWrap {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .topWhileLinkMsgWrap {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.topWhileLinkTextWrap {
  width: 100%;
}

.topWhileLinkText {
  margin-bottom: 6%;
  letter-spacing: 0.12em;
  font-size: 15px;
}

/*topAbout------------------------------------*/
.topAboutTitleBox {
  width: 35%;
  margin-top: 2%;
}
@media only screen and (max-width: 767px) {
  .topAboutTitleBox {
    width: 100%;
    margin-bottom: 5%;
  }
}

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

.topAboutText {
  margin-bottom: 8.5%;
}
.topAboutText p {
  margin-bottom: 0;
  line-height: 2;
}

.topAboutLinkUnit {
  width: 96%;
  margin: auto;
}

.topAboutLinkCard {
  width: 32%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topAboutLinkCard {
    width: 75%;
    margin: auto;
    margin-bottom: 15%;
  }
}
@media print, screen and (min-width: 768px) {
  .topAboutLinkCard:not(:last-child) {
    margin-right: 3%;
  }
}

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

.topAboutBtn {
  text-align: end;
}

.topAboutImg {
  width: 43%;
}
.topAboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75%;
}
@media only screen and (max-width: 767px) {
  .topAboutImg img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutImg {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1441px) {
  .topAboutImg {
    width: 36%;
  }
}

/*topRecruit------------------------------------*/
.topRecruitWrap {
  position: relative;
  color: #fff;
  padding: 8% 0 5% 0;
}
@media only screen and (max-width: 767px) {
  .topRecruitWrap {
    padding: 12% 0 8% 0;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitWrap .commonTitleMsg {
    margin-bottom: 6%;
  }
}

.topRecruitBg::before {
  position: absolute;
  background-image: url("../img/top_recruit.webp");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  content: "";
  left: 0;
  top: 0;
  z-index: -100;
}
.topRecruitBg::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: -10;
}

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

.topRecruitText {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .topRecruitText {
    margin-bottom: 8%;
  }
}
@media only screen and (max-width: 600px) {
  .topRecruitText {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*pageCo------------------------------------*/
.pageCoMsgCard {
  width: 80%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .pageCoMsgCard {
    margin-right: 0%;
    width: 100%;
  }
}

.pageCoImgCard {
  width: 25%;
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .pageCoImgCard {
    margin-right: 0;
    margin-left: auto;
    width: 55%;
  }
}

.pageCoImg {
  padding-bottom: 130%;
}

@media only screen and (max-width: 767px) {
  .pageCoCeo {
    margin-bottom: 5%;
  }
}
.pageCoCeo .ceo {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .pageCoCeo .ceo {
    font-size: 19px;
  }
}

.companyFeature {
  padding: 7% 0;
}
@media only screen and (max-width: 767px) {
  .companyFeature {
    padding-top: 15%;
  }
}

.companyFeatureCont {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .companyFeatureCont {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 5%;
  }
}

.companyFetureInner {
  max-width: 1004px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.orange {
  color: #F5AB33;
}

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

.companyFeatureNum p {
  font-size: 49px;
  font-weight: 100;
  border-bottom: 1px solid #F5AB33;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .companyFeatureNum p {
    font-size: 38px;
  }
}

.companyFeatureText p {
  margin-bottom: 0;
}

.companyFeatureImg {
  width: 34%;
  height: 100%;
  aspect-ratio: 68/55;
}
@media only screen and (max-width: 767px) {
  .companyFeatureImg {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 68/50;
  }
}
.companyFeatureImg img {
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .companyFeatureImg img {
    width: 100%;
    object-position: top;
  }
}

.compnayFeatureLine {
  border-bottom: 1px solid #F5AB33;
}
@media only screen and (max-width: 767px) {
  .compnayFeatureLine {
    border-bottom: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.pageCoHistory {
  margin-bottom: 12%;
}

.pageCoHistoryCnt {
  max-width: 1120px;
}

.pageCoHistoryWrap {
  background-color: #fff;
}

.pageCoHistoryUl {
  display: flex;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.pageCoHistoryUl:last-of-type li:last-child {
  border-bottom: 1px solid #b8b8b8;
}
@media only screen and (max-width: 767px) {
  .pageCoHistoryUl li {
    position: relative;
    font-size: 13px;
  }
}
.pageCoHistoryUl li:first-child {
  color: #fff;
  width: 30%;
  text-align: center;
  padding: 0.9em;
  margin-right: 1.5em;
}
@media only screen and (max-width: 767px) {
  .pageCoHistoryUl li:first-child span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .pageCoHistoryUl li:first-child {
    margin-right: 0.5em;
    width: 23%;
    padding: 0.8em;
  }
}
.pageCoHistoryUl li:last-child {
  width: 70%;
  padding: 0.9em;
  padding-left: 1.4em;
  border-top: 1px solid #b8b8b8;
}
@media only screen and (max-width: 767px) {
  .pageCoHistoryUl li:last-child {
    padding: 0.8em;
    padding-left: 1em;
    width: 75%;
  }
}
.pageCoHistoryUl:nth-of-type(odd) li:first-child {
  background-color: rgba(237, 139, 102, 0.7);
}
.pageCoHistoryUl:nth-of-type(even) li:first-child {
  background-color: rgba(245, 171, 51, 0.7);
}

.pageCoHistoryUlWrap {
  margin-right: 8%;
  margin-left: 8%;
}
@media only screen and (max-width: 767px) {
  .pageCoHistoryUlWrap {
    margin-right: 3%;
    margin-left: 3%;
  }
}

.pageCoCompanyImgCard {
  width: 50%;
}
.pageCoCompanyImgCard:nth-child(odd) {
  margin-right: 1%;
}
.pageCoCompanyImgCard:nth-child(even) {
  margin-left: 1%;
}

.pageCoCompanyName {
  color: #fff;
  padding: 0.2em 3em;
  border-radius: 10px;
  width: 40%;
  margin: auto;
  margin-top: 5%;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .pageCoCompanyName {
    width: auto;
    border-radius: 5px;
    font-size: 13px;
    display: inline-block;
    padding: 0em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageCoCompanyName {
    padding: 0.2em 2em;
  }
}

.pageCoCompanyImgUnit {
  margin-bottom: 8%;
}

.pageCoCompanyUlWrap {
  position: relative;
  padding: 0 5%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .pageCoCompanyUlWrap {
    padding: 0;
  }
}

.pageCoCompanyUl {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.pageCoCompanyUl li {
  font-size: 15px;
  padding: 1.2em;
}
@media only screen and (max-width: 767px) {
  .pageCoCompanyUl li {
    padding: 0.7em;
    font-size: 13px;
  }
}
.pageCoCompanyUl li:first-child {
  width: 27%;
  color: #ed8b66;
}
.pageCoCompanyUl li:last-child {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .pageCoCompanyUl li:last-child {
    align-self: center;
  }
}

/*pageService------------------------------------*/
/*20250219～追記*/
.pageSellTop {
  padding-top: min(8%, 115px);
  padding-bottom: min(12%, 160px);
}

.pageSellTopTitle {
  font-size: clamp(42px, 4.9vw, 50px);
  line-height: 1.4;
  margin-bottom: min(3.5%, 45px);
  color: #ed8b66;
}
@media only screen and (max-width: 767px) {
  .pageSellTopTitle {
    font-size: clamp(28px, 5.5vw, 42px);
    margin-bottom: 20px;
  }
}

.pageBuyTitle {
  color: #F5AB33;
}

.pageSellTopText {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .pageSellTopText {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
  .pageSellTopText br {
    display: none;
  }
}

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

.pageServiceSaleImg {
  padding-bottom: 45%;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleImg {
    padding-bottom: 53%;
  }
}

.pageServiceSaleImgBox {
  width: 80%;
  margin-left: auto;
  margin-top: -10%;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleImgBox {
    width: 100%;
  }
}

.pageServiceSaleTextBox {
  width: 37%;
  margin-right: -10%;
  text-align: center;
  padding: 5%;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageServiceSaleTextBox {
    width: 45%;
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleTextBox {
    width: 88%;
    padding: 11% 7%;
    margin: auto;
    margin-top: -5%;
  }
}

.pageServiceSaleText {
  text-align: left;
  margin-bottom: 0;
}

.pageServiceSaleFeature {
  padding-top: min(8%, 115px);
  padding-bottom: min(8%, 115px);
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeature {
    padding-bottom: 20%;
    padding-top: 10%;
  }
}

.pageServiceSaleFeatureTextBox_inner {
  width: max(345px, 73%);
  margin: 0 auto;
  position: relative;
  padding: 11% 0 8% 0;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureTextBox_inner {
    width: 100%;
    padding: 1.2em;
  }
}

.pageServiceSaleFeatureText {
  font-size: 15px;
}

.pageServiceSaleFeatureUnit {
  margin-top: min(7%, 80px);
}

.pageServiceSaleFeatureCard {
  width: 100%;
}
.pageServiceSaleFeatureCard:first-child {
  margin-bottom: 15%;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureCard {
    flex-direction: column;
  }
}
.pageServiceSaleFeatureCard:nth-child(2) {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureCard:nth-child(2) {
    flex-direction: column-reverse;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureCard:not(:last-child) {
    margin-bottom: 8%;
  }
}
.pageServiceSaleFeatureCard .num {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: -0.5em;
  color: #ed8b66;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureCard .num {
    font-size: 40px;
    font-weight: 100;
  }
}
.pageServiceSaleFeatureCard .num__subColor {
  color: #f4aa33;
}

.pageServiceSaleFeatureTextBox {
  width: 57%;
  background-color: #fff;
  height: 440px;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureTextBox {
    width: 85%;
    min-width: 330px;
    height: auto;
  }
}

.pageServiceSaleFeatureTitle {
  font-size: 30px;
  line-height: 1.5;
  color: #ed8b66;
  margin-bottom: 1.5em;
}
.pageServiceSaleFeatureTitle .inline-block {
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .pageServiceSaleFeatureTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureTitle {
    font-size: 24px;
    margin: 0.5em 0;
  }
  .pageServiceSaleFeatureTitle br {
    display: none;
  }
}

.pageServiceSaleFeatureImg {
  position: absolute;
  width: 133%;
  height: 100%;
  z-index: -10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureImg {
    width: 100%;
  }
}

.saleBgImgVer1 {
  right: 0;
  top: 11%;
  background-image: url("../img/pageService_feature_used_01.webp");
}
@media only screen and (max-width: 767px) {
  .saleBgImgVer1 {
    top: 0;
  }
}

.saleBgImgVer2 {
  left: 0;
  top: -11%;
  background-image: url("../img/pageService_feature_used_02.webp");
}
@media only screen and (max-width: 767px) {
  .saleBgImgVer2 {
    top: 0;
  }
}

.saleBgImgVer3 {
  right: 0;
  top: 11%;
  background-image: url("../img/pageService_feature_used_03.webp");
}
@media only screen and (max-width: 767px) {
  .saleBgImgVer3 {
    top: 0;
  }
}

.buyBgImgVer1 {
  left: 0;
  top: 11%;
  background-image: url("../img/pageService_feature_usedpurchase_01.webp");
}

.buyBgImgVer2 {
  right: 0;
  top: -11%;
  background-image: url("../img/pageService_feature_usedpurchase_02.webp");
}
@media only screen and (max-width: 767px) {
  .buyBgImgVer2 {
    top: 11%;
  }
}

.buyBgImgVer3 {
  left: 0;
  top: 11%;
  background-image: url("../img/pageService_feature_usedpurchase_03.webp");
}

.pageServiceSaleFeatureImgBox {
  width: 43%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFeatureImgBox {
    width: 85%;
    aspect-ratio: 16/9;
    margin-top: -6%;
    margin-left: auto;
  }
}

.pageServiceSaleFlowItemCard {
  background-color: rgba(238, 140, 102, 0.1);
  padding: 1em 3em 1em 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFlowItemCard {
    padding: 2em 1em;
  }
}
.pageServiceSaleFlowItemCard:not(:last-child) {
  margin-bottom: 2%;
}
.pageServiceSaleFlowItemCard:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 5%;
  border: 56px solid;
  bottom: -112px;
  right: 0;
  left: 0;
  border-color: #fff transparent transparent transparent;
  margin: auto;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFlowItemCard:not(:last-child):before {
    border: 30px solid;
    bottom: -60px;
    border-color: #fff transparent transparent transparent;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageServiceSaleFlowItemCard:not(:last-child):before {
    border: 35px solid;
    bottom: -70px;
    border-color: #fff transparent transparent transparent;
  }
}
.pageServiceSaleFlowItemCard:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 5%;
  border: 35px solid;
  bottom: -70px;
  right: 0;
  left: 0;
  border-color: #fdf3ef transparent transparent transparent;
  margin: auto;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleFlowItemCard:not(:last-child):after {
    border: 20px solid;
    bottom: -40px;
    border-color: #fdf3ef transparent transparent transparent;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageServiceSaleFlowItemCard:not(:last-child):after {
    border: 23px solid;
    bottom: -46px;
    border-color: #fdf3ef transparent transparent transparent;
  }
}

.pageServiceSaleFlowItemCardWrap {
  margin-bottom: 30px;
}

.pageServiceIcon {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .pageServiceIcon {
    width: 100px;
    height: 100px;
    padding-bottom: 100%;
    z-index: 0;
  }
}
.pageServiceIcon img {
  position: absolute;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pageServiceIconWrap {
  width: 21%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageServiceIconWrap {
    position: absolute;
    opacity: 0.5;
    right: 10%;
    bottom: 5%;
  }
}

.pageServiceFlowTextWrap {
  width: 85%;
  padding-left: 9%;
  margin-top: 1%;
}
@media only screen and (max-width: 767px) {
  .pageServiceFlowTextWrap {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    position: relative;
  }
}

.pageServiceFlowTitleWrap {
  margin-bottom: 0.5em;
  align-items: flex-end;
}

.flowTitle {
  font-size: 35px;
  font-weight: 500;
  color: #ed8b66;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .flowTitle {
    display: inline;
    font-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowTitle {
    font-size: 30px;
  }
}

.flowStep {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .flowStep {
    display: inline-block;
  }
}
.flowStep span {
  line-height: 1.2;
}
.flowStep .flowEn {
  align-self: baseline;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .flowStep .flowEn {
    font-size: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowStep .flowEn {
    font-size: 24px;
  }
}
.flowStep .flowNum {
  font-size: 53px;
  font-weight: 100;
  color: #ed8b66;
}
@media only screen and (max-width: 767px) {
  .flowStep .flowNum {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowStep .flowNum {
    font-size: 40px;
  }
}

.flowText {
  position: relative;
}
.flowText:before {
  content: "";
  width: 119%;
  height: 2px;
  position: absolute;
  background-color: #ed8b66;
  left: -20%;
}
@media only screen and (max-width: 767px) {
  .flowText:before {
    width: 100%;
    left: 0;
  }
}
.flowText p {
  padding-top: 0.5em;
}

.contactBand {
  background-color: rgba(245, 171, 51, 0.1);
  padding: clamp(20px, 3%, 40px) 0;
  margin-bottom: clamp(20px, 3%, 40px);
}

.contactBandExplanation {
  font-size: 15px;
}

.contactBandTel {
  font-size: 38px;
  color: #f4aa33;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.3s;
  padding: 0 0.3em;
}
.contactBandTel span {
  font-size: 23px;
  font-weight: 500;
  padding-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contactBandTel {
    letter-spacing: 0.05em;
  }
}
.contactBandTel:hover {
  background-color: #f4aa33;
  color: #fff;
}

.contactBandBusiness {
  font-size: 17px;
  color: #f4aa33;
}

.pageServiceSaleUnit {
  padding-bottom: 8%;
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleUnit .topWhileLinkMsgWrap {
    margin-top: 8%;
    margin-bottom: 8%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.pageServiceSaleUnit__reverse .pageServiceSaleTextBox {
  margin-left: -10%;
  margin-right: auto;
  padding: 5%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageServiceSaleUnit__reverse .pageServiceSaleTextBox {
    padding-right: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .pageServiceSaleUnit__reverse .pageServiceSaleTextBox {
    margin-left: auto;
    padding: 11% 7%;
  }
}

.pageServiceSaleFeature__asses .pageServiceSaleFeatureTitle {
  color: #f4aa33;
}

.pageServiceFlow__asses .pageServiceSaleFlowItemCard {
  background-color: rgba(245, 171, 51, 0.1);
}
.pageServiceFlow__asses .pageServiceSaleFlowItemCard:not(:last-child):after {
  border-color: rgba(254, 246, 235, 0.937254902) transparent transparent transparent;
}
.pageServiceFlow__asses .flowTitle,
.pageServiceFlow__asses .flowNum {
  color: #f4aa33;
}
.pageServiceFlow__asses .flowText::before {
  background-color: #f4aa33;
}

.pageSaleLineUp {
  background-color: rgba(238, 140, 102, 0.1);
}

.pageServiceQa {
  padding-top: 8%;
  padding-bottom: 8%;
}

.pageServiceQaTitle {
  font-size: 25px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaTitle {
    font-size: 21px;
    line-height: 1.4;
  }
}

.pageServiceQaCard {
  background-color: #fff;
  margin-bottom: 4%;
}
.pageServiceQaCard .Qa {
  display: flex;
  align-items: center;
  padding: 0.2em 3em;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard .Qa {
    padding: 1em;
    padding-right: 2em;
  }
}
.pageServiceQaCard .Qa span {
  font-size: 45px;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard .Qa span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageServiceQaCard .Qa span {
    font-size: 38px;
  }
}
.pageServiceQaCard .Qa h4,
.pageServiceQaCard .Qa p {
  width: 90%;
}
.pageServiceQaCard .Qa h4 {
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard .Qa h4 {
    font-size: 16px;
    padding: 0 1em;
  }
}
.pageServiceQaCard .Qa p {
  margin-top: 3%;
  font-size: 15px;
}
.pageServiceQaCard .Qa.Qa__Q {
  position: relative;
  transition: 0.3s;
}
.pageServiceQaCard .Qa.Qa__Q span {
  color: #ed8b66;
}
.pageServiceQaCard .Qa.Qa__Q:hover {
  cursor: pointer;
  background-color: #fff6f2;
}
.pageServiceQaCard .Qa.Qa__A {
  border-top: 1px solid #000;
  padding: 0.2em 3em 1.2em;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard .Qa.Qa__A {
    padding: 1em;
  }
}
.pageServiceQaCard .Qa.Qa__A span {
  color: #f4aa33;
}
@media only screen and (max-width: 767px) {
  .pageServiceQaCard .Qa.Qa__A p {
    padding: 0 1em;
  }
}

.QaInner {
  width: 100%;
}

.pageServicePurchase {
  padding-top: 10%;
}

/*pageRecruit------------------------------------*/
.pageRecruitMsgUnit {
  flex-direction: row-reverse;
}
.pageRecruitMsgUnit .pageCoImgCard {
  margin-right: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .pageRecruitMsgUnit .pageCoImgCard {
    margin-left: 0;
  }
}
.pageRecruitMsgUnit .pageCoMsgCard {
  margin-left: 5%;
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .pageRecruitMsgUnit .pageCoMsgCard {
    margin-left: 0;
    width: 100%;
  }
}

.pageRecruitBg {
  top: -8%;
}
@media only screen and (max-width: 767px) {
  .pageRecruitBg {
    top: -5%;
  }
}

.pageRecruitImg {
  padding-bottom: 70%;
}

.pageRecruitTextBox {
  background-color: #fff;
  padding: 8% 7%;
}

.pageRecInner {
  max-width: 1004px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.recJobWrap {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recJobWrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    gap: 3em;
  }
}

@media only screen and (max-width: 767px) {
  .recJobWrap {
    flex-direction: column-reverse;
  }
}

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

.recJobTextInner {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .recJobTextInner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.recJobTitel {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .recJobTitel {
    font-size: clamp(24px, 3.7vw, 28px);
    margin-bottom: 6%;
  }
}

.recJobImg {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .recJobImg {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
}

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

.recIntWrap {
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .recIntWrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    gap: 3em;
  }
}

.recIntTitel span {
  display: inline-block;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .recIntTitel span {
    font-size: clamp(24px, 3.7vw, 28px);
  }
}
@media only screen and (max-width: 767px) {
  .recIntTitel {
    margin-bottom: 6%;
  }
}

.recIntImg {
  gap: 10px;
  width: 56%;
  height: auto;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .recIntImg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 510px;
  }
}
.recIntImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 284/229;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .recIntImg img {
    aspect-ratio: auto;
    height: auto;
  }
}

.recIntTextInner {
  width: 34%;
  min-width: 340px;
}
@media only screen and (max-width: 767px) {
  .recIntTextInner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.recIntInfoName {
  gap: 1.5em;
  align-items: center;
  justify-content: end;
}

.recIntInfo {
  gap: 0.5em;
  font-size: 15px;
}

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

.recIntQa {
  flex-direction: column;
  gap: 24px;
  margin-top: 5%;
}

.recIntQa_cont {
  background-color: #fff;
}

.recIntQues {
  border-bottom: 1px solid #F5AB33;
  align-items: center;
}

.recIntQuesMark {
  background-color: #F5AB33;
  color: #fff;
  font-size: 40px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .recIntQuesMark {
    font-size: 34px;
    width: 62px;
    height: 62px;
  }
}

.recIntQuesText {
  font-size: 24px;
  font-weight: 500;
  margin-left: 3.5%;
}
@media only screen and (max-width: 767px) {
  .recIntQuesText {
    font-size: 22px;
  }
}

.recIntAns {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.recIntAnsHead_cont {
  gap: 0px 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .recIntAnsHead_cont {
    gap: 0 35px;
  }
}

.recIntAnsHead {
  position: relative;
  padding-left: 22px;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .recIntAnsHead {
    font-size: 20px;
  }
}

.recIntAnsHead_before::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/orange_circle.png");
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.recIntAnsText {
  padding-top: 22px;
}
.recIntAnsText p {
  font-size: 17px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .recIntAnsText p {
    font-size: 16px;
  }
}

.recFlowcont {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recFlowcont {
    flex-direction: column;
    gap: 1em;
  }
}
.recFlowcont:not(:last-child) {
  padding-bottom: 3.8%;
  margin-bottom: 3.8%;
}
@media only screen and (max-width: 600px) {
  .recFlowcont:not(:last-child) {
    margin-bottom: 6%;
  }
}
.recFlowcont:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 73%;
  height: 1px;
  background-color: #ECECEC;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .recFlowcont:not(:last-child)::before {
    max-width: 560px;
    width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}
.recFlowcont:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #EEB69C;
  top: 50%;
  left: 32px;
}
@media only screen and (max-width: 767px) {
  .recFlowcont:not(:last-child)::after {
    display: none;
  }
}

.recFlowNum p {
  color: #fff;
  background-color: #EEB69C;
  border-radius: 50%;
  margin-bottom: 0;
  width: 63px;
  height: 63px;
  font-size: 13px;
  line-height: 1;
  padding-top: 13px;
}
.recFlowNum p span {
  font-size: 24px;
  line-height: 1;
}

.recFlowHead {
  width: 10%;
  min-width: 120px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .recFlowHead {
    width: 100%;
    min-width: auto;
    text-align: center;
  }
}

.recFlowText {
  width: 73%;
}
.recFlowText p {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recFlowText p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .recFlowText {
    max-width: 560px;
    width: 100%;
  }
}

.pageRecruitDescUl {
  display: flex;
  align-items: end;
}
.pageRecruitDescUl:not(:first-child) {
  padding-top: 1.7em;
}
.pageRecruitDescUl li {
  padding-bottom: 0.4em;
}
.pageRecruitDescUl li:first-child {
  width: 30%;
  margin-top: auto;
  color: #ed8b66;
  border-bottom: 1px solid #ed8b66;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .pageRecruitDescUl li:first-child {
    width: 25%;
  }
}
.pageRecruitDescUl li:last-child {
  width: 70%;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .pageRecruitDescUl li:last-child {
    width: 75%;
  }
}

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

.pageLineup {
  padding-top: 5%;
  padding-bottom: 10%;
}

.pageLineupSingle {
  padding-top: 10%;
  padding-bottom: 5%;
}

.pageLineupTitle {
  width: 25%;
  text-align: right;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .pageLineupTitle {
    text-align: left;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.pageLineupUl {
  width: 75%;
}
.pageLineupUl > li {
  display: inline-block;
}
.pageLineupUl > li a {
  font-size: 14px;
  border: 1px solid #ed8b66;
  border-radius: 12px;
  padding: 0.25em 1em;
  transition: 0.3s;
  margin-right: 0.75em;
  margin-bottom: 0.75em;
  display: inline-block;
  background-color: #fff;
}
.pageLineupUl > li a:hover {
  background-color: #f4e7e2;
}
.pageLineupUl > li.liFirst > a {
  font-weight: bold;
}
.pageLineupUl > li .child {
  display: inline;
}
.pageLineupUl > li .child li {
  display: inline-block;
}
.pageLineupUl > li .is_active {
  background-color: #ed8b66 !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .pageLineupUl {
    margin-right: auto;
    margin-left: auto;
  }
  .pageLineupUl > li a {
    padding: 0.15em 0.8em;
    font-size: 13px;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .pageLineupUl > li.liFirst {
    margin-bottom: 0.5em;
  }
}

.pageLineupUlWrap {
  display: flex;
}

.pageLineupBox {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  margin-bottom: 10%;
}

.pageLineupTitleMain {
  font-size: 35px;
  color: #ed8b66;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .pageLineupTitleMain {
    margin-bottom: 5%;
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageLineupTitleMain {
    font-size: 28px;
  }
}

.pageLineupTagUl {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pageLineupTagUl {
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageLineupTagUl {
    width: 65%;
  }
}
.pageLineupTagUl li {
  margin-right: 0.2em;
  margin-bottom: 2%;
  font-size: 14px;
  border-radius: 15px;
  text-align: center;
  padding: 0.2em 1.5em;
  display: block;
  transition: 0.3s;
  background-color: #ed8b66;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pageLineupTagUl li {
    width: 48%;
    font-size: 12px;
    padding: 0.1em;
  }
}

.soldoutText {
  width: fit-content;
  border-bottom: 1px solid #ed8b66;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
  color: #ed8b66;
  font-size: 25px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 959px) {
  .soldoutText {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .soldoutText {
    font-size: 19px;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .soldoutTextDetail {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .soldoutTextDetail br {
    display: none;
  }
}

.pageLineupDetailList {
  padding: 5% 9%;
  width: 68%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .pageLineupDetailList {
    width: 100%;
    padding: 10% 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageLineupDetailList {
    width: 75%;
  }
}

.pageLineupSoldout {
  padding-bottom: 0;
}

.pageLineupDetail {
  display: flex;
  border-bottom: 1px solid #ed8b66;
}
.pageLineupDetail li {
  padding: 1em 0;
}
.pageLineupDetail li:first-child {
  font-weight: bold;
  color: #ed8b66;
  width: 22%;
}
.pageLineupDetail li:last-child {
  width: 78%;
}

.galleryUnit {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6%;
}

.galleryImg {
  padding-bottom: 60%;
}

.pageLineupContact {
  padding-top: 5%;
  margin-bottom: 10%;
}

.pageLineupContactCnt {
  max-width: 900px;
}

.pageRecruitContactCnt {
  max-width: 900px;
}
.pageRecruitContactCnt .titleBd::after {
  background-color: #ececec;
}

.pageLineupContactTitle {
  color: #ed8b66;
  font-size: 25px;
  letter-spacing: 0.18em;
  margin-bottom: 7%;
}
@media only screen and (max-width: 767px) {
  .pageLineupContactTitle {
    font-size: 19px;
    margin-bottom: 12%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageLineupContactTitle {
    font-size: 22px;
  }
}

.pageBuyContactTitle {
  color: #f4aa33;
}

.pageRecruitContactTitle {
  color: #ed8b66;
  font-size: 25px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  .pageRecruitContactTitle {
    font-size: 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageRecruitContactTitle {
    font-size: 22px;
  }
}

.pageLineupForm {
  border: 1px solid #ddd;
  padding: 6%;
}

.pageRecruitForm {
  padding: 6% 0;
}

/*==================================================
* コンタクト
*================================================*/
.contactMsgBox {
  width: 60%;
  padding: 5% 5% 3% 10%;
  background-color: #333333;
  -ms-overflow-style: none; /* これを追加 */
}
@media only screen and (max-width: 767px) {
  .contactMsgBox {
    width: 100%;
    padding: 13% 5% 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactMsgBox {
    width: 60%;
    padding: 5% 15% 5% 10%;
  }
}

.contactBox {
  width: 40%;
  background-color: #333;
  padding: 10% 2% 3% 5%;
}
@media only screen and (max-width: 767px) {
  .contactBox {
    width: 100%;
    padding: 5% 5% 15%;
    text-align: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactBox {
    width: 40%;
  }
}

.contactMsgTitle {
  line-height: 1;
  padding: 0;
  display: block;
}

.contactTel {
  font-size: 32px;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactTel {
    font-size: 25px;
  }
}

.contactFooterTel {
  font-size: 35px;
  line-height: 1.4;
}
@media only screen and (max-width: 959px) {
  .contactFooterTel {
    font-size: 25px;
  }
}

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

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

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

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

.footerLinkCnt {
  margin: 6% auto;
}

.home .footerLinkCnt {
  margin: 0;
}

.footerLinkNav {
  margin: auto;
}

.footerLink:hover .footerLinkImg {
  transform: translate(0, -5px);
}

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

.footerLinkImg {
  max-width: 1200px;
  transition: 0.3s;
}

.footerLinkTitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 959px) {
  .footerLinkTitle {
    font-size: 13px;
  }
}

.footerLinkTitleEn {
  font-size: 25px;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px #000;
  line-height: 1.4;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footerLinkTitleEn {
    line-height: 1;
    font-size: 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerLinkTitleEn {
    line-height: 1.2;
    font-size: 20px;
  }
}

.footerLinkImgBox {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .footerLinkImgBox {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .footerLinkImgBox:first-child {
    margin-bottom: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerLinkImgBox:nth-of-type(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .footerLinkImgBox:nth-of-type(even) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
.footerLinkImgBox:not(:last-of-type) {
  margin-right: 1.5%;
}

.footerLinkImg {
  position: relative;
  z-index: 10;
}

.footerLinkTextWrapper {
  padding: 27% 0;
}
.footerLinkTextWrapper p {
  margin-bottom: 0;
}

.footerSnsUl {
  display: flex;
}
.footerSnsUl li {
  margin-right: 3%;
}

.footerSnsIco i {
  font-size: 28px;
  color: #ececec;
  transition: 0.3s;
}
a:hover .footerSnsIco i {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footerSnsIco i {
    font-size: 24px;
  }
}
.on_overRay .footerSnsIco i {
  color: #fff;
}

.footerNav_ul {
  width: 70%;
  font-size: 14px;
}
.footerNav_ul li {
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 0.7em;
}
.footerNav_ul li a {
  transition: 0.3s;
  font-weight: 500;
}
.footerNav_ul li a:hover {
  color: #f6d590;
}
@media only screen and (max-width: 767px) {
  .footerNav_ul {
    width: 100%;
    font-size: 12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav_ul {
    padding-left: 1rem;
  }
}

.footerNav_title {
  width: 30%;
  transition: 0.3s;
  display: block;
  color: #ed8b66;
}
.footerNav_title:hover {
  color: #f6d590;
}
@media only screen and (max-width: 767px) {
  .footerNav_title {
    width: 100%;
    margin-bottom: 1em;
  }
}

.footerNav_title_text {
  width: 30%;
  transition: 0.3s;
  display: block;
  color: #ed8b66;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerNav_title_text {
    width: 100%;
    margin-bottom: 1em;
  }
}

.footerNavUnit {
  margin-bottom: 3.5%;
  display: flex;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerNavUnit {
    display: block;
    margin-bottom: 8%;
  }
}

.footerNav {
  width: 62%;
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav {
    width: 70%;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfo {
    width: 33%;
    padding-top: 3%;
    border-right: 1px solid #ececec;
    margin-right: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    margin-top: 14%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfo {
    margin-right: 3%;
    padding-right: 3%;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo .logo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfo .logo {
    width: 220px;
  }
}

.footerCopy {
  padding: 5% 0 15px;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding: 10% 0 5px;
  }
}

.home .footerLink {
  display: none;
}

/*==================================================
                    * 下層ページ
    *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

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

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

/*パンくず終わり*/
/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 48%;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 130%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 55%;
  }
}
@media only screen and (min-width: 1281px) {
  .mainImgBox,
  .mainImg {
    height: 627px;
  }
}

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

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 24s 0s infinite;
}
@media only screen and (max-width: 767px) {
  .mainImg {
    background-position: 20% 20%;
  }
}

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

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

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

@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  12% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  25% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  37% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/* ローディング画面 */
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}