@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p,
blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #1D1D1D;
  line-height: 1;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

:target {
  scroll-margin-top: 105px;
}
@media screen and (max-width: 800px) {
  :target {
    scroll-margin-top: 60px;
  }
}

body,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.en {
  font-family: "Roboto", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #1D1D1D;
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

p {
  color: #1D1D1D;
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  p {
    font-size: 15px;
    line-height: 1.73;
  }
}

ol,
ul {
  list-style: none;
}

ul li,
ol li {
  line-height: 1.8;
  margin: 0 0 5px;
}
@media screen and (max-width: 800px) {
  ul li,
  ol li {
    font-size: 15px;
    line-height: 1.73;
  }
}

ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 24px 0;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

strong {
  font-weight: bold;
}

cite,
i {
  font-style: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

address {
  font-style: normal;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #1D1D1D;
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  a:hover {
    text-decoration: none;
  }
  a:hover .btn-arrow::before {
    left: 110%;
    top: -110%;
  }
  a:hover .btn-arrow::after {
    left: 0;
    top: 0;
  }
}

a:focus, *:focus {
  outline: none;
}

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

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

.komelist {
  margin: 0 0 30px;
}
.komelist li {
  list-style: none;
  margin-left: 1em;
}
.komelist li::before {
  content: "※";
  margin-left: -1em;
}
.komelist li:last-child {
  margin-bottom: 0;
}
.komelist.s-size li {
  font-size: 13px;
  margin-bottom: 0;
}

.nolink {
  pointer-events: none;
}

.cbox {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.cbox.cbox860 {
  max-width: 860px;
}
.cbox.cbox1148 {
  max-width: 1148px;
}
.txtright {
  display: block;
  text-align: right;
}

.txtcenter {
  text-align: center;
}

.t_underline {
  text-decoration: underline;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.btn-half {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .btn-half {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 467px;
  text-decoration: none;
  padding: 0 0 15px 0;
}
@media screen and (min-width: 800px) {
  .btn:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .btn {
    max-width: inherit;
    padding-bottom: 12px;
  }
}
.btn::before, .btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
}
.btn::before {
  width: 100%;
  background-color: #BFBFBF;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .btn::before {
    display: none;
  }
}
.btn::after {
  width: 0;
  background-color: #004EA2;
  transition: width 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .btn::after {
    width: 100%;
  }
}
.btn .en {
  display: block;
  color: #004EA2;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .btn .en {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.btn .jp {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .btn .jp {
    font-size: 18px;
  }
}

.btn-blue {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 278px;
  height: 48px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #0093D6;
  text-decoration: none;
  padding: 0;
}
.btn-blue .btn-arrow {
  right: 18px;
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
}
.btn-blue .btn-arrow::before, .btn-blue .btn-arrow::after {
  background-color: #FFFFFF;
}

.btn-bluelink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 52px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #0093D6;
  text-decoration: none;
  padding: 0;
  margin: 0 auto 60px;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 800px) {
  .btn-bluelink:hover {
    background-color: #42ADDD;
  }
}
.btn-bluelink::before {
  position: absolute;
  right: 25px;
  top: 50%;
  translate: 0 -50%;
  width: 17px;
  height: 17px;
  content: "";
  background-color: #FFFFFF;
  -webkit-mask-image: url("../img/icon_link.svg");
          mask-image: url("../img/icon_link.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
  pointer-events: none;
}

.btn-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 467px;
  height: 68px;
  color: #004EA2;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #F0F0F0;
  padding: 0 23px;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 800px) {
  .btn-search:hover {
    background-color: #D3D0D0;
  }
}
@media screen and (max-width: 800px) {
  .btn-search {
    height: 48px;
    font-size: 15px;
    padding: 0 13px;
  }
}
.btn-search::after {
  position: absolute;
  right: 32px;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .btn-search::after {
    right: 20px;
    translate: 0 -53%;
    width: 25px;
    height: 25px;
  }
}

.btn-arrow {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 33px;
  height: 33px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .btn-arrow {
    width: 22px;
    height: 22px;
    bottom: 12px;
  }
}
.btn-arrow::before, .btn-arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #004EA2;
  -webkit-mask-image: url("../img/btn_arrow.svg");
          mask-image: url("../img/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
  transition: all 0.3s ease-out;
}
.btn-arrow::before {
  left: 0;
  top: 0;
}
.btn-arrow::after {
  left: -110%;
  top: 110%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  z-index: 5;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1000px) {
  .site-header {
    height: 60px;
  }
}
.site-header.active .blur,
.site-header.active .bg-blur {
  opacity: 1;
}
.site-header.open-header {
  background-color: #E6E6E6;
}
.site-header .site-title {
  position: absolute;
  top: 50%;
  left: 50px;
  translate: 0 -50%;
  z-index: 3;
}
@media screen and (max-width: 1365px) {
  .site-header .site-title {
    left: 15px;
  }
}
.site-header .site-title a {
  display: flex;
  align-items: center;
  gap: 0 17px;
  text-decoration: none;
}
.site-header .site-title a img {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .site-header .site-title a img {
    width: 124px;
  }
}
.site-header .site-title a .description {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 3px;
}
@media screen and (max-width: 1100px) {
  .site-header .site-title a .description {
    display: none;
  }
}
.site-header .blur,
.site-header .bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.site-header .blur {
  backdrop-filter: blur(30px);
  z-index: 0;
}
.site-header .bg-blur {
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
.mcontact {
  position: absolute;
  top: 50%;
  right: 47px;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background-color: #004EA2;
  border-radius: 50%;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  .mcontact:hover::before {
    scale: 1;
  }
}
@media screen and (max-width: 1365px) {
  .mcontact {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .mcontact {
    right: 60px;
    width: 63px;
    height: 60px;
    border-radius: 0;
  }
}
.mcontact img {
  position: relative;
  z-index: 1;
}
.mcontact::before {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-color: #2A80DD;
  border-radius: 50%;
  content: "";
  transition: scale 0.3s ease-out;
  scale: 0;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .mcontact::before {
    display: none;
  }
}

.mainmenu {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 155px;
  width: auto;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0 55px;
  z-index: 3;
}
@media screen and (max-width: 1365px) {
  .mainmenu {
    right: 85px;
  }
}
@media screen and (max-width: 1000px) {
  .mainmenu {
    display: none;
  }
}
.mainmenu ul {
  display: flex;
  align-items: center;
  gap: 0 50px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1365px) {
  .mainmenu ul {
    gap: 0 20px;
  }
}
.mainmenu ul li {
  position: relative;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mainmenu ul li.current-menu-item a .en .mtext, .mainmenu ul li.current-menu-ancestor a .en .mtext, .mainmenu ul li.current-page-ancestor a .en .mtext {
  translate: 0 -200%;
}
.mainmenu ul li.current-menu-item a .en .copytext, .mainmenu ul li.current-menu-ancestor a .en .copytext, .mainmenu ul li.current-page-ancestor a .en .copytext {
  translate: -50% 0;
}
.mainmenu ul li.megamenu a::after {
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
  width: 22px;
  height: 14px;
  content: "";
  background-color: #004EA2;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s ease-out 0.1s;
}
.mainmenu ul li.megamenu.active a::after {
  opacity: 1;
}
.mainmenu ul li.megamenu.active a .en .mtext {
  translate: 0 -200%;
}
.mainmenu ul li.megamenu.active a .en .copytext {
  translate: -50% 0;
}
.mainmenu ul li.nolink {
  opacity: 0.3;
}
.mainmenu ul li a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  height: 105px;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.mainmenu ul li a .en {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  translate: 0 0;
  overflow: hidden;
  margin-bottom: 8px;
}
.mainmenu ul li a .en .mtext {
  position: relative;
  display: inline-block;
  translate: 0 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.mainmenu ul li a .en .copytext {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 100%;
  display: block;
  width: 100%;
  color: #004EA2;
  content: attr(data-text);
  transition: translate 0.3s ease-out;
}
.mainmenu ul li a .jp {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 800px) {
  .mainmenu ul li a:hover::after {
    opacity: 1;
  }
  .mainmenu ul li a:hover .en .mtext {
    translate: 0 -200%;
  }
  .mainmenu ul li a:hover .en .copytext {
    translate: -50% 0;
  }
}

.submenubox {
  display: none;
  position: fixed;
  left: 50%;
  top: 105px;
  translate: -50% 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 65px 20px 40px;
  background-color: #98C2EB;
}
.submenubox .menubox {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.submenubox .menubox .menu-detail {
  position: relative;
  width: 50%;
}
.submenubox .menubox .menu-detail.pm01 {
  padding-right: 32px;
}
.submenubox .menubox .menu-detail.pm01::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #FFFFFF;
}
.submenubox .menubox .menu-detail.pm02 {
  padding-left: 32px;
}
.submenubox .menubox .menu-detail .menu-title {
  color: #004EA2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.submenubox .menubox .menu-detail p {
  font-size: 14px;
  margin-bottom: 25px;
}
.submenubox .menubox .menu-detail .btn-search {
  margin-bottom: 6px;
}
.submenubox .menubox .menu-detail .btn-search:last-child {
  margin-bottom: 0;
}

#toggle {
  display: none;
}
@media screen and (max-width: 1000px) {
  #toggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63px;
    height: 60px;
    border: none;
    background: #E6E6E6;
    padding: 0;
    cursor: pointer;
    z-index: 10;
  }
}

@media screen and (max-width: 1000px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
}

@media screen and (max-width: 1000px) {
  .menu-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
  }
  .menu-trigger span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background-color: #004EA2;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 36px;
  }
  .menu-trigger.active :nth-of-type(1) {
    transform: translate(-50%, 8px) rotate(35deg);
  }
  .menu-trigger.active :nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active :nth-of-type(3) {
    transform: translate(-50%, -8px) rotate(-35deg);
  }
}

.spmainmenubox {
  display: none;
}
@media screen and (max-width: 1000px) {
  .spmainmenubox {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    background-color: #E6E6E6;
    z-index: 10;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .spmainmenubox.open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1000px) {
  .spmainmenubox .spmenubox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 1000px) {
  .spmainmenubox .spmenubox .spmainmenu {
    width: 100%;
    padding-top: 30px;
  }
  .spmainmenubox .spmenubox .spmainmenu ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li.nolink {
    opacity: 0.3;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li.last a {
    border-bottom: none;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 12px 50px 12px 15px;
    border-bottom: 2px solid #FFFFFF;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
    width: 8px;
    height: 13px;
    content: "";
    background-image: url("../img/bg_spmenu.svg");
    background-repeat: no-repeat;
    background-position: left top;
    transition: rotate 0.3s ease-out;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li a.open::after {
    rotate: 90deg;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li a .en {
    display: inline-block;
    width: 80px;
    color: #004EA2;
    font-size: 13px;
    font-weight: 300;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li a .jp {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li ul {
    display: none;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li ul li a {
    font-weight: 400;
    background: none;
    padding-left: 95px;
    border-bottom: 1px dashed #FFFFFF;
    pointer-events: none;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li ul li a::after {
    display: none;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li ul li ul {
    display: block;
  }
  .spmainmenubox .spmenubox .spmainmenu ul li ul li ul li a {
    pointer-events: auto;
    padding-left: 110px;
    background-image: url("../img/icon_search_sp.svg");
    background-repeat: no-repeat;
    background-position: right 22px center;
  }
}
@media screen and (max-width: 1000px) {
  .spmainmenubox .spmenubox .spmsoudan {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #FFFFFF;
    width: 100%;
    height: 47px;
    background-color: #004EA2;
    text-decoration: none;
    z-index: 0;
    padding: 0 14px;
  }
  .spmainmenubox .spmenubox .spmsoudan::after {
    position: absolute;
    right: 25px;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
    height: 13px;
    content: "";
    background-color: #FFFFFF;
    -webkit-mask-image: url("../img/bg_spmenu.svg");
            mask-image: url("../img/bg_spmenu.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: left top;
            mask-position: left top;
    pointer-events: none;
  }
  .spmainmenubox .spmenubox .spmsoudan .bn-circle {
    margin-right: 10px;
    width: 33px;
    height: 33px;
    font-size: 10px;
  }
  .spmainmenubox .spmenubox .spmsoudan .bn-title {
    font-size: 14px;
  }
}

.page-title {
  position: relative;
  width: 100%;
  padding-bottom: 115px;
}
@media screen and (max-width: 800px) {
  .page-title {
    padding-bottom: 35px;
  }
}
.page-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 889px;
  height: 432px;
  content: "";
  background-color: #F0F0F0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .page-title::before {
    width: 341px;
    height: 166px;
  }
}
.page-title.white {
  background-color: #FFFFFF;
}
.page-title.blue::after {
  position: absolute;
  left: 82px;
  top: -266px;
  width: 328px;
  height: 743px;
  content: "";
  rotate: 303deg;
  background-image: url("../img/bg_pagetitle_blue.svg");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 800px) {
  .page-title.blue::after {
    left: 34px;
    top: -60px;
    width: 105px;
    height: 225px;
    background-size: cover;
  }
}
.page-title.small h1 {
  left: 90px;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .page-title.small h1 {
    left: -3px;
  }
}
.page-title.small h1 .en {
  font-size: 67px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .page-title.small h1 .en {
    font-size: 30px;
    font-weight: 100;
  }
}
.page-title.special {
  padding-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .page-title.special {
    padding-bottom: 20px;
  }
}
.page-title.special::before {
  display: none;
}
.page-title.special h1 {
  left: 140px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .page-title.special h1 {
    left: 20px;
  }
}
.page-title.special h1::after {
  position: absolute;
  left: -17px;
  bottom: -10px;
  width: 295px;
  height: 1px;
  content: "";
  background-color: #004EA2;
  rotate: -25deg;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .page-title.special h1::after {
    left: 0px;
    width: 168px;
  }
}
.page-title.special h1 .en {
  font-size: 25px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .page-title.special h1 .en {
    font-size: 16px;
  }
}
.page-title.special h1 .en strong {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .page-title.special h1 .en strong {
    font-size: 28px;
  }
}
.page-title.start.blue::after {
  opacity: 1;
}
.page-title h1 {
  display: inline-block;
  position: relative;
  left: -13px;
  color: #004EA2;
  text-align: center;
  margin: 0 0 50px;
  padding-top: 120px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .page-title h1 {
    left: -3px;
    padding-top: 60px;
    margin: 0 auto 45px;
  }
}
.page-title h1 .en {
  position: relative;
  display: block;
  font-size: 128px;
  font-weight: 100;
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .page-title h1 .en {
    font-size: 44px;
  }
}
.page-title h1 .jp {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .page-title h1 .jp {
    position: relative;
    font-size: 14px;
    text-align: left;
    left: 23px;
  }
}

h2 {
  font-weight: 700;
  margin-bottom: 24px;
}
h2.en-title {
  text-align: center;
}
h2.en-title .en {
  display: block;
  color: #004EA2;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  h2.en-title .en {
    font-size: 20px;
  }
}
h2.en-title .jp {
  display: block;
  color: #004EA2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  h2.en-title .jp {
    font-size: 15px;
  }
}
h2.jp-title {
  text-align: center;
  margin-bottom: 30px;
}
h2.jp-title .jp {
  display: block;
  color: #004EA2;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  h2.jp-title .jp {
    font-size: 16px;
  }
}
h2.products-title {
  display: flex;
  align-items: center;
  min-height: 54px;
  color: #004EA2;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 78px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  h2.products-title {
    min-height: 46px;
    font-size: 18px;
    background-size: 52px 46px;
    padding-left: 62px;
    margin-bottom: 10px;
  }
}
h2.products-title.p01 {
  background-image: url("../img/icon_products01.svg");
}
h2.products-title.p02 {
  background-image: url("../img/icon_products02.svg");
}
h2.products-title.p03 {
  background-image: url("../img/icon_products03.svg");
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

img.alignleft {
  margin: 0 24px 12px 0;
}

img.alignright {
  margin: 0 0 12px 24px;
}

img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.wp-caption img {
  width: 100%;
}
.wp-caption .wp-caption-text {
  width: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .wp-caption .wp-caption-text {
    font-size: 12px;
  }
}

.column2 {
  display: flex;
}

main {
  position: relative;
  width: 100%;
  word-break: break-all;
  z-index: 1;
}
table {
  width: 100%;
  margin: 0 0 64px;
}
@media screen and (max-width: 800px) {
  table {
    margin-bottom: 24px;
  }
}
table tr:last-child th,
table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
table th,
table td {
  position: relative;
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
}
table th {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
}
.attention,
.attention a {
  color: #CB0000;
}

article {
  position: relative;
}

section {
  position: relative;
  clear: both;
}

.thumbnail {
  margin: 0 auto 15px;
}

p.photo_r {
  float: right;
  margin: 0 0 15px 15px;
}

p.photo_l {
  float: left;
  margin: 0 15px 15px 0;
}

p.photo_l {
  float: left;
  margin: 0 15px 15px 0;
}

.aligncenter {
  text-align: center;
}

.scroll-wrapper {
  width: 100%;
  overflow: scroll;
}

.youtube-content {
  display: flex;
  justify-content: center;
}

.youtube,
.accessmap {
  width: 100%;
  aspect-ratio: 16/9;
}

.accessmap {
  max-height: 356px;
}

iframe {
  width: 100%;
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-lightgray {
  background-color: #F0F0F0;
}

.bg-gradation {
  background-color: #FFFFFF;
  background-image: url("../img/bg_gradation.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .bg-gradation {
    background-image: url("../img/bg_gradation_sp.webp");
  }
}

.bg-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.line-down {
  position: relative;
  width: 1px;
  height: 162px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .line-down {
    height: 82px;
    margin-bottom: 20px;
  }
}
.line-down::before {
  display: block;
  position: relative;
  width: 1px;
  height: 162px;
  animation: scroll 2s infinite;
  background-color: #004EA2;
  content: "";
  margin: auto;
  transform: scale(1, 0);
  transform-origin: 0 0;
}
@media screen and (max-width: 800px) {
  .line-down::before {
    height: 82px;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.products-category {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .products-category {
    margin-bottom: 60px;
  }
}
.products-category h2.products-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .products-category h2.products-title {
    margin-bottom: 10px;
  }
}
.products-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 40px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .products-category ul {
    gap: 8px 2%;
    margin-bottom: 20px;
  }
}
.products-category ul:last-child {
  margin-bottom: 0;
}
.products-category ul li {
  width: 236px;
  min-height: 52px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .products-category ul li {
    width: 49%;
    min-height: 45px;
  }
}
.products-category ul li a {
  max-width: inherit;
  height: 100%;
  justify-content: flex-start;
  padding: 5px 40px 5px 16px;
}
@media screen and (max-width: 800px) {
  .products-category ul li a {
    font-size: 14px;
    justify-content: center;
    padding: 5px;
  }
}
@media screen and (max-width: 800px) {
  .products-category ul li a .btn-arrow {
    display: none;
  }
}

.products-group {
  background-color: #004EA2;
  padding: 50px 0 60px;
}
@media screen and (max-width: 800px) {
  .products-group {
    padding: 30px 0 45px;
  }
}
.products-group h2 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .products-group h2 {
    margin-bottom: 20px;
  }
}
.products-group h2 .en {
  display: block;
  color: #FFFFFF;
  font-size: 28px;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .products-group h2 .en {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.products-group h2 .en::before {
  display: none;
}
.products-group h2 .jp {
  display: block;
  color: #FFFFFF;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .products-group h2 .jp {
    font-size: 20px;
  }
}
.products-group h2 .jp small {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .products-group h2 .jp small {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.products-group .products-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .products-group .products-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.products-group .products-content::before {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: calc(100% + 40px);
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
.products-group .products-content.last {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.products-group .products-content.last::before {
  display: none;
}
.products-group .products-content h3 {
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .products-group .products-content h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.products-group .products-content .read-products {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .products-group .products-content .read-products {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .products-group .products-content .btn-half {
    gap: 10px 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 32px);
  max-width: 1000px;
  border: none;
  padding: 0;
  background: transparent;
  opacity: 0;
  transition: all 0.5s, overlay 0.5s allow-discrete, display 0.5s allow-discrete;
  pointer-events: none;
}
.modal::backdrop {
  background: #868686;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.5s linear;
}
.modal[open] {
  opacity: 1;
  pointer-events: auto;
}
@starting-style {
  .modal[open] {
    opacity: 0;
  }
}
.modal[open]::backdrop {
  opacity: 1;
}
.modal .close-modal {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  border: none;
  background: none;
  padding: 0;
}
.modal .close-modal::before, .modal .close-modal::after {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 25px;
  height: 2px;
  content: "";
  background-color: #004EA2;
  pointer-events: none;
  z-index: 1;
}
.modal .close-modal::before {
  rotate: -45deg;
}
.modal .close-modal::after {
  rotate: 45deg;
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
  padding: 56px 0;
}
.modal-content .scroll {
  width: 100%;
  height: 100%;
  padding: 0 56px;
  overflow-y: auto;
}
.modal-content .scroll h3 {
  color: #004EA2;
  font-size: 26px;
  margin-bottom: 30px;
}
.modal-content .scroll p {
  font-size: 15px;
  margin-bottom: 0;
}

.plan-group {
  border-bottom: 1px solid #004EA2;
  margin: -50px 0 112px;
}
@media screen and (max-width: 800px) {
  .plan-group {
    margin: 0 0 30px;
  }
}
.plan-group h2 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .plan-group h2 {
    margin-bottom: 20px;
  }
}
.plan-group h2 .jp {
  display: block;
  color: #004EA2;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .plan-group h2 .jp {
    font-size: 18px;
  }
}
.plan-group .plan-menu {
  display: flex;
  gap: 0 10px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
}
.plan-group .plan-menu li {
  width: 32.6%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li {
    width: 49%;
  }
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li.pmplan {
    order: 2;
  }
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li.pmchoice {
    order: 3;
  }
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li.pmproducts {
    width: 100%;
    order: 1;
  }
}
.plan-group .plan-menu li.pmproducts a {
  height: 53px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border: none;
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li.pmproducts a {
    justify-content: center;
  }
}
.plan-group .plan-menu li.pmproducts a::before, .plan-group .plan-menu li.pmproducts a::after {
  display: none;
}
.plan-group .plan-menu li.pmproducts a .m-text {
  position: relative;
  display: inline-block;
  background-image: url(../img/icon_products.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 27px;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li.pmproducts a .m-text {
    translate: 0 0;
  }
}
.plan-group .plan-menu li.pmproducts a .m-text::after {
  display: none;
}
.plan-group .plan-menu li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  color: #BCBCBC;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li a {
    font-size: 15px;
    line-height: 1.3;
  }
}
.plan-group .plan-menu li a::before, .plan-group .plan-menu li a::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 0;
}
.plan-group .plan-menu li a::before {
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: calc(100% - 50px);
  height: 6px;
  background-color: #004EA2;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li a::before {
    width: calc(100% - 28px);
  }
}
.plan-group .plan-menu li a.current {
  height: 66px;
  color: #004EA2;
  background-color: #FFFFFF;
  border-color: #004EA2;
  margin-bottom: -1px;
}
.plan-group .plan-menu li a.current::before {
  opacity: 1;
}
.plan-group .plan-menu li a.current::after {
  background-color: #004EA2;
}
.plan-group .plan-menu li a.current .m-text::after {
  background-color: #004EA2;
}
.plan-group .plan-menu li a .m-text {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li a .m-text {
    text-align: center;
    translate: -15px 0;
  }
}
.plan-group .plan-menu li a .m-text::after {
  position: absolute;
  top: 50%;
  right: -45px;
  translate: 0 -55%;
  width: 28px;
  height: 28px;
  content: "";
  background-color: #BCBCBC;
  -webkit-mask-image: url(../img/icon_search.svg);
          mask-image: url(../img/icon_search.svg);
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 800px) {
  .plan-group .plan-menu li a .m-text::after {
    right: -30px;
    width: 25px;
    height: 25px;
  }
}

.result-content {
  position: relative;
  padding: 100px 0;
  margin-bottom: 34px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .result-content {
    padding: 30px 0;
    margin-bottom: 25px;
  }
}
.result-content::after {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #F2F8FF;
  pointer-events: none;
  z-index: -1;
}

.plan-head {
  margin-bottom: 28px;
}
.plan-head h3 {
  display: flex;
  align-items: center;
  gap: 0 24px;
  color: #004EA2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .plan-head h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.plan-head .plan-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .plan-head .plan-category {
    margin-bottom: 32px;
  }
}
.plan-head .plan-category .cat-name {
  display: inline-block;
  color: #004EA2;
  font-size: 15px;
  font-weight: 500;
  border-left: 1px solid #004EA2;
  line-height: 1.5;
  padding: 0 18px;
}
@media screen and (max-width: 800px) {
  .plan-head .plan-category .cat-name {
    font-size: 13px;
    padding: 0 8px;
  }
}
.plan-head .plan-category .cat-name:last-child {
  border-right: 1px solid #004EA2;
}

.plan-img-content {
  width: 100%;
  background-color: #FFFFFF;
  border: 4px solid #BBD8F7;
  border-radius: 20px;
  padding: 64px 32px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 800px) {
  .plan-img-content {
    width: calc(100% + 20px);
    border-right: none;
    border-radius: 20px 0 0 20px;
    padding: 32px 20px 20px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 800px) {
  .plan-img-content .scroll-content {
    width: calc(100% + 40px);
    overflow-x: scroll;
    padding: 0 0 20px;
    margin-left: -20px;
  }
}
.plan-img-content .scroll-content .plan-img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .plan-img-content .scroll-content .plan-img {
    width: 663px;
    margin: 0 20px;
  }
}
.plan-img-content .scroll-content .plan-img img {
  width: 100%;
}

.plan-detail table {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .plan-detail table {
    margin-bottom: 45px;
  }
}
.plan-detail table thead th {
  width: auto;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #868686;
  padding: 6px;
}
@media screen and (max-width: 800px) {
  .plan-detail table thead th {
    padding: 2px;
  }
}
.plan-detail table thead th.th-equipment {
  width: 28%;
  min-width: 280px;
}
@media screen and (max-width: 800px) {
  .plan-detail table thead th.th-equipment {
    width: 68.1%;
    min-width: inherit;
    border-right: 4px solid #F2F8FF;
  }
}
.plan-detail table thead th.th-units {
  width: 22%;
}
@media screen and (max-width: 800px) {
  .plan-detail table thead th.th-units {
    width: 30.7%;
    min-width: inherit;
  }
}
.plan-detail table thead th.th-maker {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .plan-detail table thead th.th-maker {
    display: none;
  }
}
.plan-detail table thead th.th-link {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .plan-detail table thead th.th-link {
    display: none;
  }
}
.plan-detail table tbody tr {
  border-bottom: 1px solid #D3D0D0;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody tr {
    border-bottom: none;
  }
}
.plan-detail table tbody tr:last-child {
  border-bottom: none;
}
.plan-detail table tbody tr.tr-maker {
  display: none;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody tr.tr-maker {
    display: table-row;
  }
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody tr.tr-maker:last-child td.tsp-maker {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.plan-detail table tbody th {
  color: #004EA2;
  font-size: 20px;
  padding: 24px 6px 24px 20px;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody th {
    font-size: 18px;
    padding: 20px 0 0;
  }
}
.plan-detail table tbody th .equipment-name {
  position: relative;
  cursor: pointer;
  padding-right: 32px;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody th .equipment-name {
    padding-right: 28px;
  }
}
.plan-detail table tbody th .equipment-name::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background-color: #004EA2;
  border-radius: 50%;
  content: "?";
}
.plan-detail table tbody td {
  font-size: 15px;
  padding: 24px 6px;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody td {
    padding: 22px 0 0;
  }
}
.plan-detail table tbody td.t-units {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody td.t-maker {
    display: none;
  }
}
.plan-detail table tbody td.t-link {
  text-align: right;
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody td.t-link {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .plan-detail table tbody td.tsp-maker {
    border-bottom: 1px solid #D3D0D0;
    padding: 5px 0 15px;
  }
  .plan-detail table tbody td.tsp-maker .tsp-title {
    display: block;
    font-weight: 500;
  }
  .plan-detail table tbody td.tsp-maker .tsp-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
}
.plan-detail table tbody td a {
  color: #004EA2;
}
.plan-detail .price {
  text-align: center;
  padding: 32px 16px;
  background-color: #FFFFFF;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .plan-detail .price {
    padding: 26px 5px;
    margin-bottom: 30px;
  }
}
.plan-detail .price p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .plan-detail .price p {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .plan-detail .price p .total {
    display: block;
  }
}
.plan-detail .price p .price-text {
  color: #004EA2;
  font-size: 24px;
  font-weight: 700;
}
.plan-detail .price p .yen {
  display: inline-block;
  color: #004EA2;
  font-size: 16px;
  font-weight: 700;
  padding-left: 4px;
}
.plan-detail .komelist {
  margin-bottom: 0;
}

.entry-head {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .entry-head {
    gap: 0 8px;
    margin-bottom: 8px;
  }
}

.entry-cat-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: calc(100% - 65px);
}
@media screen and (max-width: 800px) {
  .entry-cat-box {
    width: 100%;
  }
}

.entry-cat {
  display: inline-block;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #0093D6;
  padding: 4px 10px;
}
@media screen and (max-width: 800px) {
  .entry-cat {
    font-size: 11px;
  }
}

.entry-date {
  display: inline-block;
  min-width: 65px;
  font-size: 12px;
  padding-top: 3px;
}
@media screen and (max-width: 800px) {
  .entry-date {
    padding-top: 0;
  }
}

.entry-title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .entry-title {
    font-size: 15px;
  }
}

.entrylist {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0.9%;
}
@media screen and (max-width: 800px) {
  .entrylist {
    gap: 25px 0;
  }
}
.entrylist a {
  display: block;
  width: 24.2%;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .entrylist a:hover .pickup-img img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 800px) {
  .entrylist a {
    width: 100%;
  }
}
.entrylist a .pickup-img {
  position: relative;
  margin-bottom: 10px;
}
.entrylist a .pickup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-out;
}
.entrylist a .pickup-img .entry-cat-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.entrylist a .pickup-img .entry-cat {
  font-size: 11px;
}
@media screen and (max-width: 800px) {
  .entrylist a .pickup-img .entry-cat {
    font-size: 12px;
  }
}
.entrylist a .entry-head {
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .entrylist a .entry-head {
    margin-bottom: 5px;
  }
}
.entrylist a .entry-head .entry-date {
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .entrylist a .entry-head .entry-date {
    font-size: 12px;
  }
}
.entrylist a .entry-title {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .entrylist a .entry-title {
    font-size: 15px;
  }
}
.entrylist a .taglist {
  margin-top: 12px;
}
@media screen and (max-width: 800px) {
  .entrylist a .taglist {
    margin-top: 8px;
  }
}
.entrylist a .taglist li {
  font-size: 11px;
}

.entry-box {
  margin-bottom: 125px;
}
@media screen and (max-width: 800px) {
  .entry-box {
    margin-bottom: 45px;
  }
}
.entry-box h3 {
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #004EA2;
  margin-bottom: 30px;
  padding: 0 0 20px 40px;
}
@media screen and (max-width: 800px) {
  .entry-box h3 {
    font-size: 16px;
    padding: 0 0 10px 32px;
    margin-bottom: 25px;
  }
}
.entry-box h3::after {
  position: absolute;
  left: 0px;
  top: 14px;
  width: 20px;
  height: 5px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .entry-box h3::after {
    top: 10px;
  }
}
.entry-box h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 28px;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .entry-box h4 {
    font-size: 15px;
    line-height: 1.73;
    padding-left: 17px;
    margin-bottom: 30px;
  }
}
.entry-box h4::after {
  position: absolute;
  left: 0px;
  top: 0;
  width: 10px;
  height: 100%;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .entry-box h4::after {
    width: 8px;
  }
}
.entry-box h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .entry-box h5 {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 10px;
  }
}
.entry-box p {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .entry-box p {
    margin-bottom: 25px;
  }
}
.entry-box p.wp-caption-text {
  margin-bottom: 0;
}
.entry-box iframe {
  aspect-ratio: 16/9;
}
.entry-box ul {
  list-style-type: disc;
  margin: 0 0 40px 1.5em;
}
@media screen and (max-width: 800px) {
  .entry-box ul {
    margin-bottom: 30px;
  }
}
.entry-box ul li {
  font-size: 15px;
  line-height: 1.7;
}
.entry-box ol {
  margin: 0 0 40px 1.5em;
}
@media screen and (max-width: 800px) {
  .entry-box ol {
    margin-bottom: 30px;
  }
}
.entry-box ol li {
  font-size: 15px;
  line-height: 1.7;
}
.entry-box .column2 {
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .entry-box .column2 {
    flex-wrap: wrap;
    gap: 30px 0;
    margin-bottom: 40px;
  }
}
.entry-box .column2 .l-column {
  width: 47.5%;
}
@media screen and (max-width: 800px) {
  .entry-box .column2 .l-column {
    width: 100%;
  }
}
.entry-box .column2 .r-column {
  width: 47.5%;
}
@media screen and (max-width: 800px) {
  .entry-box .column2 .r-column {
    width: 100%;
  }
}
.entry-box .column2 p:last-child,
.entry-box .column2 ul:last-child,
.entry-box .column2 ol:last-child {
  margin-bottom: 0;
}
.entry-box .dotbox {
  border: 1px dashed #004EA2;
  padding: 35px 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .entry-box .dotbox {
    padding: 30px;
    margin-bottom: 40px;
  }
}
.entry-box .dotbox .dotbox-title {
  position: relative;
  color: #004EA2;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .entry-box .dotbox .dotbox-title {
    margin-bottom: 20px;
  }
}
.entry-box .dotbox .dotbox-title::before {
  position: absolute;
  left: -45px;
  top: 4px;
  width: 32px;
  height: 10px;
  content: "";
  background-color: #004EA2;
}
@media screen and (max-width: 800px) {
  .entry-box .dotbox .dotbox-title::before {
    top: 4px;
    left: -30px;
    width: 19px;
    height: 10px;
  }
}
.entry-box .dotbox p:last-child,
.entry-box .dotbox ul:last-child,
.entry-box .dotbox ol:last-child {
  margin-bottom: 0;
}
.entry-box .btn-blue {
  margin: 0 auto;
}

.pickup {
  padding: 110px 0 170px;
  border-top: 1px solid #D3D0D0;
}
@media screen and (max-width: 800px) {
  .pickup {
    padding: 55px 0 70px;
  }
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 567px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .search-form {
    max-width: inherit;
  }
}
.search-form input.search-text {
  position: relative;
  width: 100%;
  min-height: 65px;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 11px 30px;
  border: none;
}
@media screen and (max-width: 800px) {
  .search-form input.search-text {
    min-height: 39px;
  }
}
.search-form input.search-btn {
  position: absolute;
  right: 34px;
  top: 50%;
  translate: 0 -50%;
  width: 34px;
  height: 34px;
  font-size: 0;
  background: none;
  background-image: url("../img/icon_search_lightblue.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  border: none;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .search-form input.search-btn {
    right: 18px;
    width: 23px;
    height: 23px;
    background-size: cover;
  }
}

.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.taglist li {
  display: inline-block;
  color: #0093D6;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #0093D6;
  border-radius: 9999px;
  margin: 0;
  padding: 2px 10px;
}
@media screen and (max-width: 800px) {
  .taglist li {
    padding: 1px 10px;
  }
}
.taglist li a {
  display: block;
  color: #0093D6;
  text-decoration: none;
  padding: 2px 10px;
}
@media screen and (max-width: 800px) {
  .taglist li a {
    padding: 1px 10px;
  }
}

.group {
  padding: 55px 0 85px;
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .group {
    padding: 50px 0 45px;
    margin-bottom: 50px;
  }
}
.group .group-detail {
  margin-bottom: 55px;
}
@media screen and (max-width: 800px) {
  .group .group-detail {
    margin-bottom: 50px;
  }
}
.group .group-detail:last-child {
  margin-bottom: 0;
}
.group .group-detail .en-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .group .group-detail .en-title {
    margin-bottom: 25px;
  }
}
.group .group-detail .taglist {
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .group .group-detail .taglist {
    gap: 6px 3px;
  }
}
.group .group-detail .taglist li {
  padding: 0;
}
.group .group-detail .more {
  display: flex;
  justify-content: center;
}
.group .group-detail .more a {
  display: inline-block;
  color: #0093D6;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-image: url("../img/arrow_r.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  margin-left: 18px;
}

