@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%;
    height: inherit;
    padding-right: 20px;
    padding-left: 20px;
    margin-left:auto;
    margin-right:auto;
}

@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-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .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) {
  .english_title {
    font-size: 100px;
    width: 450px;
  }
}

.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: 15px;
  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) {
  .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 {
  max-width: 375px;
  padding: 0;
  margin: 0;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    text-align: center;
    right: 16px;
    padding-left: 22px;
    /* margin-bottom: -120px; */
  }
}

.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: 0;
    margin: 0;
  }
}

.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: 14px;
    margin-left: -10px;
  }
}

.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) {
  .header_main {
    letter-spacing: 0.1px;
    font-size: 38px;
    padding: 0;
    margin: 0;
    font-size: 40px;
    text-align: left;
    width: 280px;
    height: 47px;
  }
}

.header_nav-icon {
  display: none;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .header_nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 28px;
    padding-left: 377px;
    white-space: nowrap;
    list-style: none;
    gap: 9px;
  }
}

.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;
    margin-left: 9px;
  }
}

.header-open {
  position: relative;
}

.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 {
  text-align: center;
  height: 667px;
  top: 40px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  pointer-events: auto;
  opacity: 1;
  bottom: 30px;
}

.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;
  line-height: 1.5;
  margin-top: 15px;
}
@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;
  top: -8.5px;
  right: 23px;
  z-index: 15;
  width: 32px;
  height: 27px;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  .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;
  display: block;
  height: 2.25px;
  background-color: #023e78;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 3.6px 0;
}
@media screen and (min-width: 768px) {
  .drawer_icon-bar {
    display: none;
  }
}

.button_box-white {
  width: 175px;
  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;
  position: absolute;
  display: none;
}
.button_box-white:hover {
  background-color: #023e78;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button_box-white {
    margin-left: 896px;
    margin-top: 23px;
    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;
  position: absolute;
  display: none;
}
.button_box-blue:hover {
  background-color: #002a52;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .button_box-blue {
    margin-left: 1081px;
    margin-top: 22px;
    display: inline-block;
  }
}

.drawer_content {
  overflow-y: hidden;
}

.drawer_content-menu {
  padding-top: 29px;
  padding-right: 40px;
}

.drawer_box-white,
.drawer-inquiry {
  display: block;
  width: 252px;
  text-align: center;
  font-size: 16px;
  padding: 21px;
  margin-top: 25px;
  margin-bottom: 34px;
  margin-left: 40px;
  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) {
  .mv {
    margin-top: -120px;
  }
}

.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: absolute;
  display: inline-block;
  z-index: 5;
  padding: 0;
  top: 53px;
}
@media screen and (min-width: 768px) {
  .mv_main-title {
    font-size: 60px;
    left: -25px;
    top: 80px;
    padding-right: 14px;
  }
}

.mv_title-first {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 340px;
}
@media screen and (min-width: 768px) {
  .mv_title-first {
    left: 75px;
    top: 380px;
    padding: 0px 26px;
  }
}

.mv_title-second {
  position: absolute;
  z-index: 7;
  top: 395px;
}
@media screen and (min-width: 768px) {
  .mv_title-second {
    display: inline-block;
    left: 322px;
    top: 381px;
    background-color: #fff;
    padding-left: 16px;
  }
}

.mv_title-third {
  position: absolute;
  top: 460px;
  z-index: 4;
  left: 10px;
  top: 503px;
}
@media screen and (min-width: 768px) {
  .mv_title-third {
    top: 274px;
    left: 75px;
  }
}

.mv_main-title_third {
  white-space: nowrap;
  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: absolute;
  display: inline-block;
  z-index: 4;
  padding: 0;
  left: 9px;
}
@media screen and (min-width: 768px) {
  .mv_main-title_third {
    font-size: 60px;
    left: -25px;
    top: 273px;
    padding-right: 1px;
  }
}

.mv_text {
  position: absolute;
  top: 391px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .mv_text {
    top: 481px;
    left: 42px;
  }
}

.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: absolute;
  z-index: 3;
  margin-top: 231px;
  padding: 5px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .mv_title-text {
    font-size: 20px;
    /* height: 28px; */
    padding: 4px 0px;
  }
}

.swiper {
  position: relative;
  width: 100%;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper {
    /* max-width: 1190px; */
    height: 700px;
    /* margin-right: 160px; */
    margin-top: 120px;
  }
}

.mv-swiper {
  max-width: 335px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mv-swiper {
    max-width: 1190px;
    margin-left: 70px;
  }
}

.swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}

.swiper-slide {
  /* width: 100%; */
  height: 607px;
  /* flex-shrink: 0; */
  position: relative;
  display: block;
  text-align: right;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    height: 700px;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  margin-left: auto;
  object-position: left top;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    width: 100%;
    max-height: 794px;
  }
}

/* about */
.about {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 563px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: -13px;
    padding-bottom: 0;
    margin-left: -20px;
  }
}

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

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

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

.about_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  font-size: 14px;
  margin-top: 57px;
  position: relative;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .about_text {
    width: 400px;
    margin-top: 72px;
    margin-left: 91px;
  }
}

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

.about_text-third {
  position: relative;
  top: 47px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about_text-third {
    top: 24px;
    width: 379px;
  }
}

.about_pictures {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 531px;
}
@media screen and (min-width: 768px) {
  .about_pictures {
    top: 415px;
  }
}

.about_pic {
  position: absolute;
  z-index: 3;
  margin-left: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about_pic {
    left: 487px;
    margin-top: 28px;
  }
}

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

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

