@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: "Andada Pro", "Noto Serif JP", "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: 2;
  color: #242424;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.5897435897vw;
  }
}
/* フォント
***************************************************************/
.col_1 {
  color: #003366;
}

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

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

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

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

.border {
  border-top: 1px solid #DBE1E1;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  color: #036;
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-flex;
  align-items: flex-end;
}

.section_title::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 16px;
  background: #CCD6E0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.section_title .en {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: relative;
  top: 5px;
}

.section_title .ja {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  border-left: 1px solid #036;
  padding-left: 15px;
  margin-left: 15px;
}

.section_subTitle {
  color: #036;
  font-size: 36px;
  line-height: 64.8px;
  margin: 45px 0 40px;
}

.section_text {
  font-weight: 300;
  letter-spacing: 1.12px;
}

@media screen and (max-width: 680px) {
  .section_title {
    white-space: nowrap;
  }
  .section_title::before {
    content: "";
    display: inline-block;
    width: calc(100% + 2.5641025641vw);
    height: 4.1025641026vw;
    background: #CCD6E0;
    position: absolute;
    bottom: -2.5641025641vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .section_title .en {
    font-size: 10.2564102564vw;
    top: 1.2820512821vw;
  }
  .section_title .ja {
    font-size: 3.5897435897vw;
    padding-left: 3.8461538462vw;
    margin-left: 3.8461538462vw;
  }
  .section_subTitle {
    font-size: 5.641025641vw;
    line-height: 10vw;
    margin: 10.2564102564vw 0;
  }
}
.btn {
  border: 1px solid #036;
  position: relative;
  width: 260px;
  text-align: center;
  margin-top: 79px;
  background: #fff;
}

.link_border {
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translate(0, -50%);
  overflow: hidden;
}

.link_border::before {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 1px solid #036;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.link_border::after {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 1px solid #036;
  position: absolute;
  top: 50%;
  left: -150%;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease;
  transition-delay: 0s;
  /* 初期はディレイなし */
}

.btn_link {
  color: #036;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0;
  display: block;
  width: 100%;
}

@media screen and (min-width: 681px) {
  .btn:hover .link_border::before {
    left: 150%;
  }
  .btn:hover .link_border::after {
    transition-delay: 0.4s;
    left: 50%;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    width: 51.2820512821vw;
    margin: 16.4102564103vw auto 0;
  }
  .btn_link {
    font-size: 4.1025641026vw;
    padding: 4.1025641026vw 0;
  }
}
/* 共通パーツ
***************************************************************/
.cta {
  background-image: url(../images/common/cta_bg-20251017.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}

.cta_link {
  display: block;
}

.cta .inner {
  position: relative;
}

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

.cta .section_title {
  color: #fff !important;
}

.cta .section_title .ja {
  border-left: 1px solid #fff;
}

.cta .section_title::before {
  background: rgba(255, 255, 255, 0.5);
}

.cta_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 32.4px;
  letter-spacing: 1.26px;
  margin-top: 30px;
}

@media screen and (min-width: 681px) {
  .cta .inner:hover::after {
    right: -10px;
  }
}
@media screen and (max-width: 680px) {
  .cta {
    background-image: url(../images/common/cta_bg-20251017.webp);
    padding: 10.2564102564vw 0;
  }
  .cta .section_title {
    display: block;
  }
  .cta .section_title .en {
    display: block;
  }
  .cta .section_title::before {
    width: 55.1282051282vw;
    bottom: 5.1282051282vw;
  }
  .cta .section_title .ja {
    display: block;
    padding-left: 0;
    border-left: unset;
    margin-top: 3.0769230769vw;
  }
  .cta .inner::after {
    display: block;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    position: unset;
    transform: unset;
    margin: 6.1538461538vw auto 0;
  }
  .cta_text {
    font-size: 4.6153846154vw;
    line-height: 8.3076923077vw;
    margin-top: 6.1538461538vw;
    padding: 0 5.1282051282vw;
  }
}
.bread {
  padding: 20px 0;
  border-bottom: 1px solid #DBE1E1;
}

.bread .inner {
  max-width: 1360px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.breadcrumb li::after {
  content: "＞";
  display: inline-block;
  font-size: 14px;
  color: #242424;
  margin-right: 14px;
}

.breadcrumb li:nth-last-child(1)::after {
  display: none;
}

@media screen and (max-width: 680px) {
  .bread {
    padding: 3.5897435897vw 0;
  }
  .breadcrumb li {
    gap: 2.5641025641vw;
    font-size: 3.0769230769vw;
  }
  .breadcrumb li::after {
    font-size: 3.0769230769vw;
    margin-right: 3.0769230769vw;
  }
}
.page_fv {
  position: relative;
  padding: 0;
  margin-top: 80px;
}

.page_fv_bg {
  height: 300px;
}

.page_fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.page_fv_title .en {
  color: #FFF;
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 2.7px;
}

.page_fv_title .ja {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.2px;
  border-left: 1px solid #fff;
  padding-left: 16px;
  margin-left: 16px;
}

.tokusyo_fv_title {
  font-size: 28px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    margin-top: 14.6153846154vw;
  }
  .page_fv_bg {
    height: 64.1025641026vw;
  }
  .page_fv_title .en {
    font-size: 8.2051282051vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.4102564103vw;
    display: block;
  }
  .page_fv_title .ja {
    font-size: 4.6153846154vw;
    line-height: 6.1538461538vw;
    border-top: 1px solid #fff;
    border-left: unset;
    padding-left: 0;
    margin-left: 0;
    margin-top: 2.0512820513vw;
    padding-top: 2.0512820513vw;
  }
  .tokusyo_fv_title {
    font-size: 5.641025641vw;
  }
}
.page_section_title {
  border-left: 1px solid #242424;
  padding-left: 25px;
  line-height: 1;
}

.page_section_title .ja {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.page_section_title .number {
  font-size: 21px;
  display: inline-flex;
  align-items: center;
}

.page_section_title .number::after {
  content: "";
  display: block;
  width: 14px;
  border-top: 1px solid #C1CCCB;
  margin: 0 4px;
}

.page_section_title .en {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.6px;
  display: block;
  margin-top: 7px;
}

.page_section_subTitle {
  color: #036;
  font-size: 28px;
  line-height: 1.7;
  margin-top: 40px;
}

.page_section_text {
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1.12px;
  margin-top: 40px;
}

.page_section_text.shadow {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-decoration: underline;
  display: inline-block;
}

.section_flex {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.section_flex .page_section_subTitle,
.section_flex .page_section_text {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .page_section_title {
    padding-left: 5.1282051282vw;
  }
  .page_section_title .ja {
    font-size: 3.5897435897vw;
  }
  .page_section_title .number {
    font-size: 4.1025641026vw;
  }
  .page_section_title .number::after {
    width: 2.5641025641vw;
    margin: 0 1.0256410256vw;
  }
  .page_section_title .en {
    font-size: 6.1538461538vw;
    line-height: 6.1538461538vw;
    letter-spacing: 0.3076923077vw;
    margin-top: 2.0512820513vw;
  }
  .page_section_subTitle {
    font-size: 6.1538461538vw;
    margin-top: 8.2051282051vw;
  }
  .page_section_text {
    line-height: 7.6923076923vw;
    letter-spacing: 0.2692307692vw;
    margin-top: 6.4102564103vw;
  }
  .page_section_text.shadow {
    font-size: 4.1025641026vw;
  }
  .section_flex {
    display: flex;
    flex-flow: column;
    gap: 0vw;
    margin-top: 6.1538461538vw;
  }
  .section_flex_img {
    width: 38.4615384615vw;
    margin: 0 auto;
  }
  .section_flex .page_section_subTitle {
    margin-top: 0;
  }
  .section_flex .page_section_text {
    margin-top: 4.1025641026vw;
  }
}
.gridList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  margin-top: 80px;
}

.gridList.type2 {
  gap: 50px;
}

.gridList.type2 .gridItem {
  position: relative;
}

.gridList.type2 .gridItem::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #DBE1E1;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 0);
}

.gridList.type2 .gridItem:nth-of-type(n + 4)::before {
  display: none;
}

.gridList.type2 .gridItem::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #DBE1E1;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translate(0, -50%);
}