.categorylist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0.8%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .categorylist {
    gap: 7px 1%;
  }
}
.categorylist li {
  width: 24.2%;
  min-height: 48px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .categorylist li {
    width: 49%;
    min-height: 45px;
  }
}
.categorylist li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background-color: #0093D6;
  padding: 5px 40px;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 800px) {
  .categorylist li a:hover {
    background-color: #42ADDD;
  }
  .categorylist li a:hover::after {
    scale: 4.2;
    opacity: 0;
  }
}
@media screen and (max-width: 800px) {
  .categorylist li a {
    font-size: 14px;
    line-height: 1.28;
    padding: 5px 0;
  }
}
.categorylist li a::after {
  position: absolute;
  right: 17px;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 800px) {
  .categorylist li a::after {
    display: none;
  }
}

.entry-list {
  margin-bottom: 110px;
}
@media screen and (max-width: 800px) {
  .entry-list {
    margin-bottom: 75px;
  }
}
.entry-list .entrylist {
  margin-bottom: 75px;
}

.most {
  padding: 110px 0 95px;
  margin-bottom: 115px;
}
@media screen and (max-width: 800px) {
  .most {
    padding: 70px 0;
    margin-bottom: 50px;
  }
}

.magazines-entry {
  padding: 110px 0 95px;
}
@media screen and (max-width: 800px) {
  .magazines-entry {
    padding: 70px 0;
  }
}
.magazines-entry .entrylist {
  margin-bottom: 80px;
}

