@charset "UTF-8";

/*-- layoutフォルダの中の_index.scss --*/
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/*-- mixinフォルダの中の_index.scss --*/
/* ===============================================
# header
=============================================== */
header {
  position: absolute;
  width: 100%;
  height: 180px;
  z-index: 9999;
}

.fixed-header {
  width: 100%;
  padding: 12px 0;
  z-index: 9999;
  background: #fff;
}

header .header_container,
.fixed-header .header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .header_container {
  width: 90%;
  margin: 40px auto 0 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixed-header .header_container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1180px) {

  .fixed-header .header_container {
    padding: 0 75px 0 10px;
  }
}

@media screen and (max-width: 767px) {

  .fixed-header .header_container {
    align-items: center;
  }
}

@media screen and (max-width: 1379px) {

  header .header_container {
    width: 100%;
    margin: 0;
    padding: 16px 75px 0 10px;
  }
}

@media screen and (max-width: 1180px) {

  .fixed-header .header_container {
    padding-top: 0;
  }
}

.header .header_container .logo {
  width: 260px;
  z-index: 1;
}

@media screen and (max-width: 1379px) {

  .header .header_container .logo {
    width: 200px;
  }
}

.fixed-header .header_container .logo {
  width: 178px;
}

@media screen and (max-width: 767px) {
  .header .header_container .logo {
    width: 100px;
  }

  header .header_container .logo img,
  .fixed-header .header_container .logo {
    width: 100px;
  }
}

header .header_container .logo img,
.fixed-header .header_container .logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {

  header .header_container .logo img,
  .fixed-header .header_container .logo img {
    width: 100px;
  }
}

header .header_container .menu-toggle,
.fixed-header .header_container .menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

header .header_container .sp_contact,
.fixed-header .header_container .sp_contact,
.nav-items__item.pc-none {
  display: none;
}

@media screen and (max-width: 1180px) {

  header .header_container .sp_contact,
  .fixed-header .header_container .sp_contact,
  .nav-items__item.pc-none {
    display: block;
  }

  .nav-items__item.sp-none {
    display: none;
  }

  header .header_container .sp_contact,
  .fixed-header .header_container .sp_contact {
    z-index: 1;
  }
}

header .header_container .sp_contact .contact,
.fixed-header .header_container .sp_contact .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  background-image: -webkit-linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(44, 102, 167, 1) 60%, rgba(25, 79, 154, 1));
  background-image: linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(44, 102, 167, 1) 60%, rgba(25, 79, 154, 1));
  padding: 12px 24px;
  border-radius: 36px;
  color: #fff;
  font-weight: bold;
  transition: all .3s;
}

@media screen and (max-width: 767px) {

  header .header_container .sp_contact .contact,
  .fixed-header .header_container .sp_contact .contact {
    padding: 8px 20px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {

  header .header_container .sp_contact .contact span,
  .fixed-header .header_container .sp_contact .contact span {
    font-size: 1rem;
  }
}

header .header_container .sp_contact .contact .contact-icon,
.fixed-header .header_container .sp_contact .contact .contact-icon {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {

  header .header_container .sp_contact .contact .contact-icon,
  .fixed-header .header_container .sp_contact .contact .contact-icon {
    width: 14px;
  }
}

header .header_container .menu-toggle .bar,
.fixed-header .header_container .menu-toggle .bar {
  width: 34px;
  height: 3px;
  margin: 3px 0;
}

@media screen and (max-width: 1180px) {

  header .header_container .menu-toggle .bar,
  .fixed-header .header_container .menu-toggle .bar {
    background-color: #004280;
  }
}

header .header_container nav .global_menu,
.fixed-header .header_container nav .global_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

header .header_container nav .global_menu .nav-items__item .item,
.fixed-header .header_container nav .global_menu .nav-items__item .item {
  position: relative;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 1463px) {

  header .header_container nav .global_menu .nav-items__item .item,
  .fixed-header .header_container nav .global_menu .nav-items__item .item {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1379px) {

  header .header_container nav .global_menu .nav-items__item .item,
  .fixed-header .header_container nav .global_menu .nav-items__item .item {
    font-size: 1.4rem;
  }
}

header .header_container nav .global_menu .nav-items__item .item:hover::after,
.fixed-header .header_container nav .global_menu .nav-items__item .item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #004280;
}

header .header_container nav .global_menu .nav-items__item .item::after,
.fixed-header .header_container nav .global_menu .nav-items__item .item::after {
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #004280;
  left: 0;
  bottom: -4px;
}

header .header_container nav .global_menu .nav-items__item .contact,
.fixed-header .header_container nav .global_menu .nav-items__item .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  position: relative;
  background-image: -webkit-linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(44, 102, 167, 1) 60%, rgba(25, 79, 154, 1));
  background-image: linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(44, 102, 167, 1) 60%, rgba(25, 79, 154, 1));
  padding: 12px 24px;
  border-radius: 36px;
  transition: all .3s;
  z-index: 10;
}

