@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

iframe {
    height: 100%;
}

/*===================================
  基本設定
===================================*/
.color01 {
  color: #b39d48;
}

.color02 {
  color: #0877a8;
}

.color03 {
  color: #000;
}

.color04 {
  color: #000;
}

.bgcolor01 {
  background-color: #ceedfa;
}

.bgcolor02 {
  background-color: #eeeeee;
}

.bgcolor03 {
  background-color: #0a719c;
}

.bgcolor04 {
  background-color: #333333;
}

/* font */
.font01 {
  font-family: 'Noto Sans JP',
    sans-serif;
}

.font02 {
  font-family: 'Noto Serif JP',
    serif;
}

/* 共通deco */
.deco-gray {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-top: 200px solid #eeeeee;
  border-right: 150px solid #eeeeee;
  border-bottom: 200px solid transparent;
  border-left: 150px solid transparent;
}

.deco-blue {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 130px solid #ceedfa;
  border-left: 100px solid #ceedfa;
  border-bottom: 130px solid transparent;
  border-right: 100px solid transparent;
}

.deco-blue02 {
  position: absolute;
  top: -60px;
  right: 0;
  display: block;
  border-top: 130px solid #ceedfa;
  border-left: 100px solid transparent;
  border-bottom: 130px solid transparent;
  border-right: 100px solid #ceedfa;
}

.deco-blue03 {
  position: absolute;
  top: -60px;
  right: auto;
  left: 0;
  display: block;
  border-top: 130px solid #ceedfa;
  border-left: 100px solid #ceedfa;
  border-bottom: 130px solid transparent;
  border-right: 100px solid transparent;
}

.bgc-gray {
  position: absolute;
  top: 25%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #eee;
  z-index: -1;
}

@media (max-width:599px) {
  .deco-blue {
    border-top: 80px solid #ceedfa;
    border-left: 60px solid #ceedfa;
    border-bottom: 80px solid transparent;
    border-right: 60px solid transparent;
  }

  .deco-blue02 {
    top: -30px;
    border-top: 80px solid #ceedfa;
    border-left: 60px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 60px solid #ceedfa;
  }

  .deco-blue03 {
    top: -30px;
    border-top: 80px solid #ceedfa;
    border-left: 60px solid #ceedfa;
    border-bottom: 80px solid transparent;
    border-right: 60px solid transparent;
  }
}

/* 共通filter */
.filter01 img {
  filter: brightness(0.5);
}

.filter02 img {
  filter: brightness(0) invert(1);
}

/* 共通title */