.fade-text {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.fade-text.active img {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .fade-text.active img {
    margin-bottom: 5px;
  }
}
.fade-text.active img:nth-child(1) {
  animation: fadetext 2s ease forwards 0s;
}
@media screen and (max-width: 800px) {
  .fade-text.active img:nth-child(1) {
    animation: fadetext 1s ease forwards 0s;
  }
}
.fade-text.active img:nth-child(2) {
  animation: fadetext 2s ease forwards 0.8s;
}
@media screen and (max-width: 800px) {
  .fade-text.active img:nth-child(2) {
    animation: fadetext 1s ease forwards 0.8s;
  }
}
@media screen and (max-width: 800px) {
  .fade-text.active img:nth-child(3) {
    animation: fadetext 1s ease forwards 1.6s;
  }
}
@media screen and (max-width: 800px) {
  .fade-text.active img:nth-child(4) {
    animation: fadetext 1s ease forwards 2.4s;
  }
}
.fade-text.active img:last-child {
  margin-bottom: 0;
}
.fade-text img {
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 100%;
          mask-size: 250% 100%;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
}

@keyframes fadetext {
  0% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
}
.parallax-img {
  width: 100%;
  height: 467px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .parallax-img {
    height: auto;
  }
}
.parallax-img img {
  width: 100%;
}

.read {
  position: relative;
  width: calc(100% - 40px);
  z-index: 2;
  margin: 0 auto;
}
.read p {
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .read p {
    text-align: left;
  }
}
.read p.read-page {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .read p.read-page {
    font-size: 18px;
    text-align: center;
  }
}

.pagemenu {
  counter-reset: count;
  padding-bottom: 115px;
}
@media screen and (max-width: 800px) {
  .pagemenu {
    padding-bottom: 50px;
  }
}
.pagemenu ol {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 4%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .pagemenu ol {
    gap: 10px 0;
  }
}
.pagemenu ol li {
  width: 30.6%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .pagemenu ol li {
    width: 100%;
  }
}
.pagemenu ol li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 76px;
  color: #004EA2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #004EA2;
  padding: 0 45px;
}
@media screen and (min-width: 800px) {
  .pagemenu ol li a:hover::after {
    top: calc(50% + 4px);
  }
}
@media screen and (max-width: 800px) {
  .pagemenu ol li a {
    height: 60px;
    padding-left: 40px;
  }
}
.pagemenu ol li a::before, .pagemenu ol li a::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.pagemenu ol li a::before {
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
}
@media screen and (max-width: 800px) {
  .pagemenu ol li a::before {
    font-size: 20px;
  }
}
.pagemenu ol li a::after {
  right: 20px;
  width: 12px;
  height: 7px;
  content: "";
  background-image: url("../img/arrow_d.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  transition: top 0.3s ease-out;
}
.fade-content p {
  color: #004EA2;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .fade-content p {
    font-size: 18px;
  }
}
.fade-content .fade-text {
  margin: 20px auto 25px;
}

