@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: "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: #111;
}

.grecaptcha-badge {
  display: none;
}

main,
footer {
  overflow: hidden;
}

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

.gradient {
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

@media screen and (max-width: 680px) {
  section {
    padding: 10.2564102564vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
  }
}
/* 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 .en {
  display: block;
  color: #A5A9FF;
  font-size: 80px;
  line-height: 1.4;
  font-weight: 500;
}

.section_title .ja {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #00023D;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.64px;
}

.section_title .ja::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #00023D;
  width: 47px;
}

.section_title.white .ja {
  color: #EAEAEA;
}

.section_title.white .ja::after {
  border-top: 1px solid #EAEAEA;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 12.8205128205vw;
  }
  .section_title .ja {
    font-size: 4.1025641026vw;
    gap: 3.0769230769vw;
  }
  .section_title .ja::after {
    width: 12.0512820513vw;
  }
}
.btn {
  margin-top: 32px;
}

.btn_link {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  width: 177px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
}

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 10.7692307692vw;
  }
  .btn_link {
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 3.5897435897vw 0;
    border-radius: 1.0256410256vw;
  }
}
.page_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 8px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 12px 40px;
  position: relative;
  margin-bottom: 40px;
}

.page_title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.service_text {
  color: #00023D;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.service_cta {
  background-image: url(../images/service/service_cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.service_cta_title {
  color: #FFF;
  font-size: 47px;
  font-weight: 700;
}

.service_cta_text {
  color: #FFF;
  font-weight: 500;
  line-height: 200%;
  margin-top: 20px;
}

.service_cta .cta_btn {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 44px;
}

.service_cta .cta_btn_mail {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .page_title {
    font-size: 4.1025641026vw;
    border-radius: 2.0512820513vw;
    padding: 2.0512820513vw 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  .page_title::before {
    width: 1.0256410256vw;
    height: calc(100% - 5.1282051282vw);
    left: 2.5641025641vw;
  }
  .service_text {
    text-align: left;
    font-size: 4.1025641026vw;
  }
  .service_cta {
    background-image: url(../images/service/service_cta_bg_sp.webp);
  }
  .service_cta_title {
    font-size: 7.1794871795vw;
  }
  .service_cta_text {
    margin-top: 12.8205128205vw;
    text-align: left;
  }
  .service_cta .cta_btn {
    flex-flow: column;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .service_cta .cta_btn_mail {
    margin-top: 0;
  }
}
.company_title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.company_title .en {
  font-family: "Roboto Condensed";
  font-size: 56px;
  font-weight: 500;
}

.company_title .ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.company_title .ja::before {
  content: "";
  display: inline-block;
  width: 62px;
  border-top: 1px solid #787DFF;
}

@media screen and (max-width: 680px) {
  .company_title {
    align-items: flex-start;
    flex-flow: column;
    gap: 0;
  }
  .company_title .en {
    font-size: 12.8205128205vw;
    line-height: 1.4;
  }
  .company_title .ja {
    font-size: 4.1025641026vw;
    gap: 4.6153846154vw;
    flex-flow: row-reverse;
  }
  .company_title .ja::before {
    width: 15.8974358974vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  position: relative;
  z-index: 1;
  margin-top: 75px;
  padding: 75px 0 70px;
}

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

.page_fv_title .en {
  color: #0F0B60;
  font-size: 76px;
  font-weight: 500;
  line-height: 104px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: #fff;
  padding: 6px 10px 0;
}

.page_fv_title .ja {
  color: #0F0B60;
  font-size: 28px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background: #fff;
  padding: 6px 10px;
  margin-top: 14px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    margin-top: 15.3846153846vw;
    padding: 14.8717948718vw 0;
  }
  .page_fv_title .en {
    font-size: 10.2564102564vw;
    padding: 1.0256410256vw 2.5641025641vw 0;
  }
  .page_fv_title .ja {
    font-size: 4.1025641026vw;
    padding: 1.5384615385vw 2.5641025641vw;
    margin-top: 3.0769230769vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.home header {
  background: unset;
  box-shadow: unset;
}

.home header.active {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

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

.header_logo {
  width: 196px;
}

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  border-left: 1px solid #252BC3;
  padding-left: 8px;
  line-height: 1.4;
}

.global_nav_item a .en {
  font-size: 18px;
  display: block;
}

.global_nav_item a .ja {
  font-size: 12px;
  display: block;
}

.header_contact a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  width: 177px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 0;
  }
  .header_inner {
    display: block;
    margin: 0;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 37.1794871795vw;
    padding: 2.5641025641vw 0;
    margin-left: 6.1538461538vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 15.8974358974vw;
    height: 15.8974358974vw;
    background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 6.9230769231vw;
    height: 1px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 6.9230769231vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    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 3.8461538462vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 20.5128205128vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4.1025641026vw 0;
    border-bottom: 1px solid #DEDEDE;
    border-left: unset;
  }
  .global_nav_item a .en {
    font-size: 6.1538461538vw;
  }
  .global_nav_item a .ja {
    font-size: 3.5897435897vw;
  }
  .header_tel {
    font-size: 4.1025641026vw;
    font-weight: 500;
    margin-top: 10.2564102564vw;
  }
  .header_tel span {
    font-size: 9.2307692308vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.0512820513vw;
  }
  .header_tel span::before {
    content: "";
    display: inline-block;
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    background-image: url(../images/icon/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_contact {
    width: 100%;
    margin-top: 7.1794871795vw;
  }
  .header_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 5.1282051282vw;
    padding: 11.5384615385vw 0;
  }
  .header_contact a::before {
    content: "";
    display: inline-block;
    width: 10.5128205128vw;
    height: 8.2051282051vw;
    background-image: url(../images/icon/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 3.3333333333vw;
  }
}
.cta {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta_content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
}

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

.cta_contentBox_text {
  color: #FFF;
  font-weight: 500;
  line-height: 200%;
  margin-top: 48px;
}

.cta_btn {
  text-align: center;
}

.cta_btn_tel {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 4px 4px 0 0 rgba(0, 3, 87, 0.08);
  color: #252BC3;
  font-weight: 500;
  padding: 14px 0;
  display: block;
  width: 100%;
}

.cta_btn_tel span {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.cta_btn_tel span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 38px;
  background-image: url(../images/icon/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.cta_btn_mail {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #FFF;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 3, 87, 0.08);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  height: 124px;
  margin-top: 33px;
}

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

@media screen and (max-width: 680px) {
  .cta {
    background-image: url(../images/common/cta_bg.webp);
  }
  .cta_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.2051282051vw;
  }
  .cta_contentBox_text {
    margin-top: 8.2051282051vw;
  }
  .cta_btn_tel {
    border-radius: 1.0256410256vw;
    padding: 3.5897435897vw 0;
  }
  .cta_btn_tel span {
    font-size: 9.2307692308vw;
    gap: 0.5128205128vw;
  }
  .cta_btn_tel span::before {
    width: 10.2564102564vw;
    height: 9.7435897436vw;
    top: 0.5128205128vw;
  }
  .cta_btn_mail {
    border-radius: 1.0256410256vw;
    border: 0.5128205128vw solid #FFF;
    color: #FFF;
    font-size: 5.1282051282vw;
    gap: 3.3333333333vw;
    height: 31.7948717949vw;
    margin-top: 8.4615384615vw;
  }
  .cta_btn_mail::before {
    width: 10.5128205128vw;
    height: 8.2051282051vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  width: 100%;
  background: #00023D;
  color: #fff;
  padding-top: 50px;
}

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

.footer_content {
  flex: 1;
}

.footer_content img {
  width: 232px;
}

.footer_content_address {
  font-weight: 500;
  line-height: 180%;
  padding-left: 13px;
}

.footer_content_tel {
  margin-top: 48px;
  font-size: 14px;
  font-weight: 500;
}

.footer_content_tel span {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
}

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

.footer_nav {
  width: 380px;
}

.footer_nav_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 0;
}

.footer_nav_item a {
  line-height: 1.4;
  border-left: 1px solid #fff;
  padding-left: 9px;
}

.footer_nav_item a .en {
  font-size: 18px;
  display: block;
}

.footer_nav_item a .ja {
  font-size: 12px;
  display: block;
}

.footer_privacy {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 75px;
}

.copyright {
  font-size: 11px;
  border-top: 1px solid #fff;
  padding: 25px 0;
  margin-top: 64px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  footer {
    padding-top: 12.8205128205vw;
  }
  footer .inner {
    flex-flow: column;
    justify-content: flex-start;
  }
  .footer_content {
    display: contents;
  }
  .footer_content img {
    width: 59.4871794872vw;
    order: 1;
  }
  .footer_content_address {
    padding-left: 0;
    order: 4;
    margin-top: 7.6923076923vw;
  }
  .footer_content_tel {
    margin-top: 7.6923076923vw;
    font-size: 3.5897435897vw;
    order: 5;
  }
  .footer_content_tel span {
    font-size: 8.2051282051vw;
  }
  .footer_content_tel span::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .footer_nav {
    width: 100%;
    order: 2;
    margin-top: 10.2564102564vw;
  }
  .footer_nav_list {
    gap: 7.1794871795vw 0;
  }
  .footer_nav_item a {
    padding-left: 2.3076923077vw;
  }
  .footer_nav_item a .en {
    font-size: 4.6153846154vw;
  }
  .footer_nav_item a .ja {
    font-size: 3.0769230769vw;
  }
  .footer_privacy {
    order: 3;
    font-size: 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
  .copyright {
    font-size: 2.8205128205vw;
    padding: 6.4102564103vw 0;
    margin-top: 16.4102564103vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@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
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  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 33px;
  position: relative;
}

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

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .faq_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.7948717949vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .faq_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding: 206px 0 0;
  overflow: hidden;
}

.fv_en {
  color: #0F0B60;
  font-size: 76px;
  font-weight: 500;
  line-height: 1;
}

.fv_en span {
  background: #fff;
  padding: 6px 14px 0;
}

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

.fv_title {
  color: #FFF;
  text-shadow: 0 0 30px #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1.5px;
  margin-top: 36px;
  padding-left: 16px;
}

.fv_slider {
  margin: 66px calc(50% - 50vw) 0;
  width: 100vw;
}

.fv_slider_left {
  margin-top: 14px;
}

@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv.webp);
    height: auto;
    padding: 30.7692307692vw 0;
  }
  .fv_en {
    font-size: 10.2564102564vw;
  }
  .fv_en span {
    padding: 1.5384615385vw 1.0256410256vw 0;
  }
  .fv_en span:nth-of-type(n + 2) {
    margin-top: 2.0512820513vw;
  }
  .fv_title {
    font-size: 6.1538461538vw;
    line-height: 1.8;
    margin-top: 3.3333333333vw;
    padding: 0;
  }
  .fv_slider_left {
    margin-top: 2.5641025641vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 0;
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sec1::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 45px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00023D;
  z-index: -1;
}

.sec1 .inner {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
}

.sec1 .inner::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec1 .section_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sec1 .section_title .en {
  font-size: 56px;
}

.sec1 .section_title .ja {
  flex-flow: row-reverse;
}

.sec1_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sec1_list p {
  color: #fff;
}

.sec1_item a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sec1_item_time {
  color: #FFF;
  font-size: 12px;
  line-height: 150%;
}

.sec1_item_text {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  padding: 3px 0;
  background: #3A42FF;
  width: 80px;
  text-align: center;
}

.sec1_item_title {
  color: #FFF;
  line-height: 160%;
  letter-spacing: 1.28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  padding-right: 190px;
}

.sec1_btn {
  position: absolute;
  right: 0;
  bottom: 44px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  width: 177px;
  text-align: center;
  padding: 3px 0;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 0 5.1282051282vw;
    margin-top: -20.5128205128vw;
  }
  .sec1::before {
    height: calc(100% - 20.5128205128vw);
  }
  .sec1 .inner {
    padding: 6.4102564103vw 5.1282051282vw;
  }
  .sec1 .inner::before {
    width: 100%;
  }
  .sec1 .section_title {
    align-items: flex-start;
    flex-flow: column;
    gap: 0;
  }
  .sec1 .section_title .en {
    font-size: 12.8205128205vw;
  }
  .sec1 .section_title .ja {
    flex-flow: row;
  }
  .sec1_list {
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .sec1_item a {
    display: block;
  }
  .sec1_item_time {
    font-size: 3.0769230769vw;
  }
  .sec1_item_text {
    font-size: 3.0769230769vw;
    padding: 0.7692307692vw 0;
    width: 20.5128205128vw;
    display: inline-block;
    margin-left: 3.0769230769vw;
  }
  .sec1_item_title {
    -webkit-line-clamp: 2;
    flex: 1;
    padding-right: 0;
    margin-top: 3.0769230769vw;
  }
  .sec1_btn {
    position: unset;
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 0.7692307692vw 0;
    margin-top: 10.2564102564vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #00023D;
  overflow: hidden;
  position: relative;
}

.sec2_bg {
  width: 443px;
  position: absolute;
  right: 40px;
  top: 0;
}

.sec2_en {
  font-family: "Roboto Condensed", sans-serif;
  color: #FFF;
  font-size: 81px;
  line-height: 1;
  font-style: italic;
  font-weight: 100;
  opacity: 0.2;
  position: relative;
  z-index: 5;
  left: 250px;
}

.sec2_content {
  position: relative;
  width: 800px;
  margin: 33px 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px 195px;
}

.sec2_content_img {
  width: 604px;
  position: absolute;
  top: -84px;
  left: -480px;
}

.sec2_contentBox::before {
  content: "";
  display: inline-block;
  width: 960px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}

.sec2_contentBox_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.sec2_contentBox_title::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 3px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  position: absolute;
  left: 0;
  bottom: -26px;
}

.sec2_contentBox_text {
  color: #00023D;
  font-weight: 500;
  line-height: 170%;
  margin-top: 50px;
}

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

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 15.3846153846vw 0 30.7692307692vw;
  }
  .sec2_bg {
    width: 66.1538461538vw;
    position: absolute;
    right: -11.7948717949vw;
    top: 2.5641025641vw;
  }
  .sec2_en {
    display: none;
  }
  .sec2_content {
    position: relative;
    width: 94.8717948718vw;
    margin: 59.7435897436vw 0 0 auto;
    padding: 21.7948717949vw 6.4102564103vw 71.7948717949vw;
  }
  .sec2_content_img {
    width: 89.7435897436vw;
    height: 63.5897435897vw;
    position: absolute;
    top: -49.7435897436vw;
    left: -6.4102564103vw;
  }
  .sec2_contentBox::before {
    content: "";
    display: inline-block;
    width: 246.1538461538vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
  }
  .sec2_contentBox_title {
    font-size: 7.1794871795vw;
  }
  .sec2_contentBox_title::before {
    width: 23.5897435897vw;
    height: 0.7692307692vw;
    bottom: -6.6666666667vw;
  }
  .sec2_contentBox_text {
    margin-top: 12.8205128205vw;
  }
  .sec2_contentBox_img {
    display: flex;
    flex-flow: column;
    gap: 3.3333333333vw;
    width: 88.2051282051vw;
    margin-top: 0;
    position: absolute;
    left: -5.1282051282vw;
    bottom: -18.4615384615vw;
  }
  .sec2_contentBox_img img {
    height: 38.2051282051vw;
  }
  .sec2_contentBox_img img:nth-of-type(2) {
    position: relative;
    left: 11.7948717949vw;
  }
}
/* Section3
***************************************************************/
.sec3 .inner {
  position: relative;
}

.sec3_img {
  width: 646px;
  position: absolute;
  right: -160px;
  top: 0;
}

.sec3_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 736px;
  margin-top: 56px;
  position: relative;
  z-index: 4;
}

