<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&amp;display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

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

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mr-05 {
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.pb00 {
  padding-bottom: 0 !important;
}

.anchor {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 900px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  padding: 20px 230px 20px 35px;
  width: calc(100% - 100px);
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
  .header {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .header {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .header {
    padding: 0 0 0 20px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0 0 0 15px;
    height: 60px;
  }
}
.header.on {
  background-color: rgba(255, 255, 255, 0.96);
}
.header.on .header__logo__link {
  opacity: 1;
}
.header.on .header__nav__item__link__text {
  color: #000;
}
.header.on .header__nav02__item__link {
  color: #000;
  background-image: url(../img/common/nav_box_gray.svg);
}
@media screen and (min-width: 1025px) {
  .header.on .header__nav02__item__link:hover {
    color: #b1e72e;
    background-color: rgba(0, 0, 0, 0.02);
  }
}
.header.on .header__nav02__item__link--contact {
  background-image: url(../img/common/nav_box_gray.svg), url(../img/common/icon_mail_black.svg);
}
@media screen and (min-width: 1025px) {
  .header.on .header__nav02__item__link--contact:hover {
    background-image: url(../img/common/nav_box_gray.svg), url(../img/common/icon_mail.svg);
  }
}
@media screen and (max-width: 1100px) {
  .header.on .menu-btn::before {
    background-color: #000 !important;
  }
}
.header__logo {
  width: 100px;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 80px;
  }
}
.header__logo__link {
  display: block;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .header__logo__link {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  margin-left: 35px;
}
@media screen and (max-width: 1400px) {
  .header__nav__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__item {
    margin-left: 15px;
  }
}
.header__nav__item:first-child {
  margin-left: 0;
}
.header__nav__item__link {
  height: 50px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link:hover .header__nav__item__link__text {
    transform: translateY(-100%);
  }
}
.header__nav__item__link__text {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .header__nav__item__link__text {
    font-size: 14px;
  }
}
.header__nav__item__link__text__jp {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #b1e72e;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
}
.header__nav__item__link.now .header__nav__item__link__text {
  color: #cf1225;
  font-weight: 400;
}
.header__nav02 {
  width: 160px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .header__nav02 {
    right: 90px;
  }
}
@media screen and (max-width: 900px) {
  .header__nav02 {
    top: 15px;
    right: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header__nav02 {
    width: 118px;
    top: 10px;
    right: 60px;
  }
}
.header__nav02__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .header__nav02__item {
    width: calc((100% - 10px) / 2);
  }
}
.header__nav02__item__link {
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #b1e72e;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  display: block;
  background-image: url(../img/common/nav_box.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 599px) {
  .header__nav02__item__link {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav02__item__link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.header__nav02__item__link--contact {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 19px auto;
  background-position: 50% 50%, 50% 50%;
}
@media screen and (max-width: 599px) {
  .header__nav02__item__link--contact {
    background-size: 100% auto, 16.15px auto;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav02__item__link--contact:hover {
    background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail_white.svg);
  }
}

.top-header.black .header {
  background-color: #000;
}
.top-header.black .header .header__nav__item__link__text {
  color: #fff;
}
.top-header.black .header .header__nav02__item__link {
  color: #fff;
  background-image: url(../img/common/nav_box.svg);
}
@media screen and (min-width: 1025px) {
  .top-header.black .header .header__nav02__item__link:hover {
    color: #b1e72e;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.top-header.black .header .header__nav02__item__link--contact {
  background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail_white.svg);
}
@media screen and (min-width: 1025px) {
  .top-header.black .header .header__nav02__item__link--contact:hover {
    background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail.svg);
  }
}
.top-header.black .menu-btn::before {
  background-color: #000;
}
@media screen and (max-width: 1100px) {
  .top-header.black .menu-btn::before {
    background-color: #fff;
  }
}
.top-header.black .menu-btn .menu-btn__line::before {
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .top-header.black .menu-btn .menu-btn__line::before {
    background-color: #000;
  }
}
.top-header.black .menu-btn .menu-btn__line::after {
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .top-header.black .menu-btn .menu-btn__line::after {
    background-color: #000;
  }
}
.top-header.black .menu-btn .menu-btn__copy {
  color: #fff;
}
.top-header.black .menu-btn .menu-btn__copy02 {
  background-image: url(../img/common/sp02.svg);
}
.top-header.black .menu-btn .menu-btn__copyright {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .top-header.black .menu-btn:hover::before {
    background-color: #fff;
  }
  .top-header.black .menu-btn:hover .menu-btn__line::before {
    background-color: #000;
  }
  .top-header.black .menu-btn:hover .menu-btn__line::after {
    background-color: #000;
  }
  .top-header.black .menu-btn:hover .menu-btn__copy {
    color: #000;
  }
  .top-header.black .menu-btn:hover .menu-btn__copy02 {
    background-image: url(../img/common/sp01.svg);
  }
  .top-header.black .menu-btn:hover .menu-btn__copyright {
    color: #000;
  }
}
.top-header.green .header {
  background-color: #b1e72e;
}
.top-header.green .menu-btn::before {
  background-color: #b1e72e;
}
@media screen and (max-width: 1100px) {
  .top-header.green .menu-btn::before {
    background-color: #000;
  }
}
.top-header.green .menu-btn .menu-btn__copy02 {
  background-image: url(../img/common/sp03.svg);
}
@media screen and (min-width: 1025px) {
  .top-header.green .menu-btn:hover::before {
    background-color: #000;
  }
  .top-header.green .menu-btn:hover .menu-btn__copy02 {
    background-image: url(../img/common/sp02.svg);
  }
}
@media screen and (max-width: 1100px) {
  .top-header.green .menu-btn__line::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .top-header.green .menu-btn__line::after {
    background-color: #fff;
  }
}

.second-header .header {
  background-color: #000;
}
.second-header .header .header__logo__link {
  opacity: 1;
}
.second-header .header .header__nav__item__link__text {
  color: #fff;
}
.second-header .header .now .header__nav__item__link__text {
  color: #cf1225;
}
.second-header .header .header__nav02__item__link {
  color: #b1e72e;
  background-image: url(../img/common/nav_box.svg);
}
@media screen and (min-width: 1025px) {
  .second-header .header .header__nav02__item__link:hover {
    color: #b1e72e;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.second-header .header .header__nav02__item__link--contact {
  background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail.svg);
}
@media screen and (min-width: 1025px) {
  .second-header .header .header__nav02__item__link--contact:hover {
    background-image: url(../img/common/nav_box.svg), url(../img/common/icon_mail.svg);
  }
}

.menu-btn {
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  border: none;
  position: fixed;
  z-index: 15;
  cursor: pointer;
  transition: 0.2s;
}
.menu-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .menu-btn {
    top: 20px;
    left: auto;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
  }
  .menu-btn::before {
    background-color: #e9e9e9;
  }
}
@media screen and (max-width: 900px) {
  .menu-btn {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .menu-btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-btn:hover::before {
    background-color: #000;
  }
  .menu-btn:hover .menu-btn__line::before {
    background-color: #fff;
  }
  .menu-btn:hover .menu-btn__line::after {
    background-color: #fff;
  }
  .menu-btn:hover .menu-btn__copy {
    color: #fff;
  }
  .menu-btn:hover .menu-btn__copy02 {
    background-image: url(../img/common/sp02.svg);
  }
  .menu-btn:hover .menu-btn__copyright {
    color: #fff;
  }
}
.menu-btn__copy {
  font-size: 17px;
  line-height: 100px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 2;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .menu-btn__copy {
    display: none;
  }
}
.menu-btn__copy02 {
  width: 100%;
  height: 20%;
  background-image: url(../img/common/sp01.svg);
  background-size: auto 100%;
  background-position: 60% 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 2;
  transition: 0.2s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .menu-btn__copy02 {
    display: none;
  }
}
.menu-btn__copyright {
  font-size: 11px;
  line-height: 100px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .menu-btn__copyright {
    display: none;
  }
}
.menu-btn__copyright .c {
  transform: rotate(90deg);
  display: inline-block;
}
@-moz-document url-prefix() {
  .menu-btn__copyright .c {
    padding: 4px 0 0 0;
  }
}
.menu-btn__line {
  margin: 0 auto;
  width: 12px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  transition: 0.2s;
}
.menu-btn__line::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.menu-btn__line::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .menu-btn__line {
    width: 20px;
    height: 8px;
    top: calc(50% - 4px);
    left: 0;
    right: 0;
  }
  .menu-btn__line::before {
    width: 100%;
    height: 2px;
  }
  .menu-btn__line::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .menu-btn__line {
    width: 16px;
    height: 6px;
    top: calc(50% - 3px);
  }
}
.menu-btn.on .menu-btn__line::before {
  left: 5px;
  transform: rotate(20deg);
}
.menu-btn.on .menu-btn__line::after {
  right: 5px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1100px) {
  .menu-btn.on .menu-btn__line::before {
    top: 3px;
    left: 0;
    transform: rotate(25deg);
  }
  .menu-btn.on .menu-btn__line::after {
    bottom: 3px;
    right: 0;
    transform: rotate(-25deg);
  }
}
@media screen and (max-width: 599px) {
  .menu-btn.on .menu-btn__line::before {
    top: 2px;
    left: 0;
    transform: rotate(25deg);
  }
  .menu-btn.on .menu-btn__line::after {
    bottom: 2px;
    right: 0;
    transform: rotate(-25deg);
  }
}
.menu-btn.on::before {
  background-color: #000 !important;
}
@media screen and (max-width: 1100px) {
  .menu-btn.on::before {
    background-color: #e9e9e9 !important;
  }
}
.menu-btn.on .menu-btn__line::before {
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .menu-btn.on .menu-btn__line::before {
    background-color: #000;
  }
}
.menu-btn.on .menu-btn__line::after {
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  .menu-btn.on .menu-btn__line::after {
    background-color: #000;
  }
}
.menu-btn.on .menu-btn__copy {
  color: #fff;
}
.menu-btn.on .menu-btn__copy02 {
  background-image: url(../img/common/sp02.svg) !important;
}
.menu-btn.on .menu-btn__copyright {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .menu-btn.on:hover::before {
    background-color: #fff !important;
  }
  .menu-btn.on:hover .menu-btn__line::before {
    background-color: #000 !important;
  }
  .menu-btn.on:hover .menu-btn__line::after {
    background-color: #000 !important;
  }
  .menu-btn.on:hover .menu-btn__copy {
    color: #000 !important;
  }
  .menu-btn.on:hover .menu-btn__copy02 {
    background-image: url(../img/common/sp01.svg) !important;
  }
  .menu-btn.on:hover .menu-btn__copyright {
    color: #000 !important;
  }
}

.menu-box {
  width: 0;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 10;
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 1100px) {
  .menu-box {
    width: 100vw;
    height: 0;
    left: 0;
  }
}
.menu-box.on {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1100px) {
  .menu-box.on {
    width: 100vw;
    height: 100vh;
  }
}
.menu-box.on .menu-box__inner {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.menu-box__inner {
  padding: 100px 50px 100px 30px;
  width: calc(100vw - 100px);
  height: 100vh;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.9s;
  transition-delay: 0.7s;
  transform: translateY(20px);
  filter: blur(6px);
}
@media screen and (max-width: 1300px) {
  .menu-box__inner {
    padding: 100px 50px 100px 100px;
  }
}
@media screen and (max-width: 1100px) {
  .menu-box__inner {
    padding: 70px 50px 100px 100px;
    width: 100vw;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner {
    padding: 60px 50px 100px 50px;
    width: 100vw;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner {
    padding: 40px 25px 100px;
    width: 100vw;
  }
}
.menu-box__inner::-webkit-scrollbar {
  width: 10px;
}
.menu-box__inner::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.menu-box__inner::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 35px;
  box-shadow: none;
}
.menu-box__inner__box {
  margin: 0 auto;
  padding-bottom: 150px;
  max-width: 1500px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box {
    padding-bottom: 100px;
    max-width: 900px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box {
    padding-bottom: 0;
  }
}
.menu-box__inner__box__logo {
  width: 260px;
  line-height: 0.1;
  position: absolute;
  left: 30px;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__logo {
    margin-bottom: 50px;
    width: 220px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 1100px) {
  .menu-box__inner__box__logo {
    margin-bottom: 40px;
    margin-left: -50px;
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__logo {
    margin-bottom: 40px;
    margin-left: 0;
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__logo {
    margin-bottom: 30px;
    width: 120px;
  }
}
.menu-box__inner__box__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu-box__inner__box__logo__link:hover {
    transform: translateY(5px);
  }
}
.menu-box__inner__box__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__list__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__list__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item {
    margin-bottom: 30px;
  }
}
.menu-box__inner__box__list__item:nth-child(1) {
  width: 31%;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__list__item:nth-child(1) {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item:nth-child(1) {
    width: 100%;
  }
}
.menu-box__inner__box__list__item:nth-child(2) {
  width: 26%;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__list__item:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item:nth-child(2) {
    width: 100%;
  }
}
.menu-box__inner__box__list__item:nth-child(3) {
  width: 24%;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__list__item:nth-child(3) {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item:nth-child(3) {
    width: 100%;
  }
}
.menu-box__inner__box__list__item:nth-child(4) {
  width: 19%;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__list__item:nth-child(4) {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item:nth-child(4) {
    width: 100%;
  }
}
.menu-box__inner__box__list__item .menu-box-list__item {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box__list__item .menu-box-list__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__list__item .menu-box-list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-list__item {
    margin-top: 30px;
  }
}
.menu-box__inner__box__list__item .menu-box-list__item:first-child {
  margin-top: 0;
}
.menu-box__inner__box__list__item .menu-box-list__item--privacy {
  padding-left: 50px;
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box__list__item .menu-box-list__item--privacy {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-list__item--privacy {
    padding-left: 30px;
  }
}
.menu-box__inner__box__list__item .menu-box-list__item__link {
  padding-left: 50px;
  height: auto;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  display: block;
}
.menu-box__inner__box__list__item .menu-box-list__item__link::before {
  content: "";
  margin: auto 0;
  width: 30px;
  height: 1px;
  background-color: #b1e72e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link {
    font-size: 42px;
  }
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link {
    padding-left: 40px;
    font-size: 40px;
  }
  .menu-box__inner__box__list__item .menu-box-list__item__link::before {
    width: 24px;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link {
    font-size: 33px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link {
    padding-left: 30px;
    font-size: 9vw;
  }
  .menu-box__inner__box__list__item .menu-box-list__item__link::before {
    width: 20px;
  }
}
.menu-box__inner__box__list__item .menu-box-list__item__link__jp {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: absolute;
  left: 50px;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link__jp {
    left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link__jp {
    font-size: 15px;
    left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__inner__box__list__item .menu-box-list__item__link:hover {
    color: #b1e72e;
    transform: translateX(5px);
  }
}
.menu-box__inner__box__list__item .menu-box-sub {
  padding-left: 75px;
}
@media screen and (max-width: 1500px) {
  .menu-box__inner__box__list__item .menu-box-sub {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-sub {
    padding-left: 30px;
  }
}
.menu-box__inner__box__list__item .menu-box-sub__item {
  margin-top: 40px;
}
.menu-box__inner__box__list__item .menu-box-sub__item:first-child {
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .menu-box__inner__box__list__item .menu-box-sub__item {
    margin-top: 25px;
  }
  .menu-box__inner__box__list__item .menu-box-sub__item:first-child {
    margin-top: 25px;
  }
}
.menu-box__inner__box__list__item .menu-box-sub__item__link {
  padding-left: 28px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  display: block;
}
.menu-box__inner__box__list__item .menu-box-sub__item__link::before {
  content: "";
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: transparent #b1e72e transparent transparent;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 1400px) {
  .menu-box__inner__box__list__item .menu-box-sub__item__link {
    padding-left: 20px;
    font-size: 21px;
  }
  .menu-box__inner__box__list__item .menu-box-sub__item__link::before {
    border-width: 7px 7px 0 0;
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-sub__item__link {
    padding-left: 17px;
    letter-spacing: 0.02em;
  }
  .menu-box__inner__box__list__item .menu-box-sub__item__link::before {
    border-width: 7px 7px 0 0;
    top: 10px;
  }
}
.menu-box__inner__box__list__item .menu-box-sub__item__link__jp {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: absolute;
  left: 28px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .menu-box__inner__box__list__item .menu-box-sub__item__link__jp {
    font-size: 13px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__list__item .menu-box-sub__item__link__jp {
    left: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__inner__box__list__item .menu-box-sub__item__link:hover {
    color: #b1e72e;
    transform: translateX(5px);
  }
}
.menu-box__inner__box__contact {
  width: 380px;
  height: 80px;
  padding-left: 36px;
  font-size: 36px;
  line-height: 78px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 1300px) {
  .menu-box__inner__box__contact {
    margin: 10px 0 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.menu-box__inner__box__contact::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 9px auto;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 16px);
  right: 24px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__contact {
    margin: 10px auto 0;
    width: 100%;
    max-width: 310px;
    height: 70px;
    padding-left: 26px;
    font-size: 28px;
    line-height: 68px;
    border-radius: 35px;
  }
  .menu-box__inner__box__contact::before {
    width: 30px;
    height: 30px;
    background-size: 9px auto;
    top: calc(50% - 15px);
    right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .menu-box__inner__box__contact {
    height: 64px;
    padding-left: 23px;
    font-size: 25px;
    line-height: 62px;
    border-radius: 32px;
  }
  .menu-box__inner__box__contact::before {
    width: 28px;
    height: 28px;
    background-size: 8px auto;
    top: calc(50% - 14px);
    right: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-box__inner__box__contact:hover {
    color: #000;
    background-color: #b1e72e;
    border-color: #b1e72e;
    transform: translateX(5px);
  }
  .menu-box__inner__box__contact:hover::before {
    background-color: #000;
    background-image: url(../img/common/arrow01_white.svg);
  }
}
.menu-box__inner__box__contact__jp {
  margin-left: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  vertical-align: 40%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .menu-box__inner__box__contact__jp {
    margin-left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .menu-box__inner__box__contact__jp {
    margin-left: 10px;
    font-size: 12px;
  }
}

.contents {
  margin-left: 100px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1100px) {
  .contents {
    margin-left: 0;
    width: 100%;
  }
}
.contents--head-black::before {
  content: "";
  width: calc(100% - 100px);
  height: 280px;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .contents--head-black::before {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .contents--head-black::before {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .contents--head-black::before {
    height: 280px;
  }
}
.contents--green {
  background-color: #b1e72e;
}
@media screen and (max-width: 599px) {
  .contents--green {
    background-color: #000;
  }
}
.contents--green02 {
  background-color: #e0f5ab;
}
.contents__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .contents__inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner {
    padding: 40px 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner {
    padding: 20px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner {
    padding: 20px 25px 60px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner--subnav {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner--subnav {
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner--subnav {
    padding-top: 100px;
  }
}
.contents__inner--padding {
  padding: 100px 90px;
}
@media screen and (max-width: 1700px) {
  .contents__inner--padding {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .contents__inner--padding {
    padding: 80px 70px 100px;
  }
}
@media screen and (max-width: 1400px) {
  .contents__inner--padding {
    padding: 80px 60px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner--padding {
    padding: 40px 60px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .contents__inner--padding {
    padding: 40px 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner--padding {
    padding: 20px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner--padding {
    padding: 20px 25px 60px;
  }
}
.contents__inner--pb0 {
  padding-bottom: 0;
}
.contents__inner::before {
  content: "";
  width: 100%;
  height: 280px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 1700px) {
  .contents__inner::before {
    height: 260px;
  }
}
@media screen and (max-height: 830px) {
  .contents__inner::before {
    height: 240px;
  }
}
@media screen and (max-height: 750px) {
  .contents__inner::before {
    height: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner::before {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner::before {
    height: 360px;
  }
}
.contents__inner .white-box {
  margin: 0 auto;
  padding: 100px;
  width: 100%;
  max-width: 1300px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.contents__inner .white-box--w1100 {
  max-width: 1100px;
}
@media screen and (max-width: 1300px) {
  .contents__inner .white-box {
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .contents__inner .white-box {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner .white-box {
    margin: 0 -15px;
    width: auto;
    padding: 25px 25px 40px;
  }
}

.footer-contact {
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  width: 100%;
}
.footer-contact__inner {
  padding: 75px 100px 85px 80px;
  width: 100%;
  max-width: 1010px;
  background-color: #444;
}
@media screen and (max-width: 1200px) {
  .footer-contact__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact__inner {
    padding: 60px 60px 65px 60px;
  }
}
@media screen and (max-width: 900px) {
  .footer-contact__inner {
    padding: 50px 50px 55px 50px;
  }
}
@media screen and (max-width: 599px) {
  .footer-contact__inner {
    padding: 35px 25px 40px 25px;
  }
}
.footer-contact__inner__box {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-contact__inner__box__text {
  width: calc(100% - 240px - 20px);
}
@media screen and (max-width: 900px) {
  .footer-contact__inner__box__text {
    width: calc(100% - 220px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .footer-contact__inner__box__text {
    width: 100%;
  }
}
.footer-contact__inner__box__text__title {
  font-size: 90px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .footer-contact__inner__box__text__title {
    font-size: 9.8vw;
  }
}
@media screen and (max-width: 599px) {
  .footer-contact__inner__box__text__title {
    font-size: 13vw;
    text-align: center;
  }
}
.footer-contact__inner__box__text__text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer-contact__inner__box__text__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer-contact__inner__box__text__text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}
.footer-contact__inner__box__text__text__title {
  margin-right: 40px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer-contact__inner__box__text__text__title {
    margin-right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .footer-contact__inner__box__text__text__title {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }
}
.footer-contact__inner__box .btn-box {
  width: 240px;
}
@media screen and (max-width: 900px) {
  .footer-contact__inner__box .btn-box {
    width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .footer-contact__inner__box .btn-box {
    margin: 25px auto 0;
  }
}

.footer {
  padding: 80px 200px 26vw 100px;
  background-color: #000;
  background-image: url(../img/common/footer_bg.svg);
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: 50% 101%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding: 80px 80px 26vw 60px;
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 50px 50px 28vw 50px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 40px 28vw 40px;
    background-size: 98% auto;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 35px 32px 30vw;
    flex-wrap: wrap;
  }
}
.footer__logo {
  width: 170px;
}
@media screen and (max-width: 1600px) {
  .footer__logo {
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  .footer__logo {
    width: 100px;
  }
}
.footer__logo__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__logo__link:hover {
    transform: translateY(3px);
  }
}
.footer__inner {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .footer__inner {
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer__inner__nav {
  width: 140px;
}
.footer__inner__nav__item {
  margin-top: 17px;
}
@media screen and (max-width: 900px) {
  .footer__inner__nav__item {
    margin-top: 12px;
  }
}
.footer__inner__nav__item:first-child {
  margin-top: 0;
}
.footer__inner__nav__item:last-child {
  margin-top: 19px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 900px) {
  .footer__inner__nav__item:last-child {
    margin-top: 14px;
    padding-top: 12px;
  }
}
.footer__inner__nav__item__link {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 900px) {
  .footer__inner__nav__item__link {
    font-size: 15px;
  }
}
.footer__inner__nav__item__link:hover {
  color: #b1e72e;
  transform: translateX(5px);
}
.footer__inner__hard {
  display: block;
}
@media screen and (max-width: 599px) {
  .footer__inner__hard {
    margin-top: 25px;
    width: 100%;
  }
}
.footer__inner__hard__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .footer__inner__hard__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__hard__title {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
.footer__inner__hard__text {
  font-size: 15px;
  line-height: 1.85;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .footer__inner__hard__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__hard__text br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .footer__inner__hard__text {
    font-size: 13px;
  }
}

.footer-copyright {
  display: none;
}
@media screen and (max-width: 1100px) {
  .footer-copyright {
    width: 100%;
    height: 50px;
    font-size: 11px;
    line-height: 50px;
    color: #000;
    letter-spacing: 0;
    font-family: "Inter", sans-serif;
    text-align: center;
    display: block;
  }
}

.pagetitle {
  padding: 210px 90px 20px;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .pagetitle {
    padding: 180px 90px 20px;
  }
}
@media screen and (max-width: 1600px) {
  .pagetitle {
    padding: 170px 70px 20px;
  }
}
@media screen and (max-height: 830px) {
  .pagetitle {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle {
    padding: 150px 60px 20px;
  }
}
@media screen and (max-height: 750px) {
  .pagetitle {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    padding: 120px 60px 20px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle {
    padding: 100px 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    padding: 100px 25px 0;
  }
}
.pagetitle__text {
  position: relative;
  z-index: 2;
}
.pagetitle__text::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 30px;
  left: -90px;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .pagetitle__text::before {
    left: -70px;
  }
}
@media screen and (max-width: 1500px) {
  .pagetitle__text::before {
    top: 27px;
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__text::before {
    left: -60px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text::before {
    top: 23px;
    left: -40px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text::before {
    top: 15px;
    left: -25px;
    background-color: #444;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle__text::before {
    top: 12px;
  }
}
.pagetitle__text::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 77px;
  right: -90px;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .pagetitle__text::after {
    right: -70px;
  }
}
@media screen and (max-width: 1500px) {
  .pagetitle__text::after {
    top: 69px;
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__text::after {
    right: -60px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text::after {
    top: 60px;
    right: -40px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text::after {
    top: 38px;
    right: -25px;
    background-color: #444;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle__text::after {
    top: 34px;
  }
}
.pagetitle__text.fadein::before {
  transition-delay: 1.6s;
}
.pagetitle__text.fadein::after {
  transition-delay: 1.6s;
}
.pagetitle__text.fadein--on::before {
  width: calc(100% + 180px);
}
@media screen and (max-width: 1600px) {
  .pagetitle__text.fadein--on::before {
    width: calc(100% + 140px);
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__text.fadein--on::before {
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text.fadein--on::before {
    width: calc(100% + 80px);
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text.fadein--on::before {
    width: calc(100% + 50px);
  }
}
.pagetitle__text.fadein--on::after {
  width: calc(100% + 180px);
}
@media screen and (max-width: 1600px) {
  .pagetitle__text.fadein--on::after {
    width: calc(100% + 140px);
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__text.fadein--on::after {
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text.fadein--on::after {
    width: calc(100% + 80px);
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text.fadein--on::after {
    width: calc(100% + 50px);
  }
}
.pagetitle__text__inner {
  font-size: 90px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
  .pagetitle__text__inner {
    font-size: 80px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text__inner {
    font-size: 70px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__inner {
    font-size: 45px;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle__text__inner {
    font-size: 38px;
  }
}
.pagetitle__text__inner--w1300 {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
.pagetitle__text__inner.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
}
.pagetitle__text__inner.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.pagetitle__text__jp {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1500px) {
  .pagetitle__text__jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text__jp {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__jp {
    margin-top: 10px;
    font-size: 13px;
  }
}

.pagetitle02 {
  margin-top: -10px;
  margin-left: 90px;
  margin-bottom: 350px;
  font-size: 52px;
  line-height: 1;
  color: #cf1225;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1600px) {
  .pagetitle02 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle02 {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle02 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle02 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.pagetitle02.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .pagetitle02.fadein {
    transition-delay: 0s;
  }
}
.pagetitle02.fadein--on {
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 1300px) {
  .pagetitle02 br {
    display: none;
  }
}
.pagetitle02--number {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .pagetitle02--number {
    padding-left: 110px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle02--number {
    padding-left: 90px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle02--number {
    padding-left: 60px;
  }
}
.pagetitle02__jp {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #cf1225;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 900px) {
  .pagetitle02__jp {
    margin-top: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle02__jp {
    margin-top: 5px;
    font-size: 13px;
  }
}
.pagetitle02__number {
  font-size: 230px;
  line-height: 1;
  color: #e9e9e9;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: absolute;
  top: 45px;
  right: 40px;
}
@media screen and (max-width: 1600px) {
  .pagetitle02__number {
    font-size: 210px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle02__number {
    font-size: 96px;
    position: absolute;
    top: -26px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle02__number {
    font-size: 80px;
    top: -23px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle02__number {
    font-size: 54px;
    top: -16px;
    left: 0;
  }
}

.title-line {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.title-line::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-line {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 19px;
  }
  .title-line::before {
    width: 160px;
    height: 2px;
    bottom: -3px;
  }
}
@media screen and (max-width: 599px) {
  .title-line {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .title-line::before {
    width: 120px;
    height: 1px;
    bottom: -1px;
  }
}

.title-line02 {
  margin-bottom: 30px;
  padding-bottom: 16px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.title-line02::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 5px solid #b1e72e;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-line02 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    padding-left: 30px;
    font-size: 19px;
  }
  .title-line02::before {
    width: 16px;
    height: 16px;
    border: 5px solid #b1e72e;
    top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .title-line02 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 16px;
  }
  .title-line02::before {
    width: 15px;
    height: 15px;
    border: 5px solid #b1e72e;
    top: 3px;
  }
}

.title-obi {
  margin-bottom: 30px;
  padding: 13px 30px 14px;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: #eef3ee;
  position: relative;
}
.title-obi::before {
  content: "";
  width: 18px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .title-obi {
    margin-bottom: 20px;
    padding: 12px 26px 13px;
    font-size: 15px;
  }
  .title-obi::before {
    width: 16px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 15px;
    padding: 10px 22px 11px;
    font-size: 14px;
  }
  .title-obi::before {
    width: 14px;
    height: 2px;
  }
}
.title-obi--black {
  color: #fff;
  background-color: #000;
}
.title-obi--black::before {
  height: 2px;
  background-color: #b1e72e;
  transform: translateY(-50%);
}

.title-circle {
  margin-bottom: 20px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .title-circle {
    padding-left: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.title-circle::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #b1e72e;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .title-circle::before {
    top: 3px;
  }
}
.title-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #b1e72e;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
}
@media screen and (max-width: 599px) {
  .title-circle::after {
    top: 6px;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .breadcrumbs {
    right: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .breadcrumbs {
    right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.breadcrumbs__item {
  padding-left: 38px;
  max-width: 30em;
  font-size: 13px;
  line-height: 1.3;
  color: #cf1225;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item {
    padding-left: 20px;
    max-width: 20em;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item {
    max-width: 12em;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumbs__item {
    max-width: 10em;
    font-size: 10px;
  }
}
.breadcrumbs__item::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: rgba(207, 18, 37, 0.8);
  position: absolute;
  top: 8px;
  left: 10px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item::before {
    width: 10px;
    top: 7px;
    left: 5px;
  }
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item__link {
  color: #cf1225;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link:hover {
    color: #b1e72e;
  }
}

.subnav {
  width: 370px;
  position: fixed;
  bottom: 70px;
  left: 190px;
}
@media screen and (max-width: 1600px) {
  .subnav {
    bottom: 50px;
    left: 170px;
  }
}
@media screen and (max-height: 830px) {
  .subnav {
    bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .subnav {
    margin-left: 0;
    padding-bottom: 0;
    width: calc(100% - 120px);
    position: absolute;
    bottom: auto;
    top: 30px;
    left: 60px;
  }
}
@media screen and (max-width: 900px) {
  .subnav {
    top: 20px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 599px) {
  .subnav {
    top: 15px;
    left: 25px;
    width: calc(100% - 50px);
  }
}
.subnav__list {
  transition-delay: 1s;
}
@media screen and (max-width: 1300px) {
  .subnav__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .subnav__list {
    display: block;
    text-align: left;
    transition-delay: 0.2s;
  }
}
.subnav__list__item {
  margin-top: 13px;
}
.subnav__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .subnav__list__item {
    margin-top: 0;
    margin-left: 30px;
  }
  .subnav__list__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .subnav__list__item {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
    min-width: 25%;
    display: inline-block;
  }
  .subnav__list__item:first-child {
    margin-top: 10px;
  }
}
.subnav__list__item__link {
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1300px) {
  .subnav__list__item__link {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .subnav__list__item__link {
    font-size: 14px;
  }
}
.subnav__list__item__link.arrow {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .subnav__list__item__link.arrow {
    padding-left: 20px;
  }
}
.subnav__list__item__link.arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #cf1225;
  background-image: url(../img/common/arrow-mini_white.svg);
  background-size: 5px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .subnav__list__item__link.arrow:hover::before {
    background-color: #b1e72e;
  }
}
.subnav__list__item__link.now {
  color: #cf1225;
}
.subnav__list__item__link .number {
  margin-right: 15px;
  color: #cf1225;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .subnav__list__item__link .number {
    margin-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .subnav__list__item__link .number {
    margin-right: 7px;
    font-size: 15px;
    vertical-align: -5%;
  }
}
@media screen and (min-width: 1025px) {
  .subnav__list__item__link:hover {
    color: #cf1225;
    transform: translateX(5px);
  }
  .subnav__list__item__link:hover .number {
    color: #000;
  }
}

.btn-box {
  padding-right: 4%;
  width: 240px;
  height: 60px;
  font-size: 14px;
  line-height: 58px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center !important;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.btn-box::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #000;
  background-image: url(../img/common/arrow01_white.svg);
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 9px auto;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 16px);
  right: 13px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn-box {
    height: 50px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
  }
  .btn-box::before {
    width: 26px;
    height: 26px;
    background-size: 8px auto;
    top: calc(50% - 13px);
    right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-box:hover {
    background-color: #b1e72e;
    border-color: #b1e72e;
    transform: translateX(5px);
  }
}
.btn-box--back {
  padding-right: 0;
  padding-left: 2%;
}
.btn-box--back::before {
  right: auto;
  left: 13px;
  transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  .btn-box--back::before {
    left: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-box--back:hover {
    transform: translateX(-5px);
  }
}
.btn-box--ghost {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-box--ghost::before {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/common/arrow01_black.svg);
}
@media screen and (min-width: 1025px) {
  .btn-box--ghost:hover {
    color: #000;
    background-color: #b1e72e;
    border-color: #b1e72e;
    border: 1px solid #b1e72e;
  }
  .btn-box--ghost:hover::before {
    background-color: #000;
    background-image: url(../img/common/arrow01_white.svg);
  }
}
.btn-box--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-box--black::before {
  background-color: #fff;
  background-image: url(../img/common/arrow01_black.svg);
}
@media screen and (min-width: 1025px) {
  .btn-box--black:hover {
    color: #000;
    background-color: #b1e72e;
    border-color: #b1e72e;
  }
  .btn-box--black:hover::before {
    background-color: #000;
    background-image: url(../img/common/arrow01_white.svg);
  }
}

.btn-ib {
  padding: 19px 75px 20px 60px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.btn-ib::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #000;
  background-image: url(../img/common/arrow01_white.svg);
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 9px auto;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 16px);
  right: 13px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn-ib {
    padding: 14px 55px 16px 40px;
    font-size: 14px;
    border-radius: 25px;
  }
  .btn-ib::before {
    width: 26px;
    height: 26px;
    background-size: 8px auto;
    top: calc(50% - 13px);
    right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-ib:hover {
    background-color: #b1e72e;
    border-color: #b1e72e;
    transform: translateX(5px);
  }
}
.btn-ib--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-ib--black::before {
  background-color: #fff;
  background-image: url(../img/common/arrow01_black.svg);
}
@media screen and (min-width: 1025px) {
  .btn-ib--black:hover {
    color: #000;
    background-color: #b1e72e;
    border-color: #b1e72e;
  }
  .btn-ib--black:hover::before {
    background-color: #000;
    background-image: url(../img/common/arrow01_white.svg);
  }
}

.text-link {
  color: #cf1225;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .text-link:hover {
    text-decoration: none;
  }
}
.text-link.green {
  color: #260;
}

.pager {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .pager {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .pager {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 20px;
  }
}
.pager__item {
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .pager__item {
    margin: 0 2px;
  }
}
.pager__item:first-child {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 599px) {
  .pager__item:first-child {
    margin: 0 2px 0 0;
  }
}
.pager__item:first-child .pager__item__link {
  background-color: #e9e9e9;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21.8% auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .pager__item:first-child .pager__item__link:hover {
    background-color: #b1e72e;
    transform: scale(1.1) rotate(180deg);
  }
}
.pager__item:last-child {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 599px) {
  .pager__item:last-child {
    margin: 0 0 0 2px;
  }
}
.pager__item:last-child .pager__item__link {
  background-color: #e9e9e9;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21.8% auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media screen and (min-width: 1025px) {
  .pager__item:last-child .pager__item__link:hover {
    background-color: #b1e72e;
    transform: scale(1.1);
  }
}
.pager__item__link {
  width: 46px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    background-color: #b1e72e;
    transform: scale(1.1);
  }
}
.pager__item__link.now {
  color: #fff;
  background-color: #000;
}

.tel-link {
  color: #000;
  text-decoration: none;
  cursor: auto;
}

.text-base {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    line-height: 1.7;
  }
}

.text-small {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .text-small {
    font-size: 13px;
    line-height: 1.65;
  }
}

.copy-bold {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.8;
  color: #590;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .copy-bold {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .copy-bold {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.copy-mincho {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.8;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .copy-mincho {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.file-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .file-list__item {
    margin-top: 5px;
  }
}
.file-list__item:first-child {
  margin-top: 0;
}
.file-list__item__link {
  padding: 30px 90px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  background-color: #eef3ee;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 25px 50%;
}
@media screen and (max-width: 900px) {
  .file-list__item__link {
    padding: 25px 70px;
    background-size: 30px;
    background-position: 20px 50%;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__link {
    padding: 20px 60px 20px 50px;
    font-size: 14px;
    background-size: 24px;
    background-position: 13px 50%;
  }
}
.file-list__item__link::before {
  content: "";
  width: 46px;
  height: 46px;
  background-color: #fff;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 24% auto;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .file-list__item__link::before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__link::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .file-list__item__link:hover {
    background-color: #b1e72e;
    transform: translateX(5px);
  }
  .file-list__item__link:hover::before {
    background-color: #000;
    background-image: url(../img/common/arrow01_white.svg);
  }
}
.file-list__item__link.pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.file-list__item__link.word {
  background-image: url(../img/common/icon_word.svg);
}
.file-list__item__link.xls {
  background-image: url(../img/common/icon_xls.svg);
}

.list-box {
  padding: 35px 40px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 900px) {
  .list-box {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .list-box {
    padding: 24px 25px 25px;
  }
}

.list-base__item {
  margin-top: 10px;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  position: relative;
}
.list-base__item:first-child {
  margin-top: 0;
}
.list-base__item::before {
  content: "";
  width: 10px;
  height: 5px;
  background-color: #b1e72e;
  border: 1px solid #3a0;
  position: absolute;
  top: 8px;
  left: 0;
}
.list-base__item::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3a0;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .list-base__item {
    padding-left: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .list-base__item {
    margin-top: 8px;
    padding-left: 18px;
    font-size: 14px;
  }
  .list-base__item::before {
    width: 8px;
    height: 4px;
  }
  .list-base__item::after {
    width: 4px;
    height: 4px;
  }
}

.list-number__item {
  margin-top: 10px;
  padding-left: 0.6em;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-indent: -1.1em;
  text-align: left;
  position: relative;
}
.list-number__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-number__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .list-number__item {
    margin-top: 8px;
    font-size: 14px;
  }
}

.list-simple {
  margin-left: -1em;
}
.list-simple__item {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-indent: -1em;
  text-align: left;
  position: relative;
}
.list-simple__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-simple__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .list-simple__item {
    margin-top: 8px;
    font-size: 14px;
  }
}

.list-small__item {
  margin-top: 10px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.3;
  color: #260;
  position: relative;
}
.list-small__item:first-child {
  margin-top: 0;
}
.list-small__item::before {
  content: "";
  width: 10px;
  height: 5px;
  background-color: #b1e72e;
  border: 1px solid #77c311;
  position: absolute;
  top: 6px;
  left: 0;
}
.list-small__item::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #77c311;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .list-small__item {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 13px;
  }
  .list-small__item::before {
    width: 10px;
    height: 5px;
    top: 6px;
  }
  .list-small__item::after {
    width: 5px;
    height: 5px;
    top: 6px;
  }
}

.table-base {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
  vertical-align: baseline;
}
.table-base thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #b1e72e;
  border: 1px solid #bbb;
}
@media screen and (max-width: 1024px) {
  .table-base thead th {
    padding: 7px 2px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .table-base thead th {
    padding: 6px;
    font-size: 12px;
  }
}
.table-base tbody th,
.table-base tbody td {
  padding: 20px 15px 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  border: 1px solid #bbb;
  vertical-align: middle;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .table-base tbody th,
  .table-base tbody td {
    padding: 15px 15px 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .table-base tbody th,
  .table-base tbody td {
    padding: 11px 10px 10px;
    font-size: 12px;
  }
}
.table-base tbody th {
  text-align: center;
  vertical-align: middle;
  background-color: #eef3ee;
}

/*--------------------------------------------------------
_wysiwyg
----------------------------------------------------------*/
.wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2;
  text-align: left;
  /*各テンプレートを囲むbox【必須】*/
  /*本文テキスト・写真回り込み処理*/
  /*背景ありの処理*/
  /*ボタン*/
  /*写真の処理*/
  /*youtube*/
  /*区切り線*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 900px) {
  .wysiwyg {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg {
    line-height: 1.9;
  }
}
.wysiwyg a:not([class]) {
  color: #cf1225;
  text-decoration: underline;
}
.wysiwyg a:not([class]):hover {
  text-decoration: none;
}
.wysiwyg img:not([class]) {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .box {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box {
    margin-bottom: 30px;
  }
}
.wysiwyg .box .title-line, .wysiwyg .box .title-line02, .wysiwyg .box .title-obi {
  margin-bottom: -20px;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box .title-line, .wysiwyg .box .title-line02, .wysiwyg .box .title-obi {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box .title-line, .wysiwyg .box .title-line02, .wysiwyg .box .title-obi {
    margin-bottom: -15px;
  }
}
.wysiwyg .box .copy-mincho, .wysiwyg .box .copy-bold {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box .copy-mincho, .wysiwyg .box .copy-bold {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box .copy-mincho, .wysiwyg .box .copy-bold {
    margin-bottom: -20px;
  }
}
.wysiwyg .box .title-circle {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box .title-circle {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box .title-circle {
    margin-bottom: -18px;
  }
}
.wysiwyg .text {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .wysiwyg .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .text {
    line-height: 1.9;
  }
}
.wysiwyg .text--mincho {
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 400;
}
.wysiwyg .img-right {
  margin: 7px 0 20px 40px;
  width: auto;
  max-width: 32%;
  float: right;
}
@media screen and (max-width: 900px) {
  .wysiwyg .img-right {
    margin: 7px 0 15px 30px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-right img {
    display: block;
    margin: 0 auto;
  }
}
.wysiwyg .img-left {
  margin: 7px 40px 20px 0;
  width: auto;
  max-width: 32%;
  float: left;
}
@media screen and (max-width: 900px) {
  .wysiwyg .img-left {
    margin: 7px 30px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-left img {
    display: block;
    margin: 0 auto;
  }
}
.wysiwyg .box-gray {
  padding: 35px 40px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box-gray {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box-gray {
    padding: 24px 25px 25px;
  }
}
.wysiwyg .box-green {
  padding: 35px 40px;
  background-color: #eef3ee;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box-green {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box-green {
    padding: 24px 25px 25px;
  }
}
.wysiwyg .box-red {
  padding: 35px 40px;
  background-color: #ffeef3;
}
@media screen and (max-width: 900px) {
  .wysiwyg .box-red {
    padding: 31px 35px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .box-red {
    padding: 24px 25px 25px;
  }
}
.wysiwyg .btn-wrapper {
  text-align: center;
}
.wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wysiwyg .photo-3::after {
  content: none;
}
.wysiwyg .photo-3 li {
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-3 li {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-3 li img {
    display: block;
    margin: 0 auto;
  }
}
.wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wysiwyg .photo-2::after {
  content: none;
}
.wysiwyg .photo-2 li {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-2 li {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-2 li:first-child {
    margin-top: 0;
  }
}
.wysiwyg .photo-2 li img {
  width: 100%;
}
.wysiwyg .photo-1 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .photo-1 img {
  width: 100%;
}
.wysiwyg .caption {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.3e;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .wysiwyg .caption {
    margin-top: 5px;
    font-size: 13px;
  }
}
.wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wysiwyg .line {
  border-top: 1px solid #ccc;
}
.wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.wysiwyg h1:not([class]) {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h2:not([class]) {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.wysiwyg h3:not([class]) {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h4:not([class]) {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h5:not([class]) {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h6:not([class]) {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg ul:not([class]) {
  padding-left: 40px;
  list-style-type: disc;
}
.wysiwyg ol:not([class]) {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.wysiwyg blockquote {
  padding-left: 1em;
}
.wysiwyg table:not([class]) {
  font-size: 100%;
  border-collapse: collapse;
}
.wysiwyg hr {
  display: block;
}
.wysiwyg em {
  font-style: italic !important;
}
.wysiwyg strong {
  font-weight: bold !important;
}
.wysiwyg em strong, .wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -50px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  background-image: url(../img/common/slider_arrow.svg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: 46% 50%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #eef3ee;
  }
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: blackscale;
}
*/
.slick-prev {
  left: 0;
}

.slick-next {
  left: 32px;
  transform: rotate(180deg);
}

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

.slick-dots {
  position: absolute;
  bottom: -39px;
  left: 95px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #000;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    background-color: #000;
  }
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 0.6s;
  transform: translateY(50px);
  filter: blur(6px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 0.6s;
  filter: blur(6px);
}
.inview-alpha.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 0.4s;
}

.delay03 {
  transition-delay: 0.6s;
}

.delay04 {
  transition-delay: 0.8s;
}

.delay05 {
  transition-delay: 1s;
}

.delay06 {
  transition-delay: 1.2s;
}

.delay07 {
  transition-delay: 1.4s;
}

.delay08 {
  transition-delay: 1.6s;
}

.delay09 {
  transition-delay: 1.8s;
}

.delay10 {
  transition-delay: 2s;
}

.delay11 {
  transition-delay: 2.2s;
}

.delay12 {
  transition-delay: 2.4s;
}

.delay13 {
  transition-delay: 2.6s;
}

.delay14 {
  transition-delay: 2.8s;
}

.delay15 {
  transition-delay: 3s;
}

.delay16 {
  transition-delay: 3.2s;
}

.delay17 {
  transition-delay: 3.4s;
}

.delay18 {
  transition-delay: 3.6s;
}

.delay19 {
  transition-delay: 3.8s;
}

.delay20 {
  transition-delay: 4s;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 700px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.top-main {
  width: 100%;
  max-height: 100vh;
  position: relative;
  opacity: 0;
  transition: 1.2s;
  /*
  &amp;::before{
      content: "";
      width: 0;
      height: 1px;
      background-color: rgba( #fff, 0.5 );
      position: absolute;
      left: 0;
      top: calc( 50% - 37px );
      transition: 0.4s;
      @include mq(w1600){
          top: calc( 50% - 2.3125vw );
      }
      @include mq(w1100){
          top: calc( 50% - 2.3125vw - 3vw );
      }
      @include mq(tb02){
          top: calc( 50% - 2.3125vw - 6vw );
      }
      @include mq(sp){
          top: calc( 50% - 17.1vw );
      }
  }
  &amp;::after{
      content: "";
      width: 0;
      height: 1px;
      background-color: rgba( #fff, 0.5 );
      position: absolute;
      right: 0;
      top: calc( 50% + 37px );
      transition: 0.4s;
      @include mq(w1600){
          top: calc( 50% + 2.3125vw );
      }
      @include mq(w1100){
          top: calc( 50% + 2.3125vw - 3vw );
      }
      @include mq(tb02){
          top: calc( 50% + 2.3125vw - 6vw );
      }
      @include mq(sp){
          top: calc( 50% - 10vw );
      }
  }
  &amp;.fadein{
      &amp;::before{
          transition-delay: 2.2s;
      }
      &amp;::after{
          transition-delay: 2.2s;
      }
  }
  */
}
.top-main.fadein--on {
  opacity: 1;
  /*
  &amp;::before{
      width: 100%;
  }
  &amp;::after{
      width: 100%;
  }
  */
}
.top-main__padding {
  padding-top: 59.34%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-main__padding {
    padding-top: 80%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__padding {
    padding-top: 160%;
  }
}
.top-main__movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.top-main__movie::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(68, 85, 102, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
}
.top-main__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.top-main__name {
  width: 300px;
  position: absolute;
  left: 3.34vw;
  top: calc(50% - 180px);
}
@media screen and (max-width: 1600px) {
  .top-main__name {
    width: 18.75vw;
    top: calc(50% - 11.25vw);
  }
}
@media screen and (max-width: 1100px) {
  .top-main__name {
    width: 18.75vw;
    top: calc(50% - 11.25vw - 3vw);
  }
}
@media screen and (max-width: 900px) {
  .top-main__name {
    display: none;
  }
}
.top-main__name.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.top-main__name.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.top-main__copy {
  width: 824px;
  position: absolute;
  left: 3.3vw;
  top: calc(50% - 67px);
}
@media screen and (max-width: 1600px) {
  .top-main__copy {
    width: 51.5vw;
    top: calc(50% - 4.1875vw);
  }
}
@media screen and (max-width: 1100px) {
  .top-main__copy {
    top: calc(50% - 4.1875vw - 3vw);
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy {
    top: calc(50% - 4.1875vw - 6vw);
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    width: 80vw;
    left: 5vw;
    top: calc(50% - 20vw);
  }
}
.top-main__copy.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.top-main__copy.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.top-main__logo {
  width: 500px;
  position: absolute;
  left: 3.3vw;
  top: calc(50% - 190px);
}
@media screen and (max-width: 1600px) {
  .top-main__logo {
    width: 31.25vw;
    top: calc(50% - 11.875vw);
  }
}
@media screen and (max-width: 1100px) {
  .top-main__logo {
    top: calc(50% - 11.875vw - 2vw);
  }
}
@media screen and (max-width: 900px) {
  .top-main__logo {
    width: 38vw;
    top: calc(50% - 11.875vw - 7vw);
  }
}
@media screen and (max-width: 599px) {
  .top-main__logo {
    width: 60vw;
    left: 5vw;
    top: calc(50% - 30vw);
  }
}
.top-main__logo.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.top-main__logo.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.top-main__lead {
  position: absolute;
  left: 3.4vw;
  top: calc(50% + 3vw);
}
@media screen and (max-width: 1600px) {
  .top-main__lead {
    top: calc(50% + 4vw);
  }
}
@media screen and (max-width: 1400px) {
  .top-main__lead {
    top: calc(50% + 4vw);
  }
}
@media screen and (max-width: 1100px) {
  .top-main__lead {
    font-size: 15px;
    top: calc(50% + 5vw - 3vw);
  }
}
@media screen and (max-width: 900px) {
  .top-main__lead {
    font-size: 14px;
    top: calc(50% + 5vw - 5vw);
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead {
    left: 5vw;
    line-height: 1.97;
    top: calc(50% - 1vw);
  }
}
.top-main__lead.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.top-main__lead.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.top-main__lead__en {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-main__lead__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .top-main__lead__en {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__lead__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__en {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
  }
}
.top-main__scroll {
  margin: 0 auto;
  padding-bottom: 170px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-main__scroll {
    padding-bottom: 10.625vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__scroll {
    font-size: 13px;
    padding-bottom: 9vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__scroll {
    font-size: 12px;
    padding-bottom: 14vw;
  }
}
.top-main__scroll.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.top-main__scroll.fadein--on {
  opacity: 1;
  filter: blur(0);
}
.top-main__scroll::before {
  content: "";
  margin: 0 auto;
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .top-main__scroll::before {
    height: 10vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__scroll::before {
    height: 8vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__scroll::before {
    height: 12vw;
  }
}
.top-main__scroll::after {
  content: "";
  margin: 0 auto;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-main__scroll::after {
    height: 3.125vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__scroll::after {
    height: 3vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__scroll::after {
    height: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top-main__scroll:hover::after {
    bottom: 110px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .top-main__scroll:hover::after {
    bottom: 6.875vw;
  }
}

.top-about {
  padding: 120px 0 150px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .top-about {
    padding: 100px 50px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about {
    padding: 80px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-about {
    padding: 70px 50px 80px;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .top-about {
    padding: 40px 25px 60px;
  }
}
.top-about__lead {
  padding: 10px 50px;
  width: 52%;
  position: sticky;
  top: 100px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-about__lead {
    padding: 10px 80px 10px 50px;
    width: 44%;
  }
}
@media screen and (max-width: 1400px) {
  .top-about__lead {
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    width: 100%;
    position: relative;
    top: auto;
  }
}
.top-about__lead__title {
  margin-bottom: 45px;
  font-size: 120px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1600px) {
  .top-about__lead__title {
    margin-bottom: 30px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__lead__title {
    margin-bottom: 25px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__lead__title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.top-about__lead__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-about__lead__title__jp {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__lead__title__jp {
    font-size: 14px;
  }
}
.top-about__lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1400px) {
  .top-about__lead__inner {
    max-width: 100%;
  }
}
.top-about__lead__inner__copy {
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .top-about__lead__inner__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .top-about__lead__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__lead__inner__copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__lead__inner__copy {
    font-size: 5vw;
  }
}
.top-about__lead__inner__copy .ml {
  margin-left: -0.6em;
}
.top-about__lead__inner__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .top-about__lead__inner__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .top-about__lead__inner__text {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__lead__inner__text {
    margin-top: 15px;
    font-size: 15px;
  }
}
.top-about__lead__inner__btn {
  margin-top: 45px;
  padding-right: 20px;
  width: 310px;
  height: 100px;
  font-size: 15px;
  line-height: 100px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  background-image: url(../img/common/arrow02_white.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 40px top 50%;
  border-radius: 50px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-about__lead__inner__btn {
    margin-top: 25px;
    padding-right: 20px;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-size: 14px auto;
    background-position: right 30px top 50%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__lead__inner__btn {
    margin-top: 25px;
    padding-right: 10px;
    width: 260px;
    height: 60px;
    line-height: 60px;
    background-size: 10px auto;
    background-position: right 25px top 50%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__lead__inner__btn {
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-about__lead__inner__btn:hover {
    color: #000;
    background-color: #b1e72e;
    background-image: url(../img/common/arrow02_black.svg);
  }
}
.top-about__photos {
  width: 48%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .top-about__photos {
    width: 56%;
  }
}
@media screen and (max-width: 1400px) {
  .top-about__photos {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
}
.top-about__photos__item {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .top-about__photos__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item {
    margin-top: 50px;
  }
}
.top-about__photos__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .top-about__photos__item:first-child {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .top-about__photos__item:first-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item:first-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item:first-child {
    margin-top: 50px;
  }
}
.top-about__photos__item__photo {
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__photo {
    margin: 0 -25px;
  }
}
.top-about__photos__item__photo__number {
  font-size: 18vw;
  line-height: 1;
  color: #e9e9e9;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: absolute;
  top: -2.5vw;
  left: -19vw;
}
@media screen and (max-width: 1400px) {
  .top-about__photos__item__photo__number {
    font-size: 12vw;
    top: auto;
    left: auto;
    right: -0.5vw;
    bottom: -12.5vw;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__photo__number {
    font-size: 18vw;
    right: -0.5vw;
    bottom: -18.5vw;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__photo__number {
    font-size: 40vw;
    right: 1vw;
    bottom: -40vw;
    color: #f3f3f3;
  }
}
.top-about__photos__item__inner {
  padding-left: 300px;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-about__photos__item__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__inner {
    padding: 0;
  }
}
.top-about__photos__item__inner__title {
  margin-top: -40px;
  font-size: 70px;
  line-height: 1;
  color: #cf1225;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__inner__title {
    margin-top: -33px;
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__inner__title {
    margin-top: -27px;
    font-size: 50px;
  }
}
.top-about__photos__item__inner__title__jp {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__inner__title__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__inner__title__jp {
    font-size: 14px;
  }
}
.top-about__photos__item__inner__text {
  margin-top: 35px;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.75;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-about__photos__item__inner__text {
    max-width: 500px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__inner__text {
    margin-top: 25px;
    margin-right: 16vw;
    max-width: 100%;
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__inner__text {
    margin-top: 15px;
    margin-right: 0;
    line-height: 1.9;
  }
}
.top-about__photos__item__inner__text .btn-box {
  position: absolute;
  left: -300px;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .top-about__photos__item__inner__text .btn-box {
    margin-top: 25px;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 900px) {
  .top-about__photos__item__inner__text .btn-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__photos__item__inner__text .btn-box {
    margin: 15px auto 0;
  }
}

.top-topics {
  padding: 0 0 120px;
  background-color: #eef3ee;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-topics {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics {
    padding-bottom: 50px;
  }
}
.top-topics::before {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .top-topics::before {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics::before {
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics::before {
    height: 30px;
  }
}
.top-topics__title {
  margin-left: 50px;
  margin-bottom: 80px;
  font-size: 120px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-topics__title {
    margin-bottom: 60px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__title {
    margin-bottom: 50px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__title {
    margin-bottom: 20px;
    margin-left: 25px;
    font-size: 50px;
  }
}
.top-topics__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-topics__title__jp {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__title__jp {
    font-size: 14px;
  }
}
.top-topics__list {
  position: relative;
  z-index: 9;
}
.top-topics__list__item {
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  .top-topics__list__item {
    padding: 0 25px;
  }
}
.top-topics__list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-topics__list__item__link:hover .top-topics__list__item__photo img {
    transform: scale(1.1);
  }
  .top-topics__list__item__link:hover .top-topics__list__item__text::before {
    border: 1px solid #b1e72e;
    background-color: #b1e72e;
    transform: scale(1.2);
  }
}
.top-topics__list__item__photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-topics__list__item__photo::before {
  content: "";
  padding-top: 66.667%;
  display: block;
}
.top-topics__list__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.top-topics__list__item__title {
  margin-top: 20px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1;
  color: #3a0;
  font-weight: 700;
  position: relative;
}
.top-topics__list__item__title::before {
  content: "";
  width: 10px;
  height: 5px;
  border: 1px solid #b1e72e;
  position: absolute;
  top: 5px;
  left: 0;
}
.top-topics__list__item__title::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #b1e72e;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-topics__list__item__title {
    margin-top: 12px;
    padding-left: 14px;
    font-size: 13px;
  }
  .top-topics__list__item__title::before {
    width: 8px;
    height: 4px;
    top: 4px;
  }
  .top-topics__list__item__title::after {
    width: 4px;
    height: 4px;
    top: 4px;
  }
}
.top-topics__list__item__text {
  padding-right: 100px;
  margin-top: 12px;
  min-height: 50px;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  text-align: left;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-topics__list__item__text {
    padding-right: 80px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .top-topics__list__item__text {
    margin-top: 8px;
    padding-right: 70px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__list__item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__list__item__text {
    margin-top: 5px;
    font-size: 14px;
    padding-right: 45px;
    text-align: justify;
  }
}
.top-topics__list__item__text::before {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 21.8% auto;
  background-position: 50% 50%;
  position: absolute;
  top: 5px;
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .top-topics__list__item__text::before {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__list__item__text::before {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
.top-topics__list .slick-prev {
  width: 60px;
  height: 60px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  bottom: -120px;
  left: 20%;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 1300px) {
  .top-topics__list .slick-prev {
    left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__list .slick-prev {
    width: 50px;
    height: 50px;
    left: 40px;
    bottom: -100px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__list .slick-prev {
    display: none !important;
  }
}
.top-topics__list .slick-prev::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-topics__list .slick-prev:hover {
    background-color: #b1e72e;
  }
  .top-topics__list .slick-prev:hover::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}
.top-topics__list .slick-next {
  width: 60px;
  height: 60px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  bottom: -120px;
  left: calc(20% + 60px + 10px);
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 1300px) {
  .top-topics__list .slick-next {
    left: 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__list .slick-next {
    width: 50px;
    height: 50px;
    left: 95px;
    bottom: -100px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__list .slick-next {
    display: none !important;
  }
}
.top-topics__list .slick-next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-topics__list .slick-next:hover {
    background-color: #b1e72e;
  }
  .top-topics__list .slick-next:hover::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}
.top-topics__btn-wrapper {
  margin-top: 60px;
  padding-right: 8%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  .top-topics__btn-wrapper {
    padding-right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics__btn-wrapper {
    margin-top: 50px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__btn-wrapper {
    margin-top: 20px;
    padding-right: 0;
    justify-content: center;
  }
}
.top-topics__btn-wrapper .btn-box {
  padding-right: 1%;
}

.top-news {
  padding: 120px 120px 150px 50px;
}
@media screen and (max-width: 1600px) {
  .top-news {
    padding: 120px 50px 150px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .top-news {
    padding: 100px 50px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .top-news {
    padding: 80px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 70px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 25px 60px;
  }
}
.top-news__title {
  font-size: 120px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-news__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .top-news__title {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__title {
    margin-bottom: 40px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.top-news__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-news__title__jp {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__title__jp {
    font-size: 14px;
  }
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-news__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    flex-wrap: wrap;
  }
}
.top-news__inner .news-list {
  width: calc(100% - 330px);
}
@media screen and (max-width: 1400px) {
  .top-news__inner .news-list {
    width: 100%;
  }
}
.top-news__inner__btn {
  padding-top: 80px;
  width: 330px;
}
@media screen and (max-width: 1400px) {
  .top-news__inner__btn {
    margin: 50px auto 0;
    width: 220px;
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__btn {
    margin-top: 25px;
  }
}

.top-application {
  padding: 120px 110px 120px 50px;
  background-image: url(../img/top/application_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .top-application {
    padding: 120px 110px 120px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .top-application {
    padding: 100px 50px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .top-application {
    padding: 80px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-application {
    padding: 70px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-application {
    padding: 40px 25px 50px;
  }
}
.top-application__inner {
  width: 42%;
}
@media screen and (max-width: 1400px) {
  .top-application__inner {
    width: 100%;
  }
}
.top-application__inner__title {
  margin-bottom: 80px;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .top-application__inner__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .top-application__inner__title {
    margin-bottom: 40px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .top-application__inner__title {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .top-application__inner__title {
    margin-bottom: 30px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__inner__title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.top-application__inner__title__jp {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-application__inner__title__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-application__inner__title__jp {
    margin-top: 10px;
    font-size: 14px;
  }
}
.top-application__inner__copy {
  width: 100%;
  max-width: 460px;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) {
  .top-application__inner__copy {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__inner__copy {
    font-size: 16px;
  }
  .top-application__inner__copy br {
    display: none;
  }
}
.top-application__inner__text {
  margin-top: 35px;
  margin-bottom: 60px;
  max-width: 460px;
  font-size: 19px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1600px) {
  .top-application__inner__text {
    margin-top: 25px;
    margin-bottom: 40px;
    max-width: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .top-application__inner__text {
    margin: 15px auto 35px;
    width: 100%;
    max-width: 900px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .top-application__inner__text {
    margin: 15px auto 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__inner__text {
    margin: 9px auto 20px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1400px) {
  .top-application__inner__btn {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__inner__btn a {
    margin: 0 auto;
  }
}
.top-application__list {
  padding: 2vw 0 0;
  width: 58%;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-application__list {
    width: 55%;
  }
}
@media screen and (max-width: 1400px) {
  .top-application__list {
    margin: 20px auto 0;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (max-width: 1024px) {
  .top-application__list {
    max-width: calc(100% - 160px);
  }
}
@media screen and (max-width: 900px) {
  .top-application__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-application__list {
    margin: 20px -25px 0;
    width: auto;
    max-width: 100vw;
  }
}
.top-application__list div {
  line-height: 0.1;
}
.top-application__list__item {
  padding-bottom: 7.5vw;
  transition: 0.5s;
}
.top-application__list__item__link {
  margin: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .top-application__list__item__link {
    margin: 0 10px;
  }
}
.top-application__list__item__link::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow02_white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transition: 0.2s;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .top-application__list__item__link::before {
    width: 14px;
    height: 14px;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__list__item__link::before {
    width: 12px;
    height: 12px;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .top-application__list__item__link:hover {
    border: 1px solid #b1e72e;
  }
  .top-application__list__item__link:hover::before {
    background-image: url(../img/common/arrow02_green.svg);
  }
  .top-application__list__item__link:hover .top-application__list__item__link__text {
    color: #b1e72e;
  }
  .top-application__list__item__link:hover img {
    transform: scale(1.1);
  }
}
.top-application__list__item__link img {
  transition: 0.2s;
}
.top-application__list__item__link__text {
  padding-right: 47px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  word-break: break-all;
  text-align: justify;
  position: absolute;
  left: 25px;
  bottom: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-application__list__item__link__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .top-application__list__item__link__text {
    font-size: 14px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-application__list__item__link__text {
    padding-right: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__list__item__link__text {
    font-size: 14px;
    left: 15px;
    bottom: 15px;
  }
}
.top-application__list__item__link__text__type {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-application__list__item__link__text__type {
    margin-bottom: 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .top-application__list__item__link__text__type {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.top-application__list .slick-center + div .top-application__list__item__link {
  transform: translateY(5vw);
}
.top-application__list div:has(+ .slick-center) .top-application__list__item__link {
  transform: translateY(7.5vw);
}
.top-application__list .slick-prev {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  top: 51%;
  left: -80px;
}
.top-application__list .slick-prev::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .top-application__list .slick-prev {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .top-application__list .slick-prev:hover {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
  }
  .top-application__list .slick-prev:hover::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}
.top-application__list .slick-next {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  top: 51%;
  right: -80px;
  left: auto;
}
@media screen and (max-width: 900px) {
  .top-application__list .slick-next {
    display: none !important;
  }
}
.top-application__list .slick-next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-application__list .slick-next:hover {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
  }
  .top-application__list .slick-next:hover::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}

.top-product {
  padding: 120px 50px 90px;
  background-color: #b1e72e;
}
@media screen and (max-width: 1600px) {
  .top-product {
    padding: 120px 50px;
  }
}
@media screen and (max-width: 1400px) {
  .top-product {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top-product {
    padding: 80px 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-product {
    padding: 60px 50px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-product {
    padding: 40px 25px 50px;
  }
}
.top-product__title {
  margin-bottom: 60px;
  font-size: 120px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .top-product__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .top-product__title {
    margin-bottom: 40px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1400px) {
  .top-product__title {
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .top-product__title {
    margin-bottom: 30px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.top-product__title__jp {
  margin-top: 10px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-product__title__jp {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-product__title__jp {
    font-size: 14px;
  }
}
.top-product__inner {
  position: relative;
}
.top-product__inner__en {
  width: calc(100% + 100px);
  line-height: 0.1;
  position: absolute;
  top: calc(50% - 10px);
  left: -50px;
  transform: translateY(-50%);
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .top-product__inner__en {
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 1800px) {
  .top-product__list {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__list {
    margin: 0 -25px;
  }
}
.top-product__list div {
  line-height: 0.1;
}
.top-product__list__item {
  padding: 30px 0.6vw 20px;
}
.top-product__list__item__link {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .top-product__list__item__link:hover {
    transform: translateY(20px);
  }
  .top-product__list__item__link:hover .top-product__list__item__link__inner {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.top-product__list__item__link__type {
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  position: absolute;
  left: -0.2em;
  top: 0;
  transform: translateY(-140%) translateX(0);
  transition: 0.5s;
  z-index: 2;
}
.top-product__list__item__link__inner {
  padding: 10% 10px 80px;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-product__list__item__link__inner {
    padding: 10% 10px 70px;
  }
}
.top-product__list__item__link__inner::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/arrow02_white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .top-product__list__item__link__inner::before {
    width: 14px;
    height: 14px;
    bottom: 15px;
    right: 15px;
  }
}
.top-product__list__item__link__inner__photo {
  position: relative;
}
.top-product__list__item__link__inner__photo .mosaic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-product__list__item__link__inner__photo .mosaic span {
  width: 12.5%;
  height: 11.1111111111%;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  transition: 0.5s;
}
.top-product__list__item__link__inner__text {
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-product__list__item__link__inner__text {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
  }
}
.top-product__list__item__link__inner__text__type {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-product__list__item__link__inner__text__type {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.top-product__list .slick-center {
  /*
  .top-product__list__item__link__inner__text{
      color: $cl-black;
  }
      */
}
.top-product__list .slick-center .top-product__list__item__link__type {
  font-size: 62px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .top-product__list .slick-center .top-product__list__item__link__type {
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-product__list .slick-center .top-product__list__item__link__type {
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__list .slick-center .top-product__list__item__link__type {
    font-size: 40px;
  }
}
.top-product__list .slick-center .top-product__list__item__link__inner {
  background-color: rgba(34, 102, 0, 0.25);
}
.top-product__list .slick-center .top-product__list__item__link__inner__text__type {
  color: #260;
}
.top-product__list .slick-center .mosaic span {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.top-product__contents {
  margin-top: 60px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .top-product__contents {
    padding-right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .top-product__contents {
    margin: 50px auto 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1300px) {
  .top-product__contents {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-product__contents {
    margin: 30px auto 0;
    max-width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .top-product__contents {
    margin: 20px auto 0;
    max-width: 750px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__contents {
    margin: 0 auto 0;
  }
}
.top-product__contents__text {
  width: 900px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1500px) {
  .top-product__contents__text {
    width: calc(100% - 360px);
    max-width: 860px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .top-product__contents__text {
    width: 100%;
    max-width: 640px;
    display: block;
  }
}
.top-product__contents__text__copy {
  width: calc(100% - 410px);
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .top-product__contents__text__copy {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .top-product__contents__text__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__contents__text__copy {
    font-size: 4.5vw;
  }
}
.top-product__contents__text__text {
  margin-top: 5px;
  width: 410px;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1500px) {
  .top-product__contents__text__text {
    margin-top: 15px;
    width: 100%;
    font-size: 18px;
  }
  .top-product__contents__text__text br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top-product__contents__text__text {
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__contents__text__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .top-product__contents__btn-wrapper {
    width: 100%;
  }
}
.top-product__contents__btn {
  padding-top: 85px;
  padding-left: 0.06em;
  width: 220px;
  height: 220px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  background-image: url(../img/common/arrow02_white.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 52% 127px;
  border-radius: 50%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-product__contents__btn:hover {
    color: #000;
    background-color: #fff;
    background-image: url(../img/common/arrow02_black.svg);
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1600px) {
  .top-product__contents__btn {
    padding: 0 20px 0 0;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-size: 14px auto;
    background-position: right 30px top 50%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1500px) {
  .top-product__contents__btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .top-product__contents__btn {
    margin-top: 140px;
  }
}
@media screen and (max-width: 900px) {
  .top-product__contents__btn {
    margin-top: 25px;
    padding-right: 10px;
    width: 260px;
    height: 60px;
    font-size: 17px;
    line-height: 58px;
    background-size: 10px auto;
    background-position: right 25px top 50%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-product__contents__btn {
    margin: 20px auto 0;
  }
}

.top-case {
  padding: 100px 100px 100px 0;
}
@media screen and (max-width: 1600px) {
  .top-case {
    padding: 0;
  }
}
.top-case__inner {
  padding: 155px 120px 0;
  width: 100%;
  height: 500px;
  color: #000;
  background-color: #eef3ee;
}
@media screen and (max-width: 1600px) {
  .top-case__inner {
    padding: 120px 80px;
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .top-case__inner {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .top-case__inner {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-case__inner {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner {
    padding: 40px 25px 50px;
  }
}
.top-case__inner__box {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .top-case__inner__box {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .top-case__inner__box {
    max-width: 700px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .top-case__inner__box {
    max-width: 100%;
  }
}
.top-case__inner__title {
  width: 650px;
  font-size: 120px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-case__inner__title {
    width: 550px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .top-case__inner__title {
    width: 500px;
    font-size: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .top-case__inner__title {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner__title {
    margin-bottom: 15px;
    font-size: 50px;
  }
}
.top-case__inner__title__jp {
  margin-top: 10px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-case__inner__title__jp {
    margin-top: 8px;
    margin-left: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner__title__jp {
    margin-left: 0;
    font-size: 14px;
  }
}
.top-case__inner__text {
  padding-top: 40px;
  width: calc(100% - 650px);
  max-width: 610px;
}
@media screen and (max-width: 1600px) {
  .top-case__inner__text {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1300px) {
  .top-case__inner__text {
    padding-top: 20px;
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1100px) {
  .top-case__inner__text {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner__text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner__text {
    padding-top: 0;
  }
}
.top-case__inner__text__text {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 599px) {
  .top-case__inner__text__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.top-case__inner__text__btn-wrapper {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .top-case__inner__text__btn-wrapper {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner__text__btn-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner__text__btn-wrapper {
    margin-top: 25px;
    text-align: center;
  }
}
.top-case__inner__text__btn-wrapper .btn-box {
  display: inline-block;
  border: none;
}

.top-links {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-links__photo {
  width: 42%;
  background-image: url(../img/top/photo.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .top-links__photo {
    width: 38%;
  }
}
@media screen and (max-width: 900px) {
  .top-links__photo {
    width: 100%;
    height: 50vw;
  }
}
.top-links__inner {
  width: 58%;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 1300px) {
  .top-links__inner {
    width: 62%;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner {
    width: 100%;
  }
}
.top-links__inner__box {
  padding: 110px 100px;
}
@media screen and (max-width: 1600px) {
  .top-links__inner__box {
    padding: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__box {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner__box {
    padding: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__box {
    padding: 40px 30px;
  }
}
.top-links__inner__box__list {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.top-links__inner__box__list__item {
  border-bottom: 1px solid #ccc;
}
.top-links__inner__box__list__item:first-child {
  border-top: 1px solid #ccc;
}
.top-links__inner__box__list__item__link {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-links__inner__box__list__item__link {
    height: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__box__list__item__link {
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__box__list__item__link {
    padding: 18px 0 25px;
    height: auto;
    flex-wrap: wrap;
  }
}
.top-links__inner__box__list__item__link::before {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../img/common/arrow01_white.svg);
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 10px auto;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-links__inner__box__list__item__link::before {
    right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__box__list__item__link::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__box__list__item__link::before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .top-links__inner__box__list__item__link:hover::before {
    background-color: #b1e72e;
    background-image: url(../img/common/arrow01_black.svg);
    border: 1px solid #b1e72e;
    transform: scale(1.4);
  }
}
.top-links__inner__box__list__item__link__en {
  width: 490px;
  font-size: 90px;
  line-height: 142px;
  color: #bbb;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  transform: 0.2s;
}
@media screen and (max-width: 1800px) {
  .top-links__inner__box__list__item__link__en {
    width: 23.4vw;
    font-size: 4.72vw;
  }
}
@media screen and (max-width: 1600px) {
  .top-links__inner__box__list__item__link__en {
    line-height: 122px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__box__list__item__link__en {
    width: 22vw;
    line-height: 93px;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner__box__list__item__link__en {
    width: 32vw;
    font-size: 6.4vw;
    line-height: 93px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__box__list__item__link__en {
    width: 100%;
    font-size: 12vw;
    line-height: 1;
  }
}
.top-links__inner__box__list__item__link__jp {
  width: calc(100% - 500px);
  font-size: 18px;
  line-height: 150px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transform: 0.2s;
}
@media screen and (max-width: 1800px) {
  .top-links__inner__box__list__item__link__jp {
    font-size: 17px;
    width: calc(100% - 23.4vw);
  }
}
@media screen and (max-width: 1600px) {
  .top-links__inner__box__list__item__link__jp {
    line-height: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__box__list__item__link__jp {
    font-size: 15px;
    width: calc(100% - 22.4vw);
    line-height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner__box__list__item__link__jp {
    width: calc(100% - 32vw);
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__box__list__item__link__jp {
    margin-top: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
  }
}
.top-links__inner__contact {
  padding: 80px 100px 90px;
  background-color: #444;
}
@media screen and (max-width: 1600px) {
  .top-links__inner__contact {
    padding: 60px 80px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .top-links__inner__contact {
    padding: 50px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner__contact {
    padding: 60px 80px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact {
    padding: 30px 30px 40px;
  }
}
.top-links__inner__contact__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top-links__inner__contact__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact__inner {
    justify-content: center;
  }
}
.top-links__inner__contact__inner__title {
  width: 500px;
  font-size: 90px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1800px) {
  .top-links__inner__contact__inner__title {
    font-size: 4.72vw;
  }
}
@media screen and (max-width: 1500px) {
  .top-links__inner__contact__inner__title {
    width: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__inner__contact__inner__title {
    width: 240px;
  }
}
@media screen and (max-width: 1100px) {
  .top-links__inner__contact__inner__title {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .top-links__inner__contact__inner__title {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact__inner__title {
    padding-right: 0.01em;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12vw;
    text-align: center;
  }
}
.top-links__inner__contact__inner__title__jp {
  margin-top: 30px;
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1500px) {
  .top-links__inner__contact__inner__title__jp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__inner__contact__inner__title__jp {
    margin-top: 12px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact__inner__title__jp {
    margin-top: 8px;
    font-size: 14px;
  }
}
.top-links__inner__contact__inner__title__jp__text {
  margin-left: 50px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .top-links__inner__contact__inner__title__jp__text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .top-links__inner__contact__inner__title__jp__text {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .top-links__inner__contact__inner__title__jp__text {
    margin-top: 0;
    margin-left: 15px;
    margin-top: 14px;
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact__inner__title__jp__text {
    margin-top: 10px;
    margin-left: 0;
    margin-top: 12px;
    display: block;
  }
}
.top-links__inner__contact__inner .btn-box {
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .top-links__inner__contact__inner .btn-box {
    margin: 0 auto;
  }
}

.news-nav {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .news-nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-nav {
    margin-bottom: 25px;
  }
}
.news-nav__item {
  width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 900px) {
  .news-nav__item {
    width: calc((100% - 20px) / 5);
  }
}
@media screen and (max-width: 599px) {
  .news-nav__item {
    width: calc((100% - 4px) / 5);
  }
}
.news-nav__item__link {
  padding-left: 0.06em;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #888;
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-nav__item__link {
    padding-left: 0;
    padding-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .news-nav__item__link {
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.news-nav__item__link::before {
  content: "";
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  transition: 0.2s;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
}
@media screen and (max-width: 599px) {
  .news-nav__item__link::before {
    border-width: 6px 4px 0 4px;
    bottom: -6px;
    left: calc(50% - 4px);
  }
}
@media screen and (min-width: 1025px) {
  .news-nav__item__link:hover {
    color: #cf1225;
    border-bottom: 1px solid #cf1225;
    transform: translateY(3px);
  }
  .news-nav__item__link:hover::before {
    border-color: #cf1225 transparent transparent transparent;
  }
}
.news-nav__item__link.now {
  color: #cf1225;
  border-bottom: 1px solid #cf1225;
}
.news-nav__item__link.now::before {
  border-color: #cf1225 transparent transparent transparent;
}

.news-list {
  width: 100%;
}
.news-list__item {
  border-bottom: 1px solid #ddd;
}
.news-list__item:first-child {
  border-top: 1px solid #ddd;
}
.news-list__item__link {
  padding: 37px 146px 35px 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .news-list__item__link {
    padding: 32px 100px 30px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list__item__link {
    padding: 32px 50px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 25px 30px 22px 0;
  }
}
.news-list__item__link::after {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 21.8% auto;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 50px;
  z-index: 1;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .news-list__item__link::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news-list__item__link::after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    background-size: 30% auto;
  }
}
@media screen and (min-width: 1025px) {
  .news-list__item__link:hover {
    background-color: rgba(238, 243, 238, 0.5);
  }
  .news-list__item__link:hover::after {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
    transform: scale(1.4);
  }
}
.news-list__item__link__date {
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    font-size: 13px;
  }
}
.news-list__item__link__date .news-icon {
  margin-left: 20px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__date .news-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date .news-icon {
    margin-left: 5px;
  }
}
.news-list__item__link__date .new {
  margin-left: 20px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__date .new {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date .new {
    margin-left: 5px;
  }
}
.news-list__item__link__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__text {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.news-icon {
  width: 126px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 14px;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .news-icon {
    width: 116px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 599px) {
  .news-icon {
    width: 100px;
    height: 20px;
    font-size: 11px;
    line-height: 21px;
    border-radius: 10px;
  }
}

.new {
  width: 62px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  background-color: #77c311;
  display: inline-block;
  border-radius: 14px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .new {
    width: 56px;
    height: 24px;
    font-size: 11px;
    line-height: 24px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 599px) {
  .new {
    width: 42px;
    height: 20px;
    font-size: 10px;
    line-height: 21px;
    border-radius: 10px;
  }
}

.news-detail-title {
  padding: 165px 90px 20px;
  background-color: #000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .news-detail-title {
    padding: 150px 70px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .news-detail-title {
    padding: 120px 60px 20px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail-title {
    padding: 100px 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title {
    padding: 70px 25px 15px;
  }
}
.news-detail-title::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .news-detail-title::before {
    background-color: #444;
  }
}
.news-detail-title.fadein::before {
  transition-delay: 1.6s;
}
.news-detail-title.fadein--on::before {
  width: 100%;
}
.news-detail-title__text {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  font-size: 38px;
  line-height: 1.55;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .news-detail-title__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail-title__text {
    font-size: 28px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 900px) {
  .news-detail-title__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title__text {
    font-size: 18px;
    line-height: 1.7;
  }
}
.news-detail-title__text.fadein {
  opacity: 0;
  filter: blur(6px);
  transition-duration: 2s;
}
.news-detail-title__text.fadein--on {
  opacity: 1;
  filter: blur(0);
}

.news-detail-date {
  margin-bottom: -30px;
  padding: 20px 90px 0;
  background-color: #000;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1700px) {
  .news-detail-date {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1600px) {
  .news-detail-date {
    padding: 20px 70px 0;
  }
}
@media screen and (max-width: 1400px) {
  .news-detail-date {
    padding: 20px 60px 0;
  }
}
@media screen and (max-width: 1300px) {
  .news-detail-date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .news-detail-date {
    padding: 20px 40px 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-date {
    padding: 15px 25px 0;
  }
}
.news-detail-date__inner {
  margin: 0 auto;
  max-width: 1100px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .news-detail-date__inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-date__inner {
    font-size: 13px;
  }
}
.news-detail-date__inner .news-icon {
  margin-left: 20px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .news-detail-date__inner .news-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-date__inner .news-icon {
    margin-left: 5px;
  }
}
.news-detail-date__inner .new {
  margin-left: 20px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .news-detail-date__inner .new {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-date__inner .new {
    margin-left: 5px;
  }
}
.news-detail-date .breadcrumbs {
  bottom: 6px;
}
@media screen and (max-width: 900px) {
  .news-detail-date .breadcrumbs {
    bottom: auto;
  }
}

.news-btn-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .news-btn-wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .news-btn-wrapper {
    margin-top: 30px;
  }
}
.news-btn-wrapper .btn-box {
  margin: 0 auto;
}

.topics-photo {
  margin: -100px -100px 100px;
  width: auto;
  position: relative;
  overflow: hidden;
}
.topics-photo::before {
  content: "";
  padding-top: 50%;
  display: block;
}
@media screen and (max-width: 1300px) {
  .topics-photo {
    margin: -80px -80px 80px;
  }
}
@media screen and (max-width: 1200px) {
  .topics-photo {
    margin: -60px -60px 60px;
  }
  .topics-photo::before {
    padding-top: 460px;
  }
}
@media screen and (max-width: 900px) {
  .topics-photo::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 599px) {
  .topics-photo {
    margin: -25px -25px 25px;
  }
}
.topics-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.topics-list {
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .topics-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .topics-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .topics-list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 320px) {
  .topics-list {
    margin: -30px -10px 0;
  }
}
.topics-list__item {
  margin-top: 50px;
  width: calc((100% - 50px) / 2);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .topics-list__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .topics-list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .topics-list__item {
    margin-top: 20px;
    width: 100%;
  }
}
.topics-list__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .topics-list__item::before {
    right: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width: 900px) {
  .topics-list__item::before {
    right: -10px;
    bottom: -10px;
  }
}
@media screen and (max-width: 599px) {
  .topics-list__item::before {
    right: -6px;
    bottom: -6px;
  }
}
.topics-list__item__link {
  display: block;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.topics-list__item__link::after {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 21.8% auto;
  background-position: 50% 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .topics-list__item__link::after {
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .topics-list__item__link::after {
    width: 36px;
    height: 36px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .topics-list__item__link::after {
    width: 22px;
    height: 22px;
    bottom: 10px;
    right: 10px;
    background-size: 30% auto;
  }
}
@media screen and (min-width: 1025px) {
  .topics-list__item__link:hover {
    transform: translateY(5px);
  }
  .topics-list__item__link:hover::after {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
    transform: scale(1.4);
  }
}
.topics-list__item__link__photo {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.topics-list__item__link__photo::before {
  content: "";
  padding-top: 65.77%;
  display: block;
}
.topics-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.topics-list__item__link__inner {
  padding: 30px 110px 30px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .topics-list__item__link__inner {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .topics-list__item__link__inner {
    padding: 20px 25px 30px 20px;
  }
}
@media screen and (max-width: 900px) {
  .topics-list__item__link__inner {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .topics-list__item__link__inner {
    padding: 25px;
  }
}
@media screen and (max-width: 320px) {
  .topics-list__item__link__inner {
    padding: 20px;
  }
}
.topics-list__item__link__inner__date {
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .topics-list__item__link__inner__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .topics-list__item__link__inner__date {
    font-size: 13px;
  }
}
.topics-list__item__link__inner__date .news-icon {
  margin-left: 0;
  vertical-align: 5%;
}
.topics-list__item__link__inner__date .new {
  margin-left: 10px;
  vertical-align: 5%;
}
@media screen and (max-width: 599px) {
  .topics-list__item__link__inner__date .new {
    margin-left: 5px;
  }
}
.topics-list__item__link__inner__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  text-align: left;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .topics-list__item__link__inner__text {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .topics-list__item__link__inner__text {
    margin-top: 10px;
    padding-right: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .topics-list__item__link__inner__text {
    margin-top: 7px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

.strength-box01 {
  margin-left: 90px;
  padding: 80px 0 120px 75px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .strength-box01 {
    margin-left: 70px;
    padding: 70px 0 100px 60px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box01 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box01 {
    margin-left: 0;
    padding: 50px 60px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box01 {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01 {
    margin: 0 -15px;
    padding: 20px 25px 25px;
  }
}
.strength-box01::before {
  content: "";
  width: calc(100% - 670px - 20%);
  height: 100%;
  background-color: #b1e72e;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .strength-box01::before {
    width: 100%;
    height: 340px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box01::before {
    height: 30vw;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01::before {
    display: none;
  }
}
.strength-box01__title {
  margin-bottom: 50px;
  font-size: 120px;
  line-height: 1;
  color: #689300;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .strength-box01__title {
    margin-bottom: 30px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box01__title {
    margin-bottom: 20px;
    font-size: 70px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01__title {
    margin-bottom: 15px;
    font-size: 14vw;
  }
}
.strength-box01__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.strength-box01__inner__text {
  width: 670px;
}
@media screen and (max-width: 1600px) {
  .strength-box01__inner__text {
    width: 51%;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box01__inner__text {
    width: 100%;
  }
}
.strength-box01__inner__text__copy {
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .strength-box01__inner__text__copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box01__inner__text__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01__inner__text__copy {
    font-size: 20px;
  }
}
.strength-box01__inner__text .text-base {
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .strength-box01__inner__text .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box01__inner__text .text-base {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01__inner__text .text-base {
    margin-top: 10px;
  }
}
.strength-box01__inner__text__btn {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .strength-box01__inner__text__btn {
    margin-top: 20px;
  }
  .strength-box01__inner__text__btn .btn-box {
    margin: 0 auto;
  }
}
.strength-box01__inner__photo {
  width: calc(100% - 670px - 80px);
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .strength-box01__inner__photo {
    width: calc(49% - 50px);
  }
}
@media screen and (max-width: 1300px) {
  .strength-box01__inner__photo {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .strength-box01__inner__photo {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .strength-box01__inner__photo {
    margin-top: 30px;
  }
}
.strength-box01__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strength-box02 {
  margin-left: 90px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.strength-box02::before {
  content: "";
  width: calc(100% - 800px);
  height: calc(100% - 90px);
  background-color: #b1e72e;
  position: absolute;
  bottom: 0;
  left: -90px;
}
@media screen and (max-width: 1600px) {
  .strength-box02 {
    margin-left: 70px;
  }
  .strength-box02::before {
    content: "";
    width: calc(100% - 750px);
    height: calc(100% - 70px);
    left: -70px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box02 {
    margin-left: 60px;
  }
  .strength-box02::before {
    content: "";
    width: calc(100% - 680px);
    height: calc(100% - 60px);
    left: -60px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box02 {
    margin-top: 60px;
    margin-left: 0;
  }
  .strength-box02::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .strength-box02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box02 {
    margin: 10px -15px 0;
  }
}
.strength-box02__photo {
  position: relative;
}
.strength-box02__box {
  margin-top: -380px;
  width: 800px;
  padding: 0 60px 110px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .strength-box02__box {
    margin-top: -300px;
    padding: 0 60px 100px;
    width: 750px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box02__box {
    margin-top: -260px;
    padding: 0 60px 100px;
    width: 680px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box02__box {
    margin: -60px auto 0;
    padding: 0 60px 80px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 900px) {
  .strength-box02__box {
    margin: 0 auto 0;
    padding: 0 40px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .strength-box02__box {
    padding: 0 25px 40px;
  }
}
.strength-box02__box__inner {
  margin: -60px auto 0;
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 900px) {
  .strength-box02__box__inner {
    margin: 0 auto 0;
  }
}
.strength-box02__box__inner__title {
  margin-top: -70px;
  margin-bottom: 30px;
  font-size: 120px;
  line-height: 1;
  color: #689300;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .strength-box02__box__inner__title {
    margin-top: -55px;
    margin-bottom: 20px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box02__box__inner__title {
    margin-top: -70px;
    margin-bottom: 30px;
    font-size: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box02__box__inner__title {
    margin-top: -35px;
    margin-bottom: 25px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box02__box__inner__title {
    margin-top: -50px;
    margin-bottom: 15px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box02__box__inner__title {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 14vw;
  }
}
.strength-box02__box__inner__copy {
  font-size: 25px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .strength-box02__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box02__box__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box02__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box02__box__inner__copy {
    font-size: 20px;
  }
}
.strength-box02__box__inner .text-base {
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .strength-box02__box__inner .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box02__box__inner .text-base {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box02__box__inner .text-base {
    margin-top: 10px;
  }
}

.strength-box03 {
  margin-left: 90px;
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.strength-box03::before {
  content: "";
  width: 880px;
  height: 370px;
  background-color: #b1e72e;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1800px) {
  .strength-box03 {
    padding-bottom: 100px;
  }
  .strength-box03::before {
    width: calc(45% + 60px);
    height: 340px;
  }
}
@media screen and (max-width: 1600px) {
  .strength-box03 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1500px) {
  .strength-box03::before {
    width: calc(42% + 60px);
  }
}
@media screen and (max-width: 1400px) {
  .strength-box03 {
    margin-left: 60px;
  }
  .strength-box03::before {
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box03 {
    margin-left: 0;
    padding-top: 0;
  }
  .strength-box03::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box03 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box03 {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box03 {
    margin: 10px -15px 0;
    padding-bottom: 40px;
  }
}
.strength-box03__photo {
  width: 800px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .strength-box03__photo {
    width: 45%;
  }
}
@media screen and (max-width: 1500px) {
  .strength-box03__photo {
    width: 42%;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box03__photo {
    margin: 0 auto;
    width: 100%;
    height: 34.46vw;
  }
}
.strength-box03__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength-box03__box {
  padding-top: 50px;
  width: calc(100% - 800px - 80px);
}
@media screen and (max-width: 1800px) {
  .strength-box03__box {
    padding-top: 30px;
    width: calc(55% - 80px);
  }
}
@media screen and (max-width: 1600px) {
  .strength-box03__box {
    padding-top: 30px;
    margin-right: 120px;
    margin-left: 60px;
    width: calc(55% - 180px);
  }
}
@media screen and (max-width: 1500px) {
  .strength-box03__box {
    padding-top: 20px;
    margin-right: 100px;
    margin-left: 50px;
    width: calc(58% - 150px);
  }
}
@media screen and (max-width: 1300px) {
  .strength-box03__box {
    margin: -60px auto 0;
    padding: 0 60px;
    width: calc(100% - 120px);
    background-color: #fff;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .strength-box03__box {
    margin: 0 auto 0;
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .strength-box03__box {
    padding: 0 25px;
  }
}
.strength-box03__box__title {
  margin-bottom: 30px;
  font-size: 120px;
  line-height: 1;
  color: #689300;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .strength-box03__box__title {
    margin-bottom: 20px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box03__box__title {
    margin: -70px auto 15px;
    width: 100%;
    max-width: 620px;
    font-size: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box03__box__title {
    margin-top: -60px;
    margin-bottom: 25px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box03__box__title {
    margin-top: -50px;
    margin-bottom: 15px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box03__box__title {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 14vw;
  }
}
.strength-box03__box__inner {
  margin-right: 160px;
  width: 100%;
  max-width: 570px;
}
@media screen and (max-width: 1300px) {
  .strength-box03__box__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 620px;
  }
}
.strength-box03__box__inner__copy {
  font-size: 25px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .strength-box03__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box03__box__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box03__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box03__box__inner__copy {
    font-size: 20px;
  }
}
.strength-box03__box__inner .text-base {
  margin-top: 40px;
}
@media screen and (max-width: 1800px) {
  .strength-box03__box__inner .text-base {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .strength-box03__box__inner .text-base {
    margin-top: 25px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box03__box__inner .text-base {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box03__box__inner .text-base {
    margin-top: 10px;
  }
}

.strength-box04 {
  margin-left: 90px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .strength-box04 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box04 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box04 {
    margin-top: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .strength-box04 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04 {
    margin: 10px -15px 0;
  }
}
.strength-box04__photo {
  position: relative;
}
.strength-box04__box {
  margin-top: -380px;
  width: 840px;
  padding: 0 60px 110px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .strength-box04__box {
    margin-top: -300px;
    padding: 0 60px 100px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box04__box {
    margin-top: -260px;
    padding: 0 60px 100px;
    width: 680px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box04__box {
    margin: -60px auto 0;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 900px) {
  .strength-box04__box {
    margin: 0 auto 0;
    padding: 0 40px 80px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box {
    padding: 0 25px 60px;
  }
}
.strength-box04__box__inner {
  margin: -60px auto 0;
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 900px) {
  .strength-box04__box__inner {
    margin: 0 auto 0;
  }
}
.strength-box04__box__inner__title {
  margin-top: -70px;
  margin-bottom: 30px;
  font-size: 110px;
  line-height: 1;
  color: #689300;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .strength-box04__box__inner__title {
    margin-top: -55px;
    margin-bottom: 20px;
    font-size: 90px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box04__box__inner__title {
    margin-top: -70px;
    margin-bottom: 30px;
    font-size: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box04__box__inner__title {
    margin-top: -35px;
    margin-bottom: 25px;
    font-size: 100px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box04__box__inner__title {
    margin-top: -50px;
    margin-bottom: 15px;
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box__inner__title {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 14vw;
  }
}
.strength-box04__box__inner__copy {
  font-size: 25px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .strength-box04__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box04__box__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box04__box__inner__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box__inner__copy {
    font-size: 20px;
  }
}
.strength-box04__box__inner .text-bold {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.8;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .strength-box04__box__inner .text-bold {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box04__box__inner .text-bold {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box__inner .text-bold {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
  }
}
.strength-box04__box__inner .text-base {
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .strength-box04__box__inner .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box04__box__inner .text-base {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box__inner .text-base {
    margin-top: 10px;
  }
}
.strength-box04__box__inner__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .strength-box04__box__inner__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box04__box__inner__btn {
    margin-top: 20px;
  }
  .strength-box04__box__inner__btn .btn-box {
    margin: 0 auto;
  }
}

.strength-box05 {
  padding: 1px 0 120px 90px;
  background-color: #b1e72e;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .strength-box05 {
    padding: 0 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box05 {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05 {
    margin: 0 -15px;
    padding: 0 15px 40px;
  }
}
.strength-box05__title {
  font-size: 80px;
  line-height: 1;
  color: #689300;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(-60%);
}
@media screen and (max-width: 1300px) {
  .strength-box05__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box05__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__title {
    font-size: 40px;
  }
}
.strength-box05__title__jp {
  margin-top: 12px;
  font-size: 25px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .strength-box05__title__jp {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .strength-box05__title__jp {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__title__jp {
    margin-top: 8px;
    font-size: 13px;
  }
}
.strength-box05__list {
  margin-top: -70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .strength-box05__list {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box05__list {
    margin: -60px -20px 0;
  }
}
@media screen and (max-width: 900px) {
  .strength-box05__list {
    margin: 0;
  }
}
.strength-box05__list__item {
  margin-top: 90px;
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item {
    margin-top: 60px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .strength-box05__list__item {
    margin-top: 60px;
    width: 100%;
  }
  .strength-box05__list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item {
    margin-top: 40px;
  }
  .strength-box05__list__item:first-child {
    margin-top: 0;
  }
}
.strength-box05__list__item__photo {
  position: relative;
}
.strength-box05__list__item__inner {
  width: 100%;
  max-width: 700px;
  position: relative;
}
.strength-box05__list__item__inner__number {
  font-size: 160px;
  line-height: 1;
  color: #e0f4ac;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: absolute;
  top: -70px;
  left: 45px;
}
@media screen and (max-width: 1600px) {
  .strength-box05__list__item__inner__number {
    left: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .strength-box05__list__item__inner__number {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-box05__list__item__inner__number {
    top: -50px;
    font-size: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item__inner__number {
    top: -40px;
    right: 10px;
    font-size: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .strength-box05__list__item__inner__number {
    top: -40px;
    right: 5px;
    font-size: 100px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__number {
    top: -25px;
    right: 5px;
    font-size: 70px;
  }
}
.strength-box05__list__item__inner__box {
  margin-left: calc(100% - 400px - 20px);
  margin-right: 20px;
  width: 400px;
}
@media screen and (max-width: 1500px) {
  .strength-box05__list__item__inner__box {
    margin-left: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item__inner__box {
    margin: 0 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .strength-box05__list__item__inner__box {
    margin: 0 20px;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__box {
    margin: 0 15px;
    max-width: calc(100% - 30px);
  }
}
.strength-box05__list__item__inner__box__title {
  margin-top: -35px;
  font-size: 70px;
  line-height: 1;
  color: #cf1225;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item__inner__box__title {
    margin-top: -30px;
    font-size: 55px;
  }
}
@media screen and (max-width: 1200px) {
  .strength-box05__list__item__inner__box__title {
    margin-top: -28px;
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__box__title {
    margin-top: -20px;
    font-size: 38px;
  }
}
.strength-box05__list__item__inner__box__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item__inner__box__title__jp {
    margin-top: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__box__title__jp {
    margin-top: 5px;
    font-size: 13px;
  }
}
.strength-box05__list__item__inner__box__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.85;
  color: #444;
}
@media screen and (max-width: 1300px) {
  .strength-box05__list__item__inner__box__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__box__text {
    margin-top: 15px;
  }
}
.strength-box05__list__item__inner__box .btn-box {
  position: absolute;
  left: 0;
  top: 105px;
}
@media screen and (max-width: 1600px) {
  .strength-box05__list__item__inner__box .btn-box {
    margin-top: 20px;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 599px) {
  .strength-box05__list__item__inner__box .btn-box {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .strength-box05__list__item__inner__box .btn-box:hover {
    border-color: #260;
  }
}

.application {
  width: 100%;
}
.application__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.application__item__title {
  width: 460px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1600px) {
  .application__item__title {
    width: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .application__item__title {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.application__item__list {
  width: calc(100% - 460px);
  max-width: 1260px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .application__item__list {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1500px) {
  .application__item__list {
    max-width: 900px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  .application__item__list {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .application__item__list {
    margin: 0 -40px;
    width: auto;
    max-width: calc(100% + 80px);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .application__item__list {
    margin: 0 -20px;
    max-width: calc(100% + 40px);
  }
}
@media screen and (max-width: 1024px) {
  .application__item__list {
    margin: 0 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .application__item__list {
    justify-content: space-between;
  }
}
.application__item__list__item {
  margin-left: 20px;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 3);
  height: auto;
  transition-duration: 1s !important;
}
@media screen and (max-width: 1600px) {
  .application__item__list__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.application__item__list__item:nth-child(3n-2) {
  margin-left: 0;
  transition-delay: 0.4s;
}
.application__item__list__item:nth-child(3n-1) {
  transition-delay: 0.6s;
}
.application__item__list__item:nth-child(3n) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1500px) {
  .application__item__list__item {
    margin-left: 0;
    margin-bottom: 40px;
    width: calc((100% - 20px) / 2);
  }
  .application__item__list__item:nth-child(3n-2) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(3n-1) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(2n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 1300px) {
  .application__item__list__item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .application__item__list__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.application__item__list__item:nth-child(3n-2) {
  margin-left: 0;
  transition-delay: 0.4s;
}
.application__item__list__item:nth-child(3n-1) {
  transition-delay: 0.6s;
}
.application__item__list__item:nth-child(3n) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 900px) {
  .application__item__list__item {
    margin-left: 0;
    margin-bottom: 40px;
    width: calc((100% - 20px) / 2);
  }
  .application__item__list__item:nth-child(3n-2) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(3n-1) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .application__item__list__item:nth-child(2n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 599px) {
  .application__item__list__item {
    margin-bottom: 30px;
    width: 100%;
  }
  .application__item__list__item:nth-child(3n-2) {
    transition-delay: 0.2s;
  }
  .application__item__list__item:nth-child(3n-1) {
    transition-delay: 0.2s;
  }
  .application__item__list__item:nth-child(3n) {
    transition-delay: 0.2s;
  }
  .application__item__list__item:nth-child(2n) {
    transition-delay: 0.2s;
  }
}
.application__item__list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .application__item__list__item__link:hover {
    transform: translateY(-5px);
  }
  .application__item__list__item__link:hover .application__item__list__item__link__photo img {
    opacity: 0.7;
  }
  .application__item__list__item__link:hover .application__item__list__item__link__photo::after {
    background-image: url(../img/common/arrow02-l_green.svg);
  }
  .application__item__list__item__link:hover .application__item__list__item__link__text {
    color: #000;
    background-color: #b1e72e;
  }
  .application__item__list__item__link:hover .application__item__list__item__link__text__type {
    color: #000;
  }
}
.application__item__list__item__link__photo {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.application__item__list__item__link__photo::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.application__item__list__item__link__photo::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow02-l_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .application__item__list__item__link__photo::after {
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .application__item__list__item__link__photo::after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .application__item__list__item__link__photo::after {
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
  }
}
.application__item__list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.application__item__list__item__link__text {
  margin-top: -40px;
  padding: 30px 30px 28px;
  width: calc(100% - 80px);
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background-color: #000;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .application__item__list__item__link__text {
    margin-top: -45px;
    padding: 26px 26px 24px;
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 1300px) {
  .application__item__list__item__link__text {
    font-size: 15px;
    margin-top: -40px;
    padding: 23px 23px 22px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .application__item__list__item__link__text {
    margin-top: -45px;
    width: calc(100% - 65px);
  }
}
.application__item__list__item__link__text__type {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #cf1225;
  font-weight: 600;
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .application__item__list__item__link__text__type {
    font-size: 13px;
  }
}

.application-detail {
  margin-left: 90px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .application-detail {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .application-detail {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .application-detail {
    margin-left: 0;
    margin-right: -60px;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 80px 100px;
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .application-detail {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail {
    margin: 0 -15px;
    padding: 25px 25px 40px;
  }
}
.application-detail__photo {
  width: 600px;
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 1600px) {
  .application-detail__photo {
    width: 500px;
  }
}
@media screen and (max-width: 1500px) {
  .application-detail__photo {
    width: 37%;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail__photo {
    width: 100%;
    position: relative;
    top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.application-detail__photo__slider {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .application-detail__photo__slider {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 900px) {
  .application-detail__photo__slider {
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 599px) {
  .application-detail__photo__slider {
    width: 100%;
  }
}
.application-detail__photo__slider div {
  line-height: 0.1;
}
.application-detail__photo__slider__item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.application-detail__photo__slider__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.application-detail__photo__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.application-detail__photo__thumbnail {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .application-detail__photo__thumbnail {
    width: 80px;
  }
}
@media screen and (max-width: 900px) {
  .application-detail__photo__thumbnail {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__photo__thumbnail {
    width: 100%;
  }
}
.application-detail__photo__thumbnail__item {
  margin-top: 10px;
  margin-left: 10px;
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 1500px) {
  .application-detail__photo__thumbnail__item {
    margin-top: 5px;
    margin-left: 5px;
    width: calc((100% - 25px) / 6);
  }
}
.application-detail__photo__thumbnail__item:nth-child(6n-5) {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .application-detail__photo__thumbnail__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .application-detail__photo__thumbnail__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .application-detail__photo__thumbnail__item {
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__photo__thumbnail__item {
    margin-top: 2px;
    margin-left: 2px;
    width: calc((100% - 10px) / 6);
  }
  .application-detail__photo__thumbnail__item:first-child {
    margin-top: 2px;
  }
  .application-detail__photo__thumbnail__item:nth-child(6n-5) {
    margin-left: 0;
  }
}
.application-detail__photo__thumbnail__item--now .application-detail__photo__thumbnail__item__photo img {
  opacity: 0.7;
}
.application-detail__photo__thumbnail__item__photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  cursor: pointer;
  transition: 0.2s;
}
.application-detail__photo__thumbnail__item__photo::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .application-detail__photo__thumbnail__item__photo:hover {
    transform: translateY(3px);
  }
  .application-detail__photo__thumbnail__item__photo:hover img {
    opacity: 0.7;
  }
}
.application-detail__photo__thumbnail__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.application-detail__inner {
  width: calc(100% - 600px);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .application-detail__inner {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1500px) {
  .application-detail__inner {
    width: 63%;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail__inner {
    margin-top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .application-detail__inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner {
    margin-top: 30px;
  }
}
.application-detail__inner__box {
  padding: 90px;
  max-width: 840px;
}
@media screen and (max-width: 1600px) {
  .application-detail__inner__box {
    padding: 70px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1400px) {
  .application-detail__inner__box {
    padding: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail__inner__box {
    padding: 0;
  }
}
.application-detail__inner__type {
  padding-left: 0.06em;
  width: 140px;
  height: 34px;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  background-color: #cf1225;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__type {
    width: 120px;
    height: 28px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__type {
    width: 110px;
    height: 24px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 2px;
  }
}
.application-detail__inner__name {
  margin-top: 15px;
  font-size: 38px;
  line-height: 1.4;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .application-detail__inner__name {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .application-detail__inner__name {
    margin-top: 12px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__name {
    margin-top: 10px;
    font-size: 22px;
  }
}
.application-detail__inner__copy {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__copy {
    margin-top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__copy {
    margin-top: 5px;
    font-size: 12px;
  }
}
.application-detail__inner__text {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.application-detail__inner__point {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__point {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__point {
    margin-bottom: 25px;
  }
}
.application-detail__inner__point__title {
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 40px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__point__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 30px;
  }
}
.application-detail__inner__point__title::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #77c311;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__point__title::before {
    width: 120px;
    height: 2px;
    bottom: -2px;
  }
}
.application-detail__inner__point__list {
  margin-top: -12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__point__list {
    margin-top: -10px;
  }
}
.application-detail__inner__point__list__item {
  margin-top: 12px;
  padding-left: 25px;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  position: relative;
}
.application-detail__inner__point__list__item::before {
  content: "";
  border-width: 13px 13px 0 0;
  border-style: solid;
  border-color: #b1e72e transparent transparent transparent;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__point__list__item {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .application-detail__inner__point__list__item::before {
    border-width: 11px 11px 0 0;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__point__list__item {
    width: 100%;
  }
}
.application-detail__inner__product {
  margin-bottom: 60px;
  padding: 20px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__product {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product {
    padding: 15px;
  }
}
.application-detail__inner__product__title {
  width: 200px;
  height: 200px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__title {
    padding: 15px 10px 17px;
    width: 100%;
    height: auto;
  }
}
.application-detail__inner__product__title__text {
  padding-bottom: 5px;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__title__text {
    padding-bottom: 0;
    font-size: 22px;
  }
}
.application-detail__inner__product__title__text__jp {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__title__text__jp {
    margin-top: 3px;
    font-size: 12px;
  }
}
.application-detail__inner__product__inner {
  width: calc(100% - 200px);
  position: relative;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__inner {
    width: 100%;
  }
}
.application-detail__inner__product__inner__link {
  width: 100%;
  height: 200px;
  background-color: #b2e830;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__inner__link {
    height: auto;
  }
}
.application-detail__inner__product__inner__link::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/arrow02-l_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .application-detail__inner__product__inner__link::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail__inner__product__inner__link::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .application-detail__inner__product__inner__link::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__inner__link::after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .application-detail__inner__product__inner__link::after {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 10px;
  }
}
.application-detail__inner__product__inner__link img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__inner__link img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .application-detail__inner__product__inner__link:hover {
    opacity: 0.7;
    transform: translateY(3px);
  }
}
.application-detail__inner__product__inner__caption {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .application-detail__inner__product__inner__caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .application-detail__inner__product__inner__caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__product__inner__caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .application-detail__inner__product__inner__caption {
    font-size: 12px;
    bottom: 10px;
  }
}
.application-detail__inner__connection {
  margin-top: -20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__connection {
    margin-top: -15px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.application-detail__inner__connection__item {
  margin-top: 20px;
  margin-left: 15px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1300px) {
  .application-detail__inner__connection__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.application-detail__inner__connection__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .application-detail__inner__connection__item {
    margin-top: 15px;
    margin-left: 0;
    width: calc((100% - 5px) / 2);
  }
}
.application-detail__inner__connection__item__link {
  display: block;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .application-detail__inner__connection__item__link:hover {
    transform: translateY(3px);
    color: #b1e72e;
  }
  .application-detail__inner__connection__item__link:hover .application-detail__inner__connection__item__link__photo img {
    opacity: 0.7;
  }
}
.application-detail__inner__connection__item__link__photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.application-detail__inner__connection__item__link__photo::before {
  content: "";
  padding-top: 72%;
  display: block;
}
.application-detail__inner__connection__item__link__photo img {
  width: 100%;
  height: 1005;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.application-detail__inner__connection__item__link__caption {
  margin-top: 12px;
  padding-left: 0.06em;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__connection__item__link__caption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__connection__item__link__caption {
    margin-top: 7px;
    font-size: 11px;
  }
}
.application-detail__inner__btn-wrapper {
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .application-detail__inner__btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .application-detail__inner__btn-wrapper {
    margin-top: 30px;
  }
}
.application-detail__inner__btn-wrapper .btn-box {
  margin: 0 auto;
}

.product {
  width: 100%;
}
.product__inner {
  padding: 90px 40px 120px 90px;
  margin-left: 460px;
  position: relative;
  background-color: #cffe5d;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product__inner::before {
  content: "";
  width: 27.4%;
  height: 100%;
  background-color: #b1e72e;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .product__inner {
    padding: 80px;
    margin-left: 420px;
  }
}
@media screen and (max-width: 1400px) {
  .product__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .product__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product__inner {
    padding: 45px 50px 50px;
  }
}
@media screen and (max-width: 599px) {
  .product__inner {
    margin: 0 -25px;
    padding: 30px 35px 40px;
  }
}
.product__inner__title {
  font-size: 80px;
  line-height: 1.1;
  color: #690;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .product__inner__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1700px) {
  .product__inner__title {
    font-size: 5vw;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .product__inner__title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .product__inner__title {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 900px) {
  .product__inner__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .product__inner__title {
    font-size: 9.2vw;
  }
}
.product__inner__text {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .product__inner__text {
    margin-left: 0;
    width: 100%;
  }
}
.product__inner__text__copy {
  margin-top: 40px;
  max-width: 600px;
  font-size: 22px;
  line-height: 1.7;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .product__inner__text__copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .product__inner__text__copy {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .product__inner__text__copy {
    margin-top: 15px;
    font-size: 4vw;
  }
}
.product__inner__text__text {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1700px) {
  .product__inner__text__text {
    margin-top: 20px;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .product__inner__text__text {
    margin-top: 10px;
  }
}
.product__list__item:last-child .product__list__item__inner {
  padding-bottom: 0;
}
.product__list__item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product__list__item__title {
  width: 460px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1600px) {
  .product__list__item__title {
    width: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__title {
    margin-top: 60px;
    margin-bottom: -20px;
    width: 100%;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 1100px) {
  .product__list__item__title {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.product__list__item__title .pagetitle02__number {
  color: #e0f5ab;
}
.product__list__item__inner {
  padding-bottom: 90px;
  width: calc(100% - 460px);
  background-color: #cffe5d;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .product__list__item__inner {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner {
    padding-bottom: 0;
    width: 100%;
    background-color: transparent;
  }
}
.product__list__item__inner::before {
  content: "";
  width: 27.4%;
  height: 100%;
  background-color: #b1e72e;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner::before {
    display: none;
  }
}
.product__list__item__inner__box {
  padding: 65px 0 65px 90px;
  background-color: #e0f5ab;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box {
    margin: 0 -25px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box {
    padding: 30px 25px 40px;
  }
}
.product__list__item__inner__box__title {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1700px) {
  .product__list__item__inner__box__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__title {
    margin-bottom: 20px;
    padding: 0;
  }
}
.product__list__item__inner__box__title__en {
  font-size: 70px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__title__en {
    font-size: 45px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__title__en {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__title__en {
    font-size: 30px;
    display: none;
  }
}
.product__list__item__inner__box__title__jp {
  margin-top: 20px;
  margin-left: 60px;
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1800px) {
  .product__list__item__inner__box__title__jp {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1700px) {
  .product__list__item__inner__box__title__jp {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .product__list__item__inner__box__title__jp {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__title__jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .product__list__item__inner__box__title__jp {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__title__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__title__jp {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .product__list__item__inner__box__title__jp {
    font-size: 16px;
  }
}
.product__list__item__inner__box__title__jp__type {
  margin-bottom: 10px;
  font-size: 16px;
  color: #77c311;
  display: block;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__title__jp__type {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: 10%;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__title__jp__type {
    margin-right: 7px;
    font-size: 11px;
    vertical-align: 10%;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__title__jp__type {
    margin-right: 0;
    font-size: 18px;
    display: inline;
    vertical-align: top;
  }
}
@media screen and (max-width: 320px) {
  .product__list__item__inner__box__title__jp__type {
    font-size: 16px;
  }
}
.product__list__item__inner__box__title__text {
  padding-top: 30px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__title__text {
    padding-top: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .product__list__item__inner__box__title__text {
    font-weight: 400;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__title__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__title__text {
    margin-top: 12px;
    text-align: left;
  }
}
.product__list__item__inner__box__list {
  margin-top: -65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__list {
    margin-top: -50px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list {
    margin-top: -40px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__list {
    margin-top: 0;
  }
}
.product__list__item__inner__box__list__item {
  margin-top: 65px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1800px) {
  .product__list__item__inner__box__list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__list__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__list__item {
    margin-top: 30px;
    width: 100%;
  }
  .product__list__item__inner__box__list__item:first-child {
    margin-top: 0;
  }
}
.product__list__item__inner__box__list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .product__list__item__inner__box__list__item__link:hover {
    transform: translateY(-5px);
  }
  .product__list__item__inner__box__list__item__link:hover .product__list__item__inner__box__list__item__link__photo {
    opacity: 0.7;
  }
}
.product__list__item__inner__box__list__item__link__photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product__list__item__inner__box__list__item__link__photo::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.product__list__item__inner__box__list__item__link__photo::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow02-l_black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .product__list__item__inner__box__list__item__link__photo::after {
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .product__list__item__inner__box__list__item__link__photo::after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
.product__list__item__inner__box__list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.product__list__item__inner__box__list__item__link__type {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  color: #260;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list__item__link__type {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__list__item__link__type {
    margin-top: 15px;
  }
}
.product__list__item__inner__box__list__item__link__type .icon-none {
  margin-left: 10px;
  width: 82px;
  height: 22px;
  font-size: 12px;
  line-height: 21px;
  color: #000;
  text-align: center;
  background-color: #b1e72e;
  border-radius: 11px;
  display: inline-block;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list__item__link__type .icon-none {
    margin-left: 5px;
    width: 70px;
    height: 18px;
    font-size: 11px;
    line-height: 17px;
    border-radius: 9px;
  }
}
.product__list__item__inner__box__list__item__link__name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.product__list__item__inner__box__list__item__link__name__en {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: block;
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list__item__link__name__en {
    margin-top: 12px;
    font-size: 11px;
  }
}
.product__list__item__inner__box__list__item__link__text {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #77c311;
}
@media screen and (max-width: 1500px) {
  .product__list__item__inner__box__list__item__link__text {
    margin-top: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .product__list__item__inner__box__list__item__link__text {
    margin-top: 20px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .product__list__item__inner__box__list__item__link__text {
    margin-top: 15px;
    padding-top: 10px;
  }
}
.product__list__item__inner__box__list__item__link__text .list-small {
  margin: 10px 0 0;
}

.product-detail {
  margin-left: 90px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .product-detail {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .product-detail {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .product-detail {
    margin-left: 0;
    margin-right: -60px;
  }
}
@media screen and (max-width: 1100px) {
  .product-detail {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 80px 100px;
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .product-detail {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail {
    margin: 0 -15px;
    padding: 25px 25px 40px;
  }
}
.product-detail__photo {
  width: 600px;
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 1600px) {
  .product-detail__photo {
    width: 500px;
  }
}
@media screen and (max-width: 1500px) {
  .product-detail__photo {
    width: 37%;
  }
}
@media screen and (max-width: 1100px) {
  .product-detail__photo {
    width: 100%;
    position: relative;
    top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.product-detail__photo__slider {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .product-detail__photo__slider {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 900px) {
  .product-detail__photo__slider {
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 599px) {
  .product-detail__photo__slider {
    width: 100%;
  }
}
.product-detail__photo__slider div {
  line-height: 0.1;
}
.product-detail__photo__slider__item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-detail__photo__slider__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.product-detail__photo__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail__photo__thumbnail {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .product-detail__photo__thumbnail {
    width: 80px;
  }
}
@media screen and (max-width: 900px) {
  .product-detail__photo__thumbnail {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__photo__thumbnail {
    width: 100%;
  }
}
.product-detail__photo__thumbnail__item {
  margin-top: 10px;
  margin-left: 10px;
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 1500px) {
  .product-detail__photo__thumbnail__item {
    margin-top: 5px;
    margin-left: 5px;
    width: calc((100% - 25px) / 6);
  }
}
.product-detail__photo__thumbnail__item:nth-child(6n-5) {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .product-detail__photo__thumbnail__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .product-detail__photo__thumbnail__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .product-detail__photo__thumbnail__item {
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__photo__thumbnail__item {
    margin-top: 2px;
    margin-left: 2px;
    width: calc((100% - 10px) / 6);
  }
  .product-detail__photo__thumbnail__item:first-child {
    margin-top: 2px;
  }
  .product-detail__photo__thumbnail__item:nth-child(6n-5) {
    margin-left: 0;
  }
}
.product-detail__photo__thumbnail__item.thumbnail-item .application-detail__photo__thumbnail__item__photo img {
  opacity: 0.7;
}
.product-detail__photo__thumbnail__item__photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  cursor: pointer;
  transition: 0.2s;
}
.product-detail__photo__thumbnail__item__photo::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .product-detail__photo__thumbnail__item__photo:hover {
    transform: translateY(3px);
  }
  .product-detail__photo__thumbnail__item__photo:hover img {
    opacity: 0.7;
  }
}
.product-detail__photo__thumbnail__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.product-detail__inner {
  width: calc(100% - 600px);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .product-detail__inner {
    width: calc(100% - 500px);
    max-width: 800px;
  }
}
@media screen and (max-width: 1500px) {
  .product-detail__inner {
    width: 63%;
  }
}
@media screen and (max-width: 1100px) {
  .product-detail__inner {
    margin-top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .product-detail__inner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner {
    margin-top: 30px;
  }
}
.product-detail__inner__box {
  padding: 90px;
  max-width: 840px;
}
@media screen and (max-width: 1600px) {
  .product-detail__inner__box {
    padding: 70px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1400px) {
  .product-detail__inner__box {
    padding: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .product-detail__inner__box {
    padding: 0;
  }
}
.product-detail__inner__type {
  padding-left: 0.06em;
  width: 140px;
  height: 34px;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #cf1225;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__type {
    width: 120px;
    height: 28px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__type {
    width: 110px;
    height: 24px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 2px;
  }
}
.product-detail__inner__name {
  margin-top: 15px;
  font-size: 34px;
  line-height: 1.4;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .product-detail__inner__name {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .product-detail__inner__name {
    margin-top: 12px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__name {
    margin-top: 10px;
    font-size: 20px;
  }
}
.product-detail__inner__copy {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__copy {
    margin-top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__copy {
    margin-top: 5px;
    font-size: 12px;
  }
}
.product-detail__inner__text {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__text {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.product-detail__inner__point {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__point {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__point {
    margin-bottom: 25px;
  }
}
.product-detail__inner__point__title {
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 40px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  .product-detail__inner__point__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 30px;
  }
}
.product-detail__inner__point__title::before {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #77c311;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 599px) {
  .product-detail__inner__point__title::before {
    width: 120px;
    height: 2px;
    bottom: -2px;
  }
}
.product-detail__inner__point__title__jp {
  margin-left: 15px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  vertical-align: 60%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .product-detail__inner__point__title__jp {
    margin-left: 10px;
    font-size: 11px;
    vertical-align: 40%;
  }
}
.product-detail__inner__point__list {
  margin-top: -12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__point__list {
    margin-top: -10px;
  }
}
.product-detail__inner__point__list__item {
  margin-top: 12px;
  padding-left: 25px;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  position: relative;
}
.product-detail__inner__point__list__item::before {
  content: "";
  border-width: 13px 13px 0 0;
  border-style: solid;
  border-color: #b1e72e transparent transparent transparent;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__point__list__item {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .product-detail__inner__point__list__item::before {
    border-width: 11px 11px 0 0;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__point__list__item {
    width: 100%;
  }
}
.product-detail__inner__connection {
  margin-top: -20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .product-detail__inner__connection {
    margin-top: -15px;
    margin-bottom: 30px;
    justify-content: space-between;
  }
}
.product-detail__inner__connection__item {
  margin-top: 20px;
  margin-left: 15px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1300px) {
  .product-detail__inner__connection__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.product-detail__inner__connection__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .product-detail__inner__connection__item {
    margin-top: 15px;
    margin-left: 0;
    width: calc((100% - 5px) / 2);
  }
}
.product-detail__inner__connection__item__link {
  display: block;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .product-detail__inner__connection__item__link:hover {
    transform: translateY(3px);
    color: #b1e72e;
  }
  .product-detail__inner__connection__item__link:hover .application-detail__inner__connection__item__link__photo img {
    opacity: 0.7;
  }
}
.product-detail__inner__connection__item__link__photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-detail__inner__connection__item__link__photo::before {
  content: "";
  padding-top: 72%;
  display: block;
}
.product-detail__inner__connection__item__link__photo img {
  width: 100%;
  height: 1005;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.product-detail__inner__connection__item__link__caption {
  margin-top: 12px;
  padding-left: 0.06em;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__connection__item__link__caption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__connection__item__link__caption {
    margin-top: 7px;
    font-size: 11px;
  }
}
.product-detail__inner__btn-wrapper {
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .product-detail__inner__btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .product-detail__inner__btn-wrapper {
    margin-top: 30px;
  }
}
.product-detail__inner__btn-wrapper .btn-box {
  margin: 0 auto;
}

.technologies {
  width: 100%;
}
.technologies__inner {
  margin-left: 460px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .technologies__inner {
    margin-left: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .technologies__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .technologies__inner {
    margin: 0 -15px;
  }
}
.technologies__inner__photo {
  width: 500px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .technologies__inner__photo {
    width: 44%;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__inner__photo {
    width: 38%;
  }
}
@media screen and (max-width: 900px) {
  .technologies__inner__photo {
    width: 100%;
    height: 40vw;
  }
}
.technologies__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technologies__inner__text {
  padding: 80px;
  width: calc(100% - 500px);
}
@media screen and (max-width: 1700px) {
  .technologies__inner__text {
    padding: 60px;
    width: 56%;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__inner__text {
    padding: 50px 60px 60px;
    width: 62%;
  }
}
@media screen and (max-width: 900px) {
  .technologies__inner__text {
    padding: 50px 60px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .technologies__inner__text {
    padding: 20px 25px 30px;
    width: 100%;
  }
}
.technologies__inner__text__inner {
  width: 100%;
  max-width: 525px;
}
@media screen and (max-width: 900px) {
  .technologies__inner__text__inner {
    max-width: 100%;
  }
}
.technologies__inner__text__inner__copy {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
}
@media screen and (max-width: 1600px) {
  .technologies__inner__text__inner__copy {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .technologies__inner__text__inner__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .technologies__inner__text__inner__copy {
    margin-bottom: 10px;
    font-size: 4.5vw;
  }
}
.technologies__inner__english {
  margin-top: -100px;
  width: 100%;
  background-color: #b1e72e;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 1700px) {
  .technologies__inner__english {
    margin-top: -6.5%;
  }
}
@media screen and (max-width: 1600px) {
  .technologies__inner__english {
    margin-top: -4.5%;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__inner__english {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .technologies__inner__english {
    padding: 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__inner__english {
    padding: 0 25px;
  }
}
.technologies__inner__english__text {
  width: calc(100% - 500px - 80px);
  display: inline-block;
  transform: translateY(-5px);
}
@media screen and (max-width: 1700px) {
  .technologies__inner__english__text {
    width: calc(56% - 60px);
  }
}
@media screen and (max-width: 1500px) {
  .technologies__inner__english__text {
    width: calc(62% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .technologies__inner__english__text {
    width: 100%;
    transform: translateY(-2px);
  }
}
.technologies__zero {
  margin-left: 460px;
  padding: 70px 70px 0;
  background-color: #b1e72e;
}
@media screen and (max-width: 1600px) {
  .technologies__zero {
    padding-top: 40px;
    margin-left: 420px;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__zero {
    padding: 40px 70px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .technologies__zero {
    padding: 20px 60px 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .technologies__zero {
    padding: 10px 60px 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .technologies__zero {
    margin: 0 -15px;
    padding: 0 15px 15px;
  }
}
.technologies__zero__inner {
  padding: 70px 70px 150px;
  background-color: #d0fe5d;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .technologies__zero__inner {
    padding: 70px;
  }
}
@media screen and (max-width: 900px) {
  .technologies__zero__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__zero__inner {
    padding: 25px;
  }
}
.technologies__zero__inner__title {
  padding-top: 6px;
  width: 300px;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .technologies__zero__inner__title {
    padding-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .technologies__zero__inner__title br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .technologies__zero__inner__title {
    margin-bottom: 10px;
    font-size: 5.3vw;
  }
  .technologies__zero__inner__title br {
    display: inline;
  }
}
.technologies__zero__inner__title__en {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1;
  color: #680;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: block;
}
@media screen and (max-width: 599px) {
  .technologies__zero__inner__title__en {
    margin-top: 8px;
  }
}
.technologies__zero__inner__text {
  width: calc(100% - 300px);
  font-size: 15px;
  line-height: 2.05;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .technologies__zero__inner__text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .technologies__zero__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.technologies__list {
  margin-left: 460px;
  background-color: #d0fe5d;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .technologies__list {
    margin-left: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .technologies__list {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list {
    margin: 0 -15px;
  }
}
.technologies__list__item {
  margin-top: 160px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.technologies__list__item:first-child {
  margin-top: 70px;
}
@media screen and (max-width: 1500px) {
  .technologies__list__item {
    margin-top: 0;
    padding-bottom: 0;
  }
  .technologies__list__item:first-child {
    margin-top: 0;
  }
}
.technologies__list__item__photo {
  width: 710px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .technologies__list__item__photo {
    width: 50%;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__list__item__photo {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .technologies__list__item__photo {
    height: 40vw;
  }
}
.technologies__list__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.technologies__list__item__text {
  padding: 0 50px;
  width: calc(100% - 710px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1800px) {
  .technologies__list__item__text {
    width: 50%;
  }
}
@media screen and (max-width: 1500px) {
  .technologies__list__item__text {
    padding: 80px 80px 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .technologies__list__item__text {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .technologies__list__item__text {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list__item__text {
    padding: 25px 25px 40px;
  }
}
.technologies__list__item__text::before {
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 80px);
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  .technologies__list__item__text::before {
    display: none;
  }
}
.technologies__list__item__text__number {
  font-size: 230px;
  line-height: 1;
  color: #e9e9e9;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  position: absolute;
  top: -25px;
  left: -250px;
}
@media screen and (max-width: 1500px) {
  .technologies__list__item__text__number {
    font-size: 180px;
    top: 10px;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .technologies__list__item__text__number {
    font-size: 160px;
    top: 10px;
    right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .technologies__list__item__text__number {
    font-size: 120px;
    top: 10px;
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list__item__text__number {
    font-size: 22vw;
    top: 5px;
    right: 10px;
  }
}
.technologies__list__item__text__inner {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .technologies__list__item__text__inner {
    margin: 0 auto;
    max-width: 600px;
  }
}
.technologies__list__item__text__inner__title {
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 900px) {
  .technologies__list__item__text__inner__title {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list__item__text__inner__title {
    margin-bottom: 15px;
    font-size: 11vw;
  }
}
.technologies__list__item__text__inner__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 900px) {
  .technologies__list__item__text__inner__title__jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list__item__text__inner__title__jp {
    margin-top: 5px;
    font-size: 14px;
  }
}
.technologies__list__item__text__inner__btn {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .technologies__list__item__text__inner__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .technologies__list__item__text__inner__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .technologies__list__item__text__inner__btn .btn-box {
    margin: 0 auto;
  }
}

.technologies-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.technologies-detail__inner {
  padding-bottom: 80px;
  width: calc(100% - 460px);
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .technologies-detail__inner {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .technologies-detail__inner {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner {
    margin: 0 -15px;
    padding-bottom: 40px;
    width: auto;
  }
}
.technologies-detail__inner__box {
  padding: 0 60px;
  margin-top: 120px;
  background-color: #eef3ee;
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .technologies-detail__inner__box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box {
    margin-top: 0;
    padding: 25px 25px 0;
  }
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__inner {
    margin: 0 auto;
    max-width: 800px;
  }
}
.technologies-detail__inner__box__title {
  font-size: 120px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  transform: translateY(-60px);
}
@media screen and (max-width: 1500px) {
  .technologies-detail__inner__box__title {
    font-size: 100px;
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__title {
    margin-bottom: 40px;
    font-size: 80px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__title {
    margin-bottom: 40px;
    font-size: 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__title {
    margin-bottom: 25px;
    font-size: 9.5vw;
  }
}
.technologies-detail__inner__box__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__title__jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__title__jp {
    margin-top: 5px;
    font-size: 14px;
  }
}
.technologies-detail__inner__box__lead {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__lead {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__lead {
    margin-bottom: 40px;
  }
}
.technologies-detail__inner__box__lead__text {
  width: calc(100% - 400px - 90px);
}
@media screen and (max-width: 1700px) {
  .technologies-detail__inner__box__lead__text {
    width: calc(100% - 400px - 50px);
  }
}
@media screen and (max-width: 1600px) {
  .technologies-detail__inner__box__lead__text {
    width: calc(60% - 40px);
  }
}
@media screen and (max-width: 1400px) {
  .technologies-detail__inner__box__lead__text {
    width: 100%;
  }
}
.technologies-detail__inner__box__lead__text__title {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .technologies-detail__inner__box__lead__text__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__lead__text__title {
    margin-bottom: 10px;
    font-size: 6vw;
  }
}
.technologies-detail__inner__box__lead__text__title__sub {
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__lead__text__title__sub {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
.technologies-detail__inner__box__lead__figure {
  width: 400px;
}
@media screen and (max-width: 1600px) {
  .technologies-detail__inner__box__lead__figure {
    width: 40%;
  }
}
@media screen and (max-width: 1400px) {
  .technologies-detail__inner__box__lead__figure {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
}
@media screen and (max-width: 1400px) and (max-width: 599px) {
  .technologies-detail__inner__box__lead__figure {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .technologies-detail__inner__box__lead__figure img {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 599px) {
  .technologies-detail__inner__box__lead__figure img {
    width: 80%;
  }
}
.technologies-detail__inner__box__features {
  margin-bottom: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__features {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__features {
    padding-bottom: 60px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__features {
    padding-bottom: 40px;
  }
}
.technologies-detail__inner__box__features::before {
  content: "";
  width: calc(100% + 120px);
  height: calc(100% - 80px);
  background-color: #b1e72e;
  position: absolute;
  left: -60px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__features::before {
    display: none;
  }
}
.technologies-detail__inner__box__features__item {
  margin-top: 20px;
  margin-left: 20px;
  padding: 25px 10px;
  width: calc((100% - 60px) / 4);
  min-height: 125px;
  font-size: 15px;
  line-height: 1.5;
  color: #3a0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  .technologies-detail__inner__box__features__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 30px) / 4);
    font-size: 15px;
  }
}
.technologies-detail__inner__box__features__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1600px) {
  .technologies-detail__inner__box__features__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
    font-size: 15px;
  }
  .technologies-detail__inner__box__features__item:nth-child(4n-3) {
    margin-left: 20px;
  }
  .technologies-detail__inner__box__features__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .technologies-detail__inner__box__features__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
    font-size: 15px;
  }
  .technologies-detail__inner__box__features__item:nth-child(4n-3) {
    margin-left: 10px;
  }
  .technologies-detail__inner__box__features__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__features__item {
    margin-top: 20px;
    margin-left: 0;
    width: calc((100% - 20px) / 2);
    font-size: 14px;
  }
  .technologies-detail__inner__box__features__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .technologies-detail__inner__box__features__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__features__item {
    margin-top: 4px;
    padding: 20px;
    width: calc((100% - 4px) / 2);
    min-height: 100px;
    font-size: 12px;
    line-height: 1.4;
  }
  .technologies-detail__inner__box__features__item br {
    display: none;
  }
}
.technologies-detail__inner__box__features__item::before {
  content: "";
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: transparent #b1e72e transparent transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__features__item::before {
    border-color: transparent #eef3ee transparent transparent;
  }
}
.technologies-detail__inner__box__movies {
  padding-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__movies {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__movies {
    padding-bottom: 40px;
  }
}
.technologies-detail__inner__box__movies::before {
  content: "";
  width: calc(100% + 120px);
  height: calc(100% - 100px);
  background-color: #b1e72e;
  position: absolute;
  left: -60px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__movies::before {
    display: none;
  }
}
.technologies-detail__inner__box__movies__item {
  margin-left: 40px;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1700px) {
  .technologies-detail__inner__box__movies__item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .technologies-detail__inner__box__movies__item {
    margin-left: 30px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .technologies-detail__inner__box__movies__item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
.technologies-detail__inner__box__movies__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__box__movies__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .technologies-detail__inner__box__movies__item:first-child {
    margin-top: 0;
  }
}
.technologies-detail__inner__box__movies__item__link {
  display: block;
  position: relative;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.technologies-detail__inner__box__movies__item__link::before {
  content: "";
  margin: auto auto;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
}
.technologies-detail__inner__box__movies__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 5px);
}
@media screen and (min-width: 1025px) {
  .technologies-detail__inner__box__movies__item__link:hover {
    transform: translateY(3px);
  }
  .technologies-detail__inner__box__movies__item__link:hover::before {
    background-color: rgba(207, 18, 37, 0.7);
  }
}
.technologies-detail__inner__box__movies__item__link__caption {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 1500px) {
  .technologies-detail__inner__box__movies__item__link__caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__box__movies__item__link__caption {
    margin-top: 10px;
    font-size: 13px;
  }
}
.technologies-detail__inner__btns {
  margin: 60px auto 0;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .technologies-detail__inner__btns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .technologies-detail__inner__btns {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__btns {
    margin-top: 20px;
    max-width: 260px;
  }
}
.technologies-detail__inner__btns__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .technologies-detail__inner__btns__item {
    width: 100%;
  }
  .technologies-detail__inner__btns__item:first-child {
    margin-bottom: 10px;
  }
}
.technologies-detail__inner__btns__item .btn-box {
  width: 100%;
}

.remodal-movie {
  width: 100%;
}
.remodal-movie video {
  width: 100%;
}

.remodal-movie-close-btn {
  margin: 40px auto 0;
  padding-right: 20px;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  display: block;
}
.remodal-movie-close-btn::before {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-movie-close-btn::after {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .remodal-movie-close-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-movie-close-btn {
    margin: 15px auto 0;
    padding-right: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .remodal-movie-close-btn::before {
    right: 15px;
    width: 20px;
    height: 2px;
  }
  .remodal-movie-close-btn::after {
    right: 15px;
    width: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .remodal-movie-close-btn:hover {
    background-color: #cf1225;
  }
}

.company {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.company--index {
  justify-content: flex-end;
}
.company__title {
  width: 460px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1600px) {
  .company__title {
    width: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .company__title {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.company__index-list {
  padding: 20px 0 90px 20px;
  max-width: 1360px;
  width: calc(100% - 460px);
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .company__index-list {
    padding: 20px 0 70px 20px;
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1500px) {
  .company__index-list {
    padding: 30px 0 70px 30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1300px) {
  .company__index-list {
    margin: 10px -20px 0;
    padding: 20px 20px 0;
    width: calc(100% + 40px);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .company__index-list {
    margin: 10px 0;
    max-width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .company__index-list {
    margin: 20px -15px 0;
    padding: 10px 10px 0;
    max-width: calc(100% + 30px);
  }
}
.company__index-list__item {
  margin-left: 20px;
  margin-bottom: 40px;
  width: calc((100% - 40px) / 3);
  height: auto;
  transition-duration: 1s !important;
}
@media screen and (max-width: 1600px) {
  .company__index-list__item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.company__index-list__item:nth-child(3n-2) {
  margin-left: 0;
  transition-delay: 0.4s;
}
.company__index-list__item:nth-child(3n-1) {
  transition-delay: 0.6s;
}
.company__index-list__item:nth-child(3n) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1500px) {
  .company__index-list__item {
    margin-left: 0;
    margin-bottom: 40px;
    width: calc((100% - 30px) / 2);
  }
  .company__index-list__item:nth-child(3n-2) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(3n-1) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(2n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 1400px) {
  .company__index-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1300px) {
  .company__index-list__item {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .company__index-list__item {
    margin-bottom: 20px;
  }
}
.company__index-list__item:nth-child(3n-2) {
  margin-left: 0;
  transition-delay: 0.4s;
}
.company__index-list__item:nth-child(3n-1) {
  transition-delay: 0.6s;
}
.company__index-list__item:nth-child(3n) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1024px) {
  .company__index-list__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .company__index-list__item {
    margin-left: 0;
    width: calc((100% - 20px) / 2);
  }
  .company__index-list__item:nth-child(3n-2) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(3n-1) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .company__index-list__item:nth-child(2n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 599px) {
  .company__index-list__item {
    margin-bottom: 10px;
    width: 100%;
  }
  .company__index-list__item:nth-child(3n-2) {
    transition-delay: 0.2s;
  }
  .company__index-list__item:nth-child(3n-1) {
    transition-delay: 0.2s;
  }
  .company__index-list__item:nth-child(3n) {
    transition-delay: 0.2s;
  }
  .company__index-list__item:nth-child(2n) {
    transition-delay: 0.2s;
  }
}
.company__index-list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .company__index-list__item__link:hover {
    transform: translateY(-5px);
  }
  .company__index-list__item__link:hover .company__index-list__item__link__photo img {
    opacity: 0.7;
  }
  .company__index-list__item__link:hover .company__index-list__item__link__photo::after {
    background-image: url(../img/common/arrow02-l_green.svg);
  }
  .company__index-list__item__link:hover .company__index-list__item__link__text {
    color: #000;
    background-color: #b1e72e;
  }
  .company__index-list__item__link:hover .company__index-list__item__link__text__type {
    color: #000;
  }
}
.company__index-list__item__link__photo {
  width: 100%;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.company__index-list__item__link__photo::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.company__index-list__item__link__photo::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow02-l_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 100% 100%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 1700px) {
  .company__index-list__item__link__photo::after {
    width: 25px;
    height: 25px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .company__index-list__item__link__photo::after {
    width: 30px;
    height: 30px;
    right: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .company__index-list__item__link__photo::after {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 15px;
  }
}
.company__index-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.company__index-list__item__link__text {
  margin-top: -50px;
  padding: 40px;
  width: calc(100% - 80px);
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background-color: #000;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .company__index-list__item__link__text {
    margin-top: -45px;
    padding: 35px;
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 1500px) {
  .company__index-list__item__link__text {
    margin-top: -50px;
    padding: 40px;
    width: calc(100% - 80px);
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .company__index-list__item__link__text {
    margin-top: -40px;
    padding: 30px;
    width: calc(100% - 50px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .company__index-list__item__link__text {
    margin-top: 0;
    padding: 25px;
    width: 100%;
    font-size: 14px;
  }
}
.company__index-list__item__link__text__type {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .company__index-list__item__link__text__type {
    font-size: 16px;
  }
}
.company__contents {
  padding-bottom: 90px;
  width: calc(100% - 460px);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .company__contents {
    padding-bottom: 70px;
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 1400px) {
  .company__contents {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .company__contents {
    padding-bottom: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .company__contents {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .company__contents {
    margin: 0 -15px;
    padding-bottom: 40px;
    width: auto;
  }
}
.company__contents--pb0 {
  padding-bottom: 0;
}

.outline-photo01 {
  background-color: #eef3ee;
  text-align: left;
}
.outline-photo01 img {
  width: 100%;
  max-width: 1010px;
}
@media screen and (max-width: 1300px) {
  .outline-photo01 img {
    max-width: 100%;
  }
}

.outline-detail {
  padding: 90px 90px 0;
}
@media screen and (max-width: 1400px) {
  .outline-detail {
    padding: 80px 80px 0;
  }
}
@media screen and (max-width: 1300px) {
  .outline-detail {
    padding: 80px 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .outline-detail {
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .outline-detail {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .outline-detail {
    padding: 25px 25px 0;
  }
}
.outline-detail__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
.outline-detail__list__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.outline-detail__list__item:first-child .outline-detail__list__item__title {
  border-top: 1px solid #000;
}
.outline-detail__list__item:first-child .outline-detail__list__item__text {
  border-top: 1px solid #bbb;
}
@media screen and (max-width: 599px) {
  .outline-detail__list__item:first-child .outline-detail__list__item__text {
    border-top: none;
  }
}
.outline-detail__list__item__title {
  padding: 38px 25px;
  width: 200px;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .outline-detail__list__item__title {
    padding: 30px 10px;
    width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .outline-detail__list__item__title {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }
}
.outline-detail__list__item__text {
  padding: 38px 40px;
  width: calc(100% - 200px - 10px);
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 900px) {
  .outline-detail__list__item__text {
    width: calc(100% - 160px - 10px);
    padding: 30px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .outline-detail__list__item__text {
    padding: 0 0 20px;
    width: 100%;
  }
}

.outline-map {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .outline-map {
    height: 320px;
  }
}
.outline-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.outline-access {
  padding: 90px 90px 100px;
}
@media screen and (max-width: 1400px) {
  .outline-access {
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .outline-access {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .outline-access {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .outline-access {
    padding: 25px 25px 40px;
  }
}
.outline-access__list {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.outline-access__list__item {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .outline-access__list__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .outline-access__list__item {
    margin-top: 20px;
    align-items: stretch;
  }
}
.outline-access__list__item:first-child {
  margin-top: 0;
}
.outline-access__list__item__icon {
  width: 100px;
  min-height: 90px;
  background-color: #eef3ee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outline-access__list__item__icon img {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .outline-access__list__item__icon {
    width: 90px;
  }
}
@media screen and (max-width: 900px) {
  .outline-access__list__item__icon {
    width: 80px;
    min-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .outline-access__list__item__icon {
    width: 100%;
    height: 50px;
    min-height: 5px;
  }
  .outline-access__list__item__icon img {
    width: 30px;
  }
}
.outline-access__list__item__inner {
  width: calc(100% - 100px - 40px);
}
@media screen and (max-width: 1400px) {
  .outline-access__list__item__inner {
    width: calc(100% - 90px - 20px);
  }
}
@media screen and (max-width: 900px) {
  .outline-access__list__item__inner {
    padding: 20px 0 15px;
    width: calc(100% - 80px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .outline-access__list__item__inner {
    padding: 20px 0 15px;
    width: 100%;
  }
}
.outline-access__list__item__inner__copy {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .outline-access__list__item__inner__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .outline-access__list__item__inner__copy {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.3;
  }
}
.outline-access__list__item__inner__text {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .outline-access__list__item__inner__text {
    font-size: 14px;
  }
}
.outline-access__list__item__inner__list {
  margin: 0;
}
.outline-access__list__item__inner__list__item {
  margin-top: 5px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  position: relative;
}
.outline-access__list__item__inner__list__item::before {
  content: "";
  width: 8px;
  height: 4px;
  border: 1px solid #b1e72e;
  position: absolute;
  top: 9px;
  left: 0;
}
.outline-access__list__item__inner__list__item::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b1e72e;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .outline-access__list__item__inner__list__item {
    font-size: 14px;
  }
  .outline-access__list__item__inner__list__item::before {
    top: 8px;
  }
  .outline-access__list__item__inner__list__item::after {
    top: 8px;
  }
}

.outline-photo02 {
  background-color: #eef3ee;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .outline-photo02 {
    margin-bottom: 10px;
  }
}
.outline-photo02 img {
  width: 100%;
  max-width: 1010px;
}
@media screen and (max-width: 1300px) {
  .outline-photo02 img {
    max-width: 100%;
  }
}

.greeting-photo {
  background-color: #eef3ee;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.greeting-photo__photo {
  width: 800px;
}
@media screen and (max-width: 1600px) {
  .greeting-photo__photo {
    width: 100%;
  }
}
.greeting-photo__name {
  padding: 60px 60px 50px;
  width: calc(100% - 800px);
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .greeting-photo__name {
    padding: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .greeting-photo__name {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .greeting-photo__name {
    padding: 35px;
  }
}
@media screen and (max-width: 900px) {
  .greeting-photo__name {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-photo__name {
    padding: 20px;
    font-size: 20px;
  }
}
.greeting-photo__name__position {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1600px) {
  .greeting-photo__name__position {
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: 25%;
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .greeting-photo__name__position {
    margin-right: 5px;
    font-size: 13px;
    vertical-align: 20%;
  }
}

.greeting {
  padding: 90px;
}
@media screen and (max-width: 1400px) {
  .greeting {
    padding: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .greeting {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .greeting {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .greeting {
    padding: 25px 25px 0;
  }
}
.greeting__inner {
  width: 100%;
  max-width: 900px;
}
.greeting__inner__copy {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.7;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .greeting__inner__copy {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .greeting__inner__copy {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .greeting__inner__copy {
    margin-bottom: 15px;
    font-size: 4.8vw;
    text-align: left;
  }
  .greeting__inner__copy br {
    display: none;
  }
}
.greeting__inner__text {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .greeting__inner__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .greeting__inner__text {
    margin-top: 15px;
  }
}

.policy {
  padding-bottom: 120px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .policy {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .policy {
    padding-bottom: 20px;
  }
}
.policy::before {
  content: "";
  width: 700px;
  height: 100%;
  background-color: #e0f4ac;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .policy::before {
    width: 30vw;
  }
}
@media screen and (max-width: 1300px) {
  .policy::before {
    display: none;
  }
}
.policy__copy {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .policy__copy {
    width: 200px;
  }
}
@media screen and (max-width: 1500px) {
  .policy__copy {
    display: none;
  }
}
.policy__copy img {
  opacity: 0.4;
}

.policy-photo {
  background-color: #e0f4ac;
  display: flex;
  justify-content: flex-end;
}
.policy-photo__photo {
  width: calc(100% - 560px);
  height: 460px;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .policy-photo__photo {
    width: 40vw;
  }
}
@media screen and (max-width: 1700px) {
  .policy-photo__photo {
    height: 27.06vw;
  }
}
@media screen and (max-width: 1500px) {
  .policy-photo__photo {
    height: 400px;
  }
}
@media screen and (max-width: 1300px) {
  .policy-photo__photo {
    width: 60vw;
    height: 460px;
  }
}
@media screen and (max-width: 1024px) {
  .policy-photo__photo {
    width: 50vw;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .policy-photo__photo {
    width: 100%;
    height: 50vw;
  }
}
.policy-photo__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.policy-box {
  margin-top: -170px;
  margin-left: 60px;
  width: calc(100% - 60px - 150px);
  background-color: #fff;
  padding: 120px 90px 100px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .policy-box {
    width: calc(100% - 60px);
    padding: 100px 70px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .policy-box {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .policy-box {
    margin-top: -60px;
  }
}
@media screen and (max-width: 900px) {
  .policy-box {
    margin-top: -40px;
    padding: 80px 60px 70px;
  }
}
@media screen and (max-width: 599px) {
  .policy-box {
    margin-top: 0;
    padding: 40px 25px 50px;
  }
}
.policy-box__title {
  width: 650px;
  line-height: 0.1;
  position: absolute;
  left: 35px;
  top: -187px;
}
@media screen and (max-width: 1700px) {
  .policy-box__title {
    width: 580px;
    top: -160px;
  }
}
@media screen and (max-width: 1500px) {
  .policy-box__title {
    width: 520px;
    top: -145px;
  }
}
@media screen and (max-width: 1300px) {
  .policy-box__title {
    left: 60px;
  }
}
@media screen and (max-width: 900px) {
  .policy-box__title {
    width: 420px;
    top: -115px;
    left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .policy-box__title {
    width: 220px;
    top: -60px;
    left: 20px;
  }
}
.policy-box__inner {
  width: 100%;
  max-width: 620px;
}
.policy-box__inner--02 {
  max-width: 820px;
}
.policy-box__inner__copy {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.8;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .policy-box__inner__copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .policy-box__inner__copy {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .policy-box__inner__copy {
    margin-bottom: 15px;
    font-size: 5vw;
    line-height: 1.6;
  }
}
.policy-box__inner .text-base {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .policy-box__inner .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .policy-box__inner .text-base {
    margin-top: 10px;
  }
}
.policy-box__inner .strong {
  font-weight: 700;
  color: #3a0;
}
.policy-box__inner__since {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .policy-box__inner__since {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .policy-box__inner__since {
    margin-top: 10px;
    font-size: 14px;
  }
}

.history {
  padding: 90px 90px 0;
}
@media screen and (max-width: 1400px) {
  .history {
    padding: 80px 80px 0;
  }
}
@media screen and (max-width: 1300px) {
  .history {
    padding: 80px 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .history {
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .history {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .history {
    padding: 25px 25px 0;
  }
}
.history__lead {
  margin-bottom: 50px;
  width: 100%;
  max-width: 790px;
  font-size: 30px;
  line-height: 1.7;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .history__lead {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .history__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .history__lead {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .history__lead {
    margin-bottom: 30px;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .history__lead {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.history__lead .strong {
  color: #cf1225;
}
.history__list {
  padding-left: 50px;
  width: 100%;
  border-top: 1px solid #bbb;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .history__list {
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .history__list {
    padding-left: 28px;
  }
}
.history__list::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .history__list::before {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .history__list::before {
    width: 28px;
  }
}
.history__list__item {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbb;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .history__list__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item {
    padding: 25px 0;
  }
}
.history__list__item::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -25px;
  width: 1px;
  height: 100%;
  background-color: #b1e72e;
}
@media screen and (max-width: 1024px) {
  .history__list__item::before {
    top: 40px;
    left: -23px;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item::before {
    top: 35px;
    left: -16px;
  }
}
.history__list__item:last-child::before {
  display: none;
}
.history__list__item__year {
  padding-left: 36px;
  width: 150px;
  font-size: 31px;
  line-height: 1;
  color: #5d9a07;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .history__list__item__year {
    padding-left: 17px;
    width: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .history__list__item__year {
    padding-left: 5px;
    width: 100px;
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  .history__list__item__year {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__year {
    font-size: 22px;
  }
}
.history__list__item__year::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #b1e72e;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -35px;
}
@media screen and (max-width: 1024px) {
  .history__list__item__year::before {
    width: 15px;
    height: 15px;
    top: 5px;
    left: -30px;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__year::before {
    width: 11px;
    height: 11px;
    top: 6px;
    left: -21px;
  }
}
.history__list__item__year::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #5d9a07;
  position: absolute;
  top: 16px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .history__list__item__year::after {
    top: 14px;
    width: 18px;
  }
}
@media screen and (max-width: 900px) {
  .history__list__item__year::after {
    display: none;
  }
}
.history__list__item__text {
  padding-top: 3px;
  width: calc(100% - 150px - 20px);
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .history__list__item__text {
    width: calc(100% - 125px - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .history__list__item__text {
    padding-top: 1px;
    width: calc(100% - 100px - 15px);
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .history__list__item__text {
    padding-top: 6px;
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.history__list__item__text__link {
  padding-right: 115px;
  color: #000;
  display: block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .history__list__item__text__link {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .history__list__item__text__link {
    padding-right: 60px;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__text__link {
    padding-right: 37px;
  }
}
.history__list__item__text__link::after {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 21.8% auto;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 40px;
  z-index: 1;
  transition: 0.2s;
}
@media screen and (max-width: 1500px) {
  .history__list__item__text__link::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .history__list__item__text__link::after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__text__link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    background-size: 30% auto;
  }
}
@media screen and (min-width: 1025px) {
  .history__list__item__text__link:hover::after {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
    transform: scale(1.4);
  }
}
.history__list__item__text .icon {
  margin-right: 10px;
  width: 88px;
  height: 22px;
  font-size: 11px;
  color: #fff;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  background-color: #cf1225;
  display: inline-block;
  vertical-align: 6%;
}
@media screen and (max-width: 900px) {
  .history__list__item__text .icon {
    margin-right: 6px;
    width: 76px;
    height: 20px;
    font-size: 10px;
    line-height: 21px;
  }
}
@media screen and (max-width: 599px) {
  .history__list__item__text .icon {
    margin-right: 4px;
    height: 18px;
    line-height: 19px;
  }
}

.case-lead {
  padding: 90px 60px 50px;
}
@media screen and (max-width: 1400px) {
  .case-lead {
    padding: 80px 50px 50px;
  }
}
@media screen and (max-width: 1300px) {
  .case-lead {
    padding: 80px 80px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .case-lead {
    padding: 60px 60px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .case-lead {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 900px) {
  .case-lead {
    padding: 50px 60px 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-lead {
    padding: 25px 25px 30px;
  }
}
.case-lead__copy {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .case-lead__copy {
    margin-bottom: 20px;
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .case-lead__copy {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .case-lead__copy {
    margin-bottom: 5px;
    font-size: 19px;
    text-align: justify;
  }
  .case-lead__copy br {
    display: none;
  }
}

.case-list {
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .case-list {
    margin: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  .case-list {
    margin: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-list {
    margin: 0 25px;
  }
}
.case-list__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1500px) {
  .case-list__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .case-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .case-list__item {
    margin-top: 30px;
    width: 100%;
  }
  .case-list__item:first-child {
    margin-top: 0;
  }
}
.case-list__item__photo {
  position: relative;
}
.case-list__item__photo__case {
  padding-right: 0.01em;
  padding-top: 17px;
  width: 100px;
  height: 100px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #cf1225;
  text-align: center;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .case-list__item__photo__case {
    padding-top: 12px;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__photo__case {
    padding-top: 10px;
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .case-list__item__photo__case {
    padding-top: 12px;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
.case-list__item__photo__case__number {
  margin-top: 0px;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1500px) {
  .case-list__item__photo__case__number {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__photo__case__number {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-list__item__photo__case__number {
    font-size: 40px;
  }
}
.case-list__item__type {
  margin-bottom: 25px;
  padding-left: 0.06em;
  width: 230px;
  height: 45px;
  font-size: 17px;
  line-height: 43px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #590;
}
@media screen and (max-width: 1500px) {
  .case-list__item__type {
    margin-bottom: 20px;
    width: 210px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__type {
    margin-bottom: 15px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media screen and (max-width: 599px) {
  .case-list__item__type {
    width: calc(100% - 80px);
    height: 34px;
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 320px) {
  .case-list__item__type {
    width: 100%;
  }
}
.case-list__item .text-small {
  margin-right: 20px;
  max-width: 350px;
}
@media screen and (max-width: 900px) {
  .case-list__item .text-small {
    line-height: 1.7;
  }
}
.case-list__item__date {
  margin-top: 25px;
  padding: 25px;
  background-color: #eee;
}
@media screen and (max-width: 1500px) {
  .case-list__item__date {
    margin-top: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__date {
    margin-top: 15px;
  }
}
.case-list__item__date__item {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .case-list__item__date__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__date__item {
    margin-top: 15px;
  }
}
.case-list__item__date__item:first-child {
  margin-top: 0;
}
.case-list__item__date__item__title {
  margin-right: 20px;
  width: 90px;
  height: 28px;
  font-size: 13px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .case-list__item__date__item__title {
    margin-right: 12px;
    width: 80px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__date__item__title {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.case-list__item__date__item__text {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .case-list__item__date__item__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .case-list__item__date__item__text {
    padding-left: 0.06em;
    width: 100%;
    font-size: 16px;
    text-align: center;
    display: block;
  }
}

.case-customer {
  margin-top: 115px;
  margin-left: 40px;
  padding: 70px;
  background-color: #eef3ee;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .case-customer {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1300px) {
  .case-customer {
    margin: 70px 40px 0;
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .case-customer {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .case-customer {
    margin: 40px 30px 0;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .case-customer {
    margin: 30px 0 -40px;
    padding: 25px;
  }
}
.case-customer__title {
  margin-bottom: 65px;
  font-size: 30px;
  line-height: 1.5;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .case-customer__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .case-customer__title {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .case-customer__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .case-customer__title {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.case-customer__type__item {
  margin-top: 50px;
  padding: 45px 50px 35px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .case-customer__type__item {
    margin-top: 40px;
    padding: 35px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-customer__type__item {
    margin-top: 35px;
    padding: 30px 25px 22px;
  }
}
.case-customer__type__item:first-child {
  margin-top: 0;
}
.case-customer__type__item__title {
  padding-left: 0.06em;
  width: 230px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #590;
  position: absolute;
  top: -20px;
  left: 25px;
}
@media screen and (max-width: 1500px) {
  .case-customer__type__item__title {
    width: 210px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .case-customer__type__item__title {
    width: 190px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    top: -17px;
  }
}
@media screen and (max-width: 599px) {
  .case-customer__type__item__title {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.case-customer__type__item .list-base {
  margin-top: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .case-customer__type__item .list-base {
    margin-top: -8px;
  }
}
.case-customer__type__item .list-base__item {
  margin-top: 10px;
  margin-left: 20px;
  width: calc((100% - 20px) / 2);
}
.case-customer__type__item .list-base__item:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 1600px) {
  .case-customer__type__item .list-base__item {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .case-customer__type__item .list-base__item {
    margin-top: 8px;
  }
}

.faq-list__item {
  border-bottom: 1px solid #bbb;
}
.faq-list__item:first-child {
  border-top: 1px solid #bbb;
}
.faq-list__item__q {
  padding: 38px 140px 38px 70px;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.faq-list__item__q::before {
  content: "Q";
  font-size: 20px;
  line-height: 1;
  color: #b1e72e;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .faq-list__item__q {
    padding: 38px 75px 38px 40px;
  }
  .faq-list__item__q::before {
    left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .faq-list__item__q {
    padding: 33px 60px 33px 40px;
    font-size: 17px;
  }
  .faq-list__item__q::before {
    left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q {
    padding: 20px 30px 20px 20px;
    font-size: 15px;
  }
  .faq-list__item__q::before {
    top: 33px;
    left: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .faq-list__item__q:hover .faq-list__item__q__plus {
    background-color: #b1e72e;
    border-color: #b1e72e;
  }
  .faq-list__item__q:hover .faq-list__item__q__plus::before {
    background-color: #000;
  }
  .faq-list__item__q:hover .faq-list__item__q__plus::after {
    background-color: #000;
  }
}
.faq-list__item__q.close .faq-list__item__q__plus::after {
  transform: rotate(90deg);
}
.faq-list__item__q__plus {
  width: 46px;
  height: 46px;
  border: 1px solid #aaa;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 50px;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .faq-list__item__q__plus {
    right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .faq-list__item__q__plus {
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q__plus {
    width: 21px;
    height: 21px;
    top: calc(50% - 10px);
  }
}
.faq-list__item__q__plus::before {
  content: "";
  margin: 0 auto;
  width: 50%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.faq-list__item__q__plus::after {
  content: "";
  margin: 0 auto;
  width: 50%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.faq-list__item__a {
  margin-bottom: 40px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  background-color: #eef3ee;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__a {
    margin-bottom: 30px;
    padding: 26px 30px;
  }
}
@media screen and (max-width: 900px) {
  .faq-list__item__a {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__a {
    margin-bottom: 20px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.recruit {
  margin-left: 90px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .recruit {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .recruit {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit {
    margin-left: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .recruit {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit {
    margin: 0 -15px;
    padding-bottom: 0;
  }
}
.recruit__photo {
  width: 100%;
  line-height: 0.1;
}
.recruit__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.recruit__inner__box {
  margin-top: -120px;
  padding: 120px;
  width: calc(100% - 600px);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .recruit__inner__box {
    margin-top: -90px;
    padding: 90px;
  }
}
@media screen and (max-width: 1500px) {
  .recruit__inner__box {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__box {
    margin-top: 0;
    padding: 120px 120px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__inner__box {
    padding: 90px 90px 50px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__inner__box {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__inner__box {
    padding: 25px;
  }
}
.recruit__inner__box__inner {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 1300px) {
  .recruit__inner__box__inner {
    margin: 0 auto;
    max-width: 700px;
  }
}
.recruit__inner__box__inner__copy {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 1.5;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .recruit__inner__box__inner__copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .recruit__inner__box__inner__copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__inner__box__inner__copy {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__inner__box__inner__copy {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 1.6;
  }
}
.recruit__inner__box__inner .text-base {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .recruit__inner__box__inner .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__inner__box__inner .text-base {
    margin-top: 10px;
  }
}
.recruit__inner__photos {
  padding-top: 70px;
  padding-left: 60px;
  width: 600px;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos {
    padding-top: 56px;
    padding-left: 48px;
    width: 480px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos {
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__inner__photos {
    margin: 0 25px;
    width: auto;
  }
}
.recruit__inner__photos__01 {
  text-align: left;
  position: relative;
  z-index: 2;
}
.recruit__inner__photos__01 img {
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos__01 img {
    width: 256px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos__01 img {
    width: 59.26%;
  }
}
.recruit__inner__photos__02 {
  margin-top: -115px;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos__02 {
    margin-top: -92px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos__02 {
    margin-top: -19.167%;
  }
}
.recruit__inner__photos__02 img {
  width: 250px;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos__02 img {
    width: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos__02 img {
    width: 46.296%;
  }
}
.recruit__inner__photos__03 {
  margin-top: -95px;
  margin-left: 50px;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos__03 {
    margin-top: -76px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos__03 {
    margin-top: -15.833%;
    margin-left: 8.333%;
  }
}
.recruit__inner__photos__03 img {
  width: 200px;
}
@media screen and (max-width: 1500px) {
  .recruit__inner__photos__03 img {
    width: 160px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__inner__photos__03 img {
    width: 37.037%;
  }
}
.recruit__job {
  margin: 150px 100px 0 60px;
  padding: 120px 90px 90px;
  background-color: #eef3ee;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .recruit__job {
    margin: 60px 0 0 48px;
    padding: 100px 60px 90px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__job {
    margin: 120px 60px 0;
    padding: 70px 40px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__job {
    margin: 100px 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .recruit__job {
    margin: 80px 40px 0;
    padding: 65px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job {
    margin: 60px 0 0;
    padding: 60px 10px 40px;
  }
}
.recruit__job__title {
  font-size: 80px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: absolute;
  left: 90px;
  top: -48px;
}
@media screen and (max-width: 1500px) {
  .recruit__job__title {
    left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit__job__title {
    font-size: 60px;
    left: 40px;
    top: -36px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__job__title {
    font-size: 50px;
    left: 30px;
    top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job__title {
    margin: 0 auto;
    font-size: 11vw;
    left: 0;
    right: 0;
    top: -6.1vw;
    text-align: center;
  }
}
.recruit__job__title__jp {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 1300px) {
  .recruit__job__title__jp {
    margin-top: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .recruit__job__title__jp {
    margin-top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job__title__jp {
    margin-top: 7px;
    font-size: 13px;
    text-align: center;
  }
}
.recruit__job .recruit-list__item {
  margin-top: 10px;
  border: none;
}
@media screen and (max-width: 599px) {
  .recruit__job .recruit-list__item {
    margin-top: 5px;
  }
}
.recruit__job .recruit-list__item:first-child {
  margin-top: 0;
  border: none;
}
.recruit__job .recruit-list__item__link {
  background-color: #fff;
  padding: 37px 146px 35px 60px;
}
@media screen and (max-width: 1300px) {
  .recruit__job .recruit-list__item__link {
    padding: 32px 100px 30px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__job .recruit-list__item__link {
    padding: 32px 86px 30px 30px;
  }
  .recruit__job .recruit-list__item__link::after {
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job .recruit-list__item__link {
    padding: 25px 22px 22px 22px;
  }
  .recruit__job .recruit-list__item__link::after {
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .recruit__job .recruit-list__item__link:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 599px) {
  .recruit__job .recruit-list__item__link__text {
    margin-right: 20px;
  }
}
.recruit__job__btn-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1300px) {
  .recruit__job__btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit__job__btn-wrapper {
    margin-top: 20px;
  }
}
.recruit__job__btn-wrapper .btn-box {
  margin: 0 auto;
}

.recruit-list-title {
  margin-bottom: 60px;
  font-size: 70px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1200px) {
  .recruit-list-title {
    margin-bottom: 45px;
    font-size: 60px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-list-title {
    margin-bottom: 35px;
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list-title {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 9.4vw;
  }
}
.recruit-list-title__jp {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 900px) {
  .recruit-list-title__jp {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list-title__jp {
    margin-top: 10px;
    font-size: 14px;
  }
}

.recruit-list {
  width: 100%;
}
.recruit-list__item {
  border-bottom: 1px solid #ddd;
}
.recruit-list__item:first-child {
  border-top: 1px solid #ddd;
}
.recruit-list__item__link {
  padding: 37px 146px 35px 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .recruit-list__item__link {
    padding: 32px 100px 30px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-list__item__link {
    padding: 32px 50px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link {
    padding: 25px 30px 22px 0;
  }
}
.recruit-list__item__link::after {
  content: "";
  width: 46px;
  height: 46px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  background-image: url(../img/common/arrow01_black.svg);
  background-repeat: no-repeat;
  background-size: 21.8% auto;
  background-position: 50% 50%;
  position: absolute;
  top: calc(50% - 23px);
  right: 50px;
  z-index: 1;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .recruit-list__item__link::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-list__item__link::after {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    background-size: 30% auto;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-list__item__link:hover {
    background-color: rgba(238, 243, 238, 0.5);
  }
  .recruit-list__item__link:hover::after {
    background-color: #b1e72e;
    border: 1px solid #b1e72e;
    transform: scale(1.4);
  }
}
.recruit-list__item__link__icons .recruit-icon {
  margin-right: 10px;
  vertical-align: 5%;
}
@media screen and (max-width: 900px) {
  .recruit-list__item__link__icons .recruit-icon {
    margin-right: 8px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link__icons .recruit-icon {
    margin-right: 5px;
  }
}
.recruit-list__item__link__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  text-align: left;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .recruit-list__item__link__text {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-list__item__link__text {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.recruit-icon {
  padding: 0 18px;
  width: auto;
  height: 28px;
  font-size: 13px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #e9e9e9;
  border-radius: 14px;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .recruit-icon {
    padding: 0 14px;
    height: 24px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-icon {
    margin-bottom: 5px;
    padding: 0 10px;
    height: 20px;
    font-size: 10px;
    line-height: 21px;
    border-radius: 10px;
  }
}
.recruit-icon.new {
  padding: 0;
  width: 62px;
  color: #fff;
  background-color: #77c311;
}
@media screen and (max-width: 900px) {
  .recruit-icon.new {
    width: 56px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-icon.new {
    width: 42px;
  }
}
.recruit-icon.urgent {
  padding: 0;
  width: 62px;
  color: #fff;
  background-color: #cf1225;
}
@media screen and (max-width: 900px) {
  .recruit-icon.urgent {
    width: 56px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-icon.urgent {
    width: 50px;
  }
}

.recruit-btn {
  position: absolute;
  top: 110px;
  right: 100px;
}
@media screen and (max-width: 1300px) {
  .recruit-btn {
    top: 90px;
    right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-btn {
    top: 65px;
    right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-btn {
    margin-top: 50px;
    position: relative;
    top: auto;
    right: auto;
  }
  .recruit-btn .btn-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit-btn {
    margin-top: 25px;
  }
}

.recruit-detail-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .recruit-detail-title {
    margin-bottom: 12px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-title {
    margin-bottom: 8px;
    font-size: 5.5vw;
  }
}

.recruit-detail-list {
  margin: 60px auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .recruit-detail-list {
    margin: 50px auto;
  }
}
@media screen and (max-width: 900px) {
  .recruit-detail-list {
    margin: 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-list {
    margin: 25px auto;
  }
}
.recruit-detail-list__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruit-detail-list__item:first-child .recruit-detail-list__item__title {
  border-top: 1px solid #000;
}
.recruit-detail-list__item:first-child .recruit-detail-list__item__text {
  border-top: 1px solid #bbb;
}
@media screen and (max-width: 599px) {
  .recruit-detail-list__item:first-child .recruit-detail-list__item__text {
    border-top: none;
  }
}
.recruit-detail-list__item__title {
  padding: 38px 25px;
  width: 250px;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .recruit-detail-list__item__title {
    padding: 25px 10px;
    width: 150px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-list__item__title {
    padding: 20px 0 0;
    width: 100%;
    border-bottom: none;
  }
}
.recruit-detail-list__item__text {
  padding: 38px 40px;
  width: calc(100% - 250px - 10px);
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 900px) {
  .recruit-detail-list__item__text {
    width: calc(100% - 150px - 10px);
    padding: 25px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-list__item__text {
    padding: 0 0 20px;
    width: 100%;
  }
}

.recruit-detail-contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .recruit-detail-contact {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-detail-contact {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-contact {
    margin-bottom: 25px;
  }
}
.recruit-detail-contact__title {
  padding-left: 0.06em;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 68px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 900px) {
  .recruit-detail-contact__title {
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-contact__title {
    height: 40px;
    font-size: 15px;
    line-height: 39px;
  }
}
.recruit-detail-contact__inner {
  padding: 30px 30px 40px;
  text-align: center;
  border: 1px solid #000;
}
@media screen and (max-width: 900px) {
  .recruit-detail-contact__inner {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-contact__inner {
    padding: 18px 10px 22px;
  }
}
.recruit-detail-contact__inner__text {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .recruit-detail-contact__inner__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-contact__inner__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.recruit-detail-contact__inner__tel {
  margin: 5px 0 10px;
  font-size: 36px;
  line-height: 1;
  color: #77c311;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
  cursor: auto;
}
@media screen and (max-width: 900px) {
  .recruit-detail-contact__inner__tel {
    margin: 5px 0 5px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-detail-contact__inner__tel {
    font-size: 27px;
  }
}

.recruit-detail-btn .btn-box {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}

.contact-box {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.contact-box__nav {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1300px) {
  .contact-box__nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-box__nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__nav {
    margin-bottom: 18px;
  }
}
.contact-box__nav__item {
  padding: 5px;
  width: calc((100% - 40px) / 3);
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #999;
  font-weight: 700;
  text-align: center;
  background-color: #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: normal;
}
.contact-box__nav__item::before {
  content: "";
  border-width: 25px 0 25px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #eee;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .contact-box__nav__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__nav__item {
    font-size: 13px;
    line-height: 1.1;
  }
  .contact-box__nav__item::before {
    border-width: 25px 0 25px 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__nav__item {
    height: 40px;
    width: calc((100% - 10px) / 3);
    font-size: 11px;
  }
  .contact-box__nav__item::before {
    border-width: 20px 0 20px 5px;
    right: -5px;
  }
}
.contact-box__nav__item.now {
  color: #fff;
  background-color: #b1e72e;
}
.contact-box__nav__item.now::before {
  border-color: transparent transparent transparent #b1e72e;
}
.contact-box__nav__item:last-child::before {
  display: none;
}
.contact-box__form {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .contact-box__form {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-box__form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form {
    margin-top: 25px;
  }
}
.contact-box__form::before {
  content: "";
  width: 260px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 900px) {
  .contact-box__form::before {
    width: 168px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form::before {
    width: 80px;
  }
}
.contact-box__form__item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .contact-box__form__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form__item {
    margin-top: 30px;
  }
}
.contact-box__form__item__title {
  width: 240px;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .contact-box__form__item__title {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form__item__title {
    margin-bottom: 10px;
  }
}
.contact-box__form__item__title .icon-required {
  margin-left: 10px;
  padding-left: 0.06em;
  width: 58px;
  height: 18px;
  font-size: 11px;
  line-height: 16px;
  color: #77c311;
  text-align: center;
  border: 1px solid #77c311;
  display: inline-block;
  vertical-align: 5%;
}
.contact-box__form__item__form {
  width: calc(100% - 240px - 20px);
}
@media screen and (max-width: 900px) {
  .contact-box__form__item__form {
    width: 100%;
  }
}
.contact-box__form__item__form__list {
  margin-top: 10px;
  margin-left: -35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .contact-box__form__item__form__list {
    margin-top: -5px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form__item__form__list {
    margin-top: 0;
    margin-left: 0;
    padding: 25px;
    background-color: #eef3ee;
  }
}
.contact-box__form__item__form__list__item {
  margin-top: 10px;
  margin-left: 35px;
}
@media screen and (max-width: 900px) {
  .contact-box__form__item__form__list__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__form__item__form__list__item {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  .contact-box__form__item__form__list__item:first-child {
    margin-top: 0;
  }
}
.contact-box__privacy {
  margin-top: 70px;
  padding: 40px;
  background-color: #eee;
}
@media screen and (max-width: 1300px) {
  .contact-box__privacy {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__privacy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__privacy {
    margin-top: 25px;
    padding: 25px;
  }
}
.contact-box__privacy__text {
  font-size: 15px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact-box__privacy__text {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__privacy__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.contact-box__privacy__text__link {
  color: #cf1225;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .contact-box__privacy__text__link:hover {
    text-decoration: none;
  }
}
.contact-box__privacy__btn {
  margin: 20px auto 0;
  padding: 25px 55px;
  width: 100%;
  max-width: 450px;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contact-box__privacy__btn {
    margin-top: 15px;
    padding: 25px 45px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .contact-box__privacy__btn:hover {
    background-color: #b1e72e;
    transform: translateY(3px);
  }
}
.contact-box__privacy__btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
}
@media screen and (max-width: 599px) {
  .contact-box__privacy__btn::before {
    left: 15px;
  }
}
.contact-box__privacy__btn::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 4px);
  left: 24px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .contact-box__privacy__btn::after {
    left: 19px;
  }
}
.contact-box__privacy .errors-text {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact-box__privacy .errors-text {
    text-align: left;
  }
}
.contact-box__btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .contact-box__btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__btn-wrapper {
    margin-top: 25px;
  }
}
.contact-box__btn-wrapper--line {
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
.contact-box__btn-wrapper--line::before {
  content: "";
  margin: 0 auto;
  width: 260px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .contact-box__btn-wrapper--line {
    padding-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__btn-wrapper--line {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__btn-wrapper--line {
    padding-top: 30px;
  }
  .contact-box__btn-wrapper--line::before {
    width: 120px;
  }
}
.contact-box__btn-wrapper .btn-box {
  width: 240px;
}
.contact-box__btn-wrapper .btn-box--back {
  padding-left: 30px;
  margin-right: 15px;
  width: 160px;
}
@media screen and (max-width: 599px) {
  .contact-box__btn-wrapper .btn-box--back {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    width: 240px;
  }
}

input {
  padding: 0 0 0 20px;
  width: 100%;
  height: 58px;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  background-color: #eef3ee;
  border: none;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  input {
    padding-left: 15px;
    height: 50px;
  }
}

.input-hide {
  display: none;
}

.radio-link {
  padding-left: 24px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 599px) {
  .radio-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .radio-link:hover {
    color: #cf1225;
    transform: translateY(3px);
  }
}
.radio-link::before {
  content: "";
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #aaa;
  position: absolute;
}
.radio-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 5px;
  opacity: 0;
  transition: 0.5s;
}

input[type=radio].input-hide:checked + .radio-link::after {
  opacity: 1;
}

textarea {
  padding: 10px 20px;
  width: 100%;
  height: 200px;
  background-color: #eef3ee;
  border: none;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  border-radius: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  textarea {
    padding: 10px 15px;
  }
}

input[type=checkbox].input-hide:checked + .contact-box__privacy__btn {
  background-color: #b1e72e;
}
input[type=checkbox].input-hide:checked + .contact-box__privacy__btn::after {
  opacity: 1;
}

:input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/*エラーページの処理*/
.errors-message {
  margin-top: 25px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #cf1225;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #cf1225;
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
}

.errors-text {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.6em;
  color: #cf1225;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.errors-box {
  border: 1px solid #77c311 !important;
  box-sizing: inherit;
}

/*確認ページの処理*/
.confirm-text {
  padding: 14px 0 18px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .confirm-text {
    padding: 0 0 18px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .confirm-text {
    margin-top: -5px;
  }
}

.complete-box {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .complete-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box {
    margin-top: 25px;
  }
}
.complete-box__copy {
  margin-bottom: 45px;
  padding-left: 0.06em;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
}
.complete-box__copy br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .complete-box__copy {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .complete-box__copy {
    margin-bottom: 25px;
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box__copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
  .complete-box__copy br {
    display: inline;
  }
}
.complete-box__text {
  margin: 0 auto;
  max-width: 800px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .complete-box__text {
    text-align: left;
  }
  .complete-box__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .complete-box__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box__text {
    line-height: 1.9;
  }
}

.privacy {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.privacy-list__item {
  padding: 50px 0;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1200px) {
  .privacy-list__item {
    padding: 40px 0;
  }
}
@media screen and (max-width: 900px) {
  .privacy-list__item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .privacy-list__item {
    padding: 25px 0;
  }
}
.privacy-list__item:first-child {
  padding-top: 10px;
  border-top: none;
}
@media screen and (max-width: 900px) {
  .privacy-list__item:first-child {
    padding-top: 5px;
  }
}
.privacy-list__item:last-child {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */</pre></body></html>