.comingsoon {
  position: relative;
  pointer-events: none;
}
.comingsoon::before, .comingsoon::after {
  position: absolute;
  content: "";
}
.comingsoon::before {
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 467px;
  height: 185px;
  border: 1px solid #FFFFFF;
  background-image: url("../img/comingsoon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .comingsoon::before {
    width: 243px;
    height: 130px;
    background-image: url("../img/comingsoon_sp.svg");
  }
}
.comingsoon::after {
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 78, 162, 0.8);
  z-index: 0;
}

.wp-pagenavi {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 90px 0 185px;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi {
    gap: 7px;
    margin: 60px 0 40px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: grid;
  place-content: center;
  width: 35px;
  height: 35px;
  color: #0093D6;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  border: none !important;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 18px;
  }
}
.wp-pagenavi .pages {
  display: none;
}

input,
select,
textarea {
  padding: 11px 15px;
  font-size: 16px;
  background-color: #FFFFFF;
}
button,
input {
  line-height: normal;
}

textarea {
  vertical-align: top;
}

input[type=checkbox],
input[type=radio],
input[type=file],
input[type=hidden],
input[type=image],
input[type=color] {
  padding: 0;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
}

input#your-address {
  display: block;
  margin-top: 16px;
}

input#your-zip {
  width: 30%;
}
@media screen and (max-width: 800px) {
  input#your-zip {
    width: 50%;
  }
}

