@charset "UTF-8";
/* @font-face {
  font-family: 'YuMincho';
  font-weight: normal;
  src: url('../font/A-OTF-A1MinchoStd-Bold.otf');
}
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Teko:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  /* background-color: #fff; */
  color: #212529;
  font-family: "遊ゴシック", YuGothic, Helvetica Neue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}


html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
  }
  
  #particles-js{ 
	z-index:-0;/*描画を一番下に*/
  }

  .absolute {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fixed_2 {
display: none;
  }
  
  #wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
  }


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

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

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-bottom: 0;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  /* color: #0056b3;
  text-decoration: underline; */
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}

pre {
  margin-bottom: 0;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

.newsDetailPage__content img{
  width: initial;
}
.sp_no{
  display: none;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__content img{
    width: 100%;
  }
  .sp_no{
    display: inline-block;
  }
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  outline: 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;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

.sp_view01,.sp_view02,.sp_view03,.sp_view04,.sp_view05{
  display: none;
}

.sp-b{
  display: block;
}
.sp-u{
  display: inline-block;
}

.btn_center{
  margin: 0 auto 0;
}

progress {
  vertical-align: baseline;
}

[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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


.f_c_01{
  color: #fff;
}
.font-teko{
font-family: 'Teko', sans-serif;
}

.m_r__7{
  margin-right: -7px;
}

.m_r__9{
  /* margin-right: -4px; */
  margin-right: -1%;
}

.m_r_2{
  /* margin-right: 2px; */
  margin-right: 0.6%;
}

.m_r_5{
  margin-right: 5px;
}
.m_r_7{
  margin-right: 0.9%;
  /* margin-right: 7px; */
}

.m_t__4{
  margin-top: -4px;
}

.m_b__5{
  margin-bottom: -5px;
}

.m_b__17{
  margin-bottom: -17px;
}

.m_r_10{
  margin-right: 10px;
}

.m_t_50{
  margin-top: 50px;
}

.m_b_100{
  margin-bottom: 100px;
}

.p_t_20{
  padding-top: 20px;
}

.m_tb_100{
  margin-top: 100px;
  margin-bottom: 100px;
}

.l_s_2{
  letter-spacing: 2px;
}

.l_s_3{
  letter-spacing: 3px;
}

.l_s_4{
  letter-spacing: 4px;
}


.top_topSec01{
  background-color: #fff;
  z-index:-2;
}

/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(10deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(10deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(10deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes HamBtnOpenTop {
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
}
@keyframes HamBtnOpenBottom {
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    transform: translate(0%, -50%) rotate(-45deg);
  }
}
@keyframes HamBtnCloseTop {
  50% {
    top: 50%;
  }
  100% {
    top: 3.46vw;
  }
}
@keyframes HamBtnCloseBottom {
  50% {
    top: 50%;
  }
  100% {
    top: 7.2vw;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate02 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    transition: all 0.2s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - (40px * 2)) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  height: 64px;
  left: 0;
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .siteHeader {
    padding: 3.2vw 0;
    height: auto;
  }
}
.siteHeader.is-sub, .siteHeader.is-sticky, .siteHeader.is-open {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.siteHeader.is-sub .siteHeader__navItemLink, .siteHeader.is-sticky .siteHeader__navItemLink, .siteHeader.is-open .siteHeader__navItemLink {
  color: #1f1f1f;
}
.siteHeader.is-sub .siteHeader__logoBlack, .siteHeader.is-sticky .siteHeader__logoBlack, .siteHeader.is-open .siteHeader__logoBlack {
  display: inline;
}
.siteHeader.is-sub .siteHeader__logoWhite, .siteHeader.is-sticky .siteHeader__logoWhite, .siteHeader.is-open .siteHeader__logoWhite {
  display: none;
}
.siteHeader.is-sub .siteHeader__navItemLink:before, .siteHeader.is-sticky .siteHeader__navItemLink:before, .siteHeader.is-open .siteHeader__navItemLink:before {
  background-color: #000;
}
.siteHeader.is-sub .hamMenuBtn .hamMenuBtn__border, .siteHeader.is-sticky .hamMenuBtn .hamMenuBtn__border, .siteHeader.is-open .hamMenuBtn .hamMenuBtn__border {
  background: #00579e;
}
.siteHeader__logoBlack {
  display: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__logoWhite {
    display: inline;
  }
}
.siteHeader__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  width: 1280px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  animation: fadeInUp 1s linear 0s;
}
@media screen and (max-width: 1300px) {
  .siteHeader__inner {
    padding-left: auto;
    padding-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__inner {
    padding: 0 4.27vw;
  }
}
.siteHeader__logo {
  display: block;
  max-width: 229px;
  transition: 0.7s all ease;
}
@media screen and (min-width: 769px) {
  .siteHeader__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__logo {
    max-width: 36.57vw;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navBg {
    position: absolute;
    top: 12.8vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 12.8vw);
    background-color: transparent;
    transition: all 0.25s ease-in-out;
    pointer-events: none;
  }
  .siteHeader__navBg.is-background {
    background-color: rgba(255, 255, 255, 0.98);
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__nav {
    position: absolute;
    top: 12.8vw;
    left: 100%;
    width: 100%;
    height: calc(100vh - 12.8vw);
    background-color: transparent;
    transition: all 0.25s ease-in-out;
  }
}
.siteHeader__nav.is-active {
  left: 0;
}
.siteHeader__navList {
  list-style: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .siteHeader__navList {
    padding: 12vw 17.87vw 0;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 12.8vw);
    flex-direction: column;
  }
}
.siteHeader__navItem:not(:last-child) {
  margin-right: 68px;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItem:not(:last-child) {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__navItem {
    margin-right: 0;
    width: 100%;
  }
}
.siteHeader__navItemLink {
  position: relative;
  color: #fff;
  transition: 0.7s all ease;
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.siteHeader__navItemLink:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  transition: 0.7s all ease;
}
.siteHeader__navItemLink:hover {
  text-decoration: none;
  color: #fff;
}
.siteHeader__navItemLink:hover:before {
  opacity: 1;
}
.siteHeader__navItemSpLink {
  position: relative;
  margin-top: 5.33vw;
  padding: 1.2vw 0;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.siteHeader__navItemSpLink:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.87vw;
  height: 1.07vw;
  /* background-image: url(../images/common/ico_arrow.svg); */
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItemSpLinkText {
    min-width: 30vw;
    display: inline-block;
    color: #1f1f1f;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 5vw;
    width: 100%;
    text-align: center;
  }
}
.siteHeader__navItemSpJpText {
  display: inline-block;
  font-size: 3.2vw;
  color: rgba(31, 31, 31, 0.6);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItemSpArrow {
    max-width: 5.87vw;
  }
}
.siteHeader__navClose {
  display: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__navClose {
    margin-top: 22.67vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 5.33vw;
    font-weight: bold;
    color: #00579e;
    font-family: 'Teko', sans-serif;
  }
  .siteHeader__navClose:before {
    margin-right: 4.27vw;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.83vw;
    height: 2.83vw;
    background-image: url(../images/common/ico_cross.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  position: relative;
  /* background-color: #23282d; */
  background-color: #000;
  padding: 64px 0 88px;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding: 12vw 0 16vw;
  }
}
.siteFooter__inner {
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    padding: 0 4.67vw;
  }
}
.siteFooter__logo {
  display: block;
  max-width: 229px;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteFooter__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__logo {
    max-width: 36.8vw;
  }
}
.siteFooter__text {
  margin-top: 32px;
  padding-left: 40px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .siteFooter__text {
    margin-top: 4vw;
    padding-left: 4.67vw;
  }
}
.siteFooter__header {
  margin-top: 40px;
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-size: 2.4rem;
}
.siteFooter__header.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .siteFooter__header.u-mt60 {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__header {
    margin-top: 7vw;
  }
}
.siteFooter__row {
  margin-top: 32px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .siteFooter__row {
    margin-top: 3vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.siteFooter__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  color: #d1d6da;
}
.u-rowCorp .siteFooter__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .u-rowCorp .siteFooter__list {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__list {
    margin-top: 2vw;
    flex-wrap: wrap;
    padding-left: 4.67vw;
    max-width: 100%;
  }
}
.siteFooter__listItem {
  font-size: 1.4rem;
  font-family: "FB Agency Regular";
  font-weight: 500;
}
.u-rowCorp .siteFooter__listItem {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.u-rowCorp .siteFooter__listItem:nth-child(odd) {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .u-rowCorp .siteFooter__listItem:nth-child(odd) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__listItem {
    margin: 0 1vw 0 1vw;
    line-height: 1.9;
  }
}
.siteFooter__listLink {
  color: #d1d6da;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s ease-in-out 0s;
}
.u-rowCorp .siteFooter__listLink {
  font-family: "Open Sans", sans-serif;
}
.siteFooter__listLink:hover {
  color: #d1d6da;
}
.siteFooter__copyright {
  margin-top: 80px;
  display: block;
  color: #d1d6da;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyright {
    margin-top: 12vw;
    margin-left: 4.67vw;
  }
}
.siteFooter__rowHeader {
  padding-left: 40px;
  color: #d1d6da;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 215px;
}
@media screen and (max-width: 768px) {
  .siteFooter__rowHeader {
    padding-left: 4.67vw;
  }
}
.siteFooter__serviceCont {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .siteFooter__serviceCont {
    margin-top: 3vw;
  }
}
.siteFooter__social {
  margin-left: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .siteFooter__social {
    margin-left: 4.67vw;
    margin-top: 4.2vw;
  }
}
.siteFooter__socialItem {
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteFooter__socialItem:hover {
    opacity: 0.6;
  }
}
.siteFooter__socialItem:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .siteFooter__socialItem:not(:last-child) {
    margin-right: 5.33vw;
  }
}
.siteFooter__socialItem.u-fb {
  max-width: 16px;
}
.siteFooter__socialItem.u-twitter {
  max-width: 19.69px;
}

/*====================================================================
hamMenuBtn
====================================================================*/
.hamMenuBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamMenuBtn {
    width: 10.67vw;
    height: 10.67vw;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    z-index: 1;
  }
  .hamMenuBtn__border {
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 2.13vw;
    border: 0;
    margin: 0;
  }
  .hamMenuBtn__border:nth-child(1) {
    top: 3.46vw;
    width: 6.4vw;
    animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn__border:nth-child(2) {
    transition: all 0.3s ease-in-out 0s;
    top: 50%;
    width: 6.4vw;
    transform: translateY(-50%);
  }
  .hamMenuBtn__border:nth-child(3) {
    top: 7.2vw;
    right: 4.27vw;
    width: 6.4vw;
    animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(1) {
    left: 3.35vw;
    animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(2) {
    opacity: 0;
  }
  .hamMenuBtn.is-active [class$=__border]:nth-child(3) {
    top: 3.46vw;
    left: 3.27vw;
    width: 6.4vw;
    animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
  }
}
#mw_wp_form_mw-wp-form-46 {
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mw_wp_form_mw-wp-form-46 {
    padding: 10.66vw 4.67vw 0;
    margin: 0;
  }
  #mw_wp_form_mw-wp-form-46:before {
    content: "";
    position: absolute;
    top: 91%;
    left: 0vw;
    display: block;
    width: 120vw;
    height: 255px;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
  .is-active02 #mw_wp_form_mw-wp-form-46:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
#mw_wp_form_mw-wp-form-46 .error {
  margin-bottom: 10px;
  display: block;
  width: max-content;
  padding: 5px 14px;
  background-color: #00579e;
  color: #fff;
  font-size: 1.4rem;
}

.mw_wp_form_confirm .conPage__block p {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .conPage__block p {
    padding-left: 2.66vw;
  }
}
.mw_wp_form_confirm .conPage__block p .u-req {
  font-size: 16px;
  font-weight: 500;
  color: #00579e;
}
.mw_wp_form_confirm .conPage__block .custom-select {
  cursor: auto;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .conPage__block .custom-select {
    padding-left: 2.66vw;
  }
}
.mw_wp_form_confirm .conPage__center {
  text-align: left;
}
.mw_wp_form_confirm .conPage__center p {
  padding-left: 0;
  white-space: pre;
}
.mw_wp_form_confirm .conPage__center p br {
  display: none;
}

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

.mwform-checkbox-field-text {
  display: inline;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mwform-checkbox-field-text {
    margin-bottom: 0;
    top: -5px;
    position: relative;
  }
}
.mwform-checkbox-field-text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .mwform-checkbox-field-text br {
    display: block;
  }
}
.mwform-checkbox-field-text .u-req {
  font-size: 16px;
  font-weight: 500;
  color: #00579e;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(10vw / 3.75);
  }
}

body {
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDf,
.u-spDib,
.u-spDin,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
.u-pcDf,
.u-pcDib,
.u-pcDin,
.u-pcDt,
.u-pcDtc {
    display: none;
  }

  .u-spDb {
    display: block;
  }

  .u-spDib {
    display: inline-block;
  }

  .u-spDin {
    display: inline;
  }

  .u-spDf {
    display: block;
  }

  .u-spDt {
    display: table;
  }

  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent_top {
  min-height: calc(100vh - 128px);
  /* overflow: hidden; */
  position: relative;
}

.siteContent_top-sub{
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .siteContent_top {
    min-height: calc(100vh - 50px);
  }
}
.siteContent_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 400px);
  background-color: #fff;
  top: 100vh;
  left: 0;
  z-index: -999;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .siteContent_top:before {
    top: 74vw;
    height: calc(100% - 74vw);
  }
}

.siteContent {
  min-height: calc(100vh - 128px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteContent {
    min-height: calc(100vh - 50px);
  }
}
.siteContent:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 400px);
  background-color: #fff;
  top: 400px;
  left: 0;
  z-index: -4;
  -webkit-transform: translate3d(0, 0, 0);
}

.siteContent_2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 400px);
  top: 400px;
  left: 0;
  z-index: -4;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .siteContent:before {
    top: 74vw;
    height: calc(100% - 74vw);
  }
}

.sub .siteHeader__navItemLink {
  color: #1f1f1f !important;
}

.secHeader li{
list-style: none;
z-index: 1;
}

.secHeader__txt_li{
  position: relative;
  width: 50%;
}

.secHeader__txt_2{
  position: absolute;
  top: 10px;
  right:0;
  font-size: 14px;
  line-height: 2em;
}

.secHeader__txt {
  font-family: 'Teko', sans-serif;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .secHeader__txt {
    /* font-size: 3rem; */
  }
}
.secHeader.u-headerService {
  width: 1280px;
    margin: 0 auto;
  /* padding: 0 80px; */
}


@media screen and (max-width: 1300px) {
  .secHeader.u-headerService {
    padding: 0;
    width: 90%;
    margin-left: 4%;
  }

}
.secHeader.u-header--sub {
  max-width: 1120px;
  padding: 0;
  margin: 0 auto;
}
.secHeader.u-headerAccess {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .secHeader.u-headerAccess {
    padding: 0 4.67vw;
  }
}
.secHeader.u-headerAwords {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .secHeader.u-headerAwords {
    padding: 26.66vw 0 5.86vw;
  }
}
.secHeader.u-bgSlant {
  margin-left: -30px;
  padding: 30px 180px;
  width: 946px;
  color: #fff;
  background: #41464d;
  transform: skew(-25deg);
}
.secHeader.u-bgSlant .secHeader__txt {
  transform: skew(25deg);
}
@media screen and (max-width: 768px) {
  .secHeader.u-bgSlant {
    padding: 4vw 18.67vw;
    width: 94.66vw;
    margin-left: -5.33vw;
    transform: skew(-8deg);
  }
  .secHeader.u-bgSlant .secHeader__txt {
    transform: skew(8deg);
  }
}

.u-innerContent {
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 45px;
  padding-right: 45px; */
  width: 1280px;
}
@media screen and (max-width: 1300px) {
  .u-innerContent {
    width: 100%;
  }

/* @media screen and (max-width: 768px) {
  .u-innerContent {
    padding: 0 4.27vw;
  } */
}

.btnMore {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  color: #00579e;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btnMore {
    font-size: 2rem;
  }
}
.btnMore::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 5px;
  background-image: url("../images/common/ico_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
.btnMore:hover {
  text-decoration: none;
}
.btnMore:hover::after {
  right: -60px;
}
.btnMore.u-btnOff {
  padding: 0;
  margin-top: 16px;
}
.btnMore.u-btnOff::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .btnMore.u-btnOff {
    margin-top: 0vw;
    font-size: 20px;
  }
}

.btnBox {
  margin-top: 35px;
  position: relative;
  width: 200px;
  height: 64px;
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #1f1f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .btnBox {
    margin-top: 6.67vw;
    margin-left: 4.67vw;
    width: 53.33vw;
    height: 12.8vw;
    z-index: 5;
  }
}
.btnBox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  display: block;
  width: 48px;
  height: 5px;
  background-image: url("../images/common/ico_arrow02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
.btnBox:hover {
  text-decoration: none;
  color: #fff;
  background: #00579e;
}
.btnBox:hover::after {
  background-image: url("../images/common/ico_arrow02-bl.svg");
}
.btnBox.u-bgBlack {
  background: #23282d;
  color: #fff;
}
.btnBox.u-bgBlack:hover {
  text-decoration: none;
  color: #fff;
  background: #00579e;
}

.btnBox02,.btnBox03,.btnBox04{
  display: inline-block;
  padding: 8px 0 5px 0;
  background-color: #23282d;
  color: #fff;
  text-align: center;
  font-family: "teko", sans-serif;
  font-weight: 400;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
  cursor: pointer;
  transform: skew(-8deg);
}

.size_btn01,.size_btn02{
  max-width: 130px;
  width: 100%;
}
.size_btn02{
  /* display: none; */
}

.size_btn03{
  max-width: 200px;
  width: 100%;
}

.size_btn03{
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.size_btn01,.size_btn02{
  font-size: 18px;
}

.btnBox02 .btn02_text,.btnBox02 .btn02_text02,.btnBox03 .btn02_text,.btnBox04 .btn02_text{
  transform: skew(8deg);
  display: inline-block;
}

.btnBox02 .btn02_text02,.btnBox03 .btn02_text02,.btnBox04 .btn02_text02{
  padding: 20px 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .btnBox03,.btnBox04 {
    display: block;
    /* margin: 0 auto 4vw; */
  }
  .btn_s_02{
    /* margin: 0 auto 4vw; */
    margin: 0 auto auto 25vw;
  }

}
.btnBox02:hover,.btnBox03:hover,.btnBox04:hover  {
  text-decoration: none;
  background-color: #00579e;
  color: #fff;
}
/* .btnBox02:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 2px;
  background-color: #00579e;
  transition: all 0.2s ease-in-out 0s;
} */

.btnBox02:before,.btnBox03:before,.btnBox04:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #00579e;
  transition: all 0.2s ease-in-out 0s;
}


/* .btnBox02:hover:before {
  right: -5px;
} */

.btnBox02:hover:before,.btnBox03:hover:before,.btnBox04:hover:before {
  right: -27px;
}

@media screen and (max-width: 768px) {
  .btnBox02:before {
    /* width: 6.4vw;
    height: 0.53vw; */
    /* width: 2.3vw;
    height: 0.03vw; */
  }
}
/* .btnBox02:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 9.5px;
  background-image: url(../images/common/ico_arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
} */

.btnBox02:after,.btnBox03:after,.btnBox04:after {
  content: "";
  position: absolute;
  right: -21px;
  width: 7px;
  height: 2px;
  background-color: #00579e;
  transition: all 0.2s ease-in-out 0s;
  transform: rotate(36deg);
}

.btnBox02:after{
  top: 42%;
}

.btnBox03:after{
  top: 47%;
}
.btnBox04:after{
  top: 45%;
}

/* .btnBox02:hover:after{
  right: -29px;
} */

.btnBox02:hover:after,.btnBox03:hover:after,.btnBox04:hover:after {
  right: -28px;
}

@media screen and (max-width: 768px) {
  /* .btnBox02:after {
    right: -6.4vw;
    width: 6.4vw;
    right: -3.7vw;
    width: 5.1vw;
    height: 2vw;
  } */
}  .btnBox03:after {
  /* top: 46%; */
}
.btnBox02.u-btnSoon {
  pointer-events: none;
}
.btnBox02.u-btnSoon:after, .btnBox02.u-btnSoon:before {
  display: none;
}

.toTop {
  position: absolute;
  bottom: 110px;
  right: 100px;
  color: #fff;
  font-size: 2rem;
  font-family: 'Teko', sans-serif;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .toTop {
    right: -2.33vw;
    bottom: 28vw;
  }
}
.toTop:hover::after {
  right: -40px;
}
.toTop::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  transform: translateY(-50%) rotate(90deg);
  width: 4px;
  height: 22px;
  background-image: url("../images/common/ico_arrow_wh.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .toTop {
    font-size: 1.8rem;
  }
}

