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

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "poppins", "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
}

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

@media screen and (max-width: 680px) {
  section {
    padding: 10.6666666667vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* 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;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

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

/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  display: block;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #47f2eb;
}

.section_title .ja {
  position: relative;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

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

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 4.2666666667vw;
  }
  .section_title .ja {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
  }
  .section_title .ja::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  margin-top: 60px;
  text-align: center;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 21.3333333333vw 0;
  }
  .page_fv_title {
    font-size: 5.3333333333vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  transition: 0.3s;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 130px;
}

.header_logo {
  width: 317px;
}

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

.global_nav_item a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5px;
  padding: 15px 38px 11px;
  transition: 0.3s;
}

.global_nav_item.btn01 a {
  background: #15cddd;
  border: 2px solid #15cddd;
}

.global_nav_item.btn02 a {
  background: #1562dd;
  border: 2px solid #1562dd;
}

@media screen and (min-width: 681px) {
  .global_nav_item.btn01 a:hover {
    background: #fff;
    color: #15cddd;
  }
  .global_nav_item.btn02 a:hover {
    background: #fff;
    color: #1562dd;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 4vw 0;
  }
  .header_inner {
    margin: 0 5.3333333333vw;
    align-items: center;
  }
  .header_logo {
    width: 40.2666666667vw;
  }
  .global_nav_list {
    gap: 1.3333333333vw;
  }
  .global_nav_item a {
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
    padding: 1.6vw 1.3333333333vw 0.8vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding-bottom: 70px;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer_content_text {
  font-weight: 500;
  color: #1989c3;
  margin-top: 30px;
}

.footer_content_link {
  font-weight: 500;
  font-size: 14px;
  color: #1989c3;
  border: 1px solid #1989c3;
  width: 210px;
  text-align: center;
  padding: 5px 0 0;
  margin-top: 40px;
  position: relative;
  border-radius: 2px;
}

.footer_content_link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.footer_nav {
  display: flex;
  gap: 40px;
}

.footer_nav_item {
  display: flex;
  flex-flow: column;
  gap: 5px;
  text-align: right;
}

.copyright {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #1989c3;
  margin-top: 35px;
}

@media screen and (max-width: 680px) {
  footer {
    padding-bottom: 8vw;
  }
  footer .inner {
    align-items: center;
    flex-flow: column;
    gap: 9.3333333333vw;
  }
  .footer_content {
    text-align: center;
    width: 100%;
  }
  .footer_content_logo {
    width: 49.3333333333vw;
  }
  .footer_content_text {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .footer_content_link {
    font-size: 3.7333333333vw;
    width: 56vw;
    padding: 1.3333333333vw 0 0;
    margin-top: 10.6666666667vw;
  }
  .footer_content_link::before {
    width: 3.2vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
  .footer_nav {
    display: flex;
    gap: 8vw;
  }
  .footer_nav_list {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .footer_nav_item {
    gap: 1.3333333333vw;
    font-size: 3.2vw;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .copyright {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 9.3333333333vw;
  }
}
/* FV
***************************************************************/
.fv {
  padding: 30px 0 0;
}

@media screen and (max-width: 680px) {
  .fv {
    padding: 10.6666666667vw 0 0;
  }
}
/* Section1
***************************************************************/
.sec1 {
  position: relative;
  z-index: 1;
  padding: 80px 0 40px;
}

.sec1::before {
  content: "";
  display: inline-block;
  width: calc(100% - 80px);
  height: 700px;
  background: linear-gradient(#47f2eb 0%, #48bff4 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec1_content {
  position: relative;
  background: #fff;
  padding: 60px 80px 70px;
}

.sec1_img {
  width: 580px;
  position: absolute;
  top: 0;
  right: -130px;
}

.sec1_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  margin-top: 50px;
}

.sec1_text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

.sec1_subTitle {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 13.3333333333vw 0 8vw;
  }
  .sec1::before {
    width: 100%;
    height: calc(100% - 130px);
  }
  .sec1_content {
    padding: 48vw 5.3333333333vw 10.6666666667vw;
  }
  .sec1_img {
    width: 80vw;
    top: -8vw;
    right: -5.3333333333vw;
  }
  .sec1_title {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
  .sec1_text {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .sec1_subTitle {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #0f4b6a;
  padding: 45px 0;
}

.sec2 .inner {
  border: 5px solid #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 30px 0;
}

.sec2_title img {
  width: 406px;
}

.sec2_text {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #47f2eb;
  margin-top: 20px;
}

.sec2_btn {
  border-radius: 5px;
  background: #47f2eb;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  color: #0e4b6a;
  padding: 30px 66px 10px;
  position: relative;
  transition: 0.3s;
}

.sec2_btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec2_btn:hover {
    background: #fff;
  }
  .sec2_btn:hover::before {
    right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .sec2 .inner {
    flex-flow: column;
    gap: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
  .sec2_title img {
    width: 75.7333333333vw;
  }
  .sec2_text {
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec2_btn {
    font-size: 12.5333333333vw;
    padding: 4vw 10.6666666667vw 1.3333333333vw;
  }
  .sec2_btn::before {
    width: 3.7333333333vw;
    height: 3.2vw;
    right: 2.6666666667vw;
  }
}
/* Section3
***************************************************************/
.sec3_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  margin-top: 40px;
}

.sec3_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 40px;
}

.sec3_item {
  border-radius: 15px;
  border: 5px solid #47f2eb;
  padding: 30px 40px 20px;
}

.sec3_item_title {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.sec3_item_title::before {
  content: "";
  display: inline-block;
  width: 161px;
  height: 41px;
  background-image: url(../images/icon/icon_marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  bottom: -5px;
  z-index: -1;
}

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

@media screen and (max-width: 680px) {
  .sec3_title {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec3_item {
    padding: 4vw 5.3333333333vw 8vw;
  }
  .sec3_item_title {
    font-size: 4.2666666667vw;
  }
  .sec3_item_title::before {
    width: 42.9333333333vw;
    height: 10.9333333333vw;
    left: 0vw;
    bottom: -4vw;
  }
  .sec3_item_text {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: linear-gradient(#48bff4 0%, #47f2eb 100%);
}

.sec4 .inner {
  position: relative;
}

.sec4 .inner::before {
  content: "";
  display: inline-block;
  width: 458px;
  height: 196px;
  background-image: url(../images/front/sec4_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -85px;
  right: -70px;
}

.sec4_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.sec4 img {
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .sec4 .inner::before {
    width: 58.9333333333vw;
    height: 25.3333333333vw;
    top: -12vw;
    right: -4vw;
  }
  .sec4_title {
    font-size: 5.3333333333vw;
  }
  .sec4 img {
    margin-top: 9.3333333333vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 236px 0 0;
  position: relative;
}

.sec5 .inner {
  position: relative;
}

.sec5 .inner::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 340px;
  background-image: url(../images/front/sec5_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  bottom: 90px;
}

.sec5 .section_title {
  text-align: right;
}

.sec5_img {
  width: 1020px;
  position: absolute;
  top: -236px;
  left: -130px;
}

.sec5_content {
  max-width: 810px;
  margin: 200px 0 0 auto;
  background: #fff;
  position: relative;
}

.sec5_content_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
}

.sec5_content_subTitle {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.sec5_content_item {
  margin-top: 18px;
}

.sec5_content_item_title {
  font-size: 25px;
  font-weight: 500;
}

.sec5_content_item_text {
  font-size: 18px;
  font-weight: 500;
}

.sec5_content_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}

.sec5_content_text02 {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
}

.sec5_content_text02 span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 10.6666666667vw 0;
    position: relative;
  }
  .sec5 .inner::before {
    display: none;
  }
  .sec5 .section_title {
    text-align: left;
  }
  .sec5_img {
    width: 88vw;
    position: relative;
    top: 0;
    left: -5.3333333333vw;
    margin-top: 4vw;
  }
  .sec5_content {
    max-width: unset;
    margin: -16vw 0 0;
    background: unset;
    text-align: right;
  }
  .sec5_content_title {
    font-size: 8vw;
    background: #fff;
    display: inline-block;
  }
  .sec5_content_subTitle {
    font-size: 5.3333333333vw;
    text-align: left;
  }
  .sec5_content_list {
    text-align: left;
  }
  .sec5_content_item {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .sec5_content_item_title {
    font-size: 3.7333333333vw;
  }
  .sec5_content_item_text {
    font-size: 3.7333333333vw;
  }
  .sec5_content_text {
    font-size: 3.7333333333vw;
    margin-top: 3.7333333333vw;
    text-align: left;
  }
  .sec5_content_text02 {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec5_content_text02 span {
    font-size: 3.7333333333vw;
    margin-left: 1.3333333333vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background-image: url(../images/front/sec6_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.sec6_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  line-height: 70px;
  text-align: left;
  color: #fff;
}

.sec6_table {
  width: 100%;
  margin-top: 45px;
}

.sec6_th {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  width: 30%;
  padding: 40px 0;
  border-top: 1px solid #fff;
}

.sec6_td {
  width: 70%;
  padding: 40px 0;
  border-top: 1px solid #fff;
}

tr:nth-of-type(1) .sec6_th,
tr:nth-of-type(1) .sec6_td {
  border-top: unset;
}

.sec6_td.img {
  padding: 0 0 40px;
  border-top: unset;
}

.sec6_td_text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-indent: -1em;
  padding-left: 1em;
}

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

@media screen and (max-width: 680px) {
  .sec6 {
    background-image: url(../images/front/sec6_bg_sp.webp);
  }
  .sec6_title {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  .sec6_table {
    margin-top: 10.6666666667vw;
  }
  .sec6_th {
    display: block;
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    width: 100%;
    padding: 5.3333333333vw 0 0;
  }
  .sec6_td {
    display: block;
    width: 100%;
    padding: 2.6666666667vw 0 0;
    border-top: unset;
  }
  .sec6_td.img {
    padding: 0;
    border-top: unset;
  }
  .sec6_td_text {
    font-size: 3.2vw;
  }
  .sec6_img {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  background: linear-gradient(#ddfcfa 0%, #fff 100%);
}

.sec7_title {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 0.02em;
  text-align: center;
}

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

.sec7_item {
  position: relative;
}

.sec7_item a {
  display: block;
}

.sec7_item img {
  height: 240px;
}

.sec7_item_category {
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 6px 8px 2px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.sec7_item_category.col_1 {
  background: #0e4b6a;
}

.sec7_item_category.col_2 {
  background: #37a815;
}

.sec7_item_category.col_3 {
  background: #d81b1b;
}

.sec7_item_category.col_4 {
  background: #ce981d;
}

.sec7_itemBox {
  background: #fff;
  padding: 25px 30px;
}

.sec7_itemBox_title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.sec7_img {
  display: block;
  width: 510px;
  margin: 70px auto 0;
}

.sec7_btn {
  width: 620px;
  border-radius: 5px;
  background: #1562dd;
  font-weight: bold;
  font-size: 52px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  border: 2px solid #1562dd;
  padding: 18px 0 8px;
  position: relative;
  display: block;
  margin: 20px auto 0;
  transition: 0.3s;
}

.sec7_btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec7_btn:hover {
    color: #1562dd;
    background: #fff;
  }
  .sec7_btn:hover::before {
    right: 35px;
  }
}
@media screen and (max-width: 680px) {
  .sec7_title {
    font-size: 5.3333333333vw;
  }
  .sec7_list {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .sec7_item {
    margin: 0 1.3333333333vw;
  }
  .sec7_item img {
    height: 58.6666666667vw;
  }
  .sec7_item_category {
    padding: 1.6vw 2.1333333333vw 0.5333333333vw;
  }
  .sec7_itemBox {
    padding: 2.6666666667vw 4vw;
  }
  .sec7_itemBox_title {
    font-size: 3.7333333333vw;
  }
  .sec7 .slick-prev,
  .sec7 .slick-next {
    position: absolute;
    top: 25.6vw;
    cursor: pointer;
    outline: none;
    background-image: url(../images/icon/icon_arrow_slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 8vw;
    width: 8vw;
    z-index: 10;
  }
  .sec7 .slick-prev {
    left: -4vw;
    transform: scale(-1, 1);
  }
  .sec7 .slick-next {
    right: -4vw;
  }
  .sec7_img {
    width: 70.1333333333vw;
    margin: 6.6666666667vw auto 0;
  }
  .sec7_btn {
    width: 82.6666666667vw;
    font-size: 6.6666666667vw;
    padding: 2.6666666667vw 0 1.3333333333vw;
    margin: 4vw auto 0;
  }
  .sec7_btn::before {
    width: 4vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}
.sec2_checker_modal {
  /* モーダル */
  /* モーダルアニメーション */
}
.sec2_checker_modal__start {
  text-align: center;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 96px;
  position: relative;
  box-shadow: 0px 0px 15px -5px #777777;
}
.sec2_checker_modal__start::after {
  position: absolute;
  content: "";
  background: url(../img/img_checker_01.png) no-repeat center center/contain;
  width: 100%;
  height: 35.619047619%;
  bottom: -5px;
  left: 0;
}
.sec2_checker_modal__startText {
  font-size: 28px;
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.sec2_checker_modal__startTtl {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 14px;
  line-height: 1.3333333333;
}
.sec2_checker_modal__startTtl .--caution {
  font-size: 80px;
  letter-spacing: -0.1em;
}
.sec2_checker_modal__startTtl .--large {
  font-size: 80px;
}
.sec2_checker_modal__startStart {
  font-size: 42px;
  font-weight: 700;
  color: #225213;
  position: relative;
  margin-top: 40px;
}
.sec2_checker_modal__startStart::after {
  position: absolute;
  content: "";
  background: url(../img/ico_arrow_01.svg) no-repeat center center/contain;
  width: 30px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.sec2_checker_modal .modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.sec2_checker_modal .modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 1050px;
  overflow-y: auto;
  width: 80%;
  text-align: center;
}
.sec2_checker_modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sec2_checker_modal .modal-close {
  background: transparent;
  border: 0;
}
.sec2_checker_modal .modal-header .modal-close::before {
  content: "✕";
  font-size: 35px;
  margin-right: 25px;
}
.sec2_checker_modal .box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}
.sec2_checker_modal .box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.sec2_checker_modal .micromodal-slide {
  display: none;
}
.sec2_checker_modal .micromodal-slide.is-open {
  display: block;
}
.sec2_checker_modal .micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.sec2_checker_modal .micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.sec2_checker_modal .micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.sec2_checker_modal .micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.sec2_checker_modal .micromodal-slide .modal-container,
.sec2_checker_modal .micromodal-slide .modal-overlay {
  will-change: transform;
}

.question__body {
  margin: 0 34px;
  padding-bottom: 60px;
  position: relative;
}
.question__body.--result {
  margin: 0;
  padding-bottom: 20px;
}
.question__number {
  font-size: 80px;
  font-weight: bold;
  margin-top: -20px;
  color: #47f2eb;
}
.question__text {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  line-height: 40px;
  color: #0e4b6a;
}
.question__btnWrap {
  display: flex;
}
.question__btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  height: 150px;
}
.question__btn.--yes {
  background: #0e4b6a;
}
.question__btn.--no {
  background: #47f2eb;
}
.question__resultText {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2258064516;
  text-align: center;
  color: #0e4b6a;
}
.question__resultText .--large {
  font-size: 40px;
}
.question__resultText02 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
  background: #47f2eb;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 10px 0;
  color: #0e4b6a;
}
.question__resultNumber {
  font-size: 114px;
  line-height: 1;
  color: #0e4b6a;
}
.question__resultPercentSign {
  font-size: 114px;
  color: #0e4b6a;
}
.question__restart {
  text-decoration: underline;
  color: #0e4b6a;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.question__entry {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  background: #0e4b6a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: relative;
}
.question__entry::after {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_02.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  display: inline-block;
  top: 54%;
  transform: translateY(-50%);
  left: calc(50% + 70px);
}

@media screen and (max-width: 680px) {
  .sec2_checker_modal {
    /* モーダル */
  }
  .sec2_checker_modal__start {
    text-align: center;
    background: #fff;
    padding-top: 16vw;
    padding-bottom: 25.6vw;
    position: relative;
    box-shadow: 0vw 0vw 4vw -1.3333333333vw #777777;
  }
  .sec2_checker_modal__start::after {
    position: absolute;
    content: "";
    background: url(../img/img_checker_01.png) no-repeat center center/contain;
    width: 100%;
    height: 35.619047619%;
    bottom: -1.3333333333vw;
    left: 0;
  }
  .sec2_checker_modal__startText {
    font-size: 7.4666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  .sec2_checker_modal__startTtl {
    font-size: 16vw;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 3.7333333333vw;
    line-height: 1.3333333333;
  }
  .sec2_checker_modal__startTtl .--caution {
    font-size: 21.3333333333vw;
    letter-spacing: -0.1em;
  }
  .sec2_checker_modal__startTtl .--large {
    font-size: 21.3333333333vw;
  }
  .sec2_checker_modal__startStart {
    font-size: 11.2vw;
    margin-top: 10.6666666667vw;
  }
  .sec2_checker_modal .modal-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .sec2_checker_modal .modal-container {
    max-height: 80vh;
    width: 90%;
  }
  .sec2_checker_modal .modal-header .modal-close::before {
    font-size: 6.6666666667vw;
    margin-right: 4vw;
  }
  .sec2_checker_modal .box01 {
    height: 53.3333333333vw;
  }
  .sec2_checker_modal .box02 {
    height: 53.3333333333vw;
  }
  .question__body {
    margin: 0 6.4vw;
    padding-bottom: 8vw;
  }
  .question__body.--result {
    margin: 0;
    padding-bottom: 5.3333333333vw;
  }
  .question__number {
    font-size: 10.6666666667vw;
    margin-top: -5.3333333333vw;
  }
  .question__text {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .question__btn {
    font-size: 6.4vw;
    height: 21.3333333333vw;
  }
  .question__resultText {
    font-size: 5.3333333333vw;
  }
  .question__resultText .--large {
    font-size: 8vw;
  }
  .question__resultText02 {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    margin-top: 0;
    width: calc(100% - 6.4vw);
    border-radius: 5.6vw;
  }
  .question__resultNumber {
    font-size: 17.8666666667vw;
  }
  .question__resultPercentSign {
    font-size: 17.8666666667vw;
  }
  .question__restart {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
  .question__entry {
    font-size: 5.8666666667vw;
    height: 16vw;
  }
}
/* FV
***************************************************************/
.recruit_fv {
  padding: 180px 0 60px;
}

.recruit_fv_text {
  display: inline-block;
  font-size: 25px;
  line-height: 1.2;
  padding: 5px 10px 0;
  font-weight: bold;
  color: #fff;
}

.recruit_fv_text.col_1 {
  background: #0e4b6a;
}

.recruit_fv_text.col_2 {
  background: #37a815;
}

.recruit_fv_text.col_3 {
  background: #d81b1b;
}

.recruit_fv_text.col_4 {
  background: #ce981d;
}

.recruit_fv_title {
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}

.recruit_fv img {
  height: 380px;
  margin-top: 10px;
}

.recruit_fv_subTitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  border-bottom: 2px solid #47F2EB;
}

.recruit_fv_comment {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .recruit_fv {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
  .recruit_fv_text {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw 0;
  }
  .recruit_fv_title {
    font-size: 4.8vw;
    margin-top: 0;
  }
  .recruit_fv img {
    height: 50.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .recruit_fv_subTitle {
    font-size: 4.8vw;
    margin-top: 8.5333333333vw;
  }
  .recruit_fv_comment {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
/* Section1
***************************************************************/
.recruit_sec1 {
  background: linear-gradient(#47f2eb 0%, #48bff4 100%);
  padding: 50px 0;
  text-align: center;
}

.recruit_sec1_title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

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

.recruit_sec1_item {
  height: 120px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0e4b6a;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.recruit_sec1_text {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #0e4b6a;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .recruit_sec1 {
    padding: 9.3333333333vw 0;
  }
  .recruit_sec1_title {
    font-size: 4.8vw;
  }
  .recruit_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
  .recruit_sec1_item {
    height: 16vw;
    font-size: 4.2666666667vw;
    padding-top: 1.3333333333vw;
  }
  .recruit_sec1_text {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}
/* Section2
***************************************************************/
.recruit_sec2 {
  padding: 60px 0;
  background-image: url(../images/front/recruit_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit_sec2_title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}

.recruit_sec2_list {
  margin-top: 70px;
}

.recruit_sec2_item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 75px;
  border-bottom: 1px solid #fff;
  padding: 20px 0 15px;
}

.recruit_sec2_item_text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

.recruit_sec2_item_text:nth-of-type(1) {
  border-right: 1px solid #47f2eb;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .recruit_sec2 {
    padding: 10.6666666667vw 0;
  }
  .recruit_sec2_title {
    font-size: 4.8vw;
  }
  .recruit_sec2_list {
    margin-top: 5.3333333333vw;
  }
  .recruit_sec2_item {
    display: grid;
    grid-template-columns: 20vw 1fr;
    gap: 5.3333333333vw;
    padding: 3.7333333333vw 0 2.6666666667vw;
  }
  .recruit_sec2_item_text {
    font-size: 3.4666666667vw;
  }
  .recruit_sec2_item_text:nth-of-type(1) {
    border-right: 0.2666666667vw solid #47f2eb;
    text-align: center;
  }
}
/* Section3
***************************************************************/
.recruit_sec3 {
  background: linear-gradient(#ddfcfa 0%, #fff 100%);
  padding: 60px 0;
}

.recruit_sec3 .inner {
  border-radius: 20px;
  background: #fff;
  padding: 40px 90px;
}

.recruit_sec3_title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #47f2eb;
}

.recruit_sec3_list {
  margin-top: 20px;
}

.recruit_sec3_item {
  display: grid;
  grid-template-columns: 165px 1fr;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 15px;
}

.recruit_sec3_item_text:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  border-right: 1px solid #47f2eb;
  line-height: 1.5;
}

.recruit_sec3_item_text:nth-of-type(2) {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.recruit_sec3_item_text iframe {
  display: block;
  width: 100%;
  height: 330px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .recruit_sec3 {
    padding: 5.3333333333vw;
  }
  .recruit_sec3 .inner {
    padding: 5.3333333333vw 4vw;
  }
  .recruit_sec3_title {
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.5333333333vw solid #47f2eb;
  }
  .recruit_sec3_list {
    margin-top: 5.3333333333vw;
  }
  .recruit_sec3_item {
    grid-template-columns: 16vw 1fr;
    gap: 4vw;
    padding: 5.3333333333vw 0 4vw;
  }
  .recruit_sec3_item_text:nth-of-type(1) {
    font-size: 2.6666666667vw;
  }
  .recruit_sec3_item_text:nth-of-type(2) {
    font-size: 2.6666666667vw;
  }
  .recruit_sec3_item_text iframe {
    height: 45.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  position: relative;
  padding: 170px 0 100px;
  z-index: 1;
}

.contact::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 740px;
  background: linear-gradient(#ddfcfa 0%, #fff 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact_title {
  line-height: 1;
  text-align: center;
}

.contact_title .en {
  display: block;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.02em;
  color: #1462dd;
}

.contact_title .ja {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.contact_content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
  padding: 40px 0 45px;
}

.contact_content_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #0e4b6a;
}

.contact_content_tel {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.02em;
  color: #1462dd;
  line-height: 1;
  margin-top: 15px;
}

.contact_content_tel span {
  font-size: 30px;
  margin-right: 5px;
}

.contact_content_text02 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e4b6a;
  margin-top: 15px;
}

.contact_head {
  margin-top: 60px;
  text-align: center;
}

.contact_head_title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.02em;
  position: relative;
}

.contact_head_title::before {
  content: "";
  display: inline-block;
  width: 136px;
  border-top: 2px solid #47f2eb;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact_head_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 45px;
}

.contact_head_text span {
  display: block;
  color: #f00;
}

@media screen and (max-width: 680px) {
  .contact {
    padding: 32vw 0 10.6666666667vw;
  }
  .contact::before {
    height: 117.3333333333vw;
  }
  .contact_title .en {
    font-size: 10.6666666667vw;
  }
  .contact_title .ja {
    font-size: 3.4666666667vw;
  }
  .contact_content {
    margin: 8vw auto 0;
    padding: 5.3333333333vw 0 4vw;
  }
  .contact_content_text {
    font-size: 3.7333333333vw;
  }
  .contact_content_tel {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
  }
  .contact_content_tel span {
    font-size: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .contact_content_text02 {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .contact_head {
    margin-top: 10.6666666667vw;
  }
  .contact_head_title {
    font-size: 4.8vw;
  }
  .contact_head_title::before {
    width: 21.3333333333vw;
    bottom: -4.2666666667vw;
  }
  .contact_head_text {
    font-size: 3.7333333333vw;
    margin-top: 9.3333333333vw;
  }
}
/* Flow
***************************************************************/
.contact_form_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 840px;
  margin: 70px auto 0;
}

.contact_form_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 90px;
  border-radius: 5px;
  background: #b0b0b0;
  border: 4px solid #b0b0b0;
  color: #fff;
  text-align: center;
  position: relative;
}

.contact_form_item.active {
  background: #2c2c2c;
  border: 4px solid #2c2c2c;
}

.contact_form_item::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translate(0, -50%);
}

.contact_form_item:nth-last-of-type(1):before {
  display: none;
}

.contact_form_item .en {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 3px;
}

.contact_form_item .ja {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 11.34px;
  text-align: center;
  color: #2c2c2c;
  background: #fff;
  padding: 20px 0 15px;
}

@media screen and (max-width: 680px) {
  .contact_form_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8vw;
    margin: 10.6666666667vw auto 0;
  }
  .contact_form_item {
    grid-template-columns: 1fr 10.6666666667vw;
    border: 1.0666666667vw solid #b0b0b0;
  }
  .contact_form_item.active {
    border: 1.0666666667vw solid #2c2c2c;
  }
  .contact_form_item::before {
    width: 4vw;
    height: 4vw;
    right: -7.2vw;
  }
  .contact_form_item:nth-last-of-type(1):before {
    display: none;
  }
  .contact_form_item .en {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-top: 0.8vw;
  }
  .contact_form_item .ja {
    font-size: 3.7333333333vw;
    line-height: 1;
    padding: 5.3333333333vw 0 4vw;
  }
}
/* Form
***************************************************************/
.contact_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  max-width: 660px;
  margin: 100px auto 0;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 35px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.req {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 3px 6px 0px;
  color: #fff;
  border-radius: 5px;
  background: #f00;
  position: relative;
  top: -2px;
}

.contact_area {
  margin-top: 10px;
}

.contact_area span {
  width: 100%;
}

.contact_area input,
.contact_area select {
  width: 100%;
  padding: 10px 10px 8px;
  border-radius: 10px;
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
}

.contact_area textarea {
  width: 100%;
  height: 170px;
  padding: 10px 10px 8px;
  resize: none;
  border-radius: 10px;
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
}

.contact_area.select {
  position: relative;
}

.contact_area.select::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/icon/icon_select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.addressBox {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 100px;
  gap: 15px;
  margin-bottom: 6px;
}

.addressBox button {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: left;
  color: #fff;
  border-radius: 10px;
  background: #0e4b6a;
  padding: 8px 20px 3px;
}

.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 {
  background: #f2f0f0;
  padding: 30px 0;
  text-align: center;
  max-width: 800px;
  margin: 40px auto 0;
}

.contact_privacy_title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.contact_privacy_text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 20px;
}

.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;
  position: relative;
  top: -3px;
}

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

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

.contact_submit input,
.contact_submit a {
  background: #1462dd;
  width: 340px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding: 15px 0 10px;
}

.wpcf7-spinner {
  display: none;
}

.confirm {
  border-radius: 20px;
  background: #fff;
  padding: 40px 0;
  margin-top: 45px;
}

.confirm .contact_list {
  margin-top: 0;
  gap: 0;
  max-width: 850px;
}

.confirm .contact_item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.confirm .contact_area.select::before {
  display: none;
}

.confirm .contact_item_title {
  font-size: 16px;
  border-right: 1px solid #47f2eb;
}

.confirm .contact_area {
  margin-top: 0;
}

.thanks {
  text-align: center;
  margin-top: 90px;
}

.thanks_title {
  font-weight: 500;
  font-size: 30px;
}

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

.thanks_content {
  background: #e8e8e8;
  padding: 30px 65px 40px;
  max-width: 1050px;
  margin: 45px auto 0;
}

.thanks_content_text {
  font-weight: 500;
  font-size: 18px;
}

.thanks_content_title {
  font-size: 14px;
  background: #fff;
  padding: 10px 0 15px;
  margin-top: 30px;
}

.thanks_content_title span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.thanks .btn {
  background: #1462dd;
  width: 340px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  padding: 15px 0 10px;
  margin-top: 70px;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact_form {
    padding: 0;
  }
  .contact_list {
    flex-flow: column;
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
  .req {
    width: 10.6666666667vw;
    padding: 1.0666666667vw 0 0;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
    text-align: center;
  }
  .contact_area input {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .contact_area textarea {
    height: 65.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
  .contact_privacy {
    margin-top: 10.6666666667vw;
  }
  .contact_privacy_scroll {
    height: 48vw;
    padding: 5.3333333333vw 4vw;
  }
  .contact_privacy_title {
    font-size: 3.7333333333vw;
  }
  .contact_privacy_list {
    gap: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .contact_check {
    gap: 1.3333333333vw;
    margin-top: 8vw;
    font-size: 3.2vw;
  }
  .contact_check input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact_submit {
    width: 78.6666666667vw;
    margin: 8vw auto 0;
    font-size: 4vw;
  }
  .contact_submit::after {
    right: 24vw;
    width: 3.7333333333vw;
    height: 1.8666666667vw;
  }
  .contact_privacy {
    padding: 5.3333333333vw;
    margin: 8vw auto 0;
  }
  .contact_privacy_title {
    font-size: 4.2666666667vw;
  }
  .contact_privacy_text {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
  .addressBox button {
    font-size: 3.4666666667vw;
    line-height: 8vw;
    border-radius: 2.6666666667vw;
    text-align: center;
    padding: 2.6666666667vw 5.3333333333vw 1.3333333333vw;
  }
  .contact_submit {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .contact_submit input,
  .contact_submit a {
    width: 64vw;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
    padding: 4vw 0 2.6666666667vw;
  }
  .confirm {
    padding: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
  .confirm .contact_item {
    display: flex;
    flex-flow: column;
    gap: 0;
    padding: 2.6666666667vw 0;
  }
  .confirm .contact_item_title,
  .confirm .contact_area {
    font-size: 3.7333333333vw;
    border-right: unset;
  }
  .thanks {
    margin-top: 13.3333333333vw;
  }
  .thanks_title {
    font-size: 4.8vw;
  }
  .thanks_text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .thanks_content {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    margin: 6.6666666667vw auto 0;
  }
  .thanks_content_text {
    font-size: 3.7333333333vw;
  }
  .thanks_content_title {
    font-size: 3.2vw;
    padding: 2.6666666667vw 2.6666666667vw 4vw;
    margin-top: 8vw;
  }
  .thanks_content_title span {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .thanks .btn {
    width: 64vw;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
    padding: 2.6666666667vw 0 1.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}