.zip {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding-right: 0.5em;
}

input#your-tel,
input#your-fax {
  width: 65%;
}
@media screen and (max-width: 800px) {
  input#your-tel,
  input#your-fax {
    width: 100%;
  }
}

::-moz-placeholder {
  color: #D3D0D0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

::placeholder {
  color: #D3D0D0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
  ::placeholder {
    font-size: 13px;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
}

.required::after {
  display: inline-block;
  position: relative;
  color: #CB0000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
  vertical-align: baseline;
  content: "※";
}

select,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-fill-color: #1D1D1D;
  opacity: 1;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.wpcf7-form-control-wrap .wpcf7-radio,
.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-checkbox label,
.wpcf7-radio label {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.3;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-radio {
  gap: 15px 40px;
}
.wpcf7-radio .wpcf7-list-item {
  width: auto;
}
.wpcf7-radio .wpcf7-list-item input {
  margin: 0 10px 0 0;
}

.wpcf7-checkbox {
  gap: 15px 0;
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 48%;
}
@media screen and (max-width: 800px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item input {
  margin: 0 6px 0 0;
}

.wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 308px;
  height: 70px;
  color: #1D1D1D;
  -webkit-text-fill-color: #1D1D1D;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: transparent;
  border-radius: 9999px;
  text-decoration: none;
  padding: 0 0 0 48px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  z-index: 1;
}
.wpcf7-form input[type=submit]:disabled,
.wpcf7-form input[type=button]:disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 800px) {
  .wpcf7-form input[type=submit]:hover:not(:disabled),
  .wpcf7-form input[type=button]:hover:not(:disabled) {
    cursor: pointer;
  }
  .wpcf7-form input[type=submit]:hover,
  .wpcf7-form input[type=button]:hover {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
  }
}
#btn_contact {
  display: flex;
  flex-direction: column;
  max-width: 308px;
  margin: 60px auto 0;
}
.submit-button,
.btn-confirm,
.btn-back {
  position: relative;
  height: 70px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .submit-button,
  .btn-confirm,
  .btn-back {
    height: 61px;
  }
}

.recommend {
  padding-top: 95px;
}
@media screen and (max-width: 800px) {
  .recommend {
    padding-top: 45px;
  }
}
.recommend h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 800px) {
  .recommend h2 {
    margin-bottom: 25px;
  }
}
.recommend .btn-half {
  flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 800px) {
  .recommend .btn-half {
    gap: 25px 0;
  }
}