.sec3_item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 4px;
  border: 2px solid #1E2286;
  background: #FFF;
  box-shadow: 4px 4px 0 0 rgba(0, 3, 87, 0.09);
  position: relative;
}

.sec3_item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  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: 24px;
  transform: translate(0, -50%);
}

.sec3_item_icon {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec3_item a span {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.sec3_content {
  margin-top: 80px;
  position: relative;
}

.sec3_contentBox {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.sec3_content_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec3_content_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
  margin-top: 36px;
}

.sec3_sdgs {
  background: #00023D;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 85px 128px 75px;
}

.sec3_sdgs_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  z-index: 1;
}

.sec3_sdgs_title span {
  color: #A5A9FF;
  font-family: "Roboto Condensed";
  font-size: 209.23px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0.1;
}

.sec3_sdgs_text {
  font-weight: 500;
  line-height: 200%;
  margin-top: 16px;
}

.sec3_sdgs_content {
  border-radius: 8px;
  border: 2px solid #FFF;
  margin-top: 65px;
  padding: 45px 85px;
  position: relative;
}

.sec3_sdgs_content_title {
  font-weight: 500;
  display: inline-block;
  background: #00023D;
  padding: 0 14px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_sdgs_content_text {
  font-weight: 500;
  line-height: 200%;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.sec3_sdgs_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  padding: 0 80px;
  margin-top: 50px;
}

.sec3_sdgs_desc {
  font-weight: 500;
  line-height: 200%;
  margin-top: 30px;
}

.sec3_sdgs_desc a {
  text-decoration: underline;
}

.sec3_foot {
  margin-top: 65px;
}

.sec3_foot_title {
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.sec3_foot_text {
  color: #00023D;
  text-align: center;
  font-weight: 500;
  line-height: 200%;
  margin-top: 16px;
}

.sec3_foot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 74px;
}

.sec3_foot_item {
  border: 2px solid #1E2286;
  position: relative;
  padding: 54px 22px;
}

.sec3_foot_item_title {
  display: inline-block;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  border-radius: 58.5px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 12px 32px;
  line-height: 1.4;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_foot_item_text {
  color: #00023D;
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .sec3_img {
    width: 82.5641025641vw;
    height: 126.4102564103vw;
    position: absolute;
    right: -5.1282051282vw;
    top: 32.0512820513vw;
  }
  .sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1282051282vw;
    max-width: unset;
    margin-top: 58.9743589744vw;
  }
  .sec3_item a {
    display: flex;
    align-items: center;
    gap: 3.0769230769vw;
    padding: 4.6153846154vw;
    border-radius: 1.0256410256vw;
    border: 0.5128205128vw solid #1E2286;
    background: #FFF;
    box-shadow: 1.0256410256vw 1.0256410256vw 0 0 rgba(0, 3, 87, 0.09);
    position: relative;
  }
  .sec3_item a::before {
    content: "";
    display: inline-block;
    width: 2.0512820513vw;
    height: 3.5897435897vw;
    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: 6.1538461538vw;
    transform: translate(0, -50%);
  }
  .sec3_item_icon {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec3_item a span {
    flex: 1;
    font-size: 4.6153846154vw;
    line-height: 1.4;
    font-weight: 700;
    background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 12.8205128205vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .sec3_content {
    padding-left: 10.2564102564vw;
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec3_contentBox {
    position: absolute;
    bottom: unset;
    top: 11.5384615385vw;
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  .sec3_content_title {
    font-size: 7.1794871795vw;
  }
  .sec3_content_text {
    margin-top: 5.1282051282vw;
  }
  .sec3_sdgs {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    padding: 12.8205128205vw 5.1282051282vw 10.2564102564vw;
  }
  .sec3_sdgs_title {
    font-size: 7.1794871795vw;
  }
  .sec3_sdgs_title span {
    font-size: 25.641025641vw;
    top: -17.9487179487vw;
  }
  .sec3_sdgs_text {
    margin-top: 4.1025641026vw;
    text-align: left;
  }
  .sec3_sdgs_content {
    margin-top: 12.8205128205vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .sec3_sdgs_content_title {
    padding: 0 3.5897435897vw;
    top: -4.1025641026vw;
  }
  .sec3_sdgs_img {
    gap: 5.8974358974vw;
    padding: 0;
    margin-top: 7.6923076923vw;
  }
  .sec3_sdgs_desc {
    margin-top: 6.1538461538vw;
    font-size: 3.5897435897vw;
  }
  .sec3_foot {
    margin-top: 12.8205128205vw;
  }
  .sec3_foot_title {
    font-size: 6.1538461538vw;
    text-align: left;
  }
  .sec3_foot_text {
    text-align: left;
    margin-top: 4.1025641026vw;
  }
  .sec3_foot__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.5384615385vw;
    margin-top: 13.8461538462vw;
  }
  .sec3_foot_item {
    padding: 8.7179487179vw 5.641025641vw 7.6923076923vw;
  }
  .sec3_foot_item_title {
    font-size: 4.6153846154vw;
    border-radius: 15vw;
    padding: 2.0512820513vw 6.4102564103vw;
    top: -5.1282051282vw;
  }
}
.service_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 96px;
}

.service_item_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  border-bottom: 2px solid #252BC3;
  padding-bottom: 10px;
}

.service_item_title img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_item_title span {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service_item_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
  margin-top: 25px;
}

.service_item_btn {
  font-weight: 700;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 50px;
  border: 2px solid #1E2286;
  padding: 11px 20px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.service_item_btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  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) {
  .service_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15.3846153846vw;
  }
  .service_item_title {
    gap: 4.1025641026vw;
    margin-top: 6.4102564103vw;
    padding-bottom: 2.5641025641vw;
  }
  .service_item_title img {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
  .service_item_title span {
    font-size: 4.6153846154vw;
  }
  .service_item_text {
    margin-top: 6.4102564103vw;
  }
  .service_item_btn {
    border-radius: 12.8205128205vw;
    border: 0.5128205128vw solid #1E2286;
    padding: 2.8205128205vw 5.1282051282vw;
    gap: 4.1025641026vw;
    margin-top: 6.1538461538vw;
  }
  .service_item_btn::after {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
  }
}
/* FV
***************************************************************/
.service_fv {
  position: relative;
  z-index: 1;
  padding: 56px 0;
  margin-top: 75px;
}

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

.service_fv_content {
  position: relative;
  z-index: 1;
  padding: 50px 45px 50px 0;
  display: inline-block;
}

.service_fv_content::before {
  content: "";
  display: inline-block;
  width: 80vw;
  height: 100%;
  opacity: 0.8;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.service_fv_head {
  display: flex;
  align-items: center;
  gap: 30px;
}

.service_fv_head_icon {
  width: 101px;
}

.service_fv_title {
  flex: 1;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service_fv_title span {
  font-size: 42px;
  display: block;
}

.service_fv_text {
  color: #00023D;
  font-weight: 500;
  line-height: 170%;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .service_fv {
    padding: 8.2051282051vw 0 0;
    margin-top: 15.3846153846vw;
  }
  .service_fv_bg {
    height: 73.0769230769vw;
    -o-object-position: right;
       object-position: right;
  }
  .service_fv_content {
    position: relative;
    z-index: 1;
    padding: 7.6923076923vw 0 0;
    display: inline-block;
  }
  .service_fv_content::before {
    height: 56.9230769231vw;
    right: 20.5128205128vw;
  }
  .service_fv_head {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.8461538462vw;
    padding-left: 5.1282051282vw;
  }
  .service_fv_head_icon {
    width: 18.7179487179vw;
  }
  .service_fv_title {
    font-size: 4.1025641026vw;
  }
  .service_fv_title span {
    font-size: 7.1794871795vw;
  }
  .service_fv_text {
    margin-top: 23.0769230769vw;
  }
}
/* section1
***************************************************************/
.service_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.service_sec1_item {
  display: grid;
  grid-template-columns: 443px 1fr;
  align-items: flex-start;
  gap: 37px;
}

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

.service_sec1_itemBox_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
  border-top: 2px solid #00023D;
  padding-top: 15px;
  margin-top: 15px;
}

.service_sec1_itemBox_text span {
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 680px) {
  .service_sec1_list {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .service_sec1_item {
    display: flex;
    flex-flow: column;
    gap: 4.358974359vw;
  }
  .service_sec1_itemBox_title {
    font-size: 4.6153846154vw;
  }
  .service_sec1_itemBox_text {
    padding-top: 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
}
/* section2
***************************************************************/
.service_sec2 {
  padding: 0 0 80px;
}

.service_sec2_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
}

.service_sec2_text span {
  display: inline;
  text-decoration: underline;
}

.service_sec2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 55px;
}

.service_sec2_item {
  border: 2px solid #1E2286;
  background: #FFF;
  position: relative;
  padding: 37px 24px;
}

.service_sec2_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  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: -22px;
  transform: translate(0, -50%);
}

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

.service_sec2_item_day {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  border-radius: 58.5px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 6px 32px;
  line-height: 1.4;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, 0);
}

.service_sec2_item_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.service_sec2_item_text {
  color: #00023D;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .service_sec2 {
    padding: 0 0 15.3846153846vw;
  }
  .service_sec2_text {
    text-align: left;
  }
  .service_sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12.8205128205vw;
    margin-top: 8.9743589744vw;
  }
  .service_sec2_item {
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .service_sec2_item::before {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
    top: unset;
    left: 50%;
    bottom: -7.6923076923vw;
    right: unset;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .service_sec2_item:nth-last-of-type(1):before {
    display: none;
  }
  .service_sec2_item_day {
    padding: 1.5384615385vw 8.2051282051vw;
    top: -4.358974359vw;
  }
  .service_sec2_item_title {
    font-size: 5.1282051282vw;
  }
  .service_sec2_item_text {
    margin-top: 3.8461538462vw;
  }
}
/* section3
***************************************************************/
.service_sec3 {
  padding: 0 0 80px;
}

.service_sec3_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.service_sec3_tag span {
  color: #00023D;
  font-size: 18px;
  font-weight: 700;
  border-radius: 59.5px;
  background: #EEEFFF;
  padding: 16px 24px;
}

.service_sec3_img {
  width: 124px;
  display: block;
  margin: 54px auto 0;
}

.service_sec3_title {
  color: #00023D;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 59.5px;
  background: #EEEFFF;
  position: relative;
  padding: 24px 0;
  line-height: 1.4;
  margin-top: -10px;
}

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

.service_sec3_subTitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}

.service_sec3_text {
  color: #00023D;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  margin-top: 32px;
}

.service_sec3_flex {
  display: grid;
  align-items: center;
  grid-template-columns: 305px 1fr;
  gap: 45px;
  margin-top: 42px;
  padding-left: 60px;
}

.service_sec3_flex_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
}

.service_sec3_flex_text span {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  .service_sec3 {
    padding: 0 0 15.3846153846vw;
  }
  .service_sec3_tag {
    justify-content: flex-start;
    gap: 3.0769230769vw;
    margin-top: 5.1282051282vw;
  }
  .service_sec3_tag span {
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 4.1025641026vw;
  }
  .service_sec3_img {
    width: 31.7948717949vw;
    margin: 8.2051282051vw auto 0;
  }
  .service_sec3_title {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0;
    margin-top: -6.1538461538vw;
  }
  .service_sec3_title::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    bottom: -5.1282051282vw;
  }
  .service_sec3_subTitle {
    font-size: 6.1538461538vw;
    margin-top: 8.2051282051vw;
  }
  .service_sec3_text {
    text-align: left;
    margin-top: 2.5641025641vw;
  }
  .service_sec3_flex {
    display: flex;
    flex-flow: column;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    padding-left: 0;
  }
  .service_sec3_flex img {
    width: 50.5128205128vw;
  }
}
/* section4
***************************************************************/
.service_sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 32px;
  margin-top: 60px;
}

