@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
/*-----------------------------
A (more) Modern CSS Reset
https://piccalil.li/blog/a-more-modern-css-reset/
-----------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* @mixin tab2($bp1: $BP-768,$bp2: $BP-1000) {
  @media screen and (min-width:$bp1) and ( max-width:$bp2 - 1) {
    @content;
  }
} */
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-wrap: auto;
}

ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  background: #DF0011;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  background: #DF0011 url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-image: url("../images/bg_sp.jpg");
    font-size: 1.5rem;
  }
}

html[lang=en] body {
  font-family: "Roboto", sans-serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-feature-settings: "palt";
}

*:focus-visible {
  outline: 2px solid #008fcc;
  outline-offset: 0;
}

a {
  backface-visibility: hidden;
}

/*a:hover {
  color: lighten( g.$rgb_GRY, 25% );
}*/
figure {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

/*@include g.sp {
  .mt-0 {
    margin-top: 0vw !important;
  }
  .mb-0 {
    margin-bottom: 0vw !important;
  }
}*/
.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

/*@include g.sp {
  .mt-10 {
    margin-top: 1.3333vw !important;
  }
  .mb-10 {
    margin-bottom: 1.3333vw !important;
  }
}*/
.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

/*@include g.sp {
  .mt-20 {
    margin-top: 2.6666vw !important;
  }
  .mb-20 {
    margin-bottom: 2.6666vw !important;
  }
}*/
.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

/*@include g.sp {
  .mt-30 {
    margin-top: 3.9999vw !important;
  }
  .mb-30 {
    margin-bottom: 3.9999vw !important;
  }
}*/
.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

/*@include g.sp {
  .mt-40 {
    margin-top: 5.3332vw !important;
  }
  .mb-40 {
    margin-bottom: 5.3332vw !important;
  }
}*/
.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

/*@include g.sp {
  .mt-50 {
    margin-top: 6.6665vw !important;
  }
  .mb-50 {
    margin-bottom: 6.6665vw !important;
  }
}*/
.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

/*@include g.sp {
  .mt-60 {
    margin-top: 7.9998vw !important;
  }
  .mb-60 {
    margin-bottom: 7.9998vw !important;
  }
}*/
.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

/*@include g.sp {
  .mt-70 {
    margin-top: 9.3331vw !important;
  }
  .mb-70 {
    margin-bottom: 9.3331vw !important;
  }
}*/
.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

/*@include g.sp {
  .mt-80 {
    margin-top: 10.6664vw !important;
  }
  .mb-80 {
    margin-bottom: 10.6664vw !important;
  }
}*/
.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

/*@include g.sp {
  .mt-90 {
    margin-top: 11.9997vw !important;
  }
  .mb-90 {
    margin-bottom: 11.9997vw !important;
  }
}*/
.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

/*@include g.sp {
  .mt-100 {
    margin-top: 13.333vw !important;
  }
  .mb-100 {
    margin-bottom: 13.333vw !important;
  }
}*/
.mt--7em {
  margin-top: -7em !important;
}

.mb--7em {
  margin-bottom: -7em !important;
}

.mt--6em {
  margin-top: -6em !important;
}

.mb--6em {
  margin-bottom: -6em !important;
}

.mt--5em {
  margin-top: -5em !important;
}

.mb--5em {
  margin-bottom: -5em !important;
}

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

.mb--4em {
  margin-bottom: -4em !important;
}

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

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

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

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

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

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

.mt-0em {
  margin-top: 0em !important;
}

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

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

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

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

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

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

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

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

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px !important;
}

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

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

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

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

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

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

.pt-10em {
  padding-top: 10em !important;
}

.pb-10em {
  padding-bottom: 10em !important;
}

.pl-1em {
  padding-left: 1em;
}

.pl-1_5em {
  padding-left: 1.5em;
}

