@charset "UTF-8";

/* ########### 株式会社クリアパステクノロジー  ########### */
/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 株式会社クリアパステクノロジー 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
  color: #323232;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #323232 !important;
}

.gray {
  color: #8aa5b3 !important;
}

.darkblue {
  color: #0c2d39 !important;
}

.blue {
  color: #2364b6 !important;
}

.lightblue {
  color: #0095d7 !important;
}

.greenblue {
  color: #6ecdc3 !important;
}



.slider-blue {
  color: #d9e4f3;
}

.slider-lightblue {
  color: #cfeefb;
}

.slider-greenblue {
  color: #d5f3f1;
}

.slider-gray {
  color: #e4ecef;
}

.service-blue {
  color: #aac3e3 !important;
}

.service-lightblue {
  color: #97d4ef !important;
}

.service-greenblue {
  color: #b9e7e2 !important;
}

.service-gray {
  color: #c7cfd1 !important;
}

.service-darkblue {
  color: #a7b3b7 !important;
}


.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #323232 !important;
}

.back--gray {
  background-color: #8aa5b3 !important;
}

.back--darkblue {
  background-color: #0c2d39 !important;
}

.back--blue {
  background-color: #2364b6 !important;
}

.back--lightblue {
  background-color: #0095d7 !important;
}

.back--greenblue {
  background-color: #6ecdc3 !important;
}

.border {
  border: 1px solid #323232;
}

.border-lightblue {
  border: 1px solid #0095d7;
}

/* ################## 共通 ################## */

.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #323232;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #323232;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.borderbottom-lightblue {
  border-bottom: 1px solid #0095d7;
}

.borderbottom-lightblue2 {
  border-bottom: 2px solid #0095d7;
}


.borderbottom-blue2 {
  border-bottom: 2px solid #2364b6;
}

.borderbottom-blue {
  border-bottom: 1px solid #2364b6;
}

.borderbottom-darkblue {
  border-bottom: 1px solid #0c2d39;
}

.borderbottom-darkblue2 {
  border-bottom: 2px solid #0c2d39;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

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

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

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

.z-index3 {
  z-index: 3;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}

.Noto-Sans-JP {
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

.oswald {
  font-family: "Oswald";
}


.sans {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
  text-align: initial;
  line-height: 1.5;
}

.pretty {
  text-wrap: pretty !important;
}

.balance {
  text-wrap: balance !important;
}

.wrap2 {
  text-wrap: wrap !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #323232;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  position: relative;
}

ul,
li {
  list-style: none;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom01 {
  margin-bottom: 0.1em !important;
}

.margin-bottom015 {
  margin-bottom: 0.15em !important;
}

.margin-bottom02 {
  margin-bottom: 0.2em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

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

.weight800 {
  font-weight: 800 !important;
}

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

.bold {
  font-weight: 700;
}

.bold900 {
  font-weight: 900;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent13 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

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

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .65s forwards;
  will-change: transform
}

@keyframes EffectFade {
  from {
    transform: translate(0px, 45px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}


/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.effectfade {
  animation-delay: 0.3s;
}

@media (min-width: 480px) {
  .effectfade.second {
    animation-delay: 0.6s;
  }

  .effectfade.third {
    animation-delay: 0.9s;
  }

  .effectfade.fourth {
    animation-delay: 1.2s;
  }

  .effectfade.fifth {
    animation-delay: 1.5s;
  }

  .effectfade.sixth {
    animation-delay: 1.8s;
  }
}

.effectfade.second2 {
  animation-delay: 0.6s;
}

.effectfade.third2 {
  animation-delay: 0.9s;
}

.effectfade.fourth2 {
  animation-delay: 1.2s;
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}


@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

.animated-text2 {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text2.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}



.anime-up.displayed span {
  display: inline-block;
}

.anime-up.displayed>span {
  overflow: hidden;
}

.anime-up.displayed>span>span {
  animation: showTextFromBottom 1.0s backwards;
  will-change: transform
}

/*text animetions*/
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.h2-margin {
  margin-bottom: 40px;
}

.h2-margin2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2-main {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(80px, calc(100vw / 1260 * 100), 100px);
  line-height: 1;
  font-weight: 500;
  display: block;
  color: #0c2d39;
}

.h2-main2 {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(75px, calc(100vw / 1260 * 85), 85px);
  line-height: 1;
  font-weight: 500;
  color: #0c2d39;
}

.h2-main2.white {
  font-weight: 400;
}

.flex-h2-main2 img {
  padding-top: 5px;
  display: inline-block;
  padding-right: 10px;
  width: 113px;
}

.h2-sub {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(30px, calc(100vw / 1260 * 36), 36px);
  font-weight: 500;
  color: #0c2d39;
}

.h2-sub2 {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 21px;
  text-wrap: pretty;
  line-height: 1.75;
  font-weight: 500;
  display: inline-block;
  margin-top: 1em;
  color: #0c2d39;
}

.h2-sub2.adjust {
  margin-top: 0px;
}

.h3-main-ja {
  display: inline-block;
  text-align: initial;
  font-size: clamp(18px, calc(100vw / 1260 * 22), 22px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.h3-main-ja2 {
  display: inline-block;
  text-align: initial;
  font-size: clamp(22px, calc(100vw / 1260 * 28), 28px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 15px;
}

.h3-main-ja3 {
  display: inline-block;
  text-align: initial;
  font-size: clamp(16px, calc(100vw / 1260 * 28), 28px);
  line-height: 1.5;
  font-weight: 600;
}

.h3-main-en {
  display: block;
  color: rgba(255, 255, 255, 0.35);
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(40px, calc(100vw / 1260 * 50), 50px);
  text-wrap: balance;
  text-align: initial;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 20px;
}

.h3-main-en.adjust {
  margin-bottom: 6px;
}

.white-box2 .h3-main-en {
  display: block;
  color: rgb(255, 255, 255);
}

.white-box3 .h3-main-en {
  display: block;
  color: rgb(255, 255, 255);
}

.h3-main2 {
  font-size: clamp(14px, calc(100vw / 1260 * 18), 18px);
  color: #ffffff;
  font-weight: 500;
  margin-top: 5px;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

.common-margin-bottom {
  margin-bottom: 30px !important;
}

.common-margin-bottom2 {
  margin-bottom: 60px;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}


.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-ws {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.flex-wsas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */

.multiply {
  mix-blend-mode: multiply;
}

.top-blend.swiper-wrapper::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(35, 64, 141, 0.5);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}

.contents {
  position: relative;
  z-index: 2;
}

/* ###### ヘッダー ###### */

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 90px;
}

.header__logo a {
  transition: all .4s;
}

.header__logo {
  width: 200px;
  margin-bottom: 5px;
  line-height: 0.75 !important;
}

.header__logo a:hover {
  opacity: 0.5;
}

.header__right {
  text-align: right;
  flex: 1
}

.header__subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -3px;
  margin-top: 3px;
  position: relative;
  z-index: 999;
}

.header__nav .header__nav-link a {
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.header__nav .header__nav-link {
  margin-left: 30px;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 100px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

/*.header__nav {
    scrollbar-width: auto;
    -ms-overflow-style: auto;
  }
   .header__nav::-webkit-scrollbar {
    display: none;
     
  }*/
#header {
  width: 100%;
  z-index: 2003;
  top: 0;
  position: fixed;
  /*fixedを設定して固定*/
  width: 100%;
  transition: background-color 0.3s ease;
}

#header.menu-open {
  background: #fff;
}

#header.menu-open .openbtn span {
  background: #323232 !important;
}

@media (min-width:1100px) {
  #header.menu-open .header__nav-link>a {
    color: #323232 !important;
  }
}

#header.active {
  background-color: rgb(255, 255, 255);
}

#header.active .openbtn span {
  background: #323232 !important;
}

@media (min-width:1100px) {
  #header.active .header__nav-link>a {
    color: #323232;
  }
}

.otoiawase-text {
  padding-bottom: 2px;
  display: inline-block;
}

.material-symbols-outlined {
  vertical-align: bottom;
  padding-right: 3px;
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 16
}


/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 14px;
  /* クリックできなくする */
}

/*　ヘッダーボタン　*/

.button-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 12px;
  width: 160px;
  height: 45px;
  border-radius: 25px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0095d7;
  border: #0095d7 1px solid;
  transition: all .25s ease 0s;
}

.button-header a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../image/icon-calender-white.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}

@media(hover: hover) {
  .button-header a:hover {
    color: #0095d7;
    background-color: #ffffff;
    font-weight: 700;
  }

  .button-header a:hover::before {
    background: url(../image/icon-calender.svg) no-repeat;
  }
}