.about_pic-bg {
  position: relative;
  top: -10px;
  left: 80px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about_pic-bg {
    left: 528px;
    top: -264px;
  }
}
.about_pic-bg img {
  max-width: 295px;
  max-height: 362px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .about_pic-bg img {
    max-width: 500px;
    max-height: 800px;
    position: absolute;
    left: 250px;
    top: 10px;
  }
}

.about_bg-sp {
  position: absolute;
  top: 153px;
  left: 0;
  width: 100%;
  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) {
  .about_bg-sp {
    top: 596px;
    max-height: 800px;
    max-width: 1280px;
  }
}

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

.about_button {
  color: #fff;
  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;
  left: 159px;
  top: 282px;
}
@media screen and (min-width: 768px) {
  .about_button {
    left: 897px;
    top: -86px;
    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: 0px;
  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) {
  .arrow {
    left: -95px;
    top: 18px;
    width: 95px;
  }
}

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

.button_icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .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: 148px;
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .circle {
    left: -68px;
    width: 50px;
    height: 50px;
  }
}

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

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

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

.about_us-bg img {
  width: 100%;
  max-height: 250px;
  display: block;
}

@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: 63px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .about_us-title {
    left: 220px;
    top: 21px;
  }
}

.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-top: 5px;
}
@media screen and (min-width: 768px) {
  .about_us-english {
    font-size: 60px;
    padding-bottom: 7px;
    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;
  }
}

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

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

.mission-title {
  position: absolute;
  margin-top: 42px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .mission-title {
    width: 800px;
    margin-top: 35px;
    margin-left: 110px;
  }
}

.mission-bg {
  padding-top: 64px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mission-bg {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .mission-bg img {
    width: 1100px;
    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: absolute;
  width: 335px;
  height: 234px;
  text-align: left;
  margin-left: 20px;
  margin-top: -42px;
  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) {
  .message_texts {
    width: 688px;
    height: 200px;
    margin-left: 295px;
    margin-top: -59px;
  }
}

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

.message_text {
  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) {
  .message_text {
    margin-top: 30px;
    margin-left: 40px;
  }
}

.vision {
  padding-top: 123px;
  padding-bottom: 234px;
}
@media screen and (min-width: 768px) {
  .vision {
    padding-top: 258px;
    height: 610px;
    padding-bottom: 0;
  }
}

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

.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) {
  .vision-bg {
    padding-left: 90px;
    padding-right: 90px;
  }
}

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


.vision_texts {
  position: absolute;
  width: 335px;
  height: 256px;
  text-align: left;
  margin-left: 20px;
  margin-top: -39px;
  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) {
  .vision_texts {
    width: 687px;
    height: 237px;
    margin-left: 297px;
    margin-top: -58px;
  }
}

.vision_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #163f74;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vision_title {
    font-size: 24px;
    margin-top: 30px;
    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: 22px;
}
@media screen and (min-width: 768px) {
  .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: 772px;
}
@media screen and (min-width: 768px) {
  .company {
    height: 979px;
    background: url(../img/PC/about_us-pc-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 40px;
  }
}
.company::before {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(2, 62, 120, 0.8);
}
@media screen and (min-width: 768px) {
  .company::before {
    /* width: 100%; */
    height: 979px;
    top: 1px;
  }
}
.company table {
  width: 295px;
  background-color: #ffffff;
  margin-left: 18px;
  border-top: 1px solid #e8eaec;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .company table {
    width: 688px;
    margin-top: 49px;
    margin-left: 40px;
  }
}
.company th,
.company td {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 16.3px 1px;
}
@media screen and (min-width: 768px) {
  .company th,
  .company td {
    font-size: 16px;
    padding: 24.1px 2px;
  }
}
.company th {
  line-height: 1;
  width: auto;
  padding-left: 4px;
}
@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: 64px;
}
@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: 0.7px;
  background-color: #163f74;
  z-index: 1;
}
.company tr:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 0.7px;
  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: 0.7px;
    background-color: #163f74;
    z-index: 1;
  }
  .company tr:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 0.7px;
    background-color: #163f74;
    z-index: 1;
  }
}

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

.company_inner {
  width: 335px;
  height: 607px;
  position: absolute;
  background-color: #fff;
  text-align: center;
  left: 20px;
  top: 106px;
  bottom: 60px;
}
@media screen and (min-width: 768px) {
  .company_inner {
    width: 766px;
    height: 817px;
    left: 257px;
    top: 82px;
  }
}

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

.staff {
  /* width: 100%; */
  position: relative;
  /* background-image: url(../img/phone/staff-bg_sp.png);
  background-size: 375px 1233px; */
  /* background-position: left 885px; */
  /* background-repeat: no-repeat; */
  z-index: -3;
  padding-bottom: 104px;
}
@media screen and (min-width: 768px) {
  .staff {
    height: 1418px;
    padding-left: 197px;
    padding-top: 103px;
    background-image: url(../img/pc/staff_pc-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: left 803px; */
  }
}

.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) {
  .staff_bg {
    top: 317px;
    height: 1055px;
  }
}

.staff_titles {
  text-align: center;
}

.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: 63px;
    margin-left: -197px;
  }
}

.staff_card {
  min-height: 666px;
}
@media screen and (min-width: 768px) {
  .staff_card {
    position: relative;
    left: 0;
    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;
    left: -296px;
  }
}

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

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

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

.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;
    margin-right: 187px;
  }
}

.staff_position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 28px;
  margin-left: 20px;
}
@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) {
  .staff_text {
    width: 408px;
    margin-top: 34px;
    margin-left: 6px;
  }
}

.staff_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-left: 20px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .staff_icons {
    margin-top: 30px;
    margin-right: 277px;
  }
}
.staff_icons a img {
  max-width: 32px;
  max-height: 32px;
  pointer-events: auto;
  z-index: 20;
}