/*-------------------------------
Sub Pages Banner
-------------------------------*/
.u-banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .u-banner {
    height: 69.33vw;
    top: 12.7vw;
  }
  .u-banner.u-spDb {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    background-image: url("./../images/common/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.u-bannerFig {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.u-bannerContent {
  max-width: 1120px;
  padding: 144px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-bannerContent {
    position: absolute;
    top: 35%;
    padding: 0 0 0 4.67vw;
    left: 0;
    /* transform: translateY(-50%); */
  }
}
.u-bannerTitle {
  font-family: 'Teko', sans-serif;
  font-size: 7.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .u-bannerTitle {
    font-size: 4rem;
  }
}
.u-bannerText {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .u-bannerText {
    font-size: 1.8rem;
  }
}

/*-------------------------------
BreadCrumbs
-------------------------------*/
.u-bread {
  margin: 400px 0 0;
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .u-bread {
    margin: 74vw 0 0;
    padding: 6.4vw 4.67vw 0;
  }
}
.u-breadWrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.u-breadList {
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .u-breadList {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.u-breadItem {
  padding: 0 8px 0 24px;
  position: relative;
}
.u-breadItem:first-child {
  padding-left: 0;
}
.u-breadItem:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #41464d;
  border-right: 1px solid #41464d;
  transform: rotate(45deg) translate(0, -50%);
}
.u-breadItem:first-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-breadItem {
    padding: 0 1.13vw 0 4vw;
  }
  .u-breadItem:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.u-breadLink {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  position: relative;
  color: #00579e;
  transition: all 0.25s ease-in-out 0s;
  line-height: 1.5;
  white-space: nowrap;
}
.u-breadLink:hover {
  color: #8e8e8e;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .u-breadLink {
    display: inline-block;
  }
}
.u-breadText {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #8e8e8e;
  line-height: 1.5;
  margin: 0 !important;
}
/*-------------------------------
Service Common Parts
-------------------------------*/
.u-service {
  position: relative;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .u-service {
    padding-top: 13.33vw;
  }
}
.u-service--sub {
  padding: 0 0 110px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .u-service--sub::before {
    top: 21vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-service--sub::after {
    top: 148vw !important;
  }
}
.u-service.is-active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.u-service.is-active02::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
/* .u-service::before {
  content: "";
  position: absolute;
  top: 430px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: 1;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
} */
@media screen and (max-width: 768px) {
#service .u-service::before {
    top: 45vw;
    left: -25vw;
    width: 150vw;
    height: 68vw;
  }
}
#service .srvPage .u-service::before {
  top: 27.5vw;
}
/* .u-service::after {
  content: "";
  position: absolute;
  top: 925px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
} */
@media screen and (max-width: 768px) {
  #service .u-service::after {
    top: 183vw;
    left: -25vw;
    width: 150vw;
    height: 68vw;
  }
}
#service .u-service__mainTxt {
  margin-top: 24px;
  padding-left: 144px;
  color: #424242;
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 640px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #service .u-service__mainTxt {
    margin-top: 6.4vw;
    padding-left: 4.27vw;
    max-width: 100%;
  }
}
#service .u-service__inner:nth-of-type(2) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #service .u-service__inner:nth-of-type(2) {
    margin-top: 8.53vw;
  }
  #service .u-service__inner:nth-of-type(2).is-active03::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  /* .u-service__inner:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 340vw;
    left: -25vw;
    display: block;
    width: 150vw;
    height: 68vw;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: 1;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  } */
}
#service .u-service__sub.is-active04::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#service .u-service__sub.is-active05::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#service .u-service__sub::before {
  content: "";
  position: absolute;
  top: 1420px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: 1;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  #service .u-service__sub::before {
    top: 285vw !important;
  }
}
#service .u-service__sub::after {
  content: "";
  position: absolute;
  top: 1920px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  #service .u-service__sub::after {
    top: 439vw;
    left: -25vw;
    width: 150vw;
    height: 68vw;
  }
}
#service .u-service__listItem {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem {
    flex-direction: column;
  }
  
}
#service .u-service__listItem .u-service__listItemImgFigure {
  background-size: cover;
  background-repeat: no-repeat;
}
#service .u-service__listItem:nth-child(odd) .u-service__listItemImgFigure {
  background-position: top right;
}
#service .u-service__listItem:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:not(:first-child) {
    /* margin-top: 100px; */
    margin-top: 50px;
  }
}
#service .u-service__listItem:last-child {
  /* margin-top: 46px; */
  margin-top: 0;
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
  width: 42.5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
    width: 100%;

  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
  width: 53%;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
    width: 85.33vw;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemImgFigure {
  margin: 0 0 0 auto;
  background-position: top left;
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInner {
  text-align: left;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInnerContent {
    width: 81.067vw;
    padding-left: 0;
    padding-right: 5.3vw;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemEn {
  margin-top: 72px;
  padding-left: 36.474%;
  padding-right: 0;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemEn {
    margin-left: 0;
    margin-top: 2.67vw;
    padding-left: 24vw;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemEn::after {
  left: -16px;
  right: auto;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemEn::after {
    left: -8px;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemHeader::after {
  right: 0;
  left: 0%;
  /* transform: translateY(-50%); */
  /* width: 700px; */
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemHeader::after {
    transform: none;
    top: -95px;
    left: auto;
    right: 36px;
    display: block;
    width: 1px;
    background: #000;
    height: 50px;
    z-index: 2;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemHeader,
#service .u-service__listItem:nth-of-type(even) .u-service__listItemLink,
#service .u-service__listItem:nth-of-type(even) .u-service__listItemText {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemHeader,
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemLink,
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemText {
    margin-left: auto;
    width: 80vw;
    padding-left: 0;
    padding-right: 4.3vw;
    text-align: right;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemLink {
  width: 100%;
  padding-right: 0;
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
  order: 2;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
    order: 1;
    margin-left: auto;
  }
}
#service .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
  order: 1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
    order: 2;
  }
}
#service .u-service__listItem:nth-of-type(3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItem:nth-of-type(3) {
    /* margin-top: 100px; */
  }
}
#service .u-service__listItemImgFigure {
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemImgFigure {
    /* margin-top: 1.3vw; */
    width: 100%;
  }
}
#service .u-service__listItemImg {
  position: relative;
  width: 53%;
  height: 345px;
  z-index: 2;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemImg {
    width: 85.33vw;
    height: 186px;
  }
}
#service .u-service__listItemDetails {
  width: 42.5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
#service .u-service__listItemEn {
  margin-top: 32px;
  position: relative;
  /* font-family: 'Teko', sans-serif; */
  font-size: 2rem;
  padding-right: 36.474%;
  text-align: right;
  margin-bottom: 20px;
  font-weight:600;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemEn {
    margin-left: auto;
    font-size: 1.6rem;
    margin-top: 2.67vw;
    padding-right: 21.333vw;
  }
}
#service .u-service__listItemEn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  width: 36.474%;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemEn::after {
    width: 21.33vw;
    right: -8px;
  }
}
#service .u-service__listItemDetailsInner {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemDetailsInner {
    width: 100%;
    margin: 0 auto;
  }
}
#service .u-service__listItemDetailsInnerContent{
  position: relative;
  width: 84%;
    z-index: -1;
}