.pl-2em {
  padding-left: 2em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* color  */
.color-wht {
  color: #fff !important;
}

.color-blk {
  color: #333 !important;
}

.color-red {
  color: #DF0011 !important;
}

/* ff */
.txt-en {
  font-family: "Roboto", sans-serif;
}

/* font size */
.txt-xsmall {
  font-size: 75%;
}

.txt-small {
  font-size: 87.5%;
}

.txt-middle {
  font-size: 93.75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 137.5%;
}

/* align */
.txt-left {
  text-align: left;
}

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

.txt-center {
  text-align: center;
}

.txt-center_forpc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center_forpc {
    text-align: left;
  }
}

figure.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.center figcaption {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300 !important;
}

.txt-fwR {
  font-weight: 400 !important;
}

.txt-fwM {
  font-weight: 500 !important;
}

.txt-fwB {
  font-weight: 600 !important;
}

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

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1em !important;
}

.ls-_5 {
  letter-spacing: 0.5em !important;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
.txt-asterisk {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}

.l-wrapper {
  position: relative;
  width: 100%;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 50px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .l-header {
    background: #DF0011 url("../images/bg.jpg");
    background-size: 100% auto;
    height: 65px;
  }
  .l-header .header-inner {
    position: relative;
    padding: 10px 60px;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
  }
  .l-header .header-logo {
    width: 206px;
    margin: 0;
  }
  .l-header .gnav {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1;
  }
  .l-header .gnav ul {
    display: flex;
    gap: 50px;
  }
  .l-header .gnav a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
  }
  .l-header .gnav a:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
  }
  .l-header .gnav a:hover, .l-header .gnav a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    /*text-underline-offset: 5px;*/
  }
  .l-header .gnav a:hover {
    text-underline-offset: 0.2em;
  }
  .l-header .sub-nav {
    display: none;
  }
  .l-header .lang-menu {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1;
  }
  .l-header .lang-menu ul {
    display: flex;
  }
  .l-header .lang-menu li:nth-child(n+2) {
    margin-left: 0.8em;
    padding-left: 0.8em;
    border-left: 1px solid #fff;
  }
  .l-header .lang-menu a {
    color: #CCC;
    text-decoration: none;
  }
  .l-header .lang-menu a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .l-header .header-contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    background: #DF0011 url("../images/bg_sp.jpg");
    background-size: 100% auto;
  }
  .l-header .header-inner {
    position: relative;
    width: 100%;
  }
  .l-header .header-logo {
    position: relative;
    margin: 0 0 0 15px;
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .l-header .gnav {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: clamp(12px, 3.75vw, 16px);
    font-weight: 500;
    line-height: 1;
  }
  .l-header .gnav ul {
    border-top: 1px solid #fff;
  }
  .l-header .gnav li {
    border-bottom: 1px solid #fff;
  }
  .l-header .gnav a {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: min(20px, 6vw) min(30px, 9vw);
    text-decoration: none;
  }
  .l-header .gnav a:hover, .l-header .gnav a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    /*text-underline-offset: 5px;*/
  }
  .l-header .gnav a:after {
    content: "";
    display: block;
    flex: none;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .l-header .gnav a:hover {
    text-underline-offset: 0.2em;
  }
  .l-header .sub-nav {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: clamp(12px, 3.75vw, 16px);
    font-weight: 500;
    line-height: 1;
  }
  .l-header .sub-nav li {
    border-bottom: 1px solid #fff;
  }
  .l-header .sub-nav a {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: min(20px, 6vw) min(30px, 9vw);
    text-decoration: none;
  }
  .l-header .sub-nav a:hover, .l-header .sub-nav a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    /*text-underline-offset: 5px;*/
  }
  .l-header .sub-nav a:after {
    content: "";
    display: block;
    flex: none;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .l-header .sub-nav a:hover {
    text-underline-offset: 0.2em;
  }
  .l-header .lang-menu {
    position: relative;
    margin: 6vw min(30px, 9vw);
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1;
  }
  .l-header .lang-menu ul {
    display: flex;
  }
  .l-header .lang-menu li:nth-child(n+2) {
    margin-left: 0.8em;
    padding-left: 0.8em;
    border-left: 1px solid #fff;
  }
  .l-header .lang-menu a {
    color: #CCC;
    text-decoration: none;
  }
  .l-header .lang-menu a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .l-header .header-contact {
    position: relative;
    margin: 6vw min(30px, 9vw);
    padding-bottom: 20px;
    align-items: flex-end;
  }
  .l-header .header-contact a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 200px;
    text-decoration: none;
  }
  .l-header .header-contact a .icon {
    flex: none;
    display: block;
    width: 49px;
    line-height: 0;
  }
  .l-header .header-contact a .label {
    position: relative;
    display: block;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
  }
  .l-header .header-contact a:hover {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: underline;
  }
}