.service_sec4_item {
  border: 2px solid #1E2286;
  background: #FFF;
  position: relative;
  padding: 37px 24px 24px;
}

.service_sec4_item_number {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.service_sec4_item_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.service_sec4_item_text {
  color: #00023D;
  font-weight: 500;
  line-height: 160%;
  margin-top: 18px;
}

@media screen and (max-width: 680px) {
  .service_sec4_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 12.8205128205vw;
  }
  .service_sec4_item {
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
  }
  .service_sec4_item_number {
    font-size: 5.1282051282vw;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    top: -6.4102564103vw;
  }
  .service_sec4_item_title {
    font-size: 5.641025641vw;
  }
  .service_sec4_item_text {
    margin-top: 4.6153846154vw;
  }
}
/* Section5
***************************************************************/
.service_sec5_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
  margin-top: 53px;
}

.service_sec5_item {
  position: relative;
  border: 2px solid #1E2286;
  background: #FFF;
  text-align: center;
  padding: 30px 0 24px;
}

.service_sec5_item_title {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  border-radius: 58.5px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 6px 32px;
  line-height: 1.4;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

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

.service_sec5_item_day span {
  font-size: 40px;
}

.service_sec5_item_text {
  color: #00023D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 10px;
  height: 44px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .service_sec5_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 12.8205128205vw;
  }
  .service_sec5_item {
    padding: 6.4102564103vw 0 6.1538461538vw;
  }
  .service_sec5_item_title {
    padding: 1.5384615385vw 8.2051282051vw;
    top: -4.358974359vw;
  }
  .service_sec5_item_day {
    font-size: 5.1282051282vw;
  }
  .service_sec5_item_day span {
    font-size: 10.2564102564vw;
  }
  .service_sec5_item_text {
    font-size: 3.5897435897vw;
    margin-top: 0;
    height: auto;
  }
}
/* Section6
***************************************************************/
.service_sec6 {
  padding: 0 0 80px;
}