/* service */
.service {
  padding-top: 62px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 81px;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 192px;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.service_title {
  line-height: 1.6;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .service_title {
    padding-top: 208px;
    padding-left: 69px;
  }
}

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

.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;
  margin-top: 2071px;
  margin-left: 141px;
}
@media screen and (min-width: 768px) {
  .service_button {
    margin-top: 524px;
    left: 755px;
    top: 12px;
    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: -7px;
  right: 4px;
  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: 58px;
    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;
}
@media screen and (min-width: 768px) {
  .service_cards {
    gap: 70px;
    padding-left: 63px;
    padding-top: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.service_picture {
  padding-top: 56px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .service_picture {
    padding-top: 61px;
    margin-left: -7px;
  }
}

.service_picture img {
  max-width: 320px;
  max-height: 427px;
}

.service_picture-second {
  padding-top: 60px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .service_picture-second {
    padding-top: 63px;
    margin-left: -15px;
  }
}

.service_picture-second img {
  max-width: 320px;
  max-height: 427px;
}

.service_picture-third {
  padding-top: 45px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .service_picture-third {
    padding-top: 51px;
    margin-left: -13px;
  }
}

.service_picture-third img {
  max-width: 320px;
  max-height: 427px;
}

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

.service_card-second img {
  top: -15px;
}
@media screen and (min-width: 768px) {
  .service_card-second {
    padding-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .service_card-third {
    padding-top: 130px;
  }
}

.service_numbers {
  position: relative;
  margin-top: -477px;
  margin-left: 232px;
}
@media screen and (min-width: 768px) {
  .service_numbers {
    margin-left: 225px;
    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: 5;
}

.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: 5;
  }
}

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

.service_numbers-two {
  position: absolute;
  left: 247px;
}
@media screen and (min-width: 768px) {
  .service_numbers-two {
    left: 690px;
  }
}

.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: -5;
}

.service_numbers-third {
  position: absolute;
  left: 247px;
}
@media screen and (min-width: 768px) {
  .service_numbers-third {
    left: 1080px;
    top: 790px;
  }
}

.service_numbers-white-third {
  margin-top: -100px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .service_numbers-white-third {
    margin-top: -98px;
    margin-left: 5px;
    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 {
  margin-top: 295px;
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .service_card-titles {
    margin-top: 293px;
    margin-left: -26px;
  }
}

.service_card-titles-second {
  margin-top: -146px;
  margin-left: -1px;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .service_card-titles-second {
    margin-top: -144px;
    margin-left: -31px;
  }
}

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

.service_card-titles_third {
  margin-top: -131px;
  margin-left: -1px;
}
@media screen and (min-width: 768px) {
  .service_card-titles_third {
    margin-top: -129px;
    margin-left: -32px;
  }
}

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

.service_card-texts {
  /* width: 374px; */
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .service_card-texts {
    margin-top: 61px;
    margin-left: -8px;
  }
}

.service_card-text {
  width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  top: -15px;
  position: relative;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .service_card-text {
    top: -18px;
  }
}

.service_card-text_second {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .service_card-text_second {
    margin-left: -15px;
  }
}

.service_card-text_third {
  margin-top: 61px;
}
@media screen and (min-width: 768px) {
  .service_card-text_third {
    margin-top: 63px;
    margin-left: -15px;
  }
}

.service_bg-sp {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 2210px; /* 高さは調整してください */
  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) {
  .service_bg-sp {
    top: 423px;
    height: 1068px;
  }
}

/* .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_bg {
    max-width: 1200px;
    max-height: 800px;
  }
}

.service_page-title {
  position: absolute;
  padding-top: 64px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) {
  .service_page-title {
    z-index: 5;
    padding-left: 224px;
    padding-top: 21px;
  }
}

.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;
}
@media screen and (min-width: 768px) {
  .service_page_title {
    padding-right: -5px;
  }
}

.service_page-main_title {
  margin-top: 63px;
  /* margin-left: 2px; */
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service_page-main_title {
    font-size: 28px;
    margin-top: 84px;
    margin-left: 1px;
    line-height: 1.4;
  }
}

.service_page-cards {
  width: 100%;
  background: url(../img/phone/service_page-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 1025px;
  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: 40px;
}
@media screen and (min-width: 768px) {
  .service_page-cards {
    background: url(../img/pc/service_page-bg-pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.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) {
  .service_page-item {
    pointer-events: none;
  }
}

.service_page-item-3 {
  height: 1147px;
}
@media screen and (min-width: 768px) {
  .service_page-item-3 {
    padding-top: 3px;
  }
}

.service_page-card {
  margin: 0;
  height: 301px;
  position: relative;
  padding-bottom: 900px;
}

.service_page-pic,
.service_page-pic img,
.card-1 img {
  position: absolute;
  top: 22px;
  left: 94px;
  width: 188px;
  height: 301px;
}
@media screen and (min-width: 768px) {
  .service_page-pic,
  .service_page-pic img,
  .card-1 img {
    top: 44px;
    left: 55px;
    width: 560px;
    height: 896px;
  }
}

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

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

.service_page-pic_3 img {
  width: 188px;
  height: 301px;
  position: absolute;
  top: 88px;
  left: 187px;
}
@media screen and (min-width: 768px) {
  .service_page-pic_3 img {
    width: 560px;
    height: 896px;
    top: 457px;
    left: 670px;
  }
}

.service_page-details {
  position: relative;
  padding-top: 150px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .service_page-details {
    width: 700px;
    top: -101px;
    left: 120px;
  }
}

.service_page-details-2 {
  height: 873px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service_page-details-2 {
    height: 870px;
    top: 31px;
    left: 202px;
  }
}

.service_page-details-3 {
  position: relative;
  height: 873px;
  margin-top: -1010px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .service_page-details-3 {
    height: 878px;
    margin-top: 33px;
    margin-left: 139px;
  }
}

.service_page-detail {
  width: 335px;
  height: 860.5px;
  -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) {
  .service_page-detail {
    width: 590px;
    height: 875px;
    right: 120px;
  }
}

.service_page-detail-2 {
  width: 335px;
  height: 873.5px;
  -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) {
  .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) {
  .service_page-detail-3 {
    width: 590px;
    height: 869px;
    margin-top: -870px;
  }
}

.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) {
  .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) {
  .service_page-titles {
    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: 47px;
  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) {
  .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: 29px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .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;
  width: 264px;
}
.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: 25px;
}
@media screen and (min-width: 768px) {
  .service_page-table td {
    white-space: nowrap;
    padding-left: 48px;
    padding-top: 57px;
  }
}

.service_line1 {
  display: flex;
  z-index: 64;
  position: absolute;
  background-color: #cccccc;
  width: 297px;
  height: 0.7px;
  top: 571px;
}
@media screen and (min-width: 768px) {
  .service_line1 {
    width: 502px;
    height: 0.6px;
    background-color: #cccccc;
    top: 30px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_page-table2 {
  margin-top: 26px;
  margin-left: 18px;
  font-size: 14px;
  color: #1a1a1a;
  width: 264px;
}
@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: 0.7px;
  top: 655px;
}
@media screen and (min-width: 768px) {
  .service_line2 {
    width: 502px;
    height: 0.7px;
    background-color: #cccccc;
    top: 114px;
    left: 22px;
    z-index: 3;
    position: relative;
  }
}

.service_page-table3 {
  margin-top: 26px;
  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: 0.7px;
  top: 716px;
}
@media screen and (min-width: 768px) {
  .service_line3 {
    width: 502px;
    height: 0.7px;
    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: 0.7px;
  top: 584px;
}
@media screen and (min-width: 768px) {
  .service_line2-1 {
    width: 502px;
    height: 0.6px;
    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: 0.7px;
  top: 669px;
}
@media screen and (min-width: 768px) {
  .service_line2-2 {
    width: 502px;
    height: 0.7px;
    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: 0.7px;
  top: 729px;
}
@media screen and (min-width: 768px) {
  .service_line2-3 {
    width: 502px;
    height: 0.7px;
    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: 0.7px;
  top: 559px;
}
@media screen and (min-width: 768px) {
  .service_line3-1 {
    width: 502px;
    height: 0.6px;
    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: 0.7px;
  top: 645px;
}
@media screen and (min-width: 768px) {
  .service_line3-2 {
    width: 502px;
    height: 0.7px;
    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: 0.7px;
  top: 706px;
}
@media screen and (min-width: 768px) {
  .service_line3-3 {
    width: 502px;
    height: 0.7px;
    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) {
  .service_page-button-wrapper a {
    font-size: 16px;
    margin-top: 84px;
  }
}

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

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

.service_page-button-wrapper:hover .service_arrows,
.service_page-button-wrapper:hover .service_arrows2,
.service_page-button-wrapper:hover .service_arrows3 {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  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 {
  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;
  text-decoration: none;
  margin-left: 20px;
  margin-top: 36px;
  font-size: 14px;
  position: relative;
  z-index: 20;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .service_page-button {
    width: 304px;
    margin-left: 144px;
    margin-top: 82px;
  }
  .service_page-button:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

.service_arrows {
  position: absolute;
  top: 67%;
  left: 81%;
  -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;
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .service_arrows {
    top: 77%;
    left: 67%;
  }
}
.service_arrows::before {
  content: "";
  position: absolute;
  top: 70%;
  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;
}
.service_arrows:hover {
  -webkit-transform: translate(6px);
  transform: translate(6px);
  background-color: #ffffff;
}

.service_arrows2 {
  position: absolute;
  top: 72px;
  left: 81%;
  -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;
  pointer-events: none;
  z-index: 22;
}
@media screen and (min-width: 768px) {
  .service_arrows2 {
    top: 774px;
    left: 67%;
  }
}
.service_arrows2::before {
  content: "";
  position: absolute;
  top: 58%;
  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;
}
.service_arrows2:hover {
  -webkit-transform: translate(6px);
  transform: translate(6px);
  background-color: #ffffff;
}

.service_arrows3 {
  position: absolute;
  top: 74px;
  left: 81%;
  -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;
  pointer-events: none;
  z-index: 22;
}
@media screen and (min-width: 768px) {
  .service_arrows3 {
    top: 773px;
    left: 67%;
  }
}
.service_arrows3::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid #163f74;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-43%) rotate(45deg);
  transform: translateY(-43%) rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.service_arrows3:hover {
  -webkit-transform: translate(6px);
  transform: translate(6px);
  background-color: #ffffff;
}

.service_page-button_2 {
  font-size: 14px;
  position: relative;
  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;
  text-decoration: none;
  width: 295px;
  height: 71px;
  background-color: #fff;
  border: 1px solid #163f74;
  margin-left: 19px;
  color: #163f74;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .service_page-button_2 {
    width: 302px;
    /* margin-left: 120px; */
    margin-top: 83px;
    font-size: 16px;
    margin-left: 143px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .service_page-button_2:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

.service_page-button_3 {
  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;
  text-decoration: none;
  width: 295px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #163f74;
  margin-left: 40px;
  color: #163f74;
  margin-top: 37px;
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .service_page-button_3 {
    width: 304px;
    margin-left: 126px;
    margin-top: 82px;
    font-size: 16px;
    margin-left: 143px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .service_page-button_3:hover {
    background-color: #163f74;
    color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .service_page-button,
  .service_page-button-wrapper,
  .service_page-button_2 {
    pointer-events: auto;
  }
}

/* procedure */
.procedure {
  width: 100%;
  background-image: url(../img/phone/procedure_bg-sp.png);
  background-size: 374px 835px; /* 画像全体をカバー */
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10px;
}
.procedure::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 835px;
  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) {
  .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: 364px;
    z-index: 0;
  }
}

.procedure_titles {
  text-align: center;
  padding-top: 34px;
}
@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_cards {
    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;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 256px;
  }
}
.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) {
  .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) {
  .procedure_text {
    margin: 0;
  }
}

.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 {
  min-height: 140px;
  padding-right: 16px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .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;
    top: -19px;
  }
}

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

.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: 180px;
  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: 191px;
  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) {
  .procedure_content-title {
    font-size: 20px;
    margin-top: 61px;
    margin-left: -89px;
  }
}

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

.title-3 {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .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) {
  .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: 24px;
  color: #1a1a1a;
  margin-top: 10px;
  margin-left: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .procedure_content-text {
    margin-left: 45px;
    margin-top: 22px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .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) {
  .procedure_content-attention {
    margin-left: 70px;
  }
}

.procedure_texts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  top: -47px;
}
@media screen and (min-width: 768px) {
  .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) {
  .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 {
  padding-top: 123px;
}
@media screen and (min-width: 768px) {
  .qa {
    width: 688px;
    height: 753px;
    padding-top: 516px;
    padding-left: 300px;
    padding-bottom: 51px;
  }
}

.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: 65px;
}
@media screen and (min-width: 768px) {
  .qa_title {
    font-size: 24px;
    margin-top: 13px;
    margin-left: -10px;
    white-space: nowrap;
  }
}

.dli-plus {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 44px;
  top: 49px;
  right: 14px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .dli-plus {
    width: 40px;
    height: 40px;
    top: 33px;
  }
}
.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: 39px;
  left: 43px;
}
@media screen and (min-width: 768px) {
  .plus2 {
    top: 33px;
  }
}

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

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

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

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

.qa_text {
  width: 269px;
  height: 46px;
  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: 24px;
  margin-left: 14px;
  gap: 30px;
  text-align: left;
  outline: none;
  position: relative;
}

/* 共通の線のスタイル */
.qa_text-line {
  height: 0.7px;
  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: 34px;
}

.qa_text5 {
  margin-top: 34px;
}

.qa_text6 {
  margin-top: 34px;
}

.qa_boxes {
  padding-bottom: 116px;
}
@media screen and (min-width: 768px) {
  .qa_boxes {
    padding-top: 60px;
  }
}

.qa_box {
  cursor: pointer;
}
@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_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;
}
@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-left: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .qa_answer {
    margin-bottom: -15px;
  }
}

.qa_answer-text {
  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-top: 19px;
}
@media screen and (min-width: 768px) {
  .qa_answer-text {
    width: 590px;
    height: 72px;
    margin-top: 40px;
    margin-left: 15px;
  }
}

/* case */

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

.introduction_page img {
  width: 100%;
}

.case {
  width: 100%;
  background-image: url(../img/phone/case_bg-sp.png);
  background-color: rgba(2, 62, 120, 0.8);
  background-size: 375px 2585px;
  position: relative;
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .case {
    top: 72px;
    background-size: 1280px 3200px;
    /* margin-bottom: 272px; */
    margin-top: 0;
  }
}

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

.case_title {
  padding-top: 60px;
  margin-left: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .case_title {
    padding-left: 69px;
    padding-top: 18px;
    width: 545px;
    height: 120px;
    margin-bottom: 6px;
  }
}

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

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

.case_cards {
  padding-top: 24px;
  padding-bottom: 104px;
  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) {
  .case_cards {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 184px;
    padding-left: 88px;
    padding-right: 145px;
    padding-bottom: 190px;
  }
}

.case_card {
  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;
  height: 277px;
  width: 100px;
  position: relative;
  background-color: transparent;
  margin-left: 20px;
  margin-top: 6px;
  margin-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .case_card {
    width: 320px;
    margin-left: 0;
    margin-bottom: 46px;
  }
}
.case_card img picture {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .case_card img picture {
    max-width: 320px;
    max-height: 240px;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .case_company {
    gap: 0;
    padding: 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) {
  .case_company-type_a {
    padding: 9px 15px;
    height: 12px;
    margin-top: 15px;
    width: 113px;
  }
}

.case_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .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: 303px;
  left: 306px;
}

.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) {
  .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;
}
.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) {
  .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) {
  .case_company-type_international_b {
    width: 170px;
    height: 14px;
    padding: 8px 14px;
    margin-top: 16px;
  }
}

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

.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) {
  .case_company-type_business_c {
    width: 154px;
    height: 15px;
    white-space: nowrap;
    padding: 7px 15px;
    margin-top: 17px;
  }
}

.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) {
  .case_company-type_international_d {
    padding: 9px 14px;
    height: 13px;
    margin-top: 16px;
  }
}

@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) {
  .case_company-type_business_e {
    white-space: nowrap;
    padding: 9px 15px;
    margin-top: 16px;
    width: 155px;
  }
}

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

.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) {
  .case-button {
    top: 22px;
  }
}

.case_button {
  color: #fff;
  background-color: transparent;
  border: none;
  position: absolute;
  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;
  left: 160px;
  top: 2340px;
}
@media screen and (min-width: 768px) {
  .case_button {
    top: 140px;
    left: 261px;
    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: 12px;
  margin-left: 16px;
  position: absolute;
}
.case_arrow::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 3px;
  width: 16px;
  height: 11px;
  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: 8px;
    margin-left: 0px;
    width: 97px;
  }
}

.case_circle {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  border: 2px solid #fff400;
  left: 154px;
  top: -14px;
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .introduction_titles {
    left: 223px;
    top: 173px;
  }
}

.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-left: 41px;
  padding-top: 63px;
}
.introduction_menus a {
  text-decoration: none;
  color: #1a1a1a;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .introduction_menus {
    width: 656px;
    height: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    padding-left: 90px;
    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: 21px;
}

.introduction_cards-business {
}

.introduction_card-menu {
  padding-top: 8px;
  padding-left: 10px;
  border-left: solid 8px #163f74;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .introduction_card-menu {
    margin-left: 90px;
    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: 7px;
  margin-left: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .introduction_card-menu-en {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .introduction-companies-training {
    width: 1100px;
    padding-top: 38px;
    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;
  }
}

.introduction-company {
  width: 335px;
  height: 612px;
  border-radius: 12px;
  margin-top: 26px;
  margin-left: 20px;
  margin-bottom: 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) {
  .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) {
  .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) {
  .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) {
  .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) {
  .introduction-company-attention {
    font-size: 16px;
    margin-top: 19px;
    margin-left: 15px;
  }
}

.introduction-company-pic {
  position: relative;
  margin-right: 20px;
  margin-top: -13px;
  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) {
  .introduction-company-pic img {
    width: 136px;
    height: 102px;
    margin-left: -68px;
    margin-top: -20px;
  }
}
.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) {
  .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: 26px;
  position: relative;
}
.introduction_course::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  width: 295px;
  background-color: #dddddd;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .introduction_course::after {
    width: 430px;
    left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .introduction_course {
    padding-left: 40px;
    padding-top: 45px;
  }
}

.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: 6px;
}
@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;
}
@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: inline-block;
  margin-top: 16px;
  margin-bottom: 41px;
}