header .header_container nav .global_menu .nav-items__item .contact span,
.fixed-header .header_container nav .global_menu .nav-items__item .contact span {
  position: static;
  z-index: 100;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1463px) {

  header .header_container nav .global_menu .nav-items__item .contact span,
  .fixed-header .header_container nav .global_menu .nav-items__item .contact span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1379px) {

  header .header_container nav .global_menu .nav-items__item .contact span,
  .fixed-header .header_container nav .global_menu .nav-items__item .contact span {
    font-size: 1.2rem;
  }
}

header .header_container nav .global_menu .nav-items__item .contact .contact-icon,
.fixed-header .header_container nav .global_menu .nav-items__item .contact .contact-icon {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header_container nav .global_menu .nav-items__item .contact:hover,
.fixed-header .header_container nav .global_menu .nav-items__item .contact:hover {
  opacity: 1;
  background-position: right center;
}

.fixed-header {
  position: fixed;
  top: -120px;
  left: 0;
  transition: all .5s ease-in-out;
  visibility: hidden;
}

.fixed-header.is-show {
  top: 0;
  visibility: visible;
}

@media screen and (max-width: 1180px) {

  header .header_container .menu-toggle,
  .fixed-header .header_container .menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
  }

  header .header_container .menu-toggle.active .bar,
  .fixed-header .header_container .menu-toggle.active .bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }

  header .header_container .menu-toggle.active .bar:first-child,
  .fixed-header .header_container .menu-toggle.active .bar:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
  }

  header .header_container .menu-toggle.active .bar:nth-child(2),
  .fixed-header .header_container .menu-toggle.active .bar:nth-child(2) {
    display: none;
  }

  header .header_container .menu-toggle.active .bar:last-child,
  .fixed-header .header_container .menu-toggle.active .bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 4px;
  }

  header .header_container nav,
  .fixed-header .header_container nav {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
  }

  header .header_container nav.active,
  .fixed-header .header_container nav.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  header .header_container nav ul,
  .fixed-header .header_container nav ul {
    padding: 120px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .header_container nav .global_menu .nav-items__item,
  .fixed-header .header_container nav .global_menu .nav-items__item {
    margin-bottom: 26px;
  }

  header .header_container nav .global_menu,
  .fixed-header .header_container nav .global_menu {
    height: 100svh;
    overflow-y: scroll;
    scrollbar-width: none;
    display: block;
  }
}

/* ===============================================
# 右端追従ボタン
=============================================== */
.fixed01,
.pc-none .fixed01 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fixed01 {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 140px;
  padding: 60px 36px 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
  -webkit-box-shadow: -3px 0px 6px 4px rgba(105, 105, 105, 0.45);
  box-shadow: -3px 0px 6px 4px rgba(105, 105, 105, 0.45);
  transition: all .3s;
}

.fixed01:hover {
  background-color: #11386B;
  color: #fff;
}