.service_sec6_check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.service_sec6_check span {
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

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

.service_sec6_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 42px;
}

.service_sec6_item_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 22px;
}

.service_sec6_item_text {
  color: #00023D;
  font-weight: 500;
  line-height: 170%;
  border-top: 2px solid #00023D;
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 680px) {
  .service_sec6 {
    padding: 0 0 15.3846153846vw;
  }
  .service_sec6_check {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.8461538462vw;
  }
  .service_sec6_check span {
    font-size: 4.1025641026vw;
    gap: 3.0769230769vw;
  }
  .service_sec6_check span::before {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
  .service_sec6_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.2051282051vw;
    margin-top: 8.2051282051vw;
  }
  .service_sec6_item_title {
    font-size: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
  .service_sec6_item_text {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
}
/* Section7
***************************************************************/
.service_sec7 {
  padding: 0 0 80px;
}

.service_sec7_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.service_sec7_item {
  text-align: center;
}

.service_sec7_item img {
  height: 155px;
  width: auto;
}

.service_sec7_item:nth-of-type(1) img,
.service_sec7_item:nth-of-type(3) img {
  position: relative;
  z-index: 3;
}

.service_sec7_item_text {
  color: #00023D;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 8px;
  background: #EEEFFF;
  height: 128px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -14px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.service_sec7_btn {
  border-radius: 4px;
  border: 2px solid #FFF;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 0 rgba(0, 3, 87, 0.08);
  width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 70px auto 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 25px 0;
}

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

@media screen and (max-width: 680px) {
  .service_sec7 {
    padding: 0 0 15.3846153846vw;
  }
  .service_sec7_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.6666666667vw 2.5641025641vw;
  }
  .service_sec7_item {
    text-align: center;
  }
  .service_sec7_item img {
    height: 39.7435897436vw;
  }
  .service_sec7_item_text {
    font-size: 3.0769230769vw;
    border-radius: 2.0512820513vw;
    height: 25.641025641vw;
    margin-top: -3.5897435897vw;
    padding: 0 2.5641025641vw;
  }
  .service_sec7_btn {
    width: 100%;
    gap: 3.0769230769vw;
    margin: 10.2564102564vw auto 0;
    font-size: 4.1025641026vw;
    padding: 5.1282051282vw 0;
  }
  .service_sec7_btn::before {
    width: 4.6153846154vw;
    height: 6.6666666667vw;
  }
}
/* section1
***************************************************************/
.company_sec1 {
  background-image: url(../images/company/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.company_sec1 .inner {
  display: grid;
  grid-template-columns: 1fr 784px;
  gap: 30px;
}

.company_sec1_en01 {
  color: #FFF;
  font-family: "Roboto Condensed";
  font-size: 100px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4;
  opacity: 0.2;
  white-space: nowrap;
  position: relative;
  left: -42px;
}

.company_sec1_content {
  background: #fff;
  padding: 45px 20px 45px 153px;
  position: relative;
}

.company_sec1_content_img {
  width: 604px;
  position: absolute;
  top: 129px;
  left: -453px;
}

.company_sec1_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.company_sec1_title::before {
  content: "";
  display: inline-block;
  width: 92px;
  height: 3px;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.company_sec1_text {
  color: #00023D;
  font-weight: 500;
  line-height: 170%;
}

.company_sec1_en02 {
  color: #A5A9FF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  margin-top: 52px;
  padding-left: 32px;
  position: relative;
  z-index: 1;
}

.company_sec1_en02::before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #EEEFFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .company_sec1 {
    background: #00023D;
    padding: 15.3846153846vw 0 51.2820512821vw;
  }
  .company_sec1 .inner {
    display: block;
  }
  .company_sec1_en01 {
    font-size: 17.9487179487vw;
    left: 0;
    line-height: 1;
  }
  .company_sec1_content {
    padding: 8.9743589744vw 5.1282051282vw 28.2051282051vw;
    width: calc(100% + 5.1282051282vw);
    left: -5.1282051282vw;
  }
  .company_sec1_content_img {
    width: 86.6666666667vw;
    position: absolute;
    top: unset;
    bottom: -44.358974359vw;
    left: 18.4615384615vw;
  }
  .company_sec1_title {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
  }
  .company_sec1_title::before {
    width: 23.5897435897vw;
    height: 0.5128205128vw;
  }
  .company_sec1_en02 {
    font-size: 7.1794871795vw;
    line-height: 1.2;
    margin-top: 11.0256410256vw;
    padding-left: 8.2051282051vw;
  }
  .company_sec1_en02::before {
    width: 19.4871794872vw;
    height: 19.4871794872vw;
    top: 20%;
  }
}
/* section2
***************************************************************/
.company_sec2 {
  padding: 120px 0 80px;
}

.company_sec2_content {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 32px;
  margin-top: 42px;
}

.company_sec2_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
}

.company_sec2_text02 {
  color: #00023D;
  font-size: 28px;
  font-weight: 700;
  margin-top: 25px;
}

.company_sec2_text02 span {
  color: #A0A0A0;
  font-family: "Roboto Condensed";
  font-size: 16px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 680px) {
  .company_sec2 {
    padding: 10.2564102564vw 0;
  }
  .company_sec2_content {
    display: flex;
    flex-flow: column;
    gap: 8.2051282051vw;
    margin-top: 5.1282051282vw;
  }
  .company_sec2_text02 {
    font-size: 7.1794871795vw;
    margin-top: 6.4102564103vw;
  }
  .company_sec2_text02 span {
    font-size: 4.1025641026vw;
  }
}
/* section3
***************************************************************/
.company_sec3 {
  padding: 0;
  overflow: hidden;
}

.company_sec3_content {
  position: relative;
  z-index: 1;
  padding: 66px 0 66px 210px;
  width: calc(100% - 300px);
  margin-left: auto;
}

.company_sec3_content::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #EEEFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.company_sec3_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 35px;
  margin-bottom: 46px;
}

.company_sec3_title span {
  text-decoration: underline;
}

.company_sec3_text {
  color: #00023D;
  font-weight: 500;
  line-height: 200%;
  text-indent: -1em;
  padding-left: 1em;
}

.company_sec3_img {
  width: 592px;
  position: absolute;
  top: 50%;
  left: -463px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .company_sec3 {
    padding: 0 0 41.0256410256vw;
    overflow: hidden;
  }
  .company_sec3 .inner {
    padding: 0;
  }
  .company_sec3_content {
    padding: 15.3846153846vw 5.1282051282vw 43.5897435897vw;
    width: 100%;
  }
  .company_sec3_content::before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 100%;
    background: #EEEFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .company_sec3_title {
    font-size: 5.641025641vw;
    margin-top: 8.9743589744vw;
    margin-bottom: 7.6923076923vw;
  }
  .company_sec3_img {
    width: 94.6153846154vw;
    height: 61.5384615385vw;
    top: unset;
    left: 5.1282051282vw;
    bottom: -30vw;
    transform: unset;
  }
}
/* section4
***************************************************************/
.company_sec4_table {
  margin-top: 45px;
  width: 100%;
}