@media screen and (min-width: 768px) {
  .button-wrapper {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 336px;
    margin-left: 453px;
    margin-top: 53px;
    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 {
  margin-left: 40px;
  margin-top: -10px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .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: 440px;
    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: 35px;
  left: 251px;
  -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: 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: 82px;
}

@media screen and (min-width: 768px) {
  .button-wrapper-business {
    margin-top: 56px;
    margin-bottom: -6px;
    margin-left: 599px;
    padding: 24px 84px;
    margin-top: 21px;
  }
  .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;
  text-align: center;
  border: 1px solid #163f74;
  padding: 28px 70px;
  white-space: nowrap;
  margin-left: 40px;
  margin-top: -32px;
  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: 20%;
  left: 87%;
  -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: 90%;
    top: 10%;
  }
}
.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: -13px;
  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-top: 20px;
  padding-bottom: 773px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 64px;
    margin-bottom: 3px;
    margin-left: -20px;
  }
}

@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: absolute;
  top: 702px;
  left: 159px;
}
@media screen and (min-width: 768px) {
  .news_button {
    position: relative;
    left: -365px;
    top: 230px;
    margin-top: 0px;
    font-size: 32px;
    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: 31px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .news_title {
    padding-top: 102px;
    padding-left: 92px;
  }
}

.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) {
  .news-title-main {
    font-size: 100px;
    margin-bottom: 14px;
    margin-left: -2px;
  }
}

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