.skiplink {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
}

.header-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-toggle .header-toggle-btn {
  width: 20px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}

/* .header-toggle-close {
  display: none;
} */
.header-toggle[aria-expanded=false] .header-toggle-open {
  display: block;
}
.header-toggle[aria-expanded=false] .header-toggle-close {
  display: none;
}

.header-toggle[aria-expanded=true] .header-toggle-open {
  display: none;
}
.header-toggle[aria-expanded=true] .header-toggle-close {
  display: block;
}

.header-menu {
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header-menu {
    flex: 1;
    display: flex;
    gap: 50px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .header-menu[aria-hidden=true] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-menu[aria-hidden=false] {
    display: block;
  }
}

.l-footer {
  position: relative;
  padding: 70px 0 100px 0px;
  z-index: 0;
}
.l-footer .footer-inner {
  width: 86%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: min(60px, 9vw) 0;
  }
  .l-footer .footer-inner {
    width: 100%;
  }
}

.footer-block-1 {
  position: relative;
  margin: 0 0 60px;
}
.footer-block-1 .footer-logo {
  max-width: 280px;
  line-height: 0;
}
.footer-block-1 .footer-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-block-1 {
    margin: 0;
    padding: 0 min(30px, 9vw) min(20px, 6vw);
  }
  .footer-block-1 .footer-logo {
    width: 50%;
    max-width: 130px;
  }
}

.footer-block-2 {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-self: stretch;
}
.footer-block-2 .footer-nav-1 {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.footer-block-2 .footer-nav-1 ul {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  font-family: "Roboto", sans-serif;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.5;
}
.footer-block-2 .footer-nav-1 a {
  text-decoration: none;
}
.footer-block-2 .footer-nav-1 a:hover, .footer-block-2 .footer-nav-1 a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /*text-underline-offset: 5px;*/
}
.footer-block-2 .footer-nav-1 a:hover {
  text-underline-offset: 0.2em;
}
.footer-block-2 .footer-nav-2 {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.footer-block-2 .footer-nav-2 ul {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  font-weight: 500;
  line-height: 1.5;
}
.footer-block-2 .footer-nav-2 a {
  text-decoration: none;
}
.footer-block-2 .footer-nav-2 a:hover, .footer-block-2 .footer-nav-2 a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /*text-underline-offset: 5px;*/
}
.footer-block-2 .footer-nav-2 a:hover {
  text-underline-offset: 0.2em;
}
.footer-block-2 .footer-nav-3 {
  grid-row: 1/span 1;
  grid-column: 2/span 1;
  display: flex;
  justify-content: flex-end;
}
.footer-block-2 .footer-data {
  grid-row: 2/span 1;
  grid-column: 2/span 1;
}
.footer-block-2 .footer-contact {
  position: relative;
  align-items: flex-end;
}
.footer-block-2 .footer-contact a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 200px;
  text-decoration: none;
}
.footer-block-2 .footer-contact a .icon {
  flex: none;
  display: block;
  width: 49px;
  line-height: 0;
}
.footer-block-2 .footer-contact a .label {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 1.5;
  text-align: center;
}
.footer-block-2 .footer-contact a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: underline;
}
.footer-block-2 .copyright {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-block-2 {
    display: block;
  }
  .footer-block-2 .footer-nav-1 ul {
    display: block;
    border-top: 1px solid #fff;
    font-size: clamp(12px, 3.75vw, 16px);
  }
  .footer-block-2 .footer-nav-1 li {
    border-bottom: 1px solid #fff;
  }
  .footer-block-2 .footer-nav-1 a {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: min(20px, 6vw) min(30px, 9vw);
  }
  .footer-block-2 .footer-nav-1 a:after {
    content: "";
    display: block;
    flex: none;
    width: 0.8em;
    height: 0.8em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .footer-block-2 .footer-nav-2 ul {
    display: block;
    font-size: clamp(12px, 3.75vw, 16px);
  }
  .footer-block-2 .footer-nav-2 li {
    border-bottom: 1px solid #fff;
  }
  .footer-block-2 .footer-nav-2 a {
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: min(20px, 6vw) min(30px, 9vw);
  }
  .footer-block-2 .footer-nav-2 a:after {
    content: "";
    display: block;
    flex: none;
    width: 0.8em;
    height: 0.8em;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .footer-block-2 .footer-nav-3 {
    display: block;
    margin: 9vw;
  }
  .footer-block-2 .footer-data {
    margin: 9vw 9vw 0;
  }
  .footer-block-2 .footer-data .copyright {
    text-align: center;
  }
}

/* common -------------*/
.l-main {
  z-index: 0;
}

.page-body {
  position: relative;
  padding: min(120px, 8vw) 0;
  background: #fff;
  color: #333;
}
.page-body .page-inner {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}
.page-body h1 {
  color: #DF0011;
}
.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-body .page-inner {
    width: 90%;
  }
}

.h1 {
  position: relative;
  font-size: 212.5%;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: clamp(18px, 3.7vw, 24px);
  }
}