.company_sec4_th {
  width: 200px;
  padding: 32px 0;
  border-bottom: 1px solid #868686;
  font-weight: bold;
  color: #1E2286;
}

.company_sec4_td {
  padding: 32px 0;
  border-bottom: 1px solid #868686;
  color: #1E2286;
}

@media screen and (max-width: 680px) {
  .company_sec4_table {
    margin-top: 11.5384615385vw;
  }
  .company_sec4_th {
    width: 25.641025641vw;
    padding: 6.4102564103vw 0;
  }
  .company_sec4_td {
    padding: 6.4102564103vw 0;
  }
}
/* section5
***************************************************************/
.company_sec5 {
  background: #EEEFFF;
}

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

.company_sec5_item a {
  border-radius: 4px;
  border: 2px solid #1E2286;
  background: #FFF;
  display: grid;
  align-items: center;
  grid-template-columns: 62px 1fr;
  gap: 23px;
  height: 147px;
  padding: 0 64px 0 25px;
  position: relative;
}

.company_sec5_item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  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: 32px;
  transform: translate(0, -50%);
}

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

.company_sec5_itemBox_text {
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 680px) {
  .company_sec5_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.6153846154vw;
    margin-top: 10.2564102564vw;
  }
  .company_sec5_item a {
    display: block;
    height: auto;
    padding: 5.1282051282vw;
    position: relative;
  }
  .company_sec5_item a::before {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
    top: 50%;
    right: 8.2051282051vw;
  }
  .company_sec5_item a img {
    width: 19.2307692308vw;
    height: 18.4615384615vw;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 2.5641025641vw;
    left: 2.5641025641vw;
  }
  .company_sec5_item:nth-of-type(3) a img {
    width: 12.8205128205vw;
    left: 6.4102564103vw;
  }
  .company_sec5_item:nth-of-type(4) a img {
    width: 12.8205128205vw;
    left: 6.4102564103vw;
  }
  .company_sec5_item:nth-of-type(5) a img {
    width: 15.3846153846vw;
    left: 5.1282051282vw;
  }
  .company_sec5_itemBox_title {
    font-size: 5.1282051282vw;
    height: 13.5897435897vw;
    line-height: 1.4;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 19.2307692308vw;
  }
  .company_sec5_itemBox_text {
    margin-top: 3.8461538462vw;
  }
}
/*一覧
***************************************************************/
.case_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 33px;
}

