@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.eng, ul.info-box .info-box-item .info-box-textarea .info-box-btn-01, ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

/* header
---------------------------------------- */
.top-head {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: 0.6s;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  height: 72px;
}

.lower .top-head {
  position: static;
}

.lower .top-head .header .menu-area .menu > li > a {
  color: #333;
}

.lower .top-head .header .menu-area .menu > li .submenu-wrapper {
  z-index: 10;
}

.top-head.is-fixed {
  position: fixed !important;
  background-color: #fff;
  animation: gnavScrolledSlideDown 0.4s ease-out forwards;
}

.top-head.is-fixed .header .menu-area .menu > li > a {
  color: #333;
}

.top-head .header {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 72px;
}

.top-head .header .menu-area {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

.top-head .header .menu-area .head-logo {
  width: 125px;
}

.top-head .header .menu-area .head-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .head-logo {
    width: 125px;
  }
}

.top-head .header .menu-area .menu {
  margin: 0;
  padding: 0 180px 0 0;
  width: calc(100% - 160px - 145px);
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
  box-sizing: border-box;
  gap: 48px;
}

@media screen and (min-width: 768px) and (max-width: 1048px) {
  .top-head .header .menu-area .menu {
    gap: 24px;
  }
}

.top-head .header .menu-area .menu > li {
  margin: 0;
  padding: 0;
}

.top-head .header .menu-area .menu > li > a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-weight: normal;
  transition: all 0.4s ease;
  height: 72px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > a {
    font-size: 11px;
  }
}