.gridList.type2 .gridItem:nth-of-type(3n)::after {
  display: none;
}

.gridItem_title {
  color: #036;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.gridItem_img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px 0;
}

.gridItem_text {
  text-align: left;
}

@media screen and (max-width: 680px) {
  .gridList {
    display: flex;
    flex-flow: column;
    gap: 20.5128205128vw;
    margin-top: 20.5128205128vw;
  }
  .gridList.type2 {
    gap: 0;
  }
  .gridList.type2 .gridItem:nth-of-type(n + 2) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #DBE1E1;
  }
  .gridList.type2 .gridItem::before {
    display: none;
  }
  .gridList.type2 .gridItem:nth-of-type(n + 4)::before {
    display: none;
  }
  .gridList.type2 .gridItem::after {
    display: none;
  }
  .gridList.type2 .gridItem:nth-of-type(3n)::after {
    display: none;
  }
  .gridItem_title {
    font-size: 5.1282051282vw;
    line-height: 8.7179487179vw;
  }
  .gridItem_img {
    width: 38.4615384615vw;
    margin: 4.1025641026vw 0;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

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

.header_logo {
  width: 150px;
}

.toggle-menu {
  display: none;
}

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

.global_nav_list {
  display: flex;
  align-items: center;
}

.global_nav_item_link {
  font-size: 20px;
  padding: 0 20px;
  border-right: 1px solid #C1C1C1;
  line-height: 30px;
}

.global_nav_item.drop {
  position: relative;
}

.global_nav_item_drop_link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

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

.drop_menu {
  position: absolute;
  bottom: 0;
  width: 300px;
  padding: 15px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translate(0, 100%);
  background: #fff;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.drop_menu_link {
  font-size: 14px;
}

.header_contact a {
  font-size: 20px;
  color: #fff;
  background: #003366;
  padding: 24px 12px;
  border: 2px solid #003366;
  transition: 0.3s;
  line-height: 1.4;
}

@media screen and (min-width: 681px) {
  .global_nav_item_drop_link:hover + .drop_menu,
  .drop_menu:hover {
    opacity: 1;
    visibility: unset;
  }
  .header_contact a:hover {
    color: #003366;
    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;
    padding-left: 3.5897435897vw;
  }
  .header_logo {
    width: 39.7435897436vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 6.1538461538vw;
    height: 1px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
    width: 6.1538461538vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
    width: 3.5897435897vw;
  }
  .open .toggle-menu {
    background: #000;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    background: #fff;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    background: #fff;
    width: 6.1538461538vw;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 2.5641025641vw 25.641025641vw;
    background-color: #DBE1E1;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    align-items: flex-start;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .header_nav_spImg {
    width: 64.1025641026vw;
    padding: 15.3846153846vw 0 0 5.1282051282vw;
  }
  .global_nav {
    width: 100%;
    margin-top: 15.3846153846vw;
  }
  .global_nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.8974358974vw 0;
    padding-bottom: 35.8974358974vw;
    position: relative;
  }
  .global_nav_list::before {
    content: "";
    display: inline-block;
    height: 57.9487179487vw;
    border-right: 1px solid #C1CCCB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .global_nav_item:nth-of-type(1) {
    order: 1;
  }
  .global_nav_item:nth-of-type(2) {
    order: 2;
  }
  .global_nav_item:nth-of-type(3) {
    order: 6;
  }
  .global_nav_item:nth-of-type(4) {
    order: 4;
  }
  .global_nav_item:nth-of-type(5) {
    order: 3;
  }
  .global_nav_item:nth-of-type(6) {
    order: 5;
  }
  .global_nav_item:nth-of-type(7) {
    order: 7;
  }
  .global_nav_item_link {
    padding: 0;
    border-right: 0;
    width: 100%;
    font-size: 7.1794871795vw;
    line-height: 1;
    color: #242424;
    padding: 0 5.1282051282vw;
  }
  .global_nav_item_link span {
    font-size: 3.5897435897vw;
  }
  .global_nav_item_drop_link {
    display: block;
  }
  .global_nav_item_drop_link::after {
    display: none;
  }
  .drop_menu {
    position: absolute;
    bottom: -5.1282051282vw;
    width: 100%;
    padding: 0 0 0 5.1282051282vw;
    gap: 3.5897435897vw;
    left: 0;
    opacity: 1;
    visibility: unset;
    background: unset;
  }
  .drop_menu a {
    font-size: 3.3333333333vw;
    line-height: 1.02;
    color: #242424;
  }
  .header_contact {
    width: 100%;
    text-align: center;
    padding: 7.6923076923vw 0;
    border-top: 1px solid #C1CCCB;
    border-bottom: 1px solid #C1CCCB;
  }
  .header_contact a {
    font-size: 4.1025641026vw;
    color: #fff;
    background: #000;
    padding: 17px;
    border: unset;
    width: 61.5384615385vw;
  }
  .header_sp_link {
    font-size: 3.3333333333vw;
    margin-top: 4.1025641026vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 40px 0 24px;
}

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

.footer_contentBox_logo {
  display: flex;
  align-items: center;
}

.footer_contentBox_logo img {
  width: 180px;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_contentBox_text {
  color: #036;
  font-size: 15px;
  font-weight: 600;
  line-height: 25.5px;
  margin-top: 24px;
}

.footer_contentBox_address {
  font-size: 12px;
  font-weight: 600;
  line-height: 20.4px;
  margin-top: 9px;
}

.footer_content_logo {
  display: flex;
  gap: 20px;
}

.footer_content_logo img {
  height: 140px;
  width: auto;
}

.footer_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DBE1E1;
  padding-top: 25px;
  margin-top: 40px;
}

.footer_link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  margin: 0 10px;
}