.case_item {
  display: none;
}

.case_item.show {
  display: block;
}

.case_item a {
  display: block;
}

.case_item a img {
  height: 234px;
}

.case_item_title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  padding-right: 30px;
  border-bottom: 2px solid #252BC3;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case_item_title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  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: calc(50% - 3px);
  right: 0;
  transform: translate(0, -50%);
}

.case_item_text {
  color: #00023D;
  font-weight: 500;
  line-height: 180%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.case_btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  display: block;
  width: 347px;
  margin: 76px auto 0;
  padding: 19px 0;
  line-height: 1.4;
  border-radius: 4px;
}

@media screen and (max-width: 680px) {
  .case_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.4615384615vw;
  }
  .case_item a img {
    height: 60vw;
  }
  .case_item_title {
    font-size: 5.1282051282vw;
    margin-top: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
    padding-bottom: 1.5384615385vw;
    padding-right: 7.6923076923vw;
    border-bottom: 0.5128205128vw solid #252BC3;
  }
  .case_item_title::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: calc(50% - 0.7692307692vw);
  }
  .case_btn {
    font-size: 4.6153846154vw;
    width: 100%;
    margin: 19.4871794872vw auto 0;
    padding: 4.8717948718vw 0;
    border-radius: 1.0256410256vw;
  }
}
/* 詳細
***************************************************************/
.case_single .inner {
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 125px;
}