#service .web,
#service .creative,
#service .human,
#service .estate,
#service .subsidy{
  height: 345px;
}

@media screen and (max-width: 768px) {
  #service .u-service__listItemDetailsInnerContent {
    width: 89.867vw;
    padding-left: 4.3vw;
  }
  #service .web {
    height: 310px;
  }

#service .creative{
  height: 285px;
}

#service .human{
  height: 290px;
}

#service .estate{
  height: 310px;
}

#service .subsidy{
  height: 290px;
}


}
#service .u-service__listItemHeader {
  position: relative;
  margin-top: -5px;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemHeader {
    margin-top: 0vw;
    font-size: 2.4rem;
    padding: 0;
  }
}
#service .u-service__listItemHeader::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* transform: translateY(-50%); */
  left: auto;
  right: 0;
  display: block;
  width: 900px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemHeader::after {
    top: -88px;
    transform: none;
    left: 18px;
    right: auto;
    display: block;
    width: 1px;
    background: #000;
    height: 35px;
    z-index: 2;
  }
}
#service .u-service__listItemText {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemText {
    margin-top: 2.667vw;
    padding: 0;
  }
}
#service .u-service__listItemLink {
  position: relative;
  margin-top: 30px;
  color: #00579e;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #service .u-service__listItemLink {
    font-size: 2rem;
    margin-top: 5.6vw;
  }
}
#service .u-service__listItemLink::after {
  position: relative;
  right: auto;
  transform: none;
  top: auto;
  margin-left: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 5px;
  background-image: url("../images/common/ico_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
#service .u-service__listItemLink:hover {
  text-decoration: none;
}
#service .u-service__listItemLink:hover::after {
  right: auto;
  transform: translateX(20px);
}

/*-------------------------------
Universal Sub Content
-------------------------------*/
.u-subContent__container {
  padding: 30px 0 120px;
  position: relative;
  overflow: hidden;
}
.u-subContent__container.is-active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.rctPage .u-subContent__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .rctPage .u-subContent__container::after {
    height: 100%;
    top: 28vw;
  }
}
.u-subContent__container::before {
  content: "";
  position: absolute;
  top: 21vw;
  left: -11vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -1;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .u-subContent__container::before {
    width: 150vw;
    height: 68vw;
    top: 27vw;
    left: -25vw;
  }
}
.newsPage .u-subContent__container:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newsPage .u-subContent__container:after {
    bottom: 0;
    top: auto;
    height: 96%;
  }
}
.newsPage .u-subContent__container::before {
  content: "";
  background: rgba(209, 214, 218, 0.3);
  top: 14.2vw;
  left: -10vw;
  transform-origin: top;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newsPage .u-subContent__container::before {
    width: 150vw;
    height: 68vw;
    top: 23vw;
    left: -35vw;
  }
}
.newsDetailPage .u-subContent__container:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newsDetailPage .u-subContent__container:after {
    bottom: 0;
    top: auto;
    height: 96%;
  }
}
.newsDetailPage .u-subContent__container::before {
  content: "";
  background: rgba(209, 214, 218, 0.3);
  top: 14.2vw;
  left: -10vw;
  transform-origin: top;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newsDetailPage .u-subContent__container::before {
    width: 150vw;
    height: 68vw;
    top: 23vw;
    left: -35vw;
  }
}
.webPage .u-subContent__container {
  padding-bottom: 0;
}
.webPage .u-subContent__container::after {
  content: "";
  position: absolute;
  top: 129vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .webPage .u-subContent__container::after {
    width: 150vw;
    height: 68vw;
    top: 426vw;
    left: -25vw;
  }
}
.webPage .u-subContent__container.is-active::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mktPage .u-subContent__container {
  padding-bottom: 0;
}
.mktPage .u-subContent__container::after {
  content: "";
  position: absolute;
  top: 127vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.1);
  transform: rotate(20deg);
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .mktPage .u-subContent__container::after {
    width: 150vw;
    height: 68vw;
    top: 445vw;
    left: -25vw;
  }
}
.mktPage .u-subContent__container.is-active::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.serPage .u-subContent__container {
  padding-bottom: 0;
}
.serPage .u-subContent__container::after {
  content: "";
  position: absolute;
  top: 127vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.1);
  transform: rotate(20deg);
  z-index: -4;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .serPage .u-subContent__container::after {
    width: 150vw;
    height: 68vw;
    top: 445vw;
    left: -25vw;
  }
}
.serPage .u-subContent__container.is-active::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.hrcPage .u-subContent__container {
  padding-bottom: 0;
}
.hrcPage .u-subContent__container::after {
  content: "";
  position: absolute;
  top: 125vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .hrcPage .u-subContent__container::after {
    width: 150vw;
    height: 68vw;
    top: 445vw;
    left: -25vw;
  }
}
.hrcPage .u-subContent__container.is-active::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.abtPage .u-subContent__container {
  padding-bottom: 0;
}
.abtPage .u-subContent__container::after {
  content: "";
  position: absolute;
  top: 1940px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .abtPage .u-subContent__container::after {
    width: 150vw;
    height: 68vw;
    top: 453vw;
    left: -25vw;
  }
}
.abtPage .u-subContent__container.is-active::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.priPage .u-subContent__container {
  padding-bottom: 0;
}
.conPage .u-subContent__container {
  padding-bottom: 0;
}
.u-subContent__wrapper {
  position: relative;
}
.hrcPage .u-subContent__wrapper::before {
  content: "";
  position: absolute;
  top: 86.8vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .hrcPage .u-subContent__wrapper::before {
    width: 140vw;
    height: 68vw;
    top: 293vw;
    left: -20vw;
  }
}
.hrcPage .is-active .u-subContent__wrapper::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.abtPage .u-subContent__wrapper::after {
  content: "";
  position: absolute;
  top: 330px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .abtPage .u-subContent__wrapper::after {
    top: auto;
    bottom: 0;
    height: 84.7%;
  }
}
.abtPage .u-subContent__wrapper::before {
  content: "";
  position: absolute;
  top: 89.3vw;
  left: -7vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .abtPage .u-subContent__wrapper::before {
    width: 140vw;
    height: 68vw;
    top: 322vw;
    left: -20vw;
  }
}
.abtPage .is-active .u-subContent__wrapper::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.u-subContent__title {
  font-size: 3rem;
  font-weight: 600;
  padding: 0 80px 10px;
  color: #1f1f1f;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-subContent__title {
    padding: 0 4.67vw 3.46vw;
    font-size: 2.4rem;
  }
}
.u-subContent__title.u-center {
  text-align: center;
}
.u-subContent__paragraph {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #8e8e8e;
  padding: 0 80px;
  max-width: 1120px;
  margin: 0 auto;
}
.webPage .u-subContent__paragraph, .hrcPage .u-subContent__paragraph, .rctPage .u-subContent__paragraph, .conPage .u-subContent__paragraph, .mktPage .u-subContent__paragraph, .serPage .u-subContent__paragraph, .consPage .u-subContent__paragraph {
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .u-subContent__paragraph {
    padding: 0 4.67vw;
  }
}

/*-------------------------------
Universal Sub List
-------------------------------*/
.u-subList {
  max-width: 984px;
  width: 100%;
  list-style: none;
  margin: 60px auto 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.u-subList02 {
  max-width: 984px;
  width: 100%;
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .u-subList,.u-subList02 {
    max-width: 100%;
    margin: 8vw 0 0;
    padding: 0 4.67vw;
  }
}
.u-subList .u-subItem,.u-subList02 .u-subItem{
  padding: 20px 0;
  border-bottom: 1px solid #d1d6da;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.u-subList .u-subItem:first-child,.u-subList02 .u-subItem:first-child{
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .u-subList .u-subItem,.u-subList02 .u-subItem{
    padding: 4vw 0;
    flex-direction: column;
  }
}
.u-subList .u-subItemTitle,.u-subList02 .u-subItemTitle{
  max-width: 180px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8e8e8e;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .u-subList .u-subItemTitle, .u-subList02 .u-subItemTitle {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 1.33vw;
  }
}
.u-subList .u-subItemText,.u-subList02 .u-subItemText {
  font-size: 1.4rem;
  line-height: 24px;
  color: #23282d;
}
.rctPage .u-subList,.rctPage .u-subList02 {
  position: static;
}
@media screen and (max-width: 768px) {
  .rctPage .u-subList:before,.rctPage .u-subList02:before {
    content: "";
    position: absolute;
    bottom: -87vw;
    left: -20vw;
    display: block;
    width: 120vw;
    height: 255px;
    background: rgba(0, 87, 158, 0.3);
    transform: rotate(20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .rctPage .is-active02 .u-subList:before,.rctPage .is-active02 .u-subList02:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.u-subList.u-tabData,.u-subList02.u-tabData {
  display: none;
}
.u-subList.u-tabData.active,.u-subList02.u-tabData.active {
  display: block;
}

/*-------------------------------
Access Common Parts
-------------------------------*/
.u-access {
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-access {
    /* padding: 12vw 0; */
    position: relative;
  }
}
.u-access.is-active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
/* .u-access::before {
  content: "";
  position: absolute;
  top: 310px;
  left: -20%;
  display: block;
  width: 1100px;
  height: 350px;
  background: #f1f3f4;
  transform: rotate(110deg) skew(10deg);
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
} */
@media screen and (max-width: 768px) {
  .u-access::before {
    left: -31vw;
    width: 90vw;
    top: 0;
    height: 100%;
    transform: rotate(0) skew(-10deg);
  }
}
/* .u-access::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 0;
  display: block;
  width: 1030px;
  max-width: 100%;
  height: 630px;
  background-image: url("../images/top/topSec04-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
} */
@media screen and (max-width: 768px) {
  .u-access::after {
    top: 33vw;
    height: 200vw;
    width: 274.67vw;
    background-position: 20% 50%;
    background-image: url("../images/top/topSec04-bg-sp.png");
  }
}
.u-access__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 3;
}
.u-access__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-access__list {
    margin: 4vw auto 0;
    max-width: calc(100% - 8.53vw);
  }
}
.u-access__listItem {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 55%;
  height: 344px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .u-access__listItem {
    width: 85.33vw;
    height: 43.13vw;
    flex-direction: column;
  }
}
.u-access__listItem.u-reverse {
  margin-left: auto;
  margin-top: 120px;
}
.u-access__listColumn:first-child {
  position: relative;
  width: 240px;
  padding: 55px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .u-access__listColumn:first-child {
    width: 100%;
    padding: 9.07vw 6.4vw 4vw;
  }
}
.u-access__listColumn:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 320px 100px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .u-access__listColumn:first-child::after {
    right: 0;
    bottom: -13.33vw;
    top: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85.33vw 13.33vw 0;
    border-color: transparent #fff transparent transparent;
  }
}
.u-access__listColumn:nth-of-type(2) {
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .u-access__listColumn:nth-of-type(2) {
    width: 100%;
    height: 52vw;
  }
}
.u-access__listHeader {
  font-family: 'Teko', sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-access__listHeader {
    font-size: 2.4rem;
  }
}
.u-access__listText {
  position: relative;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .u-access__listText {
    line-height: 1.7;
    margin-top: 3vw;
  }
}
.u-access__listText.u-mr {
  margin-right: -70px;
}
.u-access__listMap {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
}
.u-access__floatText {
  position: absolute;
  bottom: -50px;
  left: -60px;
  transform: rotate(90deg);
  font-family: 'Teko', sans-serif;
  font-size: 2rem;
  padding-left: 136px;
}
@media screen and (max-width: 768px) {
  .u-access__floatText {
    font-size: 1.6rem;
    padding-left: 24vw;
    left: -15vw;
    bottom: -10vw;
  }
}
.u-access__floatText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .u-access__floatText::before {
    width: 21.33vw;
  }
}
.u-access__floatText.u-reverse {
  transform: none;
  bottom: 30px;
  left: -110px;
  padding-left: 0;
  padding-right: 136px;
}
@media screen and (max-width: 768px) {
  .u-access__floatText.u-reverse {
    top: -10vw;
    bottom: auto;
    right: -13vw;
    left: auto;
    padding-right: 24vw;
    transform: rotate(90deg);
  }
}
.u-access__floatText.u-reverse::before {
  right: 0;
  left: auto;
}

/*====================================================================
Top Page SCSS
====================================================================*/
/*-------------------------------
Top Section 01
-------------------------------*/
.topSec01 {

  position: relative;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topSec01 {
    margin-top: 0;
  }
}
.topSec01__video {
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  /* position: absolute; */
  position: fixed;
  z-index: -1;
  background-position: center center;
}
.topSec01__videoTag {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
}
.topSec01__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 100px;
  color: #fff;
  font-family: 'Teko', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.topSec01__scroll:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.topSec01__scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.topSec01__scroll span:nth-of-type(1) {
  animation-delay: 0s;
}
.topSec01__scroll span:nth-of-type(2) {
  top: 36px;
  animation-delay: 0.15s;
}
.topSec01__scroll span:nth-of-type(3) {
  top: 52px;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .topSec01 {
    height: 100vh;
  }
}

