@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;
  }
}
.center {
  text-align: center;
}

/* 基本
***************************************************************/
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #245D9D;
  background: #F8F9F0;
}

main,
footer {
  overflow: hidden;
}

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

.inner {
  max-width: 1280px;
  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 {
  font-weight: bold;
  display: inline;
}

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

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

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

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

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

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

.section_title .en {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 180%;
  opacity: 0.4;
}

.section_title .ja {
  display: block;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  margin-top: 13px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 5.1282051282vw;
  }
  .section_title .ja {
    font-size: 8.2051282051vw;
    margin-top: 2.0512820513vw;
  }
}
.btn {
  text-align: center;
  margin-top: 40px;
}

.btn_link {
  border-radius: 8px;
  border: 2px solid #245D9D;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 16px 16px 24px;
}

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

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 10.2564102564vw;
  }
  .btn_link {
    border-radius: 2.0512820513vw;
    font-size: 4.6153846154vw;
    gap: 2.0512820513vw;
    padding: 4.1025641026vw 4.1025641026vw 4.1025641026vw 6.1538461538vw;
  }
  .btn_link::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.cta {
  padding: 40px 0;
}

.cta .inner {
  border-radius: 40px;
  background: #3F78B3;
  padding: 64px 80px 80px;
}

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

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