.h2-en {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
  font-family: "Roboto", sans-serif;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.5;
}
.h2-en:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 1em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .h2-en {
    font-size: min(20px, 3.1vw);
  }
}

.pagetop {
  position: fixed;
  position: sticky;
  bottom: 0px;
  line-height: 1;
  font-size: 10px;
  pointer-events: none;
  z-index: 30;
}
.pagetop a {
  position: absolute;
  bottom: 15px;
  right: 35px;
  display: block;
  width: 73px;
  height: 73px;
  background: #fff url("../images/pagetop.svg") no-repeat;
  background-size: 100%;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-indent: 200%;
  white-space: nowrap;
  pointer-events: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    bottom: 2vw;
    right: 7vw;
  }
}

.pagetop.is_hide {
  display: none;
}

/* btn ------------*/
.p-btns {
  position: relative;
  display: flex;
  gap: 20px 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-btns {
    flex-direction: column;
    align-items: center;
  }
}

.btn-basic {
  position: relative;
}
.btn-basic a {
  display: flex;
  gap: 40px;
  align-items: center;
  min-width: 265px;
  padding: 20px 40px 20px 25px;
  background: #fff;
  border: 1px solid #DF0011;
  border-radius: 200px;
  color: #DF0011;
  text-decoration: none;
}
.btn-basic a:before {
  flex: none;
  content: "";
  width: 28.2px;
  height: 19px;
  background: url("../images/arrow_2.svg") no-repeat;
  background-size: 100% auto;
}
.btn-basic a .label {
  display: block;
  font-size: 1.7rem;
  line-height: 1.5;
}
.btn-basic a:hover {
  background-color: #fce6e7;
}
@media screen and (max-width: 767px) {
  .btn-basic a {
    gap: 20px;
    min-width: 0;
    padding: 20px 40px 20px 25px;
  }
  .btn-basic a:before {
    width: 2em;
    height: 1.5em;
  }
  .btn-basic a .label {
    font-size: 100%;
  }
}

/* breadcrumb ------------*/
.breadcrumb {
  position: relative;
  padding: 25px 0;
  background: #fff;
}
.breadcrumb ol {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: auto;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 3px 0;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #464646;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb li span {
  white-space: nowrap;
}
.breadcrumb li:after {
  flex: none;
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 0.6em;
  height: 0.6em;
  margin: 0 1em;
  border-right: 1px solid #DF0011;
  border-bottom: 1px solid #DF0011;
  color: #DF0011;
  transform: rotate(-45deg);
}
.breadcrumb li a {
  color: #464646;
  text-decoration: none;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #DF0011;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.breadcrumb li:last-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb ol {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb ol {
    width: 90%;
  }
  .breadcrumb li {
    font-size: 1.1rem;
  }
}