/*-------------------------------
Top Section 03
-------------------------------*/
.topSec03 {
  position: relative;
  padding: 100px 0 0;
  margin-top: 100px;
}

.topSec03::after{
  position: absolute;
  content: '';
  width: 100%;
  background-color: #000;
  transform: skew(-8deg);
        height: 480px;
        top: 0px;
        right: -110px;
        z-index: 0;
        display: block;
}
@media screen and (max-width: 768px) {
  .topSec03 {
    margin-top: 17.33vw;
  }

  .topSec03::after{
    right: -10%;
  }
}
.topSec03.is-active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.topSec03.is-active02::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
/* .topSec03::before {
  content: "";
  position: absolute;
  top: -165px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -1;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
} */
@media screen and (max-width: 768px) {
  /* .topSec03::before {
    width: 150vw;
    height: 68vw;
    top: 100vw;
    left: -25vw;
  } */
  .topSec03::after {
    width: 100%;
    height: 520px;
    top: 0vw;
    left: -2vw;
}
}
/* .topSec03::after {
  content: "";
  position: absolute;
  top: 335px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
} */
@media screen and (max-width: 768px) {
  /* .topSec03::after {
    width: 150vw;
    height: 70vh;
    top: 0vw;
    left: -25vw;
  } */
}

@media screen and (max-width: 380px) {
  .topSec03::after {
    height: 90vh;
  }
}

.topSec03__contentList {
  margin: 70px auto 0;
  align-items: stretch;
  z-index: 1;
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; */
}

.topSec03__contentList ul{
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topSec03__contentList {
    margin-top: 8vw;
    flex-direction: column;
  }
}
.fudousan_baikai .u-figure02{}
@media screen and (max-width: 768px) {
  .fudousan_baikai .u-figure02{
    width: 200px !important;
  }
}

