@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2024.03.08
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  background-repeat: no-repeat;
}

html {
  font-size: 10px;
  line-height: 1.15;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-size: 16px;
  color: #333;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", "Hiragino Sans", "小塚ゴシック", "Noto Sans JP",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  text-underline-offset: 0.2em;
}
a:hover {
  opacity: 0.7;
}
a:active,
a:hover {
  outline-width: 0;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

video,
iframe {
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dl {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

/* -----------------

form

----------------- */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  line-height: 2;
  letter-spacing: 0.05em;
}

button {
  width: auto;
  color: inherit;
}

::-moz-placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

:-ms-input-placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

::-ms-input-placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

::placeholder {
  color: #aaa;
  font: inherit;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  outline: transparent;
  opacity: 0;
  background: #fff;
  cursor: pointer;
  display: block;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  outline: none;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: bottom;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*////////////////////////

 user common css

////////////////////////*/
/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

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

.flex-column-rev {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

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

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

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

.flex-justify-around {
  justify-content: space-around;
}

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

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

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

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-content-start {
  justify-content: flex-start;
}

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

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

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

.flex-content-around {
  justify-content: space-around;
}

.flex-content-around {
  justify-content: stretch;
}

/*Flex Items*/
.flex {
  flex: 0 1 auto;
  padding: 10px;
}

.flex-1 {
  flex: 1;
  padding: 10px;
}

.flex-2 {
  flex: 2;
  padding: 10px;
}

.flex-3 {
  flex: 3;
  padding: 10px;
}

.flex-4 {
  flex: 4;
  padding: 10px;
}

.flex-5 {
  flex: 5;
  padding: 10px;
}

.flex-6 {
  flex: 6;
  padding: 10px;
}

.flex-7 {
  flex: 7;
  padding: 10px;
}

.flex-8 {
  flex: 8;
  padding: 10px;
}

.flex-9 {
  flex: 9;
  padding: 10px;
}

.flex-10 {
  flex: 10;
  padding: 10px;
}

.flex-11 {
  flex: 11;
  padding: 10px;
}

.flex-12 {
  flex: 12;
  padding: 10px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.imgbox,
.videobox {
  line-height: 1;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

@media screen and (max-width: 1300px) {
  .min-xl {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .min-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .min-tab {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .min-mid {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .min-sp {
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .max-xl {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .max-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .max-tab {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .max-mid {
    display: none;
  }
}
@media screen and (min-width: 451px) {
  .max-sp {
    display: none;
  }
}
/* width */
.w50p {
  width: 50%;
}

.w100p {
  width: 100%;
}

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

.max-w100 {
  max-width: 100px;
}

.max-w110 {
  max-width: 110px;
}

.max-w120 {
  max-width: 120px;
}

.max-w130 {
  max-width: 130px;
}

.max-w140 {
  max-width: 140px;
}

.max-w150 {
  max-width: 150px;
}

.max-w160 {
  max-width: 160px;
}

.max-w170 {
  max-width: 170px;
}

.max-w180 {
  max-width: 180px;
}

.max-w190 {
  max-width: 190px;
}

.max-w200 {
  max-width: 200px;
}

.max-w210 {
  max-width: 210px;
}

.max-w220 {
  max-width: 220px;
}

.max-w230 {
  max-width: 230px;
}

.max-w240 {
  max-width: 240px;
}

.max-w250 {
  max-width: 250px;
}

.max-w260 {
  max-width: 260px;
}

.max-w270 {
  max-width: 270px;
}

.max-w280 {
  max-width: 280px;
}

.max-w290 {
  max-width: 290px;
}

.max-w300 {
  max-width: 300px;
}

.max-w310 {
  max-width: 310px;
}

.max-w320 {
  max-width: 320px;
}

.max-w330 {
  max-width: 330px;
}

.max-w340 {
  max-width: 340px;
}

.max-w350 {
  max-width: 350px;
}

.max-w360 {
  max-width: 360px;
}

.max-w370 {
  max-width: 370px;
}

.max-w380 {
  max-width: 380px;
}

.max-w390 {
  max-width: 390px;
}

.max-w400 {
  max-width: 400px;
}

.max-w410 {
  max-width: 410px;
}

.max-w420 {
  max-width: 420px;
}

.max-w430 {
  max-width: 430px;
}

.max-w440 {
  max-width: 440px;
}

.max-w450 {
  max-width: 450px;
}

.max-w460 {
  max-width: 460px;
}

.max-w470 {
  max-width: 470px;
}

.max-w480 {
  max-width: 480px;
}

.max-w490 {
  max-width: 490px;
}

.max-w500 {
  max-width: 500px;
}

.max-w510 {
  max-width: 510px;
}

.max-w520 {
  max-width: 520px;
}

.max-w530 {
  max-width: 530px;
}

.max-w540 {
  max-width: 540px;
}

.max-w550 {
  max-width: 550px;
}

.max-w560 {
  max-width: 560px;
}

.max-w570 {
  max-width: 570px;
}

.max-w580 {
  max-width: 580px;
}

.max-w590 {
  max-width: 590px;
}

.max-w600 {
  max-width: 600px;
}

/* タブ切り替え用 */
.tab-item {
  cursor: pointer;
}
.tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}

/* 「さらに表示」用 */
.more-item {
  transition: opacity 0.2s, margin-bottom 0.2s;
}
.more-item.is-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}

.btn-more {
  margin-top: 40px;
}
.btn-more.is-btn-hidden {
  display: none;
}
@media screen and (max-width: 450px) {
  .btn-more {
    margin-top: 20px;
  }
}

/* ロゴ */
.logo {
  line-height: 1;
}
.logo-link {
  display: block;
}

/* CMSサムネイル */
.cms-imgbox {
  aspect-ratio: 1/1; /* サムネイル比率 */
}

.cms-imgbox img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* CMSスライダー */
.cms-swiper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.cms-swiper .swiper-slide {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999;
}

.cms-swiper .swiper-slide img {
  max-height: 100%;
}

/* モーダル */
.modal {
  display: none;
}

.modaal-content-container img {
  width: 100%;
}

/***************************

object/_utility.scss

***************************/
/* ----- color ----- */
.base {
  color: #333;
}

.white {
  color: #fff;
}

.blue {
  color: #004098;
}

/* ----- font ----- */
/* font-size */
.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.mincho {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "Yu Mincho Light", "ＭＳ 明朝", "MS Mincho",
    "Noto Serif JP", sans-serif;
}

.now {
  font-weight: 400;
  font-family: "Now Regular", sans-serif;
}

.now-light {
  font-weight: 400;
  font-family: "Now Light", sans-serif;
}

.now-medium {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
}

.now-bold {
  font-weight: 400;
  font-family: "Now bold", sans-serif;
}

.now-black {
  font-weight: 400;
  font-family: "Now black", sans-serif;
}

/* font-weight */
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/* font-style */
.italic {
  font-style: italic;
}

/* ----- margin ----- */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m0 {
  margin: 0 !important;
}

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

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt105 {
  margin-top: 105px;
}

.mt110 {
  margin-top: 110px;
}

.mt115 {
  margin-top: 115px;
}

.mt120 {
  margin-top: 120px;
}

.mt125 {
  margin-top: 125px;
}

.mt130 {
  margin-top: 130px;
}

.mt135 {
  margin-top: 135px;
}

.mt140 {
  margin-top: 140px;
}

.mt145 {
  margin-top: 145px;
}

.mt150 {
  margin-top: 150px;
}

.mt155 {
  margin-top: 155px;
}

.mt160 {
  margin-top: 160px;
}

.mt165 {
  margin-top: 165px;
}

.mt170 {
  margin-top: 170px;
}

.mt175 {
  margin-top: 175px;
}

.mt180 {
  margin-top: 180px;
}

.mt185 {
  margin-top: 185px;
}

.mt190 {
  margin-top: 190px;
}

.mt195 {
  margin-top: 195px;
}

.mt200 {
  margin-top: 200px;
}

.mt205 {
  margin-top: 205px;
}

.mt210 {
  margin-top: 210px;
}

.mt215 {
  margin-top: 215px;
}

.mt220 {
  margin-top: 220px;
}

.mt225 {
  margin-top: 225px;
}

.mt230 {
  margin-top: 230px;
}

.mt235 {
  margin-top: 235px;
}

.mt240 {
  margin-top: 240px;
}

.mt245 {
  margin-top: 245px;
}

.mt250 {
  margin-top: 250px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

/* ----- text ----- */
/* line-height */
.lh06 {
  line-height: 0.6;
}

.lh07 {
  line-height: 0.7;
}

.lh08 {
  line-height: 0.8;
}

.lh09 {
  line-height: 0.9;
}

.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls-10 {
  letter-spacing: -0.01em;
}

.ls-20 {
  letter-spacing: -0.02em;
}

.ls-30 {
  letter-spacing: -0.03em;
}

.ls-40 {
  letter-spacing: -0.04em;
}

.ls-50 {
  letter-spacing: -0.05em;
}

.ls-60 {
  letter-spacing: -0.06em;
}

.ls-70 {
  letter-spacing: -0.07em;
}

.ls-80 {
  letter-spacing: -0.08em;
}

/* text-align */
.t-center {
  text-align: center;
}

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

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

@media screen and (min-width: 601px) {
  .t-center_min-mid {
    text-align: center;
  }
}
@media screen and (min-width: 451px) {
  .t-center_min-sp {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .t-center_max-sp {
    text-align: center;
  }
}
/* text-transform */
.uppercase {
  text-transform: uppercase;
}

/* text-decoration */
.underline {
  display: inline-block;
  position: relative;
}
.underline::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
  transform-origin: top right;
}

a.underline:hover::before {
  left: auto;
  right: 0;
  width: 0;
}

.underline-no-anime {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

/* writing-mode */
.ver-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* vertical-align */
.ver-top {
  vertical-align: top;
}

.ver-mid {
  vertical-align: middle;
}

.ver-baseline {
  vertical-align: baseline;
}

.ver-bottom {
  vertical-align: bottom;
}

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

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* list */
.list_disc li {
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.list_disc li::before {
  content: "・";
}

/* 追記 */
.square::before {
  content: "□";
}

/***************************

object/component/_animation.scss

***************************/
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeRight {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeRightTrigger {
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* animation-delay */
.delay01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay10s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay11s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*animation-times*/
.duration2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* hover scale */
@media screen and (min-width: 769px) {
  .hover-scale {
    overflow: hidden;
    display: block;
  }
  .hover-scale-img {
    transition: 0.5s;
  }
  .hover-scale:hover {
    opacity: 1;
  }
  .hover-scale:hover .hover-scale-img {
    transform: scale(1.05);
  }
}
/* hover rotate */
@media screen and (min-width: 769px) {
  .hover-rotate-content {
    transition: all 0.4s;
  }
  .hover-rotate:hover {
    opacity: 1;
  }
  .hover-rotate:hover .hover-rotate-content {
    opacity: 0.7;
  }
  .hover-rotate-imgbox img {
    transition: transform 0.3s ease-in-out;
  }
  .hover-rotate-item:nth-child(odd)
    .hover-rotate:hover
    .hover-rotate-imgbox
    img {
    transform: rotate(-3deg);
  }
  .hover-rotate-item:nth-child(even)
    .hover-rotate:hover
    .hover-rotate-imgbox
    img {
    transform: rotate(3deg);
  }
}
/* pop */
.pop {
  -webkit-animation-name: popAnime;
  animation-name: popAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.popTrigger {
  opacity: 0;
}

@-webkit-keyframes popAnime {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes popAnime {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide_text {
  display: inline-block;
  position: relative;
}
.slide_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fbfaf7;
  top: 0;
  left: 0;
  -webkit-animation-name: slideText;
  animation-name: slideText;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes slideText {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes slideText {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

.popText span {
  transform: translateY(10px);
  opacity: 0;
}
.popText.active span {
  transition-property: opacity, transform;
  transform: translateY(0);
  transition: all 0.5s;
  display: inline-block;
  opacity: 1;
}

/***************************

object/component/_container.scss

***************************/
.container_l {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .container_l {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .container_l {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container_m {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .container_m {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .container_m {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container_s {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .container_s {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .container_s {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/***************************

object/component/_heading.scss

***************************/
.hdg_type01 {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}

.hdg_type02 {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 36px;
}

.hdg_anime {
  -webkit-filter: url(#gooey);
  filter: url(#gooey);
  z-index: -1;
  position: absolute;
  top: -45px;
  left: -50%;
}
.hdg_anime-svg {
  position: absolute;
}
.hdg_anime-circle_l {
  display: inline-block;
  width: 126px;
  height: 126px;
  background-color: #e8f5f7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  transform: translate(0);
  -webkit-animation: scale 3s ease-in-out infinite;
  animation: scale 3s ease-in-out infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: translate(0) scale(1);
  }
  50% {
    transform: translate(0) scale(1.1);
  }
  100% {
    transform: translate(0) scale(1);
  }
}
@keyframes scale {
  0% {
    transform: translate(0) scale(1);
  }
  50% {
    transform: translate(0) scale(1.1);
  }
  100% {
    transform: translate(0) scale(1);
  }
}
.hdg_anime-circle_m {
  display: inline-block;
  width: 73px;
  height: 73px;
  background-color: #e8f5f7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(105%, -65%);
  -webkit-animation: move_m 5s infinite;
  animation: move_m 5s infinite;
}
@-webkit-keyframes move_m {
  0% {
    transform-origin: -150% 150%;
    transform: translate(105%, -65%) rotate(0);
  }
  100% {
    transform-origin: 100% 100%;
    transform: translate(105%, -65%) rotate(360deg);
  }
}
@keyframes move_m {
  0% {
    transform-origin: -150% 150%;
    transform: translate(105%, -65%) rotate(0);
  }
  100% {
    transform-origin: 100% 100%;
    transform: translate(105%, -65%) rotate(360deg);
  }
}
.hdg_anime-circle_s {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #e8f5f7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -115%);
  -webkit-animation: move_s 3s infinite;
  animation: move_s 3s infinite;
}
@-webkit-keyframes move_s {
  0% {
    transform-origin: -150% 150%;
    transform: translate(-20%, -115%) rotate(0);
  }
  100% {
    transform-origin: 100% 100%;
    transform: translate(-20%, -115%) rotate(360deg);
  }
}
@keyframes move_s {
  0% {
    transform-origin: -150% 150%;
    transform: translate(-20%, -115%) rotate(0);
  }
  100% {
    transform-origin: 100% 100%;
    transform: translate(-20%, -115%) rotate(360deg);
  }
}

.hdg_type03 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hdg_type03-ja {
  font-size: 24px;
  color: #004098;
  font-weight: 700;
}
.hdg_type03-en {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 450px) {
  .hdg_type03 {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.hdg_type04 {
  margin-bottom: 90px;
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .hdg_type04 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.hdg_type05 {
  font-size: 18px;
  line-height: 2.4;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

.hdg_type05::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #004098;
  top: 50%;
  transform: translate(0, -50%);
}

/***************************

object/component/_button.scss

***************************/
.btn_style01 {
  display: inline-block;
}
.btn_style01-flexbox {
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn_style01-text {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.btn_style01-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
  transform-origin: top right;
}
.btn_style01-circle {
  display: inline-block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  position: relative;
}
.btn_style01-circle::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #004098;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s cubic-bezier(0.09, 0.19, 0.31, 1.16);
}
.btn_style01-circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  transition: transform 0.4s cubic-bezier(0.09, 0.19, 0.31, 1.16);
}
.btn_style01-circle.white-btn::before {
  background-color: #fff;
}
.btn_style01-circle.white-btn::after {
  background-color: #004098;
  transition: transform 0.4s cubic-bezier(0.09, 0.19, 0.31, 1.16);
}
.btn_style01-arrow {
  display: inline-block;
  position: absolute;
  background-image: url(./img/common/arrow-right-white.png);
  background-size: contain;
  width: 14px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s cubic-bezier(0.09, 0.19, 0.31, 1.16);
  z-index: 1;
}
.btn_style01.back .btn_style01-flexbox {
  flex-direction: row-reverse;
}
.btn_style01.back .btn_style01-arrow {
  background-image: url(./img/common/arrow-left-white.png);
}

.btn_style01-circle.white-btn .btn_style01-arrow {
  background-image: url(./img/common/arrow-right-blue.png);
}

.btn_style01:hover,
.home-island .hover-scale:hover,
.home-island-link:hover,
.footer-contact-mail:hover {
  opacity: 1;
}
.btn_style01:hover .btn_style01-text::before,
.home-island .hover-scale:hover .btn_style01-text::before,
.home-island-link:hover .btn_style01-text::before,
.footer-contact-mail:hover .btn_style01-text::before {
  left: auto;
  right: 0;
  width: 0;
}
.btn_style01:hover .btn_style01-circle::before,
.home-island .hover-scale:hover .btn_style01-circle::before,
.home-island-link:hover .btn_style01-circle::before,
.footer-contact-mail:hover .btn_style01-circle::before {
  transform: translate(-50%, -50%) scale(0);
}
.btn_style01:hover .btn_style01-circle::after,
.home-island .hover-scale:hover .btn_style01-circle::after,
.home-island-link:hover .btn_style01-circle::after,
.footer-contact-mail:hover .btn_style01-circle::after {
  background-color: #004098;
  transform: translate(-50%, -50%) scale(1);
}
.btn_style01:hover .btn_style01-circle.white-btn::after,
.home-island .hover-scale:hover .btn_style01-circle.white-btn::after,
.home-island-link:hover .btn_style01-circle.white-btn::after,
.footer-contact-mail:hover .btn_style01-circle.white-btn::after {
  background-color: #fff;
}
.btn_style01:hover .btn_style01-arrow,
.home-island .hover-scale:hover .btn_style01-arrow,
.home-island-link:hover .btn_style01-arrow,
.footer-contact-mail:hover .btn_style01-arrow {
  transform: translate(-50%, -50%) scale(1);
}

.btn_style02 {
  display: block;
  background-color: #555;
  width: 100%;
  max-width: 420px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
}
.btn_style02 .fa-up-right-from-square {
  font-size: 12px;
}
.btn_style02 .fa-file-arrow-down {
  font-size: 21px;
}
.btn_style02:has(.fa-file-arrow-down) {
  padding: 22px 30px;
}

.btn_style03 {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 22px 20px;
  border-radius: 50px;
}

/***************************

object/component/_box.scss

***************************/
.box_style01 {
  border: 8px solid #f0f5f7;
  text-align: center;
  padding: 80px;
}
.box_style01-title {
  font-size: 26px;
  color: #004098;
  margin-bottom: 20px;
}
.box_style01-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 2.6;
}

@media screen and (max-width: 450px) {
  .box_style01 {
    padding: 30px 20px;
  }
  .box_style01-title {
    margin-bottom: 10px;
  }
  .box_style01-text {
    text-align: start;
  }
}
.box_style02-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.box_style02-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #004098;
  margin-right: 12px;
  margin-bottom: 6px;
}
.box_style02-list {
  display: grid;
  gap: 10px 12px;
  font-size: 15px;
}
.box_style02-link {
  display: block;
  border: 1px solid #e3e3e3;
  padding-left: 25px;
  padding-right: 25px;
}
.box_style02-link::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ddd;
  border-radius: 50%;
  margin-right: 10px;
}
.box_style02-link.selected {
  border: 1px solid #777;
  font-weight: 700;
}
.box_style02-link.selected::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #004098;
  border-radius: 50%;
  margin-right: 10px;
}
.box_style02-bottom {
  border-top: 1px dotted #ddd;
  margin-top: 145px;
  padding-top: 65px;
}

@media screen and (max-width: 450px) {
  .box_style02-bottom {
    margin-top: 120px;
  }
}
.table_style01 {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  line-height: 1.8;
}
.table_style01-row {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}
.table_style01-dt {
  font-weight: 700;
}
.table_style01-dd {
  width: calc(100% - 290px);
}
.table_style01-item {
  display: flex;
  justify-content: space-between;
}
.table_style01-item dd {
  width: calc(100% - 140px);
}
.table_style01-item + .table_style01-item {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .table_style01-dd {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 450px) {
  .table_style01-row {
    display: block;
  }
  .table_style01-dd {
    width: auto;
    margin-top: 15px;
  }
}
.table_style02 {
  width: 100%;
  line-height: 1.8;
}
.table_style02-row {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
.table_style02-row + .table_style02-row,
.table_style02-row + .table_style02-col {
  margin-top: 50px;
}
.table_style02-row::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #004098;
  top: -1px;
  left: 0;
}
.table_style02-col {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid #e3e3e3;
  position: relative;
  flex-flow: column;
}
.table_style02-col + .table_style02-col,
.table_style02-col + .table_style02-row {
  margin-top: 50px;
}
.table_style02-col::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #004098;
  top: -1px;
  left: 0;
}
.table_style02-dt {
  font-weight: 700;
  font-size: 26px;
  color: #004098;
}
.table_style02-dd {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
  width: calc(100% - 320px);
}
.table_style02-dd-textbox {
  width: calc(100% - 360px - 80px);
  max-width: 420px;
}
.table_style02-dd-textbox .btn_style02 {
  margin-top: 35px;
}
.table_style02-dd-imgboxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1300px) {
  .table_style02-dd {
    gap: 40px;
    width: calc(100% - 230px);
  }
  .table_style02-dd-textbox {
    width: calc(100% - 360px - 40px);
  }
}
@media screen and (max-width: 768px) {
  .table_style02-row {
    display: block;
  }
  .table_style02-dd {
    width: auto;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .table_style02-dd-textbox {
    width: 50%;
  }
  .table_style02-dd-imgboxs {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .table_style02-dd {
    display: block;
  }
  .table_style02-dd-textbox {
    width: auto;
    margin-bottom: 40px;
  }
}
.history_table {
  width: 100%;
  line-height: 1.8;
}
.history_table-row {
  border-top: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  padding-top: 40px;
}
.history_table-row + .history_table-row {
  margin-top: 50px;
}
.history_table-dt {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.05em;
  color: #d2e4f1;
  font-size: 40px;
  line-height: 1.2;
}
.history_table-dd {
  width: 100%;
  max-width: 860px;
}
.history_table-dd dl {
  display: flex;
  justify-content: space-between;
}
.history_table-dd dt {
  font-weight: 700;
}
.history_table-dd dd {
  width: calc(100% - 100px);
}

@media screen and (max-width: 450px) {
  .history_table-row {
    display: block;
    padding-top: 35px;
  }
  .history_table-row + .history_table-row {
    margin-top: 40px;
  }
  .history_table-dd {
    margin-top: 20px;
  }
  .history_table-dd dd {
    width: calc(100% - 50px);
  }
}
.textbox_type01 {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
  text-align: center;
  padding: 0 12px;
}

.table_style03 {
  width: 100%;
}
.table_style03-row {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
.table_style03-row + .table_style03-row {
  margin-top: 70px;
}
.table_style03-row::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #004098;
  top: -1px;
  left: 0;
}
.table_style03-row.figure::before {
  width: 50px;
}
.table_style03-dt {
  font-weight: 700;
  font-size: 26px;
  color: #004098;
}
.table_style03-dd {
  width: calc(100% - 320px);
}
.table_style03-dd-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.figure-item {
  border: 1px solid #999;
  padding: 35px 30px;
  text-align: center;
}

.figure-item + .figure-item {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .table_style03-dd {
    width: calc(100% - 230px);
  }
  .table_style03-dd-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .table_style03-row.figure {
    display: block;
  }
  .table_style03-row.figure .table_style03-dt {
    margin-bottom: 50px;
  }
  .table_style03-row.figure .table_style03-dd {
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .table_style03-row {
    display: block;
    margin-top: 50px;
  }
  .table_style03-row + .table_style03-row {
    margin-top: 60px;
  }
  .table_style03-dd {
    width: auto;
    margin-top: 30px;
  }
}
.table_style04-row {
  padding: 37px 0 50px;
  display: flex;
  border-top: 1px solid #e3e3e3;
  position: relative;
  --order-size: 81px;
}
.table_style04-row::before {
  content: "";
  --border-size: 10px;
  position: absolute;
  top: calc(37px + var(--order-size));
  left: calc(var(--order-size) / 2 - var(--border-size) / 2);
  background-image: radial-gradient(#d6dbe2 30%, transparent 30%);
  background-size: var(--border-size) var(--border-size);
  background-repeat: repeat-y;
  display: inline-block;
  width: var(--border-size);
  height: 100%;
}
.table_style04-row:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
.table_style04-row:last-of-type ::before {
  height: calc(100% - 55px);
}
.table_style04-content {
  flex: 1;
  margin-left: 38px;
}
.table_style04-order {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #004098;
  font-family: "Now medium", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  width: var(--order-size);
  height: var(--order-size);
  border-radius: 50%;
  line-height: 1.5;
  border: 9px solid #e6e9ee;
}
.table_style04-number {
  font-size: 24px;
  line-height: 1;
}
.table_style04-title {
  font-size: 22px;
  color: #004098;
  font-weight: bold;
}
.table_style04-box {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f6f6f6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.table_style04-box-title {
  font-size: 12px;
  padding: 8px 6px;
  background: #555;
  color: #fff;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.table_style04-box-title::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 4px;
  height: 7px;
  background: inherit;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.table_style04-box-text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  margin-left: 22px;
}
.table_style04-imgbox {
  margin-left: 47px;
  /* 240318追記 */
  display: flex;
  flex-flow: column;
  gap: 5px;
  max-width: 255px;
}

@media screen and (max-width: 768px) {
  .table_style04-row {
    flex-flow: column;
  }
  .table_style04-content {
    margin-top: calc(var(--order-size) * -1);
    margin-left: 100px;
  }
  .table_style04-imgbox {
    margin-left: 100px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .table_style04-row {
    --order-size: 40px;
  }
  .table_style04-content,
  .table_style04-imgbox {
    margin-left: 50px;
  }
  .table_style04-order {
    border-width: 3px;
    font-size: 7px;
  }
  .table_style04-number {
    font-size: 17px;
  }
  .table_style04-box {
    display: block;
  }
  .table_style04-box-title {
    width: 100%;
    text-align: center;
  }
  .table_style04-box-text {
    margin-top: 5px;
    margin-left: 0;
  }
}
/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding: 25px 35px 25px 65px;
}
.header-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-text {
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.4s, visibility 0.4s;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
.header-mail {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #004098;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.gnav {
  transition: all 0.4s;
}
.gnav-list {
  display: flex;
  font-weight: 700;
  font-size: 15px;
}
.gnav-link,
.gnav-button {
  display: block;
  padding: 30px 18px;
  transition: all 0.4s;
}
.gnav-link .fa-chevron-down,
.gnav-button .fa-chevron-down {
  font-size: 10px;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 8px;
}
.gnav-link:hover,
.gnav-button:hover {
  opacity: 1;
  color: #004098;
}
.gnav-link.current,
.gnav-button.current {
  color: #004098;
}

.dropdown {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  background-color: #fff;
  padding-top: 90px;
  font-size: 16px;
}
.dropdown-inner {
  border-top: 1px dotted #ddd;
  padding: 55px 0 70px;
}
.dropdown-container {
  max-width: 1320px;
  padding: 0 60px;
  margin: auto;
}
.dropdown-list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 20px;
}
.dropdown-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dropdown-text {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.dropdown-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
  transform-origin: top right;
}

.dropdown-link:hover .dropdown-text::before {
  left: auto;
  right: 0;
  width: 0;
}

.overlay {
  position: fixed;
  top: 90px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: calc(100% - 90px);
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  transition: all 0.4s;
}
@media screen and (max-width: 1300px) {
  .overlay {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .dropdown-container {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0;
  }
}
@media screen and (min-width: 1301px) {
  .gnav-button:focus {
    color: #004098;
  }
  .gnav-button:focus + .dropdown {
    visibility: visible;
    opacity: 1;
  }
  .gnav-button:focus + .dropdown + .overlay {
    visibility: visible;
    opacity: 1;
  }
}
.home-header .logo-img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-header .header-text {
  opacity: 0;
  visibility: hidden;
}
.home-header .gnav {
  opacity: 0;
  visibility: hidden;
}

.nav_open {
  overflow: hidden;
}
.nav_open .logo-img {
  -webkit-filter: none;
  filter: none;
}

.header.scroll {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1301px) {
  .header.scroll:hover {
    background-color: #fff;
  }
  .header.scroll .gnav {
    opacity: 1;
    visibility: visible;
  }
}
.header.scroll .header-text {
  opacity: 1;
  visibility: visible;
}
.header.scroll .logo-img {
  -webkit-filter: none;
  filter: none;
}

.child-header {
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
}
@media screen and (min-width: 1301px) {
  .child-header .dropdown {
    padding-top: 140px;
  }
  .child-header .dropdown-inner {
    border-top: 1px dotted #ddd;
  }
}
.child-header.scroll {
  border: none;
  background: none;
}
@media screen and (min-width: 1301px) {
  .child-header.scroll .dropdown {
    padding-top: 90px;
  }
}

@media screen and (min-width: 1301px) {
  .gnavBtn {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .gnavBtn {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    cursor: pointer;
    display: inline-block;
    background-color: #444;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
  }
  .gnavBtn-bar {
    position: relative;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before,
  .gnavBtn-bar::after {
    content: "";
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 1px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before {
    top: -5px;
  }
  .gnavBtn-bar::after {
    top: 5px;
  }
  .gnavBtn.active .gnavBtn-bar {
    background-color: transparent;
  }
  .gnavBtn.active .gnavBtn-bar::before {
    transform: translateY(5px) rotate(45deg);
  }
  .gnavBtn.active .gnavBtn-bar::after {
    transform: translateY(-5px) rotate(-45deg);
  }
}

@media screen and (max-width: 1300px) {
  .header {
    display: block;
    padding: 25px 40px;
  }
  .header.scroll {
    padding: 25px 40px;
  }
  .header .logo,
  .header-text {
    z-index: 1000;
  }
  .header-mail {
    position: fixed;
    top: 25px;
    right: 80px;
    z-index: 1000;
  }
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    background-color: #fff;
    padding-top: 90px;
    pointer-events: none;
  }
  .gnav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .gnav-list {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .gnav-item {
    border-bottom: 1px solid #ddd;
  }
  .gnav-link,
  .gnav-button {
    display: block;
    padding: 15px 20px;
    width: 100%;
    text-align: start;
  }
  .dropdown {
    position: static;
    padding-top: 0;
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s, opacity 0.6s;
  }
  .dropdown-inner {
    padding: 20px 0;
  }
  .dropdown .hdg_type03 {
    display: none;
  }
  .dropdown-list {
    display: block;
    margin-top: 0;
  }
  .dropdown-item + .dropdown-item {
    margin-top: 15px;
  }
  .dropdown.open {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }
  .gnav-button .fa-chevron-down {
    transform: rotate(-90deg);
    transition: transform 0.6s;
  }
  .gnav-button.active .fa-chevron-down {
    transform: rotate(0);
  }
}
@media screen and (max-width: 450px) {
  .header,
  .header.scroll {
    padding: 25px;
  }
  .header-text {
    display: none;
  }
  .gnavBtn {
    right: 20px;
  }
  .header-mail {
    right: 75px;
  }
}
/***************************

layout/_footer.scss

***************************/
.footer {
  margin-top: 170px;
  padding-top: 80px;
  background-image: url(./img/common/footer-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}
.footer-contact {
  display: flex;
  justify-content: center;
  gap: 1px;
  text-align: center;
}
.footer-contact-tel,
.footer-contact-mail {
  width: 50%;
  background-color: #003071;
  max-width: 670px;
}
.footer-contact-tel {
  padding: 40px;
  font-size: 40px;
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
}
.footer-contact-mail {
  padding: 40px 80px 40px 40px;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer-contact-mail-text {
  transition: opacity 0.4s;
}
.footer-contact-mail .white-btn {
  position: absolute;
  right: 55px;
  top: calc(50% - 24px);
}
.footer-contact-mail:hover .footer-contact-mail-text {
  opacity: 0.7;
}
.footer-content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 90px;
  /* 240925追記 */
  /* flex-wrap: wrap; */
}
.footer-content-right {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  flex: 1;
  flex-flow: wrap;
}
.footer-links {
  margin-top: 10px;
  max-width: 300px;
  width: 100%;
}
.footer-links-item + .footer-links-item {
  margin-top: 20px;
}
.footer-links-link {
  display: block;
  border: 1px solid #fff;
  border-radius: 72px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 19px;
}
.footer-links-link .fa-up-right-from-square {
  font-size: 12px;
  margin-left: 15px;
}
.footer-sns {
  margin-top: 55px;
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  font-size: 16px;
}
.footer-sns-link {
  display: flex;
  gap: 1em;
  align-items: center;
}
.footer-sns-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.sitemap {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  gap: 30px 15px;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 550px;
}
.sitemap-list {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 189px;
  gap: 15px 0; */
}
/* .sitemap-item:not(:first-child) {
  margin-left: 90px;
} */
.sitemap-link {
  display: block;
}
.sitemap-childlist {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
}
.sitemap-childitem + .sitemap-childitem {
  margin-top: 7px;
}

.copy {
  text-align: right;
  font-weight: 400;
  font-family: "Now bold", sans-serif;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 1.5;
}
.copy-outer {
  margin-top: 80px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1300px) {
  .footer-contact {
    flex-direction: column;
    align-items: center;
  }
  .footer-contact-tel,
  .footer-contact-mail {
    width: 100%;
  }
  .footer-contact-tel {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-content {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 130px;
  }
  .sitemap {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 450px) {
  .footer {
    margin-top: 90px;
    padding-top: 25px;
  }
  .footer-contact-tel {
    padding: 24px 10px;
    font-size: 24px;
  }
  .footer-contact-tel .fz24 {
    font-size: 14px;
  }
  .footer-contact-mail {
    padding: 30px 10px;
    font-size: 16px;
  }
  .footer-contact-mail .white-btn {
    display: none;
  }
  .footer-content {
    margin-top: 50px;
    display: block;
  }
  .footer-access .flexbox {
    display: block;
  }
  .footer-access .mt40 {
    margin-top: 30px;
  }
  .footer-content-right {
    display: block;
  }
  .sitemap {
    margin-top: 50px;
    flex-flow: column;
  }
  /* .sitemap-list {
    height: 263px;
  } */
  .sitemap-item:not(:first-child) {
    margin-left: 0;
  }
  .sitemap-link {
    display: inline;
  }
  .footer-links {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-sns {
    margin-top: 35px;
    /* justify-content: center; */
    width: fit-content;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }
  .copy-outer {
    margin-top: 40px;
    padding: 22px 0;
  }
  .copy {
    text-align: center;
  }
}
/***************************

object/project/_home.scss

***************************/
.home-mv {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  background-image: linear-gradient(
    to bottom,
    #fff 160px,
    #f8f8f8 160px,
    #f8f8f8 880px,
    #fff 880px,
    #fff 100%
  );
  background-size: 90%;
}
.home-mv-imgbox:has(.home-mv-text) {
  position: relative;
  margin-bottom: 190px;
}
.home-mv-imgbox.absolute {
  top: calc(50% - 137px);
  left: calc(50% - 137px);
}
.home-mv-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}
.home-mv-text-inner {
  padding: 0px 50px 45px;
}
.home-mv-text-en {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 68px;
}
.home-mv-text-ja {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.12em;
  margin-top: 25px;
}
.home-mv-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;
}
.home-mv-right .home-mv-imgbox:last-child {
  margin-left: 20px;
}
.home-textbox-title {
  color: #004098;
  font-size: 40px;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.45em;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-textbox-content {
  margin-left: 8px;
}
.home-textbox-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4;
  position: relative;
  z-index: 1;
}
.home-textbox-text + .home-textbox-text {
  margin-top: 25px;
}
.home-company {
  overflow-x: hidden;
  padding-top: 320px;
}
.home-company-content {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.home-company-content-outer {
  background-image: linear-gradient(
    to top,
    #f8f8f8 200px,
    #fff 200px,
    #fff 100%
  );
  background-size: 95%;
}
.home-company-content .hdg_type01 {
  position: absolute;
  top: 15px;
  z-index: 0;
}
.home-company-content .hdg_type01::before {
  left: -55px;
  top: -95px;
  z-index: -1;
}
.home-company-content .home-textbox {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.home-company-gallery {
  padding-top: 100px;
  background-image: url(./img/top/company-bg-text.png),
    linear-gradient(to top, #fff 75px, #f8f8f8 75px, #f8f8f8 100%);
  background-size: auto, 95%;
  background-position: right 350px top 80px, 0 0;
}
.home-company-gallery-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
}
.home-company-imgbox:first-child {
  margin-top: 120px;
}
.home-business {
  margin-top: 300px;
  padding-bottom: 150px;
  background-image: url(./img/top/business-bg-text.png);
  background-position: left -20px bottom 0;
}
.home-business-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home-business-content .home-textbox {
  padding-left: 150px;
  padding-bottom: 130px;
  padding-right: 60px;
  background-color: #fff;
  width: calc(50% + 150px);
}
.home-business-imgbox {
  padding-left: 60px;
  width: calc(50% - 150px);
  text-align: right;
}
.home-business .hdg_type01 {
  margin-bottom: 70px;
  position: relative;
  z-index: 0;
}
.home-business .hdg_type01 .hdg_anime {
  left: -105px;
}
/*.home-business-gallery {
  margin-top: -90px;
}*/
.home-island {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
.home-island-imgbox {
  position: relative;
  max-width: 600px;
}
.home-island-textbox {
  position: absolute;
  top: 55px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
}
.home-island-title {
  font-weight: 400;
  font-family: "Now bold", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.2;
}
.home-island-list {
  width: calc(100% - 600px - 80px);
  max-width: 560px;
}
.home-island-item {
  border-bottom: 1px solid #e3e3e3;
}
.home-island .hdg_type03 {
  transition: opacity 0.4s;
}
.home-island-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 33px 0;
}
.home-island-link:hover .hdg_type03 {
  opacity: 0.7;
}
.home-plant {
  margin-top: 170px;
  padding: 170px 0;
  background-image: url(./img/top/plant-bg-text.png),
    linear-gradient(to bottom, #f8f8f8 0, #f8f8f8 100%);
  background-size: auto, 61%;
  background-position: right -4px bottom -7px, right top;
}
.home-plant-imgbox_l img {
  width: 100%;
}
.home-plant-content {
  margin-top: -50px;
  display: flex;
  justify-content: center;
  gap: 190px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.home-plant-content .home-textbox {
  margin-top: 200px;
  width: calc(100% - 600px - 190px);
}
.home-plant-content .hdg_type01 {
  margin-bottom: 70px;
  position: relative;
  z-index: 0;
}
.home-plant-content .hdg_type01 .hdg_anime {
  left: -55px;
}
.home-plant-content .hdg_type01 .hdg_anime-circle_l,
.home-plant-content .hdg_type01 .hdg_anime-circle_m,
.home-plant-content .hdg_type01 .hdg_anime-circle_s {
  background-color: #fff;
}
.home-news {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.home-news-left {
  margin-top: 40px;
}

.recruit {
  margin-top: 170px;
  position: relative;
}
.recruit-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.mimizu_bnr {
  position: fixed;
  bottom: 4px;
  right: 6px;
  z-index: 100;
  transition: opacity 0.4s, visibility 0.4s;
}
.mimizu_bnr-link:hover {
  opacity: 0.8;
}
.mimizu_bnr-close {
  position: absolute;
  width: 28px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  top: -5px;
  right: 0;
}
.mimizu_bnr-close .fa-xmark {
  font-size: 12px;
}
.mimizu_bnr.close {
  display: none;
}
.mimizu_bnr.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1500px) {
  .home-company-gallery {
    background-position: right 150px top 80px, 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .home-mv {
    gap: 40px;
    background-image: linear-gradient(
      to bottom,
      #fff 100px,
      #f8f8f8 100px,
      #f8f8f8 90%,
      #fff 90%,
      #fff 100%
    );
  }
  .home-mv-right {
    margin-top: 40px;
  }
  .home-mv-imgbox:has(.home-mv-text) {
    margin-bottom: 40px;
  }
  .home-mv-imgbox.absolute {
    width: 22%;
    top: calc(50% - 70px);
    left: calc(50% - 20px);
  }
  .home-mv-text-en {
    font-size: 5vw;
  }
  .home-business-content .home-textbox {
    padding-left: 60px;
    padding-bottom: 80px;
    width: calc(50% + 60px);
  }
  .home-business-imgbox {
    padding-left: 50px;
    width: calc(50% - 60px);
  }
  .home-island {
    flex-direction: column;
    align-items: center;
  }
  .home-island-list {
    width: 100%;
    margin-top: 50px;
  }
  .home-plant-content {
    gap: 80px;
  }
  .home-plant-content .home-textbox {
    width: 45%;
  }
  .home-plant-imgbox {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .home-mv {
    display: block;
  }
  .home-mv-imgbox:has(.home-mv-text) img {
    width: 100%;
  }
  .home-mv-imgbox:has(.home-mv-text) {
    margin-bottom: 0;
  }
  .home-mv-text-en {
    font-size: 64px;
  }
  .home-mv-right {
    display: block;
    margin-top: -120px;
  }
  .home-mv-right .home-mv-imgbox:first-child {
    width: 56%;
    margin-left: 30px;
  }
  .home-mv-right .home-mv-imgbox:last-child {
    margin-left: auto;
    margin-top: 20px;
    width: 58%;
  }
  .home-mv-imgbox.absolute {
    width: 26%;
    left: 0;
    top: auto;
    bottom: 12%;
  }
  .home-business {
    margin-top: 200px;
  }
  .home-company {
    padding-top: 200px;
  }
  .home-company-content .hdg_type01 {
    position: relative;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
  }
  .home-company-gallery-inner {
    padding-left: 0;
    display: block;
    position: relative;
  }
  .home-company-imgbox:first-child {
    width: 90%;
  }
  .home-company-imgbox:last-child {
    position: absolute;
    top: -70px;
    right: 0;
    width: 38%;
  }
  .home-business-content {
    display: block;
  }
  .home-business-content .home-textbox {
    width: auto;
    padding-bottom: 0;
  }
  .home-business-imgbox {
    width: auto;
    padding: 0 60px;
    text-align: center;
    margin-top: 40px;
  }
  .home-business .hdg_type01 .hdg_anime {
    left: -40px;
  }
  .home-business-gallery {
    margin-top: -20px;
    margin-top: 80px;
  }
  .home-plant {
    background-size: auto, 90%;
  }
  .home-plant-content {
    display: block;
  }
  .home-plant-content .home-textbox {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
  }
  .home-news {
    margin-top: 120px;
  }
  .recruit {
    margin-top: 130px;
  }
  .recruit-title img {
    width: 90%;
  }
  .recruit-title img {
    width: 55%;
  }
  .recruit-btn {
    width: 90px;
  }
}
@media screen and (max-width: 450px) {
  .home-mv {
    gap: 40px;
    background-image: linear-gradient(
      to top,
      #fff 90px,
      #f8f8f8 90px,
      #f8f8f8 100%,
      #fff 100%
    );
  }
  .home-mv-imgbox:has(.home-mv-text) img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-mv-text-en {
    font-size: 10vw;
  }
  .home-mv-text-inner {
    padding: 0 0 10px;
  }
  .home-mv-text-ja {
    font-size: 5.4vw;
  }
  .home-textbox-title {
    font-size: 28px;
  }
  .home-business {
    margin-top: 180px;
  }
  .home-company {
    padding-top: 180px;
  }
  .home-company-content .hdg_type01,
  .home-business .hdg_type01,
  .home-plant-content .hdg_type01 {
    margin-left: 8px;
  }
  .home-company-content .hdg_type01 .hdg_anime,
  .home-business .hdg_type01 .hdg_anime,
  .home-plant-content .hdg_type01 .hdg_anime {
    left: -25px;
  }
  .home-textbox-content .btn_style01,
  .home-plant-content .btn_style01 {
    margin-top: 50px;
  }
  .home-company-imgbox:first-child img {
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-company-gallery {
    background-image: url(./img/top/company-bg-text.png),
      linear-gradient(to top, #fff 45px, #f8f8f8 45px, #f8f8f8 100%);
  }
  .home-business-content .home-textbox,
  .home-business-imgbox {
    padding: 0 25px;
  }
  .home-island,
  .home-news {
    margin-top: 40px;
  }
  .home-island-link {
    padding: 24px 0;
  }
  .home-island-title {
    font-size: 34px;
  }
  .home-island-textbox .fz18 {
    font-size: 14px;
    margin-top: 10px;
  }
  .home-island-imgbox img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-plant {
    margin-top: 120px;
    padding-top: 120px;
  }
  .home-plant-imgbox_l img {
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-plant-imgbox {
    width: 66%;
  }
  .home-plant-content .home-textbox {
    max-width: 270px;
  }
  .home-news {
    gap: 30px;
  }
  .home-news-left .btn_style01 {
    margin-top: 10px;
  }
  .recruit {
    margin-top: 90px;
  }
  .recruit .hover-scale-img {
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .recruit-title img {
    width: 90%;
  }
  .recruit-btn {
    width: 70px;
    bottom: 5px;
    right: 10px;
  }
}
/***************************

layout/_page.scss

***************************/
.child {
  padding-top: 140px;
}
.child-mv {
  margin-bottom: 140px;
}
.child-mv-title {
  padding-top: 85px;
  margin-bottom: 55px;
}
.child-mv-title-en {
  display: block;
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}
.child-mv-title-ja {
  display: block;
  color: #004098;
  font-size: 48px;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.child-mv-content {
  background-image: linear-gradient(
    to bottom,
    #fff 75px,
    #f8f8f8 75px,
    #f8f8f8 100%
  );
  padding-bottom: 60px;
}
.child-mv-imgbox {
  text-align: right;
}
.child-mv-imgbox img {
  width: 96.7%;
}
.child-mv-list {
  margin-top: 60px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
  display: flex;
}
.child-mv-item {
  border-right: 1px solid #e3e3e3;
}
.child-mv-item:first-child {
  border-left: 1px solid #e3e3e3;
}
.child-mv-link {
  display: block;
  padding: 1px 53px;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 1300px) {
  .child {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .child-mv-imgbox img {
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  .child-mv {
    margin-bottom: 100px;
  }
  .child-mv-title-ja {
    font-size: 40px;
  }
  .child-mv-content {
    padding-bottom: 40px;
  }
  .child-mv-content .mt70 {
    margin-top: 40px;
  }
  .child-mv-imgbox img {
    width: 100%;
    height: 210px;
  }
  .child-mv-list {
    justify-content: center;
    padding: 0 10px;
    margin-top: 40px;
  }
  .child-mv-item {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .child-mv-link {
    padding: 1px 25px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
/*---------
news
---------*/
.news-list {
  width: 100%;
  max-width: 860px;
}
.news-item {
  border-bottom: 1px solid #e3e3e3;
}
.news-link {
  display: flex;
  align-items: center;
  gap: 10px 25px;
  padding: 40px 0;
}
@media screen and (max-width: 450px) {
  .news-link {
    flex-flow: column;
    align-items: start;
  }
}
.news-category {
  color: #004098;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  width: 114px;
  min-width: 114px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #004098;
}
.news-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.news-date {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.news-title {
  font-size: 16px;
  font-weight: 700;
}
.news-archive {
  display: flex;
  flex-direction: column-reverse;
}
.news-archive .news-list {
  max-width: none;
}
.news-article {
  padding: 63px 0 158px;
  margin-bottom: 78px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-article {
    padding: 50px 0 80px;
  }
}
.news-article ::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #e3e3e3;
}
.news-article * + * {
  margin-top: 32px;
}
.news-article img + img {
  margin-top: 20px;
}
.news-article-title {
  font-size: 36px;
  color: #004098;
  letter-spacing: 0.05em;
  margin-top: 37px;
}
@media screen and (max-width: 450px) {
  .news-article-title {
    font-size: 28px;
    margin-top: 20px;
  }
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 37px 47px;
  gap: 10px 40px;
  margin-bottom: 109px;
}
.category-item::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #ddd;
  margin-right: 9px;
}
.category-item.all::before {
  background: #004098;
}

@media screen and (max-width: 450px) {
  .news-link {
    padding: 20px 0;
  }
  .news-content {
    display: block;
  }
  .news-date {
    margin-bottom: 5px;
  }
}
/*---------
company
---------*/
.company-philosophy,
.company-outline,
.company-activity {
  padding-top: 40px;
}
.company-philosophy-vision-imgbox {
  max-width: 1460px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.company-philosophy-vision-textbox {
  position: absolute;
  text-align: center;
  top: 130px;
  left: 0;
  right: 0;
  padding: 0 60px;
}
.company-philosophy-vision-text {
  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
  letter-spacing: 0.12em;
}
.company-philosophy-brand {
  margin-top: 75px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.company-greeting,
.company-office,
.company-examples {
  margin-top: 320px;
}
.company-greeting-flexbox {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.company-greeting-textbox {
  width: 58%;
  max-width: 680px;
}
.company-history {
  margin-top: 290px;
}
.company .box_style02 {
  margin-top: 300px;
  padding-top: 80px;
  border-top: 1px dotted #ddd;
}
.company .box_style02-list {
  grid-template-columns: repeat(3, 1fr);
}
.company .box_style02-link {
  padding-top: 22px;
  padding-bottom: 22px;
}
.company-sdgs {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 32px 6.1016949153%;
  padding: 68px 60px;
}
.company-sdgs-text {
  flex: 700;
}
.company-sdgs-imgbox {
  flex: 300;
}
.company-examples .table_style02-dt {
  margin-bottom: 57px;
}
.company-examples .table_style02-row {
  -moz-column-gap: 5.0847457627%;
  column-gap: 5.0847457627%;
}
.company-examples .table_style02-dd-textbox {
  max-width: none;
  width: auto;
  flex: 740;
}
.company-examples .table_style02-dd-imgbox {
  flex: 380;
}

@media screen and (max-width: 900px) {
  .company-greeting-flexbox {
    display: block;
  }
  .company-greeting-textbox {
    width: auto;
  }
  .company-greeting-imgbox {
    text-align: center;
    margin-top: 40px;
  }
  .company-sdgs {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .company-greeting,
  .company-office,
  .company-history,
  .company-examples {
    margin-top: 200px;
  }
  .company-philosophy-vision-imgbox,
  .company-philosophy-vision-textbox {
    padding: 0 30px;
  }
  .company-philosophy-vision-textbox {
    top: 60px;
  }
  .company .box_style02 {
    margin-top: 200px;
  }
  .company-examples .table_style02-dt {
    margin-bottom: 20px;
  }
  .company-examples .table_style02-dd-imgbox {
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .company-greeting,
  .company-office,
  .company-history,
  .company-examples {
    margin-top: 150px;
  }
  .company-philosophy-vision-imgbox,
  .company-philosophy-vision-textbox {
    padding: 0;
  }
  .company-philosophy-vision-imgbox img {
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .company-philosophy-vision-textbox {
    top: 70px;
  }
  .company-philosophy-vision-text {
    font-size: 26px;
  }
  .company-philosophy .box_style01-text {
    font-size: 14px;
    line-height: 2.5;
  }
  .company .box_style02 {
    padding-top: 50px;
  }
  .company .box_style02-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .company .box_style02 {
    margin-top: 130px;
  }
  .company .company-sdgs {
    padding: 30px 20px;
  }
}
/*---------
secondary
method
---------*/
.secondary .box_style02-list,
.method .box_style02-list {
  grid-template-columns: repeat(4, 1fr);
}
.secondary .box_style02-link,
.method .box_style02-link {
  padding-top: 9px;
  padding-bottom: 9px;
}
.secondary .table_style03,
.method .table_style03 {
  margin-top: 155px;
}

.search-box {
  background-color: #f8f8f8;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 28px;
}
.search-text {
  width: 100%;
  max-width: 750px;
}
.search-btn {
  background-color: #4e4e4e;
  border: 1px solid #4e4e4e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 120px;
  min-width: 120px;
  border-radius: 5px;
  padding: 10px;
  transition: background-color 0.4s, color 0.4s, border 0.4s;
}
.search-btn:hover {
  background-color: #fff;
  color: #004098;
  border: 1px solid #004098;
}

.results-outer {
  border-top: 1px dotted #ddd;
  margin-top: 110px;
  padding-top: 90px;
}
.results-title {
  font-size: 32px;
}
.results-title-outer {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.results-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.results-item {
  margin-bottom: 60px;
}
.results-item-title {
  margin-top: 30px;
  font-size: 16px;
  transition: color 0.4s;
}
.results-imgbox {
  overflow: hidden;
  position: relative;
}
.results-imgbox-outer {
  position: relative;
}
.results-imgbox::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 64, 154, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.results-imgbox::after {
  content: "詳細へ";
  display: inline-block;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.results-link {
  display: block;
}
.results-link:hover .results-item-title {
  color: #004098;
}
.results-link:hover .results-imgbox::before,
.results-link:hover .results-imgbox::after {
  opacity: 1;
  visibility: visible;
}
.results-category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #004098;
  font-weight: 700;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 15px;
}
.results-category-outer {
  position: absolute;
  bottom: -15px;
  left: 8px;
  z-index: 2;
}

.detail-block {
  padding-top: 90px;
}
.detail-title {
  font-size: 36px;
  color: #004098;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 75px;
}
.detail-bottom {
  border-top: 1px dotted #ddd;
  margin-top: 70px;
  padding-top: 85px;
  text-align: center;
}

.detail-swiper {
  background-color: #f8f8f8;
  text-align: center;
  /* 240313追加 */
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.detail-swiper::before {
  content: "";
  inset: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  position: absolute;
  display: block;
  background-color: #f8f8f8;
}

.thumb-list {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.thumb-item {
  width: 132px;
}

.thumb-link {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}
@media screen and (max-width: 768px) {
  .thumb-link:hover {
    opacity: 1;
  }
}
.thumb-link.selected {
  -webkit-filter: none;
  filter: none;
}

.other-outer {
  border-top: 1px dotted #ddd;
  margin-top: 145px;
  padding-top: 80px;
}
.other-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
}
.other-list {
  display: grid;
  gap: 30px 15px;
  grid-template-columns: repeat(auto-fit, 255px);
}
.other-item-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.4s;
}
.other-link:hover {
  opacity: 1;
}
.other-link:hover .other-item-text {
  color: #004098;
}
.other-imgbox {
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .secondary .box_style02-list,
  .method .box_style02-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .other-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .other-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .secondary .box_style02-list,
  .method .box_style02-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .secondary .table_style03,
  .method .table_style03 {
    margin-top: 130px;
  }
  .secondary .box_style02-list,
  .method .box_style02-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-box {
    display: block;
    padding: 20px;
  }
  .search-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .results-outer {
    margin-top: 100px;
    padding-top: 80px;
  }
  .results-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .results-title {
    font-size: 26px;
  }
  .detail-block {
    padding-top: 60px;
  }
  .detail-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .results-item {
    margin-bottom: 45px;
  }
  .other-outer {
    margin-top: 120px;
    padding-top: 60px;
  }
  .other-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .other-title {
    font-size: 22px;
  }
  .detail-bottom {
    margin-top: 60px;
    padding-top: 70px;
  }
}
/*---------
contact
---------*/
.contact-box {
  padding: 68px 30px;
  border: 8px solid #f0f5f7;
}
.contact .contact-tel {
  font-size: 40px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 600px) {
  .contact .contact-tel {
    font-size: 26px;
  }
}
.contact .contact-tel-text {
  color: #004098;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
}

.required,
.any {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 45px;
  border-radius: 3px;
  text-align: center;
  margin-right: 15px;
  color: #fff;
}

.required {
  background-color: #f00440;
}

.any {
  background-color: #ccc;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="password"],
.form input[type="number"],
.form select,
.form textarea {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 25px 20px;
  border-radius: 2px;
}
.form-list {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.form-item {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding: 42px 0;
  gap: 22px 0;
}
@media screen and (max-width: 768px) {
  .form-item {
    flex-flow: column;
    padding: 22px 0;
  }
}
.form-item:first-child {
  border-top: 1px solid #e3e3e3;
}
.form-item dt {
  font-weight: 700;
  width: 300px;
  flex-shrink: 0;
  padding-right: 35px;
}
.form-item dt .text {
  margin-left: 60px;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form-item dt {
    width: auto;
    padding-right: 0;
  }
  .form-item dt .text {
    margin-left: 0;
  }
}
.form-item dd {
  flex: 1;
}
.form-item-select {
  position: relative;
}
.form-item-select .fa-solid {
  position: absolute;
  color: #52585e;
  right: 40px;
  top: 30px;
  font-size: 15px;
}
.form-checkbox {
  display: flex;
  flex-flow: wrap;
  gap: 10px 40px;
}
.form-checkbox input + span::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 7px;
  color: #f8f8f8;
  transition: 0.2s;
}
.form-checkbox input:checked + span::before {
  color: #004098;
}
.form-zip .underline {
  text-decoration: underline;
}
.form-zip .underline::before {
  content: none;
}
.form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form span.wpcf7-spinner {
  display: none;
}
.form .submit_btn {
  width: 100%;
  background: #004098;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form .submit_btn .btn_style01-text {
  font-size: 20px;
  display: block;
  height: 100%;
  color: #fff;
  padding: 40px 30px;
}
.form .submit_btn .btn_style01-text::before {
  content: none;
}
.form .submit_btn .white-btn {
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 450px) {
  .form .submit_btn .white-btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contact .mt75 {
    margin-top: 50px;
  }
  .form-item:nth-child(n + 2) {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .contact .mt75 {
    margin-top: 40px;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-box .fz14 {
    line-height: 1.5;
    margin-top: 5px;
  }
  .contact-box .footer-contact-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .form-list {
    margin-top: 35px;
  }
  .form-item dt {
    margin-bottom: 12px;
  }
  select {
    padding: 14px 25px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  input[type="number"],
  select,
  textarea {
    padding: 14px 20px;
  }
  .form-item-select .fa-solid {
    right: 20px;
    top: 20px;
  }
  .submit_btn {
    padding: 20px;
  }
  .submit_btn .fa-solid {
    position: static;
  }
}
/*------------------

WordPress

------------------*/
.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-top: 119px;
}
.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: inline-block;
  font-weight: 700;
  margin: 0 19px;
}
.wp-pagenavi a:not(.previouspostslink, .nextpostslink) {
  border-bottom: 1px solid #333;
}
.wp-pagenavi .current {
  color: #004098;
}
.previouspostslink,
.nextpostslink {
  position: absolute;
}

.previouspostslink {
  left: 0;
}

.nextpostslink {
  right: 0;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
  .wp-pagenavi a:not(.previouspostslink, .nextpostslink),
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    margin: 0 4px;
  }
  .wp-pagenavi .btn_style01-circle,
  .wp-pagenavi .btn_style01-circle::before,
  .wp-pagenavi .btn_style01-circle::after {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
  .wp-pagenavi .btn_style01-flexbox {
    gap: 6px;
  }
  .wp-pagenavi .btn_style01-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .previouspostslink,
  .nextpostslink {
    display: none;
  }
}
/* 240222追加 */
.links-list {
  display: grid;
  gap: 75px 5.9701492537%;
  grid-template-columns: 1fr 1fr;
}

.links-link {
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

.links-imgbox {
  overflow: hidden;
}

.links-imgbox img {
  width: 100%;
}

.links-item-title {
  padding: 27px 0;
}
.links-item-title-en {
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}
.links-item-title-ja {
  color: #004098;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.links-item .btn_style01-flexbox {
  justify-content: space-between;
}
.links-item .btn_style01-text {
  position: static;
  align-items: center;
  gap: 18px;
  display: flex;
}
.links-item .btn_style01-text::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .links-list {
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 450px) {
  .links-item-title {
    padding: 20px 0;
  }
  .links-item-title-en {
    font-size: 10px;
  }
  .links-item-title-ja {
    font-size: 18px;
  }
}
/*---------
business
---------*/
.business-intro-item {
  display: flex;
  gap: 30px 5.9701492537%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 120px;
}
.business-intro-item:last-of-type {
  padding-bottom: 0;
}
.business-intro-item-imgbox {
  flex: 720;
  min-height: 480px;
}
.business-intro-item-imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.business-intro-item-text {
  flex: 480;
  min-width: 352px;
}
.business-intro-item-number {
  margin-bottom: 60px;
  background: #004098;
  --size: 72px;
  width: var(--size);
  height: var(--size);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Now medium", sans-serif;
  font-size: 24px;
}
.business-intro-item-title {
  font-weight: 700;
  font-size: 36px;
  color: #004098;
  margin-bottom: 30px;
  line-height: 1.2;
}
.business-intro-item:nth-of-type(even) {
  flex-flow: row-reverse;
  padding-right: 60px;
  padding-left: 120px;
  position: relative;
}
.business-intro-item:nth-of-type(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f8f8f8;
  z-index: -1;
}
.business-handling {
  margin-top: 320px;
}
.business-handling-list {
  border: 1px solid #bbb;
}
.business-handling-item {
  display: flex;
}
.business-handling-item + .business-handling-item {
  border-top: 1px solid #e3e3e3;
}
.business-handling-item:first-of-type {
  border-top: none;
}
.business-handling-item-dd,
.business-handling-item-dt {
  min-height: calc(1rem + 40px);
}
.business-handling-title,
.business-handling-item-dt,
.business-handling-item-dd {
  padding: 20px;
}
.business-handling-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #555;
}
.business-handling-item-dt {
  font-weight: bold;
  line-height: 1.5;
  background: #f0f0f0;
  border-right: 1px solid #e3e3e3;
  width: 301px;
  flex-shrink: 0;
}
.business-handling .btns-row {
  row-gap: 20px;
}

@media screen and (max-width: 900px) {
  .business-intro-item {
    flex-flow: column-reverse !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .business-intro-item-imgbox {
    min-height: auto;
  }
  .business-intro-item-imgbox img {
    width: 100%;
  }
  .business-intro-item-number {
    margin-bottom: 25px;
  }
  .business-intro-item-title {
    margin-bottom: 20px;
  }
  .business-intro-item-text {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .business-intro-item {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .business-handling {
    margin-top: 200px;
  }
  .business-handling-item {
    flex-flow: column;
  }
  .business-handling-item-dt {
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .business-intro-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .business-intro-item-title {
    font-size: 24px;
  }
  .business-handling {
    margin-top: 150px;
  }
}
/*---------
plant
---------*/
.plant-about-hdg {
  font-size: 28px;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 15px;
}
.plant-about-box {
  padding: 60px;
  text-align: left;
  display: flex;
  gap: 30px 70px;
  justify-content: space-between;
}
.plant-about-box-title {
  font-size: 26px;
  font-weight: bold;
  color: #004098;
}
.plant-about-box-slide {
  width: 50%;
}
.plant-about-video video {
  width: 100%;
  aspect-ratio: 16/9;
}
.plant-about-products {
  margin-top: 127px;
}
.plant-about-products .table_style02-row {
  -moz-column-gap: 5.0847457627%;
  column-gap: 5.0847457627%;
}
.plant-about-products .table_style02-dt {
  margin-bottom: 57px;
}
.plant-about-products .table_style02-dd-textbox {
  max-width: none;
  width: auto;
  flex: 740;
}
.plant-intro {
  margin-top: 320px;
}

.slide-swiper-wrapper {
  position: relative;
}
.slide-swiper-wrapper .slide-swiper {
  overflow: hidden;
  height: 100%;
}
.slide-swiper-wrapper .slide-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slide-swiper-wrapper .slide-swiper-button-next,
.slide-swiper-wrapper .slide-swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slide-swiper-wrapper .slide-swiper-button-next .btn_style01-arrow,
.slide-swiper-wrapper .slide-swiper-button-prev .btn_style01-arrow {
  transform: translate(-50%, -50%) scale(1);
}
.slide-swiper-wrapper .slide-swiper-button-next .btn_style01-circle::before,
.slide-swiper-wrapper .slide-swiper-button-prev .btn_style01-circle::before {
  transform: translate(-50%, -50%) scale(0);
}
.slide-swiper-wrapper .slide-swiper-button-next .btn_style01-circle::after,
.slide-swiper-wrapper .slide-swiper-button-prev .btn_style01-circle::after {
  background-color: #004098;
  transform: translate(-50%, -50%) scale(1);
}
.slide-swiper-wrapper .slide-swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slide-swiper-wrapper .slide-swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 900px) {
  .plant-about-box {
    padding: 60px;
    flex-flow: column;
  }
  .plant-about-box-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .plant-about-products .table_style02-dt {
    margin-bottom: 20px;
  }
  .plant-about-products .table_style02-dd-imgbox {
    margin-top: 15px;
  }
  .plant-intro {
    margin-top: 200px;
  }
}
@media screen and (max-width: 600px) {
  .plant-about-box {
    padding: 30px;
  }
}
@media screen and (max-width: 450px) {
  .plant-about-hdg {
    font-size: 26px;
    margin-top: 30px;
  }
  .plant-about-products {
    margin-top: 85px;
  }
  .plant-intro {
    margin-top: 150px;
  }
}

/* 240312追加 */
.btn_style02 + .btn_style02 {
  margin-top: 20px;
}
/* 2470313追加 */
.detail-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search .results-outer {
  margin-top: 0;
}

/* 140828追加 */
/* NEW、おすすめラベル */
.results-imgbox .new,
.results-imgbox .recommend {
  z-index: 2;
  background: #004098;
  text-align: center;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-315deg);
  width: 150px;
  height: 40px;
  top: 17px;
  right: -37px;
}

.results-imgbox .new:before,
.results-imgbox .recommend:before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  right: -3px;
}

.results-imgbox .new:before {
  content: "NEW";
  font-size: 1.8rem;
  top: -3px;
}
.results-imgbox .recommend:before {
  content: "おすすめ";
  font-size: 1.6rem;
  top: 5px;
}

.results-imgbox .new:after {
  content: "";
  position: absolute;
  border-top: 30px solid #004098;
  border-right: 30px solid #004098;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  top: -29px;
  right: 46px;
  transform: rotate(-45deg);
}

/* 240925追記 */
.main {
  overflow: hidden;
}

/* 240926追記 */
/* kowa-island ====================================================================================================== */
.kowa-island-map {
  background-color: #6bd1d2;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #a6e3e4 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #a6e3e4 calc(100% - 1px)
    );
  background-size: 68px 68px;
  background-repeat: repeat;
  background-position: center center;
  padding: 70px 0 50px;
  text-align: center;
}
.kowa-island-map img {
  width: 83%;
}
.kowa-island-map area {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .kowa-island-map {
    padding: 30px 0 20px;
    background-size: 38px 38px;
  }
  .kowa-island-map img {
    width: 96%;
    object-fit: contain;
    height: auto;
  }
}

/* モーダル */
.modal-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}

/* モーダルがactiveの時 */
.modal-slider.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal-slider__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal-slider__content {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 70px 90px;
  max-width: 820px;
  background-color: #fff;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .modal-slider__content {
    padding: 70px 30px 30px;
  }
}

/* モーダルを閉じるボタン */
.modal-slider__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  --size: 90px;
  width: var(--size);
  height: var(--size);
  background: #555;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-size: 56px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .modal-slider__close-btn {
    --size: 60px;
    font-size: 46px;
  }
}

/* スライドの中身 */
.modal-slider .content {
  width: 100%;
}
.modal-slider .title {
  font-size: 36px;
  color: #003f99;
  font-weight: bold;
  text-align: center;
}
.title-small {
  font-size: 24px;
  color: #003f99;
  font-weight: bold;
  text-align: center;
}
.modal-slider .img {
  width: 100%;
}
.modal-slider .text {
  margin-top: 40px;
}
.modal-slider .btn {
  margin: 48px auto 0;
  display: block;
  width: fit-content;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .modal-slider .title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .title-small {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .modal-slider .text {
    margin-top: 20px;
  }
  .modal-slider .btn {
    margin-top: 20px;
  }
}

/* Swiperの矢印部分 */
.modal-slider .swiper {
  position: static;
}
.modal-slider .swiper-controllers {
  position: fixed;
  margin: 0 auto;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 820px;
}
.modal-slider .swiper-button-next,
.modal-slider .swiper-button-prev {
  background: #004098 url(./img/common/arrow-right-white.png) no-repeat
    center/22px auto;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  --size: 72px;
  width: var(--size);
  height: var(--size);
  transition: transform cubic-bezier(0.09, 0.19, 0.31, 1.16) 0.4s;
}
.modal-slider .swiper-button-prev {
  left: 0;
  transform: translateX(-50%) scaleX(-1);
  box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.2);
}
.modal-slider .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.modal-slider .swiper-button-next::after,
.modal-slider .swiper-button-prev::after {
  content: none;
}

.modal-slider .swiper-button-prev:hover {
  transform: translateX(-50%) scale(-1.2, 1.2);
}
.modal-slider .swiper-button-next:hover {
  transform: translateX(50%) scale(1.2);
}
@media (max-width: 768px) {
  .modal-slider .swiper-button-next,
  .modal-slider .swiper-button-prev {
    display: none;
  }
}

/* ------------------------------------------------------------------
** 241202 add home-sns
------------------------------------------------------------------ */
.home-sns {
  background: #f6f6f6;
  padding: 0 41px 44px;
  margin-top: 92px;
}

@media screen and (max-width: 768px) {
  .home-sns {
    padding: 0 20px 22px;
  }
}

.home-sns .heading {
  font-size: 16px;
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
  transform: translateY(-5px);
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.home-sns .sns-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 10px;
}

.home-sns .sns-item {
  border: #e3e3e3 1px solid;
  background: #fff;
  padding: 22px 20px;
  display: flex;
  gap: 17px;
  align-items: center;
}

.home-sns .sns-item .text {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  gap: 6px;
  line-height: 1;
}

.home-sns .sns-item .en {
  font-size: 10px;
  font-weight: 400;
  font-family: "Now medium", sans-serif;
  letter-spacing: 0.1em;
}

.home-sns .sns-item.--instagram {
  color: #d0066a;
}

.home-sns .sns-item.--instagram .icon {
  background-color: #d0066a;
}
.home-sns .sns-item.--youtube {
  color: #e3030b;
}
.home-sns .sns-item.--youtube .icon {
  background-color: #e3030b;
}
.home-sns .sns-item.--x {
  color: #000;
}
.home-sns .sns-item.--x .icon {
  background-color: #000;
}

.home-sns .sns-item .icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: grid;
  place-items: center;
}

/* 241211 add detail-swiper  */
.detail-swiper .swiper-wrapper {
  align-items: center;
}

.thumb-list {
  align-items: center;
}

/* 250116 add pagrtop */
.pagetop a {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 20px;
  bottom: 30px;
  background: #004098;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 48px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.pagetop a:hover {
  opacity: 1;
}

.pagetop a:hover i {
  animation-name: pageTop;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes pageTop {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -200%;
  }
  50.5% {
    opacity: 0;
  }
  51% {
    translate: 0 200%;
  }
  51.5% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
  }
}

/* 250730 page-recruit */
.table-style05-wrapper{
  overflow-x: auto;
}
.table-style05 {
  border: 1px solid #e3e3e3;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  min-width: 900px;
}
.table-style05 .th,
.table-style05 .td {
  border: 1px solid #dde0e6;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px;
}
@media not all and (min-width: calc(640em / 16)) {
  .table-style05 .th,
  .table-style05 .td {
    padding: 15px 20px;
  }
}
@media (min-width: calc(768em / 16)) {
  .table-style05 .th,
  .table-style05 .td {
    padding: 24px;
  }
}
.table-style05 .thead {
  background: #e3e3e3;
  color: #fff;
  min-height: 80px;
}
.table-style05 .thead .th:last-of-type {
  border-right: none;
}
.table-style05 .tbody tr:last-of-type .th,
.table-style05 .tbody tr:last-of-type .td {
  border-bottom: none;
}
.table-style05 .tbody .th {
  background: rgb(240, 240, 240);
  font-weight: bold;
  width: 200px;
}
.table-style05 .tbody .td {
  background: #fff;
}
.table-style05 .tbody .td:last-of-type {
  border-right: none;
}