.copyright {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 10.2564102564vw 0 6.1538461538vw;
  }
  .footer_content {
    align-items: flex-start;
    flex-flow: column;
    gap: 5.8974358974vw;
  }
  .footer_contentBox_logo img {
    width: 38.4615384615vw;
    height: 21.5384615385vw;
  }
  .footer_contentBox_logo img:nth-of-type(2) {
    width: 46.1538461538vw;
    height: 11.5384615385vw;
  }
  .footer_contentBox_text {
    font-size: 3.8461538462vw;
    line-height: 6.5384615385vw;
    margin-top: 6.1538461538vw;
  }
  .footer_contentBox_address {
    font-size: 3.0769230769vw;
    line-height: 5.2307692308vw;
    margin-top: 2.3076923077vw;
  }
  .footer_content_logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.8461538462vw;
    align-items: center;
  }
  .footer_content_logo img {
    height: auto;
    width: 100%;
  }
  .footer_content_logo img:nth-of-type(2) {
    height: 29.4871794872vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer_foot {
    padding-top: 6.4102564103vw;
    margin-top: 10.2564102564vw;
  }
  .footer_link {
    font-size: 2.5641025641vw;
    line-height: 5.0256410256vw;
    display: block;
    margin: 0;
  }
  .copyright {
    font-size: 2.5641025641vw;
    line-height: 4.3076923077vw;
  }
}
/* FV
***************************************************************/
.fv {
  position: relative;
  padding: 0;
}