.news_card {
  width: 335px;
  position: absolute;
  margin-top: 50px;
  height: 408px;
  padding-bottom: 40px;
  /* margin-right: 20px; */
  margin-left: 20px;
  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) {
  .news_card {
    width: 768px;
    height: 393px;
    margin-left: 255px;
    margin-top: 60px;
    padding-top: 34px;
  }
}

.news_lists {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
  /* margin-right: 20px; */
}
@media screen and (min-width: 768px) {
  .news_lists {
    margin-top: 40px;
    margin-left: 16px;
    gap: 99px;
    display: flex;
    flex-direction: column;
  }
}

.news_list {
  text-decoration: none;
}
.news_list::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 0.7px;
  top: 97px;
  left: 5px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news_list::before {
    width: 688px;
    top: 94px;
    left: 25px;
  }
}
.news_list:nth-of-type(2) {
  position: relative;
}
.news_list:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 0.7px;
  top: 118px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news_list:nth-of-type(2)::before {
    width: 688px;
    top: 95px;
    left: 25px;
  }
}
.news_list:nth-of-type(3) {
  position: relative;
}
.news_list:nth-of-type(3)::before {
  content: "";
  position: absolute;
  width: 295px;
  height: 0.7px;
  top: 159px;
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news_list:nth-of-type(3)::before {
    width: 688px;
    top: 94px;
    left: 25px;
  }
}

