@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Helvetica Neue", arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
  overflow-x: hidden;
  min-height: 100%;
}

* {
  /* outline: 1px solid magenta; */
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
}



.inner {
    width: 100%;
    max-width: 375px;
    height: inherit;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .inner{
    max-width: 700px;
  }
}
@media screen and (min-width: 1023px) {
.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
}

@media screen and (max-width: 768px) {
  .mv,
  .about,
  .service,
  .case,
  .news {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}

.hidden-sp {
  display: inline; /* スマホで表示する要素 */
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-tab{
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .hidden-tab{
  display: inline;
}
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hidden-pc {
    display: inline;
  }
}

.hidden {
  display: none;
}

.english_title {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #163f74;
  font-size: 52px;
  width: 250px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .english_title {
    font-size: 60px;
    width: 280px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .english_title {
    font-size: 100px;
    width: 450px;
    margin-top: 85px;
  }
}

.japanese_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #163f74;
  font-size: 18px;
  padding-top: 3px;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .japanese_title {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.breadcrumb {
  max-width: 335px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #888888;
  margin-left: 20px;
  margin-top: 12px;
  gap: 8px;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcrumb {
    max-width: 1000px;
    gap: 3px;
    /* padding-left: 72px; */
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    max-width: 1000px;
    gap: 3px;
    padding-left: 72px;
    margin-top: 16px;
  }
  .breadcrumb a {
    text-decoration: none;
    padding-right: 7px;
  }
  .post-root post post-post current-item {
    padding-left: 5px;
    background-color: #1a1a1a;
  }
}

.current-item {
  color: #1a1a1a;
}

.post {
  /* width: 200px; */
  display: flex;
}

.header {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 60px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  
}
@media screen and (min-width: 1024px) {
  .header {
    min-height: 100px;
  }
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header_inner {
    padding: 10px 16px 0;
    gap: 86px;
    margin-top: 0px;
  }
}

.header_main-logo {
  padding-top: 16px;
  padding-left: 20px;
  margin: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header_main-logo {
    margin-top: 17px;
    padding: 0;
  }
}

.header_main {
  width: 120px;
  height: 33px;
  font-style: italic;
  line-height: 1;
  color: #163f74;
  white-space: nowrap;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_main {
    width: 200px;
    height: 47px;
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-size: 28px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .header_main {
    font-size: 38px;
    padding: 0;
    margin: 0;
    font-size: 40px;
    text-align: left;
    width: auto;
    height: 47px;
  }
}

/* --- 初期状態（PC表示）--- */
.header_nav,
.header_buttons {
  display: flex;
}

.header_nav {
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
}

.header_nav li {
  margin-left: 9px;
}

.header_nav a {
  white-space: nowrap;
  cursor: pointer;
}

/* PC時のnavリスト */
.header_nav-icon {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 37px;
}
@media screen and (min-width: 1024px) {
.header_nav-icon {
  margin-right: 28px;
  margin-top: 8px;
  gap: 20px;
}
}

/* ハンバーガーはPCでは非表示 */
.header-open {
  display: none;
}

/* --- 1279px以下（SP・タブレット）--- */
@media screen and (max-width: 1279px) {
  .header_nav,
  .header_buttons,
  .header_nav-icon {
    display: none !important;
  }
  .header-open {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
.header_buttons{
  margin-top: 5px;
}
}


.header_top-nav {
  margin-left: 0;
}

.header_nav-link {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  list-style: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .header_nav-link {
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {

  /* ul を横並びに */
  .header_nav-icon {
    display: flex;
    align-items: center;
  }

  /* li は横並びのまま */
  .header_top-nav {
    list-style: none;
    display: flex;
    align-items: center;
  }

  /* li の間に／を追加 */
  .header_top-nav + .header_top-nav::before {
    content: "／";
    display: inline-block;
    position: relative;
    left: -15px; /* ← ここで／を左に移動 */
  }

  .header_top-nav::before{
    margin-right: 6px;
  }

  /* a は横中央揃え */
  .header_nav-link {
    display: inline-block;
  }
}

.header-open {
  position: relative;
  display: none;
  margin-top: -20px;
}


.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(100dvh - 64px);
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease,
    -webkit-transform 0.3s ease;
  background: #163f74;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    /* display: none; */
  }
}

.drawer-content.is-open {
  top: 40px;
  height: calc(100vh - 40px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.drawer-content.is-open {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  pointer-events: auto;
  opacity: 1;
}
}

.drawer-content_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
  text-align: center;
}

.drawer-content_link {
  display: block;
  font-size: 16px;
  line-height: 1.572;
  padding: 13px 0;
  text-decoration: none;
  color: #fff;
  margin: 14px auto 0;
}
@media (hover: hover) {
  .drawer-content_link .drawer-content_link:hover {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    -webkit-transition: color 0.3s, text-decoration-color 0.2s;
    transition: color 0.3s, text-decoration-color 0.2s;
  }
  .drawer-content_link .drawer-content_link:hover:hover {
    color: #163f74;
    text-decoration-color: #163f74;
  }
}

.drawer-icon {
  position: absolute;
  margin-top: 5px;
  margin-left: -53px;
  z-index: 15;
  width: 32px;
  background-color: transparent;
  border: none;
  display: block;
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-checked .drawer_icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 3px);
}

.drawer-icon.is-checked .drawer_icon-bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-icon.is-checked .drawer_icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -3px);
}

.drawer_icon-bar {
  width: 27px;
  min-height: 2.25px;
  background-color: #023e78;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 3px 0;
  display: block;
}
@media screen and (min-width: 1281px) {
  .drawer_icon-bar {
    display: none;
  }
}

.button_box-white {
  width: 176px;
  height: 68px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #023e78;
  line-height: 68px;
  cursor: pointer;
  color: #023e78;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: none;
}
.button_box-white:hover {
  background-color: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button_box-white {
    display: inline-block;
  }
}

.button_box-blue {
  width: 176px;
  height: 68px;
  font-size: 14px;
  background-color: #023e78;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 68px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: none;
}
.button_box-blue:hover {
  background-color: #002a52;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button_box-blue {
    margin-left: 10px;
    display: inline-block;
  }
}

.drawer_content {
  overflow-y: hidden;
}

.drawer_content-menu {
  padding-top: 29px;
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}

.drawer_buttons{
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .drawer_buttons {
    flex-direction: column;
    gap: 12px; /* 縦並びの間隔 */
    align-items: center; /* 中央寄せ */
    display: flex;
  }
}

.drawer_box-white,
.drawer-inquiry {
  display: inline-block;
  width: 252px;
  font-size: 16px;
  padding: 21px;
  margin: 24px auto 0;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
}

.drawer_box-white {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.drawer-inquiry {
  text-decoration: none;
  background-color: #fff;
  color: #163f74;
}




/* mv */

.mv {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    margin-top: 0;
  }
}

.mv_inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv_inner {
    padding-left: 90px;
  }
}

.mv_main{
  position: absolute;
  bottom: 4px;
  left: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_main{
  position:  absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
}

@media screen and (min-width: 1024px) {
.mv_main{
  position: absolute;
  bottom: 40px;
  left: 90px; /* ← これだけで左右位置を固定 */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1000;
}
}


.mv_main-title {
  font-style: italic;
  background-color: #fff;
  color: #163f74;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  position: relative;
  display: block;
  z-index: 5;
  padding: 0;
  margin: 8px 0;
  max-width: 156px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_main-title {
    font-size: 36px;
    margin: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_main-title {
    font-size: 60px;
    margin-bottom: 0;
  }
}

.mv_main-title_second{
  font-style: italic;
  background-color: #fff;
  color: #163f74;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  position: relative;
  display: block;
  z-index: 5;
  padding: 0;
  margin: 8px 0;
  max-width: 146px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_main-title_second {
    font-size: 36px;
    margin: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_main-title_second {
    font-size: 60px;
    margin-bottom: 0;
    max-width: 220px;
  }
}

@media screen and (min-width: 768px) {
.mv_title-first .mv_main-title {
  max-width: 250px;
  padding-right: 30px;
}
}

.mv_title-first {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_title-first {
    padding: 0px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_title-first {
    margin-left: -40px;
  }
}

.mv_title-second {
  position: relative;
  z-index: 7;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_title-second {
    padding-left: 189px;
    margin-top: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_title-second {
    display: block;
    margin-left: 208px;
    margin-top: -80px;
    max-width: 260px;
  }
}

.mv_title-third {
  display: flex;
  margin-top: -40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_title-third {
    margin-top: -30px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_title-third {
    margin-top: -20px;
    margin-left: -50px;
  }
}

.mv_main-title_third {
  font-style: italic;
  background-color: #fff;
  color: #163f74;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  position: relative;
  display: block;
  z-index: 4;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_main-title_third {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_main-title_third {
    font-size: 60px;
    padding-right: 1px;
    margin-top: 34px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}

.mv_text {
  position: relative;
  margin-left: -10px;
  margin-top: -39px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_text {
    margin-top: -18px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_text {
    margin-left: -50px;
    margin-top: 19px;
  }
}

.mv_title-text {
  background-color: #163f74;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  z-index: 3;
  padding: 4px 0;
  margin-left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv_title-text {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv_title-text {
    font-size: 20px;
    padding: 4px 0px;
    margin-top: 0;
  }
}

.swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper {
  padding: 0;
  margin: 120px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .swiper {
    padding-right: 90px;
    padding-bottom: 50px;
  }
}

.mv-swiper {
  max-width: initial;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv-swiper {
    max-width: 100%;
    margin-left: 16px;
    padding-top: 16px;
  }
    .mv-swiper img {
      max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-swiper {
    max-width: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .mv-swiper img {
    width: 100%;
    object-fit: cover;
    /* height: auto; */
  }
}


.swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .swiper-wrapper {
    aspect-ratio: 1190 / 650;
  }
}

.swiper-slide {
  height: 162vw;
  flex-shrink: 0;
  position: relative;
  display: block;
  text-align: right;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-slide {
  height: auto;
}
}
@media screen and (min-width: 1024px) {
  .swiper-slide {
    background-size:cover;
  }
}

.swiper-slide img {
  width: 100%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  margin-left: auto;
  object-position: left top;
  box-sizing: border-box;
  position: relative;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .swiper-slide img {
  vertical-align: top;
  object-fit: contain;
}
}

/* about */
.about {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 121px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about{
    padding-top: 140px;
    margin-bottom: -260px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    margin-top: -13px;
    margin-bottom: 325px;
  }
}

.about_inner{
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
.about_inner{
  max-width: 1180px;
  padding-right: 40px;
  /* margin-left: -20px; */
  margin-bottom: -777px;
}
}

.about_us {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
}

.about_title {
  margin-top: 19px;
  margin-left: 2px;
}
@media screen and (min-width: 1024px) {
  .about_title {
    width: 447px;
    padding-top: 178px;
    line-height: 1.6;
    margin-top: 14px;
    margin-left: 50px;
  }
}

.about-japanese_title {
  width: 250px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #163f74;
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .about-japanese_title {
    font-size: 24px;
    margin-top: 7px;
    margin-left: 2px;
  }
}

.about_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-top: 42px;
  margin-bottom: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_text{
  padding-right: 457px;
  font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .about_text {
    width: 400px;
    margin-top: 72px;
    margin-left: 50px;
  }
}

.about_text-second {
  position: relative;
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .about_text-second {
    top: 0;
    left: 0;
  }
}

.about_text-third {
  position: relative;
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .about_text-third {
    top: -1px;
    width: 379px;
  }
}

.about_pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_pictures{
    margin-top: -316px;
    margin-right: 165px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .about_pictures {
    margin-top: -417px;
  }
}

.about_pic {
  position: absolute;
  z-index: 3;
  top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_pic {
    left: auto;
    right: -50px;
    top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .about_pic {
    left: 487px;
    margin-top: 33px;
    margin-left: -18px;
  }
}


.about_pic img {
  max-width: 335px;
  max-height: 210px;
  display: block;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .about_pic img {
    max-width: 681px;
    max-height: 426px;
  }
}

.about_pic-bg {
  position: relative;
  margin-top: -10px;
  margin-left: 60px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_pic-bg {
    right: 0;;
    display: block;
    width: 37%;
    height: 70vw;
    max-height: 800px;
    top: -150px;
    left: -90px;
  }
}
@media screen and (min-width: 1024px) {
  .about_pic-bg {
    left: 528px;
    top: -252px;
  }
}
.about_pic-bg img {
  /* width: 100%; */
  max-width: 295px;
  max-height: 362px;
  z-index: 3;
  right: 0;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_pic-bg img {
  max-width: 330px;
  max-height: 540px;
}
}
@media screen and (min-width: 1024px) {
  .about_pic-bg img {
    max-width: 500px;
    max-height: 800px;
    position: relative;
    margin-left: 153px;
    margin-top: 44px;
  }
}

.about_bg-sp {
  position: absolute;
  top: 153px;
  left: 0;
  width: 100%;
  min-height: 1467px;
  background: linear-gradient(transparent 46.5%, #edf3f8 46.5%);
  transform: skewY(10deg);
  transform-origin: top left;
  z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_bg-sp{
    top: 314px;
    min-height: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .about_bg-sp {
    top: 612px;
    min-height: 1060px;
  }
}

@media screen and (min-width: 1024px) {
  .about_bg {
    left: -90px;
    top: -100px;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .about_bg img {
    position: relative;
    display: block;
    width: 100%;
  }
}

.about_button {
  color: #fff;
  background-color: transparent;
  border: none;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 3;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  margin-left: -216px;
  margin-top: 283px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_button {
    font-size: 32px;
    left: -45px;
    top: -380px;
  }
}
@media screen and (min-width: 1024px) {
  .about_button {
    left: 359px;
    top: -334px;
    font-size: 32px;
  }
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  top: 12px;
  margin-left: 107px;
  width: 63px;
  height: 2px;
}
.arrow::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 18px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .arrow{
    top: 16px;
    margin-left: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .arrow {
    left: 1px;
    top: 18px;
    width: 95px;
  }
}

.about_button:hover .arrow {
  width: 75px;
}
@media screen and (min-width: 1024px) {
  .about_button:hover .arrow {
    width: 125px;
  }
}

.button_icon {
  position: relative;
  margin-left: -90px;
}
@media screen and (min-width: 1024px) {
  .button_icon {
    right: 0;
  }
}

.circle {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff400;
  z-index: 4;
  width: 40px;
  height: 40px;
  margin-left: 147px;
  margin-top: -14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .circle{
    margin-left: 170px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .circle {
    left: 32px;
    width: 50px;
    height: 50px;
  }
}

/* about-us */
.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-us {
    margin-bottom: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .about-us {
    margin-bottom: 70px;
  }
}

.about-us img {
  width: 100%;
  height: auto;
  display: block;
}

.about-us-main img {
  width: 100%;
}

.about_us-bg img {
  position: relative;
  width: 100%;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .about_us-breadcrumb {
    margin-top: 15px;
  }
}

.about_us-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.about_us-title {
  position: absolute;
  left: 20px;
  top: 68px;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .about_us-title {
    left: 122px;
    top: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .about_us-title {
    left: 222px;
    top: -13px;
  }
}

.about_us-english {
  width: 144px;
  background-color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 9px;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .about_us-english {
    font-size: 60px;
    padding-bottom: 8px;
    white-space: nowrap;
    width: 270px;
  }
}

.about_us-japanese {
  background-color: #fff;
  width: 97px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .about_us-japanese {
    font-size: 20px;
    white-space: nowrap;
    padding-right: 22px;
    margin-left: -2px;
  }
}

.about_us-triangle {
  position: absolute;
  height: 250px;
  left: 0;
  top: 0;
}
.about_us-triangle img {
  z-index: 2;
}

.mission {
}
@media screen and (min-width: 768px) {
  .mission {
    padding-top: 35px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mission-title {
  position: absolute;
  margin-top: -22px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mission-title {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .mission-title {
    width: 800px;
    margin-top: -18px;
    margin-left: 20px;
  }
}

.mission-bg {
  padding-top: 64px;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .mission-bg {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 47px;
    max-width: 1180px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .mission-bg {
      padding-left: 0;
      width: 688px;
    }
}

@media screen and (min-width: 768px) {
  .mission-bg img {
    width: 100%;
    height: 353px;
  }
}


.mission-english {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  padding-bottom: 6px;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mission-english {
    font-size: 100px;
    margin-top: 48px;
  }
}

.mission-japanese {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .mission-japanese {
    font-size: 24px;
    margin-top: 6px;
  }
}

.message_texts {
  position: relative;
  width: 335px;
  height: 234px;
  margin: -61px auto 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message_texts {
    max-width: 688px;
    width: 100%;
    height: 200px;
    margin: -86px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .message_texts {
    max-width: 688px;
    width: 100%;
    height: 200px;
    margin: -86px auto 0;
  }
}

.message_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #163f74;
  text-align: center;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .message_title {
    font-size: 24px;
    padding-top: 33px;
  }
}

.message_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-left: 20px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.message_text {
  margin: 30px 40px;
}
}
@media screen and (min-width: 1024px) {
  .message_text {
    margin-top: 30px;
    margin-left: 40px;
  }
}

.vision {
  padding-top: 60px;
  margin-bottom: -8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vision {
    padding-top: 122px;
    height: 610px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .vision{
    margin-bottom: -30px;
    padding-top: 120px;
  }
}

.vision-title {
  position: absolute;
  z-index: 2;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .vision-title {
    margin-left: 20px;
    margin-top: 7px;
  }
}

.vision-english {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
  padding-bottom: 6px;
  color: #fff;
  margin-bottom: 2px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .vision-english {
    font-size: 100px;
    margin-bottom: 5px;
  }
}

.vision-japanese {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .vision-japanese {
    font-size: 24px;
  }
}

.vision-bg {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vision-bg {
    width: 688px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .vision-bg {
    padding-left: 90px;
    padding-right: 90px;
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .vision-bg img{
    width: 100%;
    height: 353px;
  }
}


.vision_texts {
  position: relative;
  width: 335px;
  height: 256px;
  margin: -60px auto  0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vision_texts {
    width: 100%;
    max-width: 688px;
    height: 237px;
    margin: -24px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .vision_texts {
    width: 100%;
    max-width: 687px;
    height: 237px;
    margin: -85px auto 0;
  }
}

.vision_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #163f74;
  text-align: center;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .vision_title {
    font-size: 24px;
    padding-top: 32px;
    line-height: 1.5;
  }
}

.vision_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-left: 20px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vision_text {
    margin-top: -10px;
    margin-left: 0;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .vision_text {
    margin-top: 32px;
    margin-left: 40px;
  }
}

.company {
  width: 100%;
  background: url(../img/phone/about_us-details-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position: center 60px; */
  position: relative;
  /* height: 788px; */
  padding-bottom: 59px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company {
    max-height: 760px;
    background: url(../img/PC/about_us-pc-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 40px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .company {
    padding-bottom: 0;
    margin-top: 155px;
  }
}

.company::before {
  content: "";
  position: relative;
  /* height: 598px; */
  z-index: 1;
  width: 100%;
  display: block;
  padding: 60px 0 670px;
  background-color: rgba(2, 62, 120, 0.8);
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company::before {
    margin-top: -80px;
    padding-bottom: 860px;
  }
}
@media screen and (min-width: 1024px) {
    .company::before {
      padding-bottom: 916px;
    }
}
.company table {
  width: 295px;
  background-color: #ffffff;
  margin-left: 18px;
  border-top: 1px solid #e8eaec;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company table {
    width: 588px;
    margin-top: 49px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .company table {
    width: 688px;
    margin-top: 49px;
    margin-left: 40px;
  }
}
.company th,
.company td {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 16px 1px;
}
@media screen and (min-width: 768px) {
  .company th,
  .company td {
    font-size: 16px;
    padding: 24px 2px;
  }
}
.company th {
  line-height: 1.5;
  width: auto;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .company th {
    width: 145px;
    white-space: nowrap;
    padding-left: 32px;
  }
}
.company td {
  line-height: 20px;
  width: auto;
  padding-left: 67px;
}
@media screen and (min-width: 768px) {
  .company td {
    width: auto;
    line-height: 24px;
    padding-left: 56px;
  }
}
.company tr {
  position: relative;
  border-bottom: 1px solid #e8eaec;
}
.company tr::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: 1px;
  background-color: #163f74;
  z-index: 1;
}
.company tr:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background-color: #163f74;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .company tr {
    border-bottom: 1px solid #e8eaec;
  }
  .company tr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
  height: 1px;
    background-color: #163f74;
    z-index: 1;
  }
  .company tr:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background-color: #163f74;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .line_height {
    line-height: 24px;
  }
}

.company_inner {
  max-width: 335px;
  /* height: 607px; */
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: -712px auto 0;
  padding-bottom: 38px;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .company_inner {
    max-width: 680px;
    position: absolute;
    top: 1180px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .company_inner {
    position: absolute;
    min-width: 770px;
    min-height: 780px;
    top: 1200px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.company_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 44px;
  margin-bottom: 46px;
  padding-top: 43px;
}
@media screen and (min-width: 768px) {
  .company_title {
    margin-top: 21px;
    margin-right: 3px;
    margin-bottom: 0;
  }
}

/* staff */
.staff {
  position: relative;
  z-index: -3;
  padding-bottom: 104px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff {
    margin-left: -17px;
    margin-top: 165px;
    background-image: url(../img/pc/staff_pc-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .staff {
    margin-top: 127px;
  }
}

.staff_bg {
  position: absolute;
  top: -135px;
  left: 0;
  width: 100%;
  height: 2189px;
  background: linear-gradient(transparent 46.5%, #edf3f8 46.5%);
  transform: skewY(10deg);
  transform-origin: top left;
  z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_bg {
    top: -63px;
    height: 1290px;
  }
}
@media screen and (min-width: 1024px) {
  .staff_bg {
    top: 136px;
    height: 1076px;
  }
}

.staff_titles {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .staff_titles {
    padding-right: 15px;
}
}

.staff_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 66px;
}
@media screen and (min-width: 768px) {
  .staff_title {
    margin-top: 60px;
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.staff_cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
}
@media screen and (min-width: 1024px) {
  .staff_cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
}

.staff_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 666px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_card {
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 320px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 380px;
  }
}
@media screen and (min-width: 1024px) {
    .staff_card {
    max-width: 688px;
    min-height: 381px;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 320px;
  }
}
@media screen and (min-width: 1023px) {
    .staff_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 310px;
    margin-top: -55px;
  }
}

.staff_pic {
  padding-top: 31px;
  /* padding-left: 68px; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_pic {
    padding-left: 0;
    padding-top: 53px;
  }
}
@media screen and (min-width: 1023px) {
    .staff_pic {
      padding-top: 32px;
    }
}

.staff_pic img {
  width: 240px;
  height: 320px;
}

.staff_names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .staff_names {
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 218px;
    margin-top: 31px;
  }
}
@media screen and (min-width: 1023px) {
.staff_names {
margin-top: 21px;
}
}

.staff_position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 28px;
  /* margin-left: 9px; */
}
@media screen and (min-width: 768px) {
  .staff_position {
    margin-left: 0;
  }
}

.staff_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-left: 20px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .staff_name {
    margin-left: 22px;
  }
}

.staff_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  /* margin-left: 20px; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_text {
    width: auto;
    max-width: 408px;
    margin-top: 34px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .staff_text {
    margin-left: 0;
    max-width: 408px;
    margin-top: 33px;
  }
}

.staff_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  /* margin-left: 20px; */
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .staff_icons {
    margin-top: 30px;
    margin-right: 277px;
  }
}
@media screen and (min-width: 1024px) {
    .staff_icons {
      margin-right: 307px;
      margin-top: 32px;
    }
}

.staff_icons a img {
  max-width: 32px;
  max-height: 32px;
  pointer-events: auto;
  z-index: 20;
}

/* service */
.service {
  padding-top: 10px;
  position: relative;
  padding-bottom: 82px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service {
    padding-top: 150px;
    padding-left: 0;
    margin-bottom: -96px;
  }
}
@media screen and (min-width: 1024px) {
  .service {
    padding-top: 181px;
    padding-bottom: 35px;
  }
}

.service_inner{
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
.service_inner{
  max-width: 1180px;
  padding-left: 95px;
  padding-right: 90px;
  margin: 0 auto;
}
}

.service_title {
  line-height: 1.6;
  width: 200px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .service_title {
    padding-top: 93px;
    margin-bottom: -46px;
    margin-left: -5px;
  }
}

.service_japanese-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #163f74;
  font-size: 16px;
  position: relative;
  top: -12px;
}
@media screen and (min-width: 768px) {
  .service_japanese-title {
    font-size: 24px;
    margin-top: 22px;
  }
}

.service_button {
  color: #163f74;
  background-color: transparent;
  border: none;
  position: absolute;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 3;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  margin-left: 140px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_button {
  left: 300px;
  top: -850px;
  font-size: 32px;
  color: #1a1a1a;
    }
  }
@media screen and (min-width: 1024px) {
  .service_button {
    left: 659px;
    top: -1019px;
    font-size: 32px;
    color: #1a1a1a;
  }
}

.service_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  margin-top: 11px;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #163f74;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  z-index: 2;
}
.service_arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 14px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .service_arrow {
    top: 7px;
    left: 60px;
    width: 92px;
    background-color: #1a1a1a;
  }
}

.service_button:hover .service_arrow {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .service_button:hover .service_arrow {
    width: 125px;
  }
}

.service_button-icon {
  position: absolute;
  left: 87px;
}

.service_circle {
  width: 40px;
  height: 40px;
  background-color: #fff400;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff400;
  left: 61px;
  top: -17px;
}
@media screen and (min-width: 768px) {
  .service_circle {
    width: 51px;
    height: 51px;
    left: 154px;
    top: -12px;
  }
}

.service_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_cards {
    gap: 60px;
    /* padding-left: 63px; */
    padding-top: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
}
@media screen and (min-width: 1024px) {
  .service_cards {
    gap: 64px;
    padding-top: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.service_picture {
  max-width: 320px;
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_picture {
    max-width: 200px;
    margin: 0;
    padding-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .service_picture {
    padding-top: 56px;
    margin-left: -19px;
  }
}

.service_picture img {
  width: 100%;
  max-width: 320px;
  max-height: 427px;
  position: relative;
  /* height: auto; */
}

.service_picture-second {
  width: 100%;
  max-width: 335px;
  position: relative;
  margin-top: -46px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_picture-second {
    max-width: 200px;
    margin-left: -10px;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .service_picture-second {
    padding: 0;
    max-width: 320px;
    margin-top: -45px;
    margin-left: 6px;
  }
}

.service_picture-second img {
  width: 100%;
  max-width: 320px;
  max-height: 427px;
}
@media screen and (min-width: 768px) {
  .service_picture-second img {
  }
}

.service_picture-third {
  position: relative;
  max-width: 335px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_picture-third {
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .service_picture-third {
  }
}

.service_picture-third img {
  width: 100%;
  position: relative;
  max-width: 320px;
  max-height: 427px;
}

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

.service_card-second{
  margin-top: 14px;
}

.service_card-second img {
  margin-top: -10px;
  /* margin-left: 14px; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .service_card-second {
      margin-left: -10px;
      margin-top: 50px;
    }
}
@media screen and (min-width: 1024px) {
  .service_card-second {
    /* margin-left: 14px; */
    margin-top: 0;
  }
}

.service_card-third{
  position: relative;
  padding-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-third {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-third{
    margin-top: 130px;
}
}

.service_numbers {
  position: relative;
  margin-top: -477px;
  margin-left: 232px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_numbers {
    margin-left: 108px;
    margin-top: -323px;
  }
}
@media screen and (min-width: 1024px) {
  .service_numbers {
    margin-left: 214px;
    margin-top: -474px;
  }
}

.service_number {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: #163f74;
  background-color: transparent;
  z-index: 6;
  position: relative;
}

.service_numbers-white {
  position: absolute;
  margin-left: 5px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .service_numbers-white {
    margin-top: -98px;
    margin-left: 5px;
  }
}

.service_number-white {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
}

.service_numbers-white-second {
  margin-top: -98px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .service_numbers-white-second {
    margin-top: -98px;
    margin-left: 5px;
    z-index: 0;
    position: absolute;
  }
}

.service_pic-second {
  position: relative;
  z-index: -5;
}

.service_numbers-two {
  max-width: 100px;
  position: relative;
  left: 226px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_numbers-two {
    left: 92px;
    top: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .service_numbers-two {
    margin-left: -8px;
    margin-top: 70px;
  }
}

.service_number-white_second {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 0;
  margin: 0;
  z-index: -1;
  position: relative;
}

.service_pic-third {
  position: relative;
  z-index: 1;
}

.service_numbers-third {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_numbers-third {
    top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .service_numbers-third {
  }
}

.service_numbers-white-third {
  position: absolute;
  top: 0;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .service_numbers-white-third {
    z-index: 5;
  }
}

.service_number-white-third {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 0;
  margin: 0;
  z-index: -1;
  position: relative;
}

.service_card-titles {
  position: absolute;
  margin-top: 296px;
  margin-left: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-titles {
    margin-top: 150px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-titles {
    margin-top: 297px;
    margin-left: -37px;
  }
}

.service_card-titles-second {
  margin-top: -131px;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-titles-second {
    margin-left: -20px;
    margin-top: -110px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-titles-second {
    position: absolute;
    margin-top: -129px;
    margin-left: -24px;
  }
}

.titles-second-service {
  margin-bottom: 4px;
}

.service_card-titles_third {
  position: relative;
  margin-top: -130px;
  margin-left: -14px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .service_card-titles_third {
    margin-top: -125px;
    margin-left: -36px;
  }
}

.service_card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #163f74;
  background-color: #fff;
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-title {
    font-size: 21px;
  }
}


.service_card-texts {
  margin-top: 388px;
  margin-left: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-texts {
    margin-top: 250px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-texts {
    max-width: 308px;
    margin-top: 409px;
    margin-left: -8px;
  }
}

.service_card-text {
  width: 100%;
  max-width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-left: -14px;
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-text {
  width: 220px;
  top: -20px;
  margin-left: -3px;
  padding: 0;
  box-sizing: content-box;
}
}
@media screen and (min-width: 1024px) {
  .service_card-text {
    top: -20px;
    margin-left: 2px;
    padding: 0;
    box-sizing: content-box;
  }
}

.service_card-text_second {
  margin-top: 47px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-text_second {
    width: 200px;
    margin-left: -1px;
    padding-top: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-text_second {
    margin-left: 7px;
    padding-top: 16px;
    margin-top: 0;
    max-width: 310px;
  }
}

.service_card-text_third {
  max-width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  top: -15px;
  position: relative;
  margin: 60px -10px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_card-text_third {
    width: 200px;
    margin-top: 100px;
    margin-left: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .service_card-text_third {
    margin-top: 81px;
    margin-left: -4px;
    box-sizing: content-box;
    max-width: 310px;
  }
}

.service_bg-sp {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  min-height: 2220px;
  background: linear-gradient(transparent 46.5%, #edf3f8 46.5%);
  transform: skewY(10deg);
  transform-origin: top left;
  z-index: -7;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_bg-sp {
  top: 240px;
  min-height: 900px;
}
}
@media screen and (min-width: 1024px) {
  .service_bg-sp {
    top: 303px;
    min-height: 1060px;
  }
}

/* .service_bg {
  width: auto;
  z-index: -10;
  position: absolute;
  top: 1032px;
  right: 30px;
} */
@media screen and (min-width: 768px) {
  .service_bg {
    top: -800px;
  }
}
.service_page img {
  width: 100%;
}

@media screen and (min-width: 768px) {
.service_page img {
object-fit: cover;
}
}

@media screen and (min-width: 768px) {
  .service_bg {
    max-width: 1200px;
    max-height: 800px;
  }
}

.service_page-title {
  position: absolute;
  padding-top: 69px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .service_page-title {
    z-index: 5;
    padding-left: 130px;
    padding-top: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-title {
    z-index: 5;
    padding-left: 224px;
    margin-top: -82px;
  }
}

.service_page-english {
  width: 116px;
  font-weight: 500;
  font-style: italic;
  font-size: 32px;
  padding: 3px 0;
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service_page-english {
    width: 216px;
    height: 50px;
    font-size: 60px;
    padding-bottom: 17px;
  }
}

.service_page-japanese {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  margin-top: 8px;
  margin-left: -1px;
  width: 64px;
  height: 20px;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service_page-japanese {
    width: 80px;
    font-size: 20px;
    margin-top: 11px;
    margin-left: -3px;
    padding-bottom: 4px;
  }
}

.service_page-bg {
  /* width: 374px; */
  position: relative;
  z-index: -3;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .service_page-bg {
    z-index: 0;
  }
}

.service_page-triangle {
  position: absolute;
  top: 0;
}

.service_page_title {
  text-align: center;
  padding-top: 3px;
  margin-bottom: 59px;
}
@media screen and (min-width: 768px) {
  .service_page_title {
    padding-right: -5px;
    margin-bottom: 130px;
  }
}


.service_page-main{
  width: 100%;
  margin: 0;
  padding: 0;
}


.service_page-main_title {
  width: 100%;
  margin: 60px auto 0;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service_page-main_title {
    font-size: 28px;
    margin-top: 80px;
    margin-left: 1px;
    line-height: 1.4;
  }
}

.service_page-cards {
  width: 100%;
  background: url(../img/phone/service_page-bg-sp.png);
  background-size: 100% 1077px;
  background-repeat: no-repeat;
  background-position: center 1048px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 184px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-cards {
    padding-top: 100px;
    margin-bottom: -160px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-cards {
    background: url(../img/pc/service_page-bg-pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_page-card{
  margin-bottom: 100px;
}
}
@media screen and (min-width: 1024px) {
.service_page-card{
    display: flex;
    align-items: flex-start; /* 上揃え */
    justify-content: space-between; /* 中央に並べる */
    flex-direction: row-reverse;
    max-width: 1270px; /* 最大幅を制限 */
    margin: 0 auto;
    padding: 0 20px;
}
}

.service_page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-item {
    margin-left: 550px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-item {
    pointer-events: none;
  }
}

.service_page-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-item2 {
    margin-left: 50px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-item2 {
    pointer-events: none;
  }
}

.service_page-item-3 {
  /* height: 1147px; */
  margin-top: 663px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-item-3 {
    margin-left: -740px;
    margin-top: 920px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-item-3 {
    padding-top: 1052px;
    margin-left: 619px;
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.tb_space{
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.tb_space{
  margin-top: 30px;
}
}


.service_page-pic{
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-pic{
    margin-left: -28px;
  }
}
@media screen and (min-width: 768px) {
  .service_page-pic{
    margin-left: 0;
  }
}

.service_page-pic img,
.card-1 img {
  top: 22px;
  left: 47px;
  width: 188px;
  height: 301px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-pic
  .service_page-pic img,
  .card-1 img {
  width: 274px;
  height: 438px;
}
}
@media screen and (min-width: 1024px) {
  .service_page-pic,
  .service_page-pic img,
  .card-1 img {
    top: 68px;
    left: -61px;
    width: 560px;
    height: 896px;
    z-index: -5;
  }
}

@media screen and (min-width: 768px) {
  .service_page-pic img,
  .card-1 img {
    left: 615px;
    top: 130px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-pic_2{
  }
}
@media screen and (min-width: 1024px) {
.service_page-pic_2{
  position: relative;
  margin-left: -640px;
  top: 57px;
}
}

.service_page-pic_2 img {
  width: 188px;
  height: 301px;
  position: absolute;
  top: -104px;
  left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-pic_2 img {
  width: 274px;
  height: 438px;
  margin-top: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-pic_2 img {
    width: 560px;
    height: 896px;
    top: 150px;
    left: 50px;
  }
}

.service_page-pic_3{
  position: relative;
  margin-left: auto;
  top: -764px;
}
@media screen and (min-width: 768px) {
  .service_page-pic_3{
    margin-left: 0;
}
}

.service_page-pic_3 img {
  width: 188px;
  height: 301px;
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-pic_3 img {
    width: 274px;
    height: 438px;
    margin-left: 1183px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-pic_3 img {
    width: 560px;
    height: 896px;
    margin-left: 0;
  }
}

.service_page-details {
  position: relative;
  padding-left: 20px;
  margin-top: -200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-details {
    width: 200px;
    margin-top: -544px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-details {
    width: 700px;
    padding-left: 188px;
    margin-top: -59px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_page-card_card-2 {
  padding-left: 380px;
}
}

.service_page-details-2 {
  min-height: 873px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-details-2 {
    margin-left: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-details-2 {
    height: 870px;
    margin: 67px auto 0 auto;
    max-width: 700px;
    padding-left: 400px;
  }
}

.service_page-details-3 {
  position: relative;
  height: 873px;
  margin-top: -1008px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-details-3 {
    width: 200px;
    margin-top: -1365px;
    left: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-details-3 {
    height: 878px;
    margin-top: -1789px;
    left: 401px;
    transform: translateX(-157%);
  }
}

.service_page-detail {
  width: 335px;
  height: 863px;
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  background: rgba(255, 255, 255, 0.8980392157);
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .service_page-detail {
    width: 414px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-detail {
    width: 590px;
    height: 875px;
    margin-left: 0;
  }
}

.service_page-detail-2 {
  width: 335px;
  height: 873px;
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  background: rgba(255, 255, 255, 0.8980392157);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-detail-2 {
    width: 414px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-detail-2 {
    width: 590px;
    height: 870px;
    margin-left: 8px;
  }
}

.service_page-detail-3 {
  width: 335px;
  height: 852px;
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.29));
  background: rgba(255, 255, 255, 0.8980392157);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-detail-3 {
    width: 413px;
    height: 869px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-detail-3 {
    width: 590px;
    height: 869px;
    margin-top: 0px;
  }
}

.service_page-number {
  position: absolute;
  font-size: 68px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  color: #163f74;
  margin-top: -33px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .service_page-number {
    font-size: 100px;
    margin-left: 60px;
    margin-top: -42px;
  }
}

.service_page-number-2 {
  position: absolute;
  font-size: 68px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  color: #163f74;
  margin-top: -35px;
  margin-left: 243px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-number-2 {
    margin-left: 280px;
    font-size: 100px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-number-2 {
    font-size: 100px;
    margin-top: -56px;
    margin-left: 442px;
  }
}

.service_page-number-3 {
  position: absolute;
  font-size: 68px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  line-height: 1;
  font-weight: 500;
  color: #163f74;
  margin-top: -31px;
  margin-left: 21px;
}
@media screen and (min-width: 768px) {
  .service_page-number-3 {
    font-size: 100px;
    margin-top: -52px;
    margin-left: 59px;
  }
}

.service_page-titles {
  margin-top: 46px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-titles {
  margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-titles {
    margin-top: 64px;
    margin-left: 40px;
  }
}

.service_page-titles3 {
  margin-top: 92px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .service_page-titles3 {
    margin-top: 64px;
    margin-left: 40px;
  }
}


.service_page-japanese_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #1a1a1a;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .service_page-japanese_title {
    font-size: 40px;
    padding-top: 90px;
  }
}

.service_page-japanese_title-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #1a1a1a;
  padding-top: 46px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .service_page-japanese_title-2 {
    font-size: 40px;
    padding-top: 74px;
  }
}

.service_page-japanese_title-3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #1a1a1a;
  padding-top: 46px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-japanese_title-3 {
    padding-right: 20px;
    font-size: 40px;
    padding-top: 82px;
    margin-bottom: -6px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-japanese_title-3 {
    font-size: 40px;
    padding-top: 82px;
    margin-bottom: -6px;
  }
}

.service_page-english_title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  margin-top: 12px;
  color: #163f74;
}
@media screen and (min-width: 768px) {
  .service_page-english_title {
    font-size: 16px;
  }
}

.service_page-english_title-2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  margin-top: 11px;
  color: #163f74;
}
@media screen and (min-width: 768px) {
  .service_page-english_title-2 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.service_page-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-top: 31px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-text {
    margin-bottom: -50px;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .service_page-text {
    margin-left: 40px;
    margin-top: 60px;
  }
}

.service_page-texts_3 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .service_page-texts_3 {
    margin-top: -1px;
    margin-left: 2px;
  }
}

.service_page-table {
  margin-top: 26px;
  margin-left: 18px;
  font-size: 14px;
  color: #1a1a1a;
  max-width: 264px;
  margin-bottom: 3px;
}
.service_page-table table {
  width: 295px;
  height: 147px;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .service_page-table table {
    margin-top: -1px;
  }
}
.service_page-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service_page-table th {
    padding-left: 20px;
    padding-top: 60px;
  }
}
.service_page-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 48px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .service_page-table td {
    white-space: nowrap;
    padding-left: 48px;
    padding-top: 58px;
  }
}

.service_line1 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 573px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line1 {
    width: 353px;
    top: 550px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line1 {
    width: 502px;
    background-color: #cccccc;
    top: 30px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_page-table2 {
  margin-top: 24px;
  margin-left: 18px;
  font-size: 14px;
  color: #1a1a1a;
  min-width: 264px;
  margin-bottom: -3px;
}
@media screen and (min-width: 768px) {
  .service_page-table2 {
    margin-top: 30px;
  }
}
.service_page-table2 table {
  width: 295px;
  height: 147px;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .service_page-table2 table {
    margin-top: -1px;
  }
}
.service_page-table2 th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service_page-table2 th {
    padding-left: 20px;
    padding-top: 60px;
  }
}
.service_page-table2 td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 48px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .service_page-table2 td {
    white-space: nowrap;
    padding-left: 48px;
    padding-top: 57px;
  }
}

.service_line2 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 657px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line2 {
    width: 353px;
    top: 640px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line2 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 114px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_page-table3 {
  margin-top: 23px;
  margin-left: 18px;
  font-size: 14px;
  color: #1a1a1a;
  width: 264px;
}
@media screen and (min-width: 768px) {
  .service_page-table3 {
    margin-top: 30px;
  }
}
.service_page-table3 table {
  width: 295px;
  height: 147px;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .service_page-table3 table {
    margin-top: -1px;
  }
}
.service_page-table3 th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .service_page-table3 th {
    padding-left: 20px;
    padding-top: 55px;
  }
}
.service_page-table3 td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 48px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .service_page-table3 td {
    white-space: nowrap;
    padding-left: 49px;
    padding-top: 56px;
  }
}

.service_line3 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 719px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line3 {
    width: 353px;
    top: 735px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line3 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 25px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line2-1 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 584px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line2-1 {
    width: 353px;
    margin-left: 15px;
    top: 570px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line2-1 {
    width: 502px;
    background-color: #cccccc;
    top: 29px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line2-2 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 669px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line2-2 {
    width: 353px;
    margin-left: 15px;
    top: 640px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line2-2 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 114px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line2-3 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 729px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line2-3 {
    width: 353px;
    margin-left: 15px;
    top: 720px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line2-3 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 27px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line3-1 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 560px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line3-1 {
    width: 353px;
    margin-left: 15px;
    height: 1px;
    top: 543px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line3-1 {
    width: 502px;
    background-color: #cccccc;
    top: 28px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line3-2 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 645px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line3-2 {
    width: 353px;
    margin-left: 15px;
    top: 628px;
    height: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line3-2 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 112px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_line3-3 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 1px;
  top: 706px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_line3-3 {
    width: 353px;
    margin-left: 15px;
    height: 1px;
    top: 722px;
  }
}
@media screen and (min-width: 1024px) {
  .service_line3-3 {
    width: 502px;
    height: 1px;
    background-color: #cccccc;
    top: 25px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_page-button-wrapper {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_page-button-wrapper a {
    font-size: 16px;
    margin-top: 57px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .service_page-button-wrapper2 a {
      margin-top: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .service_page-button-wrapper a {
    font-size: 16px;
  }
  .service_page-button-wrapper2 a {
    font-size: 16px;
    margin-top: 86px;
  }
  .service_page-button-wrapper3 a {
    font-size: 16px;
    margin-top: 65px;
  }
}


@media screen and (min-width: 1024px) {
  .service_page-button-wrapper3 a {
    font-size: 16px;
    margin-top: 86px;
  }
}

/* 共通ボタン基本スタイル */
.service_page-button,
.service_page-button_2,
.service_page-button_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 293px;
  min-height: 71px;
  background-color: #fff;
  border: 1px solid #163f74;
  color: #163f74;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  z-index: 20;
  margin-top: 35px;
  margin-left: 20px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* ホバー時：背景を紺色、文字を白に */
.service_page-button:hover,
.service_page-button_2:hover,
.service_page-button_3:hover {
  background-color: #163f74;
  color: #ffffff;
  border-color: #163f74;
}

/* ホバー時矢印の背景色と枠線色変更 */
.service_page-button-wrapper:hover .service_arrows,
.service_page-button-wrapper:hover .service_arrows2,
.service_page-button-wrapper:hover .service_arrows3 {
  background-color: #ffffff;
}

.service_page-button-wrapper:hover .service_arrows::before,
.service_page-button-wrapper:hover .service_arrows2::before,
.service_page-button-wrapper:hover .service_arrows3::before {
  border-color: #ffffff;
}

/* 個別微調整 */
.service_page-button_2 {
  margin-left: 19px;
  margin-top: 39px;
}

.service_page-button_3 {
  margin-left: 20px;
  margin-top: 38px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.service_page-button_2{
  margin-left: 60px;
}
.service_page-button_3{
  margin-top: 60px;
  margin-left: 60px;
}
}

/* PC用メディアクエリ */
@media screen and (min-width: 1024px) {
  .service_page-button {
    width: 304px;
    margin-left: 144px;
    margin-top: 82px;
  }
  .service_page-button_2 {
    width: 302px;
    margin-left: 143px;
    margin-top: 83px;
    font-size: 16px;
  }
  .service_page-button_3 {
    width: 304px;
    margin-left: 143px;
    margin-top: 82px;
    font-size: 16px;
  }

  /* ホバー時の背景と文字色 */
  .service_page-button:hover,
  .service_page-button_2:hover,
  .service_page-button_3:hover {
    background-color: #163f74;
    color: #ffffff;
  }

  /* pointer-eventsリセット */
  .service_page-button,
  .service_page-button-wrapper,
  .service_page-button_2 {
    pointer-events: auto;
  }
}

.service_arrows,
.service_arrows2,
.service_arrows3 {
  position: absolute;
  top: 67%;
  right: 33px; 
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background: #163f74;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 35;
}

.service_arrows::before,
.service_arrows2::before,
.service_arrows3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #163f74;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .service_arrows {
    top: 73%;
    left: 70%;
  }
    .service_arrows2 {
    top: 97px;
    right: 100px;
  }
    .service_arrows3 {
    top: 73%;
    right: 100px;
  }
}

/* PC用の矢印位置調整 */
@media screen and (min-width: 1024px) {
  .service_arrows {
    top: 77%;
    left: 69%;
  }
  .service_arrows2 {
    top: 78%;
    left: 69%;
  }
  .service_arrows3 {
    top: 78%;
    left: 69%;
  }
}



.service_page-button-wrapper:hover .service_arrows,
.service_page-button-wrapper2:hover .service_arrows2,
.service_page-button-wrapper3:hover .service_arrows3 {
  transform: translate(8px, -50%); 
  background-color: #ffffff;
}

.service_page-button-wrapper:hover .service_arrows::before,
.service_page-button-wrapper2:hover .service_arrows2::before,
.service_page-button-wrapper3:hover .service_arrows3::before {
  border-color: #ffffff;
}

.service_page-button-wrapper,
.service_page-button-wrapper2,
.service_page-button-wrapper3 {
  position: relative;
  overflow: visible;
}

/* procedure */
.procedure {
  width: 100%;
  background-image: url(../img/phone/procedure_bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 10px;
  margin-top: 37px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .procedure {
    top: 252px;
    padding-bottom: 0;
  }
}
.procedure::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 837px;
  background-color: #023e78;
  opacity: 0.8; /* 80%の不透明度 */
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .procedure::before {
    height: 100%;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .procedure {
      height: 466px;
    }
}
@media screen and (min-width: 1024px) {
  .procedure {
    height: auto;
    background-image: url(../img/PC/service_page-flow_pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 252px;
    z-index: 0;
  }
}

.procedure_titles {
  text-align: center;
  padding-top: 37px;
}
@media screen and (min-width: 768px) {
  .procedure_titles {
    padding-top: 58px;
    margin-right: -2px;
  }
}

.procedure_title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .procedure_inner {
    max-width: 1200px; /* 中央に固定幅 */
    margin: 0 auto;     /* 左右自動で中央揃え */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    transform: translateX(-43px);
  }
}

.procedure_cards{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_cards{
    max-width: 450px;
    flex-direction: row;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_cards {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-left: 70px;
  }
}
.procedure_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
  padding-top: 25px;
  z-index: 2;
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_card {
    padding-top: 40px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    z-index: 1;
  }
}

.procedure_2,
.procedure_3,
.procedure_4 {
  /* padding-top: 0px; */
}

.procedure_text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  color: #fff400;
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_text {
    margin: 0;
    font-size: 12px;
  }
}

.text2 {
  /* margin-top: 34px; */
}

.text_3 {
  /* margin-top: 60px; */
}

.text_4 {
  /* margin-top: 96px; */
}
@media screen and (min-width: 768px) {
  .text_4 {
    /* margin-top: 29px; */
  }
}

.procedure_numbers {
  display: block;
  min-height: 140px;
  padding-right: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_numbers {
    padding-right: 24px;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    margin-top: -11px;
    gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    margin-top: 24px;
    margin-right: 150px;
  }
}

@media screen and (min-width: 768px) {
  .no-2 {
    position: relative;
    top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .no-3 {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .no-4 {
    position: relative;
    top: 11px;
  }
}

@media screen and (min-width: 768px) {
  .text2 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .text3 {
    margin-top: 30px;
    margin-left: -40px;
  }
}

.procedure_number {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: #fff400;
  margin-left: 3px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .procedure_number {
    display: inline-block;
    margin: 0;
    font-size: 24px;
  }
}

.procedure_texts {
  width: 275px;
  height: 149px;
  display: inline-block;
  position: relative;
  background-image: url(../img/phone/procedure_inquiry-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  z-index: 10;
  top: 182px;
  left: 79px;
}
@media screen and (min-width: 768px) {
  .procedure_texts {
    background-image: url(../img/PC/procedure_inquiry-pc.png);
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    position: relative;
    top: -10px;
    left: 90px;
    height: 210px;
    z-index: 10;
  }
}

.procedure_texts-2 {
  width: 275px;
  height: 198px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/phone/procedure_suggest-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  z-index: 8;
  top: 300px;
  left: 79px;
}
@media screen and (min-width: 768px) {
  .procedure_texts-2 {
    background-image: url(../img/PC/procedure_suggest-pc.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    top: -10px;
    left: 65px;
    height: 210px;
    z-index: 7;
  }
}

.procedure_texts-3 {
  width: 275px;
  height: 191px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/phone/procedure_arrange-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  z-index: 5;
  top: 470px;
  left: 79px;
}
@media screen and (min-width: 768px) {
  .procedure_texts-3 {
    background-image: url(../img/PC/procedure_arrange-pc.png);
    background-position: right center;
    background-size: contain;
    position: relative;
    top: -10px;
    left: 42px;
    height: 210px;
    z-index: 5;
  }
}

.procedure_texts-4 {
  width: 273px;
  height: 193px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/phone/procedure_start-sp.png);
  background-repeat: no-repeat;
  text-align: center;
  z-index: 3;
  top: 630px;
  left: 79px;
}
@media screen and (min-width: 768px) {
  .procedure_texts-4 {
    background-image: url(../img/PC/procedure_start-pc.png);
    background-position: right center;
    position: relative;
    top: -10px;
    left: 0px;
    height: 210px;
    z-index: 3;
  }
}

.procedure_content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #163f74;
  margin-left: 3px;
  margin-top: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_content-title {
    font-size: 12px;
    margin-top: 40px;
    margin-left: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_content-title {
    font-size: 20px;
    margin-top: 61px;
    margin-left: -89px;
  }
}

.title-2 {
  margin-top: 49px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-2 {
    margin-left: -70px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .title-2 {
    margin-left: -133px;
    margin-top: 60px;
  }
}

.title-3 {
  margin-top: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.title-3 {
  margin-left: -60px;
  margin-top: 35px;
}
}
@media screen and (min-width: 1024px) {
  .title-3 {
    margin-left: -113px;
    margin-top: 60px;
  }
}

.title-4 {
  margin-top: 49px;
  margin-left: 102px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title-4 {
    margin-left: 50px;
    margin-top: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .title-4 {
    margin-left: 70px;
    margin-top: 60px;
  }
}

.procedure_content-text {
  width: 275px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #1a1a1a;
  margin-top: 12px;
  margin-left: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_content-text {
    font-size: 9px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_content-text {
    margin-left: 45px;
    margin-top: 22px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .text-2 {
    margin-left: 50px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .text-3 {
    margin-left: 52px;
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .text-2 {
    margin-left: 32px;
    margin-top: 12px;
  }
  .text-3 {
    margin-left: 31px;
    margin-top: 13px;
  }
    .text-4 {
      max-width: 130px;
      margin-left: 49px;
    }
}
@media screen and (min-width: 1024px) {
  .text-4 {
    margin-left: 70px;
    margin-top: 24px;
  }
}

.procedure_content-attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #e61264;
  text-align: left;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_content-attention {
    font-size: 8px;
    line-height: 1.4;
    margin-left: 47px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_content-attention {
    margin-left: 70px;
  }
}

.procedure_texts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  top: -45px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_texts-wrapper {
    margin-top: 170px;
    margin-left: -10px;
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .procedure_texts-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -57px;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 44px;
  }
}

.procedure_texts,
.procedure_texts-2,
.procedure_texts-3,
.procedure_texts-4 {
  position: absolute;
  width: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .procedure_texts,
.procedure_texts-2,
.procedure_texts-3,
.procedure_texts-4 {
  max-width: 200px;
  max-height: 126px;
  position: relative;
}
}
@media screen and (min-width: 1024px) {
  .procedure_texts,
  .procedure_texts-2,
  .procedure_texts-3,
  .procedure_texts-4 {
    width: 298px;
    height: 228px;
    position: relative;
    -ms-flex-negative: 0;
    /* flex-shrink: 0; */
    background-position: right center;
    background-size: 298px 209px;
    background-repeat: no-repeat;
  }
}

/* qa */
.qa {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .qa {
    width: 688px;
    padding-top: 284px;
    padding-bottom: 28px;
    margin: 0 auto;
  }
}

.qa_inner{
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.qa_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  text-align: center;
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  .qa_title {
    font-size: 24px;
    margin-top: 135px;
    margin-left: -5px;
    white-space: nowrap;
  }
}

.dli-plus {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 61px;
  top: 27px;
  right: 14px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dli-plus {
    width: 40px;
    height: 40px;
    top: 33px;
    left: 43px;
  }
}
.dli-plus::before,
.dli-plus::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.dli-plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.dli-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.dli-plus.is-opened::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #e61264;
}
.dli-plus.is-opened::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #e61264;
}

.plus2 {
  top: 29px;
  left: 45px;
}
@media screen and (min-width: 768px) {
  .plus2 {
    top: 33px;
  }
}

.plus3 {
  top: 44px;
  left: 44px;
}
@media screen and (min-width: 768px) {
  .plus3 {
    top: 45px;
    left: 42px;
  }
}

.plus4 {
  top: 46px;
  left: 44px;
}
@media screen and (min-width: 768px) {
  .plus4 {
    top: 45px;
    left: 42px;
  }
}

.plus5 {
  top: 46px;
  left: 44px;
}
@media screen and (min-width: 768px) {
  .plus5 {
    top: 43px;
    left: 43px;
  }
}

.plus6 {
  top: 46px;
  left: 61px;
}
@media screen and (min-width: 768px) {
  .plus6 {
    top: 43px;
    left: 43px;
  }
}

.qa_text {
  max-width: 269px;
  max-height: 15px;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #1a1a1a;
  margin-top: 15px;
  margin-left: -6px;
  gap: 30px;
  text-align: left;
  outline: none;
  position: relative;
}

/* 共通の線のスタイル */
.qa_text-line {
  height: 1px;
  background-color: #ccc;
  width: 600px;
  margin-top: 10px;
}

.qa_text.opened {
  color: #e61264;
}
@media screen and (min-width: 768px) {
  .qa_text {
    font-size: 20px;
    cursor: pointer;
    white-space: nowrap;
    margin-left: -10px;
  }
}

.qa_text3 {
  margin-top: 32px;
}

.qa_text4 {
  margin-top: 36px;
}

.qa_text5 {
  margin-top: 36px;
}

.qa_text6 {
  margin-top: 35px;
}

.qa_boxes {
  padding-top: 21px;
  padding-bottom: 119px;
}
@media screen and (min-width: 768px) {
  .qa_boxes {
    padding-top: 58px;
    margin-left: -210px;
  }
}

.qa_box {
  cursor: pointer;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .qa_box {
    width: 680px;
    font-size: 30px;
    /* border-bottom: 1px solid #dddddd; */
    padding-bottom: 44px;
    margin-bottom: 20px;
  }
}

.qa_line {
    width: 100%;
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 25px;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .qa_line {
      top: 44px;
      left: 191px;
      max-width: 700px;
    }
  }

.qa_line2 {
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 41px;
    position: relative;
  }
    @media screen and (min-width: 768px) {
    .qa_line2 {
      top: 58px;
      left: 191px;
      max-width: 700px;
    }
  }

.qa_line3 {
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 45px;
    position: relative;
  }
      @media screen and (min-width: 768px) {
    .qa_line3 {
      top: 58px;
      left: 191px;
      max-width: 700px;
    }
  }

.qa_line4 {
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 48px;
    position: relative;
  }
      @media screen and (min-width: 768px) {
    .qa_line4 {
      top: 58px;
      left: 191px;
      max-width: 700px;
    }
  }

.qa_line5 {
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 47px;
    position: relative;
  }
      @media screen and (min-width: 768px) {
    .qa_line5 {
      top: 58px;
      left: 191px;
      max-width: 700px;
    }
  }

.qa_line6 {
    display: block;
    background-color: #cccccc;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    clear: both;
    top: 47px;
    position: relative;
  }
      @media screen and (min-width: 768px) {
    .qa_line6 {
      top: 58px;
      left: 191px;
      max-width: 700px;
    }
  }



.qa_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  max-width: 335px;

}
@media screen and (min-width: 768px) {
  .qa_question {
    width: 295px;
    /* height: 29px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 360px;
    cursor: pointer;
  }
}

.qa_answer {
  padding-top: 12px;
  display: none;
  margin-bottom: -28px;
}
@media screen and (min-width: 768px) {
  .qa_answer {
    margin-bottom: -15px;
    margin-left: 215px;
    padding-top: -3px;
  }
}

.answer_1{
  margin-bottom: 0px !important;
}

.qa_answer-text {
  width: 100%;
  max-width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 37px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .qa_answer-text {
    width: 590px;
    /* height: 72px; */
    margin-top: 28px;
    margin-left: 15px;
    max-width: 597px;
  }
}

/* case */

.case {
  width: 100%;
  background: url(../img/phone/case_bg-sp.png) center / cover no-repeat;
  background-color: rgba(2, 62, 120, 0.8);
  position: relative;
  margin-top: 85px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .case {
    width: 100%;
    position: relative;
    background-image: url(../img/PC/case_bg.png);
    top: -25px;
    margin-top: 0;
  }
}

.case_inner{
  max-width: 335px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_inner{
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
.case_inner{
  max-width: 1180px;
  margin: 0 auto;
}
}

@media screen and (min-width: 768px) {
  .introduction_page {
    width: 100%;
    margin-bottom: 123px;
  }
}

.introduction_page img {
  width: 100%;
}


@media screen and (min-width: 768px) {
  .case_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.case_title {
  padding-top: 17px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_title {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .case_title {
    width: 545px;
    height: 120px;
    margin-bottom: 6px;
    padding-left: 38px;
    padding-top: 17px;
  }
}

.case-title_japanese {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case-title_japanese {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .case-title_japanese {
    font-size: 24px;
    margin-top: 4px;
  }
}

.case-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  width: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .case-title {
    width: 400px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .case-title {
    width: 550px;
  }
}

.case_cards {
  padding-top: 24px;
  padding-bottom: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .case_cards {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 0;

  max-width: 480px;
  width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .case_cards {
    width: auto;
    /* max-width: 1120px; */
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 189px;
    padding-left: 24px;
    padding-right: 20px;
  }
}

.case_card {
  width: 335px;
  min-height: 251px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
  margin-top: 4px;
  margin-bottom: 31px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_card {
    width: 100%;
    height: 120px;
    margin: 0;
    /* background-color: #fff; */
  }
}
@media screen and (min-width: 1024px) {
  .case_card {
    width: 320px;
    margin: 0 auto -40px;
  }
}
.case_card img {
  max-width: 335px;
  max-height: 251px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .case_card img {
      width: 80px;
      max-height: 80px;
      margin-top: 25px;
      padding: 20px 60px;
      background-color: white;
    }
}
@media screen and (min-width: 1024px) {
  .case_card img picture {
    max-width: 320px;
    height: 244px;
    margin-top: 68px;
  }
}
.case_card:hover .arrow-icon {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.case_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.case_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 18px 0;
  color: #fff;
  margin-top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company {
    gap: 0;
    padding: 0;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .case_company {
    margin-top: 1px;
    padding: 1px 0;
  }
}

.case_company-name_a {
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .case_company-name_a {
    margin-top: 16px;
    width: 200px;
  }
}

.case_company-type_a {
  height: 13px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company-type_a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .case_company-type_a {
    padding: 9px 15px;
    height: 12px;
    margin-top: 6px;
    width: 113px;
    margin-left: 2px;
  }
}

.case_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -9px;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_icons {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .case_icons {
    width: 358px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-writing-mode: horizontal-tb !important;
    -ms-writing-mode: lr-tb !important;
    writing-mode: horizontal-tb !important;
  }
}

.case_icon_a,
.case_icon_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 300px;
  left: 306px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_icon_a,
  .case_icon_f {
    top: 152px;
    left: 164px;
}
}

.case_icon_a img,
.case_icon_f img {
  max-width: 30px;
  max-height: 30px;
  margin-left: 164px;
  margin-top: 13px;
}

.case_icon_b,
.case_icon_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 300px;
  left: 306px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_icon_b{
    top: 155px;
    left: 174px;
  }
}
@media screen and (min-width: 1024px) {
  .case_icon-b,
  .case_icon_d {
    top: 0;
    left: 0;
  }
}
.case_icon-b img,
.case_icon_d img {
  max-width: 30px;
  max-height: 30px;
  margin-left: 104px;
  margin-top: 13px;
}

.case_icon_c,
.case_icon_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 300px;
  left: 306px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_icon_c{
    left: 400px;
    top: -70px;
  }
}
.case_icon_c img,
.case_icon_e img {
  max-width: 30px;
  max-height: 30px;
  margin-left: 118px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_icon_c,
.case_icon_e {
  left: -59px;
}
}
@media screen and (min-width: 1024px) {
  .case_icon_c,
  .case_icon_e {
    margin-top: 18px;
    margin-left: 282px;
  }
}

.case_company-name_b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .case_company-name_b {
    width: 200px;
    margin-top: 16px;
  }
}

.case_company-type_international_b {
  width: 168px;
  height: 15px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company-type_international_b {
    width: 166px;
    height: 14px;
    margin-top: 16px;
    padding: 8px 4px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .case_company-type_international_b {
    width: 170px;
    padding: 8px 14px;
    font-size: 14px;
    margin-top: 7px;
  }
}

.case_company-name_c {
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .case_company-name_c {
    width: 200px;
    margin-top: 15px;
    margin-left: -3px;
  }
}

.case_company-type_business_c {
  width: 156px;
  height: 17px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  margin-top: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company-type_business_c {
    width: 150px;
    height: 15px;
    margin-top: 17px;
    white-space: nowrap;
    padding: 7px 8px;
  }
}
@media screen and (min-width: 1024px) {
  .case_company-type_business_c {
    padding: 7px 10px;
    margin-top: 8px;
    margin-left: 2px;
  }
}

.case_company-name_d {
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .case_company-name_d {
    margin-top: 15px;
    width: 200px;
  }
}

.case_company-type_international_d {
  width: 170px;
  height: 19px;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company-type_international_d {
    height: 13px;
    margin-top: 14px;
    padding: 9px 4px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .case_company-type_international_d {
    padding: 9px 14px;
    font-size: 14px;
    height: 13px;
    margin-left: 2px;
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .img_d-sp,
  .img_e-sp,
  .img_f {
    margin-top: 66px;
  }
}

.case_company-name_e {
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .case_company-name_e {
    width: 200px;
    margin-top: 15px;
  }
}

.case_company-type_business_e {
  width: 155px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  margin-top: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case_company-type_business_e {
  margin-top: 13px;
  width: 155px;
  padding: 9px 6px;
  white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .case_company-type_business_e {
    padding: 9px 15px;
    margin-top: 6px;
  }
}

.case_company-name_f {
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .case_company-name_f {
    width: 200px;
    margin-top: 15px;
    margin-left: -3px;
  }
}

.case_company-type_f {
  width: 110px;
  height: 16px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .case_company-type_f {
    white-space: nowrap;
    padding: 9px 16px;
    width: 110px;
    height: 13px;
    margin-top: 16px;
  }
}

.case-button {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .case-button {
    margin-top: 40px;
    margin-left: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .case-button {
    top: 22px;
  }
}

.case_button {
  color: #fff;
  background-color: transparent;
  border: none;
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 3;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 140px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .case_button {
    top: -670px;
    left: 150px;
    font-size: 32px;
}
}
@media screen and (min-width: 1024px) {
  .case_button {
    top: -931px;
    left: 680px;
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .case_button-icon {
    margin-left: 20px;
    margin-top: 14px;
  }
}

.case_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 63px;
  height: 2px;
  background-color: white;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  top: 10px;
  margin-left: 13px;
  position: absolute;
}
.case_arrow::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 2px;
  width: 16px;
  height: 14px;
  border-top: 2px solid white;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .case_arrow {
    margin-top: 11px;
    margin-left: 0px;
    width: 97px;
  }
}

.case_circle {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff400;
  left: 153px;
  top: -16px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .case_circle {
    left: 247px;
    top: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .case_circle {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 243px;
  }
}

.case_button:hover .case_arrow {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .case_button:hover .case_arrow {
    width: 125px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .case_icon_d {
    top: 153px;
    left: 172px;
  }
    .case_icon_e, .case_icon_c {
    top: 154px;
    left: 170px;
  }

  .case_icon_f{
    left: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .case_icon_a {
    position: absolute;
    top: 292px;
    left: 282px;
  }

  .case_icon_b {
    position: absolute;
    top: 292px;
    left: 282px;
  }

  .case_icon_c {
    position: absolute;
    top: 274px;
    left: 0;
  }

  .case_icon_d {
    position: absolute;
    top: 358px;
    left: 282px;
  }

  .case_icon_e {
    position: absolute;
    top: 340px;
    left: 0;
  }

  .case_icon_f {
    position: absolute;
    top: 358px;
    left: 281px;
  }
}

.arrow-icon {
  width: 30px;
  height: 30px;
  background-image: url("../img/phone/case_arrow-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-image 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-image 0.3s ease;
  transition: transform 0.3s ease, background-image 0.3s ease,
    -webkit-transform 0.3s ease;
  will-change: transform, background-image;
}

.case_card:hover .arrow-icon {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  background-image: url("../img/phone/case_arrow_yellow-icon.png");
}

.introduction_titles {
  position: absolute;
  top: 153px;
  left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .introduction_titles {
    left: 140px;
    top: 150px;
  }
}
@media screen and (min-width: 1042px) {
  .introduction_titles {
    top: 174px;
    left: 223px;
  }
}

.introduction_title-english {
  height: 34px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #163f74;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: -3px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .introduction_title-english {
    font-size: 60px;
    width: 324px;
    height: 68px;
  }
}

.introduction_title-japanese {
  width: 64px;
  height: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #163f74;
  font-size: 16px;
  background-color: #fff;
  margin-top: 8px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .introduction_title-japanese {
    width: 80px;
    height: 24px;
    font-size: 20px;
    margin-left: -4px;
  }
}

.introduction_menus {
  width: 294px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 63px;
  margin: 0 auto;
}
.introduction_menus a {
  text-decoration: none;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .introduction_menus {
    margin-left: 0;
    width: 656px;
    height: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding-top: 81px;
  }
}
@media screen and (min-width: 1042px) {
  .introduction_menus {
    width: 656px;
    height: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin-left: 40px;
    padding-top: 81px;
  }
}

.introduction_menu {
  width: 294px;
  height: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_menu {
    width: 208px;
    height: 44px;
  }
}
.introduction_menu:hover {
  background-color: #c0c0c0;
}

.introduction_cards-training {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .introduction_cards-training {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列表示 */
    gap: 24px;
    padding-top: 61px;
  }
}

.introduction_cards-communication {
  padding-top: 19px;
}

.introduction_cards-business {
}

.introduction_card-menu {
  padding-top: 7px;
  padding-left: 10px;
  border-left: solid 8px #163f74;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction_card-menu {
    margin-left: 10px;
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction_card-menu {
    margin-left: 40px;
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}

.introduction_card-menu-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .introduction_card-menu-jp {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.introduction_card-menu-en {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
  margin-top: 8px;
  margin-left: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .introduction_card-menu-en {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .introduction-companies-training {
      grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 1024px) {
  .introduction-companies-training {
    width: 1100px;
    padding-top: 37px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px;
    margin-left: 40px;
    margin-right: 0px;
  }
}

.introduction-company {
  width: 335px;
  height: 612px;
  border-radius: 12px;
  margin: 26px auto 52px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company {
  width: 706px;
  height: 510px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company {
    width: 510px;
    height: 596px;
    margin-bottom: 38px;
    margin-left: 0;
  }
}

.introduction-company-details {
  background-color: #163f74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 18px;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.introduction-company-details {
  width: 688px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-details {
    width: 490px;
    height: 82px;
  }
}

.introduction-company-detail {
  width: 280px;
  height: 63px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .introduction-company-detail {
    margin-left: 20px;
    margin-top: 1px;
  }
}

.introduction-company-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company-type {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-type {
    font-size: 14px;
  }
}

.introduction-company-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .introduction-company-names {
    margin-top: 5px;
  }
}

.introduction-company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-top: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-name {
    font-size: 24px;
  }
}

.introduction-company-attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin-left: 13px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company-attention {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-attention {
    font-size: 16px;
    margin-top: 19px;
    margin-left: 15px;
  }
}

.introduction-company-pic {
  position: relative;
  margin-right: 20px;
  margin-top: -19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .introduction-company-pic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.introduction-company-pic picture {
  position: absolute;
  z-index: 2;
}
.introduction-company-pic img {
  position: absolute;
  width: 90px;
  height: 68px;
  display: block;
  border-radius: 4px;
  top: -34px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company-pic img {
    width: 58px;
    height: 58px;
    right: -32px;
    top: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-pic img {
    width: 136px;
    height: 102px;
    margin-left: -68px;
    margin-top: -13px;
  }
}
.introduction-company-pic .image-bottom-box {
  position: relative;
  width: 90px;
  height: 68px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction-company-pic .image-bottom-box {
    width: 90px;
    height: 66px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction-company-pic .image-bottom-box {
    width: 160px;
    height: 112px;
    margin-top: -8px;
    margin-right: 0px;
    border-radius: 8px;
  }
}

.introduction_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction_course {
    padding-left: 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction_course {
    padding-left: 40px;
    padding-top: 45px;
  }
}


.introduction_course::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  width: 295px;
  background-color: #dddddd;
  height: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction_course::after {
    width: 648px;
    left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction_course::after {
    width: 430px;
    left: 40px;
  }
}

.introduction_training-menu,
.introduction_training-course {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
}

.introduction_training-course {
  margin-left: 9px;
}
@media screen and (min-width: 768px) {
  .introduction_training-course {
    margin-left: 8px;
  }
}

.introduction_contents {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .introduction_contents {
    padding-top: 22px;
    padding-left: 20px;
  }
}

.introduction_contents-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .introduction_contents-menu {
    margin-bottom: 9px;
    padding-left: 23px;
  }
}

@media screen and (min-width: 768px) {
  .introduction_contents-mark img {
    max-width: 20px;
    max-height: 20px;
  }
}

.introduction_goal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
  margin-left: 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .introduction_goal {
    font-size: 18px;
    margin-left: 10px;
  }
}

.introduction_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-left: 20px;
  margin-top: 6px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .introduction_text {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .introduction-companies-international {
    width: 1100px;
    padding-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px;
    margin-left: 90px;
    margin-right: 0px;
  }
}

.button-wrapper {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-bottom: 41px;
  width: 296px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-wrapper {
    margin-left: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .button-wrapper {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 336px;
    margin-left: 422px;
    margin-top: 33px;
    margin-bottom: 43px;
  }
  .button-wrapper button {
    width: 384px;
    height: 72px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .button-wrapper button:hover {
    background-color: #163f74;
    color: #ffffff;
  }
  .button-wrapper button:hover a {
    color: #ffffff;
  }
}

.button-wrapper:hover .introduction_arrows_training {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  background: #ffffff;
}
.button-wrapper:hover .introduction_arrows_training::before {
  border-color: #ffffff;
}

.introduction_training-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 295px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #163f74;
  color: #163f74;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 768px) {
  .introduction_training-button {
    width: 336px;
    font-size: 16px;
  }
  .introduction_training-button:hover {
    background-color: #163f74;
    color: #fff;
  }
}

.button-wrapper-international {
  display: block;
  margin: -13px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-wrapper-international {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .button-wrapper-international {
    max-width: 360px;
    height: 72px;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
    margin-right: 116px;
    margin-bottom: 78px;
    margin-left: 389px;
    margin-top: 23px;
    padding: 0 20px;
  }
  .button-wrapper-international:hover {
    background-color: #163f74;
    color: #ffffff;
  }
  .button-wrapper-international:hover a {
    color: #ffffff;
  }
}

.introduction_training-button-international {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 295px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #163f74;
  color: #163f74;
  font-size: 14px;
  margin-bottom: 59px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .introduction_training-button-international {
    width: 400px;
    font-size: 16px;
  }
  .introduction_training-button-international:hover {
    background-color: #163f74;
    color: #fff;
  }
}

.introduction_arrows-international {
  position: absolute;
  top: 37px;
  left: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  width: 18px;
  height: 2px;
  background: #163f74;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .introduction_arrows-international {
    left: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .introduction_arrows-international {
    left: 341px;
  }
}
.introduction_arrows-international::before {
  content: "";
  position: absolute;
  top: 53%;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid #163f74;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.button-wrapper-international {
  position: relative;
}
.button-wrapper-international a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
}
@media screen and (min-width: 768px) {
  .button-wrapper-international a {
    font-size: 16px;
  }
}
.button-wrapper-international:hover .introduction_arrows-international {
  -webkit-transform: translate(6px);
  transform: translate(6px);
  background: #ffffff;
}
.button-wrapper-international:hover .introduction_arrows-international::before {
  border-color: #ffffff;
}

.button-wrapper-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .button-wrapper-business {
    margin-top: 56px;
    margin-bottom: -6px;
    margin-left: 600px;
    padding: 24px 84px;
    margin-top: 23px;
  }
  .button-wrapper-business a {
    font-size: 16px;
  }
}
.button-wrapper-business .introduction_training-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 295px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #163f74;
  color: #163f74;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 768px) {
  .button-wrapper-business .introduction_training-button {
    width: 336px;
    font-size: 16px;
  }
  .button-wrapper-business .introduction_training-button:hover {
    background-color: #163f74;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .introduction-companies-business {
    padding-top: 35px;
    width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    padding-left: 90px;
  }
}

.introduction_training-button_training {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  border: 1px solid #163f74;
  padding: 28px 70px;
  margin: -11px auto 0;
  color: #163f74;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_training-button_training {
    font-size: 16px;
    font-weight: 500;
    width: 297px;
    padding: 27px 18px;
  }
}
.introduction_training-button_training:hover {
  background-color: #163f74;
  color: #ffffff;
}

.introduction_arrows_training {
  position: absolute;
  top: 41%;
  left: 85%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  width: 18px;
  height: 2px;
  background: #163f74;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_arrows_training {
    left: 84%;
    top: 43%;
  }
}
.introduction_arrows_training::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid #163f74;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.introduction_training-button_international {
  display: inline-block;
  line-height: 1;
  text-align: center;
  border: 2px solid #163f74;
  color: #163f74;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_training-button_international {
    font-size: 16px;
    font-weight: 500;
    padding: 27px 18px;
  }
}
.introduction_training-button_international:hover {
  background-color: #163f74;
  color: #ffffff;
}

.introduction_arrows_international {
  position: absolute;
  top: 50%;
  left: 93%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  width: 18px;
  height: 2px;
  background: #163f74;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_arrows_international {
    left: 84%;
  }
}
.introduction_arrows_international::before {
  content: "";
  position: absolute;
  top: 60%;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid #163f74;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.button-wrapper-business:hover .introduction_arrows {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  background: #ffffff;
}
.button-wrapper-business:hover .introduction_arrows::before {
  border-color: #ffffff;
  border-left: 0;
  border-bottom: 0;
}

.introduction_training-button-study {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  border: 1px solid #163f74;
  color: #163f74;
  text-decoration: none;
  position: relative;
  margin-left: -1px;
  padding: 28px 49px;
  margin-top: -10px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_training-button-study {
    margin-top: -25px;
    margin-left: -601px;
    padding: 27px 78px;
  }
  .introduction_training-button-study a {
    font-size: 16px;
  }
}
.introduction_training-button-study:hover {
  background-color: #163f74;
  color: #ffffff;
}
.introduction_training-button-study:hover .introduction_arrows-study {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  background: #ffffff;
}
.introduction_training-button-study:hover .introduction_arrows-study::before {
  border-color: #ffffff;
}

.introduction_arrows-study {
  position: absolute;
  top: 50%;
  left: 86%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  margin-bottom: 61px;
  width: 18px;
  height: 2px;
  background: #163f74;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .introduction_arrows-study {
    left: 85%;
    top: 50%;
  }
}
.introduction_arrows-study::before {
  content: "";
  position: absolute;
  top: 60%;
  right: -1px;
  width: 10px;
  height: 10px;
  border: 2px solid #163f74;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

/* news */
.news {
  padding-bottom: 212px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news {
    padding-top: 64px;
    margin-bottom: 0;
    /* margin-left: -20px; */
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    margin-bottom: 404px;
  }
}

@media screen and (min-width: 768px) {
  .news_top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news_button {
  color: #163f74;
  background-color: transparent;
  border: none;
  position: absolute;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 3;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  margin-top: 43px;
  margin-left: 158px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news_button {
    position: relative;
    left: 290px;
    font-size: 32px;
    color: #1a1a1a;
    top: -700px;
  }
}
@media screen and (min-width: 1024px) {
  .news_button {
    top: -149px;
    margin-left: 899px;
    font-size: 31px;
    color: #1a1a1a;
  }
}

.news_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 113px;
  top: 14px;
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #163f74;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  z-index: 2;
}
.news_arrow::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0px;
  width: 15px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news_arrow {
    top: 20px;
    left: 173px;
    width: 93px;
    background-color: #1a1a1a;
  }
}

.news_circle {
  width: 40px;
  height: 40px;
  background-color: #fff400;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff400;
  left: 149px;
  top: -12px;
}
@media screen and (min-width: 768px) {
  .news_circle {
    width: 51px;
    height: 51px;
    left: 240px;
    top: -10px;
  }
}

.news_button:hover .news_arrow {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .news_button:hover .news_arrow {
    width: 125px;
  }
}

.news_title {
  padding-top: 23px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news_title {
    padding-top: 102px;
    padding-left: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .news_title {
    padding-top: 68px;
    padding-left: 40px;
  }
}

.news-title-main {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 52px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-title-main {
    font-size: 60px;
    margin-bottom: 14px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .news-title-main {
    font-size: 100px;
  }
}

.news-title-sub {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news-title-sub {
    font-size: 14px;
    margin-top: -3px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .news-title-sub {
    font-size: 24px;
    margin-top: 11px;
  }
}

.news_card {
  width: 335px;
  position: relative;
  margin-top: 64px;
  padding-top: 1px;
  min-height: 408px;
  padding-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .news_card {
    width: 100%;
    max-width: 688px;
    min-height: 464px;
  }
}
@media screen and (min-width: 1024px) {
  .news_card {
    width: 768px;
    min-height: 393px;
    padding-top: 21px;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.news_lists {
  position: relative;
  margin-top: 40px;
  margin-left: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .news_lists {
    margin-top: 85px;
    margin-left: 16px;
    gap: 99px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .news_lists {
    margin-top: 40px;
    gap: 99px;
    display: flex;
    flex-direction: column;
  }
}

.news_list {
  text-decoration: none;
}
.news_list::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 1px;
  top: 98px;
  left: 9px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .news_list::before {
  width: 588px;
  top: 94px;
  left: 25px;
}
}
@media screen and (min-width: 1024px) {
  .news_list::before {
    width: 688px;
    top: 96px;
    left: 30px;
  }
}
.news_list:nth-of-type(2) {
  position: relative;
  
}
.news_list:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 1px;
  top: 117px;
  left: 9px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .news_list:nth-of-type(2)::before {
    width: 588px;
    top: 95px;
    left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .news_list:nth-of-type(2)::before {
    width: 688px;
    top: 97px;
    left: 31px;
  }
}
.news_list:nth-of-type(3) {
  position: relative;
}
.news_list:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 1px;
  top: 158px;
  left: 9px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .news_list:nth-of-type(3)::before {
    width: 588px;
    height: 1px;
    top: 94px;
    left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .news_list:nth-of-type(3)::before {
    width: 688px;
    top: 97px;
    left: 31px;
    height: 1px;
  }
}

.news_link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-left: 11px;
}
.news_link-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .news_link-meta {
    padding-left: 23px;
    margin-top: 30px;
  }
}

.news_link-label {
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 19px;
  border: 1px solid #e61264;
  background: transparent;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .news_link-label {
    padding: 10px 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    top: -12px;
    left: 31px;
    position: absolute;
  }
}

.news_link-label-other_first {
  width: 54px;
  height: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid #e61264;
  background: transparent;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 21px;
}
@media screen and (min-width: 768px) {
  .news_link-label-other_first {
    width: 82px;
    height: 24px;
    padding: 10px 4px 2px 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    top: 114px;
  }
}

.new-label {
  color: #e61264;
  font-weight: bold;
  left: 232px;
  margin-top: 3px;
  font-size: 14px;
  margin-left: -8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .new-label {
    margin-left: 36px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .new-label {
    color: #e61264;
    margin-top: 18px;
    margin-left: 20px;
    font-size: 15px;
  }
}

.news_link-date-other_first {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #888888;
  position: absolute;
  top: 27px;
  left: 233px;
}
@media screen and (min-width: 768px) {
  .news_link-date-other_first {
    line-height: 24px;
    top: 120px;
    left: 639px;
    position: absolute;
  }
}

.news_link-title-other_first {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  position: absolute;
  top: 66px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .news_link-title-other_first {
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    top: 169px;
    left: 23px;
  }
}

.news_link-label-other_second {
  width: 58px;
  font-family: "Noto Sans JP", sans-serif;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 8px;
  border: 1px solid #e61264;
  background: transparent;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 100px;
}
@media screen and (min-width: 768px) {
  .news_link-label-other_second {
    width: 80px;
    height: 14px;
    padding: 10px 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    left: 24px;
    top: 214px;
    position: absolute;
  }
}

.news_link-date-other_second {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #888888;
  position: absolute;
  top: 107px;
  left: 222px;
}
@media screen and (min-width: 768px) {
  .news_link-date-other_second {
    line-height: 24px;
    top: 220px;
    left: 640px;
    position: absolute;
  }
}

.news_link-title-other_second {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  top: 144px;
  left: 1px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .news_link-title-other_second {
    font-size: 16px;
    line-height: 1.2;
    top: 269px;
    left: 22px;
    position: absolute;
  }
}

.news_link-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #888888;
  padding-top: 9px;
  left: 233px;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news_link-date {
    left: 536px;
    line-height: 24px;
    top: -19px;
  }
}
@media screen and (min-width: 1024px) {
  .news_link-date {
    left: 646px;
    top: -10px;
  }
}

.news_link-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  padding-top: 17px;
  padding-bottom: 29px;
  margin-left: 11px;
}
@media screen and (min-width: 768px) {
  .news_link-title {
    font-size: 16px;
    line-height: 1.2;
    top: 25px;
    left: 31px;
    position: absolute;
    margin-left: 0;
  }
}

.news_bg-sp {
  position: absolute;
  top: -337px;
  left: 0;
  width: 100%;
  height: 1102px;
  background: linear-gradient(transparent 46.5%, #edf3f8 46.5%);
  transform: skewY(10deg);
  transform-origin: top left;
  z-index: -7;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news_bg-sp {
    top: 120px;
    height: 767px;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news_bg-sp {
    top: 89px;
    height: 786px;
  }
}

/* news_page */


.news_page-main,
  .article,
  .article-inner,
  .article_main,
  .article_lists {
    /* margin-left: auto;
    margin-right: auto; */
  }

@media screen and (min-width: 768px) {
  .news_page {
    margin-bottom: 262px;
  }
}


.news_page-main {
  width: 100%;
  padding-bottom: 242px;
}
@media screen and (min-width: 768px) {
  .news_page-main {
    /* display: flex; */
    justify-content: space-between;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: -336px;
    gap: 20px;
    flex-wrap: nowrap;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.news_page img {
  width: 100%;
}

.news_page-title {
  padding-left: 20px;
  padding-top: 68px;
  margin: 0;
  position: absolute;
  z-index: 5;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .news_page-title {
    padding-top: 31px;
    padding-left: 222px;
  }
}
@media screen and (min-width: 1024px) {
  .news_page-title {
    margin-top: -81px;
    padding-left: 222px;
  }
}

.news_page-english {
  width: 82px;
  height: 35px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .news_page-english {
    font-size: 60px;
    width: 154px;
    height: 68px;
    padding-top: 4px;
  }
}

.news_page-japanese {
  width: 64px;
  height: 20px;
  background-color: #fff;
  font-size: 16px;
  margin-top: 8px;
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .news_page-japanese {
    font-size: 20px;
    width: 80px;
    height: 24px;
    margin-top: 8px;
    margin-left: -3px;
  }
}

.news_page-bg {
  position: relative;
  z-index: -1;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .news_page-bg{
    object-fit: cover;
  }
}

.news_page-bg img {
  width: 100%;
}

.news_page-triangle {
  position: absolute;
  top: 0;
  z-index: 2;
}

.news_page-detail{
  /* max-width: 375px; */
}
@media screen and (min-width: 768px) {
.news_page-detail{
  margin-bottom: 114px;
}
}

.article {
  padding-top: 67px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article {
    width: 70%;
    padding-top: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 760px;
    height: auto;
    top: 10px;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-inner{
    max-width: 408px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
.article-inner{
  max-width: 1200px; /* 好きな最大幅に調整可能 */
  margin: 0 auto;
}
}

.article_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_title {
    margin-left: 0px;
    font-size: 32px;
    line-height: 40px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article_title {
    font-size: 32px;
    line-height: 40px;
    margin-left: 50px;
    margin-top: 18px;
  }
}

  .articles_list {
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
  }

.article_lists {
    padding-top: 24px;
    /* width: 100%; */
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_lists {
    max-width: 760px;
  }
}
@media screen and (min-width: 1024px) {
  .article_lists {
    padding-bottom: 15px;
    padding-left: 50px;
    margin-top: 5px;
    /* width: 760px; */
  }
}

.articles_list_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .articles_list_link {
    margin-bottom: 40px;
  }
}

.articles_list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  /* height: 90px; */
  margin-bottom: 20px;
}
.articles_list img {
  width: 100%;
  max-height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles_list img {
    /* width: 130px; */
    max-height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .articles_list img {
    /* width: 250px; */
    max-height: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .articles_list {
      width: 408px;
      height: 93px;
      margin-bottom: 40px;
    }
}
@media screen and (min-width: 1024px) {
  .articles_list {
    width: 760px;
    height: 136px;
  }
}


.article_meta {
  display: flex;
}
@media screen and (min-width: 768px) {
  .article_meta {
    height: 15px;
  }
}

.article_texts {
  padding-left: 12px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.article_texts {
  padding-left: 10px;
  margin-top: 0;
}
}
@media screen and (min-width: 1024px) {
  .article_texts {
    /* max-width: 510px; */
    padding-left: 31px;
    margin-top: 40px;
  }
}

.article_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_details {
    top: -50px;
    left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .article_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    top: -40px;
    margin-left: -9px;
  }
}

@media screen and (min-width: 768px) {
  .article_detail-card {
    width: 72%;
    background: #eee;
  }
}

.article_category,
.archive_tag {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #e61264;
  padding: 6px 12px;
  border: 1px solid #e61264;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_category,
.archive_tag {
  padding: 6px 9px;
}
}
@media screen and (min-width: 1024px) {
  .article_category,
  .archive_tag {
    width: auto;
    height: 16px;
    font-size: 14px;
    top: 12px;
    padding: 9px 23px;
  }
}

.article_category-detail{
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #e61264;
  padding: 10px 12px;
  border: 1px solid #e61264;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .article_category-detail{
    width: auto;
    height: 16px;
    font-size: 14px;
    top: 12px;
    padding: 9px 23px;
  }
}

.article_category a {
  text-decoration: none;
  color: #e61264;
}

.article_category-detail a {
  text-decoration: none;
  color: #e61264;
}


.article_tag {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #e61264;
  position: relative;
  top: 7px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .article_tag {
    font-size: 16px;
    top: 22px;
  }
}

.entry-item-tag {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #e61264;
  position: relative;
  top: 7px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .article_tag {
    font-size: 16px;
    top: 22px;
  }
}

.article_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 128px;
  margin-top: 6px;
  white-space: nowrap;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_date {
    left: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .article_date {
    position: absolute;
    height: 20px;
    left: 288px;
    top: 11px;
    line-height: 24px;
  }
}

.article_text {
  /* width: 203px;
  height: 90px; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  top: 5px;
  left: 1px;
  max-width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_text {
    /* width: 213px; */
  }
}
@media screen and (min-width: 1024px) {
  .article_text {
    /* width: 490px; */
    font-size: 16px;
    line-height: 28px;
    margin-top: -17px;
    margin-left: -11px;
  }
}

/* pagination */

.pagination {
  width: 40px;
  height: 40px;
  background-color: #f8f8f8;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    width: 50px;
    height: 50px;
  }
}

.pagination a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination .current {
  align-items: center;
}

.pagination_wrapper {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 19px;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagination_wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 55px;
    padding: 0;
    list-style: none;
    cursor: pointer;
  }
}

.page-numbers:hover {
  background-color: #163f74;
  color: #ffffff;
}

.page-numbers {
  text-decoration: none;
  width: 10px;
  height: 19px;
  background-color: #f8f8f8;
  color: #888888;
  font-size: 16px;
  align-items: center;
}

.page-numbers.current {
  background-color: #163f74;
  color: #fff;
  pointer-events: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .page-numbers.current {
  width: 50px;
  height: 50px;
  padding-left: 20px;
  }
}

.page-numbers:hover {
  background-color: #163f74;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-numbers {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    background-color: #f8f8f8;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .pagination_wrapper .pagination img {
    max-width: 9.42px;
    max-height: 16.03px;
    transition: filter 0.1s ease;
  }

  .page-numbers:hover img {
    filter: brightness(0) invert(1);
  }

  .page-numbers.is-current {
    background-color: #163f74;
    color: #fff;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
  }
  .page-numbers {
    width: 50px;
    height: 50px;
  }

  .page-numbers:hover {
    background-color: #163f74;
    color: #fff;
  }
}

/* menu */

.menu_side {
  padding-top: 47px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_side {
    padding-left: 4px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu_side {
    /* width: 30%; */
    padding-top: 1px;
    padding-left: 21px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_side-detail{
    width: 260px;
    padding-top: 23px;
   padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
.menu_side-detail{
 /* width: 375px; */
 padding-top: 23px;
 padding-left: 8px;
}
}

@media screen and (min-width: 768px) {
.wpost-items-detail{
  margin-left: -20px;
}
}

.menu_new-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
  margin-left: 20px;
  margin-top: -1px;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_new-title {
    position: relative;
    top: 4px;
    right: 0;
    margin-bottom: 26px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .menu_new-title {
    position: relative;
    top: 4px;
    right: 21px;
    margin-bottom: 26px;
    margin-top: 17px;
  }
}

.menu_new-title-detail{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
  margin-left: 20px;
  margin-top: -1px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .menu_new-title-detail {
    position: relative;
    top: 4px;
    right: 21px;
    margin-bottom: 24px;
    margin-top: 19px;
  }
}


.menu_list-articles {
  padding-top: 24px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .menu_list-articles {
    width: 300px;
    position: relative;
  }
}

.menu_list-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  max-height: 90px;
  text-decoration: none;
}
.menu_list-article:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .menu_list-article {
    max-width: 300px;
    max-height: 100px;
    margin-bottom: 16px;
    gap: 10px;
  }
  .menu_list-article img {
    max-width: 100px;
    max-height: 100px;
  }
  .menu_list-article:last-child {
    margin-bottom: 0;
  }
}

.menu_texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
}

.wpost-items {
  padding-top: 24px;
  padding-left: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpost-items {
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .wpost-items {
    width: 300px;
    padding-top: 0;
    padding-left: 0;
  }
}

.wpost-item {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  /* margin-bottom: 16px; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpost-item {
    margin-bottom: 11px;
    height: 72px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .wpost-item {
    height: 72px;
    margin-bottom: 16px;
  }
}

.wpost_items {
  display: flex;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpost_items {
    height: 72px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wpost_items {
    height: 99px;
  }
}

.wpost_items-detail{
 height: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.wpost_items-detail{
 height: 86px;
}
}
@media screen and (min-width: 1024px) {
.wpost_items-detail{
 height: 116px;
}
}

.wpost-item-img img {
  width: 120px;
  height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpost-item-img img {
    width: 86px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wpost-item-img img {
    width: 100px;
    height: 100px;
  }
}


.wpost-item-img-detail img {
  margin-left: 20px;
  width: 120px;
  height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wpost-item-img-detail img {
    width: 86px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .wpost-item-img-detail img {
    width: 100px;
    height: 100px;
  }
}

.wpost-item-image img {
  width: 120px;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .wpost-item-image img {
    width: 100px;
    height: 100px;
  }
}

.wpost-item-body {
  display: block;
  flex-direction: row;
  position: relative;
  margin-left: 5px;
  width: 203px;
}
@media screen and (min-width: 768px) {
  .wpost-item-body {
    height: 100px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 768px) {
.wpost-item-body_detail{
  margin-left: 105px;
  margin-top: -16px;
}
}

.wpost-item_detail {
  text-decoration: none;
}

.menu_top {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_top {
    width: 80px;
    height: 20px;
    position: relative;
    top: -81px;
    left: -3px;
  }
}
@media screen and (min-width: 1024px) {
  .menu_top {
    width: 240px;
    height: 20px;
    position: relative;
    top: -81px;
    left: -3px;
  }
}

.menu_top-detail {
  width: 220px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -93px;
  left: 145px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_top-detail {
    height: 18px;
    top: -42px;
    left: 10px;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu_top-detail {
    height: 18px;
    top: -79px;
    left: 25px;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .menu_top-sp {
    display: flex;
    height: 0;
    width: 0;
  }
}

.menu_category {
  width: 49px;
  height: 12px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #e61264;
  padding: 6px 11px;
  border: 1px solid #e61264;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .menu_category {
    width: auto;
    padding: 6px 10px;
  }
}

.menu_tag {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #e61264;
  position: relative;
}

.menu_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 46px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .menu_date {
    position: absolute;
    width: 100px;
    left: 76px;
    top: 3px;
  }
}

.menu_date-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 48px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .menu_date-detail {
    position: absolute;
    width: auto;
    left: 50px;
    top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .menu_date-detail {
    position: absolute;
    width: auto;
    left: 67px;
    top: 1px;
  }
}

.menu_date-genre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 48px;
  position: relative;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .menu_date-genre {
    width: 100px;
    left: -5px;
    top: -965px;
  }
}

.menu_text {
  width: 220px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  margin-top: 4px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .menu_text {
    width: 190px;
    top: -78px;
    right: 4px;
    line-height: 20px;
  }
}

.menu_text-detail {
  width: 220px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  position: relative;
  margin-top: -90px;
  margin-left: 152px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_text-detail {
    width: 190px;
    top: 51px;
    right: 142px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .menu_text-detail {
    width: 190px;
    top: 24px;
    right: 127px;
    line-height: 20px;
  }
}

.detail-menu_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  position: relative;
}
@media screen and (min-width: 768px) {
  .detail-menu_text {
    top: 9px;
    line-height: 20px;
  }
}

.menu_category_mini {
  padding-top: 50px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .menu_category_mini {
    width: 370px;
    position: relative;
    top: 11px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
.menu_category_mini-detail{
 margin-left: 7px;
 margin-top: 68px;
}
}

.menu_category-sp_detail {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .menu_category-sp_detail {
    width: 500px;
    position: relative;
    top: 20px;
  }
}

.menu_category-sp {
  padding-top: 67px;
}
@media screen and (min-width: 768px) {
  .menu_category-sp {
    width: 500px;
    position: relative;
    top: 2px;
  }
}

.menu_category-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_category-title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .menu_category-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    margin-top: 14px;
    margin-left: 1px;
    padding-bottom: 16px;
  }
}

.menu_category-title-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 44px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .menu_category-title-detail {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    margin-top: 14px;
    margin-left: 1px;
    padding-bottom: 16px;
  }
}

.menu_category-lists {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_category-lists {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .menu_category-lists {
    padding-top: 22px;
  }
}

.menu_category-lists-detail {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .menu_category-lists-detail {
    padding-top: 22px;
  }
}

.menu_category-lists-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  padding-bottom: 29px;
}
.menu_category-lists-sp:last-child {
  padding-bottom: 15px;
}

.menu_category-list {
  position: relative;
  width: 120px;
}
.menu_category-list::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  width: 335px;
  background-color: #cccccc;
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_category-list::before {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .menu_category-list::before {
    width: 300px;
  }
}
.menu_category-list img {
  margin-top: 8px;
  margin-left: 1px;
  max-width: 9.42px;
  max-height: 16.03px;
}

.menu_category-list-detail {
  position: relative;
  width: 120px;
  margin-bottom: 237px;
  margin-left: 21px;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .menu_category-list-detail {
    margin-left: 0;
    margin-top: 6px;
  }
}

.menu_category-list-detail::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -18px;
  width: 335px;
  background-color: #cccccc;
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
@media screen and (min-width: 768px) {
  .menu_category-list-detail::before {
    width: 300px;
  }
}



.menu_category-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  margin-left: 9px;
}


.menu_category-item {
  position: relative;
  text-decoration: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .menu_category-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
  }
}

.menu_category-item-detail {
  position: relative;
  text-decoration: none;
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .menu_category-item-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 41px;
  }
}

.menu_category-item::before {
  content: "";
  position: absolute;
  width: 335px;
  height: 1px;
  top: 43px;
  left: -16px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .menu_category-item::before {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .menu_category-item::before {
    width: 300px;
    top: 43px;
    left: -19px;
    height: 1px;
  }
}

.menu_category-item-detail::before {
  content: "";
  position: absolute;
  width: 335px;
  height: 1px;
  top: 37px;
  left: -16px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .menu_category-item-detail::before {
    width: 300px;
    top: 35px;
    left: -19px;
    height: 1px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .article_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin: 18px auto 0; */
    max-width: 408px;
    }
}
@media screen and (min-width: 1024px) {
  .article_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 18px auto 0;
    max-width: 1200px;
  }
}

.menu_text-genre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu_text-genre {
    width: 190px;
    line-height: 20px;
    left: 103px;
    bottom: 67px;
  }
}

.article_category-genre {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #e61264;
  padding: 6px 11px;
  border: 1px solid #e61264;
  margin-right: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .article_category-genre {
    width: 56px;
    height: 16px;
    font-size: 14px;
    padding: 9px 23px;
  }
}

@media screen and (min-width: 768px) {
  .article_category-genre img {
    max-width: 250px;
    max-height: 156px;
  }
}

.menu_date-genre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .menu_date-genre {
    width: 100px;
    left: 177px;
    bottom: 138px;
    display: flex;
  }
}
.article_contents-wrapper {
  /* margin-left: 20px; */
}
@media screen and (min-width: 768px) {
  .article_contents-wrapper {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .article_contents-main {
    max-width: 408px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    }
}
@media screen and (min-width: 1024px) {
  .article_contents-main {
    /* max-width: 845px; */
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .categories_link {
    padding-top: 85px;
  }
}

.categories_links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .categories_links {
    margin-top: 38px;
    margin-left: 21px;
    gap: 37px;
  }
}
.categories_links a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  margin-left: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .categories_links a {
    margin-bottom: 31px;
  }
}

@media screen and (min-width: 768px) {
  .category_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .categories_icon {
    margin-top: -24px;
    margin-right: -2px;
  }
}
@media screen and (min-width: 768px) {
  .categories_link-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
  }
}

.categories_links a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .categories_line1 {
    display: flex;
    position: relative;
    width: 300px;
    height: 1px;
    background-color: #dddddd;
    top: 21px;
    left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .categories_line2 {
    display: flex;
    position: relative;
    width: 300px;
    height: 1px;
    background-color: #dddddd;
    top: 76px;
    left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .categories_line3 {
    display: flex;
    position: relative;
    width: 300px;
    height: 1px;
    background-color: #dddddd;
    top: 132px;
    left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .categories_line4 {
    display: flex;
    position: relative;
    width: 300px;
    height: 1px;
    background-color: #dddddd;
    top: 188px;
    left: 1px;
  }
}

.categories_set {
  display: flex;
  flex-direction: column;
}

.detail_titles {
  padding-left: 20px;
  padding-top: 69px;
  margin: 0;
  position: absolute;
  z-index: 5;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail_titles {
    padding-left: 222px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .detail_titles {
    padding-left: 222px;
    margin-top: -83px;  
  }
}


.article_contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-top: 63px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_contents-top {
    padding-top: 54px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .article_contents-top {
    padding-top: 54px;
    padding-left: 30px;
  }
}

.article_contents-category {
  width: 50px;
  height: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #e61264;
  border: 1px solid #e61264;
  margin-left: 20px;
  padding: 9px 10px;
}
@media screen and (min-width: 768px) {
  .article_contents-category {
    width: 56px;
    height: 12px;
    font-size: 14px;
    padding: 11px 24px;
  }
}

.article_contents-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-right: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .article_contents-date {
    margin-right: 5px;
    margin-top: 24px;
  }
}

.article_contents-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article_contents-text {
    font-size: 24px;
    line-height: 32px;
    margin-left: 20px;
    margin-top: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .article_contents-text {
    font-size: 24px;
    line-height: 32px;
    margin-left: 50px;
    margin-top: 34px;
  }
}

.contents_pic {
  width: 335px;
  height: 209px;
  padding-left: 20px;
  padding-top: 107px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contents_pic {
    width: 408px;
    height: 265px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contents_pic {
    width: 760px;
    height: 475px;
    padding-left: 50px;
    padding-top: 105px;
  }
}

.contents_pic img{
  width: 335px;
  height: 209px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contents_pic img {
    max-width: 408px;
    max-height: 285px;
  }
}
@media screen and (min-width: 1024px) {
  .contents_pic img {
    width: 760px;
    height: 475px;
  }
}

.article_detail-main {
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .article_detail-main {
    width: 408px;
    padding-left: 20px;
    padding-top: 1px;
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .article_detail-main {
    padding-left: 50px;
    padding-top: 1px;
    margin-bottom: -100px;
  }
}

.article_detail-1 {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .article_detail-1 {
    padding-top: 20px;
  }
}

.detail_title1 {
  width: 289px;
  height: 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(248, 248, 248, 0.9725490196);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #163f74;
  border-left: #163f74 6px solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .detail_title1 {
    width: 312px;
  }
}
@media screen and (min-width: 1024px) {
  .detail_title1 {
    width: 712px;
  }
}

.detail_text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-top: 3px;
}

.article_detail-2 {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .article_detail-2 {
  padding-top: 22px;
}
}

.detail_title2 {
  width: 335px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #163f74;
  padding-bottom: 12px;
  position: relative;
}
.detail_title2::before {
  content: "";
  position: absolute;
  width: 335px;
  top: 28px;
  height: 1px;
  background-color: #163f74;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail_title2::before {
    width: 408px;
  }
}
@media screen and (min-width: 1024px) {
  .detail_title2::before {
    width: 760px;
  }
}

.detail_text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.article_detail-3 {
  padding-top: 21px;
}

.detail_title3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #163f74;
  margin-bottom: 8px;
}

.detail_text3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}

.detail_lists {
  padding-top: 31px;
  padding-left: 1px;
  list-style: none;
  margin-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .detail_lists {
    padding-left: 40px;
  }
}

.detail_list {
  height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail_list {
    margin-bottom: 15px;
  }
  .detail_list:last-child {
    margin-bottom: 0;
  }
}

.detail_texts-gray {
  width: 332px;
  height: 324px;
  background-image: url(../img/phone/detail_gray-box.png);
  background-size: 335px 324px;
  border-left: solid 4px #163f74;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail_texts-gray {
    width: 408px;
    height: 210px;
    background-image: url(../img/pc/detail_bg-pc.png);
    background-size: 646px 210px;
    background-repeat: no-repeat;
    /* margin-left: 40px; */
    margin-top: -16px;
    background: #f8f8f8;
  }
}
@media screen and (min-width: 1024px) {
  .detail_texts-gray {
    width: 646px;
    height: 210px;
    background-image: url(../img/pc/detail_bg-pc.png);
    background-size: 646px 210px;
    background-repeat: no-repeat;
    margin-left: 40px;
    margin-top: -16px;
  }
}

.detail_text-gray {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  padding-top: 30px;
  padding-left: 28px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .detail_text-gray {
    padding-top: 8px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .detail_text-gray {
    padding-top: 32px;
    padding-left: 31px;
  }
}

.details_bg-text {
  position: absolute;
  left: 34px;
  top: 1946px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .details_bg-text {
  position: absolute;
  left: -90px;
  top: 1930px;
}
}
@media screen and (min-width: 1024px) {
    .details_bg-text {
  left: 525px;
  z-index: -1;
  top: 0;
  position: relative;
}
}

.detail_bg-text {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 163px;
  line-height: 1;
  color: #e8e8e8;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .detail_bg-text {
    position: absolute;
    left: -517px;
    top: -266px;
  }
}

.details_pagination {
  padding-top: 40px;
  margin-bottom: 106px;
}
@media screen and (min-width: 768px) {
  .details_pagination {
    padding-bottom: 56px;
  }
}

.detail_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 235px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .detail_pagination {
    width: 750px;
  }
}

.detail_pagination-back,
.detail_pagination-next {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
  border: 1px solid #163f74;
  border-radius: 4px;
  padding: 10px 16px;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .detail_pagination-back,
  .detail_pagination-next {
    padding: 10px 16px;
  }
  .detail_pagination-back:hover,
  .detail_pagination-next:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

.detail_pagination-back a,
.detail_pagination-next a {
  color: #163f74;
  text-decoration: none;
  transition: color 0.5s ease;
}

.detail_pagination-back:hover a,
.detail_pagination-next:hover a {
  color: #ffffff;
}

.detail_pagination-next {
  position: absolute;
  white-space: nowrap;
  margin-right: 20px;
  left: 222px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail_pagination-next {
    padding-right: 16px;
    margin-left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .detail_pagination-next {
    padding-right: 16px;
    margin-left: 424px;
  }
}

.detail_pagination-back a,
.detail_pagination-next a {
  text-decoration: none;
}

.detail_side {
  padding-top: 80px;
  padding-left: 20px;
  padding-bottom: 250px;
}
@media screen and (min-width: 768px) {
  .detail_side {
    width: 300px;
    margin-left: auto;
    margin: 0;
    padding-right: 215px;
    padding-top: 40px;
  }
}

.menu-detail_side {
  padding-top: 25px;
}

/* document */
.document_title-english {
  height: 34px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #163f74;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: -3px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .document_title-english {
    font-size: 60px;
    width: 310px;
    height: 68px;
  }
}

.document_title-japanese {
  width: 128px;
  height: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #163f74;
  font-size: 16px;
  background-color: #fff;
  margin-top: 8px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .document_title-japanese {
    width: 160px;
    height: 24px;
    font-size: 20px;
    margin-top: 10px;
    margin-left: -4px;
  }
}

.document_main {
  padding-top: 62px;
}
@media screen and (min-width: 768px) {
  .document_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-top: 61px;
    margin-bottom: -97px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.download_title {
  font-size: 24px;
  font-weight: 700;
  padding-top: 39px;
  padding-bottom: 47px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .download_title {
  padding-top: 15px;
  margin-left: 50px;
  font-size: 32px;
  padding-bottom: 21px;
}
}
@media screen and (min-width: 1024px) {
  .download_title {
  padding-top: 15px;
  margin-left: 20px;
  font-size: 32px;
  padding-bottom: 21px;
}
}

.document_texts {
  width: 330px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_texts {
    padding-top: 20px;
    width: 408px;
  }
}
@media screen and (min-width: 1024px) {
  .document_texts {
    padding-top: 20px;
  }
}

.document-complete_texts{
  width: 330px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.document-complete_texts{
  padding-top: 20px;
  width: 50%;
  /* margin: 0 0 0 30px */
  white-space: normal;
  margin: 0;
}
}
@media screen and (min-width: 1024px) {
.document-complete_texts{
  padding-top: 20px;
  width: 50%;
  margin: 0 0 0 30px
}
}


.document_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
  margin-left: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_title {
    font-size: 28px;
    line-height: 40px;
    /* white-space: nowrap; */
    max-width: 304px;
    margin-left: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .document_title {
    font-size: 28px;
    line-height: 40px;
    white-space: nowrap;
  }
}

.document_picture {
  padding-top: 30px;
  text-align: center;
}
.document_picture img {
  width: 299px;
  height: 414px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_picture {
    padding-left: 10px;
    margin-top: 4px;
    margin-bottom: -4px;
  }
  .document_picture img {
    width: 298px;
    height: 414px;
}
}
@media screen and (min-width: 1024px) {
  .document_picture {
    padding-left: 105px;
    margin-top: 4px;
    margin-bottom: -4px;
  }
  .document_picture img {
    width: 298px;
    height: 414px;
}
}

.document-complete_picture{
  padding-top: 31px;
  text-align: center;
}
.document-complete_picture img {
  max-width: 295px;
  max-height: 413px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document-complete_picture{
    padding-top: 33px;
    margin-left: -10px;
}
}
@media screen and (min-width: 1024px) {
  .document-complete_picture{
    padding-top: 33px;
    margin-left: -130px;
}
}


.document_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-top: 22px;
  margin-left: -2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.document_text{
  margin-left: 60px;
  white-space: normal;
  max-width: 304px;
}
}
@media screen and (min-width: 1024px) {
.document_text{
  margin-left: -3px;
}
}

.document-complete_text{
    font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-top: 22px;
  margin-left: -2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.document-complete_text{
  width: 304px;
  margin-left: 40px;
  margin-top: 22px;
  white-space: normal;
}
}
@media screen and (min-width: 1024px) {
.document-complete_text{
  margin-left: -3px;
  margin-top: 22px;
}
}


.document_forms {
  padding-top: 59px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .document_forms {
    padding-left: 4px;
    padding-top: 18px;
  }
}

.document_forms-inner {
  width: 315px;
  height: 776px;
  padding-left: 20px;
  background-color: #edf3f8;
  border-radius: 12px;
  margin: 62px auto 97px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_forms-inner {
    width: 344px;
    height: 893px;
    margin-top: 20px;
    margin-left: -40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .document_forms-inner {
    width: 530px;
    height: 893px;
    margin-top: 20px;
    margin-left: 126px;
  }
}

.document_form-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  padding-top: 46px;
}
@media screen and (min-width: 768px) {
  .document_form-title {
    padding-left: 22px;
    padding-top: 49px;
    font-size: 32px;
  }
}

.form_field-items {
  padding-top: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form_field-items {
    padding-left: 19px;
    padding-top: 12px;
    gap: 32px;
  }
}

.form_field-item {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form_field-item {
    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 83px;
  }
}

.form-field_label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .form-field_label {
    font-size: 18px;
    margin-left: 3px;
  }
}

.js-form-input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  width: 277px;
  height: 41px;
  color: #1a1a1a;
  margin-top: 9px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .js-form-input {
    width: 264px;
    height: 44px;
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .js-form-input {
    width: 454px;
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
  }
}


.form_field-names {
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form_field-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    min-height: 26px;
  }
}

.form_field-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  background-color: #e61264;
  padding: 2px 8px 1px 8px;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .form_field-tag {
    font-size: 12px;
    line-height: 1.6;
    padding: 1px 8px 2px 8px;
    margin-left: 8px;
  }
}

.has-text-align-left {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .has-text-align-left {
    max-width: 700px;
    margin-top: 31px;
    font-size: 14px;
    /* margin-left: 277px; */
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-align-left {
    max-width: 700px;
    margin-top: 31px;
    font-size: 14px;
    margin-left: 277px;
    margin-right: auto;
  }
}

.contact_privacy {
  position: relative;
  padding-top: 39px;
  margin-left: 9px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_privacy {
    padding-left: 0px;
    padding-top: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .contact_privacy {
    padding-left: 90px;
    padding-top: 42px;
  }
}

.wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-top: -11px;
  }
}

.contact_privacy .wpcf7-list-item-label {
  line-height: 1.4;
  display: inline-block;
  display: flex;
  margin-top: -25px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
.contact_privacy .wpcf7-list-item-label {
  margin-top: -30px;
  }
}
@media screen and (min-width: 1024px) {
.contact_privacy .wpcf7-list-item-label {
  margin-top: -30px;
  }
}


.wpcf7-list-item-label a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 7px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7-list-item-label a {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7-list-item-label a {
    font-size: 16px;
    margin-left: -8px;
    margin-right: 11px;
  }
}

.contact_privacy input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin: 0;
  vertical-align: middle;
  appearance: auto; /* ブラウザのデフォルトを維持 */
}
@media screen and (min-width: 768px) {
  .contact_privacy input[type="checkbox"] {
    width: 34px;
    height: 34px;
    margin-right: 7px;
  }
}

.contact_privacy-check {
  position: relative;
  padding-top: 29px;
  margin-left: 27px;
}
@media screen and (min-width: 768px) {
  .contact_privacy-check {
    padding-left: 133px;
    padding-top: 50px;
  }
}

.form_checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  right: 17px;
  top: -3px;
}
.form_checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
}
.form_checkbox .custom_checkbox {
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form_checkbox .custom_checkbox {
    top: 3px;
    width: 32px;
    height: 32px;
  }
}
.form_checkbox input[type="checkbox"]:checked + .custom_checkbox {
  background-color: #ffffff;
  border-color: #163f74;
}
.form_checkbox input[type="checkbox"]:checked + .custom_checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 6px;
  height: 11px;
  border: 1px solid #3e3e3e;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .form_checkbox input[type="checkbox"]:checked + .custom_checkbox::after {
    top: 8px;
    left: 12px;
  }
}

.form_checkbox-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .form_checkbox-text {
    font-weight: 700;
    font-size: 16px;
    margin-left: 2px;
    margin-top: 2px;
  }
}

/* .contact_privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  white-space: nowrap;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .contact_privacy-text {
    font-size: 16px;
    margin-right: 9px;
  }
}

.contact_privacy-text input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 8px;
  vertical-align: middle;
} */

.contact_privacy-text {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

/* チェックマーク */
.contact_privacy-text:checked::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  width: 11px;
  height: 6px;
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  transform: rotate(-45deg);
}

/* PCサイズ微調整 */
@media screen and (min-width: 768px) {
  .contact_privacy-text {
    width: 24px;
    height: 24px;
  }
}


.document_button {
  position: relative;
  padding-top: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_button {
    padding-left: 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .document_button {
    padding-left: 88px;
    padding-top: 46px;
  }
}

.document_download-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
  border: 1px solid #163f74;
  background-color: #ffffff;
  padding: 27px 70px 27px 71px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_download-button {
    width: 264px;
    height: 72px;
    font-size: 16px;
    padding: 24px 40px 25px 40px;
    white-space: nowrap;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .document_download-button:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .document_download-button {
    width: 336px;
    height: 72px;
    font-size: 16px;
    padding: 24px 80px 25px 80px;
    white-space: nowrap;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .document_download-button:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

.wpcf7-not-valid-tip{
  font-size: 16px;
}

.contact_download-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
  border: 1px solid #163f74;
  background-color: #ffffff;
  padding: 28px 126px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact_download-button {
    width: 208px;
    height: 72px;
    font-size: 16px;
    padding: 24px 80px 25px 80px;
    white-space: nowrap;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .contact_download-button:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

.error-message {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 14px;
  min-height: 21px;
  margin-top: 69px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .error-message {
    margin-top: 84px;
    font-size: 16px;
  }
}

.error-message_private {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 12px;
  min-height: 21px;
  margin-top: 2px;
  left: -9px;
}
@media screen and (min-width: 768px) {
  .error-message_private {
    margin-top: 4px;
    left: 76px;
    font-size: 14px;
  }
}

.error-message_checkbox {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 14px;
  min-height: 21px;
  left: -40px;
  top: 66px;
}
@media screen and (min-width: 768px) {
  .error-message_checkbox {
    top: 60px;
    left: 66px;
  }
}

.is-visible {
  visibility: visible;
}

/* document_complete */
.document_page-main {
  padding-top: 62px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    /* padding-left: 20px; */
  }
}
@media screen and (min-width: 1024px) {
  .document_page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;
    padding-left: 61px;
  }
}

.document_page-main-inner {
  width: 335px;
  height: 390px;
  margin-left: 20px;
  margin-top: 60px;
  background-color: #edf3f8;
  border-radius: 12px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .document_page-main-inner {
    width: 344px;
    height: 894px;
    margin-top: 20px;
    /* margin-left: -93px; */
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .document_page-main-inner {
    width: 550px;
    height: 894px;
    margin-top: 20px;
    margin-left: -10px;
    margin-bottom: 96px;
  }
}

.document_page-main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #1a1a1a;
  padding-top: 38px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .document_page-main-title {
    font-size: 32px;
    line-height: 48px;
    margin-left: 40px;
  }
}

.document_page-main-download {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-top: 36px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .document_page-main-download {
    margin-left: 40px;
    margin-top: 39px;
  }
}

.document_page-main-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .document_page-main-link {
    margin-left: 2px;
  }
}

.document_page-main-link_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
  margin-left: -7px;
}

.document_page-main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #1a1a1a;
  margin-top: 39px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .document_page-main-text {
    margin-left: 42px;
    margin-top: 38px;
  }
}

/* contact */

.contact {
  padding-top: 49px;
  /* padding-left: 20px; */
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 52px;
    /* margin-bottom: -60px; */
  }
}

.contact_inner{
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_inner{
  max-width: 727px;
  text-align: left;
}
}
@media screen and (min-width: 1024px) {
  .contact_inner{
  max-width: 1280px;
  text-align: left;
}
}

.contact_title-english {
  width: 130px;
  height: 34px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: #163f74;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: -3px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .contact_title-english {
    font-size: 60px;
    width: 244px;
    height: 68px;
  }
}

.contact_title-japanese {
  width: 96px;
  height: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #163f74;
  font-size: 16px;
  background-color: #fff;
  margin-top: 8px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .contact_title-japanese {
    width: 120px;
    height: 24px;
    font-size: 20px;
    margin-top: 10px;
    margin-left: -4px;
  }
}

@media screen and (min-width: 768px) {
  .contact_texts {
    padding-left: 276px;
    padding-top: 18px;
  }
}

.contact_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}

.contact_form {
  padding-top: 44px;
}

.contact_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  margin-left: 97px;
}
@media screen and (min-width: 768px) {
  .contact_title {
    margin-top: 40px;
    margin-left: -38px;
  }
}

.contact_field-items {
  padding-top: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact_field-items {
    padding-top: 11px;
    margin-left: -24px;
    gap: 32px;
    max-width: 680px;
  }
}

.contact_field-item {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 72px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact_field-item {
    margin-top: 10px;
    min-height: 82px;
  }
}

.contact-field_label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .contact-field_label {
    font-size: 18px;
  }
}

.js-contact-input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  width: 318px;
  height: 40px;
  color: #1a1a1a;
  margin-top: 8px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 14px;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .js-contact-input {
    width: 670px;
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
  }
}

select#your-subject.js-contact-input {
  width: 100% !important;
  height: 43px;
  background: url(../img/phone/inquiry.png) no-repeat right 15px center;
  background-size: 8px 7px;
  padding-right: 30px;
}


.js-contact-input-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  width: 318px;
  height: 122px;
  color: #1a1a1a;
  margin-top: 8px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-left: 14px;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .js-contact-input-content {
    width: 660px;
    height: 210px;
    font-size: 16px;
    margin-top: 15px;
    padding: 13px;
  }
}

.wp-block-spacer {
  /* height: 41px; */
}

.wp-block-contact-form-7-contact-form-selector {
  margin: -49px auto 0;
}
@media screen and (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector {
    max-width: 680px;
  }
}

.contact_field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_field-names {
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact_field-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    min-height: 26px;
  }
}

.contact_field-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #e61264;
  padding: 2px 8px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .contact_field-tag {
    font-size: 12px;
    line-height: 1.6;
    padding: 1px 8px 2px 8px;
    margin-left: 12px;
  }
}

.contact_checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  right: -6px;
  top: -6px;
}
.contact_checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
}
.contact_checkbox .custom_checkbox {
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .contact_checkbox .custom_checkbox {
    width: 32px;
    height: 32px;
  }
}
.contact_checkbox input[type="checkbox"]:checked + .custom_checkbox {
  background-color: #ffffff;
  border-color: #1a1a1a;
}
.contact_checkbox input[type="checkbox"]:checked + .custom_checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 6px;
  height: 11px;
  border: 1px solid #3e3e3e;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .contact_checkbox input[type="checkbox"]:checked + .custom_checkbox::after {
    top: 8px;
    left: 12px;
  }
}

.contact_checkbox-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .contact_checkbox-text {
    font-weight: 700;
    font-size: 16px;
  }
}

.contact_privacy-texts {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .contact_privacy-texts {
    font-size: 16px;
    margin-right: 20px;
  }
}

.contact_privacy-check input[type="checkbox"] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_privacy-check input[type="checkbox"] {
    margin-left: -230px;
    border: 1px solid #1a1a1a;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .contact_privacy-check input[type="checkbox"] {
    width: 71px;
    height: 34px;
    margin-top: -3px;
    margin-left: -20px;
    border: 1px solid #1a1a1a;
    vertical-align: middle;
  }
}

.contact_button {
  position: relative;
  padding-top: 42px;
  padding-left: 20px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .contact_button {
    padding-left: 35px;
    padding-top: 48px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .contact_button {
    padding-left: 250px;
    padding-top: 48px;
    margin-bottom: 160px;
  }
}


select {
  appearance: none; /* Chrome, Safari, Edge */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background: none; /* 背景のアイコンも削除 */
}

.contact_error-message {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 14px;
  min-height: 21px;
  margin-top: 69px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .contact_error-message {
    margin-top: 84px;
    font-size: 16px;
  }
}

.contact_error-message-detail {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 14px;
  min-height: 21px;
  margin-top: 69px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .contact_error-message-detail {
    margin-top: 284px;
    font-size: 16px;
  }
}

.contact_error-message_private {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 12px;
  min-height: 21px;
  margin-top: 2px;
  left: -9px;
}
@media screen and (min-width: 768px) {
  .contact_error-message_private {
    margin-top: 14px;
    left: 460px;
    font-size: 14px;
  }
}

.contact_error-message_checkbox {
  position: absolute;
  visibility: hidden;
  color: red;
  font-size: 14px;
  min-height: 21px;
  left: -40px;
  top: 66px;
}
@media screen and (min-width: 768px) {
  .contact_error-message_checkbox {
    top: 60px;
    left: 434px;
  }
}

/* contact_complete*/
.contact_complete {
  padding-top: 62px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact_complete {
    padding-top: 83px;
    margin: 0 auto 158px;
    max-width: 1280px;
    width: 100%;
  }
}

.contact_complete-main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact_complete-main-title {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact_complete-main-title {
    padding-left: 278px;
  }
}

.contact_complete-main-link {
  margin-left: 20px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .contact_complete-main-link {
    margin-left: 296px;
  }
}

.document_complete-main-link_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #163f74;
}

@media screen and (min-width: 768px) {
.introduction_download-page{
  margin-bottom: 25px;
}
}

/* link */
.link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .link {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .link_item {
    width: 50%;
    height: 340px;
    box-sizing: border-box; /* パディング含めて計算 */
  }
}



.link_button {
  position: relative;
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .link_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.link_inquiry-main{
  height: 0;
}
@media screen and (min-width: 768px) {
.link_inquiry-main{
  text-align: center;
  position: relative;
}
}

.link_download-main{
  /* text-align: center; */
}
@media screen and (min-width: 768px) {
.link_download-main{
}
}

.link_title-download {
  height: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  text-align: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .link_title-download {
    position: relative;
    margin: 0;
    z-index: 4;
  }
}

.link_title-english_download {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .link_title-english_download {
    font-size: 60px;
    padding-top: 62px;
  }
}

.link_title-japanese_download {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  top: 53px;
}
@media screen and (min-width: 768px) {
  .link_title-japanese_download {
    font-size: 16px;
    writing-mode: horizontal-tb;
    padding-top: 63px;
  }
}

.link_button-download {
  position: absolute;
  margin: 90px auto 0;
  z-index: 3;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .link_button-download {
    z-index: 4;
    font-size: 24px;
    left: 23%;
    margin-top: 271px;
  }
}

.link_button-text-download {
  color: #fff400;
  border: 3px solid #fff400;
  padding: 28px 109px;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 62px;

  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.link_button-text-download:hover {
  background-color: #fff400;
  color: #1a1a1a;
}
.link_button-text-download::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) scaleX(-1);
  /* transition: right 0.3s; */
  transition: transform 0.3s ease, right 0.3s ease;
}
.link_button-text-download:hover::after {
  transform: translateY(-50%) translateX(6px) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .link_button-text-download {
    font-size: 24px;
    padding: 35px 100px;
    top: -29px;
    left: 29px;
  }
}

.arrows_download {
  display: inline-block;
  position: absolute;
  top: 61px;
  left: 108px;
  width: 18px;
  height: 2px;
  background: #fff400;
  transition: transform 0.4s ease, background-color 0.4s ease;
}

.arrows_download::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; /* 棒の端に矢印ヘッドを配置 */
  width: 10px;
  height: 10px;
  border: 2px solid #fff400;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  transition: border-color 0.4s ease;
}

@media screen and (min-width: 768px) {
  .arrows_download {
    top: -30px;
    left: 132px;
    width: 20px;
  }
  .arrows_download::before {
    width: 11px;
    height: 11px;
  }
}

.link_button-download:hover .arrows_download {
  transform: translateX(20px);
  background-color: #1a1a1a;
}

.link_button-download:hover .arrows_download::before {
  border-color: #1a1a1a;
}


.link_title-inquiry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .link_title-inquiry {
    top: 40px;
  }
}

.link_title-english_inquiry {
  position: absolute;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .link_title-english_inquiry {
    font-size: 60px;
    top: 0px;
  }
}

.link_title-japanese_inquiry {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-top: 70px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  left: 46%;
  top: 59%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .link_title-japanese_inquiry {
    font-size: 16px;
    margin-top: 59px;
    margin-left: 26px;
  }
}

.link_button-inquiry {
  position: absolute;
  z-index: 3;
  margin-top: 130px;
  left: 50%;
  top: 103%;
}
@media screen and (min-width: 768px) {
  .link_button-inquiry {
    z-index: 5;
    margin-top: 128px;
    margin-left: -4%;
  }
}

.arrows {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff400;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  top: 0;
  left: 109px;
  -webkit-transition: width 0.5s ease, left 0.5s ease;
  transition: background-color 0.4s ease, left 0.5s ease;
}
@media screen and (min-width: 768px) {
  .arrows {
    top: -1px;
    left: 132px;
    width: 20px;
    height: 2px;
  }
}
.arrows::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid #fff400;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .arrows::before {
  }
}

@media screen and (min-width: 768px) {
  .link_button-inquiry:hover .arrows {
    width: 22px;
    left: 150px;
    background-color: #1a1a1a;
  }
  .link_button-inquiry:hover .arrows::before {
    top: 1px;
    left: 14px;
    border: 2px solid #1a1a1a;
    border-left: 0;
    border-bottom: 0;
  }
}

.link_button-text-inquiry {
  color: #fff400;
  border: 3px solid #fff400;
  padding: 28px 108px;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 1s;
  position: absolute;
  white-space: nowrap;
  transition: background-color 1s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link_button-text-inquiry:hover {
  background-color: #fff400;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .link_button-text-inquiry {
    font-size: 24px;
    padding: 34px 100px;
    left: 24px;
  }
}

.link_bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .link_bg {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  }
}

.link_download-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .link_download-img {
  }
}
.link_download-img img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .link_download-img img {
    height: 340px;
  }
}


.link_inquiry-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .link_inquiry-img {
    /* width: 50%; */
  }
}
.link_inquiry-img img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 768px) {
  .link_inquiry-img img {
    height: 340px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.wide-select {
  width: 340px;
  height: 40px;
  border-radius: 4px;
  margin-top: 15px;
  color: #888888;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .wide-select {
    width: 100%;
    height: 44px;
    padding: 8px;
    margin-top: 15px;
    font-size: 16px;
    border: #cccccc 1px solid;
    border-radius: 4px;
    color: #888888;
  }
}

.wpcf7-list-item-label{
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-top: -28px;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wpcf7-list-item-label {
    font-size: 16px;
    margin-left: 50px;
    margin-top: -29px;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7-list-item-label {
    font-size: 16px;
    margin-left: 52px;
    margin-top: -33px;
  }
}

.footer {
  width: 100%;
  background-color: #1a1a1a;
  position: relative;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  flex-direction: column;
  position: relative;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .footer {
    /* height: 392px; */
    margin-top: 0;
  }
}

.footer_main {
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_main {
  }
}

.footer_title {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  padding-top: 36px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer_title {
    font-size: 52px;
    padding-top: 85px;
  }
}

.footer_address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-left: -1px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .footer_address {
    top: -68px;
    left: 94px;
    padding: 0;
    margin-top: 27px;
  }
}

.footer_tel {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-right: 115px;

}
@media screen and (min-width: 768px) {
  .footer_tel {
  }
}

.footer_fax {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-right: 116px;
}
@media screen and (min-width: 768px) {
  .footer_fax {
  }
}

.footer_small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .footer_small {
    margin-top: 79px;
  }
}

small {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  small {
    top: 364px;
    left: 570px;
    font-size: 14px;
  }
}

.footer_icon {
  margin-left: 315px;
  margin-bottom: 4px;
  cursor: pointer;
  margin-top: -49px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_icon {
    margin-left: 637px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_icon {
    margin-top: -60px;
    margin-left: 1203px;
    padding-bottom: 11px;
  }
}