/* ########### トップ-メイン ########### */

.swiper-slide-active .zoom-outer,
.swiper-slide-duplicate-active .zoom-outer,
.swiper-slide-prev .zoom-outer {
  animation: zoomUp 8s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

/* スライダー画像がない時 */
.swiper-slide:has(img[src=""]) {
  display: none;
}

#main,
#thanks {
  position: relative;
  padding-top: 0px;
  z-index: 1;
}

.main__title {
  color: white;
  font-family: "Oswald";
  font-weight: 400;
  line-height: 1.1;
}

.main__subtitle {
  color: white;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 15px;
}

.main__block-text {
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  position: absolute;
  padding: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: flex-start;
  min-height: 600px;
}

/* 上部スライダー */
.main-slider {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
}

.main-slider img {
  object-position: center 0%;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
}

.zoom-outer {
  width: 100%;
}

.main-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}


.hero__tri {
  position: relative;
}

/* 左上の正三角形 */

/* ラベル部分 左上に表示
.hero__tri {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border-bottom: 50vw solid transparent;
  border-left: 50vw solid #c12748;
  position: absolute;
  z-index: 2;
} */
.hero__tri {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vh;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: rgba(0, 74, 170, 0.85);
}

.tri-top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  mix-blend-mode: multiply;
}

.tri-top.top-tri {
  mix-blend-mode: normal
}

.tri-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 1;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  mix-blend-mode: multiply;
}

.tri-top.tri-blue {
  background-color: rgba(0, 74, 170, 1);
}


.tri-top.tri-blue.top-tri {
  background-color: rgba(0, 74, 170, 0.85);
}

.tri-top.tri-lightblue.top-tri {
  background-color: rgba(0, 149, 215, 0.85);
}

.tri-top.tri-greenblue.top-tri {
  background-color: rgba(110, 205, 195, 0.85);
}

.tri-top.tri-gray.top-tri {
  background-color: rgba(138, 165, 179, 0.85);
}

.tri-top.tri-gray {
  background-color: rgba(138, 165, 179, 1);
}

.tri-top.tri-lightblue {
  background-color: rgba(0, 149, 215, 1);
}

.tri-top.tri-greenblue {
  background-color: rgba(110, 205, 195, 1);
}

.tri-top.tri-lightgray {
  background-color: rgba(188, 208, 233, 1);
}

.tri-bottom.tri-lightblue {
  background-color: rgba(0, 149, 215, 1);
}

.tri-bottom.tri-blue {
  background-color: rgba(35, 100, 182, 1);
}

.tri-bottom.tri-gray {
  background-color: rgba(138, 165, 179, 1);
}

.tri-bottom.tri-greenblue {
  background-color: rgba(110, 205, 195, 1);
}

/*　共通ボタン　*/
.button-common a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 12px;
  max-width: 320px;
  height: 55px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0c2d39;
  border: #0c2d39 1px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}


@media(hover: hover) {

  .button-common a:hover {
    color: #0c2d39;
    background-color: #ffffff;
  }

}

/*　View Moreボタン　*/
.button-common.btn-vm a {
  z-index: 3;
  right: 20px;
  bottom: 20px;
}

.button-common.btn-vm a {
  display: flex;
  margin-left: auto;
  max-width: 110px;
  width: 100px;
  padding: 10px 5px 12px 15px;
  height: 32px;
  font-size: 18px;
  border-radius: 32px;
  font-weight: 500;
  color: #8aa5b3;
  background-color: #ffffff;
  border: #ffffff 1px solid;
  cursor: pointer;
}

.button-common.btn-vm a::after {
  content: "";
  display: block;
  margin-left: 10px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  background: url(../image/icon-vm.svg) no-repeat;
}

@media(hover: hover) {
  .button-common.btn-vm a:hover {
    color: #ffffff;
    background-color: #8aa5b3;
    font-weight: 500;
  }

  .button-common.btn-vm a:hover::after {
    background: url(../image/icon-vm-white.svg) no-repeat;
  }
}

/* ###### トップ-イントロ ###### */

.top-intro-back {
  position: relative;
  background: url(../image/back-top-introduction.svg) 50% 100% / cover no-repeat
}

.tickerTxt {
  display: flex;
  width: 100%;
}

.tickerTxt__txt {
  padding-right: 0.25em;
  font-size: clamp(40px, calc(100vw / 1100 * 120), 120px);
  line-height: 1;
  font-family: "Oswald";
  font-weight: 400;
  white-space: nowrap;
  will-change: transform
}

.tickerTxt__txt-defaults {
  animation: defaultsLoop 85s linear infinite
}

@keyframes defaultsLoop {

  0% {
    transform: translate(0)
  }

  to {
    transform: translate(-100%)
  }
}

.ticker {
  display: flex;
  position: relative;
  width: 350%;
  margin-top: clamp(10px, 2.5vw, 40px);
}

.ticker__grid {
  display: flex;
  gap: 0 clamp(10px, 2.5vw, 40px);
  padding-left: clamp(10px, 2.5vw, 40px);
  animation: loop 35s linear infinite;
  will-change: transform;
}

.ticker__item {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 300px;
}

@keyframes loop {
  0% {
    transform: translate(-100%)
  }

  to {
    transform: translate(0)
  }
}

.intro-img {
  width: 310px;
  margin-right: 45px;
}

.flex-intro .h2-sub {
  flex: 1;
}

.text-intro {
  padding-top: 10px;
}

/* ###### トップ-サービス ###### */

.main__back2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  background: url(../image/poster.jpg) center bottom / cover no-repeat
}

.main__back2 video {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -4;
}

.title-left {
  flex: 1;
  padding-right: 45px;
}

.title-right {
  width: 300px
}

.white-box {
  background-color: white;
  padding: 60px 60px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.white-box-left {
  display: grid;
  gap: 25px;
}

.white-box-left li {
  width: 225px;
  display: grid;
  place-items: center;
  margin-top: 50px;
  place-content: center;
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  /* 縦横比を1:1に指定 */
}

.white-box-left li img {
  display: inline-block;
  margin-bottom: 3px;
  margin-top: -3px;
}

.white-box-right {
  display: grid;
  gap: 25px;
  flex: 1;
  padding-left: 45px;
}

.white-box-right.swiper-wrapper {
  gap: 0px;
  padding-left: 0px;
}

.white-box-right li {
  background-color: #2364b6;
  position: relative;
  min-height: 325px;
  overflow: hidden;
}

.white-box-right li a {
  position: absolute;
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px 30px;
}

.white-box-right li .blendimg img {
  width: 100%;
  min-height: 325px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  font-family: "object-fit: cover";
  object-position: right center;
}

.white-box-right li::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 100, 182, 0.85);
}

.white-box-right li.bc-lb::after {
  background-color: rgba(0, 149, 215, 0.85);
}

.white-box-right li.bc-gb::after {
  background-color: rgba(110, 205, 195, 0.85);
}

.white-box-right li.bc-g::after {
  background-color: rgba(138, 165, 179, 0.85);
}

.white-box-right li:hover .blendimg {
  transform: scale(1.1);
}

.blendimg {
  transition: all .5s ease 0s;
  transform: scale(1.01);
  display: block;
}

/* ###### トップ-リンク ###### */

.white-box2 {
  background-color: rgb(255, 255, 255);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.white-box2 li {
  width: 48%;
  position: relative;
  min-height: 375px;
  overflow: hidden;
}

.white-box2 li a {
  position: absolute;
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px 30px;
}

.white-box2 li .blendimg img {
  width: 100%;
  min-height: 375px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  font-family: "object-fit: cover";
  object-position: right center;
}

.link-title-block {
  min-height: auto !important;
  margin-bottom: 30px;
}

.bc-db::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: rgba(35, 64, 141, 0.5);
}

.bc-db:hover .blendimg {
  transform: scale(1.1);
}

.link-text {
  min-height: 60px;
}


/* ###### 下層-リンク ###### */


.white-box3 li:nth-child(2) {
  background-color: rgb(255, 255, 255);
  padding: 40px 20px 40px 40px;
}

.div-link-photo {
  min-height: 375px;
  overflow: hidden;
  position: relative;
}

.white-box3 li.second:nth-child(2) {
  background-color: rgb(255, 255, 255);
  padding: 40px 40px 40px 20px;
}

.li-link-text {
  padding: 0px 20px 0px 40px;
}

.li-link-text.second {
  padding: 0px 40px 0px 20px;
}