.case_single_content_day {
  display: block;
  background: #EEEFFF;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  border-radius: 16.5px;
}

.case_single_content_day span {
  padding: 0 14px;
}

.case_single_content_day span:empty {
  display: none;
}

.case_single_content_link[href=""] {
  pointer-events: none;
}

.case_single_content_link[href=""]::after {
  display: none;
}

.case_single_content_title {
  font-size: 32px;
  font-weight: 700;
}

.case_single_content_subTitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  border-bottom: 2px solid #252BC3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.case_single_content_link {
  color: #00023D;
  font-weight: 500;
  line-height: 180%;
  display: flex;
  align-items: center;
  gap: 9px;
}

.case_single_content_link span {
  flex: 1;
}

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

.case_single_content_sns {
  font-weight: 700;
  border-radius: 50px;
  border: 2px solid #1E2286;
  padding: 11px 20px;
  line-height: 1.4;
  margin-top: 44px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

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

.gallery {
  margin: 0 0 5px 0;
}

.gallery li img {
  height: 426px;
}

/*戻る、次へ矢印の位置*/
.case_single_gallery .slick-prev,
.case_single_gallery .slick-next {
  position: absolute;
  z-index: 3;
  top: 45%;
  cursor: pointer;
  outline: none;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
}

.case_single_gallery .slick-prev {
  left: -2.5%;
  transform: scale(-1, 1);
}

.case_single_gallery .slick-next {
  right: -2.5%;
}

.choice-btn {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #EEEFFF;
}

.choice-btn .slick-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  width: 100% !important;
}

.choice-btn .slick-track:before,
.choice-btn .slick-track:after {
  display: none;
}

.choice-btn li {
  width: 100% !important;
  cursor: pointer;
}