.breadcrumb {
  position: relative;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 125px 0 35px;
}
.breadcrumb::after {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 200vw;
  height: calc(100% + 83px);
  content: "";
  background-color: #FFFFFF;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    padding: 60px 0 15px;
  }
}
.breadcrumb p {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0;
  z-index: 1;
}
.breadcrumb p br {
  display: none;
}
.breadcrumb p span {
  font-size: 13px;
  margin: 0 12px;
}
.breadcrumb p span.bhome {
  margin-left: 0;
}
.breadcrumb p span span {
  margin: 0;
}

.bn-soudan {
  display: none;
  position: fixed;
  right: 57px;
  bottom: 18px;
  width: 268px;
  height: 95px;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .bn-soudan {
    display: block;
    left: 20px;
    right: auto;
    bottom: 0;
    width: calc(100% - 40px);
    height: 47px;
  }
}
.bn-soudan.hide {
  display: none !important;
}
.bn-soudan .bn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  background-color: #1D1D1D;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .bn-soudan .bn-close {
    top: 50%;
    right: 14px;
    translate: 0 -50%;
    width: 20px;
    height: 20px;
  }
}
.bn-soudan .bn-close::before, .bn-soudan .bn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13px;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
}
@media screen and (max-width: 800px) {
  .bn-soudan .bn-close::before, .bn-soudan .bn-close::after {
    width: 10px;
  }
}
.bn-soudan .bn-close::before {
  rotate: 135deg;
}
.bn-soudan .bn-close::after {
  rotate: -135deg;
}
.bn-soudan a {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  background-color: #004EA2;
  text-decoration: none;
  z-index: 0;
  padding: 0 14px;
}
@media screen and (max-width: 800px) {
  .bn-soudan a {
    justify-content: flex-start;
  }
}
.bn-soudan a .bn-cap {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .bn-soudan a .bn-cap {
    display: none;
  }
}
.bn-soudan a .bn-cap .bn-cap-text {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
}
.bn-soudan a .bn-cap .bn-cap-text::before, .bn-soudan a .bn-cap .bn-cap-text::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 13px;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
}
.bn-soudan a .bn-cap .bn-cap-text::before {
  left: 0;
  rotate: 58deg;
}
.bn-soudan a .bn-cap .bn-cap-text::after {
  right: 0;
  rotate: -58deg;
}