.white-box3 li a {
  position: absolute;
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px 30px;
}

.white-box3 li .blendimg img {
  width: 100%;
  min-height: 375px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  font-family: "object-fit: cover";
  object-position: right center;
}

/* ###### 下層共通 ###### */

.underlayer__top {
  position: relative;
  padding-top: 0px;
}

.underlayer-common {
  z-index: -1;
  overflow: hidden;
}

.underlayer-top__text {
  left: 0;
  right: 0;
  max-width: 1760px;
  margin: auto;
  padding: 70px 30px 30px;
  height: 405px;
  position: absolute;
  z-index: 2;
  display: grid;
  align-content: center;
}

.underlayer-top__back::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 64, 141, 0.5);
}

.underlayer-top__back.lb__back::after {
  background-color: rgba(0, 149, 215, 0.5);
}

.underlayer-top__back.gb__back::after {
  background-color: rgba(110, 205, 195, 0.5);
}

.underlayer-top__back.g__back::after {
  background-color: rgba(138, 165, 179, 0.5);
}

.underlayer-top__back img {
  width: 100%;
  height: 405px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: relative;
  z-index: -999;
}

.underlayer-top__back.right__back img {
  object-position: 90% 55%;
}

.underlayer-top__back.ub-thanks img {
  object-position: 50% 100%;
}

.underlayer-top__back.ub-recruit img {
  object-position: 50% 55%;
}

.margin-photo {
  margin-top: 45px;
}

.wt li {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.works-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.works-table {
  flex: 1;
  display: flex;
}

/* ###### 事業部 ###### */

#division1 {
  position: relative;
  background: url(../image/back-division-a.jpg) 50% 50% / cover no-repeat
}

#division1::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 100, 182, 0.85);
}


#division2 {
  position: relative;
  background: url(../image/back-division-b.jpg) 50% 50% / cover no-repeat
}

#division2::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 149, 215, 0.85);
}

#division3 {
  position: relative;
  background: url(../image/back-division-c.jpg) 50% 50% / cover no-repeat
}

#division3::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(138, 165, 179, 0.85);
}

#division4 {
  position: relative;
  background: url(../image/back-division-d.jpg) 50% 50% / cover no-repeat
}

#division4::after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(12, 45, 57, 0.85);
}

.flex-division {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* 左の画像 */
.division__photo {
  width: 55%;
  position: relative;
  z-index: 1;
}

.division__photo img {
  width: 100%;
  min-height: 430px;
  object-position: center left;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/* 右の白カード*/
.division__card {
  width: 55%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  margin-left: -10%;
  padding: 30px;
  min-height: 430px;
  display: grid;
  align-content: center;
  margin-top: 10%;
}

.division__card.right-ver {
  margin-left: 0%;
  margin-right: -10%;
}

/* ########### 下層-CONTACT ########### */

input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

.douitext {
  margin-top: -1px;
  margin-bottom: 15px;
  font-size: 16px;
  vertical-align: baseline;
}

.douitext a {
  font-size: inherit;
}

label {
  display: inline-block;
  line-height: 2;
  text-wrap: pretty;
}

.syubetu label {
  padding-left: 1.325em;
  text-indent: -1.325em;
  line-height: 1.5;
}

label:not(:first-child) {
  margin-top: 5px;
}

::placeholder {
  font-size: 13px;
  -webkit-text-fill-color: #D3D3D3 !important;
}

.contacttable::placeholder {
  font-size: 13px;
  font-weight: 400;
  -webkit-text-fill-color: #D3D3D3 !important;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline;
}

.radiotext a {
  font-size: inherit !important;
}

.contacttable .hitusu {
  position: absolute;
  top: 30px;
  right: 25px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1.35;
  padding: 1px 5px 2px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0095d7;
  font-size: 13px;
  border-radius: 4px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 600;
  width: 270px;
  padding: 28px 0px 0px 0px;
  border-bottom: #8aa5b3 1px solid;
  color: #323232;
  position: relative;
}

.contacttable td {
  padding: 21px 0px;
  border-bottom: #8aa5b3 1px solid;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td select {
  font-size: 16px;
  width: 100%;
  padding: 8px 15px 8px;
  font-weight: 500;
  border: #dedede 1px solid;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-text-fill-color: #323232 !important;
}

.contacttable td select {
  width: 298px;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");

  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}


.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  margin-bottom: 16px;
  width: 100%;
  height: 135px;
  border: #dedede 1px solid;
  background-color: #fafafa;
  border-radius: 5px;
  -webkit-text-fill-color: #323232 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fafafa inset;
}



/* ###### BUTTON INPUT 確認画面用 ###### */

.formTable {
  border-top: rgb(50, 50, 50) 0px solid;
}

.formTable th {
  padding: 15px 20px 15px 0px;
  border-bottom: #8aa5b3 1px solid;
  text-align: left;
  width: 290px;
  color: rgb(50, 50, 50);
  font-size: 16px;
  position: relative;
}

.formTable td {
  font-size: 16px;
  padding: 15px 12px;
  border-bottom: #8aa5b3 1px solid;
  width: 100%;
  text-align: left;
  font-weight: 700;
}


.mail--back {
  background-color: #ccd7dc !important;
}

p.error_messe {
  margin: 5px 0;
  color: #4279b8;
}

.button-outer.ad2 {
  text-align: center;
  width: 520px;
  margin-inline: auto;
}

.flex-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-outer input {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 8px 20px 7px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  background-color: #2364b6;
  border: 2px solid #2364b6;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}

.button-outer button {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 10px 20px 9px;
  width: 325px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  background-color: #0c2d39;
  border: 2px solid #0c2d39;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}


.button-outer button::after {
  content: "";
  background: url(../image/icon-submit-white.svg) no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.button-outer .back-button {
  background-color: rgb(191, 191, 191);
  border: 2px solid rgb(191, 191, 191);
  color: rgb(255, 255, 255);
}

@media(hover: hover) {
  .button-outer button:hover {
    color: #0c2d39;
    background-color: rgb(255, 255, 255);
  }

  .button-outer .back-button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(191, 191, 191);
    color: rgb(191, 191, 191);
  }

  .button-outer button:hover::after {
    background: url(../image/icon-submit-blue.svg) no-repeat;
  }

  .button-outer input:hover {
    color: #4279b8;
    background-color: rgb(255, 255, 255);
  }

}

.infobox {
  margin: 15px 0 15px;
  padding: 15px;
  height: 165px;
  overflow-y: scroll;
  border: #8aa5b3 1px solid;
  background-color: rgb(255, 255, 255);
  text-align: left;
  text-align: justify;
}

.policytitle {
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 15px;
  margin-block: 15px;
  color: #0c2d39;
  border-bottom: #dedede 1px solid;
}


.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

.policytext li {
  line-height: 2;
  list-style: initial !important;
  margin-left: 1.5em;
}

.policytitle.small {
  font-size: 18px;
}

.policytext.small {
  font-size: 14px;
}

/* ########### 会社概要 ########### */


.scroll-margin {
  margin-right: 25px;
}

.white-table {
  margin: 15px 30px 0;
  padding: 45px;
  background-color: rgb(255, 255, 255);
}

.white-table-x-padding {
  margin: 0px 30px;
  padding: 20px 45px 0;
  letter-spacing: 0.5px;
}

.table-com {
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
}

.table-com th {
  color: rgb(50, 50, 50);
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 196px;
  font-size: 16px;
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
  line-height: 2;
}

.table-com td {
  padding: 23px 10px 20px 25px;
  width: 100%;
  text-align: left;
  color: rgb(50, 50, 50);
  font-size: 16px;
  font-weight: 500;
  border-top: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
  line-height: 2;
}

.table-com td li {
  font-size: 16px;
  list-style: initial !important;
  line-height: 1.5;
}

.table-com td ul {
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.5em;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  margin-top: 30px;
  display: block;
  text-align: right;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumb__item a {
  font-size: inherit;
  font-weight: inherit;
}

/* ###### スクロールバー ###### */

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 30px;
  color: #bfd6e1;
  font-size: 11px;
  font-family: serif;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}

.scrollbar_05 {
  position: relative;
  top: 0;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #bfd6e1;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ###### 採用情報 ###### */

.box3-box {
  background-color: #e0e9f5;
  padding: clamp(30px, calc(100vw / 1100 * 40), 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.box3-box.bgc-lgb {
  background-color: #dff4f1;
}

.box3-box li {
  width: 31%;
  position: relative;
}



/* ###### サービスページ ###### */

.box-lightblue {
  padding: clamp(30px, calc(100vw / 1100 * 40), 40px);
  margin-top: 45px;
  background-color: #e0e9f5 !important;
}

.box-lightblue.wbg {
  background-color: #ffffff !important;
}

.flow-ul .box-lightblue:not(:first-child) {
  margin-top: 0px;
}

.box-lightblue.lgb {
  background-color: #dff4f1 !important;
}

.service-title-outer {
  display: flex;
  align-items: center;
}

.service-title-number {
  display: block;
  color: #2364b6;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(80px, calc(100vw / 1260 * 110), 105px);
  text-align: initial;
  line-height: 0.9;
  font-weight: 500;
  white-space: nowrap;
  min-width: clamp(100px, calc(100vw / 1260 * 145), 145px);
}

#faq .service-title-number {
  min-width: clamp(80px, calc(100vw / 1260 * 110), 105px);
}

.service-contents-outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-contents-margin {
  margin-top: clamp(30px, calc(100vw / 1260 * 50), 50px);
}

.service-contents-margin.adjust {
  margin-top: 30px;
}

.service-text {
  flex: 1;
  padding-right: clamp(30px, calc(100vw / 1260 * 50), 50px);
}

.service-text.type2 {
  padding-left: clamp(30px, calc(100vw / 1260 * 50), 50px);
  padding-right: 0;
}

.service-photo {
  max-width: clamp(300px, calc(100vw / 1260 * 480), 480px);
}

.service-list li {
  text-align: initial;
  list-style: initial !important;
  line-height: 1.5;
}

.service-list {
  padding-left: 1.5em;
  display: grid;
  gap: 0.5rem;
}

.service-title-icon {
  max-width: clamp(70px, calc(100vw / 1260 * 80), 80px);
  margin-right: 15px;
}

.service-title {
  flex: 1;
}

.service-contents-margin.adjust {
  margin-top: 30px;
}

.arrow-h4 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 600;
}

.arrow-h4::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #2364b6;
}

.works-table {
  margin-top: 10px;
}

.works-table th {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  width: 90px;
  padding: 15px 10px;
  border-bottom: #bac3c6 1px solid;
  color: #ffffff;
  background-color: #2364b6;
}

.works-table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding: 15px 10px;
  border: #bac3c6 1px solid;
  background-color: #ffffff;
  letter-spacing: -0.5px;
}

.flow-ul>li {
  position: relative;
}

.triangle {
  margin-inline: auto;
  margin-block: 20px;
  width: 75px;
  height: 40px;
  background: #2364b6;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.qbox {
  cursor: pointer;
  position: relative;
}

.qtext {
  padding-right: 80px;
}

.qbox::before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #2364b6;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.qtext::before,
.qtext::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 45px;
  top: 50%;
  transform: rotate(0);
  transition: 0.5s;
}

.qtext::after {
  transform: translateY(-50%) rotate(90deg);
}

.qbox.selected .qtext::after {
  transform: rotate(0);
}

.abox {
  display: none;
}

.swiper {
  overflow: visible !important;
}

.title-left {
  overflow: hidden !important;
}

.swiper-pages {
  position: relative;
  width: 130px;
  margin-top: 75px;
  margin-left: -10px;
}

/* 共通スタイル */
.servicelist-button-prev,
.servicelist-button-next {
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  transition: transform .15s ease, opacity .15s ease, filter .15s ease;
}

.servicelist-button-prev {
  background: #0095d7;
}

.servicelist-button-next {
  background: #2364b6;
}

.servicelist-button-prev:hover,
.servicelist-button-next:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* 無効時（端に到達） */
.swiper-button-disabled {
  opacity: .45;
  pointer-events: none;
}

/* 矢印（白） */
.servicelist-button-prev::after,
.servicelist-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  inline-size: 13px;
  block-size: 13px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  /* → */
}