.topSec03__contentList.is-active .topSec03__contentListItem::after {
  transform: translateX(101%);
}
.topSec03__contentListItem {
  position: relative;
  /* width: calc(33.33% - (80px / 3)); */
  transform: skew(-8deg);
  overflow: hidden;
  background: #fff;
  /* margin-bottom: 30px; */
  height: auto;
  /* filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2)); */
  box-shadow: 2px 2px 14px rgb(0 0 0 / 20%);
  /*&:nth-of-type(2) {
      margin-left: 5vw !important;
      margin-right: auto !important;
  }*/
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItem {
    width: 100%;
    margin-left: auto;
    margin-right: 8vw !important;
  }
}
.topSec03__contentListItem::after {
  content: " ";
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.topSec03__contentListItem:hover {
  text-decoration: none;
}
.topSec03__contentListItem:hover .topSec03__contentListItemLink::after {
  right: -45px;
}
.topSec03__contentListItem:not(:last-child) {
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}
.topSec03__contentListItemInner {
  transform: skew(8deg);
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.topSec03__contentListItemInnerImg {
  position: relative;
  width: 70%;
  height: 300px;
  box-sizing: border-box;
  margin-left: -58px;
  /* overflow: hidden; */
}
.sp-images{
  display: none;
}

@media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerImg {
    /* margin-left: -10vw;
    width: 46vw;
    height: 48.27vw; */
  }
}
.topSec03__contentListItemInnerImgItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.topSec03__contentListItemInnerImgItem01{
  background-position: top;
  background-color: #1E1E1E;
}
@media screen and (max-width:599px){
.topSec03__contentListItemInnerImgItem01.commingsoon{
  background-position: 0 15%;
}
}
@media screen and (max-width:400px){
  .topSec03__contentListItemInnerImgItem01.commingsoon{
  background-position: -5px 20%;
}
}

.topSec03__contentListItemInnerImgItem02{
  background-position: 0 15%;
}

.topSec03__contentListItemInnerDetails {
  width: calc(100% - 48%);
  /* padding: 32px 25px 15px 10px; */
  box-sizing: border-box;
  position: relative;
  height: 300px;
  right: 10px;
}

.topSec03__contentListItemInnerDetails_nai{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
  height: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerDetails_nai{
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerDetails {
    width:100%;
    height: 200px;
  }
  .topSec03__contentListItemInnerImgItem {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
  }
  .topSec03__contentListItemInner {
    flex-direction: column;
  }
  .topSec03__contentListItemInnerImg {
      width: 140%;
      height: 200px;
  }
  .topSec03__contentListItemInnerDetails_nai{
    text-align: center;
    height: 90%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .topSec03__contentListItemInnerImgItem02{
    background-position: center;
  }

  .pc-images{
    display: none;
  }

  .sp-images{
    display: block;
  }
}


.topSec03__contentListItemInnerFigure.u-figure01 {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerFigure.u-figure01 {
    width: 26.13vw;
  }
} */
.topSec03__contentListItemInnerFigure.u-figure02 {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerFigure.u-figure02 {
    width: 32.8vw;
  }
} */
.topSec03__contentListItemInnerFigure.u-figure03 {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerFigure.u-figure03 {
    width: 32.8vw;
  }
} */
.topSec03__contentListItemInnerFigure.u-figure04 {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerFigure.u-figure04 {
    width: 35vw;
  }
} */
.topSec03__contentListItemInnerFigure.u-figure05 {
  width: 60%;
}
.topSec03__contentListItemInnerFigure.u-figure06 {
  width: 100%;
}
/* @media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerFigure.u-figure06 {
    width: 35.6vw;
  }
} */
.topSec03__contentListItemInnerFigure .u-hover {
  display: none;
}
.topSec03__contentListItemInnerTxt {
  margin-top: 24px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.6;
  height: 88px;
  max-height: 88px;
}
@media screen and (max-width: 1425px) and (min-width: 1074px){
  .topSec03__contentListItemInnerTxt {
    font-size: 12px;
    text-align: center;
  }
  .topSec03__contentListItemInnerTxt .sp-u{
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemInnerTxt {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
  }

.topSec03__contentListItemInnerFigure.u-figure01,.topSec03__contentListItemInnerFigure.u-figure02,.topSec03__contentListItemInnerFigure.u-figure03,
.topSec03__contentListItemInnerFigure.u-figure04{
    width: 170px;
    margin: 0 auto;
  }
  
.topSec03__contentListItemInnerFigure.u-figure06 {
    width: 200px;
    margin: 0 auto;
  }

  .topSec03__contentListItemInnerFigure.u-figure05 {
    width: 110px;
    margin: 0 auto;
}
  
}
@media screen and (max-width: 380px) {

.topSec03__contentListItemInnerFigure.u-figure06 {
    width: 160px;
  }
  
}


.topSec03__contentListItemLink {
  margin-top: 25px;
  border: 0;
  background: 0;
  font-weight: bold;
  font-size: 1.6rem;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemLink {
    margin-top: 4.67vw;
    font-size: 1.4rem;
    padding: 0;
  }
}
.topSec03__contentListItemLink::after {
  right: -35px;
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemLink::after {
    right: -6.67vw;
    width: 4.42vw;
    height: 1vw;
  }
}
.topSec03__contentListItemLink:hover::after {
  right: -35px;
}
@media screen and (max-width: 768px) {
  .topSec03__contentListItemLink:hover::after {
    right: -6.67vw;
  }
}

/*-------------------------------
Top Section 05
-------------------------------*/
.topSec05__list {
  padding: 0;
}
.topSec05__listItem {
  background: #41464d;
  color: #fff;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.topSec05__listItem.u-reverse {
  background: #d1d6da;
  color: #000;
}
.topSec05__listItem.u-reverse .topSec05__listColumnInner {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topSec05__listItem.u-reverse .topSec05__listColumnInner {
    display: block;
  }
}
.topSec05__listItem.u-reverse .secHeader {
  margin-right: 11px;
}
.topSec05__listItem.u-reverse .topSec05__listColumn:first-child {
  margin: 0 auto 0 0;
  order: 2;
  padding: 35px 40px 35px 0;
}
@media screen and (max-width: 768px) {
  .topSec05__listItem.u-reverse .topSec05__listColumn:first-child {
    order: 1;
    padding: 12vw 4.67vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .topSec05__listItem.u-reverse .topSec05__listColumn:nth-of-type(2), .topSec05__listItem.u-reverse .topSec05__listColumn:nth-of-type(3) {
    order: 2;
  }
}
.topSec05__listItem.u-reverse .topSec05__listDetails {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .topSec05__listItem {
    flex-direction: column;
  }
}
.topSec05__listColumn:first-child {
  flex: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 35px 0 35px 40px;
  box-sizing: border-box;
}
@media screen and (min-width: 1366px) {
  .topSec05__listColumn:first-child {
    max-width: 753px;
    padding: 35px 0;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .topSec05__listColumn:first-child {
    flex-direction: column;
    width: 100%;
    padding: 12vw 4.67vw 4vw;
  }
}
.topSec05__listColumn:nth-of-type(2), .topSec05__listColumn:nth-of-type(3) {
  position: relative;
  width: 41.728%;
}
@media screen and (max-width: 1920px) and (min-width: 1366px) {
  .topSec05__listColumn:nth-of-type(2), .topSec05__listColumn:nth-of-type(3) {
    width: 44.115%;
  }
}
@media screen and (max-width: 768px) {
  .topSec05__listColumn:nth-of-type(2), .topSec05__listColumn:nth-of-type(3) {
    margin-top: -20vw;
    width: 100%;
    height: 104.8vw;
  }
}
.topSec05__listColumnInner {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topSec05__listColumnInner {
    display: block;
  }
}
.topSec05__listImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.topSec05 .secHeader {
  min-width: 273px;
}
.topSec05__listDetails {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .topSec05__listDetails {
    padding: 20px 0 0;
  }
}
.topSec05__listTxt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .topSec05__listTxt {
    padding-left: 4vw;
  }
}

/*-------------------------------
Top News Section
-------------------------------*/
.topNewSec {
  padding: 50px 0 110px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topNewSec {
    padding: 1.6vw 0 10.7vw;
  }
}
.topNewSec__inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .topNewSec__inner {
    width: 90%;
  }
}
/* .topNewSec .u-innerContent {
  padding-left: 80px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
} */
@media screen and (max-width: 768px) {
  .topNewSec .u-innerContent {
    padding-left: 4.67vw;
    flex-wrap: wrap;
  }
}
.topNewSec__contentList {
  /* padding-left: 54px; */
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topNewSec__contentList {
    margin-top: 5.3vw;
    padding-left: 0;
  }
}
.topNewSec__contentListItem {
  position: relative;
  /* padding: 27px 40px;
  width: 100%; */
  border-bottom: 1px solid #000;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .topNewSec__contentListItem {
    display: block;
    padding: 2.7vw 2.7vw 0vw 2.7vw;
  }
}
.topNewSec__contentListItem:hover {
  text-decoration: none;
}
/* .topNewSec__contentListItem:after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 5px;
  background-image: url(../images/common/ico_arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
} */
@media screen and (max-width: 768px) {
  /* .topNewSec__contentListItem:after {
    width: 5vw;
    height: 2vw;
    right: 7px;
  } */
}
.topNewSec__contentListItem:hover:after {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .topNewSec__contentListItem:hover:after {
    right: 1.3vw;
  }
}
.topNewSec__contentListItemDate {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #8e8e8e;
}
@media screen and (max-width: 768px) {
  .topNewSec__contentListItemDate {
    /* font-size: 4.3vw; */
  }
}
.topNewSec__contentListItemDesc {
  margin-left: 40px;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #1f1f1f;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .topNewSec__contentListItemDesc {
    padding: 0;
    margin: 0;
    display: block;
    /* font-size: 3.7vw; */
    width: 100%;
  }
}
.topNewSec .btnBox02 {
  display: block;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  /* .topNewSec .btnBox02 {
    margin: 9.3vw 0 0 4.67vw;
  } */
}

/*-------------------------------
Top Section 06
-------------------------------*/
.topSec06 {
  padding: 0 0 170px 0;
  position: relative;
}

.topSec06::after{
position: absolute;
content: "";
background-color: rgba(237,241,243,0.5);
bottom: 100px;
    right: -60px;
    width: 100%;
    height: 67%;
    z-index: 0;
transform: skew(-8deg);
}

@media screen and (max-width: 768px) {
  .topSec06 {
    padding: 0 0 10.66vw;
  }
}
.topSec06__list {
  list-style-type: none;
  padding: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
/*   justify-content: space-between; */
	justify-content: flex-start;
  flex-flow: row wrap;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.topSec06__list02 {
  list-style-type: none;
  padding: 0;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-flow: row wrap;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.m_r_22{
	margin-right:22px;
}

@media screen and (max-width: 1080px) {
  .m_r_22{
    margin-right:2vw;
  }
}

@media screen and (max-width: 1080px) {
  .topSec06__list02 {
    max-width: 92%;
  }
  .topSec06__list {
    max-width: 92%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .topSec06__list {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.topSec06__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.topSec06__item02 {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

/* .topSec06__item.u-small {
  max-width: 215px;
} */
@media screen and (max-width: 768px) {
  .topSec06__item.u-small {
    max-width: 43.73vw;
  }
}
.topSec06__item.u-mid {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .topSec06__item.u-mid {
    width: 100%;
    max-width: 43.73vw;
  }
}
.topSec06__item.u-midL {
  width: 405px;
}
@media screen and (max-width: 768px) {
  .topSec06__item.u-midL {
    width: 100%;
    max-width: 100%;
  }
}
/* .topSec06__item:nth-child(n+4) {
  margin-top: 48px;
} */
@media screen and (max-width: 768px) {
  .topSec06__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .topSec06__item:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.topSec06__fig img {
  display: block;
  height: 124px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .topSec06__fig img {
  /* height: 15.18vw; */
  height: 11.3vw;
  }
}
@media screen and (max-width: 768px) {
  .topSec06__fig {
    max-width: 43.73vw;
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
.topSec06__fig02 img{
  height: 132px;
}
.topSec06__fig03 img{
  height: 139.5px;
}
.topSec06__fig02 img,.topSec06__fig03 img {
  display: block;
  width: auto;
}

@media screen and (max-width: 1080px) {
  .topSec06__fig02 img {
    height: 12.2vw;
  }
  .topSec06__fig03 img{
    height: 12.9vw;
  }
}

.topSec06__fig.u-fig05 {
  max-width: 100%;
}
.topSec06__link {
  display: block;
}

/*====================================================================
Human Resource Consulting SCSS
====================================================================*/
@media screen and (max-width: 768px) {
  .hrcPage__bannerTitle {
    font-size: 30px;
  }
}
.hrcPage__list {
  margin: 105px 0 0;
  padding: 80px 0 120px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .hrcPage__list {
    margin: 18.66vw 0 0;
    padding: 10.66vw 0 21.333vw;
  }
}
.hrcPage__list.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.hrcPage__list.is-active03::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.hrcPage__list::before {
  content: "";
  position: absolute;
  top: 39vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .hrcPage__list::before {
    width: 150vw;
    height: 68vw;
    top: 152vw;
    left: -25vw;
  }
}
.hrcPage__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .hrcPage__list::after {
    top: auto;
    bottom: 0;
    height: 94%;
  }
}
.hrcPage__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hrcPage__item {
    flex-direction: column;
    padding: 0 4.67vw;
  }
}
.hrcPage__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hrcPage__item:last-child.is-active04::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .hrcPage__item:last-child.is-active04::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .hrcPage__item:last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 150vw;
    height: 68vw;
    top: 51.5vw;
    left: -25vw;
    background: rgba(0, 87, 158, 0.3);
    transform: rotate(20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hrcPage__item:last-child::before {
    top: 120vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hrcPage__item:last-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 150vw;
    height: 68vw;
    top: -10vw;
    left: -25vw;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
.hrcPage__kv {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hrcPage__kv {
    order: 1;
  }
}
.hrcPage__content {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hrcPage__content {
    order: 2;
  }
}
.hrcPage__contentLogo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentLogo {
    margin-bottom: 3.2vw;
  }
}
.hrcPage__contentLogo.logo01 {
  max-width: 302px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentLogo.logo01 {
    max-width: 80.53vw;
  }
}
.hrcPage__contentLogo.logo02 {
  max-width: 328px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentLogo.logo02 {
    max-width: 87.46vw;
  }
}
.hrcPage__contentLogo.logo03 {
  max-width: 328px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentLogo.logo03 {
    max-width: 87.46vw;
  }
}
.hrcPage__contentLogo.logo04 {
  max-width: 334px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentLogo.logo04 {
    max-width: 89.06vw;
  }
}
.hrcPage__contentTitle {
  font-size: 2rem;
  color: #1f1f1f;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentTitle {
    margin-bottom: 3.46vw;
  }
}
.hrcPage__contentText {
  font-size: 1.4rem;
  line-height: 20px;
  color: #8e8e8e;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hrcPage__contentText {
    margin-bottom: 16.8vw;
  }
}

/*====================================================================
Web Consulting SCSS
====================================================================*/
.webPage__services {
  padding: 100px 0 140px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .webPage__services {
    margin-top: 8vw;
    padding: 12vw 0 13.87vw;
  }
}
.webPage__servicesInner {
  position: relative;
  height: 407px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/web/webPage_bg-02.png");
}
@media screen and (max-width: 768px) {
  .webPage__servicesInner {
    height: 44.52vw;
  }
}
.webPage__servicesAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 420px;
}
.webPage__servicesAnimation.u-img02 {
  width: 305px;
}
@media screen and (max-width: 768px) {
  .webPage__servicesAnimation.u-img02 {
    width: 38.51vw;
  }
}
.webPage__servicesAnimation.u-img03 {
  width: 370px;
  top: 55%;
}
@media screen and (max-width: 768px) {
  .webPage__servicesAnimation.u-img03 {
    width: 49vw;
  }
}
@media screen and (max-width: 768px) {
  .webPage__servicesAnimation {
    width: 60.21vw;
  }
}
.webPage__servicesAnimationImg {
  animation-name: rotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.webPage__servicesAnimationImg02 {
  animation-name: rotate02;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.webPage__servicesAnimationBg {
  position: absolute;
  top: 55%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  display: block;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .webPage__servicesAnimationBg {
    top: 56.5%;
    left: 49%;
    width: 34vw;
  }
}
.webPage__servicesAnimationShadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 305px;
}
.webPage__servicesAnimationTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Teko', sans-serif;
  font-size: 3.4rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .webPage__servicesAnimationTxt {
    text-align: center;
    font-size: 1.7rem;
  }
  .webPage__servicesAnimationTxt svg {
    width: 18.93vw;
  }
}
.webPage__servicesList {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 881.85px;
}
@media screen and (max-width: 768px) {
  .webPage__servicesList {
    width: 96.4vw;
  }
}
.webPage__partners {
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .webPage__partners {
    padding: 0 0 6.67vw;
  }
}
.webPage__partnersInner {
  margin: 0 auto;
  max-width: 960px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .webPage__partnersInner {
    padding: 0 4.27vw;
  }
}
.webPage__partnersColumn:nth-of-type(1), .webPage__partnersColumn:nth-of-type(3) {
  max-width: 430px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .webPage__partnersColumn:nth-of-type(1), .webPage__partnersColumn:nth-of-type(3) {
    max-width: 42vw;
  }
}

@media screen and (max-width: 480px) {
  .webPage__partnersColumn:nth-of-type(1), .webPage__partnersColumn:nth-of-type(3) {
    width: 45%;
  }
}

.webPage__partnersColumn:nth-of-type(3) {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .webPage__partnersColumn:nth-of-type(3) {
    padding-top: 3.47vw;
  }
}

@media screen and (max-width: 370px) {
  .webPage__partnersColumn:nth-of-type(3) {
    padding-top: 5.47vw;
  }
}
.webPage__partnersHeader {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .webPage__partnersHeader {
    /* font-size: 1rem; */
    font-size: .9rem;
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 370px) {
  .webPage__partnersHeader {
    margin-bottom: 0vw;
  }
}
.webPage__partnersHeader.u-txt02 {
  /* padding-left: 38px; */
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .webPage__partnersHeader.u-txt02 {
    /* padding-left: 3.73vw; */
    margin-bottom: 3.33vw;
  }
}
.webPage__divider {
  max-width: 68px;
}
@media screen and (max-width: 768px) {
  .webPage__divider {
    margin-top: 3.47vw;
    max-width: 6.47vw;
  }
}
.webPage__box {
  width: 100%;
  margin: 0;
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .webPage__box {
    padding: 0 0 21.333vw;
  }
}
.webPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.webPage__box.is-active03::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.webPage__box::before {
  content: "";
  position: absolute;
  top: 60vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .webPage__box::before {
    width: 140vw;
    height: 68vw;
    top: 140vw;
    left: -25vw;
  }
}
.webPage__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .webPage__box::after {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .webPage__boxFig {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .webPage__chart {
    margin: 5.33vw 0 24vw;
    padding: 0 4.67vw;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .webPage__chartTitle {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2.66vw;
  }
}
@media screen and (max-width: 768px) {
  .webPage__chartText {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #8e8e8e;
  }
}
.webPage__list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .webPage__list {
    padding: 0 4.67vw;
  }
}
.is-active02 .webPage__list::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.webPage__list::before {
  content: "";
  position: absolute;
  top: 46vw;
  left: -22vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .webPage__list::before {
    width: 140vw;
    height: 68vw;
    top: 139vw;
    left: -25vw;
  }
}
.webPage__item {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .webPage__item {
    flex-flow: row wrap;
  }
}
.webPage__link {
  display: block;
  width: calc(100% / 2 - 20px);
  min-height: 540px;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
  padding: 42px 48px;
  margin-bottom: 40px;
  transition: all 0.25s ease-in-out 0s;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .webPage__link {
    padding: 7.5vw 6.7vw;
    margin-bottom: 8.5vw;
    width: 100%;
    min-height: 119.7vw;
  }
}
.webPage__link:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.webPage__link:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .webPage__link:nth-child(2n) {
    margin-left: 0;
  }
}
.webPage__link--margin {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .webPage__link--margin {
    margin-top: 10.67vw;
  }
}
.webPage__title {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .webPage__title {
    font-size: 1.8rem;
    margin-bottom: 2.33vw;
  }
}
.webPage__content {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #8e8e8e;
}
.webPage__bgFig {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*====================================================================
Digital Marketing SCSS
====================================================================*/
.mktPage__box {
  width: 100%;
  margin: 80px 0 0;
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mktPage__box {
    margin: 10.66vw 0 0;
    padding: 10.66vw 0 21.333vw;
  }
}
.mktPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mktPage__box.is-active03::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mktPage__box::before {
  content: "";
  position: absolute;
  top: 40.6vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .mktPage__box::before {
    width: 140vw;
    height: 68vw;
    top: 79vw;
    left: -20vw;
  }
}
.mktPage__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
.mktPage__blurb {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mktPage__blurb {
    max-width: 100%;
    padding: 0 4.67vw;
    display: block;
  }
}
.mktPage__blurb:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(10deg);
  width: 2px;
  height: 180px;
  background-color: #d1d6da;
}
@media screen and (max-width: 768px) {
  .mktPage__blurb:before {
    top: 50%;
    left: 55%;
    height: 53.33vw;
    transform: translate(-50%, -50%) rotate(80deg);
  }
}
.mktPage__blurb:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0) rotate(10deg);
  width: 2px;
  height: 180px;
  background-color: #00579e;
}
@media screen and (max-width: 768px) {
  .mktPage__blurb:after {
    top: 55%;
    left: 45%;
    height: 53.33vw;
    transform: translate(-50%, -50%) rotate(80deg);
  }
}
.mktPage__block {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mktPage__block {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .mktPage__block:first-child {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .mktPage__block:last-child {
    padding-top: 16vw;
  }
}
.mktPage__blockText {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mktPage__blockText {
    padding-bottom: 2.66vw;
  }
}
.mktPage__blockText--padding {
  padding: 50px 0 15px 40px;
}
@media screen and (max-width: 768px) {
  .mktPage__blockText--padding {
    padding: 0;
    padding-bottom: 2.66vw;
  }
}
.mktPage__list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mktPage__list {
    max-width: 100%;
    padding: 10.66vw 4.67vw 0;
  }
}
.is-active03 .mktPage__list::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mktPage__list::before {
  content: "";
  position: absolute;
  top: 46vw;
  left: -22vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .mktPage__list::before {
    width: 140vw;
    height: 68vw;
    top: 82vw;
    left: -25vw;
  }
}
.mktPage__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.mktPage__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mktPage__item {
    flex-direction: column;
    margin-bottom: 21.33vw;
  }
}
.mktPage__itemFig {
  max-width: 400px;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mktPage__itemFig {
    order: 1;
    max-width: 100%;
  }
}
.mktPage__itemContent {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mktPage__itemContent {
    order: 2;
  }
}
.mktPage__itemTitle {
  padding: 0 0 10px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mktPage__itemTitle {
    /* padding: 5.3vw 0 5.33vw; */
    font-size: 2.4rem;
  }
}
.mktPage__itemText {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #8e8e8e;
}
/*====================================================================
Recruit Page SCSS
====================================================================*/
.rctPage__box {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .rctPage__box {
    margin: 22.66vw 0 0;
  }
}
.rctPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.rctPage__box.is-active02::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.rctPage__box::before {
  content: "";
  position: absolute;
  top: 55vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .rctPage__box::before {
    width: 150vw;
    height: 68vw;
    top: 160vw;
    left: -25vw;
  }
}
.rctPage__box::after {
  content: "";
  position: absolute;
  top: 90.5vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .rctPage__box::after {
    width: 150vw;
    height: 68vw;
    top: 313vw;
    left: -25vw;
  }
}
.rctPage__block {
  position: relative;
  max-width: 984px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rctPage__block {
    max-width: 100%;
  }
}
.rctPage__blockTitle {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
  position: absolute;
  top: -20px;
}

.rctPage__blockTitle02 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rctPage__blockTitle {
    font-size: 2.4rem;
    position: absolute;
    top: -4.53vw;
    padding: 0 4.67vw;
    margin-bottom: 0;
  }

  .rctPage__blockTitle02 {
    font-size: 2.4rem;
  }
}
.rctPage__blockList {
  list-style-type: none;
  padding: 0;
  padding: 55px 0 0;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media screen and (max-width: 768px) {
  .rctPage__blockList {
    padding: 12vw 5.9vw 0;
  }
}
.rctPage__blockItem {
  width: calc((100% / 3) - 10px);
  padding: 20px 0;
  margin-bottom: 25px;
  border: 1px solid #41464d;
  transform: skew(-25deg);
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  margin-right: 10px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .rctPage__blockItem:hover {
    opacity: 0.6;
  }
}
.rctPage__blockItem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .rctPage__blockItem {
    height: 15vw;
    width: calc((100% / 2) - 10px);
    padding: 2vw 0;
    margin: 0 10px 3.2vw 0;
  }
  .rctPage__blockItem:nth-child(2n) {
    margin-right: 0;
  }
  .rctPage__blockItem:nth-child(3n) {
    margin-right: 10px;
  }
}
.rctPage__blockItem.u-tabOn {
  background-color: #41464d;
  color: #fff;
}
.rctPage__blockItemText {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  transform: skew(25deg);
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .rctPage__blockItemText {
    font-size: 1.4rem;
    padding: 0 2vw;
  }
}
.rctPage__button {
  padding: 65px 0 0;
  text-align: center;
  position: relative;
}
.rctPage__link {
  max-width: 240px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  /* .rctPage__link {
    padding: 14px 2vw;
    max-width: 264px;
    font-size: 24px;
  } */
}

/*====================================================================
About SCSS
====================================================================*/
.abtPage__container {
  overflow: visible;
}
.abtPage__container:before {
  top: 20.5vw;
  left: 0;
  height: 290px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .abtPage__container:before {
    top: 13.5vw;
    left: -24vw;
    height: 80vw;
  }
}
.abtPage__banner {
  padding: 30px 0 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .abtPage__banner {
    padding: 0 4.67vw 21.33vw;
  }
}
.abtPage__bannerTitleJp {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .abtPage__bannerTitleJp {
    margin-bottom: 0;
  }
}
.abtPage__bannerTitleEn {
  font-size: 6.4rem;
  font-weight: 600;
  font-family: 'Teko', sans-serif;
  color: #00579e;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .abtPage__bannerTitleEn {
    font-size: 4rem;
    margin-bottom: 4vw;
  }
}
.abtPage__bannerText {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #8e8e8e;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .abtPage__bannerText {
    font-size: 3.73vw;
  }
}
.abtPage__box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .abtPage__box {
    padding-bottom: 20vw;
  }
}
.abtPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.abtPage__box::before {
  content: "";
  position: absolute;
  top: 32.1vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .abtPage__box::before {
    width: 140vw;
    height: 68vw;
    top: 92vw;
    left: -20vw;
  }
}
.abtPage__title {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  font-size: 6.4rem;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
  color: #000;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -30px;
}
@media screen and (max-width: 768px) {
  .abtPage__title {
    padding: 0 4.67vw;
    font-size: 3rem;
    top: -5vw;
  }
}
.abtPage__list {
  padding: 77px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .abtPage__list {
    padding: 10.66vw 4.67vw 0;
  }
}
.abtPage__access {
  margin: 100px 0 0;
  position: relative;
  z-index: 1;
}
.abtPage__access:before {
  top: 355px;
  left: -25%;
  width: 1200px;
}

/*====================================================================
Privacy Policy SCSS
====================================================================*/
.priPage__container {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .priPage__container:before {
    top: 20vw;
  }
}
.priPage__box {
  padding-bottom: 100px;
}
.priPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.priPage__box::before {
  content: "";
  position: absolute;
  top: 710px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .priPage__box::before {
    width: 150vw;
    height: 68vw;
    top: 177vw;
    left: -25vw;
  }
}
.priPage__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
.priPage__list {
  max-width: 1120px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .priPage__list {
    padding: 0 4.67vw;
  }
}
@media screen and (max-width: 768px) {
  .is-active02 .priPage__list::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .priPage__list::before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 68vw;
    top: 373vw;
    left: -25vw;
    display: block;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
.priPage__item {
  margin-bottom: 36px;
  padding: 0 80px;
}
.priPage__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .priPage__item {
    margin-bottom: 16vw;
    padding: 0;
  }
}
.priPage__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .priPage__title {
    font-size: 1.6rem;
    margin-bottom: 4vw;
    padding-left: 8.53vw;
  }
}
.priPage__title:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translate(0, -50%);
  width: 64px;
  height: 2px;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .priPage__title:before {
    left: 0;
    width: 6.4vw;
    height: 0.53vw;
  }
}
.priPage__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #8e8e8e;
}
.priPage__subList {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .priPage__subList {
    margin-top: 5.33vw;
  }
}
.priPage__subItem {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  line-height: 24px;
  color: #8e8e8e;
}
@media screen and (max-width: 768px) {
  .priPage__subItem {
    font-size: 3.73vw;
    padding-left: 4vw;
  }
}
.priPage__subItem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #00579e;
}
@media screen and (max-width: 768px) {
  .priPage__subItem:before {
    top: 2.7vw;
  }
}