.title01 .en {
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 60%, #eddda0 65%, #b29c46 75%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-size: 80px;
  letter-spacing: 8px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.title01.min .en {
  font-size: 68px;
  letter-spacing: 2px;
}

.title01.min-news .en {
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 50%, #eddda0 65%, #b29c46 80%, #b49e49 90% 100%);
  -webkit-background-clip: text;
}

.title01 .ja {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
}

.title01.min-news .ja {
  font-size: 18px;
  font-weight: 600;
}

.title02 {
  font-size: 24px;
  font-weight: 600;
  color: #055271;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width:1024px) {
  .title01 .en {
    font-size: 50px;
    letter-spacing: 2px;
  }

  .title01 .ja {
    font-size: 20px;
  }

  .title01.min-news .en {
    font-size: 40px;
  }

  .title01.min .en {
    font-size: 38px;
  }
}

@media (max-width:599px) {
  .title01 .en {
    font-size: 38px;
    letter-spacing: 2px;
  }

  .title01 .ja {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .title02 {
    font-size: 20px;
  }
}

/* 共通btn */
.btn01 a {
  width: 240px;
  padding: 10px 20px;
  border: 1px solid;
  text-align: center;
  color: #055271;
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  position: relative;
}

.btn01 a:hover {
  opacity: 1;
}

.btn01 a::after {
  content: "";
  width: 3em;
  height: 1px;
  background: #055271;
  display: block;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .4s;
  transform: translateX(50%);
}

.btn01.back a::after {
  right: auto;
  left: 0;
  transform: translateX(-50%);
}

.btn01 a:hover::after {
  opacity: 1;
  transform: translateX(80%);
}

.btn01.back a:hover::after {
  transform: translateX(-80%);
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 160px;
  --section-large: 130px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


.fead-mv.mv.mv02 {
  -webkit-transition-delay: 2s;
  transition-delay:2s;
}

.fead-mv.mv.mv03 {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px #009688;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: #009688;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@tb.indention:after {
    content: "モバイル用はここで改行";
    padding: 0;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC用はここで改行";
  display: block;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px #009688;
  position: relative;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: #009688;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@sp.indention:after {
  content: "モバイル用はここで改行";
  padding:0;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 5px;
  color: #fff;
}

@media(max-width:1024px) {
  .pagettl {
    font-size: 10px;
    padding: 0 5px 5px;
  }
  
  .change-color .pagettl {
    display: none;
    transition: .5s;
}
}

/**
ヘッダー
header
*/
.header {
  padding: 10px 0 15px;
  position: fixed;
  z-index: 200;
  width: 100%;
}

[data-element-id].header {
    position: relative;
    background: #06415a;
}

.header.change-color {
  background-color: #065272;
  transition: 0.5s;
}

.header .contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

[data-element-id].header .contents{
      align-items: flex-start;
}

 .header .logo a {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: transparent;
    background: linear-gradient(180deg, #b29e47 0%, #b29c46 60%, #eddda0 65%, #b29c46 75%, #b49e49 90% 100%);
    -webkit-background-clip: text;
    font-weight: 900;
}

.header .logo .logo-img img {
  max-height: 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .logo .logo-txt img {
  max-height: 40px;
}

.header .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header .right.b-box{
  align-items: flex-start;
}

[data-element-id].header .right {
    align-items: flex-start;
}

.header .right .right-fix {
    display: flex;
    margin-left: 10px;
    gap: 10px;
}

[data-element-id].header .right .right-fix{
      border: 4px solid #ebe292;
      flex-wrap: wrap;
}

[data-element-id].header .right .right-fix::after {
    content: "ABテスト";
    text-align: center;
    background: #ebe292;
    width: 100%;
    color: #06415a;
    font-weight: 500;
    font-size: 14px;
}

.header .right .right-fix .tel{
  flex-shrink: 0;
}

.header .right.b-box .right-fix{
  flex-direction: column-reverse;
  position: absolute;
    top: 30px;
    right: 20px;
}

[data-element-id].header .right.b-box .right-fix{
  position: relative;
  top: auto;
  right: auto;
}

.header .right .tel a {
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.header .right.b-box .tel a {
    flex-direction: row;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
    column-gap: 10px;
    color:#b29d47;
    z-index: 1;
}

.header .right.b-box .tel a .tel-txt{
  display: none;
}

[data-element-id].header .right .tel{
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.header .right .tel a:before {
  margin-right: 5px;
  content: '\f2a0';
  font-weight: 600;
  font-size: 30px;
  transform: rotate(-30deg);
  font-family: 'Font Awesome 5 Free';
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #00b6f5;
  box-shadow: 0px 1px 2px #777;
}

.header .right.b-box .tel a:before {
    color: #b49e49;
    box-shadow: none;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0px 1px 2px #777;
}

[data-element-id].header .right .tel:before {
    margin-right: 5px;
    content: '\f2a0';
    font-weight: 600;
    font-size: 30px;
    transform: rotate(-30deg);
    font-family: 'Font Awesome 5 Free';
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #00b6f5;
}

[data-element-id].header .right.b-box .tel:before{
  color: #b49e49;
}

.header .right.b-box .tel a>*{
  margin-left: -5px;
      letter-spacing: 5px;
}

.header .right.b-box .tel a>* span {
    font-size: 50%;
}

.header .right .contact-fix a {
  background: #02b4fc;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  overflow    :hidden;
  position: relative;
  box-shadow: 0px 1px 2px #777;
}

.header .right .contact-fix.line-fix a img{
  width: 30px;
}

.header .right.b-box .contact-fix a{
  background: linear-gradient(132deg, #b29e47 0%, #b29c46 50%, #c9b774 60%, #b29c46 85%, #b49e49 90% 100%);
  position    :relative;
  overflow    :hidden;
  z-index: 2;
}

.header .right .contact-fix.line-fix a,.header .right.b-box .contact-fix.line-fix a{
  background: #26bd70;
  color: #fff;
}

.header .right .contact-fix a i {
  font-weight: 400;
}
 
.header .right.b-box .contact-fix a .reflection {
    height: 100%;
    width: 10px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


@media only screen and (max-width: 1024px) {
  .header {
    padding: 5px 0 10px;
  }
  
  .header.change-color {
    background: none;
    transition: 0.5s;
  }
  
  .header .logo a{
  font-size: 22px;
    line-height: 1.2;
  }

  .header .logo img {
    max-height: 32px;
  }
  
  .header .left {
    align-self: flex-start;
}

  .header .right {
    justify-content: flex-end;
    column-gap: 10px;
  }
  
  .header .right.b-box {
    justify-content: flex-end;
    column-gap: 0px;
    row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.header .right.b-box .right-fix {
    top: 25px;
    right: 10px;
}

.header.change-color .right.b-box .right-fix {
    top: 10px;
}

  .header .right .tel a:before {
    margin-right: 0px;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }

  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }

  .fix-bottom a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 5px;
  }

  .fix-bottom .tel {
    background: #000;
    color: #fff;
    font-size: 14px;
  }

  .fix-bottom .tel a:before {
    margin-right: 5px;
    content: '\f879';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }

  .fix-bottom .contact {
    background: #eee;
    color: #000;
  }

  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  width: 50%;
  color: #fff;
  font-weight: 200;
  letter-spacing: 1.5px;
}

.right.b-box .gnav{
  padding-right: 4em;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}

.gnav .wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  margin-top: 10px;
  width: 220px;
  border-radius: 10px;
  background: #065272 content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-element-id].gnav .list02 {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none;
    top: auto;
  left: auto;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  transition: .4s liner;
}

.gnav .item02 a:hover {
  opacity: 1;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 45%, #eddda0 55%, #b29c46 65%, #b49e49 90% 100%);
  -webkit-background-clip: text;
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.header-toggle {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 50px;
  height: 50px;
  background: #000000;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}

.header-toggle .bar {
  position: absolute;
  top: 60%;
  left: 19px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.header-toggle .bar:before,
.header-toggle .bar:after {
  position: absolute;
  left: -8px;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  content: '';
}

.header-toggle .bar:before {
  top: -10px;
}

.header-toggle .bar:after {
  top: 10px;
  display: none;
}

.header-toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 50%;
  left: 11px;
  margin-top: 0px;
  width: 28px;
}

.header-toggle.active .bar:after,
.header-toggle.active .bar:before {
  top: 0;
  left: 0;
  width: 28px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.header-gnav {
  background: #ffffff;
  width: 0%;
  position: fixed;
  height: 100%;
  top: 0;
  right: -120%;
  transition: 0.3s;
  z-index: 201;
}

[data-element-id].header-gnav {
    width: 400px;
    position: relative;
    height: 750px;
    top: auto;
    right: auto;
    margin-top: -80px;
    margin-right: auto;
    transition: none;
    display: block;
    padding-top: 50px;
}

.header-gnav.action {
  display: block;
  width: 30%;
  right: 0;
}

.header-gnav .g-nav-list {
  display: none;
  width: 80%;
  margin: 120px auto 0;
}

[data-element-id].header-gnav .g-nav-list {
    display: block;
    margin: 0 auto;
}

.header-gnav.action .g-nav-list {
  display: block;
}

.header-gnav .g-nav-list .item {
  color: #095c7e;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.header-gnav .g-nav-list .item.drop ul li {
  color: #000;
  font-weight: 500;
  margin-left: 1em;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}

.header-gnav .g-nav-list .item.drop ul li::before {
  content: "";
  width: 12px;
  height: 0.5px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
}

.header-gnav .g-nav-list .item.drop ul li:first-child {
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .header-gnav.action {
    width: 50%;
  }

  .header-gnav .g-nav-list {
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 599px) {
  .header-gnav.action {
    width: 80%;
  }
}

.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(132deg, #b29e47 0%, #b29c46 50%, #eddda0 60%, #b29c46 85%, #b49e49 90% 100%);
  text-align: center;
  cursor: pointer;
}

.totop:before {
  content: '';
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 12px;
  height: 12px;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 55%;
  left: 50%;
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 20px;
  }
}

/**
フッター
footer
*/
.footer .copy {
    margin-top: 50px;
    color: #fff;
    display: flex;
    align-items: baseline;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0 0px;
  }

 .footer .copy {
    padding-bottom: 50px;
    font-size: 12px;
    flex-direction: column-reverse;
    row-gap: 10px;
}
}

@media only screen and (max-width: 599px) {
  .footer .copy {
    text-align: center;
    font-size: 14px;
        align-items: center;
  }
}

/**
フッターナビ
fnav
*/
.footer {
  background: #333;
  padding: 80px 0;
}

.fnav {
  color: #fff;
  width: 65%;
}

.fnav .wrap {
  display: -webkit-box;
  display: flex;
}

.fnav .item {
  margin-bottom: 15px;
  font-weight: 600;
}

.fnav .datattl {
  margin-bottom: 15px;
}

.fnav .data {
  margin-bottom: 10px;
  font-size: 14px;
}

.fnav .fnav-list {
  border-left: 1px solid #404040;
  padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
  .fnav .fnav-list {
    padding-left: 10px;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .fnav {
    width: 100%;
  }

  .fnav .fnav-list {
    font-size: 14px;
  }
}

/* トップ(index-concept) */
.index-concept .img-box {
  z-index: 1;
  position: relative;
}

.index-concept .txt-box {
  margin-left: -10%;
  z-index: 2;
  position: relative;
}

.index-concept .float-box:not(:first-child){
  margin-top: 50px;
}

.index-concept .float-box:nth-of-type(even) .txt-box{
  margin-left: 0;
  margin-right: -10%;
}

.index-concept .txt-box .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.index-concept .txt-box .tit {
  justify-content: flex-start;
  column-gap: 40px;
}

.index-concept .text.txt {
  margin-top: 20px;
  margin-left: auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
}

.btn .more a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: fit-content;
  margin: 30px auto 0;
  color: #0877a8;
  font-size: 16px;
}

.btn .more a::before {
  content: "";
  background: #0877a8;
  width: 2em;
  height: 1px;
}

.btn .more.other a {
  margin: 0;
  color: #000;
}

.business-contents .item .txt-box .btn.other02 {
  width: fit-content;
  margin-top: 30px;
}


.btn.other02 {
  width: fit-content;
  margin-top: 30px;
}

.btn.other02 .more a {
  margin: 0;
  color: #fff;
}

.btn .more.other03{
  width: fit-content;
}

.btn .more.other03 a {
    color: #000;
    border: 1px solid;
    padding: 10px 20px;
    min-width: 200px;
    display: flex;
    justify-content: center;
}

.btn .more.other03 a:hover{
  color: #fff;
  background: #000;
  border: 1px solid #000;
  opacity: 1;
  text-shadow: none;
}

.btn .more.other03 a::before{
  content: none;
}

.btn .more.other04 a {
    color: #0877a8;
    border: 1px solid;
    padding: 15px 20px;
    min-width: 230px;
    letter-spacing: 2px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.btn .more.other04 a:hover {
    background: #0877a8;
    color: #fff;
    opacity: 1;
}

.btn .more.other04 a::before{
  content: none;
}

.btn .more.other05 a {
    color: #fff;
    border: 1px solid;
    padding: 15px 20px;
    min-width: 230px;
    letter-spacing: 2px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.btn .more.other05 a:hover {
    color: #0877a8;
    background: #fff;
    opacity: 1;
}

.btn .more.other05 a::before{
  content: none;
}

.btn .more.other a::before {
  background: #000;
}

.btn.other02 .more a::before {
  background: #fff;
}

.business-contents .item:nth-of-type(odd) .txt-box .btn.other02 {
  margin-right: auto;
}

.business-contents .item:nth-of-type(even) .txt-box .btn.other02 {
  margin-left: auto;
}

@media (max-width:1024px) {
  .index-concept .text.txt {
    font-size: 16px;
  }

  .index-concept .txt-box .txt {
    font-size: 16px;
  }

  .index-concept .txt-box .tit {
    justify-content: end;
  }
}

@media (max-width:599px) {
  .index-concept .text.txt {
    width: 96%;
    margin: 0 auto;
  }

  .index-concept .txt-box .tit {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }

  .business-contents .item:nth-of-type(odd) .txt-box .btn.other02 {
    margin-left: auto;
    margin-right: 0;
  }

  .business-contents .item:nth-of-type(even) .txt-box .btn.other02 {
    margin-left: auto;
    margin-right: 0;
  }
}

.index-contents {
  overflow: hidden;
}

.index-contents.other {
  overflow: visible;
}

.index-contents .business {
  margin-left: calc(50% - 600px);
}

.index-contents .business.other {
  margin-left: calc(50% - 500px);
}

.index-contents .business.other~* {
  padding: 20px;
  background: #fff;
  box-shadow: 1px 2px 3px #7c7c7c;
}

.index-contents .business .tit {
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translate(0%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.index-contents .others .tit-box {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  z-index: 2;
  width: 90%;
}

.index-contents .others a:hover {
    opacity: 1;
}

.index-contents .others .tit-box .en {
  font-weight: 500;
}

.index-contents .others .tit-box .ja {
  font-weight: 300;
  margin-top: 10px;
}

.index-contents .others .tit-box .none-txt{
  font-size: 14px;
  line-height: 2;
  opacity: 0;
  transition: 0.5s;
}

[data-element-id].index-contents .others .tit-box .none-txt{
  opacity: 1;
}

.index-contents .others a:hover .tit-box .none-txt{
  opacity: 1;
}

@media (max-width:1024px) {
  .index-contents .business {
    margin-left: 2%;
  }

  .index-contents .business.other {
    margin-left: 2%;
  }

  .index-contents .inner1200 {
    max-width: none;
  }

  .index-contents .business .tit {
    justify-content: flex-end;
  }
  
  .index-contents .others .tit-box {
    top: 50%;
    transform: translate(0,-50%);
    font-size: 16px;
    width: 90%;
}
  
  .index-contents .others .tit-box .none-txt{
  display: none
  }
}

@media (max-width:599px) {
  .index-contents .business .tit {
    left: -6%;
  }
}

/* index-works(トップ) */
.index-works .business {
  margin-right: calc(50% - 600px);
}

[data-element-id].index-works .works-list.slick01>* {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

[data-element-id].index-works .works-list.slick01>* .item {
    width: 300px;
    position: relative;
}

.index-works .business .tit {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(0%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}

.index-works .works-list .item a {
  background: #055271;
  display: block;
  height: 100%;
  color: #fff;
}

.index-works .works-list .item .tit-box {
  padding: 20px;
}

.index-works .works-list .item .tit-box .tit {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.index-works .works-list .item .tit-box .dtl {
  font-size: 14px;
  margin-top: 15px;
}

.index-works .works-list .item .tit-box .dtl .sub-tit {
  background: #076287;
  width: fit-content;
  padding: 0.2em 0.8em;
  margin-right: 10px;
  flex-shrink: 0;
}

.index-works .works-list .item .cate {
  position: absolute;
  top: -15px;
  left: 20px;
  color: #fff;
  transform: skew(-30deg, 0);
  padding: 0.3em 1.2em;
}

.index-works .works-list .item:nth-of-type(3n+1) .cate {
  background: #0987b9;
}

.index-works .works-list .item:nth-of-type(3n+2) .cate {
  background: #ac8a0e;
}

.index-works .works-list .item:nth-of-type(3n+3) .cate {
  background: #45585f;
}

.index-works .works-list .item .cate>* {
  transform: skew(30deg, 0);
  display: block;
  font-weight: 300;
}

.index-works .slick-list .item {
  padding: 20px 10px 10px 0;
  margin: 0 20px;
}

.index-works .slick-list .item a {
  box-shadow: 10px 10px 0px #fff;
  display: block;
  position: relative;
}

.index-works .slick-list .item02 a {
  box-shadow: 10px 10px 0px #ceedfa;
}

.index-works .slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  font-size: 20px;
  cursor: pointer;
}

.index-works .slick01 .btn-slick:hover {
  opacity: 0.6;
}

.index-works .slick01 .btn-slick.btn-back {
  left: 45%;
}

.index-works .slick01 .btn-slick.btn-next {
  right: 45%;
}

.index-works .fa-chevron-left:before,
.index-works .fa-chevron-right:before {
  content: "";
  background: #000;
  width: 1.2em;
  height: 1px;
  display: block;
}

.index-works .fa-chevron-left:after,
.index-works .fa-chevron-right:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  position: absolute;
  top: 50%;
}

.index-works .fa-chevron-left:after {
  transform: translate(0%, -50%) rotate(-135deg);
  left: 0px;
}

.index-works .fa-chevron-right:after {
  transform: translate(0%, -50%) rotate(45deg);
  right: 0px;
}

.index-works .slick-dots {
  position: relative;
  bottom: auto !important;
  left: auto !important;
  margin-top: 80px;
}

.index-works .slick-dots li {
  width: 80px;
  height: 3px;
  margin: 0;
}

.index-works .slick-dots li button {
  width: 80px;
  height: 3px;
}

.index-works .slick-dots li button:before {
  font-family: slick;
  width: 80px;
  height: 3px;
  content: '';
  display: block;
  background: #000;
}

.index-works .bgc-gray {
  top: 29%;
}

@media(max-width:1024px) {
  .index-works .business {
    margin-right: 2%;
  }

  .index-works .business .tit {
    justify-content: flex-end;
  }
}

@media(max-width:599px) {

  .index-works .slick01 .btn-slick {
    bottom: 40px;
  }

  .index-works .slick01 .btn-slick.btn-next {
    right: 40%;
  }

  .index-works .slick01 .btn-slick.btn-back {
    left: 40%;
  }

  .index-works .slick-dots {
    margin-top: 50px;
  }

  .index-works .slick01.slick-dotted {
    margin-bottom: 30px;
  }

  .index-works .slick-dots li {
    width: 30px;
  }

  .index-works .slick-dots li button {
    width: 30px;
  }

  .index-works .slick-dots li button:before {
    width: 30px;
  }

  .index-works .works-list li .tit-box {
    padding: 20px 10px;
  }

  .index-works .slick-list .item {
    margin: 0 10px;
  }
}

/* index-news(トップ) */
.index-news .deco-blue {
  top: -60px;
}

.index-news .title01 {
  display: flex;
  flex-direction: column;
}

.index-news .content-block {
  border-left: #c7c7c7 solid 1px;
  padding-left: 7%;
}

.index-news .content-block .item>* {
  position: relative;
  display: flex;
  align-items: baseline;
  column-gap: 80px;
  margin-bottom: 25px;
}

.index-news .content-block .item .tit {
  font-size: 18px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news .content-block .item .date {
  flex-shrink: 0;
}

.index-news .content-block .item>*::before,
.index-news .content-block .item>*::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
}

.index-news .content-block .item>*::before {
  width: 8px;
  height: 8px;
  border-bottom: #FFF 1px solid;
  border-right: #FFF 1px solid;
  right: 10px;
  transform: translate(0, -50%) rotate(-45deg);
  z-index: 2;
}

.index-news .content-block .item>*::after {
  background: #109bdc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

@media (max-width:599px) {
  .index-news .deco-blue {
    top: -30px;
  }

  .index-news .content-block {
    border: none;
    padding-left: 0;
  }

  .index-news .content-block .item {
    flex-wrap: wrap;
  }

  .index-news .content-block .item>* {
    flex-wrap: wrap;
  }
}

/* index-recruitment(トップ) */
.index-recruitment .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-recruitment .txt-box {
  z-index: 3;
  position: relative;
  transform: translate(30px, -50px);
}

.index-recruitment .blue-box {
  background-color: #064c69;
}

.index-recruitment .blue-box .img {
  opacity: 0.5;
  position: relative;
}

.index-recruitment .blue-box .tit-box {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  z-index: 2;
}

.index-recruitment .blue-box .tit-box .ja {
  font-size: 18px;
  margin-top: 10px;
}

.index-recruitment .blue-box .tit-box .more {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: fit-content;
  margin: 30px 0 0;
  color: #fff;
  font-size: 16px;
}

.index-recruitment .blue-box .tit-box .more::before {
  content: "";
  background: #fff;
  width: 2em;
  height: 1px;
}

@media (max-width:1024px) {
  .index-recruitment .txt-box .txt {
    text-shadow: 2px 1px 2px #f7f7f5,
      3px 2px 2px #f7f7f5,
      -2px -2px 2px #f7f7f5,
      -3px -1px 4px #f7f7f5;
  }

  .index-recruitment .txt-box .more {
    text-shadow: 2px 1px 2px #f7f7f5,
      3px 2px 2px #f7f7f5,
      -2px -2px 2px #f7f7f5,
      -3px -1px 4px #f7f7f5;
  }
}

@media (max-width:599px) {
  .index-recruitment .txt-box {
    top: 25px;
  }

  .index-recruitment .blue-box .tit-box {
    font-size: 14px;
  }

  .index-recruitment .blue-box .tit-box .ja {
    font-size: 16px;
  }

  .index-recruitment .blue-box .tit-box .more {
    font-size: 14px;
  }
}

/* index-contact(トップ) */
.index-contact .item>* {
  border: 1px solid;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.index-contact .item a {
  padding: 20px;
}

[data-element-id].index-contact .item>*{
  padding: 20px;
}

.index-contact .item>* a{
  display: block;
}

.index-contact .item.mail a:hover {
    opacity: 1;
    background: #fff;
    color: #0a719c;
}

.index-contact .item.mail a::after {
  content: "";
  width: 5em;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .4s;
  transform: translateX(50%);
}

.index-contact .item.mail a:hover::after {
  opacity: 1;
  transform: translateX(80%);
}

.index-contact .item .tel-icon>* {
  font-weight: 800;
  font-size: 160%;
  transform: rotate(-30deg);
}

.index-contact .item .mail-icon>* {
  font-size: 160%;
}

@media (max-width:599px) {
  .index-contact .item>* {
    font-size: 16px;
  }

  .index-contact .item.mail a::after {
    width: 3em;
    right: 0;
  }
}

/* index-info(トップ) */
.index-info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 10px;
}

.index-info dl dt {
  width: 40%;
}

.index-info dl dd {
  width: 60%;
}

.index-info .tel-list>*>* {
  display: flex;
  align-items: center;
}


.index-info .tel-list .tit {
  background: #0a719c;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 300;
  width: 120px;
  text-align: center;
  margin-right: 10px;
}

.index-info .tel-list .txt {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width:1024px) {
  .index-info dl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  .index-info dl dt {
    width: 100%;
    font-weight: 500;
  }

  .index-info dl dd {
    width: 100%;
  }

  .index-info .tel-list>*>* {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 220px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .side .list {
    width: 100%;
  }
}


.list-side .datattl {
  position: relative;
  padding: 10px;
  border-radius: 2em;
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 40%, #eddda0 55%, #b29c46 70%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  font-size: 24px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: flex;
  align-items: center;
}

.list-side a:before {
  position: relative;
  background: #000;
  content: '';
  display: block;
  width: 0.8em;
  height: 1px;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #06415a;
}

[data-element-id].homevisual{
  height: auto;
}

.homevisual .hv-slider {
  max-height: 1000px;
  transform: translateY(-50%) rotate(10deg) scale(1.4);
  position: relative;
  top: 50%;
}

[data-element-id].homevisual .hv-slider{
  transform: none;
  max-height: none;
    position: relative;
    top: auto;
}

[data-element-id].homevisual .hv-slider ul {
    display: flex;
    flex-wrap: wrap;
}
[data-element-id].homevisual .hv-slider ul.list01 {
    border: 5px solid #fff;
}

[data-element-id].homevisual .hv-slider ul.list01::before {
    content: "◀◀ １列目のスライダー ◀◀";
    background:#fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #095c7e;
    width: 100%;
    padding: 0 10px
}

[data-element-id].homevisual .hv-slider ul.slick02-rev::before {
    content: "▶▶ ２列目のスライダー ▶▶";
}

[data-element-id].homevisual .hv-slider ul li {
    width: 16.66%;
}

.homevisual .hv-slider::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 2;
}

[data-element-id].homevisual .hv-slider::before{
  display: none;
}

.homevisual .hv-slider .slick-initialized .slick-slide {
  margin-left: 50px;
  opacity: 0.5;
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

[data-element-id].homevisual .head {
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
    margin: 200px auto 200px;
}

.homevisual .head .horse-img {
    max-width: 500px;
    width: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.homevisual .head .catch {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.homevisual .head .catch-sub {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}


@media (max-width:1024px) {
  .homevisual {
    height: 100dvh;
  }
  
  .homevisual .hv-slider{
    transform: translateY(-50%) rotate(10deg) scale(1.6);
  }
  
  .homevisual .hv-slider .slick-initialized .slick-slide {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .homevisual {
    height: 100dvh;
  }

  .homevisual .head {
    font-size: 28px;
  }

  .homevisual .head .horse-img {
    width: 50%;
  }

  .homevisual .head .catch {
    font-size: 22px;
  }

  .homevisual .head .catch-sub {
    font-size: 14px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
/* スリックスライダー（トップ） */

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
  overflow: hidden;
  background: #000;
}

.topvisual .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topvisual .img:before {
  position: absolute;
  top: 0;
  left: -10%;
  display: block;
  padding-top: 30%;
  content: '';
  background: #055271;
  width: 50%;
  height: 100%;
  z-index: 2;
  transform: skewX(20deg);
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: 0.4;
}

.topvisual .head {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  z-index: 3;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
    padding-bottom: 50px;
  height: 100%;
  min-height: 340px;
  flex-direction: column;
  width: 90%;
  margin-left: 5%;
}

[data-element-id].topvisual .head{
  width: fit-content;
}

.topvisual .head .en {
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 60%, #eddda0 65%, #b29c46 75%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-size: 70px;
  letter-spacing: 8px;
  font-weight: 700;
}

.topvisual .head .ja {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .topvisual .head {
    font-size: 26px;
    min-height: 260px;
    padding-bottom: 30px;
  }

  .topvisual .head .en {
    font-size: 50px;
  }
  
  .topvisual .head .en.min {
    font-size: 42px;
  }

  .topvisual .img:before {
    width: 80%;
    left: -20%;
  }
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
    padding-bottom: 30px;
    justify-content: flex-end;
    min-height: 240px;
  }

  .topvisual .head .en {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .topvisual .head .en.min{
    font-size: 32px;
  }

  .topvisual .head .ja {
    font-size: 20px;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: #055271;
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #055271;
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #055271;
}

.pagenation .next a:hover:before,
.pagenation .prev a:hover:before {
  opacity: 1;
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 40%, #eddda0 55%, #b29c46 70%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-weight: 900;
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #055271;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  opacity: 1;
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 40%, #eddda0 55%, #b29c46 70%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-weight: 900;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/

/*マル新ホームについて（下層）*/
.about-link .item>* {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 200px;
  align-items: center;
  background: #065272;
}

.about-link .item>*:hover {
  opacity: 1;
}

.about-link .item>*::after {
  background: #fff;
  width: 3em;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 3;
  transition: .5s;
}

.about-link .item>*:hover::after {
  right: 5px;
}

.about-link .item>*::before {
  background: #fff;
  width: 0.8em;
  height: 1px;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  bottom: 25px;
  right: 14px;
  z-index: 3;
  transition: .5s;
}

.about-link .item>*:hover::before {
  right: 4px;
}

.about-link .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}

.about-link .item .tit {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
}

.about-link .item .tit .en {
  font-weight: 500;
}

.about-link .item .tit .ja {
  font-weight: 300;
}

/* 会社概要（下層） */
.company-list th {
  background: #065272;
  border-bottom: 1px solid #b3c7cf;
  color: #FFF;
  width: 30%;
  padding: 10px 20px;
  font-size: 18px;
}

.company-list.other th {
  background: #ffffff;
  border-bottom: 1px solid #b29c46;
  color: #065272;
}

.company-list td {
  background: #eee;
  padding: 20px;
  width: 70%;
  border-bottom: 1px solid #aaa;
}

.company-list.other td {
  background: #fff;
  border-bottom: 1px solid #065272;
}

.company-list tr:last-child th,
.company-list tr:last-child td {
  border-bottom: none;
}

table.history-list tr th {
  width: 30%;
  padding: 20px;
  position: relative;
}

table.history-list tr th::after {
  content: "";
  background: #065272;
  width: 2.5em;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -0.5px;
}

table.history-list tr td {
  width: 70%;
  padding: 20px;
}

@media (max-width:1024px) {
  .company-list th {
    font-size: 16px;
  }

  table.history-list tr th::after {
    right: 5%;
  }
}

@media (max-width:599px) {
  .company-list th {
    padding: 10px 5px;
    font-size: 14px;
  }

  .company-list td {
    padding: 10px 5px;
    font-size: 14px;
  }

  table.history-list tr th::after {
    width: 1em;
    right: -5%;
  }
}

/* 事業内容（下層） */
.business-contents .item {
  width: 90%;
  margin-bottom: 50px;
}

.business-contents .item:nth-of-type(odd) {
  margin-right: auto;
}

.business-contents .item:nth-of-type(even) {
  margin-left: auto;
}

.business-contents .item .img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.business-contents .item .txt-box {
  padding: 30px;
  z-index: 2;
  position: relative;
  color: #fff;
}

[data-element-id].business-contents .item .txt-box {
    width: 90%;
    background: rgb(0 0 0 / 48%);
}

.business-contents .item:nth-of-type(odd) .txt-box {
  text-align: left;
}

.business-contents .item:nth-of-type(even) .txt-box {
  text-align: right;
}

[data-element-id].business-contents .item:nth-of-type(odd) .txt-box .tit,[data-element-id].business-contents .item:nth-of-type(odd) .txt-box{
  margin-right: auto;
}

[data-element-id].business-contents .item:nth-of-type(even) .txt-box .tit,[data-element-id].business-contents .item:nth-of-type(even) .txt-box{
  margin-left: auto;
}

.business-contents .item .txt-box .tit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 20px;
}

.business-contents .item .txt-box .tit .en {
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 60%, #eddda0 65%, #b29c46 75%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-size: 60px;
  font-weight: 600;
}

[data-element-id].business-contents .item .txt-box .tit{
  width: fit-content;
}

.business-contents .item .txt-box .tit .ja {
  font-size: 20px;
  font-weight: 600;
}

.business-contents .item .txt-box .txt {
  line-height: 2;
}

@media(max-width:1024px) {
  .business-contents .item .txt-box .tit .en {
    font-size: 40px;
  }
}

@media(max-width:599px) {
  .business-contents .item {
    width: 100%;
  }

  .business-contents .item .txt-box .tit .en {
    font-size: 30px;
    font-weight: 800;
  }

  .business-contents .item:nth-of-type(odd) .txt-box {
    text-align: center;
  }

  .business-contents .item:nth-of-type(even) .txt-box {
    text-align: center;
  }

  .business-contents .item .txt-box .txt {
    text-align: left;
  }
}

/* 住宅・不動産事業（下層） */
.housing-area .housing-list .item>* {
  box-shadow: 5px 5px #eee;
  display: block;
  height: 100%;
  background-color: #0a719c;
  position: relative;
}

.housing-area .housing-list .item>* .blocktxt .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.housing-area .housing-list .item>* .blocktxt .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product .float-box:not(:first-child),.auto-leave .float-box:not(:first-child) {
  margin-top: 50px;
}

/* 自動車販売事業（下層） */
.auto-sumitomo .box .item>* {
  box-shadow: 2px 2px 4px #ccc;
  padding: 20px;
  background: #ffffff;
  height: 100%;
  position: relative;
}

.auto-sumitomo .box .item .tit {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #055271;
  text-align: center;
}

.auto-sumitomo.flow .box .item>*::after {
  content: "";
  display: block;
  border-top: 10px solid #055271;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auto-sumitomo.flow .box .item:last-child>*::after {
  content: none;
}

.auto-sumitomo.flow .box .item .txt {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}

@media(max-width:1024px) {
  .auto-sumitomo.flow .box .item .txt {
    line-height: 1.7;
  }
}

@media(max-width:599px) {
  .auto-sumitomo.flow .box .item .txt {
    text-align: left;
  }
}

/* 物販事業（下層） */
.banner-area .box {
  position: relative;
  padding: 10px;
  background: #055271;
}

.banner-area .box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

.banner-area .box .tit-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid white;
  padding: 30px;
}

[data-element-id].banner-area .box .tit-box {
    border: none;
    width: fit-content;
    margin: 0 auto;
}

.banner-area .box .tit {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 10px;
}

.banner-area .box .logo {
  width: 200px;
}

.banner-area .box .logo02 {
  width: 70px;
}

@media(max-width:599px) {
  .banner-area .box .tit-box {
    padding: 20px;
  }

  .banner-area .box .tit {
    font-size: 20px;
  }

  .banner-area .box .logo {
    width: 140px;
  }
}

/* 飲食事業（下層） */
.shoplist .works-list .item .tit-box .tit{
  margin-bottom: 20px;
}

/* 記事一覧ページ */
.article-area .content {
  background: #fff;
  padding: 20px;
}

.article-area .content.html-detail .cate span {
  display: block;
  border: 1px solid #109bdc;
  color: #109bdc;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
  font-size: 14px;
}

.article-area .content.html-detail .tit {
  font-size: 20px;
  font-weight: 600;
  color: #055271;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.article-area .list-article .item .time {
  color: #109bdc;
}

.article-area .list-article .item .cate span {
  display: inline-block;
  border: 1px solid #109bdc;
  color: #109bdc;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
  font-size: 12px;
}

.article-area .news-box .list-article .item {
  border-bottom: 1px solid #7c7c7c;
  margin-bottom: 20px;
}

.article-area .news-box .list-article .item>* {
  margin-bottom: 20px;
  display: block;
}

.article-area .list-article .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.article-area .list-article .item .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-area .works-block .tit-box {
  position: relative;
  display: flex;
  min-height: 150px;
  width: 80%;
  margin-top: -90px;
  margin-left: -20px;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
  background: #065272;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
}

.html-detail .txt h2 {
  color: transparent;
  background: linear-gradient(180deg, #b29e47 0%, #b29c46 40%, #eddda0 55%, #b29c46 70%, #b49e49 90% 100%);
  -webkit-background-clip: text;
  font-size: 22px;
  line-height: 1;
  padding: 0.5em 0;
  margin: 1em 0;
  font-weight: 800;
  letter-spacing: 2px;
}

.html-detail .txt h3 {
  font-size: 20px;
  border-left: solid 5px #055271;
  line-height: 1;
  padding: 0.5em 10px;
  color: #055271;
  margin: 1em 0;
  font-weight: bold;
}

.html-detail .txt h4 {
  border-bottom: dotted 2px #055271;
  padding-bottom: 0.5em;
  margin: 1em 0;
  font-weight: 600;
  color: #055271;
}

@media(max-width:599px) {
  .article-area .list-article .item .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/* プライバシーポリシー（下層） */
.pryvacy-box .item {
  margin-top: 50px;
}

.pryvacy-box .item .num-list ul li {
  display: flex;
  margin-bottom: 15px;
}

.pryvacy-box .item .num-list ul li .num {
  flex-shrink: 0;
  margin-right: 5px;
}

.pryvacy-box .item .num-list02 {
  padding: 10px;
  font-size: 15px;
}

.pryvacy-box .item .num-list02>* {
  display: flex;
  margin-bottom: 10px;
  font-weight: 300;
}

/* お問い合わせ（下層） */
.form .box {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
}

.form .datattl {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  width: 210px;
  font-weight: 600;
  font-size: 18px;
  align-items: baseline;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0.1em 0.5em;
  background: #02b4fc;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}

.form .require.rev {
  border: 1px solid #02b4fc;
  color: #02b4fc;
  background: none;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px;
  width: 100%;
  border: 1px solid #055271;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
  font-weight: 500;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #055271;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 7px;
  left: 0px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #055271;
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 170px;
  border: 1px solid #055271;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .form-btn {
  margin-top: 30px;
}

.form .form-btn button {
  width: 100%;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #065272;
  border: 1px solid #065272;
  text-align: center;
  position: relative;
  background: none;
}

.form .form-btn button:after {
  content: "";
  width: 5em;
  height: 1px;
  background: #065272;
  display: block;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: .4s;
  transform: translateX(50%);
}

.form .form-btn .back:after {
  right: auto;
  left: 0;
  transform: translateX(-50%);
}

.form .form-btn button:hover {
  opacity: 1;
}

.form .form-btn button:hover:after {
  transform: translateX(80%);
}

.form .form-btn .back:hover:after {
  transform: translateX(-80%);
}

input[type="text"]:focus,
.form .data textarea:focus {
  outline: none;
  background: #055271;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
  }

  .form .data {
    padding-left: 30px;
  }
}

@media (max-width:599px) {
  .form .box {
    flex-wrap: wrap;
  }

  .form .data {
    padding-left: 0px;
  }
}

.up-maxh-650{
  max-height: 650px;
}

/*# sourceMappingURL=style.css.map */

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

/*2023/04/19*/
.teikei .flexb {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.teikei .marine .m-img {
  width: 60%;
}
.teikei .marine .txt {
  width: 35%;
}
.tk-slideshow {
  display: flex;
  overflow-x: scroll;
	margin: 0;	
	padding: 0;
}
.tk-slideshow li{
	min-width: 40%;
	margin: 10px;	
	padding: 0;
	list-style: none;
}


/* 04/22 追記 */

.teikei{
  margin: 50px auto 0px;
}

.teikei ul li{
  text-indent: -1em;
  padding-left: 1em;
}

.teikei h4{
   text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
    color: transparent;
    background: linear-gradient(180deg, #b29e47 0%, #b29c46 60%, #eddda0 65%, #b29c46 75%, #b49e49 90% 100%);
    -webkit-background-clip: text;
}

.teikei .more a{
  display: flex;
    align-items: center;
    column-gap: 15px;
    width: fit-content;
    margin: 30px auto 0;
    color: #0877a8;
    font-size: 16px;
    position: relative;
    margin-left: 0;
}

.teikei ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 8px;
    color: #333;
    letter-spacing: 0.05em;
}

.teikei h5{
      color: #0877a8;
    font-size: 24px;
    border-bottom: 1px dashed;
    margin-bottom: 20px;
}

.teikei .more a::before{
      content: "";
    background: #0877a8;
    width: 2em;
    height: 1px;
}

 @media only screen and (max-width: 599px){
  .teikei .flexb {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.teikei .marine .m-img {
    width: 100%;
}

.teikei .marine .txt {
    width: 100%;
}

.swiper {
    width: min(100%, 600px);
    height: 150px !important;
}

.swiper-slide {
    height: 150px !important;
}


.teikei h4 {
    margin-bottom: 25px;
}

.flexb.photographer{
  flex-direction: column-reverse;
}

.flexb.photographer .txt{
  margin-top: 25px;
}
} 

/* 2025/12/25 */

.up-ofi-52:after {
    content: "";
    display: block;
    padding-top: 52%;
}

@media screen and (max-width:599px) {
.index-concept .up-pfi-0-sp:after {
    content: "";
    display: block;
    padding-top: 0%;
} 

.up-ofi-52:after {
    content: "";
    display: block;
    padding-top: 0%;
}
}

/* .topvisual .ofi-contain img{
  object-fit: contain !important;
} */

/* =========================================
   Marushin Custom Promotion Section
   ========================================= */

/* =========================================
   Marushin Quality Section (Single Image)
   ========================================= */

/* セクション全体の基本設定 */
.marushin-quality-section {
  width: 100%;
  /* PCでの上下余白。前後のセクションに合わせて調整してください */
  padding: 80px 0;
  background-color: #fff6e6;
  box-sizing: border-box;
}

/* コンテンツ幅を制限するコンテナ（サイト共通のクラスがあればそれに置換可） */
.marushin-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; /* 左右の余白 */
  box-sizing: border-box;
}

.marushin-quality-section h3{
  text-align: center;
}


/* --- 画像エリアのスタイル --- */
.quality-image-wrapper {
  width: 30%;
  /* PC表示で画像が巨大になりすぎないよう最大幅を制限。
     盾の写真は縦長なので、600px〜700px程度がバランス良いと想定 */
  max-width: 700px;
  margin: 0 auto; /* 中央揃え */
}

.quality-image-wrapper img {
  width: 100%;
  height: auto;
  display: block; /* 画像の下に隙間ができるのを防ぐ */
  /* 写真自体に光沢があるので、あえて装飾（影など）は付けずシンプルに見せる */
}


/* =========================================
   レスポンシブ調整
   ========================================= */

/* --- Breakpoint: 1024px以下（タブレット・小型PC） --- */
@media screen and (max-width: 1024px) {
  .marushin-quality-section {
    padding: 60px 0; /* 上下の余白を少し詰める */
  }
  
  .marushin-section-header .en-title {
    font-size: 28px; /* 見出しサイズを少し小さく */
  }
}

/* --- Breakpoint: 599px以下（スマホ） --- */
@media screen and (max-width: 599px) {
  .marushin-quality-section {
    padding: 40px 0; /* スマホでは余白をさらに詰める */
  }

  .marushin-section-header {
    margin-bottom: 30px;
  }

  .marushin-section-header .en-title {
    font-size: 24px;
  }
  
  /* スマホでは画像をコンテナ幅いっぱいまで大きく見せる */
  .quality-image-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