@media screen and (max-width: 680px) {
  .fv {
    height: auto;
    margin-top: 14.6153846154vw;
  }
}
/* Section1
***************************************************************/
.sec1 .inner {
  position: relative;
}

.sec1 .section_text {
  width: 694px;
}

.sec1_img {
  width: 584px;
  position: absolute;
  top: 0;
  right: -120px;
}

@media screen and (max-width: 680px) {
  .sec1 .section_text {
    width: 100%;
  }
  .sec1_img {
    width: 100%;
    position: unset;
    margin-bottom: 6.4102564103vw;
  }
}
/* Section2
***************************************************************/
.sec2 .inner {
  position: relative;
}

.sec2_img {
  width: 584px;
  position: absolute;
  top: 0;
  left: -120px;
}

.sec2_content {
  padding-left: 505px;
}

@media screen and (max-width: 680px) {
  .sec2_img {
    width: 100%;
    position: unset;
    margin-bottom: 6.4102564103vw;
  }
  .sec2_content {
    padding-left: 0;
  }
}
/* Section3
***************************************************************/
.sec3_list {
  margin-top: 100px;
}

.sec3_item a {
  display: grid;
  grid-template-columns: 344px 1fr;
  align-items: center;
  gap: 40px;
  position: relative;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

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

.sec3_item a::after {
  content: "";
  display: inline-block;
  border-right: 1px dashed #575757;
  height: calc(100% - 24px);
  position: absolute;
  top: 0;
  right: 120px;
}

.sec3_itemBox {
  padding-right: 160px;
}

.sec3_itemBox_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.sec3_itemBox_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  padding: 10px 0 0 10px;
}

.sec3_flex {
  display: grid;
  grid-template-columns: 344px 1fr 388px;
  align-items: center;
  gap: 40px;
}

.sec3_flexBox_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
}

.sec3_flexBox_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
  padding: 10px 0 0;
}

.sec3_flex_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 20px;
  padding: 0 30px 0 35px;
  border-left: 1px dashed #575757;
  height: 100%;
}

.sec3_flex_btnLink {
  display: block;
  background: #000;
  border-radius: 100px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  line-height: 33.6px;
  padding: 19px 0 18px;
  position: relative;
}

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