/*====================================================================
News SCSS
====================================================================*/
.newsPage__container {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .newsPage__container:before {
    top: 20vw;
  }
}
.newsPage__box {
  position: relative;
}
.newsPage__box .is-view {
  position: static;
  opacity: 1;
  visibility: visible;
}
.newsPage__box .is-hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.newsPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.newsPage__box::before {
  content: "";
  position: absolute;
  top: 45.8vw;
  transform-origin: bottom;
  left: -20vw;
  transform: rotate(20deg);
  width: 120vw;
  height: 255px;
  display: block;
  background: rgba(0, 87, 158, 0.3);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .newsPage__box::before {
    width: 150vw;
    height: 68vw;
    top: 150vw;
    left: -35vw;
  }
}
.newsPage__list {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .newsPage__list {
    padding: 0 4.67vw;
  }
}
.newsPage__item {
  padding: 30px 40px;
  border-bottom: 1px solid #d1d6da;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out 0s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .newsPage__item {
    padding: 3.2vw 1.86vw 3.2vw 4.26vw;
  }
}
.newsPage__link {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .newsPage__link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsPage__link:hover {
  text-decoration: none;
}
.newsPage__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 5px;
  background-image: url(../images/common/ico_arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .newsPage__link:after {
    width: 5vw;
    height: 2vw;
  }
}
.newsPage__link:hover:after {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .newsPage__link:hover:after {
    right: -2vw;
  }
}
.newsPage__date {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: #8e8e8e;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .newsPage__date {
    margin-right: 0;
    margin-bottom: 2.13vw;
  }
}
.newsPage__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1f1f1f;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .newsPage__title {
    padding-right: 7vw;
    width: 100%;
  }
}
.newsPage__nav {
  max-width: 318px;
  width: 100%;
  margin: 64px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .newsPage__nav {
    margin: 8.53vw 0 0;
    max-width: 100%;
    padding: 0 4.67vw;
  }
}
.newsPage__nav .is-active {
  color: #1f1f1f;
  pointer-events: none;
}
.newsPage__navList {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.newsPage__navItem {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .newsPage__navItem {
    margin-right: 7.53vw;
  }
}
.newsPage__navItem:last-child {
  margin-right: 0;
}
.newsPage__navLink {
  width: 38px;
  height: 38px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  opacity: 1;
  visibility: visible;
}
.newsPage__navLink:hover {
  text-decoration: none;
  color: #1f1f1f;
}
.newsPage__navLinkNum {
  color: #00579e;
  font-size: 2rem;
  font-weight: "Open Sans", sans-serif;
}
.newsPage__navLinkArrow {
  position: relative;
  border: 1px solid #00579e;
}
.newsPage__navLinkArrow:hover {
  border-color: #1f1f1f;
}
.newsPage__navLinkArrow:hover:before {
  border-color: #1f1f1f;
}
.newsPage__navLinkArrow:before {
  content: "";
  position: absolute;
  left: 44%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}
.newsPage__navLinkDouble {
  position: relative;
  border: 1px solid #00579e;
}
.newsPage__navLinkDouble:hover {
  border-color: #1f1f1f;
}
.newsPage__navLinkDouble:hover:before {
  border-color: #1f1f1f;
}
.newsPage__navLinkDouble:hover:after {
  border-color: #1f1f1f;
}
.newsPage__navLinkDouble:before {
  content: "";
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}
.newsPage__navLinkDouble:after {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}
.newsPage__navLinkArrowRevert {
  position: relative;
  border: 1px solid #00579e;
}
.newsPage__navLinkArrowRevert:hover {
  border-color: #1f1f1f;
}
.newsPage__navLinkArrowRevert:hover:before {
  border-color: #1f1f1f;
}
.newsPage__navLinkArrowRevert:before {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}
.newsPage__navLinkDoubleRevert {
  position: relative;
  border: 1px solid #00579e;
}
.newsPage__navLinkDoubleRevert:hover {
  border-color: #1f1f1f;
}
.newsPage__navLinkDoubleRevert:hover:before {
  border-color: #1f1f1f;
}
.newsPage__navLinkDoubleRevert:hover:after {
  border-color: #1f1f1f;
}
.newsPage__navLinkDoubleRevert:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}
.newsPage__navLinkDoubleRevert:after {
  content: "";
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
}

/*====================================================================
News Detail SCSS
====================================================================*/
.newsDetailPage__container {
  padding-top: 40px;
}
.newsDetailPage__box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__box {
    padding: 0 4.67vw;
  }
}
.newsDetailPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.newsDetailPage__box::before {
  content: "";
  position: absolute;
  top: 45.8vw;
  transform-origin: bottom;
  left: -20vw;
  transform: rotate(20deg);
  width: 120vw;
  height: 255px;
  display: block;
  background: rgba(0, 87, 158, 0.3);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__box::before {
    width: 150vw;
    height: 68vw;
    top: 150vw;
    left: -35vw;
  }
}
.newsDetailPage__content {
  position: relative;
  z-index: 2;
  visibility: hidden;
}
.newsDetailPage__dateText {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: #8e8e8e;
  position: relative;
  z-index: 3;
}
.newsDetailPage__titleText,
.newsDetailPage h2 {
  margin: 5px 0 20px;
  font-size: 3rem;
  font-weight: 500;
  color: #1f1f1f;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__titleText,
.newsDetailPage h2 {
    margin: 1vw 0 5.33vw;
    font-size: 6.4vw;
  }
}
.newsDetailPage__paraText,
.newsDetailPage p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #8e8e8e;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__paraText,
.newsDetailPage p {
    margin-bottom: 5.33vw;
    font-size: 3.73vw;
  }
}
.newsDetailPage__button {
  padding: 65px 0 0;
  text-align: center;
  position: relative;
}
.newsDetailPage__link {
  max-width: 240px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  padding: 21px 0;
}
@media screen and (max-width: 768px) {
  .newsDetailPage__link {
    padding: 14px 2vw;
    max-width: 264px;
    font-size: 5.33vw;
  }
}

/*====================================================================
Contact SCSS
====================================================================*/
.conPage.isConfirm .conPage__box:after {
  height: 97.5%;
}
@media screen and (max-width: 768px) {
  .conPage.isConfirm .conPage__box:after {
    height: 100%;
  }
}
.conPage__box {
  margin: 75px auto 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .conPage__box {
    margin: 22.66vw auto 0;
    padding-bottom: 21.333vw;
    position: relative;
  }
}
.conPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.conPage__box::before {
  content: "";
  position: absolute;
  top: 820px;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .conPage__box::before {
    width: 150vw;
    height: 68vw;
    top: 86vw;
    left: -25vw;
  }
}
.conPage__box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84.5%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .conPage__box:after {
    height: 100%;
  }
}
.conPage__title {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .conPage__title {
    position: absolute;
    top: -4.5vw;
    padding: 0 4.67vw;
    font-size: 2.4rem;
  }
}
.conPage__form {
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conPage__form {
    padding: 10.66vw 4.67vw 0;
    margin: 0;
  }
  .conPage__form:before {
    content: "";
    position: absolute;
    top: 91%;
    left: 0vw;
    display: block;
    width: 120vw;
    height: 255px;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
  .is-active02 .conPage__form:before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.conPage__block {
  margin-top: 36px;
  font-size: 2rem;
}
.conPage__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .conPage__block {
    margin-top: 5.33vw;
  }
}
.conPage__center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conPage__center {
    align-items: flex-start;
  }
}
.conPage__center .error {
  margin: 10px auto 0;
}
.conPage__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}
.conPage__label.u-required {
  display: block;
  width: max-content;
  padding: 5px 14px;
  background-color: #00579e;
  color: #fff;
  font-size: 1.4rem;
}
.conPage__label.u-required.u-requiredCenter {
  margin: 0 auto;
}
.conPage__label .u-req {
  font-size: 16px;
  font-weight: 500;
  color: #00579e;
}
@media screen and (max-width: 768px) {
  .conPage__label {
    margin-bottom: 2.66vw;
  }
}
.conPage--nomargin {
  margin-bottom: 0;
}
.conPage__input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  min-height: 56px;
  padding-left: 24px;
  font-size: 2rem;
  -webkit-appearance: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .conPage__input {
    min-height: 14.93vw;
    padding-left: 2.66vw;
  }
}
.conPage__input:focus {
  outline: none;
}
.conPage__input::placeholder {
  color: rgba(31, 31, 31, 0.4);
}
.conPage__input.u-noBorder {
  border: none;
}
.conPage__checkbox {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 10px;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .conPage__checkbox {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0.7vw 2.13vw 0 0;
  }
}
.conPage__checkbox:checked:before {
  background-color: #000;
}
.conPage__textarea {
  min-height: 112px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .conPage__textarea {
    min-height: 29.86vw;
    padding: 2.66vw;
  }
}
.conPage .custom-select select {
  display: none;
}
.conPage .custom-select {
  cursor: pointer;
  position: relative;
}
.conPage .select-selected {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  font-size: 20px;
  line-height: 56px;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .conPage .select-selected {
    min-height: 14.93vw;
    line-height: 14.93vw;
    padding: 0 2.66vw;
    font-size: 5.33vw;
  }
}
.conPage .select-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -80%) rotate(135deg);
  right: 24px;
  border-top: 1px solid #00579e;
  border-right: 1px solid #00579e;
  width: 10px;
  height: 10px;
  transition: all 0.25s ease-in-out 0s;
}
.conPage .select-arrow-active:after {
  transform: translate(0, -20%) rotate(-45deg);
}
.conPage .is-first {
  color: rgba(31, 31, 31, 0.4);
}
.conPage .select-hide {
  display: none;
}
.conPage .select-items {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 3;
}
.conPage .select-items div {
  min-height: 56px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 56px;
  transition: all 0.25 ease-in-out 0s;
}
.conPage .select-items div:hover {
  background-color: #00579e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .conPage .select-items div {
    min-height: 14.93vw;
    padding: 0 2.66vw;
    line-height: 14.93vw;
    font-size: 5.33vw;
  }
}
.conPage .same-as-selected {
  background-color: #00579e;
  color: #fff;
}
.conPage__button {
  padding: 40px 0 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .conPage__button {
    padding: 8vw 0 0;
    display: block;
  }
}
.conPage__button .conPage__link {
  outline: 0;
  border: 0;
}
.ma_auto{
  margin: 0 auto 20px auto;
}
.conPage__complete {
  padding-bottom: 100px !important;
}
.conPage__complete:before {
  top: 293px;
  right: 0;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .conPage__complete:before {
    height: 65vw;
    top: 20vw;
    left: -22vw;
  }
}
@media screen and (max-width: 768px) {
  .conPage__complete {
    padding-bottom: 10vw !important;
  }
}
.conPage__completeTitle {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .conPage__completeTitle {
    font-size: 6.4vw;
    margin-bottom: 5.33vw;
  }
}
.conPage__completeText {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #8e8e8e;
  line-height: 2;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .conPage__completeText {
    font-size: 18px;
    padding: 0 4.67vw 8vw;
    /* text-align: left; */
  }
}

