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

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

main {
  margin-top: 55px;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.7333333333vw;
  }
  main {
    margin-top: 0;
  }
}
/* フォント
***************************************************************/
.barlow {
  font-family: "Barlow", sans-serif;
}

/* フォント
***************************************************************/
.bg_gray {
  background: #F7F7F7;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1080px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.3333333333vw;
  }
  section {
    padding: 16vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

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

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

.section_title .en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.section_title .ja {
  position: relative;
  display: block;
  letter-spacing: 0.2em;
  color: #404040;
  opacity: 0.5;
}

.section_text {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 6.4vw;
  }
  .section_title .ja {
    font-size: 2.9333333333vw;
  }
  .section_text {
    margin-top: 9.3333333333vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.cta {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 0;
}

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

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

.cta .section_text {
  color: #fff;
}

.cta_btn {
  width: 414px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c9cff;
  display: block;
  margin: 30px auto 0;
  padding: 14px 0;
  transition: 0.3s;
}

.cta_btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.3s;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 681px) {
  .cta_btn:hover {
    background: #2772FF;
    color: #fff;
  }
  .cta_btn:hover::after {
    background-image: url(../images/icon/icon_arrow_white.svg);
  }
}
@media screen and (max-width: 680px) {
  .cta {
    background-image: url(../images/common/cta_bg_sp.webp);
    padding: 13.3333333333vw 0;
  }
  .cta_btn {
    width: 100%;
    border-radius: 7.4666666667vw;
    margin: 8vw auto 0;
    padding: 3.7333333333vw 0;
    font-size: 4.2666666667vw;
  }
  .cta_btn::after {
    content: "";
    display: inline-block;
    width: 2.1333333333vw;
    height: 3.2vw;
    background-image: url(../images/icon/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 5.3333333333vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  transition: 0.3s;
}

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

.header_logo {
  width: 174px;
}

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.header_contact a {
  width: 175px;
  padding: 10px 0;
  line-height: 1;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #707070;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  border-radius: 17px;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #fff;
    background: #2c9cff;
    border: 1px solid #2c9cff;
  }
  .global_nav_item a:hover {
    color: #2c9cff;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 0;
  }
  .header_inner {
    display: block;
    margin: 0;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 0.8vw 5.3333333333vw 0.8vw 2.6666666667vw;
  }
  .header_logo {
    width: 40.8vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 10.6666666667vw;
    height: 0;
    margin: auto;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 10.6666666667vw;
    height: 1px;
    content: "";
    background-color: #197CD4;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.0666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.0666666667vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-15deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(15deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: auto;
    padding: 13.3333333333vw 5.3333333333vw 20vw;
    background: #2c9cff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .header_nav_logo {
    width: 55.4666666667vw;
  }
  .global_nav {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 2.6666666667vw 0;
    text-align: center;
    color: #fff;
  }
  .header_contact {
    margin-top: 6.6666666667vw;
  }
  .header_contact a {
    padding: 3.2vw 8vw;
    border-radius: 10.6666666667vw;
    background: #fff;
    color: #2c9cff;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 30px 40px;
  background: #F0F0F0;
}

footer .inner {
  max-width: 1180px;
}

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

.footer_flex_logo {
  width: 226px;
}

.footer_flexBox {
  display: flex;
  align-items: center;
  gap: 48px;
}

.footer_flexBox_list {
  display: flex;
  gap: 45px;
}

.footer_flexBox_item {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.footer_flexBox_item a {
  transition: 0.3s;
}

.footer_flexBox_contact {
  width: 175px;
  padding: 10px 0;
  line-height: 1;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #707070;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  border-radius: 17px;
  background: #fff;
  transition: 0.3s;
}

.copyright {
  text-align: center;
  margin-top: 130px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 21px;
}

@media screen and (min-width: 681px) {
  .footer_flexBox_item a:hover {
    color: #2c9cff;
  }
  .footer_flexBox_contact:hover {
    background: #2c9cff;
    color: #fff;
    border: 1px solid #2c9cff;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
  footer .inner {
    padding: 0;
  }
  .footer_flex {
    flex-flow: column;
    gap: 13.3333333333vw;
  }
  .footer_flex_logo {
    width: 54.9333333333vw;
  }
  .footer_flexBox {
    flex-flow: column;
    gap: 8.5333333333vw;
  }
  .footer_flexBox_list {
    flex-flow: column;
    gap: 8.5333333333vw;
    text-align: center;
  }
  .footer_flexBox_item {
    font-size: 3.7333333333vw;
  }
  .footer_flexBox_contact {
    width: 46.6666666667vw;
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
    border-radius: 4.5333333333vw;
  }
  .copyright {
    margin-top: 18.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  height: 56.25vw;
  position: relative;
}

.fv_bg {
  height: 100%;
}

.fv_content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fv .inner {
  max-width: 84.375vw;
}

.fv_content_text {
  font-weight: bold;
  font-size: 1.875vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

.fv_content_text .t1 {
  font-size: 1.40625vw;
  color: #000;
  width: 11.40625vw;
  padding-left: 0.859375vw;
  margin-bottom: 0.859375vw;
  background-image: url(../images/front/fv_deco.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv_content_text .t2 {
  font-size: 1.40625vw;
  color: #2c9cff;
  position: relative;
  z-index: 1;
  margin: 0 0.546875vw;
}

.fv_content_text .t2::before {
  content: "";
  display: block;
  width: 2.03125vw;
  height: 2.03125vw;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fv_content_text .t3 {
  font-size: 1.40625vw;
  margin-left: 0.546875vw;
}

.fv_content_title {
  width: 34.609375vw;
  margin-top: 1.5625vw;
}

@media screen and (max-width: 1280px) {
  .fv {
    padding: 0;
    height: 720px;
    position: relative;
  }
  .fv_bg {
    height: 100%;
  }
  .fv_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .fv_content_text {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
  }
  .fv_content_text .t1 {
    font-size: 18px;
    color: #000;
    width: 146px;
    padding-left: 11px;
    margin-bottom: 11px;
    background-image: url(../images/front/fv_deco.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .fv_content_text .t2 {
    font-size: 18px;
    color: #2c9cff;
    position: relative;
    z-index: 1;
    margin: 0 7px;
  }
  .fv_content_text .t2::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .fv_content_text .t3 {
    font-size: 18px;
    margin-left: 7px;
  }
  .fv_content_title {
    width: 443px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    height: auto;
  }
  .fv .inner {
    padding: 0;
  }
  .fv_content {
    top: unset;
    transform: translate(-50%, 0);
    bottom: 8.5333333333vw;
  }
  .fv_content_text {
    font-size: 5.6vw;
    text-align: center;
    white-space: nowrap;
  }
  .fv_content_text .t1 {
    font-size: 4.2666666667vw;
    width: 35.4666666667vw;
    padding-left: 0;
    margin-bottom: 2.9333333333vw;
    background-image: url(../images/front/fv_deco_sp.svg);
    background-size: contain;
  }
  .fv_content_text .t2 {
    font-size: 3.4666666667vw;
    margin: 0 1.8666666667vw;
    top: -0.8vw;
  }
  .fv_content_text .t2::before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .fv_content_text .t3 {
    font-size: 3.4666666667vw;
    margin-left: 1.0666666667vw;
  }
  .fv_content_title {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
/* About
***************************************************************/
.top_concept {
  position: relative;
  z-index: 1;
}

.top_concept::before {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top_concept::after {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top_concept_flex {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  margin-top: 65px;
  position: relative;
}

.top_concept_flexBox {
  flex: 1;
  position: relative;
}

.top_concept_flexBox::before {
  content: "";
  display: inline-block;
  width: 276px;
  height: 277px;
  background-image: url(../images/front/concept_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -93px;
  left: -80px;
}

.top_concept_flexBox_title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
}

.top_concept_flexBox_title span {
  color: #2C9CFF;
  font-size: 32px;
}

.top_concept_flexBox_text {
  margin-top: 60px;
  line-height: 2;
}

.top_concept_flex_img {
  width: 520px;
}

.top_concept_flexBox_text span {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .top_concept {
    position: relative;
    z-index: 1;
  }
  .top_concept::before {
    width: 100vw;
    height: 155.7333333333vw;
  }
  .top_concept::after {
    width: 100vw;
    height: 155.7333333333vw;
  }
  .top_concept_flex {
    flex-flow: column;
    gap: 0;
    margin-top: 10.6666666667vw;
  }
  .top_concept_flexBox {
    display: contents;
  }
  .top_concept_flexBox::before {
    width: 38.6666666667vw;
    height: 38.6666666667vw;
    top: -15.2vw;
    left: -5.3333333333vw;
  }
  .top_concept_flexBox_title {
    font-size: 4.8vw;
    text-align: center;
    order: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .top_concept_flexBox_title span {
    color: #2C9CFF;
    font-size: 5.3333333333vw;
  }
  .top_concept_flex_img {
    width: 100%;
    order: 1;
    margin-top: 13.3333333333vw;
  }
  .top_concept_flexBox_text {
    order: 2;
    margin-top: 13.3333333333vw;
    text-align: center;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
/* Service
***************************************************************/
.feature_list {
  display: flex;
  flex-flow: column;
  gap: 50px;
  margin-top: 60px;
}

.feature_item {
  display: flex;
  align-items: center;
  gap: 75px;
}

.feature_item_img {
  width: 466px;
}

.feature_itemBox {
  flex: 1;
}

.feature_itemBox_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #2c9cff;
}

.feature_itemBox_text {
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 680px) {
  .feature_list {
    gap: 13.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .feature_item {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .feature_item_img {
    width: 100%;
  }
  .feature_itemBox {
    width: 100%;
  }
  .feature_itemBox_title {
    font-size: 4.8vw;
    line-height: 10.1333333333vw;
  }
  .feature_itemBox_text {
    margin-top: 4vw;
  }
}
/* Company
***************************************************************/
.top_comparison {
  background: #197CD4;
  position: relative;
  z-index: 2;
}

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

.top_comparison .section_title .en,
.top_comparison .section_title .ja {
  color: #fff;
}

.top_comparison_title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
}

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

.top_comparison_item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.top_comparison_item_title {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  background: #003c71;
  padding: 15px 0;
}

.top_comparison_item_img {
  height: 229px;
}

.top_comparison_item_text {
  letter-spacing: 0.05em;
  line-height: 32px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

.top_comparison_item_text span {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .top_comparison::before {
    width: 53.8666666667vw;
    height: 7.2vw;
    bottom: -6.6666666667vw;
  }
  .top_comparison_title {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .top_comparison_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
    margin-top: 5.3333333333vw;
  }
  .top_comparison_item_title {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    padding: 4vw 0;
  }
  .top_comparison_item_img {
    height: 61.0666666667vw;
  }
  .top_comparison_item_text {
    line-height: 7.4666666667vw;
    padding: 4vw 0;
  }
}
/* News
***************************************************************/
.top_service {
  padding: 110px 0 80px;
  position: relative;
  z-index: 1;
}

.top_service::before {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top_service::after {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.top_service.no_bg::before,
.top_service.no_bg::after {
  display: none;
}

.top_service_title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c9cff;
  margin-top: 50px;
  padding-bottom: 10px;
}

.service_list {
  display: flex;
  flex-flow: column;
  gap: 75px;
  margin-top: 60px;
}

.service_item {
  display: flex;
  align-items: center;
  gap: 75px;
}

.service_item_img {
  width: 466px;
}

.service_itemBox {
  flex: 1;
}

.service_itemBox_title {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #2c9cff;
}

.service_itemBox_text {
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.service_itemBox_text span {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .top_service {
    padding: 18.6666666667vw 0 16vw;
  }
  .top_service::before {
    width: 89.3333333333vw;
    height: 146.9333333333vw;
  }
  .top_service::after {
    width: 89.3333333333vw;
    height: 146.9333333333vw;
  }
  .top_service_title {
    font-size: 3.7333333333vw;
    margin-top: 0;
    padding-bottom: 0;
  }
  .service_list {
    gap: 13.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .service_item {
    flex-flow: column-reverse;
    gap: 5.3333333333vw;
  }
  .service_item_img {
    width: 100%;
  }
  .service_itemBox {
    width: 100%;
  }
  .service_itemBox_title {
    font-size: 4.8vw;
    line-height: 10.1333333333vw;
  }
  .service_itemBox_text {
    margin-top: 4vw;
  }
}
/* News
***************************************************************/
.top_course {
  background: #2c9cff;
  position: relative;
  z-index: 1;
}

.top_course::before {
  content: "";
  display: inline-block;
  width: 882px;
  height: 566px;
  background-image: url(../images/front/bg03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.top_course .section_title .en,
.top_course .section_title .ja {
  color: #fff;
}

.top_course .section_text {
  color: #fff;
}

.top_course_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 45px;
}

.top_course_item {
  display: flex;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.top_course_item:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 83px;
  height: 63px;
  background-image: url(../images/icon/icon_king.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -41px;
  left: -28px;
}

.top_course_item_head {
  width: 337px;
  border-radius: 20px 0 0 20px;
  padding: 35px;
}

.top_course_item_head_text {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  color: #fff;
  opacity: 0.5;
  border-left: 4px solid #fff;
  padding-left: 7px;
}

.top_course_item_head_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 5px;
}

.top_course_itemBox {
  flex: 1;
  padding: 35px 15px;
}

.top_course_itemBox_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}

.top_course_itemBox_title {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.top_course_itemBox_text {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 21px;
  margin-top: 10px;
}

.type1 .top_course_item_head {
  background: #2772FF;
}

.type2 .top_course_item_head {
  background: #E0A76D;
}

.type3 .top_course_item_head {
  background: #6CCB77;
}

.type1 .top_course_itemBox_title {
  color: #2772FF;
}

.type2 .top_course_itemBox_title {
  color: #E0A76D;
}

.type3 .top_course_itemBox_title {
  color: #6CCB77;
}

@media screen and (max-width: 680px) {
  .top_course::before {
    width: 100vw;
    height: 75.4666666667vw;
  }
  .top_course_list {
    gap: 10.6666666667vw;
    margin-top: 12vw;
  }
  .top_course_item {
    display: block;
  }
  .top_course_item:nth-of-type(1)::before {
    width: 22.1333333333vw;
    height: 16.8vw;
    top: -10.9333333333vw;
    left: -7.4666666667vw;
  }
  .top_course_item_head {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 5.3333333333vw 9.3333333333vw;
  }
  .top_course_item_head_text {
    font-size: 3.2vw;
    border-left: 1.0666666667vw solid #fff;
    padding-left: 1.8666666667vw;
  }
  .top_course_item_head_title {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-top: 2.6666666667vw;
  }
  .top_course_itemBox {
    padding: 6.6666666667vw 14.4vw 8vw;
  }
  .top_course_itemBox_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6666666667vw;
  }
  .top_course_itemBox_title {
    font-size: 3.7333333333vw;
  }
  .top_course_itemBox_text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
  }
}
/* News
***************************************************************/
.top_post.bg_gray {
  background: #f0f0f0;
}

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

.top_post_item img {
  height: 249px;
  border-radius: 10px;
}

.top_post_item_category {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c9cff;
  background: #e5eff8;
  padding: 5px 19px;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
}

.top_post_item_title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px;
}

.top_post_item_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
  opacity: 0.5;
  margin-top: 10px;
}

.top_post_item_btn {
  letter-spacing: 0.05em;
  line-height: 14px;
  text-align: center;
  color: #2c9cff;
  border-radius: 20.5px;
  background: transparent;
  border: 1px solid #2c9cff;
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  transition: 0.3s;
}

.top_post_btn {
  width: 414px;
  border-radius: 28px;
  background: #2c9cff;
  border: 2px solid #2c9cff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  margin: 80px auto 0;
  padding: 12px 0;
  transition: 0.3s;
}

.top_post_btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.3s;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 681px) {
  .top_post_item_btn:hover {
    color: #fff;
    background: #2c9cff;
  }
  .top_post_btn:hover {
    background: #fff;
    color: #2772FF;
  }
  .top_post_btn:hover::after {
    background-image: url(../images/icon/icon_arrow_blue.svg);
  }
}
@media screen and (max-width: 680px) {
  .top_post_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 9.3333333333vw;
  }
  .top_post_item img {
    height: 66.4vw;
    border-radius: 2.6666666667vw;
  }
  .top_post_item_category {
    font-size: 3.2vw;
    padding: 1.3333333333vw 5.0666666667vw;
    margin-top: 4vw;
  }
  .top_post_item_title {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .top_post_item_text {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }
  .top_post_item_btn {
    line-height: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
  .top_post_btn {
    width: 100%;
    border-radius: 7.4666666667vw;
    margin: 8vw auto 0;
    padding: 3.7333333333vw 0;
  }
  .top_post_btn::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    margin-left: 5.3333333333vw;
  }
}
/* Company
***************************************************************/
.top_company {
  padding: 80px 0 120px;
}

.top_company .inner {
  max-width: 880px;
}

.top_company_table {
  width: 100%;
  margin-top: 50px;
}

.top_company_th {
  letter-spacing: 0.05em;
  color: #2c9cff;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  width: 20%;
  font-weight: 400;
}

.top_company_td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  width: 80%;
}

@media screen and (max-width: 680px) {
  .top_company {
    padding: 10.6666666667vw 0;
  }
  .top_company_table {
    margin-top: 8vw;
  }
  .top_company_th {
    padding: 0;
    border-bottom: unset;
    width: 100%;
    display: block;
    font-size: 4.2666666667vw;
  }
  .top_company_td {
    padding: 0 0 2.6666666667vw;
    width: 100%;
    display: block;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .page-template-page-service {
    margin-top: 13.3333333333vw;
  }
}
/* section1
***************************************************************/
.flow {
  background: #2c9cff;
}

.flow .section_title .en,
.flow .section_title .ja {
  color: #fff;
}

.flow .section_text {
  color: #fff;
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 98px 35px;
  margin-top: 100px;
  position: relative;
}

.flow_list::before {
  content: "";
  display: inline-block;
  width: 880px;
  height: 588.31px;
  background-image: url(../images/service/flow_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flow_item {
  position: relative;
}

.flow_item_img {
  width: 106px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translate(-50%, 0);
}

.flow_item_title {
  border-radius: 20px 20px 0px 0px;
  background: #e5eff8;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #2c9cff;
  padding: 58px 0 5px;
}

.flow_itemBox {
  padding: 10px 24px 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.flow_itemBox_text {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 23px;
  text-align: center;
}

.flow_itemBox_area {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  border-radius: 0 0 10px 10px;
}

.flow_itemBox_area_title {
  letter-spacing: 0.05em;
  color: #fff;
  background: #2c9cff;
  border-radius: 10px 10px 0 0;
  padding: 5px 14px;
}

.flow_itemBox_area_text {
  line-height: 30px;
  padding: 10px;
  min-height: 80px;
}

@media screen and (max-width: 680px) {
  .flow_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 14.6666666667vw;
    margin-top: 16vw;
  }
  .flow_list::before {
    width: 14.1333333333vw;
    height: 613.8666666667vw;
    background: #64B6FF;
  }
  .flow_item_img {
    width: 18.6666666667vw;
    top: -9.3333333333vw;
  }
  .flow_item_title {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    padding: 9.3333333333vw 0 1.3333333333vw;
  }
  .flow_itemBox {
    padding: 2.6666666667vw 2.6666666667vw 4vw;
  }
  .flow_itemBox_text {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .flow_itemBox_area {
    margin-top: 2.6666666667vw;
  }
  .flow_itemBox_area_title {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 3.7333333333vw;
  }
  .flow_itemBox_area_text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    padding: 2.6666666667vw 5.3333333333vw;
    min-height: 18.1333333333vw;
  }
}
/* section2
***************************************************************/
.voice {
  position: relative;
}

.voice::before {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.voice::after {
  content: "";
  display: inline-block;
  width: 566px;
  height: 882px;
  background-image: url(../images/front/bg02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.voice_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 45px;
}

.voice_item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.voice_item_head {
  border-radius: 20px 20px 0px 0px;
  background: #2c9cff;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 25px 80px;
}

.voice_item_head_img {
  width: 99px;
}

.voice_item_headBox {
  flex: 1;
}

.voice_item_headBox_text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  opacity: 0.8;
}

.voice_item_headBox_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #fff;
}

.voice_item_text {
  letter-spacing: 0.05em;
  line-height: 32px;
  padding: 30px 80px;
}

.voice_item_text span {
  font-weight: bold;
  display: inline;
}

@media screen and (max-width: 680px) {
  .voice {
    position: relative;
  }
  .voice::before {
    width: 94.6666666667vw;
    height: 147.4666666667vw;
  }
  .voice::after {
    width: 94.6666666667vw;
    height: 147.4666666667vw;
  }
  .voice_list {
    display: flex;
    flex-flow: column;
    gap: 10.6666666667vw;
    margin-top: 12vw;
  }
  .voice_item_head {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 4vw 5.3333333333vw 2.6666666667vw;
  }
  .voice_item_head_img {
    width: 16vw;
  }
  .voice_item_headBox_text {
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
  .voice_item_headBox_title {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
  }
  .voice_item_text {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
/* section1
***************************************************************/
.topic_category {
  border-radius: 20px;
  background: #2c9cff;
  margin-top: 40px;
  padding: 20px 80px 30px;
}

.topic_category_title {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.topic_category_img {
  padding: 0 20px;
}

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

.topic_category_item a {
  border-radius: 20px;
  height: 72px;
  background: #fff;
  border: 3px solid #e5eff8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  transition: 0.3s;
}

.topic_category_item a img {
  width: 42px;
}

.topic_category_item_text {
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
  flex: 1;
}

.topic_category_item_text span {
  display: block;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 18px;
  opacity: 1;
  color: #2c9cff;
  border-bottom: 1px solid #2c9cff;
  padding-bottom: 5px;
}

.is-category .topic_category_item a {
  opacity: 0.5;
}

.is-category .topic_category_item.active a {
  opacity: 1;
  pointer-events: none;
}

@media screen and (min-width: 681px) {
  .topic_category_item a:hover {
    opacity: 0.7;
  }
  .is-category .topic_category_item a:hover {
    opacity: 1;
  }
}
.page-nation {
  margin-top: 70px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  text-align: center;
  font-size: 16.121px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: 0.3s;
  font-family: "Barlow", sans-serif;
}

.nav-links span.current,
.page-numbers.current {
  color: #2C9CFF;
  position: relative;
}

.nav-links span.current::before,
.page-numbers.current::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2C9CFF;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.nav-links a.next,
.page-numbers.next,
.nav-links a.prev,
.page-numbers.prev {
  border-radius: 17px;
  border: 1px solid #2c9cff;
  color: #2C9CFF;
  font-weight: bold;
  width: auto;
  display: inline-flex;
  align-items: center;
  flex-flow: row;
  gap: 10px;
  padding: 5px 20px;
  transition: 0.3s;
}

.nav-links a.next::after,
.page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_blue.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(-1, 1);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .nav-links a:hover {
    color: #2C9CFF;
  }
  .nav-links a.next:hover,
  .page-numbers.next:hover,
  .nav-links a.prev:hover,
  .page-numbers.prev:hover {
    color: #fff;
    background: #2C9CFF;
  }
  .nav-links a.next:hover::after,
  .page-numbers.next:hover::after,
  .nav-links a.prev:hover::before,
  .page-numbers.prev:hover::before {
    background-image: url(../images/icon/icon_arrow_white.svg);
  }
}
@media screen and (max-width: 680px) {
  .topic_category {
    margin-top: 10.6666666667vw;
    padding: 8vw 4vw;
  }
  .topic_category_title {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
  .topic_category_img {
    padding: 0 5.3333333333vw;
  }
  .topic_category_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4vw 2.6666666667vw;
    margin-top: 8vw;
  }
  .topic_category_item a {
    height: auto;
    display: block;
    padding: 8vw 3.2vw 2.6666666667vw;
    position: relative;
  }
  .topic_category_item a img {
    width: 11.2vw;
    position: absolute;
    top: -4.2666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .topic_category_item_text {
    font-size: 3.2vw;
  }
  .topic_category_item_text span {
    font-size: 4.5333333333vw;
    line-height: 4.8vw;
    padding-bottom: 1.3333333333vw;
    min-height: 11.2vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .page-nation {
    margin-top: 18.6666666667vw;
  }
  .nav-links {
    gap: 4vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    font-size: 4.2666666667vw;
    height: 8vw;
  }
  .nav-links span.current::before,
  .page-numbers.current::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    bottom: -2.6666666667vw;
  }
  .nav-links a.next,
  .page-numbers.next,
  .nav-links a.prev,
  .page-numbers.prev {
    border-radius: 4.5333333333vw;
    gap: 2.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .nav-links a.next::after,
  .page-numbers.next::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.1333333333vw;
  }
  .nav-links a.prev::before,
  .page-numbers.prev::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.1333333333vw;
  }
}
/* section2
***************************************************************/
.topic_single .inner {
  max-width: 880px;
}

.topic_single_category {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #2c9cff;
  background: #e5eff8;
  padding: 5px 19px;
  line-height: 1;
  display: inline-block;
}

.topic_single_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  text-align: left;
  color: #2c9cff;
  margin-top: 10px;
}

.topic_single_date {
  font-size: 12px;
  color: #707070;
  margin-top: 10px;
}

.topic_single_thumbnail img {
  margin-top: 10px;
  height: 500px;
  border-radius: 20px;
}

.single_content {
  margin-top: 20px;
}

.single_content h2 {
  font-weight: bold;
  font-size: 30px;
  color: #2c9cff;
  position: relative;
  padding-bottom: 20px;
}

.single_content h2::before {
  content: "";
  display: inline-block;
  width: 36px;
  border-bottom: 2px solid #2c9cff;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.single_content h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  color: #2c9cff;
  background: #e5eff8;
  padding: 10px 15px;
}

.single_content p {
  min-height: 40px;
}

.single_content p strong {
  font-weight: bold;
  color: #2C9CFF;
}

.single_content p a {
  color: #2C9CFF;
  text-decoration: underline;
}

.single_content figure {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.single_content figcaption {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

.single_content ul li {
  padding-left: 16px;
  position: relative;
}

.single_content ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2C9CFF;
  position: absolute;
  left: 0px;
  top: 10px;
}

.single_content ol {
  list-style: auto;
  padding-left: 16px;
}

.wp-element-button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.wp-element-button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background-image: url(../images/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 680px) {
  .single-post {
    margin-top: 13.3333333333vw;
  }
  .topic_single_category {
    font-size: 3.2vw;
    padding: 1.3333333333vw 5.0666666667vw;
  }
  .topic_single_title {
    font-size: 5.3333333333vw;
    line-height: 9.6vw;
    margin-top: 2.6666666667vw;
  }
  .topic_single_date {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .topic_single_thumbnail img {
    margin-top: 2.6666666667vw;
    height: 53.3333333333vw;
  }
  .single_content {
    margin-top: 5.3333333333vw;
  }
  .single_content h2 {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    padding-bottom: 5.3333333333vw;
  }
  .single_content h2::before {
    width: 9.6vw;
    bottom: 2.6666666667vw;
  }
  .single_content h3 {
    font-size: 4.8vw;
    line-height: 1.6;
    padding: 2.6666666667vw;
  }
  .single_content p {
    min-height: 8vw;
  }
  .single_content figcaption {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .single_content ul li {
    padding-left: 3.7333333333vw;
  }
  .single_content ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    left: 0vw;
    top: 2.4vw;
  }
  .single_content ol {
    padding-left: 3.7333333333vw;
  }
  .wp-element-button::after {
    width: 2.6666666667vw;
    height: 3.2vw;
    margin-left: 2.6666666667vw;
    top: -0.2666666667vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/