@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;
  }
}
.grecaptcha-badge {
  display: none;
}

/* 基本
***************************************************************/
html {
  font-family: "YuGothic", "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.7;
  color: #222;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Inter", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

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

@media screen and (max-width: 680px) {
  section {
    padding: 21.3333333333vw 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;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
  margin-bottom: 80px;
}

.section_title .en {
  display: block;
  color: #2F80ED;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.84px;
  position: relative;
}

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

.section_title .ja {
  position: relative;
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: 1.12px;
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 680px) {
  .section_title {
    margin-bottom: 13.3333333333vw;
  }
  .section_title .en {
    font-size: 9.6vw;
  }
  .section_title .en::before {
    width: 18.6666666667vw;
    border-top: 0.8vw solid #2F80ED;
    bottom: -1.0666666667vw;
  }
  .section_title .ja {
    font-size: 2.6666666667vw;
    margin-top: 3.7333333333vw;
  }
}
.page_title {
  margin-bottom: 80px;
}

.page_title .en {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6B7C8F;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.3px;
}

.page_title .en::before {
  content: "";
  display: inline-block;
  width: 10px;
  border-top: 1px solid #6B7C8F;
}

.page_title .ja {
  color: #1F3A5F;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 3.2px;
  margin-top: 20px;
  display: block;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 680px) {
  .page_title {
    margin-bottom: 13.3333333333vw;
  }
  .page_title .en {
    gap: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
  .page_title .en::before {
    width: 2.6666666667vw;
  }
  .page_title .ja {
    font-size: 8vw;
    margin-top: 5.3333333333vw;
  }
}
.btn {
  margin-top: 30px;
}

.btn_link {
  width: 266px;
  text-align: center;
  padding: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6B7C8F 0%, #B6C9DE 50.48%, #6B7C8F 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

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

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 8vw;
    text-align: center;
    width: 100%;
  }
  .btn_link {
    width: 70.9333333333vw;
    padding: 2.6666666667vw;
    font-size: 4.8vw;
    gap: 2.6666666667vw;
  }
  .btn_link::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  margin-top: 85px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page_fv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.page_fv .inner {
  padding: 235px 0 150px;
  position: relative;
}

.page_fv_title img {
  display: block;
  height: 75px;
  width: auto;
}

.page_fv_title .ja {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-top: 55px;
}

.page_fv_tag {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  gap: 20px;
}

.page_fv_tag_link {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

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

@media screen and (max-width: 680px) {
  .page_fv {
    margin-top: 14.6666666667vw;
  }
  .page_fv .inner {
    padding: 40vw 5.3333333333vw;
  }
  .page_fv_title img {
    height: 7.4666666667vw;
  }
  .page_fv_title .ja {
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }
  .page_fv_tag {
    right: 5.3333333333vw;
    bottom: 4vw;
    gap: 8vw;
  }
  .page_fv_tag_link {
    font-size: 3.7333333333vw;
    writing-mode: vertical-rl;
    flex-flow: row-reverse;
    gap: 2.1333333333vw;
  }
  .page_fv_tag_link::before {
    width: 4vw;
    height: 4vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

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

.header_logo {
  font-size: 20px;
  font-weight: bold;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 50px;
  align-items: center;
}

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

.header_contact a {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #2F80ED;
  background: #2F80ED;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}

@media screen and (max-width: 680px) {
  header {
    padding: 2.6666666667vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.6666666667vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    font-size: 4.2666666667vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 7.2vw;
    height: 1px;
    margin: auto;
    text-indent: -2666.4vw;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 7.2vw;
    height: 1px;
    content: "";
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    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 10.6666666667vw 26.6666666667vw;
    background: #F7F9FB;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 21.3333333333vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 3.7333333333vw 0;
    color: #1F3A5F;
    font-size: 4.5333333333vw;
    border-bottom: 1px solid #1F3A5F;
    position: relative;
  }
  .global_nav_item a::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../images/icon/icon_arrow_head.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: 0.3s;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  color: #fff;
  background: #1F3A5F;
  padding: 60px 0;
}

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

.footer_logo {
  font-size: 20px;
  font-weight: 700;
}

.footer_address {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px;
}

.footer_nav {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.footer_nav a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.footer_foot {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

.footer_foot a {
  font-size: 12px;
}

.copyright {
  font-size: 11px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 16vw 0 5.3333333333vw;
  }
  .footer_head {
    display: block;
  }
  .footer_logo {
    font-size: 5.3333333333vw;
  }
  .footer_address {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .footer_nav {
    margin-top: 8vw;
    gap: 5.3333333333vw;
  }
  .footer_nav a {
    font-size: 4.2666666667vw;
  }
  .footer_foot {
    display: block;
    margin-top: 6.4vw;
  }
  .footer_foot a {
    font-size: 3.2vw;
  }
  .copyright {
    margin-top: 20vw;
    text-align: right;
    font-size: 2.1333333333vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  height: 100vh;
  position: relative;
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv .inner {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.fv_title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 12.32px;
}

.fv_title span {
  font-size: 36px;
  display: block;
  margin-top: 10px;
}

.fv_text {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .fv {
    height: 133.3333333333vw;
    background-image: url(../images/front/fv.webp);
  }
  .fv .inner {
    top: 52%;
  }
  .fv_title {
    font-size: 6.4vw;
  }
  .fv_title span {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0;
  }
  .fv_text {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
/* Section1
***************************************************************/
.sec1_flex {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 586px;
  gap: 94px;
}

.sec1_flexBox_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.2px;
}

.sec1_flexBox_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
  .sec1_flex {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .sec1_flexBox {
    display: contents;
  }
  .sec1_flexBox_title {
    font-size: 5.3333333333vw;
    order: 1;
  }
  .sec1_flexBox_text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    order: 2;
  }
  .sec1 img {
    order: 3;
    width: 73.0666666667vw;
    display: block;
    margin: 5.3333333333vw auto 0;
  }
  .sec1 .btn {
    order: 4;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #F7F9FB;
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 98px 36px;
}

.sec2_item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 30px 40px 40px;
}

.sec2_item_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  border-left: 5px solid #1F3A5F;
  background: #EEF2F6;
  padding: 10px 20px;
  margin-top: 30px;
}

.sec2_item_text {
  font-weight: 500;
  line-height: 130%;
  margin-top: 40px;
  padding-left: 15px;
}

.sec2_item_link {
  text-align: right;
  font-weight: 500;
  line-height: 130%;
  margin-top: 30px;
  display: block;
}

@media screen and (max-width: 680px) {
  .sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
  }
  .sec2_item {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .sec2_item_title {
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec2_item_text {
    margin-top: 8vw;
    padding-left: 4vw;
  }
  .sec2_item_link {
    margin-top: 2.6666666667vw;
  }
}
/* Section3
***************************************************************/
.sec3_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 480px;
  gap: 96px;
}

.sec3_flexBox_text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 680px) {
  .sec3_flex {
    display: flex;
    flex-flow: column-reverse;
    gap: 5.3333333333vw;
  }
  .sec3_flexBox_text {
    font-size: 4.2666666667vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #EEF2F6;
}

.sec4 .inner {
  max-width: 850px;
  text-align: center;
}

.sec4_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.sec4_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 40px;
}

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

@media screen and (max-width: 680px) {
  .sec4_title {
    font-size: 5.3333333333vw;
  }
  .sec4_text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
  .sec4 .btn {
    margin-top: 8vw;
  }
}
/* section1
***************************************************************/
.service_sec1_text {
  font-weight: 500;
  line-height: 170%;
}

.service_sec1_title {
  color: #1F3A5F;
  font-size: 28px;
  font-weight: 700;
  margin-top: 80px;
}

.service_sec1_list {
  max-width: 826px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.service_sec1_item_title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.service_sec1_item_text {
  font-weight: 500;
  padding-left: 38px;
  margin-top: 15px;
}

.service_sec1_content {
  background: #F7F9FB;
  padding: 40px 30px;
  margin-top: 80px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 652px;
  gap: 16px;
}

.service_sec1_contentBox_title {
  color: #1F3A5F;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
}

.service_sec1_contentBox_text {
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .service_sec1_title {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .service_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .service_sec1_item_title {
    font-size: 4.2666666667vw;
  }
  .service_sec1_item_text {
    padding-left: 10.1333333333vw;
    margin-top: 2.6666666667vw;
  }
  .service_sec1_content {
    display: flex;
    flex-flow: column;
    padding: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
  .service_sec1_contentBox_title {
    font-size: 4.2666666667vw;
  }
  .service_sec1_contentBox_text {
    margin-top: 4.2666666667vw;
  }
}
/* section2
***************************************************************/
.service_sec2 {
  background: #EEF2F6;
}

.service_sec2_title {
  color: #1F3A5F;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.service_sec2_list {
  display: flex;
  flex-flow: column;
  margin-top: 80px;
  gap: 80px;
}

.service_sec2_item {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 500px;
  border-radius: 10px 0 0 10px;
  border-left: 10px solid #1F3A5F;
  background: #FFF;
}

.service_sec2_itemBox {
  padding: 60px 80px;
}

.service_sec2_itemBox_title .en {
  color: #1F3A5F;
  font-size: 18px;
  display: block;
}

.service_sec2_itemBox_title .ja {
  color: #1F3A5F;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.service_sec2_itemBox_text {
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.8px;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .service_sec2_title {
    font-size: 5.3333333333vw;
  }
  .service_sec2_list {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
  .service_sec2_item {
    display: flex;
    flex-flow: column;
  }
  .service_sec2_itemBox {
    padding: 8vw 5.3333333333vw;
  }
  .service_sec2_itemBox_title .en {
    font-size: 3.7333333333vw;
  }
  .service_sec2_itemBox_title .ja {
    font-size: 5.8666666667vw;
  }
  .service_sec2_itemBox_text {
    font-size: 3.7333333333vw;
  }
}
/* section3
***************************************************************/
.service_sec3_list {
  display: flex;
  flex-flow: column;
  gap: 60px;
  max-width: 1040px;
  margin: 80px auto 0;
}

.service_sec3_item {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  height: 120px;
  padding: 0 30px;
  border: 1px solid #C3C3C3;
  background: #F7F9FB;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

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

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

.service_sec3_title {
  color: #1F3A5F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  letter-spacing: 1.6px;
}

.service_sec3_text {
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .service_sec3_list {
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .service_sec3_item {
    display: block;
    height: auto;
    padding: 5.3333333333vw 4.2666666667vw;
  }
  .service_sec3_item::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: -10.6666666667vw;
  }
  .service_sec3_title {
    font-size: 4vw;
    letter-spacing: 0;
  }
  .service_sec3_text {
    font-size: 3.4666666667vw;
    margin-top: 4.2666666667vw;
  }
}
/* section4
***************************************************************/
.service_sec4 {
  background: #F7F9FB;
}

.service_sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 0;
  background: #FFF;
  padding: 20px;
}

.service_sec4_item {
  padding: 0 40px;
}

.service_sec4_item_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}

.service_sec4_item_text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .service_sec4_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw 0;
    padding: 2.6666666667vw;
  }
  .service_sec4_item {
    padding: 0;
  }
  .service_sec4_item_title {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .service_sec4_item_text {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}
/* section5
***************************************************************/
.service_sec5_lead {
  font-weight: 500;
}

.service_sec5_flex {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 150px;
  margin-top: 80px;
}

.service_sec5_flexBox {
  display: flex;
  flex-flow: column;
  gap: 80px;
}

.service_sec5_category_title {
  color: #1F3A5F;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(195, 195, 195);
  margin-bottom: 12px;
}

.service_sec5_category img {
  margin-top: 40px;
}

.service_sec5_list {
  display: flex;
  flex-flow: column;
  gap: 6px;
}

.service_sec5_item {
  font-weight: 500;
  line-height: 160%;
  padding-left: 1em;
  position: relative;
}

.service_sec5_item::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 680px) {
  .service_sec5_flex {
    display: flex;
    flex-flow: column;
    margin-top: 10.6666666667vw;
    gap: 8vw;
  }
  .service_sec5_flexBox {
    gap: 8vw;
  }
  .service_sec5_category_title {
    font-size: 3.7333333333vw;
  }
  .service_sec5_item {
    font-size: 3.4666666667vw;
  }
  .service_sec5_category img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
/* section1
***************************************************************/
.company_sec1_content {
  max-width: 800px;
  margin: 0 auto;
}

.company_sec1_table {
  width: 100%;
  border-bottom: 1px solid #C3C3C3;
}

.company_sec1_th {
  width: 220px;
  font-weight: 500;
  border-top: 1px solid #C3C3C3;
  padding: 6px 0;
  line-height: 245%;
  letter-spacing: 1.28px;
}

.company_sec1_td {
  font-weight: 500;
  border-top: 1px solid #C3C3C3;
  padding: 6px 0;
  line-height: 245%;
  letter-spacing: 1.28px;
}

.company_sec1_frame {
  margin-top: 80px;
  display: block;
  width: 100%;
  height: 600px;
}

.company_sec1_text {
  font-weight: 500;
  line-height: 245%;
  letter-spacing: 1.28px;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .company_sec1_th {
    width: 100%;
    display: block;
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0 0;
  }
  .company_sec1_td {
    font-size: 3.4666666667vw;
    display: block;
    width: 100%;
    padding: 1.0666666667vw 0 2.1333333333vw;
    border-top: 0;
  }
  .company_sec1_frame {
    height: 66.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .company_sec1_text {
    font-size: 3.4666666667vw;
    line-height: 200%;
    margin-top: 5.3333333333vw;
  }
}
/* section2
***************************************************************/
.company_sec2 .page_title {
  margin-bottom: 0;
}

.company_sec2_flex {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 190px;
  gap: 100px;
  max-width: 735px;
  margin: 0 auto;
}

.company_sec2_table {
  width: 100%;
}

.company_sec2_th {
  width: 230px;
  font-weight: 500;
  line-height: 2.45;
}

.company_sec2_td {
  font-weight: 500;
  line-height: 2.45;
}

@media screen and (max-width: 680px) {
  .company_sec2 {
    padding: 0 0 21.3333333333vw;
  }
  .company_sec2_flex {
    display: flex;
    flex-flow: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .company_sec2_flex img {
    width: 50.6666666667vw;
    margin: 0 auto;
  }
  .company_sec2_th {
    width: 100%;
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .company_sec2_td {
    width: 100%;
    display: block;
    font-size: 3.4666666667vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
.recruit_sec2 {
  padding: 0 0 80px;
}

.recruit_sec2_content {
  max-width: 800px;
  margin: 0 auto;
}

.recruit_sec2_table {
  width: 100%;
}

.recruit_sec2_th {
  font-weight: bold;
  color: #1F3A5F;
  width: 166px;
  border-bottom: 1px solid #C3C3C3;
  padding: 32px 16px;
}

.recruit_sec2_td {
  padding: 32px 0;
  font-weight: 500;
  border-bottom: 1px solid #C3C3C3;
}

@media screen and (max-width: 680px) {
  .recruit_sec2_th {
    width: 32vw;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
  }
  .recruit_sec2_td {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0;
  }
}
/* お問い合わせ
***************************************************************/
.contact_text {
  text-align: center;
}

.contact_form {
  max-width: 800px;
  margin: 80px auto 0;
}

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

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

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 235px;
  padding-top: 10px;
}

.contact_item:nth-of-type(5) .contact_item_title {
  padding-top: 0;
}

.req {
  color: #F00;
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

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

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #F4F4F4;
  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_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 {
  margin: 80px auto 0;
  width: 310px;
  text-align: center;
}

.contact_submit input {
  padding: 20px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  border-radius: 2px;
  background: linear-gradient(90deg, #6B7C8F 0%, #B6C9DE 50%, #6B7C8F 100%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover,
  .thanks_btn:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  .contact_text {
    text-align: left;
  }
  .contact_form {
    margin-top: 13.3333333333vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 4.2666666667vw;
  }
  .contact_item {
    flex-flow: column;
  }
  .contact_item_title {
    gap: 3.4666666667vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.7333333333vw;
  }
  .req {
    width: 10.6666666667vw;
    padding: 0.5333333333vw 0;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
  .contact_area {
    width: 100%;
  }
  .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;
  }
  .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 {
    margin: 8vw auto 0;
    width: 83.7333333333vw;
  }
  .contact_submit input {
    padding: 2.6666666667vw 0;
    font-size: 4.8vw;
  }
}
/* section1
***************************************************************/
.privacy {
  margin-top: 100px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 32px;
}

.privacy_item_title {
  color: #1F3A5F;
  font-weight: 700;
}

@media screen and (max-width: 680px) {
  .privacy {
    margin-top: 16vw;
  }
  .privacy_lead {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  .privacy_list {
    gap: 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .privacy_item_title {
    font-size: 3.7333333333vw;
  }
  .privacy_item_text {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }
  .privacy_date {
    font-size: 3.4666666667vw;
    margin-top: 8vw;
  }
}