/*====================================================================
Services
====================================================================*/
.serPage.creative .serPage__box:after {
  top: 0;
  height: 100%;
}
.serPage.creative .serPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.serPage.creative .serPage__list {
  max-width: 1120px;
}
.serPage.creative .serPage__item {
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
}
@media screen and (max-width: 768px) {
  .serPage.creative .serPage__item {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
}
.serPage.creative .serPage__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .serPage.creative .serPage__item:not(:first-child) {
    margin-top: 6.7vw;
  }
}
.serPage.creative .serPage__item:nth-child(even) .serPage__itemContent {
  padding: 0 64px 0 46px;
}
@media screen and (max-width: 768px) {
  .serPage.creative .serPage__item:nth-child(even) .serPage__itemContent {
    padding: 8vw 6.7vw 0;
  }
}
.serPage.creative .serPage__item:nth-child(even) .serPage__itemFig {
  background-position: center right;
}
.serPage.creative .serPage__itemTitle {
  padding-top: 0;
}
.serPage.creative .serPage__itemContent {
  padding: 0 46px 0 64px;
}
@media screen and (max-width: 768px) {
  .serPage.creative .serPage__itemContent {
    padding: 8vw 6.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  .serPage.creative .btnBox02 {
    margin: 4.8vw 0 0;
  }
}
.serPage.creative .serPage__itemFig {
  max-width: 100%;
  width: 100%;
  height: 356px;
  box-shadow: none;
  background-size: cover;
  background-position: center left;
}
@media screen and (max-width: 768px) {
  .serPage.creative .serPage__itemFig {
    margin-top: 4vw;
    height: 54.1vw;
  }
}
.serPage.sub .serPage__box:after {
  z-index: 1;
}
.serPage.sub .serPage__item:last-child {
  margin-bottom: 0;
}
.serPage.sub .serPage__item:not(:first-child) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .serPage.sub .serPage__item {
    flex-direction: column;
    margin-bottom: 21.33vw;
  }
}
.serPage.sub .serPage__itemFig {
  height: auto;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .serPage.sub .serPage__itemFig {
    min-height: auto;
    height: auto;
  }
}
.serPage.sub .serPage__itemContent {
  padding: 0;
  max-width: 520px;
}
.serPage.sub .serPage__itemContent:before, .serPage.sub .serPage__itemContent:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .serPage.meoplus .serPage__box {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .serPage.meoplus .serPage__itemFig {
    max-width: 100%;
  }
}
.serPage__box {
  width: 100%;
  margin: 80px 0 0;
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serPage__box {
    margin: 10.66vw 0 0;
    padding: 10.66vw 0 21.333vw;
  }
}
.serPage__box.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.serPage__box.is-active03::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.serPage__box::before {
  content: "";
  position: absolute;
  top: 49.6vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -4;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .serPage__box::before {
    width: 140vw;
    height: 68vw;
    top: 79vw;
    left: -20vw;
  }
}
.serPage__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
.serPage__blurb {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .serPage__blurb {
    max-width: 100%;
    padding: 0 4.67vw;
    display: block;
  }
}
.serPage__blurb:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(10deg);
  width: 2px;
  height: 180px;
  background-color: #d1d6da;
}
@media screen and (max-width: 768px) {
  .serPage__blurb:before {
    top: 50%;
    left: 55%;
    height: 53.33vw;
    transform: translate(-50%, -50%) rotate(80deg);
  }
}
.serPage__blurb:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0) rotate(10deg);
  width: 2px;
  height: 180px;
  background-color: #00579e;
}
@media screen and (max-width: 768px) {
  .serPage__blurb:after {
    top: 55%;
    left: 45%;
    height: 53.33vw;
    transform: translate(-50%, -50%) rotate(80deg);
  }
}
.serPage__block {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .serPage__block {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .serPage__block:first-child {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .serPage__block:last-child {
    padding-top: 16vw;
  }
}
.serPage__blockText {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .serPage__blockText {
    padding-bottom: 2.66vw;
  }
}
.serPage__blockText--padding {
  padding: 50px 0 15px 40px;
}
@media screen and (max-width: 768px) {
  .serPage__blockText--padding {
    padding: 0;
    padding-bottom: 2.66vw;
  }
}
.serPage__list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .serPage__list {
    max-width: 100%;
    padding: 10.66vw 4.67vw 0;
  }
}
.is-active03 .serPage__list::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.serPage__list::before {
  content: "";
  position: absolute;
  top: 79vw;
  left: -22vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(209, 214, 218, 0.3);
  transform: rotate(-20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .serPage__list::before {
    width: 140vw;
    height: 68vw;
    top: 82vw;
    left: -25vw;
  }
}
.serPage__item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.serPage__item:last-child {
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .serPage__item {
    flex-direction: column;
    margin-bottom: 21.33vw;
  }
}
.serPage__item:not(:first-child) {
  margin-top: 120px;
}
.serPage__itemFig {
  position: relative;
  z-index: 2;
  max-width: 400px;
  width: 100%;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .serPage__itemFig {
    order: 1;
    max-width: 100%;
  }
}
.serPage__itemContent {
  padding: 58px 15px 29px;
  position: relative;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .serPage__itemContent {
    padding: 0 4vw 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .serPage__itemContent {
    order: 2;
  }
}
.serPage__itemTitle {
  padding: 0 0 10px;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .serPage__itemTitle {
    padding: 5.3vw 0 5.33vw;
    font-size: 2.4rem;
  }
}
.serPage__itemText {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #8e8e8e;
}
.serPage__floatText {
  position: absolute;
  z-index: 3;
  bottom: -85px;
  left: 0;
  font-size: 7.8rem;
  font-family: 'Teko', sans-serif;
  color: #D5D6D6;
  line-height: 1.2;
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .serPage__floatText {
    font-size: 8vw;
    bottom: -5.1vw;
    white-space: wrap;
  }
}
.serPage .btnBox02 {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .consPage.subsidy .consPage__list {
    padding-top: 5vw;
    margin-top: 5vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .consPage.subsidy .consPage__list:after {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .consPage__bannerTitle {
    font-size: 30px;
  }
}
.consPage__list {
  margin: 105px 0 0;
  padding: 80px 0 80px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .consPage__list {
    margin: 18.66vw 0 0;
    padding: 10.66vw 0 5.3vw;
  }
}
.consPage__list.is-active02::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.consPage__list.is-active03::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.consPage__list::before {
  content: "";
  position: absolute;
  top: 39vw;
  left: -10vw;
  display: block;
  width: 120vw;
  height: 255px;
  background: rgba(0, 87, 158, 0.3);
  transform: rotate(20deg);
  z-index: -2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media screen and (max-width: 768px) {
  .consPage__list::before {
    width: 150vw;
    height: 68vw;
    top: 152vw;
    left: -25vw;
  }
}
.consPage__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 87%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .consPage__list::after {
    top: auto;
    bottom: 0;
    height: 91.5%;
  }
}
.consPage__list.type-subsidy .consPage__item.u-item02 .consPage__content {
  padding-top: 97px;
}
@media screen and (max-width: 768px) {
  .consPage__list.type-subsidy .consPage__item.u-item02 .consPage__content {
    padding-top: 4vw;
  }
}
.consPage__list.type-estate {
  margin-top: 62px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate {
    margin-top: 7.5vw;
  }
}
.consPage__list.type-estate:after {
  height: 91.5%;
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate:after {
    height: 93%;
  }
}
.consPage__list.type-estate .consPage__kv {
  max-width: 500px;
  overflow: hidden;
}
.consPage__list.type-estate .consPage__item {
  margin-bottom: 0px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate .consPage__item {
    margin-bottom: 17.3vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate .consPage__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate .consPage__content {
    padding: 0 4.67vw;
  }
}
@media screen and (max-width: 768px) {
  .consPage__list.type-estate .consPage__contentText {
    margin-bottom: 11.7vw;
  }
}
.consPage__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consPage__item {
    margin-bottom: 21.3vw;
    padding: 0 4.67vw;
    flex-direction: column;
  }
}
.consPage__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .consPage__item:last-child.is-active04::before {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .consPage__item:last-child.is-active04::after {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .consPage__item:last-child::before {
    content: "";
    position: absolute;
    display: block;
    width: 150vw;
    height: 68vw;
    top: 51.5vw;
    left: -25vw;
    background: rgba(0, 87, 158, 0.3);
    transform: rotate(20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .consPage__item:last-child::before {
    top: 120vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .consPage__item:last-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 150vw;
    height: 68vw;
    top: -10vw;
    left: -25vw;
    background: rgba(209, 214, 218, 0.3);
    transform: rotate(-20deg);
    z-index: -2;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  }
}
.consPage__kv {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .consPage__kv {
    order: 1;
  }
}
.consPage__kvFigBg {
  position: relative;
  z-index: 2;
  max-width: 560px;
  width: 100%;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .consPage__kvFigBg {
    order: 1;
    max-width: 100%;
    height: 220px;
  }
}
.consPage__content {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .consPage__content {
    order: 2;
  }
}
.consPage__contentTitle {
  font-size: 3rem;
  color: #1f1f1f;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .consPage__contentTitle {
    font-size: 2.4rem;
    margin: 4vw 0 2vw;
  }
}
.consPage__contentText {
  font-size: 1.4rem;
  line-height: 24px;
  color: #8e8e8e;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .consPage__contentText {
    margin-bottom: 13.3vw;
  }
}
.consPage__innerBanner {
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  .consPage__innerBanner {
    margin-top: 16vw;
    padding: 0 4.67vw;
  }
}
.consPage__innerBannerLink {
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
.consPage__innerBannerLink:hover {
  opacity: 0.6;
}
.consPage__innerBannerTitle {
  font-size: 3rem;
  font-weight: bold;
  color: #1f1f1f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consPage__innerBannerTitle {
    font-size: 2.4rem;
  }
}
.consPage__innerBannerCont {
  margin: 24px auto 0;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .consPage__innerBannerCont {
    margin-top: 4vw;
  }
}
.consPage__proList {
  margin: 20px auto 0;
  padding: 15px 15px 0;
  max-width: 1150px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style-type: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  .consPage__proList {
    margin-top: 4vw;
  }
}
.consPage__proList::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .consPage__proList {
    padding: 5vw 4.67vw 0;
  }
}
.consPage__proItem {
  position: relative;
}
.consPage__proItem:not(:first-child) {
  margin-left: 80px;
}
.consPage__proItem:not(:last-child):before {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: -40px;
  content: "";
  background-image: url("../images/consult/subsidy/subsidyArrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 4px;
}
.consPage__proItem.u-item01 .consPage__proFig {
  max-width: 64px;
}
.consPage__proItem.u-item02 .consPage__proFig {
  max-width: 110px;
}
.consPage__proItem.u-item03 .consPage__proFig {
  max-width: 82px;
}
.consPage__proItem.u-item04 .consPage__proFig {
  max-width: 87px;
}
.consPage__proItem.u-item05 .consPage__proFig {
  max-width: 56px;
}
.consPage__proFigCont {
  min-width: 160px;
  min-height: 160px;
  width: 160px;
  height: 160px;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 87, 158, 0.2);
  background-color: #fff;
}
.consPage__proText {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
  white-space: pre;
}
/*# sourceMappingURL=style.css.map */



#access .u-service__listItem {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
 #access .u-service__listItem {
    flex-direction: column;
  }
}
#access .u-service__listItem .u-service__listItemImgFigure {
  background-size: cover;
  background-repeat: no-repeat;
}
#access .u-service__listItem:nth-child(odd) .u-service__listItemImgFigure {
  background-position: top right;
}
#access .u-service__listItem:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #access  .u-service__listItem:not(:first-child) {
    margin-top: 100px;
  }
}
#access .u-service__listItem:last-child {
  margin-top: 46px;
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
  width: 42.5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
    width: 100%;

  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
  width: 55%;
}
@media screen and (max-width: 768px) {
#access  .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
    width: 85.33vw;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemImgFigure {
  margin: 0 0 0 auto;
  background-position: top left;
}
.u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInner {
  text-align: left;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemDetailsInnerContent {
    width: 81.067vw;
    padding-left: 0;
    padding-right: 4.3vw;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemEn {
  margin-top: 72px;
  padding-left: 36.474%;
  padding-right: 0;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemEn {
    margin-left: 0;
    margin-top: 2.67vw;
    padding-left: 24vw;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemEn::after {
  left: -16px;
  right: auto;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemEn::after {
    left: -8px;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemHeader::after {
  right: 0;
  left: 0%;
  /* transform: translateY(-50%); */
  /* width: 700px; */
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemHeader::after {
    transform: none;
    top: -88px;
    left: auto;
    right: 36px;
    display: block;
    width: 1px;
    background: #fff;
    height: 80px;
    z-index: 2;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemHeader,
#access .u-service__listItem:nth-of-type(even) .u-service__listItemLink,
#access .u-service__listItem:nth-of-type(even) .u-service__listItemText {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemHeader,
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemLink,
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemText {
    margin-left: auto;
    width: 80vw;
    padding-left: 0;
    padding-right: 4.3vw;
    text-align: right;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemLink {
  width: 100%;
  padding-right: 0;
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
  order: 2;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemImg {
    order: 1;
    margin-left: auto;
    height: 43.13vw;
  }
}
#access .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
  order: 1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(even) .u-service__listItemDetails {
    order: 2;
  }
}
#access .u-service__listItem:nth-of-type(3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItem:nth-of-type(3) {
    margin-top: 100px;
  }
}
#access .u-service__listItemImgFigure {
  width: 100%;
  height: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemImgFigure {
    margin-top: 1.3vw;
    width: 100%;
  }
}
#access .u-service__listItemImg {
  position: relative;
  width: 53%;
  height: 345px;
  z-index: 2;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemImg {
    width: 85.33vw;
  }
}
#access .u-service__listItemDetails {
  width: 42.5%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
#access .u-service__listItemEn {
  margin-top: 32px;
  position: relative;
  /* font-family: 'Teko', sans-serif; */
  font-size: 2rem;
  padding-right: 36.474%;
  text-align: right;
  margin-bottom: 20px;
  font-weight:600;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemEn {
    margin-left: auto;
    font-size: 1.6rem;
    margin-top: 2.67vw;
    padding-right: 21.333vw;
  }
}
#access .u-service__listItemEn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  display: block;
  width: 36.474%;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemEn::after {
    width: 21.33vw;
    right: -8px;
  }
}
#access .u-service__listItemDetailsInner {
  position: relative;
  z-index: 0;
}

#access .secHeader {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #access .u-service__listItemDetailsInner {
    width: 100%;
    margin: 0 auto;
  }
  #access .secHeader {
    padding-left: 5%;
}
}
#access .u-service__listItemDetailsInnerContent{
  position: relative;
  width: 84%;
    height: 345px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
  #access .u-service__listItemDetailsInnerContent {
    width: 89.867vw;
    padding-left: 4.3vw;
    height: 190px;
  }
}
#access .u-service__listItemHeader {
  position: relative;
  margin-top: -5px;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemHeader {
    margin-top: 2vw;
    font-size: 2.4rem;
    padding: 0;
  }
}
#access .u-service__listItemHeader::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* transform: translateY(-50%); */
  left: auto;
  right: 0;
  display: block;
  width: 500px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemHeader::after {
    top: -88px;
    transform: none;
    left: 18px;
    right: auto;
    display: block;
    width: 1px;
    background: #fff;
    height: 80px;
    z-index: 2;
  }
}
#access .u-service__listItemText {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemText {
    margin-top: 2.667vw;
    padding: 0;
  }
}
#access .u-service__listItemLink {
  position: relative;
  margin-top: 30px;
  color: #00579e;
  font-family: "Open Sans", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #access .u-service__listItemLink {
    font-size: 2rem;
    margin-top: 5.6vw;
  }
}
#access .u-service__listItemLink::after {
  position: relative;
  right: auto;
  transform: none;
  top: auto;
  margin-left: 8px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 5px;
  background-image: url("../images/common/ico_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}
#access .u-service__listItemLink:hover {
  text-decoration: none;
}
#access .u-service__listItemLink:hover::after {
  right: auto;
  transform: translateX(20px);
}