.news_link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}
.news_link-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@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: -14px;
    left: 24px;
    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;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .new-label {
    color: #e61264;
    margin-top: 18px;
    margin-left: -116px;
    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: 222px;
}
@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: 223px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .news_link-date {
    line-height: 24px;
    top: -18px;
    left: 640px;
    position: absolute;
  }
}

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

.news_bg-sp {
  position: absolute;
  top: -334px;
  left: 0;
  width: 100%;
  height: 1100px; /* 高さは調整してください */
  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) {
  .news_bg-sp {
    top: 195px;
    height: 767px;
  }
}

/* news_page */

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


.news_page-main {
  padding-bottom: 242px;
}
@media screen and (min-width: 768px) {
  .news_page-main {
    padding-bottom: 0px;
    gap: 20px;
    flex-wrap: wrap;
    height: auto;
  }
}

.news_page img {
  width: 100%;
}

.news_page-title {
  padding-left: 20px;
  padding-top: 64px;
  margin: 0;
  position: absolute;
  z-index: 5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news_page-title {
    padding-top: 22px;
    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 img{
    width: 1280px;
    height: 250px;
  }
} */

.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: 111px;
}
}

.article {
  padding-top: 67px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article {
    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;
  }
}

.article_main {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .article_main {
    padding-left: 0;
  }
}