/* fv -------------*/
.home-fv {
  position: relative;
}
.home-fv .fv-text-container {
  position: relative;
  padding: 70px 60px 35px;
  display: flex;
}
.home-fv .fv-text-block-1 {
  position: relative;
  width: 33%;
}
.home-fv .fv-text-block-1 .text-1 {
  margin: 0.5em 0 0;
  font-size: min(26px, 1.7vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.home-fv .fv-text-block-1 .text-2 {
  margin: 1em 0 0;
  font-size: min(16px, 1.1vw);
  font-weight: 400;
  line-height: 1.5;
}
.home-fv .fv-text-block-2 {
  position: relative;
  flex: 1;
  margin: 0 0 0 0;
}
.home-fv .fv-text-block-2 p {
  margin: 0;
  line-height: 0;
}
.home-fv .fv-text-block-2 img {
  width: 100%;
}
.home-fv .scroll {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: 40px;
  line-height: 1;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  font-size: min(14px, 1.4vw);
  font-weight: 300;
  letter-spacing: 0.05em;
}
.home-fv .scroll img {
  width: 1.8vw;
  max-width: 26px;
  margin-bottom: 1px;
}
.home-fv .fv-img {
  position: relative;
  margin: 0 20px 0 0;
  left: 0;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .home-fv .scroll {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .home-fv .fv-text-block-1 {
    width: 40%;
  }
  .home-fv .scroll {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-fv .fv-text-container {
    padding: min(40px, 6vw);
    display: block;
  }
  .home-fv .fv-text-block-1 {
    width: auto;
    margin: 0 0 min(70px, 9vw);
  }
  .home-fv .fv-text-block-1 .text-1 {
    margin: 0 0 0;
    font-size: min(30px, 4.7vw);
  }
  .home-fv .fv-text-block-1 .text-2 {
    margin: 0 0 0;
    font-size: min(20px, 3.1vw);
  }
  .home-fv .fv-text-block-2 {
    width: auto;
  }
  .home-fv .fv-img {
    margin: 0 5% 0 0;
  }
}

html[lang=en] .home-fv .fv-text-container {
  gap: 0 20px;
}
html[lang=en] .home-fv .fv-text-block-1 .text-2 {
  font-weight: 300;
}

/* vision -------------*/
.home-vision {
  position: relative;
  padding: 60px 60px 150px;
}
.home-vision .vision-header {
  margin: 0 0 40px;
}
.home-vision .vison-body {
  position: relative;
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}
.home-vision .vison-text {
  flex: 1;
  position: relative;
  padding: 0 0 0 60px;
}
.home-vision .vison-text h3 {
  position: relative;
  display: table;
  margin: 0 0 1em;
  padding: 0 0.9em;
  font-size: min(36px, 2.5vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.home-vision .vison-text h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.45em;
  height: 0.9em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.home-vision .vison-text h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.45em;
  height: 0.9em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.home-vision .vison-text p {
  margin: 0;
  font-size: min(22px, 1.5vw);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.02em;
}
.home-vision .vision-figure {
  position: relative;
  width: 50%;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-vision {
    padding: 9vw 5vw;
  }
  .home-vision .vision-header {
    margin-bottom: 9vw;
  }
  .home-vision .vison-body {
    display: block;
  }
  .home-vision .vison-text {
    margin: 9vw 0;
    padding: 0;
  }
  .home-vision .vison-text h3 {
    padding: 0 0.9em;
    font-size: min(36px, 5.6vw);
  }
  .home-vision .vison-text p {
    font-size: min(24px, 3.75vw);
    line-height: 2;
  }
  .home-vision .vision-figure {
    width: 100%;
  }
}

/* about -------------*/
.home-about {
  position: relative;
}
.home-about .about-container {
  position: relative;
  display: flex;
  gap: 100px 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 0 0;
  padding: 80px 60px;
  background: #fff;
}
.home-about .about-header {
  position: relative;
  width: 28%;
}
.home-about .about-header .h2-en {
  color: #DF0011;
}
.home-about .about-header .h2-en:before {
  border-color: #DF0011;
}
.home-about .about-header p {
  line-height: 0;
}
.home-about .about-body {
  position: relative;
  flex: 1;
  width: 65%;
  margin: 120px 0 0 0;
  padding-right: 30px;
  color: #333;
}
.home-about .about-body table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.home-about .about-body table th {
  min-width: 8em;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #CCC;
  font-weight: 500;
  text-align: left;
}
.home-about .about-body table td {
  padding: 20px 0;
  border-top: 1px solid #CCC;
}
.home-about .about-contact {
  width: 100%;
  color: #333;
}
.home-about .about-contact .btn-about {
  position: relative;
  width: 50%;
  max-width: 765px;
  margin: auto;
  background: url("../images/button_bg.png");
  background-size: 100% 100%;
  border-radius: 500px;
  overflow: hidden;
}
.home-about .about-contact .btn-about a {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: min(70px, 4.5vw) min(80px, 6vw);
  color: #333;
  text-decoration: none;
}
.home-about .about-contact .btn-about a .label {
  position: relative;
}
.home-about .about-contact .btn-about a .label-en {
  position: relative;
  width: 70%;
  max-width: 300px;
  margin: 0;
  line-height: 0;
}
.home-about .about-contact .btn-about a .label-text {
  font-size: min(18px, 1.8vw);
  font-weight: 500;
  line-height: 1.5;
}
.home-about .about-contact .btn-about a:after {
  flex: none;
  content: "";
  display: block;
  position: relative;
  width: 73px;
  height: 73px;
  background: #fff url("../images/arrow_1.svg") no-repeat;
  background-size: 100% auto;
  border: 1px solid #DF0011;
  border-radius: 100px;
}
.home-about .about-contact .btn-about a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.home-about .about-contact .btn-about a:hover:after {
  transform: translate(8px, 0);
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .home-about .about-contact .btn-about {
    width: 60%;
  }
  .home-about .about-contact .btn-about a {
    gap: 0;
    padding: 5vw 8vw 5vw 12vw;
    padding: min(70px, 4vw) min(80px, 6vw);
  }
  .home-about .about-contact .btn-about a .label {
    margin-right: 6vw;
  }
  .home-about .about-contact .btn-about a .label-text {
    font-size: min(18px, 1.8vw);
  }
  .home-about .about-contact .btn-about a:after {
    width: 8vw;
    min-width: 30px;
    max-width: 50px;
    height: 8vw;
    min-height: 30px;
    max-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-about .about-container {
    display: block;
    margin: 0 5vw 0 0;
    padding: 9vw 5vw;
  }
  .home-about .about-header {
    width: auto;
  }
  .home-about .about-body {
    width: auto;
    margin: 9vw 0;
    padding-right: 0;
  }
  .home-about .about-body table th {
    padding: 1em 1.5em 1em 0;
  }
  .home-about .about-body table td {
    padding: 1em 0;
  }
  .home-about .about-contact .btn-about {
    width: auto;
  }
  .home-about .about-contact .btn-about a {
    gap: 0;
    padding: 5vw 8vw 5vw 12vw;
  }
  .home-about .about-contact .btn-about a .label {
    margin-right: 6vw;
  }
  .home-about .about-contact .btn-about a .label-en {
    width: 60%;
    max-width: 200px;
  }
  .home-about .about-contact .btn-about a .label-text {
    font-size: min(18px, 2.8vw);
  }
  .home-about .about-contact .btn-about a:after {
    width: 8vw;
    min-width: 30px;
    max-width: 50px;
    height: 8vw;
    min-height: 30px;
    max-height: 50px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
