@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

/* 基本
***************************************************************/
html {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}

main {
  margin-top: 110px;
  overflow: hidden;
}

@media screen and (max-width: 1360px) {
  html {
    font-size: 1.1764705882vw;
  }
  main {
    margin-top: 8.0882352941vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 3.7333333333vw;
  }
  main {
    margin-top: 0;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 120px 0;
  background: #fff;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1360px) {
  section {
    padding: 8.8235294118vw 0;
  }
  .inner {
    max-width: 85.2941176471vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 13.3333333333vw 0;
  }
  .inner {
    padding: 0 6.6666666667vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.hover_up {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hover_up:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.space {
  margin-left: -0.5em;
}

.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

.col_1 {
  color: #d61b1b;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-weight: bold;
  line-height: 1;
}

.section_title .en {
  display: block;
  font-size: 100px;
}

.section_title .ja {
  display: block;
  color: #d61b1b;
  font-size: 24px;
  margin-top: 10px;
}

@media screen and (max-width: 1360px) {
  .section_title {
    font-weight: bold;
    line-height: 1;
  }
  .section_title .en {
    display: block;
    font-size: 7.3529411765vw;
  }
  .section_title .ja {
    display: block;
    color: #d61b1b;
    font-size: 1.7647058824vw;
    margin-top: 0.7352941176vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 16vw;
  }
  .section_title .ja {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.btn {
  width: 240px;
}

.btn_link {
  font-weight: 500;
  color: #d61b1b;
  border-radius: 27px;
  padding: 13px 30px;
  background: #fff;
  border: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
  position: relative;
  left: 0;
}

@media screen and (min-width: 681px) {
  .btn_link:hover::after {
    left: 5px;
  }
}
@media screen and (max-width: 1360px) {
  .btn {
    width: 17.6470588235vw;
  }
  .btn_link {
    font-weight: 500;
    color: #d61b1b;
    border-radius: 1.9852941176vw;
    padding: 0.9558823529vw 2.2058823529vw;
    background: #fff;
    border: 0.1470588235vw solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn_link::after {
    content: "";
    display: inline-block;
    width: 1.0294117647vw;
    height: 0.8823529412vw;
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    width: 60vw;
  }
  .btn_link {
    border-radius: 13.2vw;
    padding: 4vw 8vw;
  }
  .btn_link::after {
    width: 4.8vw;
    height: 3.2vw;
  }
}
/* 共通パーツ
***************************************************************/
.cta {
  background: #c71b0d;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.cta::before {
  content: "";
  display: inline-block;
  width: 1116px;
  height: 462px;
  background-image: url(../images/common/cta_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cta .section_title {
  color: #fff;
  text-align: center;
}

.cta .section_title .ja {
  color: #fff;
}

.cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.cta_content_link {
  width: 360px;
  height: 103px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.cta_content_link.link01 {
  font-size: 36px;
  line-height: 1.3;
  padding-top: 8px;
}

.cta_content_link_icon {
  width: 36px;
}

.cta_content_linkBox .sub {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 1360px) {
  .cta {
    background: #c71b0d;
    padding: 7.3529411765vw 0;
    position: relative;
    z-index: 1;
  }
  .cta::before {
    content: "";
    display: inline-block;
    width: 82.0588235294vw;
    height: 33.9705882353vw;
    background-image: url(../images/common/cta_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .cta .section_title {
    color: #fff;
    text-align: center;
  }
  .cta .section_title .ja {
    color: #fff;
  }
  .cta_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4705882353vw;
    margin-top: 2.9411764706vw;
  }
  .cta_content_link {
    width: 26.4705882353vw;
    height: 7.5735294118vw;
    border-radius: 0.3676470588vw;
    background: #fff;
    font-weight: bold;
    font-size: 1.7647058824vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.0294117647vw;
    text-align: center;
  }
  .cta_content_link.link01 {
    font-size: 2.6470588235vw;
    line-height: 1.3;
    padding-top: 0.5882352941vw;
  }
  .cta_content_link_icon {
    width: 2.6470588235vw;
  }
  .cta_content_linkBox .sub {
    font-size: 1.3235294118vw;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .cta {
    padding: 13.3333333333vw 0;
  }
  .cta::before {
    width: 148.8vw;
    height: 61.6vw;
  }
  .cta_content {
    flex-flow: column;
    gap: 4vw;
    margin-top: 8vw;
  }
  .cta_content_link {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
    border-radius: 1.3333333333vw;
    font-size: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
  .cta_content_link.link01 {
    font-size: 8vw;
    padding-top: 1.0666666667vw;
  }
  .cta_content_link_icon {
    width: 6vw;
    position: relative;
    top: 2.6666666667vw;
  }
  .cta_content_linkBox .sub {
    font-size: 3.7333333333vw;
  }
}
.bread_list {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bread_item {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #726b66;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bread_item:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/icon_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.bread_item::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.bread_item:nth-last-of-type(1)::after {
  display: none;
}

@media screen and (max-width: 680px) {
  .bread_item::after {
    top: 0;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.header_logo {
  width: 88px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.global_nav_list {
  display: flex;
  gap: 30px;
}

.global_nav_item a {
  font-size: 15px;
  font-weight: 500;
  color: #D61B1B;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
}

.global_nav_item a::after {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 2px solid #D61B1B;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: 0.3s;
}

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

.header_contact_link {
  border-radius: 5px;
  padding: 4px 15px 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  height: 60px;
}

.header_contact_link_icon {
  width: auto;
}

.header_contact_link .textBox {
  flex: 1;
}

.header_contact_link .sub {
  font-size: 12px;
  display: block;
}

.header_contact_link.link01 {
  background: #24b963;
}

.header_contact_link.link02 {
  background: #26306a;
  font-size: 22px;
  padding: 5px 15px 0;
}

.header_contact_link.link03 {
  background: #de2929;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover::after {
    left: 0;
  }
}
@media screen and (max-width: 1366px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 1.1029411765vw 2.2058823529vw;
    background: #fff;
    box-shadow: 0.2205882353vw 0.2205882353vw 0.7352941176vw rgba(0, 0, 0, 0.2);
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.9411764706vw;
  }
  .header_logo {
    width: 6.4705882353vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.4705882353vw;
    flex: 1;
  }
  .global_nav_list {
    display: flex;
    gap: 2.2058823529vw;
  }
  .global_nav_item a {
    font-size: 1.1029411765vw;
    font-weight: 500;
    color: #D61B1B;
  }
  .header_contact {
    display: flex;
    align-items: center;
    gap: 0.7352941176vw;
  }
  .header_contact_link {
    border-radius: 0.3676470588vw;
    padding: 0.2941176471vw 1.1029411765vw 0;
    display: inline-flex;
    align-items: center;
    gap: 0.7352941176vw;
    color: #fff;
    font-size: 1.1029411765vw;
    line-height: 1.4;
    height: 4.4117647059vw;
  }
  .header_contact_link_icon {
    width: auto;
  }
  .header_contact_link .textBox {
    flex: 1;
  }
  .header_contact_link .sub {
    font-size: 0.8823529412vw;
    display: block;
  }
  .header_contact_link.link01 {
    background: #24b963;
  }
  .header_contact_link.link02 {
    background: #26306a;
    font-size: 1.6176470588vw;
    padding: 0.3676470588vw 1.1029411765vw 0;
  }
  .header_contact_link.link03 {
    background: #de2929;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 0 0 0 5.3333333333vw;
    background: unset;
    box-shadow: unset;
  }
  .header_inner {
    display: block;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 15.2vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background: #C71B0D;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8vw;
    height: 1px;
    margin: auto;
    text-indent: -1333.2vw;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -2vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 2vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 6.6666666667vw 13.3333333333vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 24vw;
  }
  .global_nav_list {
    display: block;
    gap: 0;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4vw 0;
    border-bottom: 2px solid #DDDDDD;
    font-size: 4.5333333333vw;
    color: #222;
    position: relative;
  }
  .global_nav_item a::before {
    content: "";
    display: inline-block;
    width: 4.6666666667vw;
    height: 3.3333333333vw;
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .header_contact {
    flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .header_contact_link {
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw 5.3333333333vw 0;
    gap: 2.6666666667vw;
    font-size: 5.3333333333vw;
    height: 18.9333333333vw;
    width: 100%;
  }
  .link01 .header_contact_link_icon {
    width: 13.3333333333vw;
    height: 12.8vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .link02 .header_contact_link_icon {
    width: 13.3333333333vw;
    height: 9.3333333333vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .link03 .header_contact_link_icon {
    width: 13.3333333333vw;
    height: 7.4666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header_contact_link .sub {
    font-size: 3.7333333333vw;
  }
  .header_contact_link.link02 {
    font-size: 7.6vw;
    padding: 1.0666666667vw 5.3333333333vw 0;
  }
  .header_contact_link.link03 {
    text-align: left;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 50px 0 50px;
  background: #fff;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_contentBox:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer_logo {
  width: 146px;
}

.footer_address_text01 {
  font-weight: bold;
}

.footer_address_text02 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.footer_navList {
  display: flex;
  gap: 50px;
}

.footer_navItem {
  font-weight: 500;
  font-size: 15px;
}

.footer_sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 30px;
}

.footer_sns_icon {
  width: 30px;
}

.copyright {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #aaa;
  margin-top: 25px;
}

@media screen and (max-width: 1360px) {
  footer {
    padding: 3.6764705882vw 0 3.6764705882vw;
  }
  .footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_contentBox:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 2.0588235294vw;
  }
  .footer_logo {
    width: 10.7352941176vw;
  }
  .footer_address_text01 {
    font-weight: bold;
  }
  .footer_address_text02 {
    font-weight: 500;
    font-size: 1.0294117647vw;
    margin-top: 0.7352941176vw;
  }
  .footer_navList {
    display: flex;
    gap: 3.6764705882vw;
  }
  .footer_navItem {
    font-weight: 500;
    font-size: 1.1029411765vw;
  }
  .footer_sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.1764705882vw;
    margin-top: 2.2058823529vw;
  }
  .footer_sns_icon {
    width: 2.2058823529vw;
  }
  .copyright {
    text-align: right;
    font-weight: 500;
    font-size: 0.8823529412vw;
    color: #aaa;
    margin-top: 1.8382352941vw;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 8vw 0 5.3333333333vw;
  }
  .footer_content {
    flex-flow: column;
  }
  .footer_contentBox {
    width: 100%;
  }
  .footer_contentBox:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 2vw;
  }
  .footer_logo {
    width: 18.1333333333vw;
  }
  .footer_address_text02 {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .footer_navList {
    display: block;
    border-top: 1px solid #DDDDDD;
    width: 100%;
    margin-top: 6.2666666667vw;
  }
  .footer_navItem {
    font-size: 3.7333333333vw;
    padding: 4vw 0;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  .footer_navItem::before {
    content: "";
    display: inline-block;
    width: 4.6666666667vw;
    height: 3.3333333333vw;
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .footer_sns {
    justify-content: flex-start;
    gap: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
  .footer_sns_icon {
    width: 6.6666666667vw;
  }
  .copyright {
    text-align: center;
    font-size: 2.6666666667vw;
    margin-top: 8.9333333333vw;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
/* FV
***************************************************************/
.fv {
  padding: 0;
  position: relative;
  padding-left: 120px;
  background: unset;
}

.fv .inner {
  max-width: unset;
  height: calc(100vh - 110px);
}

.fv_bg {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}

.fv_title {
  position: absolute;
  left: 80px;
  bottom: 60px;
}

.fv_scroll {
  width: 42px;
  position: absolute;
  left: 38px;
  bottom: 40px;
}

@media screen and (max-width: 1360px) {
  .fv {
    padding: 0;
    position: relative;
    padding-left: 8.8235294118vw;
  }
  .fv .inner {
    max-width: unset;
  }
  .fv_bg {
    height: calc(100vh - 8.0882352941vw);
  }
  .fv_title {
    position: absolute;
    left: 5.8823529412vw;
    bottom: 4.4117647059vw;
  }
  .fv_scroll {
    width: 3.0882352941vw;
    position: absolute;
    left: 2.7941176471vw;
    bottom: 2.9411764706vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    padding-left: 0;
  }
  .fv .inner {
    max-width: unset;
    padding: 0;
  }
  .fv_bg {
    height: 100vh;
    height: 100svh;
  }
  .fv_title {
    position: absolute;
    bottom: 10.6666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89.3333333333vw;
  }
  .fv_scroll {
    width: 4.1333333333vw;
    position: absolute;
    top: 50%;
    left: 5.0666666667vw;
    transform: translate(0, -50%);
    bottom: unset;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 160px 0 0;
  overflow: hidden;
  background: unset;
}

.sec1 .inner {
  position: relative;
  padding-bottom: 250px;
}

.sec1_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}

.sec1_title span {
  background: #fff;
  padding: 10px;
}

.sec1_title span:nth-of-type(n + 2) {
  margin-top: 10px;
}

.sec1_text {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}

.sec1_img {
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 105px;
  width: auto;
}

@media screen and (max-width: 1470px) {
  .sec1 .inner {
    padding: 0 60px 250px;
  }
  .sec1_img {
    left: 60px;
  }
}
@media screen and (max-width: 1360px) {
  .sec1 {
    padding: 11.7647058824vw 0 0;
    overflow: hidden;
  }
  .sec1 .inner {
    position: relative;
    padding: 0 4.4117647059vw 18.3823529412vw;
  }
  .sec1_title {
    font-weight: bold;
    font-size: 2.9411764706vw;
    line-height: 1;
  }
  .sec1_title span {
    background: #fff;
    padding: 0.7352941176vw;
  }
  .sec1_title span:nth-of-type(n + 2) {
    margin-top: 0.7352941176vw;
  }
  .sec1_text {
    font-weight: 500;
    font-size: 1.4705882353vw;
    color: #fff;
    margin-top: 2.9411764706vw;
  }
  .sec1_img {
    position: absolute;
    left: 4.4117647059vw;
    bottom: -2.2058823529vw;
    height: 7.7205882353vw;
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 36vw 0 0;
  }
  .sec1 .inner {
    padding: 0 2.6666666667vw 44vw;
  }
  .sec1_title {
    font-size: 6.4vw;
  }
  .sec1_title span {
    padding: 2.6666666667vw;
  }
  .sec1_title span:nth-of-type(n + 2) {
    margin-top: 2vw;
  }
  .sec1_text {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
  .sec1_img {
    left: 1.3333333333vw;
    bottom: -4vw;
    height: auto;
    width: 166.6666666667vw;
  }
}
/* Section2
***************************************************************/
.sec2 .inner {
  max-width: 1050px;
}

.sec2_title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.sec2_item {
  height: 240px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #c71b0d;
  position: relative;
}

.sec2_item_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 0 35px;
}

.sec2_item_img {
  width: 94px;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.sec2_subTitle {
  font-weight: bold;
  font-size: 36px;
  margin-top: 80px;
  position: relative;
  text-align: center;
}

.sec2_subTitle::before {
  content: "";
  display: inline-block;
  width: 715.04px;
  height: 18.02px;
  background-image: url(../images/icon/icon_border01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1360px) {
  .sec2 .inner {
    max-width: 77.2058823529vw;
  }
  .sec2_title {
    font-weight: bold;
    font-size: 2.3529411765vw;
    text-align: center;
  }
  .sec2_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.2058823529vw;
    margin-top: 2.5735294118vw;
  }
  .sec2_item {
    height: 17.6470588235vw;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #c71b0d;
    position: relative;
  }
  .sec2_item_text {
    font-weight: 500;
    font-size: 1.3235294118vw;
    line-height: 2.3529411765vw;
    text-align: center;
    color: #fff;
    padding: 0 2.5735294118vw;
  }
  .sec2_item_img {
    width: 6.9117647059vw;
    position: absolute;
    right: 0;
    bottom: -1.4705882353vw;
  }
  .sec2_subTitle {
    font-weight: bold;
    font-size: 2.6470588235vw;
    margin-top: 5.8823529412vw;
    position: relative;
    text-align: center;
  }
  .sec2_subTitle::before {
    content: "";
    display: inline-block;
    width: 52.5764705882vw;
    height: 1.325vw;
    background-image: url(../images/icon/icon_border01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -1.3970588235vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 680px) {
  .sec2 .inner {
    max-width: unset;
  }
  .sec2_title {
    font-size: 5.3333333333vw;
  }
  .sec2_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13.3333333333vw 4vw;
    margin-top: 4.6666666667vw;
  }
  .sec2_item {
    height: 40vw;
  }
  .sec2_item_text {
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
  .sec2_item_img {
    width: 19.6vw;
    position: absolute;
    bottom: -8vw;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
  }
  .sec2_subTitle {
    font-size: 6.4vw;
    margin-top: 14vw;
  }
  .sec2_subTitle::before {
    width: 74vw;
    height: 2.6666666667vw;
    bottom: -3.2vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: linear-gradient(to right, #26306a 50%, #c71b0d 50%);
  padding: 60px 0;
}

.sec3 .inner {
  max-width: 1260px;
}

.sec3_content {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.sec3_contentBox_title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.sec3_contentBox_img {
  margin-top: 20px;
}

.sec3_contentBox_text {
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.sec3_contentBox .btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 1360px) {
  .sec3 {
    background: linear-gradient(to right, #26306a 50%, #c71b0d 50%);
    padding: 4.4117647059vw 0;
  }
  .sec3 .inner {
    max-width: 92.6470588235vw;
  }
  .sec3_content {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.3529411765vw;
  }
  .sec3_contentBox_title {
    font-size: 2.0588235294vw;
    font-weight: bold;
    color: #fff;
  }
  .sec3_contentBox_img {
    margin-top: 1.4705882353vw;
  }
  .sec3_contentBox_text {
    font-weight: 500;
    color: #fff;
    margin-top: 1.1029411765vw;
  }
  .sec3_contentBox .btn {
    margin: 2.2058823529vw auto 0;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    background: unset;
    padding: 0;
  }
  .sec3 .inner {
    max-width: unset;
    padding: 0;
  }
  .sec3_content {
    display: block;
  }
  .sec3_contentBox {
    position: relative;
    padding: 10.6666666667vw 6.6666666667vw;
    background: #26306A;
  }
  .sec3_contentBox:nth-of-type(2) {
    background: #C71C0E;
  }
  .sec3_contentBox_title {
    font-size: 5.3333333333vw;
  }
  .sec3_contentBox_img {
    margin-top: 5.3333333333vw;
  }
  .sec3_contentBox_text {
    margin-top: 5.3333333333vw;
    text-align: left;
  }
  .sec3_contentBox .btn {
    margin: 5.3333333333vw auto 0;
  }
}
/* Section4
***************************************************************/
.sec4 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

.sec4_content {
  max-width: 460px;
}

.sec4_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin-top: 40px;
}

.sec4_contentBox {
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
}

.sec4_contentBox:nth-of-type(n + 2) {
  margin-top: 48px;
}

.sec4_contentBox_title {
  font-weight: bold;
  font-size: 30px;
  writing-mode: vertical-rl;
}

.sec4_list {
  border-left: 1px solid #d61b1b;
  padding-left: 30px;
  margin-left: 30px;
}

.sec4_item {
  font-weight: 500;
  position: relative;
}

.sec4_item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  background: #d61b1b;
  left: -10px;
  top: 10px;
}

.sec4_imgBox_img02 {
  margin-top: 40px;
}

@media screen and (max-width: 1360px) {
  .sec4 .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2058823529vw;
    align-items: center;
  }
  .sec4_content {
    max-width: 33.8235294118vw;
  }
  .sec4_text {
    font-weight: 500;
    font-size: 1.3235294118vw;
    line-height: 2.6470588235vw;
    margin-top: 2.9411764706vw;
  }
  .sec4_contentBox {
    margin-top: 5.1470588235vw;
    display: flex;
    align-items: flex-start;
  }
  .sec4_contentBox:nth-of-type(n + 2) {
    margin-top: 3.5294117647vw;
  }
  .sec4_contentBox_title {
    font-weight: bold;
    font-size: 2.2058823529vw;
    writing-mode: vertical-rl;
  }
  .sec4_list {
    border-left: 0.0735294118vw solid #d61b1b;
    padding-left: 2.2058823529vw;
    margin-left: 2.2058823529vw;
  }
  .sec4_item {
    font-weight: 500;
    position: relative;
  }
  .sec4_item::before {
    content: "";
    display: inline-block;
    width: 0.3676470588vw;
    height: 0.3676470588vw;
    border-radius: 50%;
    position: absolute;
    background: #d61b1b;
    left: -0.7352941176vw;
    top: 0.7352941176vw;
  }
  .sec4_imgBox_img02 {
    margin-top: 2.9411764706vw;
  }
}
@media screen and (max-width: 680px) {
  .sec4 .inner {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
  .sec4_content {
    display: contents;
  }
  .sec4 .section_title {
    order: 1;
  }
  .sec4_text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 8vw;
    order: 2;
  }
  .sec4_imgBox {
    order: 3;
    margin-top: 8vw;
  }
  .sec4_imgBox_img02 {
    margin-top: 8vw;
    padding-left: 12vw;
  }
  .sec4_contentBox {
    margin-top: 8vw;
    display: flex;
    align-items: flex-start;
    order: 4;
  }
  .sec4_contentBox:nth-of-type(n + 2) {
    margin-top: 6.4vw;
  }
  .sec4_contentBox_title {
    font-size: 6.4vw;
  }
  .sec4_list {
    padding-left: 6.6666666667vw;
    margin-left: 4vw;
  }
  .sec4_item::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: -2.6666666667vw;
    top: 2vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  overflow: hidden;
}

.sec5_text {
  font-weight: 500;
  margin-top: 40px;
  width: 50%;
}

.sec5_content {
  margin-top: 50px;
  position: relative;
}

.swiper {
  margin-right: calc(50% - 50vw);
}

.swiper-slide {
  width: 420px;
  margin-right: 30px;
  cursor: pointer;
}

.swiper-slide img {
  height: 300px;
  transition: 0.3s;
}

.swiper-slide_text {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.swiper-slide_text::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.swiper-button-prev {
  position: absolute;
  right: 60px;
  top: -75px;
  left: unset;
  color: unset;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1, 1);
}

.swiper-button-next {
  position: absolute;
  right: 0;
  top: -75px;
  color: unset;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0;
}

.swiper-scrollbar2 {
  position: absolute;
  top: -75px;
  width: 300px;
  right: 140px;
  height: 5px;
  background: #ddd;
  border-radius: 15px;
}

.swiper-scrollbar-drag {
  background-color: #d61b1b;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  border-radius: 15px;
}

/* モーダルを開くボタン */
/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.sec5_modalList_item {
  background: #fff;
  padding: 30px;
  width: 700px;
  min-height: 620px;
  position: relative;
  display: none;
}

.modal.is-active .sec5_modalList_item {
  display: block;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.sec5_modalList_item_img {
  height: 380px;
}

.sec5_modalList_item_title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}

.sec5_modalList_item_text {
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (min-width: 681px) {
  .swiper-slide:hover img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1360px) {
  .sec5 {
    overflow: hidden;
  }
  .sec5_text {
    font-weight: 500;
    margin-top: 40px;
    width: 50%;
  }
  .sec5_content {
    margin-top: 50px;
    position: relative;
  }
  .swiper {
    margin-right: calc(50% - 50vw);
  }
  .swiper-slide {
    width: 420px;
    margin-right: 30px;
    cursor: pointer;
  }
  .swiper-slide img {
    height: 300px;
  }
  .swiper-slide_text {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
  }
  .swiper-slide_text::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/icon_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: -2px;
  }
  .swiper-button-prev {
    position: absolute;
    right: 60px;
    top: -75px;
    left: unset;
    color: unset;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon/icon_arrow_slide.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(-1, 1);
  }
  .swiper-button-next {
    position: absolute;
    right: 0;
    top: -75px;
    color: unset;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon/icon_arrow_slide.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 0;
  }
  .swiper-scrollbar2 {
    position: absolute;
    top: -75px;
    width: 300px;
    right: 140px;
    height: 5px;
    background: #ddd;
    border-radius: 15px;
  }
  .swiper-scrollbar-drag {
    background-color: #d61b1b;
    border-radius: 5px;
    width: 100%;
    height: 5px;
    border-radius: 15px;
  }
  /* モーダルを開くボタン */
  /* モーダルと背景の指定 */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .modal.is-active {
    opacity: 1;
    visibility: visible;
  }
  .sec5_modalList_item {
    background: #fff;
    padding: 30px;
    width: 700px;
    height: 620px;
    position: relative;
    display: none;
  }
  .modal.is-active .sec5_modalList_item {
    display: block;
  }
  .modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/icon_close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .sec5_modalList_item_img {
    height: 380px;
  }
  .sec5_modalList_item_title {
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
  }
  .sec5_modalList_item_text {
    font-weight: 500;
    margin-top: 10px;
  }
}
@media screen and (max-width: 680px) {
  .sec5_text {
    margin-top: 8vw;
    width: 100%;
  }
  .sec5_content {
    margin-top: 8vw;
    padding-bottom: 18vw;
  }
  .swiper-slide {
    width: 74.6666666667vw;
    margin-right: 5.3333333333vw;
  }
  .swiper-slide img {
    height: 53.3333333333vw;
  }
  .swiper-slide_text {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
  .swiper-slide_text::after {
    width: 2.4vw;
    height: 2.4vw;
    margin-left: 0.5333333333vw;
    top: -0.2666666667vw;
  }
  .swiper-button-prev {
    right: 11.8666666667vw;
    top: unset;
    bottom: 0;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
  }
  .swiper-button-next {
    top: unset;
    bottom: 0;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    right: 0;
  }
  .swiper-scrollbar2 {
    top: unset;
    bottom: 4.6666666667vw;
    width: 58.6666666667vw;
    right: unset;
    left: 0;
    height: 0.8vw;
    border-radius: 2vw;
  }
  .swiper-scrollbar-drag {
    border-radius: 0.6666666667vw;
    height: 0.6666666667vw;
    border-radius: 2vw;
  }
  .sec5_modalList_item {
    padding: 4vw;
    width: calc(100% - 50px);
    min-height: unset;
    height: 133.3333333333vw;
  }
  .modal-close {
    top: -4vw;
    right: -4vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .sec5_modalList_item_img {
    height: 50.6666666667vw;
  }
  .sec5_modalList_item_title {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
  .sec5_modalList_item_text {
    margin-top: 1.3333333333vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  padding: 0;
}

.sec6_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec6_head_img {
  width: 447px;
  padding-top: 30px;
}

.sec6_img {
  margin-top: 50px;
}

.sec6 .btn {
  margin: 50px 0 0 auto;
  width: 280px;
}

@media screen and (max-width: 1360px) {
  .sec6 {
    padding: 0;
  }
  .sec6_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec6_head_img {
    width: 32.8676470588vw;
    padding-top: 2.2058823529vw;
  }
  .sec6_img {
    margin-top: 3.6764705882vw;
  }
  .sec6 .btn {
    margin: 3.6764705882vw 0 0 auto;
    width: 20.5882352941vw;
  }
}
@media screen and (max-width: 680px) {
  .sec6 {
    padding: 0;
  }
  .sec6_head {
    flex-flow: column;
  }
  .sec6_head_img {
    width: 100%;
    padding-top: 8vw;
  }
  .sec6_img {
    margin-top: 5.3333333333vw;
  }
  .sec6 .btn {
    margin: 4vw 0 0 auto;
    width: 64vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  overflow: hidden;
}

.sec7 .inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.sec7 .inner::before {
  content: "";
  display: inline-block;
  width: calc(100% + 70px);
  height: 100%;
  background: #c71b0d;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}

.sec7_img {
  position: absolute;
  width: 680px;
  position: absolute;
  top: 0;
  left: -100px;
}

.sec7_content {
  padding-top: 90px;
  padding-left: calc(50% + 80px);
}

.sec7 .section_title,
.sec7 .section_title .ja {
  color: #fff;
}

.sec7_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin-top: 40px;
}

.sec7 .btn {
  margin: 70px 0 0;
}

@media screen and (max-width: 1360px) {
  .sec7 {
    overflow: hidden;
  }
  .sec7 .inner {
    position: relative;
    z-index: 1;
    padding-top: 7.3529411765vw;
  }
  .sec7 .inner::before {
    content: "";
    display: inline-block;
    width: calc(100% + 5.1470588235vw);
    height: 100%;
    background: #c71b0d;
    position: absolute;
    left: 0;
    top: 7.3529411765vw;
    z-index: -1;
  }
  .sec7_img {
    position: absolute;
    width: 50vw;
    position: absolute;
    top: 0;
    left: -7.3529411765vw;
  }
  .sec7_content {
    padding-top: 6.6176470588vw;
    padding-left: calc(50% + 5.8823529412vw);
  }
  .sec7 .section_title,
  .sec7 .section_title .ja {
    color: #fff;
  }
  .sec7_text {
    font-weight: 500;
    font-size: 1.3235294118vw;
    line-height: 2.6470588235vw;
    color: #fff;
    margin-top: 2.9411764706vw;
  }
  .sec7 .btn {
    margin: 5.1470588235vw 0 0;
  }
}
@media screen and (max-width: 680px) {
  .sec7 {
    overflow: hidden;
  }
  .sec7 .inner {
    padding-top: 56vw;
  }
  .sec7 .inner::before {
    width: 100vw;
    height: 100%;
    background: #c71b0d;
    position: absolute;
    left: 0;
    top: 56vw;
    z-index: -1;
  }
  .sec7_img {
    width: 93.3333333333vw;
    left: 0;
  }
  .sec7_content {
    padding-top: 12vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
  .sec7_text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .sec7 .btn {
    margin: 10.6666666667vw auto 0;
  }
}
/* Section8
***************************************************************/
.sec8_dl {
  max-width: 720px;
  margin: 40px 0 0 auto;
  border-top: 1px solid #ddd;
}

.sec8_row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

.sec8_th {
  width: 25%;
  font-weight: bold;
}

.sec8_td {
  width: 75%;
  font-weight: 500;
}

iframe {
  width: 100%;
  height: 500px;
  margin-top: 80px;
}

@media screen and (max-width: 1360px) {
  .sec8_dl {
    max-width: 52.9411764706vw;
    margin: 2.9411764706vw 0 0 auto;
    border-top: 0.0735294118vw solid #ddd;
  }
  .sec8_row {
    display: flex;
    align-items: center;
    border-bottom: 0.0735294118vw solid #ddd;
    padding: 1.8382352941vw 0;
  }
  .sec8_th {
    width: 25%;
    font-weight: bold;
  }
  .sec8_td {
    width: 75%;
    font-weight: 500;
  }
  iframe {
    width: 100%;
    height: 36.7647058824vw;
    margin-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 680px) {
  .sec8_dl {
    max-width: 100%;
    margin: 12vw 0 0 auto;
  }
  .sec8_row {
    padding: 4vw 0;
  }
  iframe {
    height: 80vw;
    margin: 13.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/* FV
***************************************************************/
.customer_fv {
  padding: 0;
  position: relative;
}

.customer_fv_bg {
  height: 540px;
}

.customer_fv_title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.customer_fv_title .sub {
  font-size: 20px;
  padding: 10px 0;
  width: 200px;
  background: #C71B0D;
  transform: skewX(-25deg);
}

.customer_fv_title .sub.type2 {
  background: #26306A;
}

.customer_fv_title .sub span {
  transform: skewX(25deg);
}

.customer_fv_title .text01 {
  font-size: 32px;
  display: block;
  margin-top: 20px;
}

.customer_fv_title .text02 {
  font-size: 42px;
  display: block;
  margin-top: 20px;
}

.customer_fv_text {
  font-weight: bold;
  font-size: 100px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .customer_fv_bg {
    height: 63.6vw;
  }
  .customer_fv_title .sub {
    font-size: 3.2vw;
    padding: 2vw 0;
    width: 31.2vw;
  }
  .customer_fv_title .text01 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .customer_fv_title .text02 {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .customer_fv_text {
    font-size: 8vw;
    bottom: -0.6666666667vw;
  }
}
/* section1
***************************************************************/
.service .section_title {
  text-align: center;
}

.service_list {
  margin-top: 58px;
}

.service_item {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 70px;
}

.service_item:nth-of-type(n + 2) {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #DDDDDD;
}

.service_itemBox_number {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.service_itemBox_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  border-left: 6px solid #d61b1b;
  padding-left: 10px;
  margin-top: 5px;
}

.service_itemBox_text {
  font-weight: 500;
  margin-top: 25px;
}

.service_itemBox_category {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service_itemBox_category span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #26306a;
  border-radius: 3px;
  background: #e7ebf0;
  padding: 6px 12px;
}

@media screen and (max-width: 680px) {
  .service_list {
    margin-top: 6.6666666667vw;
  }
  .service_item {
    display: flex;
    flex-flow: column-reverse;
    gap: 2.6666666667vw;
  }
  .service_item:nth-of-type(n + 2) {
    padding-top: 6.4vw;
    margin-top: 6.4vw;
    border-top: 0.1333333333vw solid #DDDDDD;
  }
  .service_itemBox_number {
    font-size: 4vw;
  }
  .service_itemBox_title {
    font-size: 5.3333333333vw;
    border-left: 0.8vw solid #d61b1b;
    padding-left: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .service_itemBox_text {
    margin-top: 3.3333333333vw;
  }
  .service_itemBox_category {
    margin-top: 5.3333333333vw;
    gap: 2vw;
  }
  .service_itemBox_category span {
    font-size: 2.9333333333vw;
    line-height: 1;
    padding: 2vw 2.6666666667vw;
  }
}
/* FAQ
***************************************************************/
.faq {
  padding: 80px 0;
}

.faq .section_title .en {
  font-size: 80px;
}

.faq .inner {
  display: grid;
  grid-template-columns: 1fr 855px;
}

.faq_accordion-area {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #DDDDDD;
}

.faq_accordion-area li {
  background: #fff;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #DDDDDD;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  padding-left: 50px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  font-size: 20px;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #d61b1b;
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 50px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .faq {
    padding: 10.6666666667vw 0;
  }
  .faq .section_title {
    text-align: center;
  }
  .faq .section_title .en {
    font-size: 13.3333333333vw;
  }
  .faq .inner {
    display: block;
  }
  .faq_accordion-area {
    margin-top: 7.3333333333vw;
  }
  .faq_accordion-area li {
    padding: 3.3333333333vw 0;
  }
  .faq_title {
    padding: 0 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .faq_title span::before {
    font-size: 5.3333333333vw;
    left: -6.2666666667vw;
    transform: unset;
    top: -0.4vw;
  }
  /*アイコンの＋と×*/
  .faq_title::before,
  .faq_title::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
  .faq_title::before {
    right: 2vw;
  }
  .faq_title::after {
    right: 2vw;
  }
  .faq_box {
    padding: 3.3333333333vw 0 0 6.6666666667vw;
  }
}
/* Flow
***************************************************************/
.flow {
  padding: 80px 0;
}

.flow .inner {
  display: grid;
  grid-template-columns: 1fr 855px;
}

.flow .section_title .en {
  font-size: 80px;
}

.flow_list {
  position: relative;
  z-index: 1;
}

.flow_list::before {
  content: "";
  display: inline-block;
  border-left: 2px solid #26306A;
  height: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translate(0, -50%);
}

.flow_item {
  border-radius: 10px;
  background: #f4f6f8;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flow_item:nth-of-type(2n) {
  background: #fff;
}

.flow_item_icon {
  width: 100px;
  position: relative;
  z-index: 3;
}

.flow_itemBox {
  flex: 1;
}

.flow_itemBox_title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

li:nth-of-type(2n) .flow_itemBox_title {
  border-bottom: 2px solid #E7EBF0;
}

.flow_itemBox_title span {
  font-size: 24px;
  color: #26306a;
  margin-right: 20px;
}

.flow_itemBox_text {
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .flow {
    padding: 10.6666666667vw 0;
  }
  .flow .inner {
    display: block;
  }
  .flow .section_title {
    text-align: center;
  }
  .flow .section_title .en {
    font-size: 13.3333333333vw;
  }
  .flow_list {
    margin-top: 8vw;
  }
  .flow_list::before {
    height: calc(100% - 16vw);
    left: 12vw;
    top: 5.3333333333vw;
    transform: unset;
  }
  .flow_item {
    padding: 4vw;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
  .flow_item_icon {
    width: 16vw;
  }
  .flow_itemBox_title {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .flow_itemBox_title span {
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
  }
  .flow_itemBox_text {
    margin-top: 2.6666666667vw;
  }
}
/* sec1
***************************************************************/
.private_sec1 {
  background-image: url(../images/private/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

.private_sec1 .inner {
  max-width: 980px;
  position: relative;
}

.private_sec1_title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #f8f8f8;
}

.private_sec1_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.private_sec1_item {
  height: 90px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 0 30px;
}

.private_sec1_item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.private_sec1 img {
  width: 316px;
  position: absolute;
  bottom: -80px;
  right: 86px;
}

@media screen and (max-width: 680px) {
  .private_sec1 {
    background-image: url(../images/private/sec1_bg_sp.webp);
    padding: 10.6666666667vw 0 31.2vw;
  }
  .private_sec1_title {
    font-size: 5.3333333333vw;
  }
  .private_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .private_sec1_item {
    height: 16.5333333333vw;
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
    padding: 0 4vw;
  }
  .private_sec1_item::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .private_sec1 img {
    width: 52.4vw;
    position: absolute;
    bottom: -31.2vw;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* Section2
***************************************************************/
.private_sec2 {
  text-align: center;
  padding: 60px 0;
}

.private_sec2_text {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 23px;
  background: #222;
  padding: 5px 24px;
  display: inline-block;
}

.private_sec2_title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 80px;
  position: relative;
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.private_sec2_title::before {
  content: "";
  display: inline-block;
  width: 715.04px;
  height: 18.02px;
  background-image: url(../images/icon/icon_border01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .private_sec2 {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
  .private_sec2_text {
    font-size: 3.7333333333vw;
    border-radius: 3.0666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .private_sec2_title {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
  }
  .private_sec2_title::before {
    width: 74.6666666667vw;
    height: 2.5333333333vw;
    bottom: -2.5333333333vw;
    background-image: url(../images/icon/icon_border01_sp.svg);
  }
}
/* Section3
***************************************************************/
.private_sec3 {
  background-image: url(../images/private/sec3_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0 80px;
  margin-top: 80px;
  position: relative;
}

.private_sec3 .section_title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

.private_sec3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.private_sec3_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 48px 50px;
  position: relative;
}

.private_sec3_number {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.private_sec3_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  position: relative;
}

.private_sec3_title::before {
  content: "";
  display: inline-block;
  width: 60px;
  border-top: 2px solid #c71b0d;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
}

.private_sec3_text {
  font-weight: 500;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .private_sec3 {
    background-image: url(../images/private/sec3_bg_sp.webp);
    padding: 24.9333333333vw 0 13.3333333333vw;
    margin-top: 26.6666666667vw;
  }
  .private_sec3 .inner {
    padding: 0;
  }
  .private_sec3 .section_title {
    top: -5.3333333333vw;
  }
  .private_sec3 .section_title .en {
    font-size: 13.3333333333vw;
  }
  .private_sec3_list {
    display: block;
    overflow: hidden;
    padding-top: 5.3333333333vw;
  }
  .private_sec3 .slick-list {
    overflow: unset;
  }
  .private_sec3_item {
    border-radius: 1.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw 6.6666666667vw;
    width: 71.2vw;
    margin: 0 2.6666666667vw;
  }
  .private_sec3_number {
    font-size: 10.6666666667vw;
    top: -5.3333333333vw;
  }
  .private_sec3_title {
    font-size: 4.2666666667vw;
  }
  .private_sec3_title::before {
    width: 9.3333333333vw;
    bottom: -3.7333333333vw;
  }
  .private_sec3_text {
    margin-top: 7.3333333333vw;
    min-height: 16.8vw;
  }
  .private_sec3 .slick-dots {
    text-align: center;
    margin: 6.6666666667vw 0 0 0;
  }
  .private_sec3 .slick-dots li {
    display: inline-block;
    margin: 0 2.6666666667vw;
  }
  .private_sec3 .slick-dots button {
    color: transparent;
    outline: none;
    width: 3.2vw;
    height: 3.2vw;
    display: block;
    border-radius: 50%;
    background: #BEBEBE;
  }
  .private_sec3 .slick-dots .slick-active button {
    background: #D61B1B;
  }
}
/* sec1
***************************************************************/
.corporation_sec1 {
  background: #26306a;
  color: #fff;
}

.corporation_sec1 .inner {
  max-width: 1160px;
}

.corporation_sec1_title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.corporation_sec1_text {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}

.corporation_sec1_item {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.corporation_sec1_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.corporation_sec1_itemBox {
  flex: 1;
}

.corporation_sec1_itemBox_en {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.corporation_sec1_itemBox_en::before {
  content: "";
  display: block;
  width: 14px;
  border-top: 1px solid #de2929;
}

.corporation_sec1_itemBox_title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}

.corporation_sec1_itemBox_text {
  font-weight: 500;
  margin-top: 35px;
  line-height: 1.7;
}

.corporation_sec1_item_img {
  width: 600px;
}

@media screen and (max-width: 680px) {
  .corporation_sec1_title {
    font-weight: bold;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .corporation_sec1_text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .corporation_sec1_item {
    margin-top: 8vw;
    display: flex;
    flex-flow: column-reverse;
    gap: 2.6666666667vw;
  }
  .corporation_sec1_item:nth-of-type(2n) {
    flex-flow: column-reverse;
  }
  .corporation_sec1_itemBox_en {
    font-size: 4vw;
    gap: 1.3333333333vw;
  }
  .corporation_sec1_itemBox_en::before {
    width: 3.2vw;
  }
  .corporation_sec1_itemBox_title {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
  .corporation_sec1_itemBox_text {
    font-size: 3.7333333333vw;
    margin-top: 4.6666666667vw;
  }
  .corporation_sec1_item_img {
    width: 100%;
  }
}
/*
***************************************************************/
.corporation_sec2 .inner {
  max-width: 1190px;
}

.corporation_sec2 .section_title {
  text-align: center;
}

.corporation_sec2_slider {
  margin-top: 60px;
}

.corporation_sec2_slider .slick-slide {
  margin: 0 15px;
  cursor: pointer;
}

.corporation_sec2_slider_img {
  height: 280px;
  transition: 0.3s;
}

.corporation_sec2_slider_title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.corporation_sec2_slider_title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.corporation_sec2_slider .slick-prev,
.corporation_sec2_slider .slick-next {
  position: absolute;
  top: 115px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon/icon_arrow_slide.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.corporation_sec2_slider .slick-prev {
  left: -15px;
  transform: scale(-1, 1);
}

.corporation_sec2_slider .slick-next {
  right: -15px;
}

@media screen and (min-width: 681px) {
  .corporation_sec2_slider li:hover img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}
/* Section3
***************************************************************/
.corporation_sec3 {
  background-image: url(../images/corporation/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  padding: 80px 0;
}

.corporation_sec3_img {
  width: 1030px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.corporation_sec3 .inner {
  max-width: 740px;
}

.corporation_sec3_title {
  font-weight: bold;
  font-size: 36px;
  position: relative;
  color: #fff;
}

.corporation_sec3_title::before {
  content: "";
  display: inline-block;
  width: 60px;
  border-top: 2px solid #d61b1b;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}

.corporation_sec3_text {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 50px;
  color: #fff;
}

.corporation_sec3_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.corporation_sec3_btn {
  height: 103px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporation_sec3_btn.tel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_tel_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}

.corporation_sec3_btn.mail::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_mail_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}

.tel .corporation_sec3_flex_text {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #d61b1b;
}

.mail .corporation_sec3_flex_text {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #d61b1b;
}

.corporation_sec3_flex_text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .corporation_sec3 {
    background-image: url(../images/corporation/sec3_bg_sp.webp);
    padding: 16vw 0;
  }
  .corporation_sec3_img {
    width: 92vw;
    bottom: -1.3333333333vw;
  }
  .corporation_sec3 .inner {
    padding: 0 10vw;
  }
  .corporation_sec3_title {
    font-size: 5.3333333333vw;
  }
  .corporation_sec3_title::before {
    width: 9.3333333333vw;
    bottom: -4vw;
  }
  .corporation_sec3_text {
    margin-top: 9.3333333333vw;
    text-align: left;
  }
  .corporation_sec3_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
  .corporation_sec3_btn {
    height: 21.3333333333vw;
  }
  .corporation_sec3_btn.tel::before {
    width: 7.3333333333vw;
    height: 7.3333333333vw;
    margin-right: 1.3333333333vw;
    position: relative;
    top: -2.4vw;
  }
  .corporation_sec3_btn.mail::before {
    width: 6.9333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.3333333333vw;
    position: relative;
    top: -2.4vw;
  }
  .tel .corporation_sec3_flex_text {
    font-size: 8vw;
    line-height: 1.2;
  }
  .mail .corporation_sec3_flex_text {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
  .corporation_sec3_flex_text span {
    font-size: 3.7333333333vw;
  }
}
/* parts
***************************************************************/
.recruit_title img {
  height: 50px;
  width: auto;
}

.recruit_title .en {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  display: block;
  color: #fff;
  margin-top: 5px;
}

.recruit_en {
  font-weight: bold;
  font-size: 160px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  z-index: 10;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .recruit_title img {
    height: 8vw;
  }
  .recruit_title .en {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
  .recruit_en {
    font-size: 21.3333333333vw;
  }
}
/* FV
***************************************************************/
.recruit_fv {
  background-image: url(../images/recruit/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  padding: 0;
}

.recruit_fv .inner {
  position: relative;
  height: 100%;
}

.recruit_fv_text {
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -40px;
  top: 50px;
  width: 360px;
  text-align: right;
  padding-right: 30px;
  background: #C71B0D;
  transform: skewX(-25deg);
  display: inline-block;
}

.recruit_fv_text span {
  transform: skewX(25deg);
}

.recruit_fv_title {
  width: 570px;
  position: absolute;
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 680px) {
  .recruit_fv {
    background-image: url(../images/recruit/fv.webp);
    height: 100vh;
    height: 100svh;
  }
  .recruit_fv_text {
    font-size: 6.1333333333vw;
    top: 50%;
    left: -13.3333333333vw;
    transform: translate(0, -50%) skewX(-25deg);
    width: 48vw;
    text-align: right;
    padding-right: 2.6666666667vw;
  }
  .recruit_fv_title {
    width: 85.3333333333vw;
    position: absolute;
    right: unset;
    left: 5.3333333333vw;
    bottom: 8vw;
  }
}
/* section1
***************************************************************/
.recruit_sec1 {
  background: rgba(199, 27, 13, 0.8);
}

.recruit_sec1 .inner {
  position: relative;
  padding-left: 80px;
}

.recruit_sec1 .recruit_en {
  position: absolute;
  right: -70px;
  top: 80px;
}

.recruit_sec1_subTitle {
  margin-top: 45px;
}

.recruit_sec1_subTitle span {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.recruit_sec1_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin-top: 45px;
}

.recruit_sec1_text02 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  margin-top: 25px;
}

.recruit_sec1_img {
  width: 560px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 680px) {
  .recruit_sec1 .inner {
    padding-left: 5.3333333333vw;
  }
  .recruit_sec1 .recruit_en {
    right: 0;
    top: -13.3333333333vw;
  }
  .recruit_sec1_img {
    width: 100%;
    position: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-right: 5.3333333333vw;
  }
  .recruit_sec1 .recruit_title {
    margin-top: 12vw;
  }
  .recruit_sec1_subTitle {
    margin-top: 7.3333333333vw;
  }
  .recruit_sec1_subTitle span {
    font-size: 6.4vw;
  }
  .recruit_sec1_text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 6vw;
  }
  .recruit_sec1_text02 {
    font-size: 4.2666666667vw;
    margin-top: 4.6666666667vw;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  padding: 100px 0 160px;
}

.recruit_sec2 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
}

.recruit_sec2 .recruit_en {
  position: absolute;
  right: unset;
  left: -100px;
  top: -30px;
  font-size: 140px;
}

.recruit_sec2_img {
  width: 600px;
  position: absolute;
  left: -60px;
  top: -100px;
}

.recruit_sec2 .recruit_title .en {
  color: #aaa;
}

.recruit_sec2_title {
  margin-top: 45px;
}

.recruit_sec2_title span {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  border-bottom: 3px solid #D61B1B;
}

.recruit_sec2_title span:nth-of-type(2) {
  margin-top: 5px;
}

.recruit_sec2_text01 {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin-top: 45px;
}

.recruit_sec2_text02 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 0 0 13.3333333333vw;
  }
  .recruit_sec2 .inner {
    display: block;
  }
  .recruit_sec2 .recruit_en {
    left: -4vw;
    top: 20vw;
    font-size: 18.6666666667vw;
  }
  .recruit_sec2_img {
    width: 100%;
    position: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .recruit_sec2_content {
    margin-top: 10.6666666667vw;
  }
  .recruit_sec2_title {
    margin-top: 8vw;
  }
  .recruit_sec2_title span {
    font-size: 5.3333333333vw;
    border-bottom: 0.4vw solid #D61B1B;
  }
  .recruit_sec2_title span:nth-of-type(2) {
    margin-top: 0.6666666667vw;
  }
  .recruit_sec2_text01 {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 6vw;
  }
  .recruit_sec2_text02 {
    font-size: 4.2666666667vw;
    margin-top: 4.6666666667vw;
  }
}
/* section3
***************************************************************/
.recruit_sec3 {
  background: #f7f8fa;
}

.recruit_sec3 .recruit_en {
  position: absolute;
  top: -50px;
  right: -60px;
  writing-mode: unset;
}

.recruit_sec3 .inner {
  position: relative;
}

.recruit_sec3 .recruit_title {
  position: relative;
  z-index: 11;
}

.recruit_sec3 .recruit_title .en {
  color: #aaa;
}

.recruit_sec3_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin-top: 45px;
}

.recruit_sec3_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 60px;
}

.recruit_sec3_item {
  padding: 50px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  left: 40px;
  background: #fff;
}

.recruit_sec3_item:nth-of-type(2n) {
  left: -40px;
  flex-flow: row-reverse;
}

.recruit_sec3_itemBox {
  flex: 1;
}

.recruit_sec3_itemBox_head {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid #d61b1b;
}

.recruit_sec3_itemBox_number {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #d61b1b;
  line-height: 1;
}

.recruit_sec3_itemBox_number span {
  font-size: 20px;
  display: block;
}

.recruit_sec3_itemBox_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}

.recruit_sec3_itemBox_text {
  font-weight: 500;
  margin-top: 25px;
}

.recruit_sec3_item_img {
  width: 500px;
}

@media screen and (max-width: 680px) {
  .recruit_sec3 .recruit_en {
    top: -13.3333333333vw;
    right: -6.6666666667vw;
  }
  .recruit_sec3_text {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-top: 6vw;
  }
  .recruit_sec3_list {
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  .recruit_sec3_item {
    padding: 4vw 4.6666666667vw;
    flex-flow: column-reverse;
    gap: 3.3333333333vw;
    position: unset;
  }
  .recruit_sec3_item:nth-of-type(2n) {
    flex-flow: column-reverse;
  }
  .recruit_sec3_itemBox_head {
    gap: 2vw;
    border-bottom: 0.2666666667vw solid #d61b1b;
    align-items: flex-end;
    padding-bottom: 2vw;
  }
  .recruit_sec3_itemBox_number {
    font-size: 8vw;
  }
  .recruit_sec3_itemBox_number span {
    font-size: 2.6666666667vw;
  }
  .recruit_sec3_itemBox_title {
    font-size: 5.3333333333vw;
  }
  .recruit_sec3_itemBox_text {
    margin-top: 4vw;
  }
  .recruit_sec3_item_img {
    width: 100%;
  }
}
/* section4
***************************************************************/
.recruit_sec4 {
  background: #26306a;
  padding: 100px 0;
}

.recruit_sec4 .inner {
  position: relative;
}

.recruit_sec4_en {
  width: 477px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.recruit_sec4 .recruit_title {
  text-align: center;
}

.recruit_sec4 .recruit_title .en {
  color: #aaa;
}

.recruit_sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-top: 75px;
}

.recruit_sec4_item {
  background: #fff;
  position: relative;
}

.recruit_sec4_item_number {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -30px;
  line-height: 1;
}

.recruit_sec4_itemBox {
  padding: 15px 30px 20px;
}

.recruit_sec4_item_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #d61b1b;
}

.recruit_sec4_item_text {
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_sec4 {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
  .recruit_sec4_en {
    width: 63.6vw;
    top: -10.6666666667vw;
  }
  .recruit_sec4_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .recruit_sec4_item_number {
    font-size: 13.3333333333vw;
    right: 2.6666666667vw;
    top: -6.9333333333vw;
  }
  .recruit_sec4_itemBox {
    padding: 5.3333333333vw;
  }
  .recruit_sec4_item_title {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  .recruit_sec4_item_text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* section5
***************************************************************/
.recruit_sec5 {
  overflow: hidden;
  position: relative;
}

.recruit_sec5 .recruit_en {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 120px;
  color: #e7ebf0;
}

.recruit_sec5 .inner {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 80px;
  max-width: 1080px;
}

.recruit_sec5 .recruit_title .en {
  color: #aaa;
}

.recruit_sec5_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 46px;
  color: #d61b1b;
  line-height: 1;
  margin-top: 50px;
  white-space: nowrap;
}

.recruit_sec5_title span {
  border-bottom: 3px solid #d61b1b;
}

.recruit_sec5_title span:nth-of-type(2) {
  margin-top: 10px;
}

.recruit_sec5_text01 {
  font-weight: 500;
  margin-top: 50px;
}

.recruit_sec5_text02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 50px;
  font-weight: bold;
}

.recruit_sec5_text02 span {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .recruit_sec5 .recruit_en {
    top: 5.3333333333vw;
    right: 0;
    font-size: 18.6666666667vw;
  }
  .recruit_sec5 .inner {
    display: block;
  }
  .recruit_sec5_title {
    font-size: 4.8vw;
    line-height: 6.1333333333vw;
    margin-top: 6.6666666667vw;
  }
  .recruit_sec5_title span {
    border-bottom: 0.4vw solid #d61b1b;
  }
  .recruit_sec5_title span:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
  .recruit_sec5_text01 {
    margin-top: 6.6666666667vw;
    position: relative;
    z-index: 11;
  }
  .recruit_sec5_img {
    padding: 10.6666666667vw 10vw 0;
  }
  .recruit_sec5_text02 {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    text-align: right;
    padding-right: 10vw;
  }
  .recruit_sec5_text02 span {
    font-size: 4.2666666667vw;
    margin-left: 1.6vw;
  }
}
/* section6
*************************************************************/
.recruit_sec6 {
  background: rgba(199, 27, 13, 0.8);
  padding: 80px 0;
}

@media screen and (max-width: 680px) {
  .recruit_sec6 {
    padding: 13.3333333333vw 0;
  }
}
/* section7
***************************************************************/
.recruit_sec7 {
  background: #f7f8fa;
}

.recruit_sec7 .recruit_title {
  text-align: center;
}

.recruit_sec7 .recruit_title .en {
  color: #aaa;
}

/* FV
***************************************************************/
.content_fv {
  text-align: center;
  padding: 60px 0;
  background: #f7f8fa;
}

.content_fv_title {
  font-weight: bold;
  font-size: 42px;
}

.content_fv_title .text01 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #c71b0d;
  transform: skewX(-25deg);
  margin-bottom: 10px;
  width: 180px;
  padding: 5px 0;
}

.content_fv_title .text01 span {
  transform: skewX(25deg);
}

@media screen and (max-width: 680px) {
  .content_fv {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
  .content_fv_title {
    font-size: 6.4vw;
  }
  .content_fv_title .text01 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    width: 28vw;
    padding: 1.3333333333vw 0;
  }
}
/* Section1
***************************************************************/
.contact_sec1 {
  padding: 30px 0 80px;
  text-align: center;
}

.contact_sec1_title {
  font-weight: bold;
  font-size: 30px;
  position: relative;
}

.contact_sec1_title::before {
  content: "";
  display: inline-block;
  width: 70px;
  border-top: 2px solid #c71b0d;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact_sec1_text {
  font-weight: 500;
  margin-top: 40px;
}

.contact_sec1_tel {
  border-radius: 10px;
  background: #26306a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 0 30px;
  width: 540px;
  margin: 30px auto 0;
}

.contact_sec1_tel::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon/icon_tel_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.contact_sec1_tel_text {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.contact_sec1_tel_text span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 680px) {
  .contact_sec1 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .contact_sec1_title {
    font-size: 5.3333333333vw;
  }
  .contact_sec1_title::before {
    width: 9.3333333333vw;
    border-top: 0.2666666667vw solid #c71b0d;
    bottom: -2.6666666667vw;
  }
  .contact_sec1_text {
    margin-top: 7.3333333333vw;
  }
  .contact_sec1_tel {
    border-radius: 1.3333333333vw;
    gap: 2.6666666667vw;
    padding: 3.2vw 0 4vw;
    width: 80vw;
    margin: 5.3333333333vw auto 0;
    position: relative;
  }
  .contact_sec1_tel::before {
    width: 8.8vw;
    height: 8.8vw;
  }
  .contact_sec1_tel_text {
    font-size: 8vw;
    text-align: left;
  }
  .contact_sec1_tel_text span {
    font-size: 3.7333333333vw;
  }
}
/* section2
***************************************************************/
.contact_sec2 {
  background: #f7f8fa;
}

.contact_sec2_title {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  text-align: center;
}

.contact_sec2_title::before {
  content: "";
  display: inline-block;
  width: 70px;
  border-top: 2px solid #c71b0d;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact_sec2_text {
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .contact_sec2_title {
    font-size: 5.3333333333vw;
  }
  .contact_sec2_title::before {
    width: 9.3333333333vw;
    border-top: 0.2666666667vw solid #c71b0d;
    bottom: -2.6666666667vw;
  }
  .contact_sec2_text {
    margin-top: 7.3333333333vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  background: #ccc;
}

.contact_form {
  max-width: 1000px;
  margin: 60px auto 0;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  width: 200px;
  padding-top: 10px;
}

.req {
  font-weight: 500;
  font-size: 10px;
  background: #c71b0d;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
}

.req.none {
  background: #aaa;
}

.contact_area {
  flex: 1;
}

.contact_area.address {
  display: flex;
  align-items: center;
}

.contact_area.address span {
  width: auto;
}

.contact_area.address input {
  width: 100px;
  margin-left: 10px;
}

.contact_area.address button {
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  text-align: left;
  color: #fff;
  background: #606060;
  border: 1px solid #aaa;
  padding: 9px 18px;
  margin-left: 20px;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_privacy {
  margin-top: 40px;
  border-radius: 10px;
  background: #e7ebf0;
  padding: 30px 60px 40px;
}

.contact_privacy_title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.contact_privacy_text {
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_check a {
  color: #333;
  text-decoration: underline;
}

.contact_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.contact_submit input {
  position: relative;
  width: 240px;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #d61b1b;
  border-radius: 30px;
  background: #fff;
  padding: 16px 0;
  border: 2px solid #ddd;
  display: block;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  padding: 75px 0;
  text-align: center;
  background: #fff;
}

.thanks_title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.thanks_text {
  margin-top: 20px;
}

.thanks_btn {
  position: relative;
  width: 360px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #333;
  border: 2px solid #333;
  border-radius: 40px;
  transition: 0.3s;
}

@media screen and (max-width: 680px) {
  .contact_form {
    margin: 10.6666666667vw auto 0;
  }
  .contact_list {
    gap: 5.3333333333vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 1.3333333333vw;
  }
  .contact_item_title {
    width: 100%;
    padding-top: 0;
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
  .req {
    font-size: 2.6666666667vw;
    padding: 0.8vw 1.3333333333vw 0.5333333333vw;
  }
  .contact_area.address {
    display: flex;
    align-items: center;
  }
  .contact_area.address span {
    width: auto;
  }
  .contact_area.address input {
    width: 26.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .contact_area.address button {
    font-size: 2.9333333333vw;
    padding: 2.4vw 5.3333333333vw;
    margin-left: 2.6666666667vw;
  }
  .contact_area input {
    padding: 2.6666666667vw;
  }
  .contact_area textarea {
    height: 40vw;
    padding: 2.6666666667vw;
  }
  .wpcf7-checkbox {
    gap: 1.3333333333vw;
  }
  .contact_area label {
    gap: 1.3333333333vw;
  }
  .contact_area label input {
    width: 2vw;
    height: 2vw;
  }
  .contact_privacy {
    margin-top: 8vw;
    padding: 6.6666666667vw 4.6666666667vw;
  }
  .contact_privacy_title {
    font-size: 4.2666666667vw;
  }
  .contact_privacy_text {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .contact_check {
    display: flex;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .contact_check input {
    width: 3.2vw;
    height: 3.2vw;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .contact_submit {
    margin-top: 5.3333333333vw;
  }
  .contact_submit input {
    width: 60vw;
    font-size: 3.7333333333vw;
    border-radius: 9.3333333333vw;
    padding: 4vw 0;
  }
  .thanks {
    padding: 10vw 0;
    text-align: center;
    background: #fff;
  }
  .thanks_title {
    font-size: 5.3333333333vw;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .thanks_text {
    margin-top: 2.6666666667vw;
  }
  .thanks_btn {
    position: relative;
    width: 48vw;
    padding: 1.6vw 0;
    margin: 6.6666666667vw auto 0;
    font-size: 2.6666666667vw;
    color: #fff;
    text-align: center;
    background: #333;
    border: 0.2666666667vw solid #333;
    border-radius: 5.3333333333vw;
    transition: 0.3s;
  }
}