.bn-circle {
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.06;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 6px;
}
@media screen and (max-width: 800px) {
  .bn-circle {
    width: 33px;
    height: 33px;
    font-size: 10px;
  }
}

.bn-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  .bn-title {
    font-size: 14px;
  }
}

.bn-form {
  display: none;
  position: fixed;
  right: 0px;
  bottom: 60px;
  width: 57px;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .bn-form {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    right: auto;
    bottom: 0;
    width: calc(100% - 40px);
    height: 45px;
    text-decoration: none;
    background-color: #004EA2;
  }
}
@media screen and (max-width: 800px) {
  .bn-form img {
    display: none;
  }
}
.bn-form .bn-text {
  display: none;
}
@media screen and (max-width: 800px) {
  .bn-form .bn-text {
    display: flex;
    align-items: center;
    height: 26px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    background-image: url("../img/icon_form.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
  }
}

.footer-contact {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #DEDEDE;
  margin: 0 auto 95px;
  padding: 20px 0 35px;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 800px) {
  .footer-contact:hover {
    background-color: #ccc;
  }
}
@media screen and (max-width: 800px) {
  .footer-contact {
    padding: 20px 0 25px;
    margin-bottom: 35px;
  }
}
.footer-contact.blue {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #004EA2;
  padding: 40px 0 45px;
  margin-top: 180px;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue {
    padding: 30px 0;
    margin-top: 55px;
  }
}
.footer-contact.blue::after {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 100vw;
  height: 100%;
  background-color: #004EA2;
  content: "";
  z-index: -1;
}
.footer-contact.blue .en-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue .en-title {
    margin-bottom: 15px;
  }
}
.footer-contact.blue .en-title .en {
  color: #FFFFFF;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue .en-title .en {
    font-size: 19px;
  }
}
.footer-contact.blue ul {
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue ul {
    gap: 7px 0;
    margin-bottom: 15px;
  }
}
.footer-contact.blue ul li {
  color: #FFFFFF;
  background-color: #004EA2;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue ul li {
    width: 264px;
    min-height: 36px;
    font-size: 15px;
  }
}
.footer-contact.blue .read-fc {
  color: #FFFFFF;
}
.footer-contact.blue h3 .jp {
  color: #FFFFFF;
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue h3 .jp {
    font-size: 20px;
    padding-top: 30px;
  }
}
.footer-contact.blue h3 .jp::before {
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .footer-contact.blue h3 .jp::before {
    width: 33px;
    height: 23px;
  }
}
.footer-contact.blue .btn-arrow {
  bottom: 45px;
}
.footer-contact.blue .btn-arrow::before, .footer-contact.blue .btn-arrow::after {
  background-color: #FFFFFF;
}
.footer-contact.footer-plan {
  height: 253px;
}
.footer-contact.footer-plan .read-fc {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-contact.footer-plan h3 .jp {
  font-size: 30px;
}
.footer-contact.footer-plan h3 .jp::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 28px;
  height: 35px;
  content: "";
  background: none;
  background-image: url("../img/icon_products.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-mask-image: none;
          mask-image: none;
}
.footer-contact.footer-plan .btn-arrow {
  right: -38px;
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}
.footer-contact .en-title {
  margin-bottom: 20px;
}
.footer-contact ul {
  display: flex;
  justify-content: center;
  gap: 0 15px;
  margin: 0 0 15px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer-contact ul {
    flex-direction: column;
    align-items: center;
    gap: 4px 0;
    margin-bottom: 8px;
  }
}
.footer-contact ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.4%;
  min-height: 36px;
  color: #004EA2;
  font-size: 15px;
  font-weight: 500;
  background-color: #FFFFFF;
  border-radius: 9999px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer-contact ul li {
    width: 222px;
    min-height: 28px;
    font-size: 13px;
  }
}
.footer-contact .read-fc {
  color: #004EA2;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .footer-contact .read-fc {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.footer-contact h3 {
  text-align: center;
  margin: 0;
}
.footer-contact h3 .jp {
  position: relative;
  display: inline-block;
  color: #004EA2;
  font-size: 29px;
  line-height: 1.1;
  padding-left: 53px;
}
@media screen and (max-width: 800px) {
  .footer-contact h3 .jp {
    font-size: 20px;
    line-height: 1.3;
    padding: 23px 0 0;
  }
}
.footer-contact h3 .jp::before {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 33px;
  height: 23px;
  content: "";
  background-color: #004EA2;
  -webkit-mask-image: url("../img/icon_contact.svg");
          mask-image: url("../img/icon_contact.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 800px) {
  .footer-contact h3 .jp::before {
    left: 50%;
    top: 0;
    translate: -50% 0;
    width: 24px;
    height: 17px;
  }
}
@media screen and (max-width: 800px) {
  .footer-contact h3 .jp .break {
    display: block;
    font-size: 0;
  }
}
.footer-contact .btn-arrow {
  right: 13px;
  bottom: 35px;
  width: 119px;
  height: 119px;
}
@media screen and (max-width: 800px) {
  .footer-contact .btn-arrow {
    display: none;
  }
}
.footer-contact .btn-arrow::before, .footer-contact .btn-arrow::after {
  -webkit-mask-image: url("../img/btn_arrow02.svg");
          mask-image: url("../img/btn_arrow02.svg");
}

.footer {
  position: relative;
  width: 100%;
  padding: 0 0 15px;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-bottom: 10px;
  }
}
.footer::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 82px);
  content: "";
  background-color: #004EA2;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .footer::after {
    height: calc(100% - 35px);
  }
}
.footer .special-contents {
  position: relative;
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 70px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .footer .special-contents {
    padding: 30px 14px 45px;
    margin-bottom: 48px;
  }
}
.footer .special-contents .en-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .footer .special-contents .en-title {
    margin-bottom: 25px;
  }
}
.footer .special-contents ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul {
    flex-wrap: wrap;
    gap: 15px 0;
    max-width: inherit;
  }
}
.footer .special-contents ul li {
  width: 46.7%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li {
    width: 100%;
  }
}
.footer .special-contents ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 270px;
  align-items: flex-end;
  text-decoration: none;
}
.footer .special-contents ul li a::after {
  position: absolute;
  right: 34px;
  bottom: 18px;
  width: 38px;
  height: 12px;
  content: "";
  pointer-events: none;
  background-image: url("../img/arrow_special.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: 1;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a::after {
    right: 18px;
    width: 23px;
    height: 7px;
  }
}
@media screen and (min-width: 800px) {
  .footer .special-contents ul li a:hover::after {
    right: 24px;
  }
  .footer .special-contents ul li a:hover .sc-img::before {
    background-color: rgba(29, 29, 29, 0.2);
  }
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a {
    height: auto;
  }
}
.footer .special-contents ul li a.sc-movie::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 88px;
  height: 88px;
  content: "";
  pointer-events: none;
  background-image: url("../img/icon_play.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a.sc-movie::before {
    width: 47px;
    height: 47px;
  }
}
.footer .special-contents ul li a .sc-img {
  position: relative;
  display: block;
  z-index: 0;
}
.footer .special-contents ul li a .sc-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(29, 29, 29, 0.46);
  transition: background-color 0.3s ease-out;
  pointer-events: none;
  z-index: 1;
}
.footer .special-contents ul li a .sc-img img {
  position: relative;
  width: 467px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-img img {
    width: 100%;
    height: auto;
  }
}
.footer .special-contents ul li a .sc-content {
  position: absolute;
  left: 15px;
  bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-content {
    left: 12px;
    bottom: 15px;
  }
}
.footer .special-contents ul li a .sc-content .sc-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-content .sc-title {
    margin-bottom: 10px;
  }
}
.footer .special-contents ul li a .sc-content .sc-title .en {
  display: block;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-content .sc-title .en {
    font-size: 20px;
  }
}
.footer .special-contents ul li a .sc-content .sc-title .jp {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-content .sc-title .jp {
    font-size: 12px;
  }
}
.footer .special-contents ul li a .sc-content .read-sc {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-content .read-sc {
    font-size: 16px;
    line-height: 1.37;
  }
}
.footer .special-contents ul li a .sc-comingsoon {
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .footer .special-contents ul li a .sc-comingsoon {
    font-size: 20px;
  }
}
.footer .footermenu {
  margin-bottom: 65px;
}
@media screen and (max-width: 800px) {
  .footer .footermenu {
    margin-bottom: 25px;
  }
}
.footer .footermenu ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer .footermenu ul {
    flex-wrap: wrap;
    gap: 5px 0;
  }
}
.footer .footermenu ul li {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .footer .footermenu ul li {
    width: 50%;
  }
}
.footer .footermenu ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .footer .footermenu ul li a {
    font-size: 13px;
  }
}
.footer .copyright {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .footer .copyright {
    font-size: 11px;
  }
}

#wpadminbar {
  position: fixed;
}/*# sourceMappingURL=common.css.map */