.cta_text {
  color: #F8F9F0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

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

.cta_flex_btn {
  border-radius: 13.833px;
  background: #3A8DE9;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  padding: 20px 55px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

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

.cta_flex_btn:nth-of-type(2) {
  background: #1AC75F;
}

.cta_flex_btn:nth-of-type(2)::before {
  background-image: url(../images/icon/icon_line.svg);
}

.cta_flex_tel {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.cta_flex_tel .t1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

.cta_flex_tel .t2 {
  display: block;
  color: #F8F9F0;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 680px) {
  .cta {
    padding: 10.2564102564vw 6.1538461538vw;
  }
  .cta .inner {
    border-radius: 6.1538461538vw;
    padding: 10.2564102564vw 0 18.4615384615vw;
  }
  .cta_text {
    font-size: 3.8461538462vw;
    margin-top: 6.1538461538vw;
  }
  .cta_flex {
    flex-flow: column;
    gap: 10.2564102564vw;
    margin-top: 8.2051282051vw;
  }
  .cta_flex_btn {
    border-radius: 3.5469230769vw;
    font-size: 5.1282051282vw;
    padding: 4.6153846154vw 14.1025641026vw;
    gap: 3.3333333333vw;
  }
  .cta_flex_btn::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .cta_flex_tel {
    font-size: 9.2307692308vw;
    padding-bottom: 2.5641025641vw;
  }
  .cta_flex_tel .t1 {
    gap: 2.5641025641vw;
  }
  .cta_flex_tel .t1::before {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .cta_flex_tel .t2 {
    font-size: 3.3333333333vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 188px 0 97px;
  background-image: url(../images/common/page_fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page_fv_title {
  text-align: center;
  color: #F8F9F0;
}

.page_fv_title .en {
  display: block;
  font-size: 80px;
  font-weight: 900;
  line-height: 180%;
}

.page_fv_title .ja {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 110%;
}

.section_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 64px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 30.7692307692vw 0 20.5128205128vw;
    background-image: url(../images/common/page_fv_sp.webp);
  }
  .page_fv_title .en {
    font-size: 16.4102564103vw;
    line-height: 1;
  }
  .page_fv_title .ja {
    font-size: 6.1538461538vw;
    margin-top: 2.5641025641vw;
  }
  .section_text {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
}
.page_head {
  padding: 104px 0 80px;
}

.page_head_title {
  text-shadow: 0 0 24px #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
}

.page_head_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .page_head {
    padding: 26.6666666667vw 0 16.4102564103vw;
  }
  .page_head_title {
    font-size: 8.2051282051vw;
  }
  .page_head_text {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 12px 0;
  background: rgba(248, 249, 240, 0.9);
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

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

.toggle-menu {
  display: none;
}

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

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

.global_nav_item {
  position: relative;
}

.global_nav_item p,
.global_nav_item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

@media screen and (min-width: 681px) {
  .global_nav_item p::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .global_nav_itemBox {
    background: #fff;
    padding: 20px 16px;
    border-radius: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    width: 200px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    opacity: 0;
    transition: 0.2s;
    visibility: hidden;
  }
  .global_nav_item p:hover + .global_nav_itemBox {
    opacity: 1;
    visibility: unset;
  }
  .global_nav_itemBox:hover {
    opacity: 1;
    visibility: unset;
  }
}
.header_contact a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 8px;
  background: #3A8DE9;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 184px;
}

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

@media screen and (max-width: 680px) {
  header {
    padding: 3.0769230769vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 4.1025641026vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    width: 30.7692307692vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 11.2820512821vw;
    height: 11.2820512821vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 8.4615384615vw;
    height: 2px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #3A8DE9;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 8.4615384615vw;
    height: 2px;
    content: "";
    background-color: #3A8DE9;
    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: #fff;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
    background-color: #fff;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
    background-color: #fff;
  }
  .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: #245D9D;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 17.4358974359vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item p,
  .global_nav_item a {
    width: 100%;
    padding: 4.1025641026vw 0;
    color: #fff;
    font-size: 4.6153846154vw;
  }
  .global_nav_itemBox a::before {
    content: "-";
    display: inline-block;
    font-size: 4.1025641026vw;
    font-weight: 500;
    margin-left: 2.0512820513vw;
  }
  .header_contact a {
    font-size: 3.8461538462vw;
    border-radius: 2.0512820513vw;
    height: 11.2820512821vw;
    gap: 2.0512820513vw;
    width: 79.4871794872vw;
  }
  .header_contact a::before {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
  }
}
/* ===================================================
フッター
=================================================== */
.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0 64px;
}

.footer_content img {
  width: 272px;
}

.footer_list {
  width: 570px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer_item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.copyright {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  background: #F2EDD6;
  padding: 16px 0;
}

@media screen and (max-width: 680px) {
  .footer_content {
    flex-flow: column;
    padding: 10.2564102564vw 0 16.4102564103vw;
  }
  .footer_content img {
    width: 54.358974359vw;
  }
  .footer_list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 12.3076923077vw;
  }
  .footer_item a {
    display: block;
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
  }
  .footer_item a:nth-of-type(n + 2) {
    margin-top: 4.1025641026vw;
  }
  .footer_item a.icon::after {
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
  .copyright {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 0;
  }
}
/* フェードイン
***************************************************************/
.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;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
}

@media screen and (max-width: 680px) {
  .fv_sp_text {
    display: block;
    text-align: center;
    background: linear-gradient(90deg, #245D9D 0%, #245D9D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 48px;
    font-weight: 900;
    line-height: 130%;
  }
  .fv_sp_text span {
    font-size: 29.455px;
    line-height: 110%;
    border-bottom: 1px solid rgba(36, 93, 157, 0.6);
    padding-bottom: 2.5641025641vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 20px 0 60px;
}

.sec1_text {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 230%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sec1_text::before {
  content: "";
  display: block;
  width: 2px;
  height: 120px;
  background: linear-gradient(270deg, #245D9D 0%, #66A4EA 100%);
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 5.1282051282vw 0 15.3846153846vw;
  }
  .sec1_text {
    font-size: 4.6153846154vw;
    gap: 10.2564102564vw;
  }
  .sec1_text::before {
    width: 0.5128205128vw;
    height: 30.7692307692vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: linear-gradient(0deg, #E4EDF2 75.66%, #F8F9F0 99.92%);
}

.sec2 .section_title .ja {
  font-size: 48px;
  display: inline-block;
  position: relative;
}

.sec2 .section_title .ja::before {
  content: "";
  display: inline-block;
  width: 83px;
  height: 63px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -63px;
  top: -30px;
}

.sec2 .section_title .ja::after {
  content: "";
  display: inline-block;
  width: 83px;
  height: 63px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
  position: absolute;
  right: -53px;
  top: -30px;
}

.sec2_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  margin-top: 40px;
  text-align: center;
}

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

.sec2_item {
  border-radius: 48px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 72px 0 48px;
  text-align: center;
  position: relative;
}

.sec2_item img {
  width: 150px;
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec2_item_title {
  color: #327EC9;
}

li:nth-of-type(2) .sec2_item_title {
  color: #DBAA3A;
}

.sec2_item_title .en {
  display: block;
  font-weight: 900;
  line-height: 150%;
}

.sec2_item_title .ja {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
}

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

.sec2_item .btn {
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .sec2 .section_title .ja {
    font-size: 8.2051282051vw;
    line-height: 150%;
  }
  .sec2 .section_title .ja::before {
    width: 22.5641025641vw;
    height: 20.5128205128vw;
    left: -18.7179487179vw;
    top: -12.8205128205vw;
  }
  .sec2 .section_title .ja::after {
    width: 22.5641025641vw;
    height: 20.5128205128vw;
    right: -16.1538461538vw;
    top: -12.8205128205vw;
  }
  .sec2_text {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30.7692307692vw;
    margin-top: 26.6666666667vw;
  }
  .sec2_item {
    padding: 18.4615384615vw 0 12.3076923077vw;
  }
  .sec2_item img {
    width: 38.4615384615vw;
    top: -18.9743589744vw;
  }
  .sec2_item_title .en {
    font-size: 4.1025641026vw;
  }
  .sec2_item_title .ja {
    font-size: 7.1794871795vw;
  }
  .sec2_item_text {
    margin-top: 6.1538461538vw;
  }
  .sec2_item .btn {
    margin-top: 6.1538461538vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: linear-gradient(180deg, #E4EDF2 72.78%, #F8F9F0 99.91%);
}

.sec3_content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 737px;
  gap: 88px;
}

.sec3 .section_title {
  text-align: left;
}

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

.sec3 .btn {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec3_content {
    display: flex;
    flex-flow: column-reverse;
    gap: 12.3076923077vw;
  }
  .sec3_content_text {
    margin-top: 6.1538461538vw;
  }
  .sec3 .btn {
    margin-top: 5.1282051282vw;
  }
}
/* Section4
***************************************************************/
.sec4_content {
  display: grid;
  align-items: center;
  grid-template-columns: 678px 1fr;
  gap: 88px;
}

.sec4 .section_title {
  text-align: left;
}

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

.sec4 .btn {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec4_content {
    display: flex;
    flex-flow: column;
    gap: 12.3076923077vw;
  }
  .sec4_content_text {
    margin-top: 6.1538461538vw;
  }
  .sec4 .btn {
    margin-top: 5.1282051282vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: linear-gradient(180deg, #F8F9F0 0.08%, #E4EDF2 6.41%, #E4EDF2 92.65%, #F8F9F0 99.92%);
}

.sec5 .blog_list {
  margin-top: 56px;
}

/* Section6
***************************************************************/
.sec6 {
  padding: 40px 0;
}

.sec6_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.sec6_item a {
  display: block;
  border-radius: 40px;
  border: 2px solid #3F78B3;
  background: #E4EDF2;
  padding: 56px 64px;
  position: relative;
}

.sec6_title {
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.sec6_title .en {
  display: block;
  font-size: 20px;
  line-height: 180%;
  opacity: 0.4;
}

.sec6_title .ja {
  display: block;
  font-size: 36px;
  line-height: 110%;
  margin-top: 13px;
}

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

.sec6_item_img {
  width: auto;
  height: 165px;
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 10.2564102564vw 0;
  }
  .sec6_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8.2051282051vw;
  }
  .sec6_item a {
    border-radius: 6.1538461538vw;
    padding: 9.2307692308vw 8.2051282051vw;
  }
  .sec6_title .en {
    font-size: 5.1282051282vw;
  }
  .sec6_title .ja {
    font-size: 9.2307692308vw;
    margin-top: 3.3333333333vw;
  }
  .sec6_title::after {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    margin-top: 4.1025641026vw;
  }
  .sec6_item_img {
    height: 30.7692307692vw;
    right: 5.8974358974vw;
  }
}
/* Section1
***************************************************************/
.company_sec1 {
  padding: 0 0 40px;
}

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

.company_sec1_item {
  padding: 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.company_sec1_item::before {
  content: "";
  display: inline-block;
  width: 350px;
  height: 350px;
  background: #F8F9F0;
  box-shadow: 0 0 110px 0 rgba(187, 210, 223, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.company_sec1_item_title .en {
  display: block;
  color: rgba(36, 93, 157, 0.5);
  font-size: 14px;
  font-weight: 900;
  line-height: 150%;
}

.company_sec1_item_title .ja {
  display: block;
  color: #327EC9;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
}

.company_sec1_item_icon {
  width: 90px;
  margin-top: 20px;
}

.company_sec1_item_text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

@media screen and (max-width: 680px) {
  .company_sec1 {
    padding: 0 0 10.2564102564vw;
  }
  .company_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16.4102564103vw;
    padding: 0 7.6923076923vw;
  }
  .company_sec1_item {
    padding: 7.6923076923vw;
  }
  .company_sec1_item::before {
    width: 84.6153846154vw;
    height: 84.6153846154vw;
  }
  .company_sec1_item_title .en {
    font-size: 3.5897435897vw;
  }
  .company_sec1_item_title .ja {
    font-size: 6.6666666667vw;
  }
  .company_sec1_item_icon {
    width: 23.0769230769vw;
    margin-top: 4.6153846154vw;
  }
  .company_sec1_item_text {
    margin-top: 4.6153846154vw;
    font-size: 4.1025641026vw;
  }
}
/* Section2
***************************************************************/
.company_sec2_content {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 80px;
  margin-top: 64px;
}

.company_sec2_content img {
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  border-radius: 32px;
}

.company_sec2_contentBox_text01 {
  font-weight: 500;
  line-height: 200%;
}

.company_sec2_contentBox_text02 {
  font-weight: 500;
  line-height: 200%;
  text-align: right;
  margin-top: 24px;
}

@media screen and (max-width: 680px) {
  .company_sec2_content {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10.2564102564vw;
    margin-top: 16.4102564103vw;
  }
  .company_sec2_content img {
    border-radius: 5.1282051282vw;
    width: 56.4102564103vw;
  }
  .company_sec2_contentBox_text01 {
    font-size: 3.8461538462vw;
  }
  .company_sec2_contentBox_text02 {
    font-size: 3.8461538462vw;
    margin-top: 6.1538461538vw;
  }
}
/* Section3
***************************************************************/
.company_sec3 {
  background: linear-gradient(0deg, #E4EDF2 84.62%, #F8F9F0 99.77%);
}

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

.company_sec3_item {
  border-radius: 40px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 32px 0;
  text-align: center;
}

.company_sec3_item_icon {
  height: 94px;
  width: auto;
}

.company_sec3_item_title {
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 16px;
}

.company_sec3_item_title .f36 {
  font-size: 36px;
  margin-left: 8px;
}

.company_sec3_item_title .f14 {
  font-size: 14px;
}

@media screen and (max-width: 680px) {
  .company_sec3_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .company_sec3_item {
    border-radius: 10.2564102564vw;
    padding: 8.2051282051vw 0;
  }
  .company_sec3_item_icon {
    height: 24.1025641026vw;
    width: auto;
  }
  .company_sec3_item_title {
    font-size: 4.8717948718vw;
    margin-top: 4.1025641026vw;
  }
  .company_sec3_item_title .f36 {
    font-size: 9.2307692308vw;
    margin-left: 2.0512820513vw;
  }
  .company_sec3_item_title .f14 {
    font-size: 3.5897435897vw;
  }
}
/* Section4
***************************************************************/
.company_sec4 {
  background: linear-gradient(0deg, #F8F9F0 0.04%, #E4EDF2 11.23%);
}

.company_sec4 .inner {
  max-width: 1062px;
}

.company_sec4_content {
  border-radius: 40px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 40px 64px;
  margin-top: 64px;
}

.company_sec4_table {
  width: 100%;
}

.company_sec4_th {
  font-weight: 500;
  line-height: 200%;
  width: 229px;
  border-bottom: 1px solid rgba(36, 93, 157, 0.4);
  vertical-align: middle;
  padding: 24px 0;
}

.company_sec4_td {
  font-weight: 500;
  line-height: 200%;
  border-bottom: 1px solid rgba(36, 93, 157, 0.4);
  vertical-align: middle;
  padding: 24px 0;
}

.company_sec4_td.dots {
  text-indent: -1em;
  padding-left: 1em;
}

tr:nth-last-of-type(1) .company_sec4_th,
tr:nth-last-of-type(1) .company_sec4_td {
  border-bottom: unset;
}

@media screen and (max-width: 680px) {
  .company_sec4_content {
    border-radius: 6.1538461538vw;
    padding: 10.2564102564vw 4.1025641026vw;
    margin-top: 16.4102564103vw;
  }
  .company_sec4_th {
    display: block;
    width: 100%;
    border-bottom: unset;
    padding: 6.1538461538vw 0 4.1025641026vw;
  }
  .company_sec4_td {
    padding: 0 0 6.1538461538vw;
    display: block;
    width: 100%;
  }
}
/* Section5
***************************************************************/
.company_sec5_content {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 410px;
  gap: 64px;
}

.company_sec5 .section_title {
  text-align: left;
}

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

.company_sec5_list {
  margin-top: 40px;
  border-top: 1px solid rgba(36, 93, 157, 0.4);
}

.company_sec5_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  border-bottom: 1px solid rgba(36, 93, 157, 0.4);
}

.company_sec5_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.company_sec5_item_title span {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  background: #245D9D;
  width: 60px;
  text-align: center;
}

.company_sec5_item_btn {
  color: #FFF;
  font-weight: 500;
  line-height: 200%;
  border-radius: 8px;
  background: #3A8DE9;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 32px;
}

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

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}

.modal.active {
  display: flex;
  z-index: 100;
}

.modal_inner {
  border-radius: 40px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 80px 64px;
  max-width: 1062px;
  height: 80vh;
  overflow: auto;
  width: 90%;
  position: relative;
}

.modal_inner::-webkit-scrollbar {
  display: none;
}

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

.modal_table {
  width: 100%;
}

.modal_th {
  font-weight: 500;
  line-height: 200%;
  width: 229px;
  border-bottom: 1px solid rgba(36, 93, 157, 0.4);
  vertical-align: middle;
  padding: 24px 0;
}

.modal_td {
  font-weight: 500;
  line-height: 200%;
  border-bottom: 1px solid rgba(36, 93, 157, 0.4);
  vertical-align: middle;
  padding: 24px 0;
}

tr:nth-last-of-type(1) .modal_th,
tr:nth-last-of-type(1) .modal_td {
  border-bottom: unset;
}

.modal_td.dots {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 680px) {
  .company_sec5_content {
    display: flex;
    flex-flow: column;
    gap: 16.4102564103vw;
  }
  .company_sec5_text {
    margin-top: 10.2564102564vw;
  }
  .company_sec5_list {
    margin-top: 10.2564102564vw;
  }
  .company_sec5_item {
    padding: 6.1538461538vw 4.1025641026vw;
    display: block;
  }
  .company_sec5_item_title {
    font-size: 5.1282051282vw;
    gap: 3.0769230769vw;
  }
  .company_sec5_item_title span {
    font-size: 3.8461538462vw;
    width: 15.3846153846vw;
  }
  .company_sec5_item_btn {
    border-radius: 2.0512820513vw;
    padding: 2.0512820513vw 4.1025641026vw;
    gap: 8.2051282051vw;
    margin-top: 6.1538461538vw;
  }
  .company_sec5_item_btn::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .modal_inner {
    border-radius: 6.1538461538vw;
    padding: 20.5128205128vw 6.1538461538vw;
    height: 80vh;
    width: 90%;
  }
  .modal_inner::-webkit-scrollbar {
    display: none;
  }
  .modal_close {
    top: 6.1538461538vw;
    right: 6.1538461538vw;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .modal_table {
    width: 100%;
  }
  .modal_th {
    display: block;
    width: 100%;
    border-bottom: unset;
    padding: 6.1538461538vw 0 4.1025641026vw;
  }
  .modal_td {
    padding: 0 0 6.1538461538vw;
    display: block;
    width: 100%;
  }
}
/* Section1
***************************************************************/
.work_sec1 {
  background: linear-gradient(0deg, #E4EDF2 84.62%, #F8F9F0 99.77%);
}

.work_sec1 .inner {
  max-width: 1062px;
}

.work_sec1_content {
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  border-radius: 40px;
  overflow: hidden;
  margin-top: 64px;
  background: #F8F9F0;
}

.work_sec1_contentBox {
  padding: 16px 64px;
}

@media screen and (max-width: 680px) {
  .work_sec1_content {
    border-radius: 10.2564102564vw;
    margin-top: 16.4102564103vw;
  }
  .work_sec1_contentBox {
    padding: 6.1538461538vw;
  }
}
/* Section2
***************************************************************/
.work_sec2 {
  background: linear-gradient(0deg, #F8F9F0 0.04%, #E4EDF2 16.69%);
}

.work_sec2_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px;
  text-align: center;
  margin-top: 64px;
}

.work_sec2.type2 .inner {
  max-width: 1014px;
  gap: 51px 64px;
}

.work_sec2.type2 .work_sec2_list {
  grid-template-columns: repeat(4, 1fr);
}

.work_sec2_item img {
  box-shadow: 0 0 28px rgba(36, 93, 157, 0.07);
  border-radius: 50%;
}

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

.work_sec2_item_text {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 680px) {
  .work_sec2_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8.2051282051vw 4.1025641026vw;
    margin-top: 16.4102564103vw;
  }
  .work_sec2.type2 .inner {
    gap: 13.0769230769vw 16.4102564103vw;
  }
  .work_sec2_item {
    width: 41.5384615385vw;
  }
  .work_sec2_item img {
    box-shadow: 0 0 7.1794871795vw rgba(36, 93, 157, 0.07);
    border-radius: 50%;
  }
  .work_sec2_item_title {
    font-size: 4.6153846154vw;
    margin-top: 2.0512820513vw;
  }
  .work_sec2_item_text {
    font-size: 3.5897435897vw;
  }
}
/* Section3
***************************************************************/
.work_sec3_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 58px;
  margin-top: 64px;
}

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

.work_sec3_item::before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 36px;
  background-image: url(../images/icon/icon_arrow_flow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 79px;
  right: -55px;
}

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

.work_sec3_number {
  color: #F8F9F0;
  font-size: 24.97px;
  font-weight: 900;
  line-height: 180%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #245D9D;
  position: absolute;
  top: -18px;
  left: -6px;
}

.work_sec3_item_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 8px;
}

.work_sec3_item_text {
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .work_sec3_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14.8717948718vw;
    margin-top: 16.4102564103vw;
    padding: 0 8.2051282051vw;
  }
  .work_sec3_item {
    text-align: center;
    position: relative;
  }
  .work_sec3_item::before {
    width: 13.0769230769vw;
    height: 9.2307692308vw;
    top: unset;
    right: unset;
    bottom: -11.7948717949vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .work_sec3_number {
    color: #F8F9F0;
    font-size: 6.4025641026vw;
    font-weight: 900;
    line-height: 180%;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    border-radius: 50%;
    background: #245D9D;
    position: absolute;
    top: -4.6153846154vw;
    left: -1.5384615385vw;
  }
  .work_sec3_item_title {
    font-size: 6.1538461538vw;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    margin-top: 2.0512820513vw;
  }
  .work_sec3_item_text {
    font-weight: 500;
  }
}
/* Section4
***************************************************************/
.work_sec4 .inner {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 400px 1fr;
  gap: 64px;
}

.work_sec4 .section_title {
  text-align: left;
}

.work_sec4_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  margin-top: 40px;
}

.work_sec4_list {
  display: flex;
  flex-flow: column;
  gap: 64px;
  position: relative;
}

.work_sec4_list::before {
  content: "";
  display: inline-block;
  height: calc(100% - 110px);
  border-left: 2px dashed rgba(36, 93, 157, 0.1);
  position: absolute;
  left: 46px;
  top: 20px;
}

.work_sec4_item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 93px 1fr;
  gap: 22px;
}

.work_sec4_item_time {
  color: #F8F9F0;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 32px;
  background: #245D9D;
  position: relative;
  top: 8px;
}

.work_sec4_itemBox_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  border-bottom: 1px solid rgba(36, 93, 157, 0.1);
  padding-bottom: 8px;
}

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

.work_sec4_itemBox img {
  max-width: 540px;
  margin-top: 16px;
}

@media screen and (max-width: 680px) {
  .work_sec4 .inner {
    display: block;
  }
  .work_sec4_text {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .work_sec4_list {
    gap: 16.4102564103vw;
    margin-top: 16.4102564103vw;
  }
  .work_sec4_list::before {
    display: none;
  }
  .work_sec4_item {
    display: block;
  }
  .work_sec4_item_time {
    font-size: 5.3846153846vw;
    border-radius: 8.2051282051vw;
    top: 2.0512820513vw;
    display: inline-block;
    padding: 0 5.8974358974vw;
  }
  .work_sec4_itemBox {
    margin-top: 4.1025641026vw;
  }
  .work_sec4_itemBox_title {
    font-size: 6.1538461538vw;
    padding-bottom: 2.0512820513vw;
  }
  .work_sec4_itemBox_text {
    margin-top: 4.1025641026vw;
  }
  .work_sec4_itemBox img {
    max-width: 138.4615384615vw;
    margin-top: 4.1025641026vw;
  }
}
.os_sec1 {
  background: linear-gradient(0deg, #E4EDF2 94.3%, #F8F9F0 99.77%);
}

.os_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 104px;
}

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

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

.os_sec1_item img {
  width: 200px;
}

.os_sec1_itemBox {
  flex: 1;
  border-radius: 40px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 48px;
  position: relative;
}

.os_sec1_itemBox::before {
  content: "";
  display: inline-block;
  width: 144px;
  height: 101px;
  background-image: url(../images/icon/icon_before01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -52px;
  left: -20px;
}

.os_sec1_itemBox_title {
  font-size: 28px;
  font-weight: 700;
}

.os_sec1_itemBox_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.os_sec1_itemBox_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 40px;
}

.os_sec1_itemBox_item_title {
  font-size: 19px;
  font-weight: 700;
  line-height: 200%;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(36, 93, 157, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
}

.os_sec1_itemBox_item_title span {
  color: #F8F9F0;
  font-weight: 900;
  line-height: 100%;
  background: #245D9D;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}

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

@media screen and (max-width: 680px) {
  .os_sec1_list {
    gap: 26.6666666667vw;
  }
  .os_sec1_item {
    flex-flow: column;
    align-items: center;
    gap: 6.1538461538vw;
  }
  .os_sec1_item:nth-of-type(2) {
    flex-flow: column;
  }
  .os_sec1_item img {
    width: 35.8974358974vw;
  }
  .os_sec1_itemBox {
    border-radius: 10.2564102564vw;
    padding: 12.3076923077vw 4.1025641026vw;
  }
  .os_sec1_itemBox::before {
    width: 36.9230769231vw;
    height: 25.8974358974vw;
    top: -13.3333333333vw;
    left: -5.1282051282vw;
  }
  .os_sec1_itemBox_title {
    font-size: 6.1538461538vw;
  }
  .os_sec1_itemBox_text {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
  }
  .os_sec1_itemBox_list {
    gap: 8.2051282051vw;
    margin-top: 10.2564102564vw;
  }
  .os_sec1_itemBox_item_title {
    font-size: 4.6153846154vw;
    display: grid;
    grid-template-columns: 7.1794871795vw 1fr;
    gap: 3.0769230769vw;
    line-height: 160%;
  }
  .os_sec1_itemBox_item_title span {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    padding-top: 0.7692307692vw;
  }
  .os_sec1_itemBox_item_text {
    margin-top: 1.7948717949vw;
  }
}
.environment {
  background: linear-gradient(0deg, #F8F9F0 0.04%, #E4EDF2 16.69%);
}

.environment .inner {
  max-width: 846px;
}

.environment video {
  margin-top: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  clip-path: inset(0 2px 0 2px);
}

@media screen and (max-width: 680px) {
  .environment video {
    margin-top: 16.4102564103vw;
  }
}
.faq {
  background: linear-gradient(180deg, #E4EDF2 94.96%, #F8F9F0 99.89%);
}

.faq .inner {
  max-width: 1060px;
}

.faq_list {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

.faq_item {
  border-radius: 24px;
  background: #F8F9F0;
  box-shadow: 0 0 28px 0 rgba(36, 93, 157, 0.1);
  padding: 32px;
}

.faq_title {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  display: grid;
  align-items: center;
  grid-template-columns: 41px 1fr;
  gap: 15px;
  position: relative;
}

.faq_title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_faq.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 0;
  transition: 0.3s;
}

.faq_title.close::before {
  transform: rotate(-180deg);
}

.faq_title span {
  color: #F8F9F0;
  font-weight: 900;
  line-height: 100%;
  background: #245D9D;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
}

.faq_text {
  border-top: 1px solid rgba(36, 93, 157, 0.1);
  font-weight: 500;
  line-height: 200%;
  margin-top: 24px;
  padding-top: 24px;
  display: none;
}

@media screen and (max-width: 680px) {
  .faq_list {
    gap: 4.1025641026vw;
  }
  .faq_item {
    border-radius: 5.1282051282vw;
    padding: 4.1025641026vw;
  }
  .faq_title {
    font-size: 4.6153846154vw;
    grid-template-columns: 10.5128205128vw 1fr;
    gap: 3.8461538462vw;
    padding-right: 6.1538461538vw;
  }
  .faq_title::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .faq_title span {
    width: 10.5128205128vw;
    height: 10.5128205128vw;
    padding-top: 2.5641025641vw;
  }
  .faq_text {
    margin-top: 4.1025641026vw;
    padding-top: 4.1025641026vw;
  }
}
.access .inner {
  max-width: 840px;
}

.access iframe {
  display: block;
  width: 100%;
  height: 480px;
  margin-top: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 680px) {
  .access iframe {
    height: 61.5384615385vw;
    margin-top: 10.2564102564vw;
    border-radius: 6.4102564103vw;
  }
}
/* Blog
***************************************************************/
.blog_sec {
  background: linear-gradient(180deg, #E4EDF2 94.96%, #F8F9F0 99.89%);
}

.blog_sec_category {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blog_sec_category a {
  color: #245D9D;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  border-radius: 24px;
  background: #F8F9F0;
  padding: 8px 30px;
  transition: 0.3s;
}

.blog_sec_category a.active {
  background: #245D9D;
  color: #fff;
  pointer-events: none;
}

.blog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  margin-top: 104px;
}

.blog_item a {
  display: block;
  position: relative;
}

.blog_item a img {
  height: 233px;
  border-radius: 32px;
}

.blog_item_category {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 24px;
  background: #245D9D;
  padding: 2px 12px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog_item_title {
  color: #245D9D;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 62px;
  margin-top: 16px;
}

.blog_item_time {
  color: #245D9D;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.6;
  margin-top: 8px;
}

.blog_more {
  display: block;
  border-radius: 8px;
  border: 2px solid #245D9D;
  min-width: 200px;
  padding: 12px 0;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (min-width: 681px) {
  .blog_sec_category a:hover {
    background: #245D9D;
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .blog_sec_category {
    gap: 2.0512820513vw;
  }
  .blog_sec_category a {
    font-size: 3.8461538462vw;
    border-radius: 6.1538461538vw;
    padding: 2.0512820513vw 7.6923076923vw;
  }
  .blog_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .blog_item a img {
    height: 51.2820512821vw;
    border-radius: 5.1282051282vw;
  }
  .blog_item_category {
    font-size: 3.3333333333vw;
    border-radius: 6.1538461538vw;
    padding: 0.5128205128vw 3.0769230769vw;
    top: 3.3333333333vw;
    left: 3.3333333333vw;
  }
  .blog_item_title {
    font-size: 4.6153846154vw;
    max-height: 15.8974358974vw;
    margin-top: 4.1025641026vw;
  }
  .blog_item_time {
    font-size: 3.8461538462vw;
    margin-top: 2.0512820513vw;
  }
  .blog_more {
    border-radius: 2.0512820513vw;
    border: 0.5128205128vw solid #245D9D;
    min-width: 51.2820512821vw;
    padding: 3.0769230769vw 0;
    margin: 20.5128205128vw auto 0;
  }
}
/* ページネーション
***************************************************************/
.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  height: 62px;
  width: 62px;
  letter-spacing: 0.806px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  color: #095C9D;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.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: 62px;
  height: 62px;
  background-image: url(../images/icon/icon_arrow_right03.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) {
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.6153846154vw;
    height: 10.7692307692vw;
    width: 10.7692307692vw;
  }
  .nav-links a.next::before,
  .page-numbers.next::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
}
/* 詳細
***************************************************************/
.blog_single .inner {
  max-width: 860px;
}

.single_head_category {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 24px;
  background: #245D9D;
  padding: 2px 12px;
  display: inline-block;
}

.single_head_title {
  color: #245D9D;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  margin-top: 10px;
}

.single_head_time {
  color: #245D9D;
  font-weight: 500;
  line-height: 200%;
  opacity: 0.6;
  margin-top: 8px;
}

.single_head img {
  margin-top: 16px;
  border-radius: 32px;
  width: 100% !important;
  height: 500px;
}

.post-single {
  line-height: 1.6;
  margin-top: 64px;
}

.post-single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.post-single h2 {
  font-size: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #E4EDF2;
  padding-left: 20px;
}

.post-single h3 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4EDF2;
  padding-bottom: 10px;
}

.post-single h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.post-single h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

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

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

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

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

.blog_btn {
  text-align: center;
  margin-top: 80px;
}

.blog_btn .btn_link {
  justify-content: flex-end;
  flex-flow: row-reverse;
  width: 200px;
}

.blog_btn .btn_link::after {
  transform: scale(-1, 1);
}

@media screen and (max-width: 678px) {
  .single_head_category {
    font-size: 3.3333333333vw;
    border-radius: 6.1538461538vw;
    padding: 0.5128205128vw 3.0769230769vw;
  }
  .single_head_title {
    font-size: 6.1538461538vw;
    margin-top: 2.0512820513vw;
  }
  .single_head_time {
    margin-top: 2.0512820513vw;
  }
  .single_head img {
    margin-top: 4.1025641026vw;
    border-radius: 5.1282051282vw;
    height: 51.2820512821vw;
  }
  .post-single {
    line-height: 1.8;
  }
  .post-single h2 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 14px;
    border-left-width: 3px;
  }
  .post-single h3 {
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  .post-single h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .post-single h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .post-single p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .post-single ul,
  .post-single ol {
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .post-single img {
    margin-bottom: 16px;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  background: linear-gradient(180deg, #E4EDF2 93.76%, #F8F9F0 99.83%);
}

.contact_head {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 64px;
}

.contact_head_line {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 13.833px;
  background: #1AC75F;
  padding: 20px 0;
  width: 360px;
}

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

.contact_head_tel {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  border-top: 1px solid #327EC9;
  border-bottom: 1px solid #327EC9;
  padding: 10px 44px;
}

.contact_head_tel .t1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

.contact_head_tel .t2 {
  display: block;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.contact_form {
  border-radius: 40px;
  background: #F8F9F0;
  max-width: 920px;
  padding: 48px 64px;
  margin: 65px auto 0;
}

.contact_form_text {
  font-weight: 500;
  line-height: 200%;
  text-align: center;
}

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

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

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

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 190px;
  padding-top: 10px;
  font-weight: 500;
}

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

.req {
  width: 34px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 4px;
  background: #245D9D;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_area input {
  width: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid rgba(36, 93, 157, 0.53);
  background: #FFF;
}

.contact_area input::-moz-placeholder, .contact_area textarea::-moz-placeholder {
  color: rgba(36, 93, 157, 0.4);
}

.contact_area input::placeholder,
.contact_area textarea::placeholder {
  color: rgba(36, 93, 157, 0.4);
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 8px 16px;
  resize: none;
  border-radius: 6px;
  border: 1px solid rgba(36, 93, 157, 0.53);
  background: #FFF;
}

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

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

.contact_area label {
  display: inline-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;
}

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

.wpcf7-radio {
  display: flex;
  gap: 40px;
}

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

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

.contact_check a {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

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

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

.contact_submit a {
  position: relative;
  width: 200px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 40px;
  padding: 8px 0;
  transition: 0.3s;
}

.contact_submit input {
  position: relative;
  width: 180px;
  font-weight: 500;
  color: #F8F9F0;
  text-align: center;
  border-radius: 8px;
  background: #245D9D;
  padding: 8px 0;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 680px) {
  .contact_head {
    margin-top: 10.2564102564vw;
    display: flex;
    justify-content: center;
    gap: 16.4102564103vw;
  }
  .contact_head_line {
    color: #FFF;
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3.3333333333vw;
    border-radius: 3.5469230769vw;
    background: #1AC75F;
    padding: 5.1282051282vw 0;
    width: 92.3076923077vw;
  }
  .contact_head_line::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .contact_head_tel {
    font-size: 10.2564102564vw;
    padding: 2.5641025641vw 7.6923076923vw;
    gap: 2.5641025641vw;
  }
  .contact_head_tel .t1 {
    gap: 2.5641025641vw;
  }
  .contact_head_tel .t1::before {
    content: "";
    display: inline-block;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    background-image: url(../images/icon/icon_tel02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .contact_head_tel .t2 {
    display: block;
    display: block;
    font-size: 3.8461538462vw;
    font-weight: 500;
    line-height: 150%;
  }
  .contact_form {
    border-radius: 6.1538461538vw;
    padding: 10.2564102564vw 4.1025641026vw;
    margin: 16.6666666667vw auto 0;
  }
  .contact_list {
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  .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: 62.8205128205vw;
    padding: 2.5641025641vw;
    font-size: 3.5897435897vw;
    border-radius: 1.0256410256vw;
  }
  .contact_privacy {
    margin-top: 10.2564102564vw;
  }
  .contact_privacy_scroll {
    height: 46.1538461538vw;
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .contact_privacy_title {
    font-size: 3.5897435897vw;
  }
  .contact_privacy_list {
    gap: 3.5897435897vw;
    padding-bottom: 5.1282051282vw;
    margin-top: 3.5897435897vw;
    font-size: 3.5897435897vw;
  }
  .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 {
    width: 75.641025641vw;
    margin: 12.8205128205vw auto 0;
    font-size: 3.8461538462vw;
  }
  .contact_submit::after {
    right: 23.0769230769vw;
    width: 3.5897435897vw;
    height: 1.7948717949vw;
  }
  .thanks {
    padding: 5.1282051282vw 0;
  }
  .thanks_title {
    font-size: 5.1282051282vw;
  }
  .thanks_text {
    margin-top: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
  .thanks_btn {
    width: 75.641025641vw;
    margin: 5.1282051282vw auto 0;
    font-size: 3.8461538462vw;
  }
}
.privacy .inner {
  max-width: 1056px;
}

.privacy_text {
  font-weight: 500;
  line-height: 200%;
  padding-bottom: 20px;
}

.privacy_item {
  border-top: 1px solid rgba(36, 93, 157, 0.1);
  padding: 24px 0;
}

.privacy_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  padding: 8px;
}

.privacy_item_text {
  font-weight: 500;
  line-height: 200%;
}

@media screen and (max-width: 680px) {
  .privacy_text {
    padding-bottom: 5.1282051282vw;
  }
  .privacy_item {
    padding: 6.1538461538vw 0;
  }
  .privacy_item_title {
    font-size: 5.1282051282vw;
    padding: 2.0512820513vw;
  }
}