.pc-none .fixed01 {
  position: relative;
  writing-mode: unset;
  background-color: #11386B;
  max-width: 330px;
  width: 100%;
  padding: 30px 0 30px 72px;
  top: 0;
  box-shadow: none;
  border-radius: 10px;
  border: solid 1px #11386B;
}

.pc-none .fixed01:hover {
  background-color: #fff;
  color: #11386B;
}

@media screen and (max-width: 767px) {
  .fixed01 {
    padding: 27px 9px 56px;
    top: 100px;
  }
}

.fixed01::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../img/main/link-icon.svg) no-repeat center center/cover;
  bottom: 35px;
  right: calc(50% - 11px);
}

.fixed01:hover::after {
  background: url(../img/top/link-icon_white.svg) no-repeat center center/cover;
}

.pc-none .fixed01::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/top/link-icon_white.svg) no-repeat center center/cover;
  bottom: auto;
  top: calc(50% - 10px);
  right: 54px;
}

.pc-none .fixed01:hover::after {
  background: url(../img/main/link-icon.svg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .fixed01::after {
    width: 14px;
    height: 14px;
    bottom: 26px;
    right: calc(50% - 7px);
  }
}

.fixed01 span,
.pc-none .fixed01 span {
  white-space: nowrap;
  font-weight: bold;
}

.fixed01 span {
  color: #004280;
  transition: all .3s;
}

.fixed01:hover span {
  color: #fff;
}

.pc-none .fixed01 span {
  color: #fff;
  width: 100%;
}

.pc-none .fixed01:hover span {
  color: #11386B;
}

.fixed02,
.pc-none .fixed02 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fixed02 {
  position: fixed;
  right: 0;
  top: 383px;
  padding: 60px 36px 88px;
  background-color: #fff;
  -webkit-box-shadow: -3px 0px 6px 4px rgba(105, 105, 105, 0.45);
  box-shadow: -3px 0px 6px 4px rgba(105, 105, 105, 0.45);
  z-index: 4;
  transition: all .3s;
}

.fixed02:hover {
  background-color: #11386B;
  color: #fff;
}

.pc-none .fixed02 {
  position: relative;
  background-color: #11386B;
  max-width: 330px;
  width: 100%;
  padding: 30px 0 30px 96px;
  top: 0;
  box-shadow: none;
  border-radius: 10px;
  border: solid 1px #11386B;
}

.pc-none .fixed02:hover {
  background-color: #fff;
  color: #11386B;
}

@media screen and (max-width: 767px) {
  .fixed02 {
    padding: 26px 9px 56px;
    top: 250px;
  }
}

.fixed02::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  background: url(../img/main/note-icon.svg) no-repeat center center/cover;
  bottom: 35px;
  right: calc(50% - 10px);
}

.fixed02:hover::after {
  background: url(../img/top/note-icon_white.svg) no-repeat center center/cover;
}

.pc-none .fixed02::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  background: url(../img/top/note-icon_white.svg) no-repeat center center/cover;
  bottom: auto;
  top: calc(50% - 10px);
  right: 96px;
}

.pc-none .fixed02:hover::after {
  background: url(../img/main/note-icon.svg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .fixed02::after {
    width: 15px;
    height: 20px;
    bottom: 22px;
    right: calc(50% - 7px);
  }
}

.fixed02 span,
.pc-none .fixed02 span {
  font-weight: bold;
}

.fixed02 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #004280;
  transition: all .3s;
}

.fixed02:hover span {
  color: #fff;
}

.pc-none .fixed02 span {
  color: #fff;
  writing-mode: unset;
  width: 100%;
}

.pc-none .fixed02:hover span {
  color: #11386B;
}

@media screen and (max-width: 767px) {

  .fixed01 span,
  .fixed02 span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .pc-none .fixed01 span,
  .pc-none .fixed02 span {
    font-size: 2.5rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #555555;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 80%;
    margin: 0 0 0 10px;
  }
}

.h2_title {
  position: relative;
  color: #004280;
  font-weight: bold;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 30px;
}

.h2_title::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 8px;
  background-color: #004280;
}