.top-head .header .menu-area .menu > li > a:hover {
  opacity: 0.5;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  left: 0;
  top: 72px;
  background-color: #002078;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: none;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu {
    padding: 0 5%;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img {
  width: 260px;
  flex: none;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img {
    width: 180px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-img img {
  width: 100%;
  height: auto;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title {
  text-align: left;
  line-height: 1;
  height: 100%;
  min-width: 220px;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-title {
    min-width: 160px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 70px;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list {
    gap: 24px 24px;
  }
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  margin-right: 12px;
  background: url("../img/arrow_w_r.svg") 0 0/contain no-repeat;
}

.top-head .header .menu-area .menu > li > .submenu-wrapper .submenu .submenu-list li a:hover {
  opacity: 0.5;
}

.top-head .header .menu-area .contact-tel-box {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .contact-tel-box {
    width: 100px;
  }
}

.top-head .header .menu-area .contact-tel-box a {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  color: #fff;
  font-weight: 500;
  background-color: #e53946;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .top-head .header .menu-area .contact-tel-box a {
    font-size: 12px;
  }
}

.top-head .header .menu-area .contact-tel-box a:hover {
  opacity: 0.5;
}

@keyframes gnavScrolledSlideDown {
  0% {
    transform: translateY(-144px);
  }
  100% {
    transform: translateY(0);
  }
}

.footer {
  margin: 0;
  padding: 80px 0;
  background-color: #39393a;
  position: relative;
  z-index: 2;
}

.footer .inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner {
    padding: 0 5%;
  }
}

.footer .inner .unit-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .inner .unit-01 .footer-logo-column {
  width: 320px;
  line-height: calc(24 / 14);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-logo-column {
    width: 200px;
  }
  .footer .inner .unit-01 .footer-logo-column img {
    width: 100%;
    height: auto;
  }
}

.footer .inner .unit-01 .footer-logo-column .footer-logo {
  width: 300px;
}

.footer .inner .unit-01 .footer-logo-column .footer-logo img {
  display: block;
  width: 100%;
}

.footer .inner .unit-01 .footer-logo-column .foot-address {
  color: #fff;
  font-size: 14px;
  line-height: calc(24 / 14);
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-logo-column .foot-address {
    font-size: 12px;
    margin-top: 8px;
  }
}

.footer .inner .unit-01 .footer-logo-column .tel {
  color: #fff;
  line-height: calc(24 / 14);
}

.footer .inner .unit-01 .footer-menu-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
  width: calc(100% - 320px - 50px);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column {
    width: calc(100% - 200px - 30px);
    gap: 2%;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu {
  margin: 0;
  padding: 0;
  max-width: 220px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu:nth-child(4) {
    width: 24%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu:nth-child(5) {
    width: 19%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu {
    width: 16%;
    max-width: none;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item {
    font-size: 12px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level + .first-level {
  margin-top: 10px;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a {
    font-size: 12px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level > a:hover {
  opacity: 0.5;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level {
  margin: 16px 0 0;
  padding: 0;
  line-height: 1.5;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item + .submenu-item {
  margin-top: 10px;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a {
    font-size: 10px;
  }
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a:before {
  content: "";
  display: block;
  flex: none;
  width: 8px;
  height: 1px;
  margin: 10px 12px 0 0;
  background-color: #fff;
}

.footer .inner .unit-01 .footer-menu-column .footer-menu .footer-menu-item.first-level .second-level.submenu .submenu-item > a:hover {
  opacity: 0.5;
}

.footer .inner .copyright {
  text-align: center;
  color: #fff;
  margin-top: 80px;
  width: 100%;
}

/* Reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

embed,
object {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

abbr,
acronym,
fieldset,
img {
  border: 0;
}

li {
  list-style-type: none;
  list-style: none;
}

.edge li {
  white-space: nowrap;
}

img {
  vertical-align: bottom;
  height: auto;
}

hr {
  clear: both;
  border: none;
  background-color: #ffffff;
}

body {
  line-height: 1.8;
}

a {
  color: #231815;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

svg {
  overflow: visible;
}

html,
body {
  width: 100%;
}

body {
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-weight: 400;
}

.bg {
  background-color: #eff5ff;
}

.bg-gray {
  background-color: #f7f7f7;
}

/* 基本のスタイル */
.scroll-fade.delighter {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-fade.delighter.started {
  transform: translate(0, 45px);
  transition: all 300ms;
}

/* スタート時のスタイル */
/* エンド時のスタイル */
/* sp
---------------------------------------- */
.forSP,
.forsp {
  display: none;
}

/* common
---------------------------------------- */
#mobile-menu {
  display: none;
}

p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 600;
}

p.contact_btn a:hover {
  background-color: #9f9080;
}

.copyright {
  text-align: center;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}

ul.infoarea-box {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* margin-bottom: 100px; */
  padding-bottom: 30px;
}

.footer-info-area li.contact-tel-box {
  position: relative;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

ul.infoarea-box li {
  margin: 10px;
  border: 1px solid #8bc01f;
  padding: 20px 30px;
  width: 492px;
  height: 114px;
}

li.contact-mail-box {
  background-color: #ffdc00;
  position: relative;
}

li.contact-mail-box p {
  font-size: 1.3rem;
  vertical-align: bottom;
  position: absolute;
  top: 60;
  left: 0;
  right: 0;
  /* bottom: 0; */
  margin: auto;
}

li.contact-mail-box p:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 42px;
  /*画像の幅*/
  height: 27px;
  /*画像の高さ*/
  background-image: url(../img/mail.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -40;
  right: 50%;
}

ul.middle_inner {
  display: flex;
}

ul.middle_inner li {
  color: #fff;
}

ul.middle_inner li:first-child {
  padding-top: 70px;
  width: 70%;
}

ul.middle_inner li:last-child img {
  position: absolute;
  width: 45%;
  right: 0;
  top: -101px;
}

ul.list_box p.catch {
  width: 100%;
  text-align: left;
}

ul.list_box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.list_box li {
  width: 322px;
  margin: 20px;
  transition: all 0.6s ease 0s;
}

ul.list_box li a:hover {
  transform: scale(1.1, 1.1);
}

ul.list_box li:first-child {
  width: 100%;
  color: #333;
}

ul.list_box a.morebtn {
  display: inline-block;
  border: 1px solid #1974ce;
  color: #1974ce;
  font-size: 14px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 160px;
  height: 30px;
  line-height: 5px;
  padding: 13px;
}

ul.list_box a.morebtn:hover {
  color: #ffffff;
  background-color: #0097e0;
  border: 1px solid #0097e0;
}

ul.list_box p.txt {
  text-align: left;
  line-height: 1.8rem;
  /* padding-top: 15px; */
  color: #1974ce;
  font-size: 14px;
  padding: 0px 20px 0px 10px;
  background-color: #fff;
}

.u8fadeItem {
  transition: 0.8s;
}

.u8fadeItem.fadeDelay {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.u8fadeItem.fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
}

.u8fadeItem.fadeIn.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
}

.u8fadeItem.fadeInDown {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.u8fadeItem.fadeInDown.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.u8fadeItem.fadeInUp {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.u8fadeItem.fadeInUp.efdone {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
  width: 54px;
  height: 54px;
  position: fixed;
  right: 50px;
  background: #747474;
  z-index: 99;
  border-radius: 54px;
}

#page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  text-decoration: none;
}

#page-top a::before {
  content: url(../images/toparrow.png);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.pages .default-text {
  font-size: 16px;
  margin-top: 48px;
}

.pages .default-text + .default-text {
  margin-top: 1rem;
}

.bg-grey {
  background-color: #f2f0ef;
}

/*====================
news
 ====================*/
.philosophy.news .h1block {
  background: url("../img/bg_news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ttl-cmn-02 span {
  font-size: 1rem;
  padding-right: 15px;
}

ul.info-box {
  padding-top: 42px;
  display: flex;
  justify-content: center;
  gap: 24px 2%;
}

ul.info-box .info-box-item {
  background-color: #fff;
  width: 49%;
  box-sizing: border-box;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

ul.info-box .info-box-item .info-box-ttl {
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background-color: #1974ce;
  padding: 20px;
  font-size: 24px;
}

ul.info-box .info-box-item .info-box-textarea {
  padding: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea {
    padding: 24px 20px;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-text-01 {
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea .info-box-text-01 {
    font-size: 14px;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin: 15px auto 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #1974ce;
  width: 320px;
  font-weight: bold;
  font-size: 20px;
  color: #1974ce;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item .info-box-textarea .info-box-btn-01 {
    font-size: 14px;
    width: 100%;
    height: 42px;
    margin: 15px 0 0 0;
  }
}

ul.info-box .info-box-item .info-box-textarea .info-box-btn-01:hover {
  background-color: #1974ce;
  color: #fff;
}

ul.info-box .info-box-item a.mynavi img {
  width: 273px;
  margin-top: 12px;
}

ul.info-box .info-box-item a.mynavi:hover {
  opacity: 0.8;
}

ul.info-box .info-box-item-tel .info-box-textarea {
  padding: 42px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 32px;
  text-align: center;
  color: #1974ce;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel {
    font-size: 23px;
  }
}

ul.info-box .info-box-item-tel .info-box-textarea .info-box-tel:before {
  content: "TEL.";
}

ul.info-box .info-box-item-tel .info-box-textarea .small {
  margin-top: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  ul.info-box .info-box-item-tel .info-box-textarea .small {
    font-size: 10px;
  }
}

.pages main p.infottl {
  color: #fff;
  font-size: 22px;
  padding-top: 15px;
  font-weight: bold;
}

p.infottl span {
  position: relative;
}

p.infottl span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p.infottl span.read {
  font-size: 14px;
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.2;
}

.info-box a.morebtn {
  /* padding: 15px 125px; */
  padding: 25px 88px;
  margin-top: 12px;
  letter-spacing: 0.1rem;
}

.info-box a.morebtn:hover {
  background-color: #fff;
  color: #1974ce;
}

.info-box a.morebtn2 {
  /* padding: 15px 125px; */
  padding: 26px 88px;
  margin-top: 12px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  width: 273px;
}

.info-box a.morebtn2:hover {
  opacity: 0.8;
}

a.morebtn2 {
  display: inline-block;
  border: 1px solid #fff;
  overflow: #fff;
  color: #fff;
  padding: 15px 60px;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #1974ce;
}

a.tel_txt {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 20px;
  display: inline-block;
  letter-spacing: 0.2rem;
}

a.tel_txt2 {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 40px;
  display: inline-block;
  letter-spacing: 0.2rem;
}

.section.offices::before {
  top: 68px;
  background: #f5f7fa;
  bottom: 300px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: calc(12.5% + 20px);
  top: 8.5vw;
}

.section.offices ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
  padding: 0 6.25%;
}

.section.offices ul > li {
  max-width: 300px;
  min-width: 280px;
}

/* form
---------------------------------------- */
input {
  display: inline-block;
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

textarea,
label {
  display: inline-block;
  vertical-align: middle;
}

input,
textarea {
  border: 1px solid #b2b2b2;
  padding: 15px;
  line-height: 1;
}

select {
  border: 1px solid #b2b2b2;
  padding: 15px;
  line-height: 1;
  /*-webkit-appearance: none;*/
  /*border-radius: 0;*/
  /*background-color: #FFF;*/
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #ccc !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #808080;
}

label {
  line-height: 1;
  padding: 10px 0;
  margin-right: 20px;
}

textarea {
  width: 100%;
  height: 175px;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.7;
}

input[type="text"], input[type="email"] {
  width: 350px;
}

input#zip, input#dest-zip {
  width: 200px;
}

input#address, input#dest-address {
  width: 100%;
}

input#zip, input#dest-zip {
  margin-left: 10px;
}

select#city {
  margin-left: 10px;
}

input#etc1-text, input#etc2-text, input#etc3-text {
  margin-left: 10px;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: middle;
}

input[type="reset"].wpcf7c-conf {
  display: none;
}

#reset.wpcf7c-conf {
  display: none;
}

input[type="reset"], input[type="button"], input[type="submit"] {
  width: 300px;
  padding: 0;
  font-size: 1.2rem;
  line-height: 65px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  -webkit-appearance: none !important;
  margin: 20px;
}

input[type="reset"], input[type="button"] {
  background-color: #fff;
  border: 2px solid #333;
  margin-right: 20px;
}

input[type="submit"] {
  background-color: #002078;
  border: 2px solid #002078;
  color: #fff;
}

input[type="submit"][disabled] {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

form hr {
  border-top: 1px solid #b2b2b2;
  margin: 50px auto;
  width: 960px;
}

input.smallform {
  width: 100px;
}

/*====================
お問合わせフォーム
 ====================*/
.Contact .inner {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .Contact .inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 5%;
  }
}

.Contact .h1block {
  /*  background-color: #0097e0;
    height: 150px;
    position: relative;*/
  background: url("../img/bg_contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Contact .domain-info {
  margin: 20px 0 20px;
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;
  padding: 20px;
  text-align: center;
}

.Contact .domain-info > p {
  font-size: 13px;
}

.Contact .domain-info > p#domain strong {
  color: #e6144e;
  display: block;
}

.Contact .domain-info > p strong {
  display: block;
  padding: 0px;
}

/*.Contact h1 {
    color: #fff;
    letter-spacing: 0.1rem;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding-bottom: 10px;
}

.Contact h1 span {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.2rem;
    font-weight: 600;
}
/*.Contact .h1block{
	background: url("../img/bg_safe_keeping.jpg");
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}*/
p#domain strong a {
  color: #1974ce;
  font-size: 1rem;
}

p#domain strong a:hover {
  text-decoration: none;
}

.entry .domain-info p a:hover,
.contact .domain-info p a:hover {
  text-decoration: underline;
}

.entry .domain-info > p:last-child,
.contact .domain-info > p:last-child {
  margin: 0;
}

.entry .formhead-need,
.contact .formhead-need {
  background-color: #e00031;
  color: #fff;
  font-size: 0.7em;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  top: 0;
  /* left: 0; */
}

.entry .contactArea p.txt,
.contact .contactArea p.txt {
  text-align: center;
  padding-bottom: 30px;
}

.entry .p.coutiontxt,
.contact .p.coutiontxt {
  line-height: 1.5em;
  padding-bottom: 50px;
}

.entry .contactFormArea,
.contact .contactFormArea {
  xwidth: 810px;
  padding: 10px 25px;
  margin: 0 auto;
  border-color: #c8c9ca;
  border-style: solid;
  border-width: 1px;
}

.entry .contactForm,
.contact .contactForm {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.entry .contactForm.confirm td,
.contact .contactForm.confirm td {
  padding-left: 20px;
  padding-right: 20px;
}

.entry .contactForm th,
.contact .contactForm th {
  border-width: 1px 0 1px 0;
  border-style: solid;
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding: 20px 0px 20px 10px;
  border-color: #ccc;
  background-color: #ececec;
  background-clip: padding-box;
  width: 30%;
}

.entry .contactForm .birth-list,
.contact .contactForm .birth-list {
  display: flex;
}

.entry .contactForm .birth-list li,
.contact .contactForm .birth-list li {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 12px;
}

.entry .contactForm .birth-list li input,
.contact .contactForm .birth-list li input {
  width: 80%;
}

.entry span.eng, .entry ul.info-box .info-box-item .info-box-textarea span.info-box-btn-01, ul.info-box .info-box-item .info-box-textarea .entry span.info-box-btn-01, .entry ul.info-box .info-box-item-tel .info-box-textarea span.info-box-tel, ul.info-box .info-box-item-tel .info-box-textarea .entry span.info-box-tel,
.contact span.eng,
.contact ul.info-box .info-box-item .info-box-textarea span.info-box-btn-01,
ul.info-box .info-box-item .info-box-textarea .contact span.info-box-btn-01,
.contact ul.info-box .info-box-item-tel .info-box-textarea span.info-box-tel,
ul.info-box .info-box-item-tel .info-box-textarea .contact span.info-box-tel {
  margin-left: 10px;
  font-size: 0.8rem;
}

.entry .contactForm td,
.contact .contactForm td {
  font-size: 80%;
  border-width: 1px 0 1px 0;
  border-color: #ccc;
  border-style: solid;
  text-align: left;
  padding: 20px 0px 20px 10px;
}

.entry .contactForm td p.caution,
.contact .contactForm td p.caution {
  padding: 10px 0px 2px 0px;
}

.entry .mail-form-header,
.contact .mail-form-header {
  swidth: 800px;
  background-color: #eeeeef;
  padding: 10px 0;
  margin: 15px auto;
  text-align: center;
  font-size: 90%;
}

.entry .mail-form-footer,
.contact .mail-form-footer {
  xwidth: 800px;
  padding: 20px 0;
  margin: 15px auto;
  text-align: center;
}

.entry .formhead-greed,
.contact .formhead-greed {
  width: 160px;
  xwidth: 100%;
  display: inline-block;
  xfont-weight: bold;
  color: #fff;
  background-color: #777;
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}

.entry p.end,
.contact p.end {
  padding-top: 5px;
}

.entry p.txt-area,
.contact p.txt-area {
  padding-top: 20px;
}

.entry h1.contact-h1,
.contact h1.contact-h1 {
  background-color: #dcdddd;
  padding: 50px 0px;
  font-size: 2em;
}

.entry main#contact p.txt-area,
.contact main#contact p.txt-area {
  padding: 30px 0px;
}

.entry ul.contact_btn,
.contact ul.contact_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 30px;
}

.entry ul.contact_btn li,
.contact ul.contact_btn li {
  margin: 10px;
  text-align: center;
}

.entry section.cont-01.u8fadeItem.fadeInDown.mail.efdone,
.contact section.cont-01.u8fadeItem.fadeInDown.mail.efdone {
  /* margin-bottom: 50px; */
  padding: 64px 0px 64px 0px;
}

.entry .office-table th,
.contact .office-table th {
  background-color: #f0f1f3;
  width: 35%;
  font-size: 18px;
  color: #1974ce;
  border-color: #777;
}

.licence-table thead th {
  width: 33%;
  text-align: center;
}

.licence-table tbody th,
.licence-table tbody td {
  text-align: center;
  padding-right: 0;
}

.pages .Contact p.catch {
  padding: 20px;
  /*  padding-top: 20px;*/
  color: #1974ce;
  font-weight: 800;
}

.pages .Contact p.privacy {
  padding: 20px;
  color: #1974ce;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1em;
}

.pages .Contact p.privacy a {
  color: #d6990f;
}

/*====================
privacy
 ====================*/
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}

ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}

.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
  line-height: 1.8;
}

ul.pageArea-navi-number li a {
  text-decoration: none;
}

ul.pageArea-navi-number li a:hover {
  background-color: #f9e33e;
}

span.pager_index {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}

span.pager_index.nowpage {
  background-color: #f8f8f8;
  border: 1px solid #e53946;
  padding: 5px 10px;
  color: #333;
}

.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.anim-fade {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
}

.anim-fade.animated {
  opacity: 1;
  transform: translateY(0);
}

.anim-work {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.8s ease;
  filter: blur(20px);
}

.anim-work.animated {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.page-home .kv {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.page-home .kv:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 32, 120, 0.45);
  top: 0;
  left: 0;
}

.page-home .kv .kv-inner .kv-catch-wrapper {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  left: 5%;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01 {
  font-size: clamp(10.63636px, 2.72727vw, 36px);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: calc(76 / 42);
  width: 100%;
  text-align: center;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01 span {
  clip-path: inset(100% 0 0 0);
  transition: all 1s ease-in;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01 span:nth-child(1) {
  display: block;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01 span:nth-child(2) {
  display: inline-block;
  transition-delay: 0.8s;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01 span:nth-child(3) {
  display: inline-block;
  transition-delay: 0.8s;
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01.animated {
  clip-path: inset(0);
}

.page-home .kv .kv-inner .kv-catch-wrapper .kv-catch-01.animated span {
  clip-path: inset(0);
}

.page-home .kv .kv-inner .kv-movie {
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-home .section.s01 {
  padding: 80px 0;
  background-color: #ecf1ff;
}

.page-home .section.s01.animated .inner .unit-01 .title-unit {
  transform: translateY(0);
  opacity: 1;
}

.page-home .section.s01.animated .inner .unit-01 .topics_box dl {
  opacity: 1;
  transform: translateX(0);
}

.page-home .section.s01 .inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .page-home .section.s01 .inner {
    padding: 0 5%;
  }
}

.page-home .section.s01 .inner .unit-01 {
  display: flex;
  justify-content: space-between;
}

.page-home .section.s01 .inner .unit-01 .title-unit {
  width: 230px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.page-home .section.s01 .inner .unit-01 .title-unit .ttl-01 {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #333;
  letter-spacing: normal;
}

.page-home .section.s01 .inner .unit-01 .title-unit .ttl-01:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #e53946;
  margin-right: 21px;
}

.page-home .section.s01 .inner .unit-01 .title-unit .link-01 {
  display: flex;
  align-items: center;
  margin: 82px 0 0;
  padding: 0;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  line-height: 1;
  border-bottom: 1px solid #abaeb5;
  padding: 0 10px 18px;
  font-size: 16px;
  position: relative;
}

.page-home .section.s01 .inner .unit-01 .title-unit .link-01:hover {
  opacity: 0.5;
}

.page-home .section.s01 .inner .unit-01 .title-unit .link-01:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../images/arrow_rnd_r_r.svg") 0 0/contain no-repeat;
  margin-left: 15px;
}

.page-home .section.s01 .inner .unit-01 .topics_box {
  margin: 0;
  padding: 0;
  min-height: auto;
  border: none;
  display: block;
  max-width: 780px;
  width: 100%;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl {
  margin: 0;
  padding: 0;
  overflow: visible;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 20px;
  display: flex;
  transition: all 0.4s ease;
  transform: translateX(30px);
  opacity: 0;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl:nth-child(2) {
  transition-delay: 0.2s;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl:nth-child(3) {
  transition-delay: 0.4s;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl:nth-child(4) {
  transition-delay: 0.6s;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl:nth-child(5) {
  transition-delay: 0.8s;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl + dl {
  margin-top: 20px;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dt {
  margin: 0 10px 0 0;
  padding: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dt .days {
  margin: 0;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  letter-spacing: normal;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dt .icn-cat-wrapper {
  margin: 0 10px 0 0;
  padding: 0;
  width: 154px;
  letter-spacing: normal;
  flex: none;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .page-home .section.s01 .inner .unit-01 .topics_box dl dt .icn-cat-wrapper {
    white-space: nowrap;
  }
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dt .icn-cat-wrapper .icn {
  margin: 0;
  padding: 0;
  padding: 0.3rem 0.6rem;
  display: block;
  width: 100%;
  background-color: #051950;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .page-home .section.s01 .inner .unit-01 .topics_box dl dt .icn-cat-wrapper .icn {
    font-size: 10px;
  }
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dd .text {
  margin: 0;
  padding: 0;
  display: block;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dd .text a {
  display: flex;
  transition: all 0.4s ease;
  width: 100%;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dd .text a:hover {
  opacity: 0.5;
  color: #000;
}

.page-home .section.s01 .inner .unit-01 .topics_box dl dd .text .topics-title {
  display: block;
  padding: 8px 0 0;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .page-home .section.s01 .inner .unit-01 .topics_box dl dd .text .topics-title {
    font-size: 12px;
  }
}

.page-home .section.s02 {
  padding: 80px 0;
  background: linear-gradient(2deg, #515e86, #292f5c);
  position: relative;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.8s ease-out;
  opacity: 0;
  filter: blur(10);
}

.page-home .section.s02.animated {
  opacity: 1;
  filter: blur(0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.page-home .section.s02.animated .bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.page-home .section.s02.animated .bottom .column {
  transform: translateY(0);
  opacity: 1;
}

.page-home .section.s02 .inner {
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .page-home .section.s02 .inner {
    padding: 0 5%;
  }
}

.page-home .section.s02 .upper {
  display: flex;
  justify-content: space-between;
}

.page-home .section.s02 .upper .title-column .ttl-01 {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #fff;
  letter-spacing: normal;
}

.page-home .section.s02 .upper .title-column .ttl-01:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin-right: 21px;
}

.page-home .section.s02 .upper .text-column {
  width: 760px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.page-home .section.s02 .bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.page-home .section.s02 .bottom .column {
  width: 520px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease-out 1s;
}

.page-home .section.s02 .bottom .column:nth-child(2) {
  transition-delay: 1.4s;
}

.page-home .section.s02 .bottom .menu-list li {
  line-height: 1.5;
}

.page-home .section.s02 .bottom .menu-list li a {
  text-decoration: none;
  color: #fff;
}

.page-home .section.s02 .bottom .parent {
  font-size: 24px;
}

.page-home .section.s02 .bottom .parent a {
  padding: 0 32px;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: all 0.4s ease;
  font-weight: bold;
}

.page-home .section.s02 .bottom .parent a:after {
  position: absolute;
  right: 32px;
  top: 0;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/arrow_rnd_r_r.svg") 0 0/contain no-repeat;
}

.page-home .section.s02 .bottom .parent a:hover {
  opacity: 0.5;
}

.page-home .section.s02 .bottom .children {
  margin-top: 18px;
}

.page-home .section.s02 .bottom .children li {
  border-bottom: 1px solid #fff;
}

.page-home .section.s02 .bottom .children li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 0 32px 18px 32px;
  position: relative;
}

.page-home .section.s02 .bottom .children li a:after {
  position: absolute;
  right: 42px;
  top: 8px;
  display: block;
  content: "";
  width: 15px;
  height: 14px;
  background: url("../images/arrow_r_w.svg") 0 0/contain no-repeat;
}

.page-home .section.s02 .bottom .children li a:hover {
  opacity: 0.5;
}

.page-home .section.s02 .bottom .children li + li {
  margin-top: 18px;
}

.breadcrumbs {
  width: 100%;
}

.breadcrumbs ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.breadcrumbs ul li {
  color: #333;
  padding: 24px 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.breadcrumbs ul li + li::before {
  margin: 0 0.5rem;
  content: ">";
}

.breadcrumbs ul li a {
  color: #333;
  font-size: 14px;
}

.pagetitle {
  background-color: #f4f9ff;
  position: relative;
}

.pagetitle:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 28, 120, 0.46);
  mix-blend-mode: multiply;
}

.pagetitle .inner {
  max-width: 1100px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pagetitle .inner .pagetitle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.25em;
  font-size: 28px;
  color: #fff;
}

.lower .top-head {
  position: static;
}

.lower .top-head .header .menu-area .menu > li > a {
  color: #333;
}

.lower .pagetitle {
  background-color: #002078;
  background: url("../images/pagetitle_bg_01_20260629.jpg") 100% 0/cover no-repeat;
}

.lower .btn-01 {
  background-color: #002078;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 32px;
  line-height: 1;
  color: #fff;
  height: 46px;
  position: relative;
  transition: all 0.4s ease;
}

.lower .btn-01:after {
  position: absolute;
  right: 16px;
  display: block;
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/arrow_r_w.svg) 0 0/contain no-repeat;
}

.lower .btn-01:hover {
  opacity: 0.5;
}

.lower.company .section > .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lower.company .section .title-01 {
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
}

.lower.company .section .title-01:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #e60012;
  margin-right: 12px;
}

.lower.company .section .sttl-01 {
  font-size: 20px;
  letter-spacing: 0.25em;
}

.lower.company .section.s01 {
  padding-bottom: 80px;
}

.lower.company .section.s01 .unit-01 {
  display: flex;
  justify-content: space-between;
}

.lower.company .section.s01 .unit-01 .title-column {
  padding: 80px 0 0;
  width: 240px;
}

.lower.company .section.s01 .unit-01 .content-column {
  width: 780px;
  padding: 64px 0 0;
}

.lower.company .section.s01 .unit-01 .table-01 {
  width: 100%;
}

.lower.company .section.s01 .unit-01 .table-01 th,
.lower.company .section.s01 .unit-01 .table-01 td {
  padding: 16px 24px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.lower.company .section.s01 .unit-01 .table-01 th {
  width: 20%;
  vertical-align: top;
  border-bottom: 2px solid #bbbbbb;
  color: #666;
}

.lower.company .section.s05 {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.lower.company .section.s05 .unit-01 {
  display: flex;
  justify-content: space-between;
}

.lower.company .section.s05 .unit-01 .title-column {
  width: 240px;
}

.lower.company .section.s05 .unit-01 .content-column {
  width: 780px;
}

.lower.company .section.s05 .unit-01 .table-01 {
  width: 100%;
}

.lower.company .section.s05 .unit-01 .table-01 th,
.lower.company .section.s05 .unit-01 .table-01 td {
  padding: 16px 24px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.lower.company .section.s05 .unit-01 .table-01 th {
  width: 35%;
  vertical-align: top;
  border-bottom: 2px solid #bbbbbb;
  color: #666;
}

.lower.company .section.s02 {
  padding: 80px 0;
}

.lower.company .section.s02 .unit-01 {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  margin-top: 32px;
}

.lower.company .section.s02 .unit-01 .column {
  background-color: #fff;
  padding: 48px 48px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  box-sizing: border-box;
  width: 48%;
  border-radius: 5px;
}

.lower.company .section.s02 .unit-01 .column .figure {
  width: 100%;
}

.lower.company .section.s02 .unit-01 .column .figure img {
  width: 100%;
}

.lower.company .section.s02 .unit-01 .column .sttl-01 {
  margin-top: 24px;
  border-bottom: 1px solid #e60012;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.lower.company .section.s02 .unit-01 .column .content {
  width: 100%;
}

.lower.company .section.s02 .unit-01 .column .content address {
  margin-top: 24px;
  font-size: 16px;
}

.lower.company .section.s02 .unit-01 .column .content .telfax-number {
  display: flex;
  gap: 24px;
}

.lower.company .section.s02 .unit-01 .column .content .telfax-number span {
  display: block;
}

.lower.company .section.s02 .unit-01 .column .btn-01 {
  margin: 24px auto;
}

.lower.company .section.s03 {
  background-color: #f0f0f0;
  padding: 80px 0;
}

.lower.company .section.s03 .unit-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
  margin-top: 32px;
}

.lower.company .section.s03 .unit-01 + .unit-01 {
  margin-top: 24px;
}

.lower.company .section.s03 .unit-01 .column {
  background-color: #fff;
  width: 23.5%;
  box-sizing: border-box;
  padding: 24px 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lower.company .section.s03 .unit-01 .figure img {
  width: 100%;
}

.lower.company .section.s03 .unit-01 .column-title {
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #002078;
  letter-spacing: normal;
}

.lower.company .section.s03 .unit-01 .column-title small {
  font-size: 14px;
  font-weight: normal;
  margin-left: 7px;
}

.lower.company .section.s03 .unit-01 .column-title small sup {
  font-size: 10px;
}

.lower.company .section.s03 .unit-01 .column-text {
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0.02em;
}

.lower.company .section.s03 .unit-01 .column-text small {
  font-size: 12px;
  color: #002078;
}

.lower.company .section.s04 {
  padding: 80px 0;
}

.lower.company .section.s04 .unit-01 {
  display: flex;
  justify-content: space-between;
}

.lower.company .section.s04 .unit-01 .title-column {
  width: 240px;
}

.lower.company .section.s04 .unit-01 .content-column {
  width: 780px;
}

.lower.company .section.s04 .unit-01 .table-01 {
  width: 100%;
}

.lower.company .section.s04 .unit-01 .table-01 th,
.lower.company .section.s04 .unit-01 .table-01 td {
  padding: 16px 24px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.lower.company .section.s04 .unit-01 .table-01 th {
  width: 35%;
  vertical-align: top;
  border-bottom: 2px solid #bbbbbb;
  color: #666;
}

.lower.company .section.s06 {
  padding: 80px 0 180px;
}

.lower.company .section.s06 .inner {
  position: relative;
}

.lower.company .section.s06 .unit-01 {
  margin-top: 32px;
  padding: 32px 0 0;
  box-sizing: border-box;
  display: flex;
}

.lower.company .section.s06 .unit-01:before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 64px);
  left: 3px;
  border-radius: 2px;
  background-color: #e60012;
}

.lower.company .section.s06 .unit-01 .row + .row {
  margin-top: 32px;
}

.lower.company .section.s06 .unit-01 .row dt {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
}

.lower.company .section.s06 .unit-01 .row dt:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #e60012;
  margin-right: 12px;
}

.lower.company .section.s06 .unit-01 .row dt:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #e60012;
  left: 0;
  position: absolute;
  box-shadow: 0 0 0 4px #fca8af;
}

.lower.company .section.s06 .unit-01 .row dd {
  padding-left: 132px;
  margin-top: 8px;
}

.lower.group .group-unit-row {
  padding: 82px 0 160px;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row {
    padding: 60px 0;
  }
}

.lower.group .group-unit-row:nth-child(even) {
  background-color: #e5ebff;
}

.lower.group .group-unit-row:nth-child(even) .unit-01 {
  flex-direction: row-reverse;
}

.lower.group .group-unit-row:nth-child(even) .text-01 {
  left: 80px;
}

.lower.group .group-unit-row.animated .unit-01 .figure {
  opacity: 1;
  transform: translateY(0);
}

.lower.group .group-unit-row.animated .unit-01 .text-column {
  opacity: 1;
  transform: translateX(0);
}

.lower.group .group-unit-row .inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .inner {
    padding: 0 5%;
  }
}

.lower.group .group-unit-row .group-ttl {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  border-bottom: 3px solid #ebebeb;
  padding: 10px 24px 10px 0;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .group-ttl {
    font-size: 18px;
  }
}

.lower.group .group-unit-row .group-ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 64px;
  height: 3px;
  background-color: #e53946;
}

.lower.group .group-unit-row .unit-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 {
    margin-top: 0;
  }
}

.lower.group .group-unit-row .unit-01 .figure {
  width: 580px;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 .figure {
    width: 51.78571%;
  }
}

.lower.group .group-unit-row .unit-01 .figure img {
  width: 100%;
  height: auto;
}

.lower.group .group-unit-row .unit-01 .text-column {
  opacity: 0;
  transition: all 0.8s ease 0.4s;
  width: 480px;
  z-index: 2;
  box-sizing: border-box;
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-100px);
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 .text-column {
    width: 42.85714%;
  }
}

.lower.group .group-unit-row .unit-01 .text-column .group-sttl {
  font-size: 24px;
  color: #002078;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 .text-column .group-sttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.lower.group .group-unit-row .unit-01 .text-column .text-01 {
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 .text-column .text-01 {
    font-size: 12px;
  }
}

.lower.group .group-unit-row .unit-01 .text-column .text-01 .para + .category {
  margin-top: 16px;
}

.lower.group .group-unit-row .unit-01 .text-column .text-01 .category {
  font-weight: 600;
}

.lower.group .group-unit-row .unit-01 .btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 32px;
  transition: all 0.4s ease;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1119px) and (orientation: portrait) {
  .lower.group .group-unit-row .unit-01 .btn-01 {
    margin-top: 16px;
    font-size: 12px;
    height: 24px;
  }
}

.lower.group .group-unit-row .unit-01 .btn-01:hover {
  opacity: 0.5;
}

.lower.group .group-unit-row .unit-01 .btn-01 + small {
  text-align: right;
  font-size: 12px;
  display: block;
}

.lower.recruit .main {
  padding-bottom: 100px;
}

.lower.recruit .main .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.lower.recruit .recruit_anker {
  margin-top: 42px;
}

.lower.recruit .recruit_anker ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  width: 100%;
}

.lower.recruit .recruit_anker .recruit_anker_btn {
  width: 49%;
}

.lower.recruit .recruit_anker .recruit_anker_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
}

.lower.recruit .recruit_anker .recruit_anker_btn a:hover {
  opacity: 0.5;
}

.lower.recruit .recruit_anker .recruit_anker_btn.btn-new {
  background-color: #186132;
}

.lower.recruit .recruit_anker .recruit_anker_btn.btn-career {
  background-color: #181961;
}

.lower.recruit .title-01 {
  margin-top: 42px;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.lower.recruit .title-01:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #e60012;
  margin-right: 12px;
}

.lower.recruit .pages-ttl {
  font-size: 20px;
  font-weight: bold;
}

.lower.recruit .pages-ttl.new {
  color: #186132;
}

.lower.recruit .pages-ttl.career {
  color: #181961;
}

.lower.recruit .pages-ttl .new {
  color: #fff;
  background-color: #186132;
  display: inline-block;
  margin-right: 12px;
  padding: 0.2rem 1rem;
  font-size: 14px;
}

.lower.recruit .pages-ttl .career {
  color: #fff;
  background-color: #181961;
  display: inline-block;
  margin-right: 12px;
  padding: 0.2rem 1rem;
  font-size: 14px;
}

.lower.recruit .border_box {
  border: 1px solid #ccc;
  padding: 32px 40px;
  margin-top: 64px;
}

.lower.recruit .border_box + .border_box {
  margin-top: 32px;
}

.lower.recruit .border_box dd {
  margin-top: 24px;
}

.lower.recruit .btn-01 {
  margin: 42px auto 0;
}

.lower.contact .main .inner, .lower.entry .main .inner {
  padding: 42px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.lower.contact .main .text-01, .lower.entry .main .text-01 {
  margin-bottom: 32px;
}

.lower.contact .main .privacy-title, .lower.entry .main .privacy-title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 1rem 0;
  margin-top: 32px;
}

.lower.contact .main .privacy-box, .lower.entry .main .privacy-box {
  padding: 2rem;
  border: 1px solid #ccc;
  background-color: #fff;
  height: 300px;
  overflow: auto;
}

.lower.contact .main .privacy-box h3,
.lower.contact .main .privacy-box h4, .lower.entry .main .privacy-box h3,
.lower.entry .main .privacy-box h4 {
  margin: 1rem 0 0.5rem;
}

.lower.contact .main .privacy-box h3, .lower.entry .main .privacy-box h3 {
  font-size: 16px;
  font-weight: bold;
}

.lower.contact .main .privacy-box h4, .lower.entry .main .privacy-box h4 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.5rem;
}

.lower.contact .main .privacy-box p, .lower.entry .main .privacy-box p {
  font-size: 14px;
}

.lower.contact .main .privacy-check, .lower.entry .main .privacy-check {
  padding: 0.5rem;
  text-align: center;
  background: #efefef;
}

.lower.privacy .main .inner {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 0 40px;
}

.lower.privacy .main h2 {
  text-align: center;
  font-weight: bold;
  color: #002078;
  font-size: 24px;
}

.lower.privacy .main h2:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  margin: 16px auto;
  background-color: #002078;
}

.lower.privacy .main h2 + p {
  margin-top: 2rem;
}

.lower.privacy .main h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #002078;
  margin-bottom: 16px;
  border-top: 2px solid #002078;
  border-bottom: 1px solid #ccc;
  padding: 24px 16px;
}

.lower.privacy .main h3 + p {
  padding-left: 16px;
}

.lower.privacy .main h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  border-left: 4px solid #002078;
  line-height: 1.2;
  padding-left: 0.6rem;
}

.lower.privacy .main h4 + h3 {
  margin-top: 24px;
}

.lower.privacy .main p {
  line-height: 2rem;
  font-size: 14px;
  margin-bottom: 1rem;
}

.lower.privacy .main article {
  margin-top: 32px;
  margin-bottom: 50px;
  text-align: left;
}

.lower-movie .lower-movie-container {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  min-height: calc(100vh - 272px);
}

.lower-movie .breadcrumbs ul li {
  color: #fff;
  padding: 24px 0 0;
  line-height: 1.5;
  font-size: 14px;
}

.lower-movie .breadcrumbs ul li + li::before {
  margin: 0 0.5rem;
  content: ">";
}

.lower-movie .breadcrumbs ul li a {
  color: #fff;
  font-size: 14px;
}

.lower-movie .pagetitle {
  background-color: transparent;
  position: relative;
}

.lower-movie .pagetitle:after {
  content: "";
  display: none;
}

.lower-movie .pagetitle .inner {
  max-width: 1100px;
  height: 272px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lower-movie .pagetitle .inner .pagetitle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.25em;
  padding-top: 36px;
  font-size: 28px;
  color: #fff;
}

.lower-movie.work .work-movie-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.lower-movie.work .work-movie-content video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 0 0%;
}

.lower-movie.work .work-movie-content:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 32, 120, 0.47);
  mix-blend-mode: multiply;
}

.lower-movie.work .main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 64px;
  gap: 64px 4%;
}

.lower-movie.work .section {
  width: 48%;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(3px);
}

.lower-movie.work .section .inner {
  box-sizing: border-box;
  padding: 42px 24px 32px;
}

.lower-movie.work .section .title-01 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
}

.lower-movie.work .section .text-01 {
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 18px;
  margin-top: 32px;
  line-height: 2;
}

.lower-movie.work .section .link-01 {
  display: block;
  position: relative;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  padding-left: 18px;
  transition: all 0.4s ease;
}

.lower-movie.work .section .link-01:hover {
  opacity: 0.5;
}

.lower-movie.work .section .link-01 small {
  display: block;
}

.lower-movie.work .section .link-01:before {
  content: "";
  display: block;
  width: 6px;
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: 6px;
}

.none-link {
  pointer-events: none;
}

.anchor-point {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.agreements {
  min-height: 720px;
}

.agreements-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.agreements-list .agreements-list-item {
  width: 49%;
}

.agreements-list .agreements-list-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 24px 16px 62px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.agreements-list .agreements-list-item a:hover {
  opacity: 0.5;
}

.agreements-list .agreements-list-item a:before {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  aspect-ratio: 90/115;
  left: 16px;
  background: url("../img/icn_pdf.png") 0 0/contain no-repeat;
}

.cell-center {
  text-align: center;
}

.js-modal-btn {
  margin: 0;
  padding: 0;
  border: none;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.js-modal-btn:hover {
  opacity: 0.5;
}

.js-modal-btn:before {
  content: "";
  display: block;
  height: 16px;
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #1974ce;
}

.adjustment-container {
  transform: scaleX(-1);
}

/*# sourceMappingURL=style.css.map */
