@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

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

main {
  overflow: hidden;
}

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

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

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

.inner {
  max-width: 1160px;
  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;
}

/* 共通パーツ (全ページ)
***************************************************************/
#gt_float_wrapper {
  top: 15px !important;
}

@media screen and (max-width: 680px) {
  #gt_float_wrapper {
    top: 1.7948717949vw !important;
    right: 16.6666666667vw !important;
  }
}
.section_title .en {
  display: block;
  color: #095C9D;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
}

.section_title .ja {
  display: block;
  color: #095C9D;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 17px;
}

@media screen and (max-width: 680px) {
  .section_title {
    text-align: center;
  }
  .section_title .en {
    font-size: 7.1794871795vw;
    line-height: 1;
  }
  .section_title .ja {
    font-size: 4.6153846154vw;
    line-height: 1;
    margin-top: 2.5641025641vw;
  }
}
.btn {
  margin-top: 60px;
}

.btn_link {
  width: 226px;
  color: #095C9D;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  padding: 20px 0 20px 33px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #095C9D;
  text-align: left;
}

.btn_link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.btn.type2 {
  margin-top: 30px;
}

.btn.type2 .btn_link {
  background: #095C9D;
  color: #fff;
}

.btn.type2 .btn_link::after {
  background-image: url(../images/icon/icon_arrow_right02.svg);
}

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 15.3846153846vw;
    text-align: center;
  }
  .btn_link {
    width: 47.6923076923vw;
    font-size: 4.1025641026vw;
    padding: 3.5897435897vw 0 3.5897435897vw 5.8974358974vw;
    border-radius: 2.5641025641vw;
  }
  .btn_link::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 3.8461538462vw;
  }
  .btn.type2 {
    margin-top: 7.6923076923vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  position: relative;
  z-index: 1;
  height: 368px;
  padding: 0;
  margin-top: 72px;
}

