@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1F201F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 100%;
}

a {
  color: #1F201F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #1F201F;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-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;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

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

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

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

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

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

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

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

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 {
  outline: none;
  border-color: #000;
}

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

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

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1250px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 21px 15px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99;
    background: linear-gradient(55deg, #111 75%, #0B318F);
  }
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1251px) {
  .gnav {
    display: flex !important;
    height: inherit !important;
  }
}
@media screen and (max-width: 1250px) {
  .gnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 6;
    padding: 80px 20px;
    display: none;
  }
  .gnav.active {
    transform: translateX(0);
  }
}
/***************************

 header

***************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (min-width: 1251px) {
  .header.fixedmenu {
    position: fixed;
    animation: headshow 0.4s linear 0.5s both;
    background: rgba(255, 255, 255, 0.95);
  }
  .header.fixedmenu .logo {
    width: 150px;
    height: 60px;
    background: none;
  }
  .header.fixedmenu .logo img {
    width: 114px;
  }
  .header.fixedmenu .mainNav {
    width: calc(100% - 150px);
  }
  .header.fixedmenu .mainNav li:not(:last-child):before {
    background: #111;
  }
  .header.fixedmenu .mainNav li a {
    font-size: 1.4rem;
    color: #111;
  }
  .header.fixedmenu .mainNav li a.blank:after {
    background: url(img/common/nav_blank_icn.png);
  }
  .header.fixedmenu .gnav_contact {
    width: 150px;
    height: 60px;
    font-size: 1.4rem;
  }
}

@keyframes headshow {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 0;
  }
}
.header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 200px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 99;
}

.gnav {
  max-width: 1120px;
  width: 100%;
}

.mainNav {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainNav li {
  padding: 0 3.5%;
  position: relative;
}
.mainNav li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  rotate: 25deg;
  right: 0;
  top: 0;
  background: #fff;
}
.mainNav li a {
  font-weight: 700;
  color: #fff;
}
.mainNav li a.blank:after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: url(img/common/nav_blank_icn_w.png);
  vertical-align: top;
  margin-left: 5px;
}

.gnav_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 90px;
  font-weight: 900;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
  color: #fff;
}
.gnav_contact:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}

@media screen and (max-width: 1300px) {
  .header .logo {
    width: 170px;
  }
  .gnav_contact {
    width: 170px;
  }
  .mainNav {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 1250px) {
  .header {
    position: fixed;
  }
  .header .logo {
    width: 150px;
    height: 60px;
  }
  .header .logo img {
    width: 115px;
  }
  .gnav {
    max-width: 100%;
  }
  .mainNav,
  .header.fixedmenu .mainNav {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .mainNav li:not(:last-child):before,
  .header.fixedmenu .mainNav li:not(:last-child):before {
    display: none;
  }
  .mainNav li a,
  .header.fixedmenu .mainNav li a {
    color: #111;
    font-size: 1.4rem;
  }
  .mainNav li a.blank:after,
  .header.fixedmenu .mainNav li a.blank:after {
    background: url(img/common/nav_blank_icn.png);
  }
  .gnav_contact,
  .header.fixedmenu .gnav_contact {
    width: 250px;
    height: 60px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
/***************************

layout/footer.scss

***************************/
.footer {
  width: 100%;
  background: #202221;
  color: #fff;
}