.h2_title .en {
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .h2_title .en {
    font-size: 4rem;
  }
}

.h2_title .sub {
  font-size: 2.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .h2_title .sub {
    display: none;
  }
}

h3.title {
  margin-bottom: 16px;
}

h3.title .en {
  font-family: "Noto Serif JP", serif;
  color: #004280;
  opacity: 0.4;
}

h3.title .ja {
  color: #004280;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h3.title .ja {
    font-size: 2.4rem;
  }
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* ===============================================
# 下層ページ共通
=============================================== */
.mv_area {
  width: 100%;
  height: 64vh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 1180px) {
  .mv_area {
    height: 90svh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mv_area .txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 0 5%;
  max-width: 100%;
}

@media screen and (max-width: 1180px) {
  .mv_area .txt_box {
    width: 100%;
    height: 40svh;
  }
}

.mv_area .txt_box .en {
  font-family: "Noto Serif JP", serif;
  color: #004280;
  opacity: 0.4;
  margin-bottom: 6px;
}

.mv_area .txt_box .page-title {
  color: #004280;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .mv_area .txt_box .page-title {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
}

.mv_area .txt_box .txt {
  line-height: 1.4;
  font-weight: 500;
  color: #004280;
}

.mv_area .img_box {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1180px) {
  .mv_area .img_box {
    width: 100%;
    height: 80svh;
  }
}

.work_flow {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

.work_flow::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 300px;
  height: 300px;
}

.work_flow::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 400px;
  height: 200px;
}

.work_flow .container {
  overflow-x: hidden;
  background-color: #fff;
  margin-right: calc(50% - 50vw);
  padding: 32px 5%;
}

.work_flow .container .body_txt {
  margin-bottom: 32px;
}

.work_flow .container .flow_container {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 16px;
  overflow-x: scroll;
  cursor: -webkit-grab;
  cursor: grab;
}

.work_flow .container .flow_container:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.work_flow .container .flow_container::-webkit-scrollbar {
  display: none;
}

.work_flow .container .flow_container .item {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-width: 190px;
  height: 280px;
  padding: 16px 0;
  border: #004280 1px solid;
}

.work_flow .container .flow_container .item::after {
  content: url(../img/support/sup_blue_arrow.svg);
  position: absolute;
  top: calc(50% - 8px);
  right: -22px;
}

.work_flow .container .flow_container .item:last-child::after {
  content: "";
  display: none;
}

.work_flow .container .flow_container .item .num_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #004280;
  position: relative;
  margin-bottom: 28px;
  height: 72px;
}

.work_flow .container .flow_container .item .num_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #004280;
}

.work_flow .container .flow_container .item .num_box .step {
  line-height: 1;
}