@media screen and (min-width: 681px) {
  .sec3_item a:hover::before {
    right: 20px;
  }
  .sec3_flex_btnLink:hover::before {
    right: 13px;
  }
}
@media screen and (max-width: 680px) {
  .sec3_list {
    margin-top: 20.5128205128vw;
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .sec3_itemBox {
    padding-right: 0;
  }
  .sec3_item a {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
  }
  .sec3_item a::before {
    display: none;
  }
  .sec3_item a::after {
    display: none;
  }
  .sec3_itemBox_title {
    font-size: 5.641025641vw;
    line-height: 7.6923076923vw;
    margin-top: 6.1538461538vw;
  }
  .sec3_itemBox_text {
    font-size: 3.5897435897vw;
    line-height: 6.4615384615vw;
    padding: 2.5641025641vw 0 0;
  }
  .sec3_item_sp_link {
    text-align: center;
    padding: 2.5641025641vw 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2.5641025641vw;
    border-top: 1px dashed #575757;
    border-bottom: 1px dashed #575757;
    margin-top: 7.6923076923vw;
  }
  .sec3_item_sp_link::after {
    content: "";
    display: inline-block;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec3_flex {
    display: block;
    margin-top: 7.6923076923vw;
  }
  .sec3_flexBox_title {
    font-size: 5.641025641vw;
    line-height: 7.6923076923vw;
    margin-top: 6.1538461538vw;
  }
  .sec3_flexBox_text {
    font-size: 3.5897435897vw;
    line-height: 6.4615384615vw;
    padding: 2.5641025641vw 0 0;
  }
  .sec3_flex_btn {
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    padding: 5.1282051282vw;
    border-left: unset;
    border-top: 1px dashed #575757;
    border-bottom: 1px dashed #575757;
    height: auto;
  }
  .sec3_flex_btnLink {
    padding: 3.3333333333vw 0 3.0769230769vw;
  }
  .sec3_flex_btnLink::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    right: 4.6153846154vw;
  }
}
/* Section4
***************************************************************/
.sec4_content {
  margin-top: 45px;
}

.sec4_content_text {
  color: #333;
  font-weight: 700;
  line-height: 22.4px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.sec4_content_text::after {
  content: "";
  display: inline-block;
  width: 200px;
  border-top: 1px solid #666;
}

.sec4_content_list {
  margin-top: 16px;
}

.sec4_content_item {
  width: 340px;
  margin-right: 32px;
}

.sec4_content_item a {
  display: block;
}

.sec4_content_item_title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  border-left: 1px solid #AAA;
  padding-left: 10px;
}

.sec4_content_item_text {
  font-weight: 300;
  line-height: 28.8px;
  margin-top: 10px;
}

.sec4 .btn {
  margin: 65px auto 0;
}

@media screen and (max-width: 680px) {
  .sec4_content {
    margin-top: 10.2564102564vw;
  }
  .sec4_content_text {
    display: none;
  }
  .sec4_content_list {
    margin-top: 0;
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .sec4_content_item {
    width: 100%;
    margin-right: 0;
  }
  .sec4_content_item_title {
    font-size: 3.0769230769vw;
    margin-top: 4.1025641026vw;
    padding-left: 2.5641025641vw;
  }
  .sec4_content_item_text {
    font-size: 4.1025641026vw;
    line-height: 7.3846153846vw;
    margin-top: 2.0512820513vw;
  }
  .sec4 .btn {
    margin: 15.3846153846vw auto 0;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: #F6F6F6;
}

.sec5_flex {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.sec5_list {
  flex: 1;
}

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

.sec5_item_link {
  border-bottom: 1px solid #C1CCCB;
  padding: 0 0 13px 8px;
  display: block;
  width: 100%;
}

.sec5_item_date {
  font-size: 14px;
  color: #666;
  line-height: 1;
}

.sec5_item_title {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sec5 .btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 680px) {
  .sec5_flex {
    flex-flow: column;
    gap: 12.8205128205vw;
  }
  .sec5_list {
    width: 100%;
  }
  .sec5_item:nth-of-type(n + 2) {
    margin-top: 2.5641025641vw;
  }
  .sec5_item_link {
    padding: 0 0 3.3333333333vw 2.0512820513vw;
    display: block;
  }
  .sec5_item_date {
    font-size: 3.0769230769vw;
  }
  .sec5_item_title {
    font-size: 3.8461538462vw;
    margin-top: 2.5641025641vw;
  }
  .sec5 .btn {
    margin: 15.3846153846vw auto 0;
  }
}
/* section2
***************************************************************/
.about_sec2_flex {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: flex-start;
  gap: 30px;
}

.about_sec2_flex_imgBox_content {
  display: flex;
  justify-content: space-evenly;
  gap: 32px;
}

.about_sec2_flex_imgBox {
  padding: 50px 0 0;
}

.about_sec2_flex_imgBox_text {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 13px;
}

.about_sec2_flex_imgBox_name {
  line-height: 1.4;
}

.about_sec2_flex_imgBox_name .ja {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

.about_sec2_flex_imgBox_name .en {
  color: #333;
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

@media screen and (max-width: 680px) {
  .about_sec2_flex {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 13.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .about_sec2_flex_imgBox {
    padding: 0 2.5641025641vw;
  }
  .about_sec2_flex_imgBox_text {
    font-size: 3.0769230769vw;
    margin-top: 3.3333333333vw;
  }
  .about_sec2_flex_imgBox_name .ja {
    font-size: 5.1282051282vw;
    margin-top: 1.0256410256vw;
  }
  .about_sec2_flex_imgBox_name .en {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
  .about_sec2 .page_section_subTitle {
    margin-top: 0;
  }
}
/* section3
***************************************************************/
.about_sec3_table {
  width: 100%;
  margin-top: 40px;
}

.about_sec3_th {
  width: 25%;
  font-weight: 500;
  line-height: 1.4;
  padding: 14px 0;
  position: relative;
}

.about_sec3_th::before {
  content: "";
  display: inline-block;
  width: calc(100% - 40px);
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 1px solid #242424;
}

.about_sec3_td {
  width: 70%;
  border-top: 1px solid #C1CCCB;
  line-height: 1.4;
  padding: 14px 0;
}

.about_sec3 iframe {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

.about_sec3_link {
  text-decoration: underline;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .about_sec3_table {
    margin-top: 10.2564102564vw;
    border-spacing: 5.1282051282vw 0;
  }
  .about_sec3_th {
    width: 25%;
    padding: 3.5897435897vw 0;
  }
  .about_sec3_th::before {
    width: calc(100% - 5.1282051282vw);
  }
  .about_sec3_td {
    width: 70%;
    padding: 3.5897435897vw 0;
  }
  .about_sec3 iframe {
    height: 102.5641025641vw;
    margin-top: 10.2564102564vw;
  }
  .about_sec3_link {
    margin-top: 5.1282051282vw;
  }
}
/* パーツ
***************************************************************/
.service_title {
  text-align: center;
  color: #036;
  font-size: 28px;
  font-weight: 600;
}

.service_btn {
  margin: 150px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.service_btn .btn {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .service_title {
    font-size: 6.1538461538vw;
    text-align: left;
  }
  .service_btn {
    margin: 30.7692307692vw auto 0;
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  .service_btn .btn {
    width: 79.4871794872vw;
  }
}
/* Grid
***************************************************************/
.service_gridList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 80px;
  margin-top: 40px;
}

.service_gridItem {
  text-align: center;
  position: relative;
}

.service_gridItem::before {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #DBE1E1;
  width: 100%;
  position: absolute;
  bottom: -61px;
  left: 50%;
  transform: translate(-50%, 0);
}

.service_gridItem:nth-of-type(n + 3)::before {
  display: none;
}

.service_gridItem::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #DBE1E1;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -41px;
  transform: translate(0, -50%);
}

.service_gridItem:nth-of-type(2n)::after {
  display: none;
}

.service_gridItem_number {
  color: #254F66;
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #254F66;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.service_gridItem_img {
  width: 250px;
}

.service_gridItem_title {
  color: #036;
  font-size: 28px;
  line-height: 1.7;
  text-align: left;
}

.service_gridItem_text {
  margin-top: 32px;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .service_gridList {
    display: flex;
    flex-flow: column;
    gap: 20.5128205128vw;
    margin-top: 7.6923076923vw;
  }
  .service_gridItem::before {
    display: none;
  }
  .service_gridItem::after {
    display: none;
  }
  .service_gridItem_number {
    font-size: 6.1538461538vw;
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
  .service_gridItem_img {
    width: 64.1025641026vw;
  }
  .service_gridItem_title {
    font-size: 5.1282051282vw;
  }
  .service_gridItem_text {
    margin-top: 7.1794871795vw;
  }
}
/* section3
***************************************************************/
.service_flowList {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 48px;
}

.service_flowItem {
  border: 1px solid #C1CCCB;
  padding: 31px 41px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}

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

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

.service_flowItem_number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.service_flowItem_number span {
  font-size: 16px;
}

.service_flowItem_box {
  border-left: 1px dashed #575757;
  padding-left: 40px;
}

.service_flowItem_title {
  font-size: 24px;
}

.service_flowItem_text {
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
}

.service_flowItem .btn {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .service_flowList {
    margin-top: 10.2564102564vw;
    gap: 8.2051282051vw;
  }
  .service_flowItem {
    padding: 5.3846153846vw 6.4102564103vw 7.9487179487vw;
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .service_flowItem::before {
    width: 5.1282051282vw;
    height: 5.641025641vw;
    bottom: -6.6666666667vw;
  }
  .service_flowItem_number {
    font-size: 9.2307692308vw;
  }
  .service_flowItem_number span {
    font-size: 3.5897435897vw;
    display: block;
  }
  .service_flowItem_box {
    border-left: unset;
    border-top: 1px dashed #575757;
    padding-left: 0;
    padding-top: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .service_flowItem_title {
    font-size: 5.1282051282vw;
    text-align: center;
  }
  .service_flowItem_text {
    margin-top: 2.5641025641vw;
  }
  .service_flowItem .btn {
    margin-top: 5.1282051282vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact_sec .inner {
  max-width: 1000px;
}

.contact_sec_title {
  font-size: 24px;
}

.contact_sec_text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 18px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 60px;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: bold;
}

.req {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #F23A3C;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

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

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

.contact_area input::-moz-placeholder, .contact_area textarea::-moz-placeholder {
  color: #B3B3B3;
}

.contact_area input::placeholder,
.contact_area textarea::placeholder {
  color: #B3B3B3;
}

.wpcf7-checkbox {
  display: flex;
  flex-flow: column;
  gap: 10px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding: 10px;
}

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

.contact_area label span {
  width: auto;
  line-height: 1.4;
}

.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: #278EDB;
  text-decoration: underline;
}

.contact_submit {
  margin: 24px auto 0;
  border: 1px solid #036;
  position: relative;
  z-index: 1;
  width: 260px;
  text-align: center;
}

.contact_submit::before {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 1px solid #036;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translate(0, -50%);
}

.contact_submit input {
  color: #036;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0;
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.thanks_sec_title {
  font-size: 24px;
}

.thanks_sec_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 14px;
}

.thanks_sec .btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .contact_sec .inner {
    padding: 0 10.2564102564vw;
  }
  .contact_sec_title {
    font-size: 5.1282051282vw;
  }
  .contact_sec_text {
    font-size: 3.5897435897vw;
    margin-top: 4.6153846154vw;
  }
  .contact_form {
    padding: 5.1282051282vw;
  }
  .contact_list {
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .contact_item_title {
    gap: 3.3333333333vw;
    width: 100%;
    padding-top: 0;
    font-size: 3.5897435897vw;
  }
  .req {
    width: 10.2564102564vw;
    padding: 0.5128205128vw 0;
    font-size: 2.5641025641vw;
    line-height: 4.6153846154vw;
  }
  .contact_area input {
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_area textarea {
    height: 73.0769230769vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .wpcf7-checkbox {
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .contact_check {
    gap: 1.2820512821vw;
    margin-top: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
  .contact_check input {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .contact_submit {
    margin: 6.1538461538vw auto 0;
    width: 61.5384615385vw;
  }
  .contact_submit input {
    font-size: 4.1025641026vw;
    padding: 3.3333333333vw 0 2.5641025641vw;
  }
  .thanks_sec_title {
    font-size: 3.8461538462vw;
  }
  .thanks_sec_text {
    font-size: 3.8461538462vw;
    margin-top: 4.6153846154vw;
  }
  .thanks_sec .btn {
    margin: 10.2564102564vw auto 0;
  }
}
/* section1
***************************************************************/
.categoryList {
  display: flex;
  align-items: center;
  gap: 20px;
}

.categoryList a {
  color: #FFF;
  line-height: 19.2px;
  letter-spacing: 1.6px;
  border-radius: 24px;
  border: 1px solid #036;
  background: #036;
  padding: 7px 21px;
}

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

.case_item_img {
  height: 175px;
}

.case_item_title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border-left: 1px solid #AAA;
  padding-left: 10px;
  margin-top: 16px;
}

.case_item_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 8px;
}

.case_sec1 .btn {
  margin: 40px auto 0;
}

@media screen and (max-width: 680px) {
  .categoryList {
    gap: 2.5641025641vw;
  }
  .categoryList a {
    font-size: 3.3333333333vw;
    padding: 1.7948717949vw 5.3846153846vw;
  }
  .case_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.2051282051vw;
    margin-top: 10.2564102564vw;
  }
  .case_item_img {
    height: 51.2820512821vw;
  }
  .case_item_title {
    font-size: 3.0769230769vw;
    padding-left: 2.5641025641vw;
    margin-top: 4.1025641026vw;
  }
  .case_item_text {
    font-size: 4.1025641026vw;
    margin-top: 2.0512820513vw;
  }
  .case_sec1 .btn {
    margin: 7.6923076923vw auto 0;
  }
}
/* single
***************************************************************/
.case_single .inner {
  max-width: 840px;
}

.case_single_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  border-left: 1px solid #333;
  padding-left: 10px;
}

.case_single_subTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
  padding: 12px 15px 28px;
  border-bottom: 1px solid #666;
}

.case_single_category {
  color: #036;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 1.4px;
  text-align: right;
  margin-top: 34px;
}

.case_single_category span {
  border-radius: 24px;
  border: 1px solid #036;
  padding: 7px 15px;
}

.case_single_thumbnail {
  margin-top: 90px;
}

.case_single_list {
  margin-top: 90px;
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding: 0 10px;
}

.case_single_item_title {
  font-size: 24px;
  font-weight: 600;
  padding: 6px 18px;
  border-left: 3px solid #0968A4;
  background: #F6F6F6;
}

.case_single_item_subTitle {
  color: #036;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #036;
}

.case_single_item_subTitle::before {
  content: "";
  display: inline-block;
  width: 50px;
  border-top: 1px solid #003366;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.case_single_item_text {
  margin-top: 10px;
}

.case_single .btn {
  margin: 80px auto 0;
}

@media screen and (max-width: 680px) {
  .case_single .inner {
    max-width: 215.3846153846vw;
  }
  .case_single_title {
    font-size: 4.6153846154vw;
    padding-left: 2.5641025641vw;
  }
  .case_single_subTitle {
    font-size: 6.1538461538vw;
    padding: 2.5641025641vw 3.8461538462vw 5.1282051282vw;
  }
  .case_single_category {
    font-size: 3.3333333333vw;
    margin-top: 3.8461538462vw;
  }
  .case_single_category span {
    border-radius: 6.1538461538vw;
    padding: 1.7948717949vw 3.8461538462vw 1.2820512821vw;
  }
  .case_single_thumbnail {
    margin-top: 10.2564102564vw;
  }
  .case_single_list {
    margin-top: 12.8205128205vw;
    gap: 9.2307692308vw;
    padding: 0 2.5641025641vw;
  }
  .case_single_item_title {
    font-size: 6.1538461538vw;
    padding: 1.5384615385vw 4.6153846154vw;
    border-left: 0.7692307692vw solid #0968A4;
  }
  .case_single_item_subTitle {
    margin-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
  .case_single_item_subTitle::before {
    width: 10.2564102564vw;
    margin-right: 2.5641025641vw;
    top: -1.2820512821vw;
  }
  .case_single_item_text {
    margin-top: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
  .case_single .btn {
    margin: 15.3846153846vw auto 0;
  }
}
.dx_sec1,
.dx_sec2,
.dx_sec3,
.dx_sec4,
.dx_sec5,
.dx_sec6 {
  padding: 80px 0 0;
}

.dx_sec7 {
  padding: 80px 0;
}

.dx_sec1_img {
  display: block;
  width: 390px;
  margin: 0 auto 80px;
}

.dx_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}

.dx_th {
  background: #F6F6F6;
  text-align: center;
  font-weight: 300;
  padding: 18px 0;
  width: 33.33%;
  border: 1px solid #C1CCCB;
}

.dx_td {
  font-weight: 300;
  padding: 18px 24px;
  width: 33.33%;
  border: 1px solid #C1CCCB;
}

.dx_title {
  font-size: 18px;
  font-weight: bold;
  color: #003366;
  margin-top: 40px;
}

.dx_title + .page_section_text {
  margin-top: 16px;
}

.dx_sec4_img {
  margin-top: 16px;
}

.dx_sec6 ol {
  list-style: auto;
  padding-left: 30px;
}

.dx_sec7_text01 {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 300;
}

@media screen and (max-width: 680px) {
  .dx_sec1 {
    padding: 15.3846153846vw 0 0;
  }
  .dx_sec2,
  .dx_sec3,
  .dx_sec4,
  .dx_sec5,
  .dx_sec6 {
    padding: 15.3846153846vw 0 0;
    margin-top: 15.3846153846vw;
    position: relative;
  }
  .dx_sec2::before,
  .dx_sec3::before,
  .dx_sec4::before,
  .dx_sec5::before,
  .dx_sec6::before {
    content: "";
    display: inline-block;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 1px solid rgb(219, 225, 225);
  }
  .dx_sec7 {
    padding: 15.3846153846vw 0;
  }
  .dx_sec1_img {
    width: 64.1025641026vw;
    margin: 0 auto 10.2564102564vw;
  }
  .dx_table {
    margin-top: 5.1282051282vw;
  }
  .dx_th {
    padding: 3.3333333333vw 0;
    width: 35%;
    vertical-align: middle;
    line-height: 1.4;
  }
  .dx_td {
    padding: 3.3333333333vw 2.5641025641vw;
    width: 65%;
    line-height: 1.4;
  }
  .dx_title {
    font-size: 4.1025641026vw;
    margin-top: 7.6923076923vw;
  }
  .dx_title + .page_section_text {
    margin-top: 2.5641025641vw;
  }
  .dx_sec4_img {
    margin-top: 4.1025641026vw;
  }
  .dx_sec6 ol {
    padding-left: 5.8974358974vw;
  }
  .dx_sec7_text01 {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 300;
  }
}
/* section1
***************************************************************/
.news_sec_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.news_sec_item_link {
  display: block;
  padding: 0 8px 13px;
  border-bottom: 1px solid #C1CCCB;
}

.news_sec_item_date {
  font-size: 14px;
  line-height: 1.4;
}

.news_sec_item_title {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  .news_sec_list {
    gap: 5.1282051282vw;
  }
  .news_sec_item_link {
    padding: 0 2.0512820513vw 3.3333333333vw;
  }
  .news_sec_item_date {
    font-size: 3.0769230769vw;
    line-height: 1.4;
  }
  .news_sec_item_title {
    font-size: 3.8461538462vw;
  }
}
/* Single
***************************************************************/
.news_single .inner {
  max-width: 1000px;
}

.news_single_title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.7;
  border-bottom: 1px solid #575757;
  padding-bottom: 20px;
}
.news_meta,
.blog_meta {
  margin-top: 25px;
}
.news_single_date {
  text-align: right;
  font-size: 14px;
  display: block;
}

.news_single_content {
  margin-top: 40px;
}

.news_single .btn {
  margin: 100px auto 0;
}

@media screen and (max-width: 680px) {
  .news_single_title {
    font-size: 6.1538461538vw;
    padding-bottom: 5.1282051282vw;
  }
  .news_meta,
  .blog_meta {
    margin-top: 3.8461538462vw;
  }
  .news_single_date {
    font-size: 3.5897435897vw;
  }
  .news_single_content {
    margin-top: 10.2564102564vw;
  }
  .news_single .btn {
    margin: 15.3846153846vw auto 0;
  }
}
/* section1
***************************************************************/
.privacy_fv {
  padding: 80px 0 40px;
  margin-top: 80px;
}

:last-of-type .privacy_fv .inner {
  max-width: 1000px;
}

.privacy_fv .page_fv_title {
  position: unset;
  transform: unset;
  text-align: left;
}

.privacy_fv .page_fv_title .en {
  color: #242424;
}

.privacy_fv .page_fv_title .ja {
  color: #242424;
  border-left: 1px solid #242424;
}

@media screen and (max-width: 680px) {
  .privacy_fv {
    padding: 15.3846153846vw 0 0;
    margin-top: 14.6153846154vw;
  }
  .privacy_fv .page_fv_title .ja {
    border-left: unset;
    border-top: 1px solid #242424;
  }
}
/* section2
***************************************************************/
.privacy {
  padding: 0 0 80px;
}

.privacy .inner {
  max-width: 1000px;
}

.privacy_text {
  font-size: 15px;
  font-weight: 300;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 0 0 15.3846153846vw;
  }
  .privacy_text {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
}