.footer-contact {
  position: relative;
  width: 100%;
  background: url(img/common/contact_back.jpg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 80px 0 50px;
}
.footer-contact:before {
  position: absolute;
  content: "";
  width: 87vw;
  height: 10vw;
  background: url(img/common/contact_back_parts.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.footer-contact .container_m {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  gap: 50px;
}

.footer-contact_btn {
  max-width: 570px;
  width: 100%;
}
.footer-contact_btn .f_tel {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0B318F;
  margin-bottom: 10px;
}
.footer-contact_btn .f_tel:hover {
  color: #fff;
}
.footer-contact_btn .f_tel h3 {
  font-size: 2rem;
  letter-spacing: 0;
}
.footer-contact_btn .f_tel h3 span {
  font-family: "Overpass", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}
.footer-contact_btn .f_tel p {
  text-align: center;
}
.footer-contact_btn .f_contact {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 2.8rem;
  padding-right: 50px;
  line-height: 1;
  color: #fff;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
}
.footer-contact_btn .f_contact:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(img/common/arrow-w.png);
  background-size: 100% 100%;
  pointer-events: none;
  top: 50%;
  right: 50px;
  translate: 0 -50%;
  z-index: 3;
}
.footer-contact_btn .f_contact:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}

.footer-inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer-inner .add .logo {
  margin-bottom: 20px;
}
.footer-inner .add .f_map {
  font-size: 2rem;
  color: #0B318F;
}
.footer-inner .add .f_map:hover {
  color: #0B318F;
}
.footer-inner .add p.fz18 br {
  display: none;
}

.sub-nav {
  display: flex;
  gap: 30px 50px;
}
.sub-nav ul li {
  position: relative;
}
.sub-nav ul li:not(.under) {
  padding-left: 25px;
}
.sub-nav ul li:not(.under):before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #0B318F;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.sub-nav ul li:not(:first-child) {
  margin-top: 30px;
}
.sub-nav ul li.under {
  margin-top: 20px;
  padding-left: 45px;
}
.sub-nav ul li.under:before {
  position: absolute;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0B318F;
  left: 25px;
  top: 50%;
  translate: 0 -50%;
}
.sub-nav ul li.under a {
  color: #aaa;
  font-weight: 500;
}
.sub-nav ul a {
  font-weight: 700;
  color: #fff;
}
.sub-nav ul a span {
  background: linear-gradient(0deg, #fff 1px, transparent 1px);
  background-size: 0 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sub-nav ul a:hover span {
  transition: all 0.6s;
  background-size: 100% 1px;
}
.sub-nav ul a.blank:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 12px;
  background: url(img/common/footer_blank_icn.png);
  vertical-align: top;
  margin-left: 5px;
}

.footer-last {
  position: relative;
  max-width: 1240px;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer-last:before {
  position: absolute;
  content: "";
  width: 99vw;
  height: 1px;
  background: #fff;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.footer-last ul {
  display: flex;
  align-items: center;
  gap: 10px 40px;
}
.footer-last ul li {
  position: relative;
}
.footer-last ul li:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
}
.footer-last ul a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.footer-last ul a:hover {
  color: #fff;
}
.footer-last .copyright {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .footer-contact {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .footer-contact .container_m {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact_btn .f_tel, .footer-contact_btn .f_contact {
    height: 120px;
  }
  .footer-contact_btn .f_contact {
    font-size: 2.3rem;
  }
  .footer-contact_btn .f_contact:after {
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .footer-inner {
    margin: 40px auto;
  }
  .sub-nav {
    flex-wrap: wrap;
  }
  .footer-last {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .footer-contact_btn .f_tel {
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  .sub-nav {
    max-width: 400px;
    justify-content: space-between;
  }
  .footer-inner .add p.fz18 {
    font-size: 1.6rem;
  }
  .footer-inner .add p.fz18 br {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .sub-nav {
    max-width: 100%;
    gap: 10px;
  }
  .sub-nav ul li:not(:first-child) {
    margin-top: 10px;
  }
  .footer-last .copyright {
    text-align: center;
    font-size: 3vw;
  }
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

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

 user common css

////////////////////////*/
.container_l {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_m {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }
  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.overpass {
  font-family: "Overpass", sans-serif;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

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

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.ls5 {
  letter-spacing: 0.05em;
}

.lh22 {
  line-height: 2.2;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.col_white {
  color: #fff;
}

.col_blue {
  color: #0B318E;
}

.txt_bb {
  border-bottom: 1px solid;
}

.fz18 {
  font-size: 1.8rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz24 {
  font-size: 2.4rem;
}

.base_boxstyle01 {
  width: 100%;
  padding: 35px;
}

.base_liststyle01 {
  position: relative;
  padding-left: 16px;
}
.base_liststyle01 li:before {
  position: absolute;
  display: inline-block;
  content: "・";
  left: 0;
}

.bk--sky {
  background: #EDF7FC;
}

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

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  width: 100%;
  height: 100px;
  padding: 15px 30px;
  gap: 15px;
  color: #fff;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
}
.btn-A:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}
.btn-A .text {
  font-weight: 700;
  font-size: 1.8rem;
}
.btn-A .icn {
  display: block;
  width: 35px;
  height: 35px;
}
.btn-A .icn i {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 5px;
}
.btn-A.blank .icn {
  width: 11px;
  height: 11px;
  background: url(img/common/nav_blank_icn_w_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.btn-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn-A {
    height: 70px;
  }
  .tab-center {
    margin: 0 auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg_01 {
  display: flex;
  flex-direction: column;
}
.hdg_01_en {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
}
.hdg_01_ja {
  font-size: 2rem;
  font-weight: 900;
}

.hdg_02 {
  position: relative;
  font-weight: 900;
  font-size: 3.2rem;
  padding-bottom: 10px;
}
.hdg_02:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 7px;
  background: linear-gradient(90deg, #999, #0B318F);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hdg_02.fz30 {
  font-size: 3rem;
}

.hdg_03 {
  position: relative;
  padding-left: 20px;
}
.hdg_03:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background: linear-gradient(90deg, #999, #0B318F);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  margin-top: 3px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .hdg_01_en {
    font-size: clamp(45px, 10vw, 80px);
  }
}
@media screen and (max-width: 500px) {
  .hdg_02 {
    font-size: 6.5vw;
  }
}
/***************************

object/project/top.scss

***************************/
.mv {
  position: relative;
  width: 100%;
}

.main-visual {
  position: relative;
  width: 100%;
}
.main-visual .mv-movie {
  width: 100%;
}

.main-visual-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 50px;
  background: url(img/top/mv_back.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
}

.mv_copy_en {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 0.9;
}
.mv_copy_en span {
  font-size: 9rem;
}

.mv_copy_ja {
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin-top: 10px;
}
.mv_copy_ja br {
  display: none;
}
.mv_copy_ja span {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  color: transparent;
  background: linear-gradient(89deg, #111111, #0B318F);
  background-clip: text;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .main-visual-inner {
    padding: 40px 30px;
  }
  .mv_copy_en {
    font-size: clamp(50px, 7.8vw, 80px);
  }
  .mv_copy_en span {
    font-size: clamp(40px, 6.8vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .main-visual .mv-movie {
    height: 80vh;
    object-fit: cover;
  }
  .main-visual-inner {
    background-size: 60% 100%;
  }
  .mv_copy_ja br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .mv_copy_ja span {
    font-size: 3.8vw;
  }
}
.top01 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}
.top01:before {
  position: absolute;
  content: "";
  width: 56.5vw;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #eee;
  left: 0;
  top: 0;
  z-index: -1;
}

.t-about_undertext {
  display: flex;
  gap: 10px;
}
.t-about_undertext span {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 0.5;
  letter-spacing: 0;
  color: #F8F8F8;
  mix-blend-mode: multiply;
  white-space: nowrap;
  animation: textmove 30s linear infinite;
}

@keyframes textmove {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
.t-about {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 50px 100px;
}

.t-about_imagebox {
  width: 55%;
}
.t-about_imagebox .t-about_image__01 {
  width: 83%;
}
.t-about_imagebox .t-about_image__01 img {
  width: 100%;
}
.t-about_imagebox .t-about_image__02 {
  width: 59%;
  margin-left: auto;
  margin-top: -5vw;
}
.t-about_imagebox .t-about_image__02 img {
  width: 100%;
}

.t-about_textbox {
  max-width: 540px;
  width: 100%;
  padding-top: 100px;
}

.t_about_hdg {
  margin-bottom: 50px;
}

.t_about_hdg_en {
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
}

.t_about_hdg_ja {
  font-weight: 900;
  font-size: 5.6rem;
  letter-spacing: 0;
  line-height: 1.6;
}
.t_about_hdg_ja .back {
  line-height: 1;
  padding: 0 15px;
  background: linear-gradient(90deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
}
.t_about_hdg_ja .silber {
  background: linear-gradient(0deg, #9EA1B3, #EEEFF0, #9EA1B3);
  color: transparent;
  background-clip: text;
}

@media screen and (max-width: 1200px) {
  .t-about {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .t-about {
    flex-direction: column;
    align-items: center;
  }
  .t-about_imagebox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .t-about_imagebox .t-about_image__01 {
    width: 57%;
  }
  .t-about_imagebox .t-about_image__02 {
    width: 43%;
    margin-left: 0;
    margin-top: 0;
  }
  .t-about_imagebox .t-about_image__02 img {
    scale: 1.1;
    translate: -40px 40px;
  }
  .t-about_textbox {
    padding-top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top01 {
    padding-top: 50px;
  }
  .t_about_hdg {
    margin-bottom: 30px;
  }
  .t_about_hdg_ja {
    font-size: clamp(30px, 6vw, 46px);
  }
  .t-about_undertext span {
    font-size: 16vw;
  }
}
@media screen and (max-width: 500px) {
  .t-about_imagebox .t-about_image__02 img {
    translate: -20px 20px;
  }
}
.top02 {
  position: relative;
  width: 100%;
  padding: 90px 0 100px;
  margin-bottom: 100px;
}
.top02:after {
  position: absolute;
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  background: linear-gradient(35deg, #1F2120 95%, #0B318F);
  left: 0;
  top: 0;
  z-index: -1;
}

.t-business_head {
  display: flex;
  align-items: center;
  gap: 40px;
}
.t-business_head p {
  padding-right: 50px;
}

.t-business {
  max-width: calc(1200px + (100% - 1200px) / 2);
  width: 100%;
  margin-left: auto;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.t-business_block {
  position: relative;
  overflow: hidden;
}
.t-business_block a:hover {
  opacity: 1;
}
.t-business_block a:hover .image img {
  scale: 1.1;
  transition: all 0.8s;
}
.t-business_block .image {
  position: relative;
  width: 100%;
}
.t-business_block .image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/top/business_image_cover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.t-business_block .image img {
  width: 100%;
}
.t-business_block .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  gap: 10px;
}
.t-business_block .inner .ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3.6rem;
  color: #fff;
}
.t-business_block .inner .ttl .num {
  font-family: "Overpass", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 7px;
}
.t-business_block .inner .text {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  color: #fff;
}
.t-business_block .inner .text p {
  line-height: 1.8;
  width: calc(100% - 80px);
}
.t-business_block .inner .btn {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1240px) {
  .t-business {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .t-business_block .inner .ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top02 {
    padding: 40px 0 50px;
    margin-bottom: 50px;
  }
  .top02:after {
    width: calc(100% - 20px);
  }
  .t-business_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .t-business {
    margin-top: 40px;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 500px) {
  .t-business_block .inner {
    padding: 20px;
  }
  .t-business_block .inner .text p {
    width: calc(100% - 60px);
    font-size: 1.4rem;
  }
  .t-business_block .inner .btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .t-business_block .image img {
    height: 265px;
    object-fit: cover;
  }
}
.top03 {
  width: 100%;
  background: url(img/top/company_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 100px center;
  padding-bottom: 200px;
}

.t-company {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 40px 70px;
}

.t-company_gallery {
  max-width: 520px;
  width: 44%;
}

.t-company_gallery_image {
  width: 100%;
  display: none;
}
.t-company_gallery_image.current {
  display: block;
  animation: comcurrent 0.6s linear both;
}
.t-company_gallery_image img {
  width: 100%;
}

@keyframes comcurrent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.t-company_block {
  max-width: 600px;
  width: 50%;
}

.t-company_link {
  width: 100%;
  margin-top: 60px;
}
.t-company_link li {
  border-top: 2px solid #9C9FB1;
}
.t-company_link li:last-child {
  border-bottom: 2px solid #9C9FB1;
}
.t-company_link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}
.t-company_link li a span {
  font-size: 2.8rem;
  font-weight: 700;
}
.t-company_link li a i {
  width: 60px;
  height: 60px;
  border: 2px solid #9C9FB1;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9C9FB1;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.t-company_link li a:hover {
  opacity: 1;
}
.t-company_link li a:hover span {
  color: #0B318F;
}
.t-company_link li a:hover i {
  background: #0B318F;
  color: #fff;
  border-color: #0B318F;
}

@media screen and (max-width: 1000px) {
  .t-company {
    flex-direction: column;
    align-items: center;
  }
  .t-company_gallery {
    max-width: 600px;
    width: 100%;
  }
  .t-company_block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top03 {
    background-position: top 50px center;
    padding-bottom: 100px;
  }
  .t-company_link {
    margin-top: 30px;
  }
  .t-company_link li a {
    padding: 15px 0;
  }
  .t-company_link li a i {
    width: 40px;
    height: 40px;
  }
  .t-company_link li a span {
    font-size: 2.2rem;
  }
}
.top04 {
  position: relative;
  width: 100%;
  background: url(img/top/recruit_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.top04:before, .top04:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10vw;
}
.top04:before {
  background: url(img/top/recruit_back_parts01.png);
  background-size: cover;
  top: 0;
  left: 0;
}
.top04:after {
  background: url(img/top/recruit_back_parts02.png);
  background-size: cover;
  bottom: 0;
  left: 0;
}

.t-recruit {
  position: relative;
  max-width: calc(1200px + (100% - 1200px) / 2);
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 680px;
  gap: 40px 60px;
}

.recruit-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.recruit-swiper .swiper-slide {
  width: auto;
}

@media screen and (max-width: 1240px) {
  .t-recruit {
    width: 100%;
    padding-left: 20px;
    grid-template-columns: 1fr 55vw;
  }
}
@media screen and (max-width: 1024px) {
  .t-recruit {
    grid-template-columns: 100%;
    padding: 0;
  }
  .t-recruit_block {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top04 {
    padding: 50px 0;
  }
}
#opv-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #020c1c;
  transition: opacity 1s ease-out;
  z-index: 9999;
}

#opv-wrap.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loading video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

object/project/subpage.scss

***************************/
.subpage {
  width: 100%;
  margin-bottom: 80px;
}

.subpage-main {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.subpage-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #0B318F, #202221);
  opacity: 0.7;
}
.subpage-main .page-vsual {
  width: 100%;
}
.subpage-main .inner {
  position: absolute;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 4;
}

.subpage_hdg {
  width: 100%;
  color: #fff;
}

.subpage_hdg_en {
  display: block;
  width: 100%;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
}

.subpage_hdg_ja {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}

.bread-list {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bread-list li {
  position: relative;
}
.bread-list li:not(:last-child) {
  margin-right: 30px;
}
.bread-list li:not(:last-child):after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1rem;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
  line-height: 1;
}
.bread-list li:not(:last-child) a {
  border-bottom: 1px solid;
}
.bread-list li:last-child a {
  pointer-events: none;
}
.bread-list li a {
  font-size: 1.3rem;
  line-height: 1;
  padding: 3px 0;
}

@media screen and (max-width: 1024px) {
  .subpage-main .page-vsual {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .subpage {
    margin-bottom: 50px;
  }
  .subpage_hdg_en {
    font-size: clamp(45px, 7.8vw, 60px);
  }
}
/***************************

object/project/company.scss

***************************/
.company01 {
  width: 100%;
  margin-bottom: 100px;
}

.company-info {
  width: 100%;
  margin-top: 50px;
}

.company-info_block {
  width: 100%;
  display: flex;
  border-top: 2px solid #ccc;
}
.company-info_block:last-child {
  border-bottom: 2px solid #ccc;
}
.company-info_block dt {
  width: 200px;
  font-weight: 700;
  padding: 25px 3%;
  background: #eee;
}
.company-info_block dd {
  width: calc(100% - 200px);
  padding: 25px 5%;
}
.company-info_block .gmap {
  color: #0B318D;
}

@media screen and (max-width: 768px) {
  .company01 {
    margin-bottom: 50px;
  }
  .company-info_block dt {
    padding: 15px;
  }
  .company-info_block dd {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .company-info_block {
    flex-direction: column;
  }
  .company-info_block:not(:first-child) {
    border-top: none;
  }
  .company-info_block dt,
  .company-info_block dd {
    width: 100%;
  }
}
.company02 {
  width: 100%;
  margin-bottom: 180px;
}

.access-block {
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  border-top: 2px solid #ccc;
}
.access-block:first-of-type {
  margin-top: 50px;
}
.access-block:last-child {
  border-bottom: 2px solid #ccc;
}

.access-block_map {
  position: relative;
  max-width: 670px;
  width: 100%;
  aspect-ratio: 67/50;
}
.access-block_map iframe {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .company02 {
    margin-bottom: 90px;
  }
  .access-block {
    padding: 40px 0 0;
    flex-direction: column;
  }
  .access-block_map {
    max-width: 100%;
  }
}
/***************************

object/project/message.scss

***************************/
.message01 {
  width: 100%;
  margin-bottom: 180px;
}

.message-block {
  width: 100%;
  display: flex;
  gap: 30px 70px;
}

.message-visual {
  max-width: 300px;
  width: 100%;
}

.message-text {
  width: calc(100% - 370px);
}

@media screen and (max-width: 768px) {
  .message01 {
    margin-bottom: 90px;
  }
  .message-block {
    flex-direction: column;
    align-items: center;
  }
  .message-text {
    width: 100%;
  }
}
/***************************

object/project/sdgs.scss

***************************/
.sdgs01 {
  width: 100%;
  margin-bottom: 180px;
}

.sdgs-block {
  max-width: calc(1200px + (100% - 1200px) / 2);
  width: 100%;
  margin-left: auto;
  display: flex;
  gap: 40px 70px;
}
.sdgs-block:not(:last-child) {
  margin-bottom: 100px;
}
.sdgs-block .hdg_02 {
  font-size: 2.8rem;
}

@media screen and (min-width: 1001px) {
  .sdgs-block:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.sdgs-block_text {
  max-width: 480px;
  width: 100%;
}

@media screen and (max-width: 1240px) {
  .sdgs-block {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .sdgs-block {
    flex-direction: column;
    padding: 0 20px;
  }
  .sdgs-block_text {
    max-width: 100%;
  }
  .sdgs-block_image {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sdgs01 {
    margin-bottom: 90px;
  }
  .sdgs-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
.basic-imgList01 {
  width: 100%;
}
.basic-imgList01-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .basic-imgList01-block {
    flex-direction: column;
  }
}
.basic-imgList01-block:last-of-type {
  border-bottom: 1px solid #eee;
}
.basic-imgList01-block dt {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .basic-imgList01-block dt {
    width: 35%;
  }
}
@media screen and (max-width: 500px) {
  .basic-imgList01-block dt {
    width: 100%;
  }
}
.basic-imgList01-block dt img {
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .basic-imgList01-block dt img {
    width: 100%;
  }
}
.basic-imgList01-block dd {
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .basic-imgList01-block dd {
    width: calc(100% - (35% + 20px));
  }
}
@media screen and (max-width: 500px) {
  .basic-imgList01-block dd {
    width: 100%;
  }
}

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

object/project/contact.scss

***************************/
.contact01 {
  width: 100%;
  margin-bottom: 120px;
}

.contact-tel {
  width: 100%;
  border: 3px solid #0B318F;
  padding: 40px 20px;
  text-align: center;
  margin-top: 30px;
}
.contact-tel a {
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #0B318E;
  line-height: 1;
}
.contact-tel a span {
  font-size: 3.6rem;
}

.contact02 {
  width: 100%;
  margin-bottom: 180px;
}

.contact-flow {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.contact-flow:after {
  position: absolute;
  content: "";
  width: calc(100% - 70px);
  height: 3px;
  top: 9px;
  left: 50%;
  translate: -50% 0;
  background: linear-gradient(90deg, #aaa 50%, #aaa 50%);
  z-index: -1;
}
.contact-flow.is-confirm:after {
  background: linear-gradient(90deg, #0B318F 50%, #aaa 50%);
}
.contact-flow.is-submit:after {
  background: linear-gradient(90deg, #0B318F 50%, #0B318F 50%);
}
.contact-flow li {
  width: 70px;
  text-align: center;
}
.contact-flow li .num {
  width: 20px;
  height: 20px;
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  margin: 0 auto 10px;
  padding-top: 3px;
}
.contact-flow li h4 {
  font-weight: 500;
  color: #aaa;
}
.contact-flow li.now .num {
  background: #0B318F;
}
.contact-flow li.now h4 {
  font-weight: 700;
  color: #0B318F;
}

.contact_form_wrap {
  width: 100%;
}

.contact_form {
  width: 100%;
}

.contact_form_block {
  display: flex;
  align-items: center;
}
.contact_form_block:not(:first-child) {
  border-top: 1px solid #ccc;
}
.contact_form_block.va_top {
  align-items: flex-start;
}
.contact_form_block dt {
  width: 245px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
  font-weight: 700;
}
.contact_form_block dt span {
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
}
.contact_form_block dt span.rq {
  background: #D90000;
}
.contact_form_block dt span.nq {
  background: #aaa;
}
.contact_form_block dd {
  width: calc(100% - 245px);
  padding: 30px 0;
}

.contact_form.is-confirm {
  margin-bottom: 100px;
}
.contact_form.is-confirm .contact_form_block:last-child {
  border-bottom: 1px solid #ccc;
}
.contact_form.is-confirm .contact_form_block dt {
  padding: 30px 0;
}
.contact_form.is-confirm .contact_form_block dd {
  padding: 30px 0;
}

.contact_form select,
.contact_form input[type=text],
.contact_form input[type=tel],
.contact_form input[type=email],
.contact_form textarea {
  padding: 20px;
  width: 100%;
  height: 70px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: 1px solid #ccc;
}

.contact_form textarea {
  height: 400px;
}

.select-box_wrap {
  position: relative;
}
.select-box_wrap:after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
  color: #000;
  font-weight: 400;
  pointer-events: none;
}

.zip-box_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_form .select-box {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
  color: #1F1F1F;
}

.contact_form .zip-box {
  max-width: 285px;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #ccc;
}

.privacy-acceptance_text {
  width: 100%;
  background: #eee;
  padding: 15px 20px;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}

.privacy-acceptance_box {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.privacy-acceptance_box input[type=checkbox] {
  display: none;
}

.privacy-acceptance_box .mwform-checkbox-field-text {
  position: relative;
  padding: 0 0 0 55px;
  cursor: pointer;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: inline-block;
  font-weight: 500;
}

.privacy-acceptance_box .mwform-checkbox-field-text::after,
.privacy-acceptance_box .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
}

.privacy-acceptance_box .mwform-checkbox-field-text::after {
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 27px;
  height: 27px;
  background: #fff;
  border: 3px solid #202221;
}

.privacy-acceptance_box .mwform-checkbox-field-text::before {
  opacity: 0;
  left: 6px;
  top: 40%;
  translate: 0 -50%;
  width: 20px;
  height: 9px;
  border-left: 4px solid #0B318F;
  border-bottom: 4px solid #0B318F;
  rotate: -45deg;
  z-index: 1;
}

.privacy-acceptance_box input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  opacity: 1;
}

.mw_wp_form_confirm .contact-page-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.contact-back {
  position: relative;
  max-width: 120px;
  width: 100%;
}
.mw_wp_form_input .contact-back {
  display: none;
}
.contact-back input {
  width: 100%;
  height: 60px;
  text-align: right;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  border: 0;
  background: none;
  padding: 0;
  color: #202221;
}
.contact-back input:hover {
  cursor: pointer;
}
.contact-back i {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #0B318F;
  color: #fff;
  border-radius: 100%;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.contact-submit {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.mw_wp_form_input .contact-submit.send {
  display: none;
}
.mw_wp_form_confirm .contact-submit.confirm {
  display: none;
}
.contact-submit i {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 1.2rem;
  color: #fff;
  z-index: 3;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  pointer-events: none;
  font-weight: bold;
}
.contact-submit input {
  width: 100%;
  height: 100px;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
}
.contact-submit input:hover {
  opacity: 1;
  background-position: 90% 100%;
}

@media screen and (max-width: 1024px) {
  .contact_form_block {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_form_block dt {
    width: 100%;
    padding: 20px 0;
  }
  .contact_form_block dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact_form select,
  .contact_form input[type=text],
  .contact_form input[type=tel],
  .contact_form input[type=email],
  .contact_form textarea {
    height: 60px;
  }
  .contact_form textarea {
    height: 200px;
  }
  .contact_form.is-confirm {
    margin-bottom: 50px;
  }
  .contact_form.is-confirm .contact_form_block dt {
    padding: 20px 0 0;
  }
  .contact_form.is-confirm .contact_form_block dd {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact01 {
    margin-bottom: 60px;
  }
  .contact-tel {
    padding: 20px;
  }
  .contact-tel a {
    font-size: 2rem;
  }
  .contact-tel a span {
    font-size: 3rem;
  }
  .contact02 {
    margin-bottom: 90px;
  }
  .privacy-acceptance_box {
    margin-bottom: 40px;
  }
  .contact-submit input {
    height: 80px;
  }
}
@media screen and (max-width: 650px) {
  .contact02 .tel-textlink {
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  .contact-page-control.is-confirm {
    display: block;
  }
  .contact-back {
    margin: 0 auto 30px;
  }
}
.mw_wp_form_confirm .privacy-acceptance_text,
.mw_wp_form_confirm .privacy-acceptance_box {
  display: none;
}
/***************************

object/project/business.scss

***************************/
.business01 {
  width: 100%;
  margin-bottom: 180px;
}

.business-page-link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 40px 50px;
  margin-top: 50px;
}

.business-page-link_item {
  max-width: 560px;
  width: 100%;
}
.business-page-link_item a:hover {
  opacity: 1;
}
.business-page-link_item a:hover .image img {
  scale: 1.1;
  opacity: 0.6;
  transition: all 0.6s;
}
.business-page-link_item a:hover .data i {
  color: #fff;
  background: #0B318F;
  border-color: #0B318F;
}
.business-page-link_item .image {
  width: 100%;
  overflow: hidden;
}
.business-page-link_item .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.business-page-link_item .data i {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #aaa;
  border-radius: 100%;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  .business01 {
    margin-bottom: 90px;
  }
  .business-page-link {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .business-page-link {
    grid-template-columns: 100%;
  }
}
/***************************

object/project/business_under.scss

***************************/
.department-section {
  width: 100%;
  margin-bottom: 100px;
}
.department-section:last-child {
  margin-bottom: 0;
}

.department-link-block {
  padding: 100px 0;
  background: #eee;
}

.business-under-page-link {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .business-under-page-link {
    grid-template-columns: repeat(2, 1fr);
  }
  .business-under-page-link a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .business-under-page-link {
    grid-template-columns: 100%;
  }
}

.business-under .subpage-main:after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 37vw;
  background: #eee;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  right: 0;
  bottom: -37vw;
  z-index: -1;
}

.feature-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 50px;
}
.feature-list.center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .feature-list.center {
    flex-direction: column;
  }
}
.feature-list.center .feature-list_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .feature-list.center .feature-list_box {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .feature-list.center .feature-list_box {
    width: 100%;
  }
}
.feature-list.rowspan1 {
  grid-template-columns: 100%;
}
.feature-list.rowspan2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 500px) {
  .feature-list.rowspan2 {
    grid-template-columns: 100%;
  }
}

.feature-list_box {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  padding: 45px 25px 50px;
  text-align: center;
}
.feature-list_box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #999, #0B318F);
}
.feature-list_box .icn {
  margin-bottom: 15px;
}
.feature-list_box .box-num {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  color: #0B318E;
}
.feature-list_box .box-num span {
  font-size: 2.8rem;
}

.vevessel-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.vessel-list_item {
  max-width: 350px;
  width: calc((100% - 60px) / 3);
}
.vessel-list_item .image {
  width: 100%;
  margin-bottom: 20px;
}
.vessel-list_item .image img {
  width: 100%;
}

.customs-cont-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
  margin-top: 50px;
}

.customs-cont-list_item {
  max-width: 565px;
  width: calc((100% - 30px) / 2);
}

.process-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  margin-top: 50px;
  gap: 40px 30px;
}

.process-list_item {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.process-list_item a:hover {
  opacity: 1;
}
.process-list_item a:hover .image img {
  scale: 1.1;
  opacity: 0.6;
  transition: all 0.6s;
}
.process-list_item a:hover .btn p {
  color: #0B318F;
}
.process-list_item a:hover .btn i {
  color: #fff;
  background: #0B318F;
  border-color: #0B318F;
}
.process-list_item .image {
  width: 100%;
  overflow: hidden;
}
.process-list_item .image img {
  width: 100%;
}
.process-list_item .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #606F95;
}
.process-list_item .btn p {
  font-size: 1.8rem;
  font-weight: 700;
}
.process-list_item .btn i {
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #9C9FB1;
  border: 1px solid #9C9FB1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steel-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.steel-detail .image {
  max-width: 660px;
  width: 55%;
}
.steel-detail .text {
  max-width: 480px;
  width: 40%;
}

.btn-steel_back {
  max-width: 350px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 1.8rem;
  color: #fff;
  gap: 20px;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
  margin-top: 100px;
}
.btn-steel_back p {
  width: calc(100% - 60px);
}
.btn-steel_back i {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-steel_back:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}

@media screen and (max-width: 1024px) {
  .vessel-list_item {
    max-width: 550px;
    width: calc((100% - 30px) / 2);
  }
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-list_item {
    max-width: 100%;
  }
  .steel-detail {
    flex-direction: column;
    align-items: center;
  }
  .steel-detail .image {
    width: 100%;
  }
  .steel-detail .text {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .department-section {
    margin-bottom: 50px;
  }
  .department-link-block {
    padding: 50px 0;
  }
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .customs-cont-list_item {
    max-width: 100%;
    width: 100%;
  }
  .customs-cont-list_item .image img {
    width: 100%;
  }
  .btn-steel_back {
    margin-top: 50px;
    min-height: 70px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  .business-under-page-link {
    justify-content: center;
  }
  .business-under-page-link a {
    width: 100%;
  }
  .process-list {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 500px) {
  .feature-list {
    grid-template-columns: 100%;
  }
  .vessel-list_item {
    width: 100%;
  }
}
/***************************

object/project/privacy.scss

***************************/
.privacy-section {
  width: 100%;
  margin-bottom: 100px;
}
.privacy-section:last-child {
  margin-bottom: 200px;
}
.privacy-section .hdg_02 {
  margin-bottom: 40px;
}
.privacy-section p {
  line-height: 2;
}
.privacy-section p:not(:last-of-type) {
  margin-bottom: 20px;
}

.priavcy-about_block {
  width: 100%;
  display: flex;
  align-items: center;
}
.priavcy-about_block:not(:last-child) {
  margin-bottom: 10px;
}
.priavcy-about_block dt {
  font-weight: 700;
  width: 145px;
}
.priavcy-about_block dd {
  width: calc(100% - 145px);
}

.privacy-list01 {
  counter-reset: 0;
}
.privacy-list01 > li {
  counter-increment: count;
}
.privacy-list01 > li:not(:last-child) {
  margin-bottom: 40px;
}
.privacy-list01 > li h4 {
  position: relative;
  padding-left: 50px;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.privacy-list01 > li h4:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "0" counter(count) ".";
  font-family: "Overpass", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.privacy-under-list01 li:not(:last-child) {
  margin-bottom: 20px;
}
.privacy-under-list01 li h5 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.privacy-under-list01 li h5:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #0B318F;
  left: 0;
  top: 12px;
}
.privacy-under-list01 li .base_liststyle01 {
  margin-left: 25px;
}

.privacy-follow {
  width: 100%;
  padding: 40px 50px;
  background: #F4F4F4;
  margin-top: 20px;
  margin-bottom: 50px;
}
.privacy-follow h4 {
  font-size: 2.8rem;
}

.privacy-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 150px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
  margin-bottom: 20px;
}
.privacy-link:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}
.privacy-link i {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  pointer-events: none;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
}

.privacy-tel {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0B318F;
}
.privacy-tel h4 {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.2;
}
.privacy-tel span {
  font-size: 3.6rem;
}

.break-all {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .privacy-section {
    margin-bottom: 50px;
  }
  .privacy-section:last-child {
    margin-bottom: 100px;
  }
  .privacy-link {
    font-size: 2.4rem;
    height: 100px;
  }
  .privacy-link i {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .privacy-tel {
    min-height: 120px;
    height: 100px;
    padding: 40px 20px;
  }
  .privacy-tel h4 {
    font-size: 2rem;
  }
  .privacy-tel h4 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"].privacy-tel {
    text-decoration: none;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .privacy-link {
    padding: 20px 30px;
    justify-content: flex-start;
  }
  .privacy-link i {
    right: 20px;
  }
}
/***************************

object/project/privacy.scss

***************************/
.privacy-section {
  width: 100%;
  margin-bottom: 100px;
}
.privacy-section:last-child {
  margin-bottom: 200px;
}
.privacy-section .hdg_02 {
  margin-bottom: 40px;
}
.privacy-section p {
  line-height: 2;
}
.privacy-section p:not(:last-of-type) {
  margin-bottom: 20px;
}

.priavcy-about_block {
  width: 100%;
  display: flex;
  align-items: center;
}
.priavcy-about_block:not(:last-child) {
  margin-bottom: 10px;
}
.priavcy-about_block dt {
  font-weight: 700;
  width: 145px;
}
.priavcy-about_block dd {
  width: calc(100% - 145px);
}

.privacy-list01 {
  counter-reset: 0;
}
.privacy-list01 > li {
  counter-increment: count;
}
.privacy-list01 > li:not(:last-child) {
  margin-bottom: 40px;
}
.privacy-list01 > li h4 {
  position: relative;
  padding-left: 50px;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.privacy-list01 > li h4:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "0" counter(count) ".";
  font-family: "Overpass", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.privacy-under-list01 li:not(:last-child) {
  margin-bottom: 20px;
}
.privacy-under-list01 li h5 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.privacy-under-list01 li h5:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #0B318F;
  left: 0;
  top: 12px;
}
.privacy-under-list01 li .base_liststyle01 {
  margin-left: 25px;
}

.privacy-follow {
  width: 100%;
  padding: 40px 50px;
  background: #F4F4F4;
  margin-top: 20px;
  margin-bottom: 50px;
}
.privacy-follow h4 {
  font-size: 2.8rem;
}

.privacy-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 150px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  background: linear-gradient(60deg, #111 0%, #111 20%, #111 30%, #0B318F 50%, 40%, #0B318F 50%, #0B318F 60%, #0B318F 100%);
  background-size: 250% auto;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-in-out;
  margin-bottom: 20px;
}
.privacy-link:hover {
  color: #fff;
  opacity: 1;
  background-position: 90% 100%;
}
.privacy-link i {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  pointer-events: none;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
}

.privacy-tel {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0B318F;
}
.privacy-tel h4 {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.2;
}
.privacy-tel span {
  font-size: 3.6rem;
}

.break-all {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .privacy-section {
    margin-bottom: 50px;
  }
  .privacy-section:last-child {
    margin-bottom: 100px;
  }
  .privacy-link {
    font-size: 2.4rem;
    height: 100px;
  }
  .privacy-link i {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
  .privacy-tel {
    min-height: 120px;
    height: 100px;
    padding: 40px 20px;
  }
  .privacy-tel h4 {
    font-size: 2rem;
  }
  .privacy-tel h4 span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"].privacy-tel {
    text-decoration: none;
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .privacy-link {
    padding: 20px 30px;
    justify-content: flex-start;
  }
  .privacy-link i {
    right: 20px;
  }
}
/***************************

object/project/sitemap.scss

***************************/
.sitemap-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sitemap-link_block {
  max-width: 250px;
  width: 100%;
}

.sitemap-list {
  width: 100%;
}
.sitemap-list:last-child {
  border-bottom: 1px solid #9C9FB1;
}
.sitemap-list > li {
  position: relative;
  padding: 20px 0;
  padding-left: 25px;
  border-top: 1px solid #9C9FB1;
}
.sitemap-list > li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #0B318F;
}
.sitemap-list > li a {
  font-weight: bold;
}
.sitemap-list > li a.blank {
  position: relative;
}
.sitemap-list > li a.blank:after {
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: url(img/common/nav_blank_icn.png);
  vertical-align: top;
  margin-left: 5px;
}
.sitemap-list > li a span {
  background: linear-gradient(0deg, #1f1f1f 1px, transparent 1px);
  background-size: 0 1px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sitemap-list > li a:hover span {
  transition: all 0.6s;
  background-size: 100% 1px;
}

.sitemap-under-list {
  width: 100%;
  border-bottom: 1px solid #9C9FB1;
  padding: 0 0 20px;
}
.sitemap-under-list > li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.sitemap-under-list > li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #0B318F;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: 30px;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 1024px) {
  .sitemap-link {
    flex-wrap: wrap;
  }
  .sitemap-link_block {
    max-width: 100%;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sitemap-link_block {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .sitemap-link {
    gap: 0;
  }
  .sitemap-link_block {
    width: 100%;
  }
  .sitemap-link_block:not(:first-child) .sitemap-list > li {
    border-top: 0;
  }
}/*# sourceMappingURL=style.css.map */