#innovative{
  position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.innovative_text{
  position: relative;
  /* height: 370px; */
  padding-top: 4%;
  width: 43%;
}

.back_line2::after{
  position: absolute;
  content: '';
  height: 43%;
  bottom:0;
  width: 100%;
  background-color: #000;
  right:-5%;
  transform: skew(-8deg);
  z-index: 0;
  opacity: 0;
}

.back_line3::after{
	animation : sdl7 2s forwards;
  opacity: 1;
}

@keyframes sdl7 {
  0%{
    width: 0%;
  }
  100%{
   width: 100%;
  }
}

.innovative_h1{
  font-size: 5em;
  margin-bottom: 30px;
}

.innovative_plusem_bottom{
  /* padding-top: 20px; */
}

.innovative_plusem01{
  font-size:  14px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.inno_ttl_text{
  position: relative;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
z-index: 1;
}

.innovative_plusem03,.innovative_plusem02{
  font-size:  3em;
  height: auto;
  color:#fff;
}

.innovative_plusem03,.innovative_plusem03{
  color:#fff;
}

.innovative_pluse_emu{
  position: relative;
  height: auto;
  padding-top: 8%;
  color: #fff;
}



.in_size_01,.in_size_02,.in_size_03,.in_size_04,.in_size_05,.in_size_06,.in_size_07,.in_size_08,.in_size_09{
  display: inline-block;
  height: auto;
}

.in_size_01{
  max-width: 16.5px;
  width: 2.55%;
}

.in_size_02{
  max-width: 47px;
  width: 7.2%;
}

.in_size_03{
  max-width: 56px;
  width: 8.7%;
}

.in_size_04{
  max-width: 58px;
  width: 9%;
}

.in_size_05{
  max-width: 43.5px;
  width: 6.7%;
}

.in_size_06{
  max-width: 49px;
  width: 7.65%;
}

.in_size_07{
  max-width: 48px;
  width: 7.5%;
}

.in_size_08{
  max-width: 52px;
  width: 8.2%;
}
.in_size_09{
  max-width: 45px;
  width:7.2%;
}

.innovative_ttl{
  margin-bottom: 6%;
}

.innovative_img{
  margin-top: 10%;
  width: 53%;
  padding-left: 10%;
  margin-bottom: 6%;
  z-index: 1;
}


.block_ttl {
  position: relative;
  /* padding-bottom: 50px; */
  width: 50%;
}

.ttl_margin_left{
  margin-left: 105px;
}

.block_ttl h2{
  position: relative;
  top: 0;
  left: 0;
}

.block_ttl h2::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 65px;
  background-color: #005da9;
  bottom: 5px;
  left: -40px;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.block_ttl .h2_ruby{
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left:0;
  letter-spacing: 3px;
}

.content_nai{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.content_nai_2{
  width: 420px;
}

.content_nai_text{
  margin-top: 30px;
  font-size: 14px;
  line-height: 2em;
}

.slick-initialized .slick-slide {
  padding: 20px;
}

.h3_top{
  font-size:14px;
}


#product .u-headerAccess{
  scroll-padding-left: 180px;
}


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

.news_area_flex li{
  list-style: none;
}

.news_area_flex ul{
  padding-left: 0;
}

.news_ttl_left{
  width: 20%;

}

.news_ttl_right{
  width: 80%;

}

.news_right_li span{
  padding: 15px 0;
}

.cat_01{
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  z-index: 30;
}

.cat_02{
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}

.cat_03{
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}

.topSec06 .secHeader{
  margin-bottom: 140px;
  padding-top: 80px;
}

.accsess_back {
  position: relative;
  background-size: auto 269px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../images/top/back_access.svg");
  /* z-index: -2; */
  padding-top: 50px;
  width: 100%;
}
.accsess_back::after {
  position: absolute;
  content: '';
  background-image:  url("../images/top/access_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top:0;
  left:0;
  width: 96%;
  height: 96%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media screen and (max-width: 1420px) {
  .accsess_back::after {
  background-size: auto 100%;
  }
}

@media screen and (max-width: 768px) {
  .accsess_back::after {
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.back {
  background-size: auto 269px;
  background-clip: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index:10px;
  overflow: hidden;
}

.over_hidden{
  overflow: hidden;
}


.back_about{
  background-image: url("../images/top/back_about.svg");
}

.back_service{
  background-image: url("../images/top/back_servie.svg");
}
.back_product{
  background-image: url("../images/top/back_product.svg");
}

.back_news{
  background-image: url("../images/top/back_news.svg");
}

/* .back_access{
  background-image: url("../images/top/back_access.svg");
} */

.back_awards{
  background-image: url("../images/top/back_awards.svg");
}

.slider{
  position: relative;
}

.slider label{
  display: none;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 60px;
  height: 1px;
  background-color: #edf1f3;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s;
}
.slick-prev{
  left: 10%;
}
.slick-next{
  right: 10%;
}

.slick-arrow:after{
  position: absolute;
  content: '';
  width: 70px;
  top: -40px;
  height: 100px;
  right: 0px;
}

.slick-arrow::before{
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  top: -5px;
  background-color: #edf1f3;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s;
}

.slick-prev::before{
  left: 0;
  transform: rotate(145deg);
}

.slick-next::before{
  right: 0;
      transform: rotate(-145deg);
}



.slick-prev:hover{
  left: 9%;
}
.slick-next:hover{
  right: 9%;
}

.slick-prev::before:hover{
  left: 1%;
}

.slick-next::before:hover{
  right: 1%;
}

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

.btn_area_m{
  margin-top: 25px;
}

@media screen and (max-width: 1076px) {
  .innovative_h1 {
    font-size: 3em;
    margin-bottom: 49px;
}

.innovative_plusem03, .innovative_plusem02 {
  font-size: 2em;
}

.innovative_plusem01 {
  font-size: 1.2em;
}

.back {
  background-size: 100%;
}
.news_ttl_left {
  width: 100%;
}

.news_ttl_right {
  width: 100%;
}


}

@media screen and (max-width: 768px) {
  .pc_view{
    display: none;
  }

  .sp_view01,.sp_view02,.sp_view03,.sp_view04,.sp_view05{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
    }
    .sp_view01 li,.sp_view02 li,.sp_view03 li,.sp_view04 li,.sp_view05 li{
      list-style: none;
      margin-bottom: 20px;
      z-index:1;
    }
    .sp_view01 li{
      width: 100%;
    }
    .sp_view02{
      justify-content: center;
    }
    .sp_view02 li:nth-child(1){
      width: 33%;
    }
    .sp_view02 li:nth-child(2){
      width: 64%;
    }

    .sp_view03 li:nth-child(1){
      width: 47%;
    }
    .sp_view03 li:nth-child(2),.sp_view03 li:nth-child(3){
      width: 23%;
    }

    .sp_view04 li{
      /* width: 48%; */
    }
    .sp_view05 li{
      width: 31%;
    }
    .sp_view04 li img{
      height: 23.3vw;
      width: auto;
    }

.sp-b{
  display: inline-block;
}

.m_b_40_sp{
  margin-bottom: 40px;
}

.m_b_30_sp{
  margin-bottom: 30px;
}

.m_b_20_sp{
  margin-bottom: 20px;
}

.t_r_sp{
  text-align: right;
}

.t_r_sp02{
  text-align: right;
  margin-right: 30px;
}
  .innovative_text{
    width: 100%;
    text-align: center;
    padding-top: 4%;
    padding-bottom: 8%;
  }

  .innovative_img {
    width: 100%;
    padding-left: 15%;
    margin-bottom: 5%;
}
#innovative::after {
  height: 29%;
}
#news .block_ttl,#access .block_ttl{
  width: 95%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.secHeader__txt_li {
  width: 100%;
}

.block_ttl{
  width: 96%;
}

.block_ttl h2::before {
  position: absolute;
  content: '';
  width: 10px;
  bottom: 6px;
  left: -34px;
}

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

.block_ttl h2::before {
  /* height: 72px; */
}


.content_nai {
  position: relative;
}

#access .h3_top{
  display: none;
}


#news ul{
  padding-left: 0;
}

#service .u-service__listItem:last-child {
  /* margin-top: 150px; */
  margin-top: 50px;
}

.content_nai_text {
  margin-top: 0px;
  line-height: 1.5em;
}

.sp_right{
  text-align: right;
}

.sp_m_t_30{
  margin-top: 30px;
}

.topSec06 .secHeader {
  margin-bottom: 60px;
}

.topSec06::after {
  bottom: 127px;
  right: -60px;
  /* height: 92vw; */
  height: 182vw;
}

.topSec06 {
  padding: 0 0 130px 0;
  /* margin-bottom: 130px; */
}

.accsess_back {
  background-size: 100%,auto 100%;
}

.size_btn02 {
  max-width: 100px;
  width: 100%;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
}


.slick-next {
  right: 5%;
}
.slick-prev {
  left:5%;
}

.slick-arrow {
  width: 40px;
}

#service .u-service__listItem{
  margin-bottom: 0;
}

.topSec03.cat_01{
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
}
.secHeader__txt_2 {
  position: relative;
  top: 0%;
    line-height: 1.5em;
  }


}
@media screen and (max-width: 480px) {
  .topSec06::after {
    height: 195vw;
}
}

@media screen and (max-width: 380px) {
  .topSec06::after {
    height: 166vw;
}
}

.grecaptcha-badge { visibility: hidden; }



/* 20220308グーグルロゴ */

.google2022_area{
  height: 193px;
  display: block;
  width: 100%;
}

.google2022_area img{
  height: 166px;
  width: 174px;
}

@media screen and (max-width: 768px) {
  .google2022_area{
    height: 24vw;
    display: block;
    width: 100%;
  }

  .google2022_area img{
  height: 24vw;
  width: auto;
  }
}

/* 20221202グーグルロゴ */

.yahoo2022_area{
  height: 150px;
  display: block;
  width: 100%;
}

.yahoo2022_area img{
  height: 152px;
  width: 314px;
}

@media screen and (max-width: 768px) {
  .yahoo2022_area{
    height: 19.791vw;
    display: block;
    width: 100%;
  }

  .yahoo2022_area img{
  height: 16vw;
  width: auto;
  }
}

/*202401追記*/