.servicelist-button-prev::after {
  margin-left: 20px;
}

.servicelist-button-next::after {
  margin-right: 20px;
}

/* ← */
.servicelist-button-prev::after {
  transform: rotate(225deg);
}

.swiper-scrollbar {
  background-color: #ffffff !important;
  height: 7px !important;
  top: 20px !important;
  width: 100.5% !important;
  margin-left: -1%;
}

.swiper-scrollbar-drag {
  background-color: #2364b6 !important;
}

/* サービスページメニューバー */
.lnav {
  display: none;
}

/* ###### フッター ####### */

.footer {
  position: relative;
  background: url(../image/footer.jpg) 50% 50% / cover no-repeat
}

.footer__logo {
  max-width: 268px;
  margin-bottom: 45px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.footer__right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.footer__right a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.footer__right ul li:not(:last-child) {
  margin-bottom: 14px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  margin-right: 7px;
  border-bottom: 2px solid rgb(255, 255, 255);
  margin-bottom: 5px;
}

.footer__copy {
  margin-top: 20px;
  padding: 6px 0px;
  font-size: 12px;
  font-weight: 300;
  color: #323232;
  text-align: center;
  background-color: white;
}


/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 45px 15px;
  }

  .contents.half {
    padding-block: 35px;
  }

  .contents.main-contents {
    padding: 0px 15px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }


  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 11px;
  }

  .text13 {
    font-size: 11px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 13px;
  }

  .text16 {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-main {
    font-size: clamp(40px, calc(100vw / 479 * 60), 60px);
  }

  .h2-main2 {
    font-size: clamp(35px, calc(100vw / 479 * 50), 50px);
  }

  .h2-sub {
    font-size: clamp(20px, calc(100vw / 479 * 24), 24px);
  }

  .h2-sub2 {
    font-size: 16px;
  }

  .h3-main-ja {
    font-size: 17px;
    margin-bottom: 12px;
    padding-left: 1.325em;
    text-indent: -1.325em;
  }

  .h3-main-ja2 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .h3-main-ja3 {
    font-size: 16px;
  }

  .h3-main-en {
    font-size: clamp(28px, calc(100vw / 479 * 33), 33px);
    margin-bottom: 15px;
  }


  .h3-main2 {
    font-size: clamp(14px, calc(100vw / 479 * 14), 14px);
  }

  .h3-main2 {
    font-size: 14px;
  }

  .flex-h2-main2 img {
    padding-right: 5px;
    width: 50px;
    padding-top: 5px;
  }

  .h2-margin {
    margin-bottom: 20px;
  }

  .h2-margin2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  /* ########### ヘッダー ########### */

  .header-top {
    height: 90px;
  }

  .header__logo {
    width: 185px;
  }

  .header__subtitle {
    margin-top: 8px;
    font-size: 13px;
  }


  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 15px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn {
    display: block;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #323232;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    display: block;
    margin-left: 0px;
    color: #323232;
    font-size: 16px;
    font-weight: 700;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #777777 !important;
    margin: 0 18px;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #323232;
    transition: all .5s ease 0s;
  }

  .menu__second-level li a.b1 {
    color: #2364b6;
  }


  .menu__second-level li a.lb1 {
    color: #0095d7;
  }

  .menu__second-level li a.lg1 {
    color: #6ecdc3;
  }



  .menu__second-level li a.g1 {
    color: #8aa5b3;
  }

  /* ###### 共通 ####### */


  /*　共通ボタン　*/
  .button-common a {
    padding: 6px 5px 7px;
    max-width: 260px;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
  }


  .button-common a::before {
    margin-bottom: 2px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
  }

  /*　View Moreボタン　*/

  .button-common.btn-vm a {
    right: 15px;
    bottom: 15px;
  }

  .button-common.btn-vm a {
    max-width: 90px;
    width: 90px;
    padding: 10px 2px 11px 10px;
    height: 27px;
    font-size: 16px;
    border-radius: 32px;
  }

  /* ###### 下層共通 ###### */

  .underlayer-top__text {
    padding: 60px 15px 15px;
    height: 340px;
  }

  .underlayer-top__back img {
    height: 340px;
  }

  .margin-photo {
    margin-top: 30px;
  }

  /* ########### トップ-メイン ########### */

  .hero__tri {
    width: 50%;
  }

  .tri-top {
    width: 50%;
  }

  .tri-bottom {
    width: 50%;
  }

  .main__title {
    font-size: clamp(60px, calc(100vw / 479 * 75), 75px);
  }

  .main__title.ul-page {
    font-size: clamp(30px, calc(100vw / 479 * 55), 55px);
  }


  .main__subtitle {
    font-size: clamp(16px, calc(100vw / 479 * 21), 21px);
  }

  .main__block-text {
    height: 100vh;
    padding: 0px;
    min-height: 450px;
  }

  /* 上部スライダー */
  .main-slider {
    height: 100dvh;
    min-height: 450px;
  }

  .main-slider img {
    height: 100dvh;
    min-height: 450px;
  }

  /* ###### トップ-イントロ ###### */

  .top-intro-back {
    position: relative;
    background: url(../image/back-top-introduction-sf.svg) 50% 50% / cover no-repeat
  }

  .tickerTxt__txt {
    font-size: clamp(45px, calc(100vw / 479 * 75), 75px);
  }

  .intro-img {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .intro-img img {
    width: 160px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .flex-intro .h2-sub {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-intro {
    width: 100%;
  }

  /* ###### トップ-サービス ###### */

  .title-left {
    flex: auto;
    padding-right: 0px;
    width: 100%;
    order: 2;
  }

  .title-right {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: -20px;
  }

  .title-right img {
    width: 160px;
  }


  .title-left h2 {
    text-align: center;
  }

  .flex-h2-main2 {
    justify-content: center;
  }

  .white-box {
    display: block;
    padding: 15px 15px;
    margin-top: 25px;
  }

  .white-box-left li .h3-main2 {
    font-size: clamp(12px, calc(100vw / 479 * 14), 14px);
    line-height: 1.35;
  }

  .white-box-left {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    margin-block: 25px;
    text-align: center;
    justify-content: space-between;
  }

  .white-box-left li {
    width: 48%;
    margin-top: 0px;
    padding-bottom: 10px;
  }

  .white-box-left li img {
    display: inline-block;
    width: clamp(40px, calc(100vw / 479 * 55), 55px);
    margin-bottom: 1px;
  }


  .white-box-left li:nth-child(n+3) {
    margin-top: 4%;
  }

  .white-box-right {
    gap: 20px;
    padding-left: 0px;
  }

  .white-box-right li {
    min-height: 325px;
  }

  .white-box-right li.link-title-block {
    min-height: auto;
  }


  .white-box-right li a {
    padding: 20px 15px 60px;
  }

  .white-box-right li .blendimg img {
    min-height: 325px;
  }

  .white-box-left li:not(:nth-child(even))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 2px;
    background: #8aa5b3;
  }

  .white-box-left li:not(:nth-child(n+3))::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #8aa5b3;
  }

  /* ###### トップ-リンク ###### */
  .top-link h2 {
    text-align: center;
  }

  .link-title-block {
    min-height: auto !important;
    margin-bottom: 20px;
  }

  .white-box2 {
    padding: 15px;
    display: block;
    margin-top: 25px;
  }

  .white-box2.adjust {
    display: flex;
    margin-top: 0px;
  }

  .white-box2 li {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
  }

  .white-box2 li:nth-of-type(2) {
    margin-top: 25px;
  }

  .white-box2.adjust li:nth-of-type(2) {
    margin-top: 25px;
  }

  .white-box2 li a {
    padding: 10px 20px 20px;
  }

  .white-box2 li .blendimg img {
    min-height: 250px;
    max-height: 250px;
  }

  .link-text {
    min-height: auto;
  }

  .link-block1 {
    order: 1;
  }

  .link-block2 {
    order: 2;
  }

  .link-block3 {
    order: 3;
  }

  .link-block4 {
    order: 4;
  }

  /* ###### 下層-リンク ###### */
  .link-block1.li-link-text h2 .h2-sub2 {
    margin-top: 0;
  }

  .li-link-text {
    padding: 0px;
  }

  .li-link-text.second {
    padding: 0px;
  }

  .div-link-photo {
    width: 100%;
    min-height: 225px !important;
    max-height: 225px !important;
  }

  .div-link-photo .blendimg img {
    min-height: 225px !important;
    max-height: 225px !important;
    object-position: left 65% !important;
  }

  .white-box3 li:nth-child(2) {
    padding: 15px;
  }

  .white-box3 li.second:nth-child(2) {
    padding: 15px;
  }

  /* ###### 事業部 ###### */

  #division1 {
    position: relative;
    background: url(../image/back-division-a-sf.jpg) 50% 50% / cover no-repeat
  }

  #division2 {
    position: relative;
    background: url(../image/back-division-b-sf.jpg) 50% 50% / cover no-repeat
  }

  #division3 {
    position: relative;
    background: url(../image/back-division-c-sf.jpg) 50% 50% / cover no-repeat
  }

  #division4 {
    position: relative;
    background: url(../image/back-division-d-sf.jpg) 50% 50% / cover no-repeat
  }

  /* 左の画像 */
  .division__photo {
    width: 95%;
    order: 1;
    margin-right: 5%;
  }

  .division__photo img {
    min-height: 280px;
  }

  /* 右の白カード*/
  .division__card {
    order: 2;
    width: 95%;
    margin-left: 5%;
    padding: 30px 15px;
    min-height: auto;
    margin-top: -20%;
  }

  .division__photo.left-ver {
    margin-left: 5%;
    margin-right: 0%;
  }

  .division__card.right-ver {
    margin-left: 0%;
    margin-right: 5%;
  }

  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 20px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 1px solid;
  }

  .contacttable ::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 20px;
    right: 0px
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .contacttable td.side-input input[type=text],
  .contacttable td.side-input input[type=tel],
  .contacttable td.side-input input[type=email] {
    font-size: 14px;
    padding: 8px 10px 8px;
    margin-block: 20px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 13px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-outer button {
    max-width: 270px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-outer button::after {
    width: 18px;
    height: 18px;
    right: 15px;
    top: 13px;
  }

  .formTable th {
    width: 100%;
    padding: 3px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
    border-bottom: #8aa5b3 0px solid;
  }

  .formTable td {
    min-height: 33px !important;
    font-size: 14px;
    padding: 3px 0px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: #8aa5b3 1px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .infobox {
    margin: 10px 0 10px;
    padding: 10px;
    height: 185px;
  }

  .policytitle {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .policytext {
    font-size: 14px;
  }

  .policytitle.small {
    font-size: 15px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 15px;
  }

  .breadcrumb__item {
    font-size: 10px;
  }


  /* ###### スクロールバー ###### */

  .scrollbar-text_05 {
    top: 35px;
    right: 15px;
    font-size: 10px;
  }

  .scrollbar_05::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
  }

  /* ########### 会社概要 ########### */

  .white-table {
    margin: 15px 20px 0 0;
    padding: 15px 20px 25px 20px;
  }

  .white-table-x-padding {
    margin: 0px 20px 0 0;
    padding: 7.5px 20px 0;
  }

  .scroll-margin {
    margin-right: 20px;
  }

  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 15px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 14px;
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com td li {
    font-size: 14px;
  }

  .table-com tr:first-child td {
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  /* ###### 採用情報 ###### */

  .box3-box {
    padding: 20px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box3-box li {
    width: 100%;
  }

  .box3-box li:nth-child(n+2) {
    margin-top: 25px;
  }

  /* ###### サービスページ ###### */

  .box-lightblue {
    padding: 20px;
    margin-top: 25px;
  }

  .service-title-outer {
    align-items: flex-start;
  }

  .service-title-number {
    font-size: clamp(40px, calc(100vw / 479 * 60), 60px);
    min-width: clamp(55px, calc(100vw / 479 * 85), 85px);
  }

  #faq .service-title-number {
    min-width: clamp(40px, calc(100vw / 479 * 60), 60px);
  }

  .service-contents-margin {
    margin-top: 15px;
  }

  .service-contents-margin.adjust {
    margin-top: 15px;
  }

  .service-text {
    flex: auto;
    width: 100%;
    padding-right: 0;
    order: 1;
  }

  .service-text.type2 {
    padding-left: 0;
  }

  .service-photo {
    max-width: 100%;
    margin: 20px auto 0;
    order: 2;
  }

  .service-title-icon {
    max-width: clamp(55px, calc(100vw / 479 * 60), 60px);
    margin-right: 10px;
  }

  .arrow-h4 {
    gap: 3px;
    font-size: 15px;
  }

  .arrow-h4::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #2364b6;
  }

  .works-table th {
    font-size: 13px;
    line-height: 1.5;
    width: 41px;
    padding: 10px 6px;
  }

  .works-table td {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 6px;
  }

  .triangle {
    margin-block: 10px;
    width: 40px;
    height: 20px;
  }

  .qtext {
    padding-right: 45px;
  }

  .qbox::before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 17.5px;
  }

  .qtext::before,
  .qtext::after {
    width: 15px;
    height: 2px;
    right: 25px;
  }

  .swiper-pages {
    width: 122px;
    margin-top: 65px;
    margin-left: -10px;
  }

  /* 共通スタイル */
  .servicelist-button-prev,
  .servicelist-button-next {
    padding: 23px;
  }

  .servicelist-button-prev::after,
  .servicelist-button-next::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    inline-size: 10px;
    /* 矢印サイズ */
    block-size: 10px;
    border: 2px solid #fff;
    /* 線で矢印を作る */
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    /* → になる */
  }

  /* ← にする（左右で調整） */
  .servicelist-button-prev::after {
    transform: rotate(225deg);
    /* ← */
  }

  .servicelist-button-prev::after {
    margin-left: 20px;
  }

  .servicelist-button-next::after {
    margin-right: 20px;
  }

  .swiper-scrollbar {
    background-color: #ffffff !important;
    height: 5px !important;
    top: 20px !important;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background: url(../image/footer-sf.jpg) 50% 50% / cover no-repeat
  }

  .contents-footer {
    padding: 60px 15px;
  }


  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__left {
    width: 100%;
    padding-right: 0px;
  }

  .footer__right {
    margin-top: 30px;
  }

  .footer__nav {
    width: 100%;
  }


  .footer__nav:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .footer__nav li a {
    text-align: initial;
    font-size: 12px;
  }

  .footer__subtitle {
    font-size: 13px;
  }

  .footer__logo {
    max-width: 200px;
  }

  .footer-second li a:before {
    width: 8px;
    height: 2px;
    margin-right: 5px;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin-bottom: 4px;
  }
}