.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) {
  .article_title {
    font-size: 32px;
    line-height: 40px;
    margin-left: 90px;
    margin-top: 18px;
  }
}

.article_lists {
  padding-top: 24px;
  width: 335px;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .article_lists {
    padding-bottom: 15px;
    padding-left: 89px;
    margin-top: 5px;
    width: 760px;
  }
}

.articles_list_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .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: 335px;
  height: 90px;
  margin-bottom: 20px;
}
.articles_list img {
  width: 120px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .articles_list {
    width: 760px;
    height: 136px;
  }
}

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

.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) {
  .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) {
  .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) {
  .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) {
  .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;
}
@media screen and (min-width: 768px) {
  .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;
  margin-left: -18px;
  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: 96px;
    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) {
  .menu_side {
    width: 375px;
    padding-top: 0;
    padding-left: 21px;
  }
}

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

.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) {
  .menu_new-title {
    position: relative;
    top: 4px;
    right: 21px;
    margin-bottom: 24px;
    margin-top: 19px;
  }
}

.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: 25px;
}
@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) {
  .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) {
  .wpost-item {
    height: 72px;
    margin-bottom: 16px;
  }
}

.wpost_items {
  display: flex;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .wpost_items {
    height: 99px;
  }
}

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

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

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

.wpost-item-img-detail img {
  margin-left: 20px;
  width: 120px;
  height: 90px;
}

.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) {
  .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) {
  .menu_top-detail {
    height: 18px;
    top: -71px;
    left: 48px;
    gap: 0;
  }
}

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

.menu_category {
  width: 49px;
  height: 13px;
  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) {
  .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) {
  .menu_text-detail {
    width: 190px;
    top: 25px;
    right: 102px;
    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: 47px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .menu_category_mini {
    width: 370px;
    position: relative;
    top: 11px;
    left: 0px;
  }
}

@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) {
  .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) {
  .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: 29.5px;
}
.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;
  height: 0.2px;
  width: 335px;
  background-color: #cccccc;
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}
@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;
}

.menu_category-list-detail::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -18px;
  height: 0.2px;
  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: 14px;
    margin-bottom: 32px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .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-top: 18px;
  }
}

.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) {
  .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: 0.8px;
    background-color: #dddddd;
    top: 132px;
    left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .categories_line4 {
    display: flex;
    position: relative;
    width: 300px;
    height: 0.8px;
    background-color: #dddddd;
    top: 188px;
    left: 1px;
  }
}

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

.detail_titles {
  padding-left: 20px;
  padding-top: 63px;
  margin: 0;
  position: absolute;
  z-index: 5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .detail_titles {
    padding-left: 222px;
    padding-top: 22px;
  }
}

.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) {
  .article_contents-top {
    padding-top: 54px;
    padding-left: 70px;
  }
}

.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) {
  .article_contents-text {
    font-size: 24px;
    line-height: 32px;
    margin-left: 90px;
    margin-top: 34px;
  }
}

.contents_pic {
  width: 335px;
  height: 209px;
  padding-left: 20px;
  padding-top: 109px;
}
@media screen and (min-width: 768px) {
  .contents_pic {
    width: 760px;
    height: 475px;
    padding-left: 90px;
    padding-top: 105px;
  }
}

@media screen and (min-width: 768px) {
  .contents_pic img {
    max-width: 760px;
    max-height: 475px;
  }
}

.article_detail-main {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .article_detail-main {
    padding-left: 89px;
    padding-top: 1px;
    padding-bottom: 100px;
  }
}

.article_detail-1 {
  padding-top: 22px;
}

.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) {
  .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: 9px;
  position: relative;
}
.detail_title2::before {
  content: "";
  position: absolute;
  width: 335px;
  top: 28px;
  height: 0.7px;
  background-color: #163f74;
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .detail_text-gray {
    padding-top: 32px;
    padding-left: 31px;
  }
}

.details_bg-text {
  position: absolute;
  left: 34px;
  top: 1946px;
}

.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 {
    margin-left: 110px;
    margin-top: -104px;
  }
}

.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;
}
@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 17px;
  }
  .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) {
  .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;
    padding-bottom: 127px;
  }
}

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

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

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

.document_picture {
  padding-top: 30px;
  padding-left: 20px;
}
.document_picture img {
  max-width: 295px;
  max-height: 413px;
}
@media screen and (min-width: 768px) {
  .document_picture {
    padding-left: 108px;
  }
  .document_picture img {
    width: 298px;
    height: 414px;
}
}

.document_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
  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-bottom: 97px;
  margin-left: 20px;
  margin-top: 62px;
}
@media screen and (min-width: 768px) {
  .document_forms-inner {
    width: 530px;
    height: 893px;
    margin-top: 20px;
    margin-left: 7px;
  }
}

.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: 11px;
    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;
  }
}

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

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

.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) {
  .has-text-align-left {
    margin-left: 276px;
    margin-top: 31px;
    font-size: 14px;
  }
}

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

.wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
}

.contact_privacy .wpcf7-list-item-label {
  line-height: 1.4;
  display: inline-block;
}

.wpcf7-list-item-label a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
}

.contact_privacy input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin: 0;
  vertical-align: middle;
  appearance: auto; /* ブラウザのデフォルトを維持 */
}

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

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

.document_button {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .document_button {
    padding-left: 85px;
    padding-top: 41px;
  }
}

.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: 29px 70px 27px 71px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .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;
  }
}

.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: 29px 127px;
  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: 44px;
}
@media screen and (min-width: 768px) {
  .document_page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.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) {
  .document_page-main-inner {
    width: 550px;
    height: 894px;
    margin-top: 20px;
    margin-left: 45px;
    margin-bottom: 1px;
  }
}