.choice-btn li img {
  opacity: 0.4;
  height: 64px;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

.choice-btn .slick-track {
  transform: unset !important;
}

.case_archive {
  background: #EEEFFF;
}

.case_archive_title {
  color: #1E2286;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.case_archive_btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  display: block;
  width: 347px;
  margin: 76px auto 0;
  padding: 19px 0;
  line-height: 1.4;
  border-radius: 4px;
}

@media screen and (max-width: 680px) {
  .case_single .inner {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .case_single_content_day {
    font-size: 3.5897435897vw;
    padding: 0 2.0512820513vw;
  }
  .case_single_content_title {
    font-size: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
  .case_single_content_subTitle {
    font-size: 4.1025641026vw;
    margin-top: 6.4102564103vw;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
  .case_single_content_link {
    gap: 2.3076923077vw;
  }
  .case_single_content_link::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .case_single_content_sns {
    border-radius: 12.8205128205vw;
    padding: 2.8205128205vw 5.1282051282vw;
    margin-top: 11.2820512821vw;
    gap: 4.1025641026vw;
  }
  .case_single_content_sns::after {
    width: 2.0512820513vw;
    height: 3.5897435897vw;
  }
  .gallery li img {
    height: 59.7435897436vw;
  }
  /*戻る、次へ矢印の位置*/
  .case_single_gallery .slick-prev,
  .case_single_gallery .slick-next {
    height: 7.6923076923vw;
    width: 7.6923076923vw;
  }
  .choice-btn {
    margin-top: 3.8461538462vw;
    padding-top: 3.8461538462vw;
  }
  .choice-btn .slick-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5384615385vw;
  }
  .choice-btn li img {
    height: 14.358974359vw;
  }
  .case_archive_title {
    font-size: 6.1538461538vw;
    margin-bottom: 7.6923076923vw;
  }
  .case_archive_btn {
    font-size: 4.6153846154vw;
    width: 100%;
    margin: 10.2564102564vw auto 0;
    padding: 4.8717948718vw 0;
    border-radius: 1.0256410256vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact_text {
  color: #00023D;
  text-align: center;
}

.contact_tel {
  color: #00023D;
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

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

.contact_form {
  background: #FAFAFA;
  padding: 80px 115px;
  margin: 80px auto 0;
}

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

.contact_item {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 13px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #00023D;
  font-weight: 700;
  line-height: 100%;
}

.req {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 2px 7px;
  border-radius: 4px;
  background: #00023D;
}

.contact_area {
  width: 100%;
}

.contact_area span {
  display: contents;
}

.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: 64px;
  overflow-y: scroll;
  border: 1px solid #CBCBCB;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
}

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

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-top: 16px;
}

.contact_privacy_item .list02 {
  padding-left: 15px;
  list-style: auto;
}

.contact_privacy_item .list03 {
  padding-left: 15px;
  list-style: lower-roman;
}

.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: 50px;
}

.contact_submit input {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  display: block;
  width: 347px;
  padding: 19px 0;
  line-height: 1.4;
  border-radius: 4px;
}

.wpcf7-spinner {
  display: none;
}

.thanks {
  text-align: center;
}

.thanks_title {
  font-size: 24px;
  font-weight: 700;
}

.thanks_text {
  color: #00023D;
  line-height: 200%;
  margin-top: 52px;
}

.thanks_btn {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  box-shadow: 4px 4px 0 rgba(0, 3, 87, 0.08);
  display: block;
  width: 347px;
  margin: 76px auto 0;
  padding: 19px 0;
  line-height: 1.4;
  border-radius: 4px;
}

@media screen and (max-width: 680px) {
  .contact_text {
    font-size: 3.3333333333vw;
  }
  .contact_tel {
    font-size: 10.2564102564vw;
    line-height: 6.9230769231vw;
    margin-top: 6.4102564103vw;
  }
  .contact_tel::before {
    width: 7.6923076923vw;
    height: 9.2307692308vw;
  }
  .contact_form {
    padding: 11.5384615385vw 5.1282051282vw;
    margin: 12.8205128205vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .contact_list {
    gap: 10.2564102564vw;
  }
  .contact_item {
    gap: 3.3333333333vw;
  }
  .contact_item_title {
    gap: 3.3333333333vw;
  }
  .req {
    font-size: 3.0769230769vw;
    padding: 0.5128205128vw 1.7948717949vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 1.2820512821vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 7.6923076923vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_privacy {
    margin-top: 16.4102564103vw;
    overflow-y: scroll;
    border: 0.2564102564vw solid #CBCBCB;
  }
  .contact_privacy_scroll {
    height: 61.5384615385vw;
    padding: 10.2564102564vw 6.1538461538vw;
  }
  .contact_privacy_title {
    font-weight: bold;
    text-align: center;
  }
  .contact_privacy_list {
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
    padding-bottom: 10.2564102564vw;
    margin-top: 4.1025641026vw;
  }
  .contact_privacy_item .list02 {
    padding-left: 3.8461538462vw;
    list-style: auto;
  }
  .contact_privacy_item .list03 {
    padding-left: 3.8461538462vw;
    list-style: lower-roman;
  }
  .contact_check {
    display: flex;
    gap: 2.5641025641vw;
    align-items: center;
    justify-content: center;
    margin-top: 10.2564102564vw;
    text-align: center;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact_check a {
    color: #333;
    text-decoration: underline;
  }
  .contact_submit {
    margin-top: 7.6923076923vw;
  }
  .contact_submit input {
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 4.8717948718vw 0;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-spinner {
    display: none;
  }
  .thanks_title {
    font-size: 6.1538461538vw;
  }
  .thanks_text {
    margin-top: 5.1282051282vw;
    text-align: left;
  }
  .thanks_btn {
    margin-top: 7.6923076923vw;
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 4.8717948718vw 0;
    border-radius: 1.0256410256vw;
  }
}
.archive_sec .inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
}

.archive_sec_side a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.archive_sec_side a:nth-of-type(n + 2) {
  margin-top: 20px;
}

.archive_sec_side a.active {
  font-weight: bold;
}

.archive_sec_side a.active::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(0, -50%);
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  padding-top: 9px;
  height: 38px;
  width: 38px;
  letter-spacing: 0.806px;
  position: relative;
}

.nav-links span.current,
.page-numbers.current {
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .archive_sec .inner {
    display: block;
  }
  .archive_sec_side {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.1282051282vw;
  }
  .archive_sec_side a.active {
    display: inline-flex;
    align-items: center;
    gap: 1.7948717949vw;
  }
  .archive_sec_side a:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .archive_sec_side a.active::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    position: unset;
    transform: unset;
  }
  .archive_sec_content {
    margin-top: 7.6923076923vw;
  }
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 12.8205128205vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    padding-top: 3.3333333333vw;
    height: 9.7435897436vw;
    width: 9.7435897436vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    border-radius: 50%;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
/* Single
***************************************************************/
.single_list {
  border-bottom: 1px solid #D4D4D4;
}

.single_item a {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border-top: 1px solid #D4D4D4;
}

.single_item_time {
  color: #333;
  font-weight: 500;
  line-height: 150%;
  width: 90px;
  margin-right: 32px;
  position: relative;
  top: -2px;
}

.single_item_category {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 4px;
  min-width: 120px;
  margin-right: 20px;
}

.single_item_title {
  color: #333;
  font-weight: 500;
  line-height: 150%;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 680px) {
  .single_item a {
    display: block;
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .single_item_time {
    display: inline-block;
    width: 23.0769230769vw;
    margin-right: 0;
    top: 0;
  }
  .single_item_category {
    font-size: 3.3333333333vw;
    min-width: 20.5128205128vw;
    display: inline-block;
    margin-right: 0;
  }
  .single_item_title {
    margin-top: 2.5641025641vw;
  }
}
/* 詳細
***************************************************************/
.single_sec_head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.single_sec_head_time {
  color: #333;
  font-size: 18px;
  line-height: 100%;
}

.single_sec_head_category {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(135deg, #1E2286 0%, #252BC3 100%);
  padding: 4px;
  min-width: 120px;
}

.single_sec_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 16px;
  display: block;
}

.single_sec_content {
  margin-top: 55px;
  padding: 0 110px;
}

.single_post {
  margin-top: 56px;
  border-top: 1px solid #111;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.single_postLink {
  width: 75px;
}

.single_postLink a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single_postLink:nth-of-type(1) a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.single_postLink:nth-of-type(2) a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 680px) {
  .single_sec_head {
    gap: 5.1282051282vw;
  }
  .single_sec_head_time {
    font-size: 3.5897435897vw;
  }
  .single_sec_head_category {
    font-size: 3.8461538462vw;
    padding: 0.5128205128vw 2.5641025641vw;
    min-width: 20.5128205128vw;
  }
  .single_sec_title {
    font-size: 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .single_sec_content {
    margin-top: 7.6923076923vw;
    padding: 0;
  }
  .single_post {
    margin-top: 14.358974359vw;
    border-top: 0.2564102564vw solid #111;
    padding-top: 5.1282051282vw;
    display: flex;
    justify-content: space-between;
  }
  .single_postLink {
    width: 19.2307692308vw;
  }
  .single_postLink a {
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
  }
  .single_postLink:nth-of-type(1) a::before {
    content: "";
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-image: url(../images/icon/icon_arrow_right03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
  }
  .single_postLink:nth-of-type(2) a::after {
    content: "";
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-image: url(../images/icon/icon_arrow_right03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
/* 詳細
***************************************************************/
.news_single {
  margin-top: 40px;
}

.news_single h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single p {
  font-size: 16px;
  margin-bottom: 20px;
}

.news_single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_single ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_single img {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .news_single h2 {
    font-size: 7.1794871795vw;
    font-weight: bold;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h5 {
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ul {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ol {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single img {
    margin-bottom: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.privacy_text {
  margin-top: 50px;
}

.privacy_list {
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 36px;
}

.privacy_item_title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.privacy_contact {
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .privacy_text {
    margin-top: 10.2564102564vw;
  }
  .privacy_list {
    margin-top: 10.2564102564vw;
    gap: 5.1282051282vw;
  }
  .privacy_item_title {
    font-size: 4.1025641026vw;
  }
  .privacy_contact {
    margin-top: 10.2564102564vw;
  }
}