/* ################################################## 480px以上768px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 75px 20px;
  }

  .contents.half {
    padding-block: 55px;
  }

  .contents.main-contents {
    padding: 0px 20px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-main {
    font-size: clamp(60px, calc(100vw / 768 * 80), 80px);
  }

  .h2-main2 {
    font-size: clamp(50px, calc(100vw / 768 * 70), 70px);
  }

  .flex-h2-main2 img {
    padding-right: 8px;
    padding-top: 5px;
    width: 80px;
  }

  .h2-sub {
    font-size: clamp(24px, calc(100vw / 768 * 30), 30px);
  }

  .h2-sub2 {
    font-size: 18px;
  }

  .h3-main-ja {
    font-size: clamp(18px, calc(100vw / 768 * 20), 20px);
    margin-bottom: 15px;
    padding-left: 1.325em;
    text-indent: -1.325em;
  }

  .h3-main-ja2 {
    font-size: clamp(18px, calc(100vw / 768 * 22), 22px);
    margin-bottom: 15px;
  }

  .h3-main-ja3 {
    font-size: clamp(16px, calc(100vw / 768 * 18), 18px);
  }

  .h3-main-en {
    font-size: clamp(32px, calc(100vw / 768 * 42), 42px);
    margin-bottom: 15px;
  }

  .h3-main-en.adjust {
    margin-bottom: 3px;
  }

  .h3-main2 {
    font-size: clamp(14px, calc(100vw / 768 * 16), 16px);
  }

  .h2-margin {
    margin-bottom: 30px;
  }

  .h2-margin2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  /* ###### ヘッダー ###### */



  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #323232;
    font-weight: 900;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    margin-left: 0px;
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #777777 !important;
    margin: 0 18px;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  .nav-adress {
    padding: 30px 0;
    margin-inline: 20px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 20px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    margin-left: 2px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #323232;
    transition: all .5s ease 0s;
  }

  .menu__second-level li a.b1 {
    color: #2364b6;
  }


  .menu__second-level li a.lb1 {
    color: #0095d7;
  }

  .menu__second-level li a.lg1 {
    color: #6ecdc3;
  }



  .menu__second-level li a.g1 {
    color: #8aa5b3;
  }

  /* ###### 共通 ####### */

  /*　View Moreボタン　*/


  .button-common.btn-vm a {
    max-width: 90px;
    width: 90px;
    padding: 10px 2px 11px 10px;
    height: 27px;
    font-size: 16px;
    border-radius: 32px;
  }


  /* ###### 下層共通 ###### */

  .underlayer-top__text {
    padding: 70px 20px 20px;
    height: 360px;
  }

  .underlayer-top__back img {
    height: 360px;
  }

  .margin-photo {
    margin-top: 30px;
  }

  /* ###### トップ-イントロ ###### */
  .top-intro-back {
    position: relative;
    background: url(../image/back-top-introduction-sf.svg) 50% 50% / cover no-repeat
  }

  .link-title-block {
    min-height: auto !important;
    margin-bottom: 30px;
  }

  .tickerTxt__txt {
    font-size: clamp(45px, calc(100vw / 768 * 75), 75px);
  }

  .intro-img {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .intro-img img {
    width: 200px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .flex-intro .h2-sub {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .text-intro {
    width: 100%;
  }

  /* ###### トップ-サービス ###### */

  .title-left {
    flex: auto;
    padding-right: 0px;
    width: 100%;
    order: 2;
  }

  .title-right {
    width: 100%;
    order: 1;
    text-align: center;
    margin-inline: auto;
    margin-bottom: -15px;
  }

  .title-right img {
    width: 200px;
  }

  .title-left h2 {
    text-align: center;
  }

  .flex-h2-main2 {
    justify-content: center;
  }

  .white-box {
    display: block;
    padding: 30px 20px;
    margin-top: 25px;
  }

  .white-box-left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }

  .white-box-left li {
    width: 39%;
    margin: 0;
    padding-bottom: 15px;
  }

  .white-box-left li .h3-main2 {
    font-size: clamp(14px, calc(100vw / 768 * 21), 21px);
  }

  .white-box-right {
    gap: 20px;
    padding-left: 0px;
  }

  .white-box-right li {
    min-height: 225px;
    max-height: 275px;
  }

  .white-box-right li a {
    padding: 25px 18px 60px;
  }

  .white-box-left li:not(:nth-child(even))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 20px;
    height: 2px;
    background: #8aa5b3;
  }

  .white-box-left li:not(:nth-child(n+3))::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #8aa5b3;
  }

  .white-box-left li img {
    margin-top: 5px;
    width: clamp(45px, calc(100vw / 767 * 58), 58px);
  }

  /* ###### トップ-リンク ###### */
  .white-box2.adjust {
    display: flex;
    margin-top: 0px;
  }

  .top-link h2 {
    text-align: center;
  }

  .white-box2 {
    padding: 20px;
    display: block;
    margin-top: 25px;
  }


  .white-box2 li {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .white-box2 li:nth-of-type(2) {
    margin-top: 25px;
  }

  .white-box2.adjust li:nth-of-type(2) {
    margin-top: 25px;
  }

  .white-box2 li a {
    padding: 20px 30px;
  }

  .white-box2 li .blendimg img {
    min-height: 300px;
    max-height: 300px;
  }

  .link-text {
    min-height: auto;
  }

  .link-block1 {
    order: 1;
  }

  .link-block2 {
    order: 2;
  }

  .link-block3 {
    order: 3;
  }

  .link-block4 {
    order: 4;
  }

  /* ###### 下層-リンク ###### */
  .link-block1.li-link-text h2 .h2-sub2 {
    margin-top: 0;
  }

  .li-link-text {
    padding: 0px;
  }

  .li-link-text.second {
    padding: 0px;
  }

  .div-link-photo {
    width: 100%;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .div-link-photo .blendimg img {
    min-height: 300px !important;
    max-height: 300px !important;
    object-position: left 15% !important;
  }

  .white-box3 li:nth-child(2) {
    padding: 20px;
  }

  .white-box3 li.second:nth-child(2) {
    padding: 20px;
  }

  /* ########### トップ-メイン ########### */

  .hero__tri {
    width: 50%;
  }

  .tri-top {
    width: 50%;
  }

  .tri-bottom {
    width: 50%;
  }

  .main__title {
    font-size: clamp(70px, calc(100vw / 767 * 85), 85px);
  }

  .main__title.ul-page {
    font-size: clamp(60px, calc(100vw / 767 * 75), 75px);
  }

  .main__subtitle {
    font-size: 21px;
  }

  .main__block-text {
    padding: 0px;
  }


  .div-link-photo {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  /* ###### 事業部 ###### */


  /* 左の画像 */
  .division__photo {
    width: 95%;
    order: 1;
    margin-right: 5%;
  }

  .division__photo img {
    min-height: 230px;
  }

  /* 右の白カード*/
  .division__card {
    order: 2;
    width: 95%;
    margin-left: 5%;
    padding: 45px 20px;
    min-height: auto;
    margin-top: -15%;
  }

  .division__photo.left-ver {
    margin-left: 5%;
    margin-right: 0%;
  }

  .division__card.right-ver {
    margin-left: 0%;
    margin-right: 5%;
  }

  #division1 {
    position: relative;
    background: url(../image/back-division-a-sf.jpg) 50% 50% / cover no-repeat
  }

  #division2 {
    position: relative;
    background: url(../image/back-division-b-sf.jpg) 50% 50% / cover no-repeat
  }

  #division3 {
    position: relative;
    background: url(../image/back-division-c-sf.jpg) 50% 50% / cover no-repeat
  }

  #division4 {
    position: relative;
    background: url(../image/back-division-d-sf.jpg) 50% 50% / cover no-repeat
  }

  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 0px solid;
  }

  .contacttable td {
    width: 100%;
    padding: 0px 0px 20px;
    text-align: left;
    display: block;
    border-bottom: #8aa5b3 1px solid;
  }

  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    padding: 2px 5px 2px;
    font-size: 12px;
    top: 20px;
    right: 0px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .radiotext {
    padding-right: 15px;
    font-size: 14px;
  }

  /* ###### BUTTON INPUT 確認画面用 ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .button-outer button {
    max-width: 340px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .formTable th {
    width: 100%;
    padding: 3px 0 0 0px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
    border-bottom: #8aa5b3 0px solid;

  }

  .formTable td {
    min-height: 35px !important;
    font-size: 15px;
    padding: 3px 0px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: #8aa5b3 1px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .policytitle {
    font-size: 18px;
  }

  .policytext {
    font-size: 15px;
  }

  .policytitle.small {
    font-size: 16px;
  }

  .policytext.small {
    font-size: 13px;
  }

  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 20px;
  }

  .breadcrumb__item {
    font-size: 11px;
  }

  /* ###### スクロールバー ###### */

  .scrollbar-text_05 {
    top: 35px;
    right: 20px;
    font-size: 10px;
  }

  .scrollbar_05::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 75px;
  }

  /* ########### 会社概要 ########### */

  .white-table {
    margin: 15px 30px 0 0;
    padding: 20px 25px 30px 25px;
  }

  .white-table-x-padding {
    margin: 0px;
    padding: 12.5px 25px 0;
  }


  .scroll-margin {
    margin-right: 25px;
  }

  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 15px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 14px;
    border-top: rgb(50, 50, 50) 0px solid;
    border-bottom: rgb(50, 50, 50) 1px solid;
  }

  .table-com td li {
    font-size: 14px;
  }

  .table-com tr:first-child td {
    border-top: rgb(50, 50, 50) 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: rgb(50, 50, 50) 0px solid;
  }

  /* ###### 採用情報 ###### */

  .box3-box {
    padding: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box3-box li {
    width: 47.5%;
  }

  .box3-box li:nth-child(even) {
    margin-left: 5%;
  }

  .box3-box li:nth-child(n+3) {
    margin-top: 30px;
  }

  /* ###### サービスページ ###### */


  .box-lightblue {
    padding: 30px 20px 30px;
    margin-top: 30px;
  }

  .service-title-outer {
    align-items: flex-start;
  }

  .service-title-number {
    font-size: clamp(60px, calc(100vw / 767 * 80), 80px);
    min-width: clamp(85px, calc(100vw / 767 * 100), 100px);
  }

  #faq .service-title-number {
    min-width: clamp(60px, calc(100vw / 767 * 80), 80px);
  }


  .service-contents-margin {
    margin-top: 20px;
  }

  .service-contents-margin.adjust {
    margin-top: 15px;
  }

  .service-text {
    flex: auto;
    width: 100%;
    padding-right: 0;
    order: 1;
  }

  .service-text.type2 {
    padding-left: 0;
  }

  .service-photo {
    max-width: 100%;
    margin: 30px auto 0;
    order: 2;
  }

  .service-title-icon {
    max-width: clamp(60px, calc(100vw / 767 * 70), 70px);
    margin-right: 15px;
  }

  .arrow-h4 {
    font-size: 16px;
  }

  .works-table th {
    font-size: 14px;
    line-height: 1.5;
    width: 43px;
    padding: 10px 6px;
  }

  .works-table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 6px;
  }

  .triangle {
    margin-block: 15px;
    width: 50px;
    height: 30px;
  }

  .qtext {
    padding-right: 60px;
  }

  .qbox::before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    right: 22.5px;
  }

  .qtext::before,
  .qtext::after {
    width: 20px;
    height: 2px;
    right: 32.5px;
  }

  .it-title2 {
    letter-spacing: -1px;
    text-wrap: wrap;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background: url(../image/footer-sf.jpg) 50% 50% / cover no-repeat
  }

  .contents-footer {
    padding: 90px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__left {
    width: 100%;
    padding-right: 0px;
  }

  .footer__right {
    margin-top: 50px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 90px;
    margin-bottom: 20px;
  }

  .footer__nav li a {
    text-align: initial;
    font-size: 13px;
  }

  .footer__subtitle {
    font-size: 13px;
  }

  .footer__logo {
    max-width: 200px;
  }

}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

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

  /* ###### 事業部 ###### */
  /* ########### 下層-CONTACT ########### */
  /* ###### BUTTON INPUT 確認画面用 ###### */


  /* ###### 会社概要 ###### */

  /* ###### 採用情報 ###### */
  /* ###### サービスページ ###### */

  .flex-merit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex-merit>li {
    width: 48.25%;
  }

  /* サービスページメニューバー */
  .lnav {
    width: 120px;
    z-index: 3;
    position: absolute;
    top: 50px;
    display: grid;
    gap: 0.25px;
  }


  .lnav.service4 li {
    margin-bottom: -2.5px;
    line-height: 1;
  }

  @media (max-width: 1200px) {
    .lnav {
      top: 0px;
    }
  }

  @media (min-width: 1560px) {
    .lnav {
      top: 255px;
      left: -110px;
    }
  }


  .lnav li a {
    color: #8aa5b3;
    font-size: clamp(13px, calc(100vw / 1260 * 15), 15px);
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #ffffff !important;
    letter-spacing: 0.5px;
  }

  .lnav li a:hover {
    color: #323232;
    border-bottom: 1px solid #323232 !important;
    transition: all .5s ease 0s;
  }

}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {

  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 135px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents.half {
    padding-block: 95px;
  }

  .contents.main-contents {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1760px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  /* ###### ヘッダー ###### */

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #323232;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    padding: 25px 0;
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .nav-adress {
    padding: 40px 0;
    margin-inline: 30px;
    text-align: left;
    border-bottom: 1px solid #777777 !important;
    font-size: 14px;
  }

  .nav-copy {
    padding: 10px 0;
    margin-inline: 30px;
    text-align: left;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #777777 !important;
    margin: 0 30px;
  }

  .header__nav-link.bor2 {
    margin: 0 30px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 9px;
    margin-bottom: -2px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #323232;
    transition: all .5s ease 0s;
  }

  .menu__second-level li a.b1 {
    color: #2364b6;
  }


  .menu__second-level li a.lb1 {
    color: #0095d7;
  }

  .menu__second-level li a.lg1 {
    color: #6ecdc3;
  }

  .menu__second-level li a.g1 {
    color: #8aa5b3;
  }

  /* ###### トップ-イントロ ###### */

  .top-intro-back {
    position: relative;
    background: url(../image/back-top-introduction.svg) 50% 50% / cover no-repeat
  }

  .tickerTxt__txt {
    font-size: clamp(40px, calc(100vw / 1100 * 120), 90px);
  }

  .intro-img {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .intro-img img {
    width: 280px;
    margin-right: 0px;
    margin-top: 15px;
  }

  .flex-intro .h2-sub {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .text-intro {
    width: 100%;
    padding-bottom: 45px;
  }

  /* ###### トップ-サービス ###### */

  .title-right {
    width: 280px;
  }

  .title-left {
    padding-right: 25px;
  }

  .title-right {
    width: 280px
  }

  .white-box {
    display: block;
    padding: 40px 40px;
    margin-top: 25px;
  }

  .white-box-left {
    gap: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .white-box-left li {
    width: 23.5%;
    margin: 0;
  }

  .white-box-left li img {
    display: inline-block;
    margin-bottom: -3px;
    margin-top: -5px;
  }

  .white-box-right {
    gap: 20px;
    padding-left: 0px;
  }

  .white-box-right li {
    min-height: auto;
    max-height: 325px;
  }

  .white-box-right li a {
    padding: 60px 30px;
  }

  .white-box-left li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 25px;
    height: 2px;
    background: #8aa5b3;
  }

  /* ###### トップ-リンク ###### */



  .white-box2.adjust li {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .white-box2 li .blendimg img {
    min-height: 300px;
    max-height: 300px;
  }

  .white-box2 li {
    min-height: 300px;
    max-height: 300px;
  }

  .white-box2.adjust li .blendimg img {
    object-position: right 25%;
  }

  .white-box2.adjust li:nth-of-type(2) {
    margin-top: 20px;
  }

  .link-block1 {
    order: 1;
  }

  .link-block2 {
    order: 2;
  }

  .link-block3 {
    order: 3;
  }

  .link-block4 {
    order: 4;
  }

  .white-box2.adjust {
    margin-top: 0px;
  }


  /* ###### 下層-リンク ###### */
  .link-block1.li-link-text h2 .h2-sub2 {
    margin-top: 0;
  }

  .li-link-text {
    padding: 0px;
  }

  .li-link-text.second {
    padding: 0px;
  }

  .div-link-photo {
    width: 100%;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .div-link-photo .blendimg img {
    min-height: 300px !important;
    max-height: 300px !important;
    object-position: center 35% !important;
  }

  .white-box3 li:nth-child(2) {
    padding: 30px;
  }

  .white-box3 li.second:nth-child(2) {
    padding: 30px;
  }

  /* ###### メイン ###### */

  .hero__tri {
    width: 50%;
  }

  .tri-top {
    width: 50%;
  }

  .tri-bottom {
    width: 50%;
  }

  .main__title {
    font-size: clamp(80px, calc(100vw / 1100 * 115), 120px);
  }

  .main__title.ul-page {
    font-size: clamp(70px, calc(100vw / 1100 * 105), 110px);
  }

  .main__subtitle {
    font-size: 26px;
  }

  /* ###### 事業部 ###### */
  /* ########### 下層-CONTACT ########### */
  /* ###### 会社概要 ###### */

  .white-table {
    margin: 15px 30px 0 0;
    padding: 30px 30px 45px;
  }

  .white-table-x-padding {
    margin: 0px;
    padding: 20px 30px 0;
  }

  /* ###### 採用情報 ###### */
  /* ###### サービスページ ###### */
  .flex-merit.adjust>li {
    width: 100%;
  }

  .works-table th {
    font-size: 15px;
    line-height: 1.5;
    width: 50px;
    padding: 12px 8px;
  }

  .works-table td {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 8px;
  }

  .box3-box.adjust li {
    width: 23%;
    position: relative;
  }


  .it-title {
    letter-spacing: -1.75px;
    transform: scale(0.9, 1);
    white-space: nowrap;
  }

  .it-title2 {
    letter-spacing: -1.25px;
    text-wrap: wrap;
  }

  .h3-height h3 {
    min-height: clamp(80px, calc(100vw / 1099 * 110), 110px);
  }

  /* ###### フッター ###### */

  .contents-footer {
    padding: 130px 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

  .footer__left {
    width: 100%;
    padding-right: 0px;
  }

  .footer__right {
    margin-top: 60px;
  }

  .footer__nav:not(:last-child) {
    margin-right: 60px;
  }
}

@media (min-width: 1100px) {

  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1760px;
  }

  .contents {
    padding: 135px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }

  .contents.half {
    padding-block: 95px;
  }

  .contents.main-contents {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1760px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w960 {
    max-width: 960px;
  }

  .contents.w1260 {
    max-width: 1260px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ###### ヘッダー ###### */

  .header__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
    color: white;
    font-weight: 500;
  }


  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav-link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .button-header {
    margin-left: 30px;
  }

  .button-header a {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }

  .openbtn {
    display: none;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/

  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*　ドロップダウンメニュー　*/
  .menu__single:hover .menu__second-level {
    display: block;
  }

  .header__nav-link {
    position: relative;
  }

  .menu__second-level {
    text-align: center;
    min-width: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2364b6;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(217, 217, 217);
    overflow: hidden;
    white-space: nowrap;
  }

  .menu__second-level.ps2 {
    min-width: 320px;
  }

  .menu__second-level li {
    margin: 0;
    padding: 0;
  }

  .menu__second-level li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    margin-left: 0px;
  }

  .menu__second-level li:not(:first-child) a {
    border-top: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level {
    border-bottom: 1px solid rgb(217, 217, 217);
  }

  .menu__second-level li a:hover {
    background-color: #ffffff;
    color: #2364b6;
  }

  .menu__single:hover .menu__second-level {
    display: block;
  }

  .menu__second-level li a.b1 {
    background-color: #2364b6;
    color: #ffffff;
  }

  .menu__second-level li a.b1:hover {
    background-color: #ffffff;
    color: #2364b6;
  }

  .menu__second-level li a.lb1 {
    background-color: #0095d7;
    color: #ffffff;
  }

  .menu__second-level li a.lb1:hover {
    background-color: #ffffff;
    color: #0095d7;
  }

  .menu__second-level li a.lg1 {
    background-color: #6ecdc3;
    color: #ffffff;
  }

  .menu__second-level li a.lg1:hover {
    background-color: #ffffff;
    color: #6ecdc3;
  }

  .menu__second-level li a.g1 {
    background-color: #8aa5b3;
    color: #ffffff;
  }

  .menu__second-level li a.g1:hover {
    background-color: #ffffff;
    color: #8aa5b3;
  }

  /* ###### トップ-イントロ ###### */

  .text-intro {
    padding-bottom: 45px;
    width: 60%;
  }


  /* ###### トップ-サービス ###### */

  .white-box-right li {
    max-height: 325px;
  }


  .white-box-left li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 75px;
    background: #8aa5b3;
  }

  .white-box-left li:last-child::after {
    display: none;
  }

  .white-box-left li:first-child::before {
    display: none;
  }

  .white-box-left li::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 50px;
    background: #8aa5b3;
  }

  /* ###### トップ-リンク ###### */

  .white-box2.adjust {
    margin-top: 0px;
  }

  /* ###### 下層-リンク ###### */

  .flex-link-box {
    display: flex;
    flex-wrap: wrap;
  }

  .white-box3 {
    width: 50%;
    display: grid;
    align-content: space-between;
  }

  .li-link-text h2 .h2-sub2 {
    margin-top: 0;
  }

  /* ###### メイン ###### */

  .main__title {
    font-size: 120px;
  }

  .main__title.ul-page {
    font-size: 110px;
  }

  .main__subtitle {
    font-size: 32px;
  }

  /* ###### 事業部 ###### */
  .message-center {
    text-align: center;
    margin-inline: auto;
    display: block;
    width: fit-content;
  }

  /* ########### 下層-CONTACT ########### */
  /* ###### 会社概要 ###### */

  /* ###### 採用情報 ###### */
  /* ###### サービスページ ###### */
  .flex-merit.adjust>li {
    width: 32%;
  }

  .works-table tr {
    height: 90px;
    /* 各行を90pxに */
  }

  .works-table.ver2 tr:first-child td {
    height: 140px;
    /* 各行を90pxに */
  }

  .box3-box.adjust li {
    width: 23%;
    position: relative;
  }


  .it-title {
    letter-spacing: -1.75px;
    transform: scale(0.9, 1);
    white-space: nowrap;
  }

  .it-title2 {
    letter-spacing: -1.25px;
    text-wrap: wrap;
  }

  .it-title3 {
    letter-spacing: -1px;
    text-wrap: wrap;
  }


  .h3-height h3 {
    min-height: 130px;
  }

  /* ###### 共通 ####### */

  .background-attachment-fixed {
    background-attachment: fixed;
  }


  /* ###### フッター ###### */

  .contents-footer {
    padding: 130px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1460px;
  }

  .footer__left {
    max-width: 390px;
    padding-right: 60px;
  }

  .footer__right {
    justify-content: flex-end;
    flex: 1;
  }

  .footer__nav:not(:last-child) {
    margin-right: 60px;
  }

  .footer__nav {
    width: fit-content;
  }
}




.radio-input label {
  padding-right: 1rem;
}

.radio-input input {
  vertical-align: -3px
}

.contacttable .douitext input,
.contacttable .radio-input input,
.contacttable .radio-input.syubetu input {
  margin-left: -1rem;
}

.syubetu-check {
  display: block;
}

.syubetu-check span.wpcf7-list-item {
  margin-top: 0.5rem;
  display: block;
}

.flex-confirm br {
  display: none;
}

.flex-confirm p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

.flex-confirm input {
  margin-inline: 15px;
}

@media (max-width: 767px) {

  .flex-confirm input {
    margin-inline: auto;
  }

  .flex-confirm p {
    display: block;
    margin-top: -30px;
  }
}