.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: 40px;
    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_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-left: 548px;
    margin-top: 40px;
  }
}

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

.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: 14.9px;
  }
}

.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: 16px;
}
@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-top: -49px;
}

.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) {
  .contact_privacy-check input[type="checkbox"] {
    margin-right: 10px;
    border: 1px solid #1a1a1a;
    vertical-align: middle;
  }
}

.contact_button {
  position: relative;
  padding-top: 34px;
  padding-left: 20px;
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .contact_button {
    padding-left: 519px;
    padding-top: 38px;
    margin-bottom: 263px;
  }
}

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: 44px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact_complete {
    padding-top: 70px;
    margin-bottom: 42px;
  }
}

.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) {
  .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;
}

/* link */
.link {
  position: relative;
  max-width: 375px;
}
@media screen and (min-width: 768px) {
  .link {
    top: -121px;
  }
}

.link_button {
  position: relative;
}
@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_title-download {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 90px;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .link_title-download {
    top: 41px;
    left: 79px;
    z-index: 4;
  }
}

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

.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-top: 54px;
  margin-left: 34px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .link_title-japanese_download {
    font-size: 16px;
    margin-left: 87px;
    margin-top: 72px;
  }
}

.link_button-download {
  position: absolute;
  margin-top: 180px;
  margin-left: 30px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .link_button-download {
    top: 68px;
    left: 134px;
    z-index: 4;
    font-size: 24px;
  }
}

.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;
  top: -16px;
  left: 9px;
}
.link_button-text-download:hover {
  background-color: #fff400;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .link_button-text-download {
    font-size: 24px;
    padding: 35px 100px;
    top: -27px;
    left: 0px;
  }
}

.arrows_download {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 2px;
  background: #fff400;
  margin-left: 265px;
  margin-top: 21px;
  -webkit-transition: width 0.5s ease, left 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease;
}
@media screen and (min-width: 768px) {
  .arrows_download {
    top: -8px;
    left: -2px;
    width: 20px;
  }
}
.arrows_download::before {
  content: "";
  width: 10px;
  height: 10px;
  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;
}
@media screen and (min-width: 768px) {
  .arrows_download::before {
    width: 11px;
    height: 11px;
    border-radius: 1px;
  }
}

.link_button-download:hover .arrows_download {
  width: 32px;
  background-color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .link_button-download:hover .arrows_download {
    width: 22px;
    left: 8px;
    background-color: #1a1a1a;
  }
  .link_button-download:hover .arrows_download::before {
    top: 1px;
    left: 14px;
    border: 2px solid #1a1a1a;
    border-left: 0;
    border-bottom: 0;
    width: 9px;
    height: 9px;
  }
}

.link_title-inquiry {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  text-align: center;
  top: 300px;
  left: 110px;
}
@media screen and (min-width: 768px) {
  .link_title-inquiry {
    top: 90px;
    left: 839px;
  }
}

.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: 14px;
}
@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: 67px;
  margin-left: 29px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .link_title-japanese_inquiry {
    font-size: 16px;
    margin-left: 73px;
    margin-top: 72px;
  }
}

.link_button-inquiry {
  position: absolute;
  margin-top: 450px;
  margin-left: 30px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .link_button-inquiry {
    top: -193px;
    left: 772px;
    z-index: 5;
  }
}

.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: 17px;
  left: 265px;
  -webkit-transition: width 0.5s ease, left 0.5s ease;
  transition: width 0.5s ease, left 0.5s ease;
}
@media screen and (min-width: 768px) {
  .arrows {
    top: 14px;
    left: 264px;
    width: 20px;
    height: 2px;
  }
}
.arrows::before {
  content: "";
  width: 10px;
  height: 10px;
  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;
}
@media screen and (min-width: 768px) {
  .arrows::before {
    width: 9px;
    height: 10px;
  }
}

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

.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;
  transition: background-color 1s;
  top: -22px;
  left: 10px;
}
.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;
    top: -35px;
    left: 0;
  }
}

.link_bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .link_bg {
    display: inline-block;
  }
}

.link_download-img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .link_download-img {
    width: 641px;
    height: 340px;
    top: 29px;
  }
}
.link_download-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .link_download-img img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.link_inquiry-img {
  position: absolute;
  top: 265px;
}
@media screen and (min-width: 768px) {
  .link_inquiry-img {
    left: 640px;
    top: 29px;
    width: 640px;
    height: 350px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.link_inquiry-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .link_inquiry-img img {
    -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%;
    /* max-width: 690px; */
    height: 44px;
    padding: 8px;
    margin-top: 15px;
    font-size: 16px;
    border: #cccccc 1px solid;
    border-radius: 4px;
    color: #888888;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.footer {
  max-width: 375px;
  height: 279px;
  background-color: #1a1a1a;
  position: relative;
  top: 530px;
}
@media screen and (min-width: 768px) {
  .footer {
    max-width: 1280px;
    height: 392px;
    top: 248px;
  }
}

.footer_main {
  z-index: 2;
  position: absolute;
  text-align: center;
  margin: 0;
  top: 51px;
}
@media screen and (min-width: 768px) {
  .footer_main {
    top: 90px;
    left: 420px;
  }
}

.footer_title {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  margin-left: 49px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .footer_title {
    font-size: 52px;
    top: 13px;
    left: -9px;
  }
}

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

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

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

.footer_small {
  position: absolute;
  bottom: 13px;
  left: 63px;
}
@media screen and (min-width: 768px) {
  .footer_small {
    left: 494px;
    bottom: 19px;
  }
}

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 {
  position: absolute;
  left: 263px;
  bottom: 4px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .footer_icon {
    bottom: 17px;
    left: 726px;
  }
}