.page_fv .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.page_fv img,
.page_fv video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.page_fv_head {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.page_fv_title {
  text-shadow: 0 0 15px rgba(0, 17, 25, 0.75);
  font-size: 45px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.25px;
  color: #fff;
}

.page_fv_headBox {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.page_fv_headBox_category {
  color: #095C9D;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 17, 25, 0.75);
  padding: 0 15px;
  display: inline-block;
}

.page_fv_headBox_time {
  color: #FFF;
  text-shadow: 0 0 15px rgba(0, 17, 25, 0.75);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1px;
}

.bread {
  display: flex;
  margin-top: 55px;
  position: absolute;
  left: 0;
  bottom: 32px;
}

.bread_item {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
  .page_fv {
    height: 80.7692307692vw;
    margin-top: 15.3846153846vw;
  }
  .page_fv_head {
    left: 5.1282051282vw;
  }
  .page_fv_title {
    font-size: 5.641025641vw;
  }
  .page_fv_headBox {
    gap: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
  .page_fv_headBox_category {
    font-size: 4.1025641026vw;
    padding: 0 2.5641025641vw;
  }
  .page_fv_headBox_time {
    font-size: 3.3333333333vw;
  }
  .bread {
    margin-top: 14.1025641026vw;
    left: 5.1282051282vw;
    bottom: 8.2051282051vw;
    flex-wrap: wrap;
  }
  .bread_item {
    font-size: 3.5897435897vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 15px 0;
  background: #095C9D;
}

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

.header_logo {
  width: 193px;
}

.toggle-menu {
  display: none;
}

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

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

.global_nav_item a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

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

.header_language a {
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.header_language a.active {
  color: #095C9D;
}

.header_language a.active::before {
  content: "";
  display: inline-block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 681px) {
  .header_contact a:hover {
    color: #333;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 3.8461538462vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 32.8205128205vw;
  }
  .header_sp_menu {
    display: flex !important;
    align-items: center;
    gap: 5.1282051282vw;
  }
  .header_language {
    gap: 2.5641025641vw;
  }
  .header_language a {
    font-size: 3.5897435897vw;
    width: 8.4615384615vw;
    height: 8.4615384615vw;
  }
  .header_language a.active::before {
    width: calc(100% - 0.7692307692vw);
    height: calc(100% - 0.7692307692vw);
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 7.6923076923vw;
    height: 1px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 7.6923076923vw;
    height: 1px;
    content: "";
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 16.1538461538vw;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 3.8461538462vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4.6153846154vw 2.5641025641vw;
    border-bottom: 1px solid #095C9D;
    font-size: 4.1025641026vw;
    color: #333;
  }
}
.cta {
  background-image: url(../images/common/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}

.cta .inner {
  max-width: 850px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.85);
}

.cta_content {
  text-align: center;
}

.cta_text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

.translated-ltr .cta_text br {
  display: none;
}

.cta_link {
  color: #095C9D;
  text-decoration: underline;
  display: block;
}

@media screen and (max-width: 680px) {
  .cta {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .cta .inner {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .cta_text {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    margin-top: 7.6923076923vw;
  }
  .translated-ltr .cta_link {
    margin-top: -12.8205128205vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #095C9D;
  color: #fff;
  padding: 60px 0 30px;
}

footer .inner {
  position: relative;
}

footer .inner::before {
  content: "";
  display: inline-block;
  width: 297px;
  height: 261px;
  background-image: url(../images/common/footer_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
}

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

.footer_logo {
  width: 274px;
}

.footer_head_address {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer_access {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

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

.footer_list {
  display: flex;
  gap: 40px;
  margin-top: 58px;
}

.footer_item {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer_sns {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.footer_sns a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

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

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

.copyright {
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-top: 65px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 15.3846153846vw 0 5.1282051282vw;
  }
  footer .inner {
    position: relative;
  }
  footer .inner::before {
    width: 59.7435897436vw;
    height: 52.5641025641vw;
    top: 76.9230769231vw;
    right: 0vw;
  }
  .footer_head {
    display: block;
  }
  .footer_logo {
    width: 70.2564102564vw;
    display: block;
    margin: 0 auto;
  }
  .footer_head_address {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    margin-top: 15.3846153846vw;
  }
  .footer_access {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    gap: 2.8205128205vw;
    margin-top: 2.5641025641vw;
  }
  .footer_access::before {
    width: 3.0769230769vw;
    height: 4.1025641026vw;
  }
  .footer_list {
    flex-flow: column;
    gap: 3.8461538462vw;
    margin-top: 8.4615384615vw;
  }
  .footer_item {
    font-size: 3.3333333333vw;
    line-height: 6.6666666667vw;
  }
  .footer_sns {
    gap: 5.1282051282vw;
    margin-top: 8.9743589744vw;
    font-size: 3.5897435897vw;
    line-height: 8.2051282051vw;
  }
  .footer_sns a {
    display: inline-flex;
    align-items: center;
    gap: 2.8205128205vw;
    font-size: 3.3333333333vw;
  }
  .footer_sns .youtube::before {
    width: 6.9230769231vw;
    height: 4.358974359vw;
  }
  .footer_sns .x::before {
    width: 5.1282051282vw;
    height: 5.3846153846vw;
  }
  .copyright {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    margin-top: 16.6666666667vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0;
  position: relative;
}

.fv video {
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.fv_title_img {
  width: 441px;
}

.fv_title .t1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
  color: #FFF;
}

.fv_title .t2 {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  color: #FFF;
}

.fv_text {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.6px;
  position: absolute;
  left: 60px;
  bottom: 35px;
  padding-right: 300px;
}

.fv_text span {
  font-size: 45px;
  display: block;
}

.fv_img {
  width: 253px;
  position: absolute;
  right: 60px;
  bottom: 30px;
}

@media screen and (max-width: 680px) {
  .fv_title {
    top: 48.2051282051vw;
    transform: translate(-50%, 0);
  }
  .fv_title_img {
    width: 76.1538461538vw;
  }
  .fv_title .t1 {
    font-size: 5.1282051282vw;
    margin-top: 2.8205128205vw;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .fv_title .t2 {
    font-size: 3.8461538462vw;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .fv_text {
    font-size: 4.1025641026vw;
    line-height: 1.2;
    left: 0;
    bottom: 25.641025641vw;
    text-align: center;
    width: 100%;
    padding-right: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  .fv_text span {
    font-size: 7.1794871795vw;
    margin-bottom: 2.5641025641vw;
  }
  .fv_img {
    width: 38.4615384615vw;
    bottom: 7.6923076923vw;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* About
***************************************************************/
.sec1_content {
  display: grid;
  grid-template-columns: 630px 1fr;
  margin-top: 45px;
}

.sec1_content_img {
  position: relative;
  right: 115px;
}

.sec1_contentBox {
  padding-top: 60px;
  position: relative;
}

.sec1_contentBox_img {
  position: absolute;
  top: -143px;
  right: 0;
  width: 143px;
}

.sec1_contentBox_text {
  font-size: 18px;
  line-height: 32px;
}

.sec1_logo {
  display: block;
  width: 677px;
  margin: 90px auto 0;
}

@media screen and (max-width: 680px) {
  .sec1_content {
    display: block;
    margin-top: 7.6923076923vw;
    position: relative;
  }
  .sec1_content::before {
    content: "";
    display: inline-block;
    width: 10.2564102564vw;
    height: 98.9743589744vw;
    background-image: url(../images/front/sec1_border_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 65.3846153846vw;
    left: -5.1282051282vw;
  }
  .sec1_content_img {
    right: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec1_contentBox {
    padding-top: 5.1282051282vw;
    padding-left: 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
  .sec1_contentBox_img {
    position: absolute;
    top: -52.0512820513vw;
    right: 0;
    width: 36.6666666667vw;
  }
  .sec1_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 1.7;
  }
  .sec1_spImg {
    margin: 12.3076923077vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec1_logo {
    display: block;
    width: 73.0769230769vw;
    margin: 15.3846153846vw auto 0;
  }
}
/* Service
***************************************************************/
.sec2 {
  background: #F0F8FF;
}

.sec2 .inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: flex-start;
}

.sec2_list {
  width: 100%;
}

.sec2_item:nth-of-type(n + 2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #AEAEAE;
}

.sec2_item a {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 190px 1fr;
  gap: 40px;
}

.sec2_item a img {
  height: 140px;
}

.sec2_itemBox_title {
  color: #095C9D;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec2_itemBox time {
  display: block;
  color: #5E5E5E;
  font-size: 18px;
  line-height: 32px;
  margin-top: 35px;
}

@media screen and (max-width: 680px) {
  .sec2 .inner {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .sec2_head {
    display: contents;
  }
  .sec2 .section_title {
    order: 1;
  }
  .sec2_list {
    order: 2;
    margin-top: 12.8205128205vw;
  }
  .sec2 .btn {
    order: 3;
  }
  .sec2_item:nth-of-type(n + 2) {
    margin-top: 5.1282051282vw;
    padding-top: 5.1282051282vw;
  }
  .sec2_item a {
    grid-template-columns: 28.7179487179vw 1fr;
    gap: 3.0769230769vw;
  }
  .sec2_item a img {
    height: 21.2820512821vw;
  }
  .sec2_itemBox_title {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    min-height: 11.7948717949vw;
  }
  .sec2_itemBox time {
    font-size: 3.5897435897vw;
    line-height: 3.5897435897vw;
    margin-top: 1.2820512821vw;
  }
}
/* Section3
***************************************************************/
.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 75px;
  margin-top: 60px;
}

.sec3_item {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  z-index: 1;
}

.sec3_item:nth-of-type(2n) {
  min-height: 604px;
  gap: 0;
}

.sec3_item_img01 {
  width: 332px;
}

.sec3_item_img02 {
  width: 750px;
  position: absolute;
  top: 0;
  right: -160px;
}

.sec3_itemBox01 {
  flex: 1;
}

.sec3_itemBox02 {
  width: 515px;
  padding-top: 45px;
}

.sec3_itemBox_en {
  color: #CCE3F6;
  font-size: 120px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 115px;
  z-index: -1;
}

.sec3_itemBox_en.type2 {
  left: -60px;
  top: -50px;
  right: unset;
}

.sec3_itemBox_name {
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 4px;
  display: inline-flex;
  align-items: center;
  gap: 55px;
}

.sec3_itemBox_name font {
  display: none;
}

.sec3_itemBox_name span font {
  display: block;
  font-size: 50px;
}

.sec3_itemBox_name span {
  color: #8E8E8E;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1.5px;
}

.sec3_itemBox_type {
  font-size: 30px;
  letter-spacing: 1.5px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.sec3_itemBox_text {
  font-size: 18px;
  line-height: 32px;
}

.sec3_itemBox_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 46px;
  margin-top: 20px;
}

.sec3_itemBox_link a {
  font-size: 18px;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
}

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

.sec3_itemBox_book {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  gap: 50px;
}

.sec3_itemBox_book_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}

.sec3_itemBox_book_text {
  font-size: 18px;
  line-height: 32px;
}

.sec3_support {
  background: #F0F8FF;
  margin-top: 140px;
  padding: 40px 0;
}

.sec3_support_title {
  color: #095C9D;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.sec3_support_text {
  font-size: 22px;
  line-height: 32px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #333;
}

@media screen and (max-width: 680px) {
  .sec3_list {
    gap: 19.2307692308vw;
    margin-top: 11.5384615385vw;
    padding: 0 5.1282051282vw;
  }
  .sec3_item {
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .sec3_item:nth-of-type(2n) {
    min-height: unset;
    flex-flow: column-reverse;
  }
  .sec3_item_img01 {
    width: 100%;
  }
  .sec3_item_img02 {
    width: 85.8974358974vw;
    position: unset;
    right: 0;
  }
  .sec3_itemBox01 {
    flex: 1;
    position: relative;
  }
  .sec3_itemBox02 {
    width: 100%;
    padding-top: 0;
    position: relative;
  }
  .sec3_itemBox02::before {
    content: "";
    display: inline-block;
    width: 10.2564102564vw;
    height: 174.6153846154vw;
    background-image: url(../images/front/sec3_border_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -10.2564102564vw;
    top: 17.9487179487vw;
    z-index: -1;
  }
  .sec3_itemBox_en {
    font-size: 17.9487179487vw;
    right: -6.4102564103vw;
    top: 17.9487179487vw;
  }
  .sec3_itemBox_en.type2 {
    left: -6.4102564103vw;
    top: -11.5384615385vw;
  }
  .sec3_itemBox_name {
    font-size: 8.2051282051vw;
    gap: 5.1282051282vw;
  }
  .sec3_itemBox_name span {
    font-size: 4.6153846154vw;
  }
  .sec3_itemBox_name span font {
    font-size: 8.2051282051vw;
    margin-top: 2.5641025641vw;
  }
  .sec3_itemBox_type {
    font-size: 4.6153846154vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 7.6923076923vw;
  }
  .sec3_itemBox_text {
    font-size: 3.5897435897vw;
    line-height: 1.7;
  }
  .sec3_itemBox_link {
    gap: 2.0512820513vw 6.6666666667vw;
    margin-top: 5.1282051282vw;
  }
  .sec3_itemBox_link a {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    gap: 2.5641025641vw;
  }
  .sec3_itemBox_link .icon::before {
    width: 6.4102564103vw;
    height: 4.6153846154vw;
  }
  .sec3_itemBox_book {
    padding-top: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .sec3_itemBox_book_title {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
  }
  .sec3_itemBox_book_text {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
  .sec3_support {
    margin-top: 17.9487179487vw;
    padding: 7.6923076923vw 0;
  }
  .sec3_support_title {
    font-size: 4.6153846154vw;
    line-height: 8.2051282051vw;
  }
  .sec3_support_text {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
    padding-top: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
}
/* News
***************************************************************/
.sec4_content {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 630px 1fr;
}

.sec4_content_img {
  position: relative;
  left: -115px;
}

.sec4_contentBox_title {
  color: #095C9D;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.78px;
  margin-bottom: 44px;
}

.sec4_contentBox_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.sec4_contentBox_flex {
  display: grid;
  grid-template-columns: 1fr 215px;
  gap: 30px;
  margin-top: 15px;
}

.sec4_contentBox_flex a {
  text-decoration: underline;
}

.sec4_contentBox_flex a img {
  margin-bottom: 5px;
}

@media screen and (max-width: 680px) {
  .sec4 {
    padding: 0 0 15.3846153846vw;
  }
  .sec4_content {
    margin-top: 15.3846153846vw;
    display: block;
    position: relative;
  }
  .sec4_content_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    left: 0;
  }
  .sec4_contentBox {
    position: relative;
  }
  .sec4_contentBox::before {
    content: "";
    display: inline-block;
    width: 10.2564102564vw;
    height: 250.5128205128vw;
    background-image: url(../images/front/sec4_border_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -41.2820512821vw;
    left: -5.1282051282vw;
    z-index: -1;
  }
  .sec4_contentBox_title {
    font-size: 4.6153846154vw;
    line-height: 8.2051282051vw;
    margin-bottom: 3.0769230769vw;
    padding-left: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .sec4_contentBox_text {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    padding-left: 7.6923076923vw;
  }
  .sec4_contentBox_flex {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    gap: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .sec4_contentBox_flex a {
    width: 55.1282051282vw;
  }
  .sec4_contentBox_flex a img {
    margin-bottom: 1.2820512821vw;
  }
}
/* section1
***************************************************************/
.course_sec1 .inner {
  position: relative;
}

.course_sec1 .section_title {
  padding-left: 293px;
}

.course_sec1_img {
  width: 630px;
  position: absolute;
  top: -10px;
  left: -120px;
}

.course_sec1_text {
  max-width: 535px;
  margin: 105px 0 0 auto;
  font-size: 18px;
  line-height: 32px;
}

.course_sec1_content {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.course_sec1_content::before {
  content: "";
  display: block;
  width: calc(100% + 120px);
  height: 100%;
  background: rgba(9, 92, 157, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.course_sec1_content_title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}

.course_sec1_content_flex {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 50px;
  margin-top: 30px;
}

.course_sec1_content_flex_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 680px) {
  .course_sec1 .section_title {
    padding-left: 0;
  }
  .course_sec1_img {
    margin: 15.3846153846vw calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
    padding-right: 3.8461538462vw;
  }
  .course_sec1_text {
    margin: 2.5641025641vw 0 0 auto;
    font-size: 3.5897435897vw;
    line-height: 1.7;
    padding-left: 7.6923076923vw;
  }
  .course_sec1_content {
    padding: 15.3846153846vw 0;
    position: relative;
    z-index: 1;
    margin-top: 15.3846153846vw;
  }
  .course_sec1_content::before {
    content: "";
    display: block;
    width: calc(100% + 30.7692307692vw);
    height: 100%;
    background: rgba(9, 92, 157, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .course_sec1_content_title {
    font-size: 5.641025641vw;
    line-height: 8.2051282051vw;
  }
  .course_sec1_content_flex {
    display: flex;
    flex-flow: column-reverse;
    gap: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .course_sec1_content_flex_text {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
/* section2
***************************************************************/
.about_sec2 {
  padding-top: 0;
}

.about_sec2_text {
  font-size: 18px;
  margin-top: 45px;
}

.about_sec2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  margin-top: 55px;
}

.about_sec2_item {
  position: relative;
  z-index: 1;
}

.about_sec2_item_title {
  color: #095C9D;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.78px;
  padding-bottom: 10px;
  border-bottom: 2px solid #095C9D;
}

.about_sec2_item_number {
  color: #CCE3F6;
  font-size: 120px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: -41px;
  top: -35px;
  z-index: -1;
}

.about_sec2_item_text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
  min-height: 384px;
}

.about_sec2_item img {
  width: 363px;
  margin-top: 57px;
}

.about_sec2_title {
  margin-top: 55px;
  font-size: 26px;
  color: rgb(9, 92, 157);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(9, 92, 157);
}

.about_sec2_content {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  margin-top: 20px;
}

.about_sec2_contentBox {
  width: 535px;
}

.about_sec2_contentBox_title {
  font-size: 26px;
  font-weight: bold;
}

.about_sec2_contentBox_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
}

.about_sec2_content img {
  width: 363px;
}

@media screen and (max-width: 680px) {
  .about_sec2_text {
    font-size: 3.8461538462vw;
    margin-top: 10.2564102564vw;
  }
  .about_sec2_text.type2 {
    padding: 0 5.1282051282vw;
  }
  .about_sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12.8205128205vw;
    margin-top: 11.5384615385vw;
    padding: 0 5.1282051282vw;
  }
  .about_sec2_item_title {
    font-size: 4.6153846154vw;
    line-height: 8.2051282051vw;
  }
  .about_sec2_item_number {
    font-size: 17.9487179487vw;
    right: -6.1538461538vw;
    top: 0;
  }
  .about_sec2_item_text {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    margin-top: 2.5641025641vw;
    min-height: unset;
  }
  .about_sec2_item img {
    width: 100%;
    margin-top: 3.8461538462vw;
  }
  .about_sec2_title {
    font-size: 4.6153846154vw;
    padding-bottom: 2.5641025641vw;
    width: calc(100% - 10.2564102564vw);
    margin: 14.1025641026vw auto 0;
  }
  .about_sec2_content {
    flex-flow: column;
    gap: 3.8461538462vw;
    margin-top: 2.5641025641vw;
    padding: 0 5.1282051282vw;
  }
  .about_sec2_contentBox {
    width: 100%;
  }
  .about_sec2_contentBox_title {
    font-size: 4.6153846154vw;
  }
  .about_sec2_contentBox_text {
    margin-top: 3.8461538462vw;
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
  }
  .about_sec2_content img {
    width: 100%;
  }
}
/* section3
***************************************************************/
.about_sec3 {
  padding-top: 0;
}

.about_sec3_title {
  color: #095C9D;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.78px;
  border: 1px solid #095C9D;
  border-left: 8px solid #095C9D;
  margin-top: 45px;
  padding: 10px 40px;
}

.about_sec3_text {
  font-size: 18px;
  line-height: 32px;
  padding: 20px 40px 0;
}

@media screen and (max-width: 680px) {
  .about_sec3_title {
    font-size: 4.6153846154vw;
    line-height: 8.2051282051vw;
    border-left: 2.0512820513vw solid #095C9D;
    margin-top: 7.6923076923vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
  .about_sec3_text {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
    padding: 2.5641025641vw 5.1282051282vw 0;
  }
}
/* section1
***************************************************************/
.news .inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
}

.news_side {
  margin-top: 60px;
}

.news_side a {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.75px;
  padding: 25px 35px;
}

.news_side a.active {
  background: #F0F8FF;
  color: #095C9D;
  position: relative;
  pointer-events: none;
}

.news_side a.active::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #095C9D;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}

.news_content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 53px 30px;
}

.news_content_item a {
  display: block;
}

.news_content_item a img {
  height: 270px;
}

.news_content_item_title {
  color: #095C9D;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  min-height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 14px;
}

.news_content_item_flex {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.news_content_item_category {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.9px;
  border-radius: 5px;
  background: #095C9D;
  padding: 5px 15px;
}

.news_content_item_time {
  color: #5E5E5E;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

@media screen and (max-width: 680px) {
  .news .inner {
    display: flex;
    flex-flow: column-reverse;
    gap: 15.3846153846vw;
  }
  .news_side {
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .news_side a {
    font-size: 4.6153846154vw;
    line-height: 6.4102564103vw;
    padding: 5.1282051282vw 10.2564102564vw;
  }
  .news_side a.active::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    left: 5.1282051282vw;
  }
  .news_content_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.2564102564vw;
  }
  .news_content_item a img {
    height: 63.5897435897vw;
  }
  .news_content_item_title {
    font-size: 5.1282051282vw;
    line-height: 1.4;
    min-height: 12.3076923077vw;
    margin-top: 3.0769230769vw;
  }
  .news_content_item_flex {
    gap: 2.0512820513vw;
    margin-top: 5.1282051282vw;
  }
  .news_content_item_category {
    font-size: 4.1025641026vw;
    border-radius: 1.2820512821vw;
    padding: 1.2820512821vw 3.8461538462vw;
  }
  .news_content_item_time {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
  }
}
/* ページネーション
***************************************************************/
.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;
  }
}
/* 詳細
***************************************************************/
.news_single h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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