.work_flow .container .flow_container .item .num_box .num {
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.work_flow .container .flow_container .item .icon {
  margin-bottom: 20px;
}

.work_flow .container .flow_container .item .exp_txt {
  text-align: center;
  color: #004280;
  font-weight: bold;
}

.work_flow .container .flow_container .item .exp_txt .min {
  font-size: 1.2rem;
}

.contact_area {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .contact_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact_area .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 60px;
  background: -webkit-linear-gradient(179deg, #004280 0%, #0075EF 100%);
  background: linear-gradient(271deg, #004280 0%, #0075EF 100%);
}

@media screen and (max-width: 767px) {
  .contact_area .btn {
    max-width: 100%;
  }
}

.contact_area .btn span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

/* ===============================================
# パーツ別
=============================================== */
.favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #DB7D26;
  padding: 4px 16px 6px 16px;
  margin-top: 2px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .favorite {
    font-size: 1.2rem;
    padding: 4px 8px 6px 8px;
  }
}

.price_container {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  gap: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .price_container {
    gap: 8px;
  }
}

.price_container .pick {
  font-size: 1.2rem;
}

.price_container .price {
  font-weight: bold;
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .price_container .price {
    font-size: 3.2rem;
  }
}

.price_container .price span {
  font-size: 3.2rem;
  margin-right: 4px;
}

/* form */
@media screen and (max-width: 767px) {
  .radio_btn .radio_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.mw_wp_form .horizontal-item {
  margin-left: 10px;
}

.radio_btn input[type=radio].radio_btn_item {
  display: none;
}

.radio_btn label {
  display: inline-block;
}

.radio_btn .radio_btn_item+span {
  padding-left: 16px;
  margin-right: 16px;
  display: inline-block;
  position: relative;
}

.radio_btn .radio_btn_item+span::after,
.radio_btn .radio_btn_item+span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.radio_btn .radio_btn_item+span::before {
  border: 1px solid #AAAAAA;
  left: -10px;
  top: 6px;
  height: 18px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .radio_btn .radio_btn_item+span::before {
    top: 3px;
  }
}

.radio_btn .radio_btn_item+span::after {
  background: #004280;
  height: 12px;
  left: -7px;
  opacity: 0;
  top: 9px;
  width: 12px;
}

@media screen and (max-width: 767px) {
  .radio_btn .radio_btn_item+span::after {
    top: 6px;
  }
}

.radio_btn .radio_btn_item:checked+span::after {
  opacity: 1;
}

/* ===============================================
# メインビジュアル用css
=============================================== */
.top {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e83b9), to(#0e5493));
  background: -webkit-linear-gradient(#1e83b9, #0e5493);
  background: linear-gradient(#1e83b9, #0e5493);
}

.top_mv {
  width: 100%;
  /* height: 70svh; */
  position: relative;
}

/* .top_mv .slider5-wrap {
  position: relative;
}

.top_mv .slider5-wrap .slider-5 .slick-slide {
  width: 100%;
  height: 70svh;
  overflow: hidden;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img {
  position: relative;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container {
  color: #004280;
  width: 50%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container .box {
  margin: 0 8% 0 30%;
}

@media screen and (max-width: 1180px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container .box {
    margin: 0 18% 0 15%;
  }
}

@media screen and (max-width: 767px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container .box {
    margin: 0 18% 0 5%;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box {
  margin: 0 8% 0 15%;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box {
    margin: 0 8% 0 5%;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container .box .title {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img .txt_container .box .title {
    margin-bottom: 16px;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container {
  width: 100%;
  bottom: 10%;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container {
    bottom: 0;
    height: 70svh;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .title p,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box .title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 9.7rem;
  line-height: 1;
}

@media screen and (max-width: 1180px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .title p {
    font-size: 6.7rem;
  }
}

@media screen and (max-width: 767px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .title p {
    font-size: 5rem;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box .title p {
  font-size: 4rem;
  font-weight: bold;
  background-color: #ffffff;
  padding: 4px 8px;
}

@media screen and (max-width: 767px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box .title p {
    font-size: 2.4rem;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .body_txt p,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box .body_txt p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .body_txt p {
  font-size: 3.7rem;
  font-weight: bold;
}

@media screen and (max-width: 1180px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .body_txt p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .txt_container .box .body_txt p {
    font-size: 1.6rem;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .txt_container .box .body_txt p {
  background-color: #ffffff;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(1) .img_container {
  width: 100%;
  height: 70svh;
  background: url(../img/top/top_mv_img04.jpg) no-repeat center center/cover;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(2) .img_container {
  width: 100%;
  height: 70svh;
  background: url(../img/top/top_mv_img01.jpg) no-repeat center center/cover;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container {
  width: 50%;
  height: 70svh;
  background-color: #ffffff;
  padding-top: 20px;
}

@media screen and (max-width: 1180px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container {
    bottom: 0;
    width: 100%;
    height: 70svh;
    padding: 24px 0;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .title,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .title {
  color: #004280;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .title .en,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .title .en {
  opacity: 0.4;
  font-family: "Noto Serif JP", serif;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .title .ja,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .title .ja {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .title .ja,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .title .ja {
    font-size: 2.4rem;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .body_txt,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .body_txt {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .body_txt,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .body_txt {
    margin-bottom: 16px;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list {
    margin-bottom: 16px;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list .check_list_inner,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list .check_list_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list .check_list_inner.two,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list .check_list_inner.two {
  margin-left: -56px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list .item,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list .item {
  margin-left: 24px;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list .item,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list .item {
    font-size: 1.2rem;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .check_list .item::before,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .check_list .item::before {
  content: url(../img/main/check_icon.svg);
  position: absolute;
  top: 0;
  left: -24px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .contact_area,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .contact_area {
  margin-bottom: 0;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .contact_area .btn,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .contact_area .btn {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .txt_container .box .contact_area .btn::after,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .txt_container .box .contact_area .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  background-color: #fff;
  background: url(../img/main/white_arrow.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .img_container,
.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .img_container {
  margin: 0 0 0 auto;
  width: 50%;
  height: 100%;
  background-color: #fff;
  background: url(../img/top/top_mv_img02.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1180px) {

  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(3) .img_container,
  .top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .img_container {
    height: 70%;
    width: 100%;
  }
}

.top_mv .slider5-wrap .slider-5 .slick-slide.mv_img:nth-child(4) .img_container {
  background: url(../img/top/top_mv_img03.jpg) no-repeat center center/cover;
}

.top_mv .dots-5 {
  position: absolute;
  bottom: 10%;
  left: 5%;
}

@media screen and (max-width: 767px) {
  .top_mv .dots-5 {
    bottom: 5%;
  }

  .dots-wrap {
    display: flex;
  }
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 44px 5px 0;
  background: #707070;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dots-wrap li {
    width: 5px;
    height: 5px;
    margin: 0 24px 0 0;
  }
}

.dots-wrap li::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 1px #000;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  transition: all .3s;
  transform: scale(.1);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .dots-wrap li::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #004280;
}

.dots-wrap li:hover::before,
.dots-wrap li.slick-active::before {
  transform: scale(1);
  opacity: 1;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
} */

.support {
  background-color: #D2E7FD;
}

.support .mv_area .img_box {
  background-image: url(../img/support/sup_mv_img.jpg);
}

.support .work_flow {
  position: relative;
  margin-bottom: 80px;
}

.support .work_flow .container .attention {
  text-align: left;
  margin-bottom: 24px;
}

.support .work_flow .container .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  width: 100%;
  padding: 40px 60px;
  position: relative;
  background-color: #D2E7FD;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .support .work_flow .container .details {
    padding: 40px 10%;
  }
}

.support .work_flow .container .details::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-image: url(../img/support/sup_details_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.support .work_flow .container .details .txt_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media screen and (max-width: 1180px) {
  .support .work_flow .container .details .txt_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.support .work_flow .container .details .txt_container ul .item {
  position: relative;
  margin-left: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.support .work_flow .container .details .txt_container ul .item::before {
  content: url(../img/main/check_icon.svg);
  position: absolute;
  top: 2px;
  left: -24px;
}

.support .contact_area .btn {
  max-width: 360px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .support .contact_area .btn {
    max-width: 100%;
  }
}

.support .contact_area .btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border: 1px solid #fff;
  width: 100%;
  max-width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.publications {
  background-color: #D2E7FD;
}

.publications .mv_area .img_box {
  background-image: url(../img/publications/pub_mv_img.jpg);
}

.publications .h2_title {
  margin-bottom: 32px;
}

.publications .work_flow .container {
  display: contents;
}

.publications .work_flow .container .flow_container {
  background: none;
}

.publications .work_flow .container .flow_container .item {
  background-color: #ffffff;
  min-width: 124px;
}

.publications .fee {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.publications .fee::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 300px;
  height: 300px;
}

.publications .fee::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 400px;
  height: 600px;
}

.publications .fee .container {
  position: relative;
  z-index: 1;
}

.publications .fee .container .body_txt {
  margin-bottom: 40px;
}

.publications .fee .container .fullpa_container {
  position: relative;
  z-index: -1;
  background-color: #004280;
  padding: 32px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .publications .fee .container .fullpa_container {
    padding: 20px;
  }
}

.publications .fee .container .fullpa_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
  mix-blend-mode: soft-light;
  background-image: url(../img/publications/fee_fullpa_bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.publications .fee .container .fullpa_container::after {
  content: url(../img/publications/pub_lack.svg);
  position: absolute;
  width: 32px;
  height: 32px;
  right: -2px;
  bottom: -2px;
}

.publications .fee .container .fullpa_container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.publications .fee .container .fullpa_container .title .ja {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .publications .fee .container .fullpa_container .title .ja {
    font-size: 2rem;
  }
}

.publications .fee .container .fullpa_container .body_txt {
  color: #ffffff;
  margin-bottom: 16px;
}

.publications .fee .container .fullpa_container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 1180px) {
  .publications .fee .container .fullpa_container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.publications .fee .container .fullpa_container .box .item {
  width: 100%;
  min-width: 108px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  padding: 24px 4px;
}

@media screen and (max-width: 1180px) {
  .publications .fee .container .fullpa_container .box .item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 4px);
    min-width: auto;
    height: 160px;
    padding: 16px 12px;
    gap: 8px;
  }
}

.publications .fee .container .fullpa_container .box .item::after {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  right: -48px;
  z-index: 10;
  background-image: url(../img/publications/pub_plus.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

@media screen and (max-width: 1180px) {
  .publications .fee .container .fullpa_container .box .item::after {
    display: none;
  }
}

.publications .fee .container .fullpa_container .box .item:last-child::after {
  content: "";
  display: none;
}

.publications .fee .container .fullpa_container .box .item .icon {
  padding-top: 8px;
}

.publications .fee .container .fullpa_container .box .item .exp_txt {
  font-size: 1.4rem;
  text-align: center;
  color: #004280;
  font-weight: bold;
}

.publications .fee .container .fullpa_container .box .item .exp_txt .min {
  font-size: 1rem;
}

.publications .fee .container .contact_area {
  margin-bottom: 80px;
}

.publications .fee .container .contact_area .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 60px;
  background: -webkit-linear-gradient(179deg, #004280 0%, #0075EF 100%);
  background: linear-gradient(271deg, #004280 0%, #0075EF 100%);
  position: relative;
}

.publications .fee .container .contact_area .arrow::after {
  content: "";
  background: url(../img/main/white_arrow.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
}

.publications .fee .container .contact_area .arrow span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.publications .fee .container .individual {
  width: 100%;
}

.publications .fee .container .individual .block_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.publications .fee .container .individual .block_container .item {
  width: 100%;
  width: calc(33.3333333333% - 14px);
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #ffffff;
  border: #004280 2px solid;
  padding: clamp(1.625rem, 0.307rem + 1.59vw, 2.5rem) clamp(2.125rem, 0.989rem + 0.68vw, 2.5rem) clamp(1.625rem, 0.307rem + 1.59vw, 2.5rem) clamp(1.625rem, 0.307rem + 1.59vw, 2.5rem);
  gap: 8px;
}

@media screen and (max-width: 1543px) {
  @media screen and (min-width:1164px) {
    .publications .fee .container .individual .block_container .item {
      height: 200px;
    }
  }
}

@media screen and (max-width: 1180px) {
  .publications .fee .container .individual .block_container .item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .publications .fee .container .individual .block_container .item {
    width: 100%;
  }
}

.publications .fee .container .individual .block_container .item::before {
  content: url(../img/publications/pub_lack.svg);
  position: absolute;
  width: 32px;
  height: 32px;
  right: -4px;
  bottom: -4px;
}

.publications .fee .container .individual .block_container .item::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -2px;
  width: 38px;
  border-bottom: #004280 2px solid;
  background-color: #004280;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.publications .fee .container .individual .block_container .item .name {
  color: #004280;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.publications .fee .container .individual .block_container .item .name .min-font {
  font-size: 16px;
}

.publications .fee .container .individual .block_container .item .name .favorite {
  font-size: 1.2rem;
  margin-left: 8px;
}

.publications .fee .container .individual .block_container .item .exp_txt {
  text-align: justify;
  font-size: 1.2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.publications .fee .container .individual .block_container .item .price_container {
  color: #000;
}

.publications .fee .container .individual .block_container .item .price_container .price {
  font-size: 3.2rem;
}

.publications .fee .container .individual .block_container .item .price_container .price span {
  font-size: 2.4rem;
}

.publications .contact_area .btn {
  height: 120px;
}

.publications .contact_area .btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border: 1px solid #fff;
  width: 100%;
  max-width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.published_articles {
  background-color: #D2E7FD;
}

.wp_container {
  margin: 200px 0;
  position: relative;
  z-index: 1;
}

.wp_container::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 400px;
  height: 300px;
}

.wp_container::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: -1;
  background-image: url(../img/support/dod_bg_blue.svg);
  width: 400px;
  height: 600px;
}

.wp_container .inner .articles_list {
  padding: 60px 5%;
  background-color: #ffffff;
  margin-right: calc(50% - 50vw);
}

.wp_container .inner .articles_list .list_title {
  width: 100%;
  background-color: #004280;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 40px;
}

.wp_container .inner .articles_list .contents_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .wp_container .inner .articles_list .contents_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.wp_container .inner .articles_list .contents_block .left_content {
  width: 100%;
  max-width: calc(30% - 40px);
}

@media screen and (max-width: 767px) {
  .wp_container .inner .articles_list .contents_block .left_content {
    max-width: 100%;
  }
}

.wp_container .inner .articles_list .contents_block .left_content .title_box {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004280;
  text-align: center;
  border: 2px #004280 solid;
  padding: 8px 0;
  margin-bottom: 42px;
}

.wp_container .inner .articles_list .contents_block .left_content .year_list,
.category_list {
  text-align: center;
}

.wp_container .inner .articles_list .contents_block .left_content .year_list .year,
.category_list .category {
  display: block;
  font-weight: bold;
  color: #004280;
  border-top: 1px #004280 solid;
}

.wp_container .inner .articles_list .contents_block .left_content .year_list .year:last-child,
.category_list .category:last-child {
  border-bottom: 1px #004280 solid;
}

.wp_container .inner .articles_list .contents_block .left_content .year_list .year a,
.category_list .category a {
  display: block;
  color: #004280;
  padding: 12px 0;
}

.wp_container .inner .articles_list .contents_block .left_content .prev {
  margin: 40px 0;
  padding: 12px 0;
  display: block;
  background-color: #004280;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.wp_container .inner .articles_list .contents_block .left_content .taxonomy {
  font-weight: bold;
  color: #004280;
  text-align: center;
  border: 2px #004280 solid;
  padding: 8px;
  margin: 0 0 40px;
}

.wp_container .inner .articles_list .contents_block .left_content .taxonomy p {
  display: inline-block;
}

.wp_container .inner .articles_list .contents_block .right_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .wp_container .inner .articles_list .contents_block .right_content {
    max-width: 100%;
    overflow: hidden;
    align-items: unset;
  }
}

.wp_container .inner .articles_list .contents_block .right_content .container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px #ccc solid;
}

@media screen and (max-width: 767px) {
  .wp_container .inner .articles_list .contents_block .right_content .container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-image {
  width: 127px;
  height: 168px;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-image img {
  width: 127px;
  height: 168px;
  -o-object-fit: contain;
  object-fit: contain;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-details {
  width: 100%;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-details .article-date {
  color: #004280;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-details .article-title {
  color: #004280;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-details .article-source .article-doi {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  position: relative;
  color: #004280;
}

.wp_container .inner .articles_list .contents_block .right_content .container .item .article-details .article-source .article-doi::after {
  content: url(../img/published_articles/icon-blank.svg);
  position: absolute;
  margin-left: 8px;
}

.wp_container .inner .articles_list .contents_block .page-nation .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .wp_container .inner .articles_list .contents_block .page-nation .box {
    justify-content: center;
  }
}