@charset "UTF-8";
/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #1a1a1a;
  font-size: 4vw;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 420px) {
  html {
    font-size: 18px;
  }
}
a {
  color: #1a1a1a;
  display: block;
}

#wrapper {
  width: 100%;
  height: 100%;
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  width: 100%;
  padding: 0 1.5rem;
}

.container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.m_container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.s_container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.is_pc {
  display: none;
}

.is_hidden_tab {
  display: none;
}

.objectCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover;object-position: 50% 50%;";
}

.objectContain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit: contain;object-position: 50% 50%;";
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inertia {
  -webkit-overflow-scrolling: touch;
}

.preload * {
  transition: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ アニメーション ▼
//
///////////////////////////////////////////////////*/
@keyframes mvMask {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes mask {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}
.fadein.active {
  animation: fadeIn 0.6s ease both;
}

.mask {
  position: relative;
}
.mask::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f6f8f8;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: scale(1, 1);
  transform-origin: right center;
}
.mask.active::after {
  animation: mask 0.4s ease both;
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
.en {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}

.section_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.section_ttl .orange {
  color: #ec6c00;
}
.section_ttl .en {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.section_ttl .en::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  background: linear-gradient(to right, #ec6c00, #f29600);
  width: 2rem;
  height: 2px;
}

.works_area .slider {
  margin: 1.75rem 0 1.5rem;
}
.works_area .slider .swiper-container .swiper-wrapper {
  padding-bottom: 3.25rem;
}
.works_area .slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.works_area .slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ec6c00;
}

.area_area {
  margin: 5rem 0 1rem;
  background: url(../images/common/area_area_bg.png) center 6rem/95% no-repeat;
}
.area_area .box {
  margin-top: 1.75rem;
}
.area_area .box .item .item_ttl {
  display: flex;
  background: #00154b;
  padding: 0.7rem 1rem;
}
.area_area .box .item .item_ttl .icon {
  color: #ec6c00;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-right: 0.75rem;
}
.area_area .box .item .item_ttl h3 {
  font-size: 1.1rem;
  color: #fff;
}
.area_area .box .item .txt {
  padding: 1rem 0 2.25rem;
}
.area_area .box .item .txt p {
  word-break: keep-all;
}

.contact_area {
  background: url(../images/common/contact_area_bg_sp.jpg) center center/cover no-repeat;
  padding: 4rem 0;
}
.contact_area::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 75, 0.5);
  content: "";
}
.contact_area .contact_area_inner {
  position: relative;
  z-index: 1;
}
.contact_area .contact_area_inner .section_ttl {
  color: #fff;
}
.contact_area .contact_area_inner .section_ttl .en::after {
  background: #fff;
}
.contact_area .contact_area_inner .center_txt {
  color: #fff;
  margin-top: 1.5rem;
}
.contact_area .contact_area_inner .box {
  margin-top: 2rem;
}
.contact_area .contact_area_inner .box .item {
  height: 4.8rem;
  margin-bottom: 1rem;
}
.contact_area .contact_area_inner .box .item:last-of-type {
  margin-bottom: 0;
}
.contact_area .contact_area_inner .box .item a {
  height: 100%;
  color: #fff;
}
.contact_area .contact_area_inner .box .item.tel a {
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_area .contact_area_inner .box .item.tel a .tel_inner {
  display: flex;
  align-items: center;
  line-height: 1;
}
.contact_area .contact_area_inner .box .item.tel a .tel_inner .icon {
  font-size: 1.466rem;
  margin-right: 0.75rem;
}
.contact_area .contact_area_inner .box .item.tel a .tel_inner .number {
  font-size: 1.66rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.contact_area .contact_area_inner .box .item.tel a .txt {
  font-size: 0.9rem;
  margin-top: 0.75rem;
  line-height: 1;
}
.contact_area .contact_area_inner .box .item.contact a {
  background: #fff;
  color: #00154b;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .contact_area_inner .box .item.contact a .icon {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.link_btn {
  height: 3.6rem;
  border: 2px solid #00154b;
}
.link_btn a {
  height: 100%;
  color: #00154b;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.25rem;
}
.link_btn a .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
}
.link_btn a .arrow svg {
  width: 1.333rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #fff;
  z-index: 50000;
}
header .header_in {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
header .logo {
  line-height: 1;
  width: 8.05rem;
  display: flex;
  align-items: center;
}
header .logo a {
  width: 100%;
}
header .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
header nav {
  position: fixed;
  top: 4rem;
  right: -100%;
  width: 100%;
  height: calc(100% - 3rem);
  background: #fff;
  transition: 0.3s;
  padding: 2.5rem 1.5rem 3rem;
  overflow-y: scroll;
}
header nav.active {
  right: 0;
}
header nav ul li:not(.instagram, .link) a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.85rem;
  padding: 0.85rem 0;
}
header nav ul li:not(.instagram, .link) a .en {
  font-size: 1.06rem;
}
header nav ul .instagram {
  text-align: center;
  margin-top: 0.5rem;
}
header nav ul .instagram a {
  display: inline-block;
  font-size: 1.8762rem;
  line-height: 1;
  padding: 0.5rem;
}
header nav ul .link {
  margin-top: 2rem;
}
header nav ul .link .item {
  height: 4.8rem;
}
header nav ul .link .item a {
  height: 100%;
  color: #fff;
}
header nav ul .link .item.contact a {
  background: #00154b;
  color: #fff;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav ul .link .item.contact a .icon {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}
header nav ul .link .item.tel {
  margin-top: 1rem;
}
header nav ul .link .item.tel a {
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header nav ul .link .item.tel a .tel_inner {
  display: flex;
  align-items: center;
  line-height: 1;
}
header nav ul .link .item.tel a .tel_inner .icon {
  font-size: 1.466rem;
  margin-right: 0.75rem;
}
header nav ul .link .item.tel a .tel_inner .number {
  font-size: 1.66rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
header nav ul .link .item.tel a .txt {
  font-size: 0.9rem;
  margin-top: 0.65rem;
  line-height: 1;
}
header .link_wrap {
  display: flex;
  height: 4rem;
  margin-left: auto;
}
header .link_wrap .contact {
  width: 4rem;
  height: 100%;
}
header .link_wrap .contact a {
  color: #fff;
  background: #00154b;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .link_wrap .contact a .inner .icon {
  font-size: 1.2rem;
}
header .link_wrap .instagram {
  width: 4rem;
  height: 100%;
}
header .link_wrap .instagram a {
  color: #fff;
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3724rem;
}

.menu_open {
  width: 4rem;
  height: 4rem;
  position: relative;
  background: #1a1a1a;
}
.menu_open span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 35%;
  height: 2px;
  transition: 0.3s;
}
.menu_open span:nth-of-type(1) {
  transform: translate(-50%, -50%) translateY(6px);
}
.menu_open span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.menu_open span:nth-of-type(3) {
  transform: translate(-50%, -50%) translateY(-6px);
}
.menu_open.active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu_open.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_open.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*///////////////////////////////////////////////////
//
//            ▼ フッター ▼
//
///////////////////////////////////////////////////*/
footer {
  overflow: hidden;
}
footer .footer_inner01 {
  display: flex;
}
footer .footer_inner01 .logo {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-right: 3rem;
  padding: 1.267rem 0 1.267rem 0.5rem;
}
footer .footer_inner01 .logo a {
  width: 8.05rem;
}
footer .footer_inner01 .link {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_inner01 .link a:first-of-type {
  font-size: 1.6rem;
  margin-right: 2rem;
}
footer .footer_inner01 .link a:last-of-type {
  font-size: 1.829rem;
}
footer .footer_inner02 {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 1.6rem;
}
footer .footer_inner02 .box .footer_menu {
  padding: 1.5rem 0 2rem;
  position: relative;
}
footer .footer_inner02 .box .footer_menu::after {
  position: absolute;
  bottom: 0;
  left: -25%;
  content: "";
  width: 150%;
  height: 1px;
  background: #e2e2e2;
}
footer .footer_inner02 .box .footer_menu ul li {
  margin-bottom: 2rem;
}
footer .footer_inner02 .box .footer_menu ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer_inner02 .box .footer_menu ul li p {
  font-size: 0.9rem;
  line-height: 1.8;
}
footer .footer_inner02 .box .footer_menu ul li p .is_tab {
  display: none;
}
footer .footer_inner02 .box .footer_menu ul li .area {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
footer .footer_inner02 .box .footer_menu ul li .gmap {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
}
footer .footer_inner02 .box .footer_menu ul li .gmap a {
  font-size: 0.9rem;
  font-family: "Libre Baskerville", serif;
  text-decoration: underline;
}
footer .footer_inner02 .box .footer_menu ul li .gmap .icon {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
footer .footer_inner02 .box .footer_contents {
  padding: 1.25rem 0 0;
}
footer .footer_inner02 .box .footer_contents .txt01 {
  font-weight: bold;
}
footer .footer_inner02 .box .footer_contents ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 0.75rem;
}
footer .footer_inner02 .box .footer_contents ul li a {
  position: relative;
}
footer .footer_inner02 .box .footer_contents ul li a figure {
  position: relative;
}
footer .footer_inner02 .box .footer_contents ul li a figure img {
  width: 100%;
}
footer .footer_inner02 .box .footer_contents ul li a figure::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 75, 0.5);
}
footer .footer_inner02 .box .footer_contents ul li a .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}
footer .footer_inner02 .box .footer_contents ul li a .txt .en {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1rem;
  display: block;
}
footer .copyright {
  font-size: 0.7rem;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  padding: 1.25rem 0 1.5rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ01 ▼
//
///////////////////////////////////////////////////*/
.top01 {
  margin-top: 4rem;
}
.top01 .mv {
  position: relative;
}
.top01 .mv::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20.5%;
  background: url(../images/top/cover_w_sp.png) center bottom/contain no-repeat;
  content: "";
  z-index: 10;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  width: 90%;
  animation: mvFadeIn 1s 2s ease-out both;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 {
  font-size: 2.26rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 .txt_en {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 .txt_en .uppercase {
  text-transform: uppercase;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 .txt_en .lowercase {
  text-transform: lowercase;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide figure {
  position: relative;
}
.top01 .mv .swiper-container .swiper-wrapper .swiper-slide figure::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.2);
  content: "";
  z-index: 1;
}
.top01 .mv .cover {
  position: absolute;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: #f6f8f8;
  z-index: 3;
  transform-origin: right center;
  animation: mvMask 1s 1s ease-out both;
}
.top01 .mv .cover.cover01 {
  left: 0;
}
.top01 .mv .cover.cover02 {
  left: 50%;
}
.top01 .mv .cover::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #fff;
  transform-origin: right center;
  animation: mvMask 1s ease-out both;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ02 ▼
//
///////////////////////////////////////////////////*/
.top02 {
  margin: 4rem 0 0;
  padding-bottom: 8rem;
}
.top02::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/top/cover_gray_sp.png) center bottom/contain no-repeat;
  content: "";
  z-index: 2;
}
.top02 p {
  margin-top: 1.5rem;
}
.top02 .img {
  position: absolute;
  bottom: -1.25rem;
  left: 0.75rem;
  width: 36%;
  max-width: 180px;
  z-index: 3;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ03 ▼
//
///////////////////////////////////////////////////*/
.top03 {
  background: #d2d6e0;
  padding: 4rem 0 6rem;
}
.top03::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4%;
  background: url(../images/top/cover_w_sp.png) center bottom/contain no-repeat;
  content: "";
  z-index: 2;
}
.top03 .center_txt {
  margin-top: 1.5rem;
}
.top03 h3 {
  background: #00154b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  padding: 0.895rem 0;
  margin-top: 2.5rem;
}
.top03 h3 .small {
  font-size: 1rem;
}
.top03 .box {
  margin-top: 1rem;
}
.top03 .box .item {
  margin-bottom: 2rem;
}
.top03 .box .item:last-of-type {
  margin-bottom: 0;
}
.top03 .box .item figure img {
  width: 100%;
}
.top03 .box .item .txt a {
  background: #fff;
  padding: 0.675rem 1.5rem;
}
.top03 .box .item .txt a .h4_wrap {
  display: flex;
  align-items: center;
}
.top03 .box .item .txt a .h4_wrap h4 {
  font-size: 1.1rem;
}
.top03 .box .item .txt a .h4_wrap .arrow {
  display: flex;
  align-items: center;
  margin-left: 0.85rem;
}
.top03 .box .item .txt a .h4_wrap .arrow svg {
  width: 1.333rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ04 ▼
//
///////////////////////////////////////////////////*/
.top04 {
  margin: 3rem 0 0;
  padding: 0 0 6rem;
}
.top04::before {
  position: absolute;
  top: 13%;
  right: 0;
  width: 92.5%;
  height: 87%;
  content: "";
  background: #d2d6e0;
  transform: skewY(-13.5deg);
  z-index: -1;
}
.top04 .top04_inner .txt {
  padding: 0 1.5rem 0 4rem;
  margin: 3rem 0 0;
}
.top04 .top04_inner .txt h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}
.top04 .top04_inner .txt h2 .en::after {
  left: 0;
  transform: translate(0, 0);
}
.top04 .top04_inner figure {
  position: relative;
  width: 50.14%;
}
.top04 .top04_inner figure::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #ec6c00;
  z-index: -1;
  transition: 0.4s 0.4s ease;
}
.top04 .top04_inner figure.mask.active::before {
  top: 8px;
  left: 8px;
}
.top04 .img {
  position: absolute;
  top: 0;
  right: 0.75rem;
  z-index: 5;
  width: 36%;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ05 ▼
//
///////////////////////////////////////////////////*/
.top05 {
  margin: 7rem 0 0;
}
.top05 .link_btn {
  margin: 0 1.5rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 下層共通 ▼
//
///////////////////////////////////////////////////*/
.lower_mv {
  margin-top: 4rem;
}
.lower_mv .lower_mv_inner {
  position: relative;
}
.lower_mv .lower_mv_inner .txt {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  display: inline-block;
  text-align: center;
  width: 90%;
}
.lower_mv .lower_mv_inner .txt h1 {
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lower_mv .lower_mv_inner .txt h1 .en {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 400;
}
.lower_mv .lower_mv_inner figure {
  position: relative;
}
.lower_mv .lower_mv_inner figure::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.2);
  content: "";
}
.lower_mv .lower_mv_inner figure::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/lower_mv_cover_sp.png) center bottom/contain no-repeat;
  content: "";
  z-index: 1;
}

.breadcrumbs {
  margin: 1rem 0 4rem;
}
.breadcrumbs ol {
  display: flex;
  justify-content: flex-end;
}
.breadcrumbs ol li {
  position: relative;
  padding-right: 1rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
.breadcrumbs ol li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.breadcrumbs ol li:last-of-type {
  color: #ec6c00;
  padding-right: 0;
  margin-right: 0;
}
.breadcrumbs ol li:last-of-type::after {
  content: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ サービス02 ▼
//
///////////////////////////////////////////////////*/
.service02 .service02_inner .box_wrap {
  margin-bottom: 3.75rem;
}
.service02 .service02_inner .box_wrap:last-of-type {
  margin-bottom: 0;
}
.service02 .service02_inner .box_wrap .box {
  display: grid;
  grid-template-areas: "h2_wrap" "big" "txt" "figure_wrap";
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-right: 1.5rem;
}
.service02 .service02_inner .box_wrap .box:last-of-type {
  margin-bottom: 0;
}
.service02 .service02_inner .box_wrap .box.re {
  padding-right: 0;
  padding-left: 1.5rem;
}
.service02 .service02_inner .box_wrap .box.re .h2_wrap {
  justify-content: flex-start;
}
.service02 .service02_inner .box_wrap .box.re .txt {
  padding-left: 0;
  padding-right: 1.5rem;
}
.service02 .service02_inner .box_wrap .box.re .figure_wrap {
  padding-left: 0;
  padding-right: 1.5rem;
}
.service02 .service02_inner .box_wrap .box .h2_wrap {
  grid-area: h2_wrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service02 .service02_inner .box_wrap .box .h2_wrap .h2_inner {
  color: #ec6c00;
  display: inline-block;
  text-align: center;
}
.service02 .service02_inner .box_wrap .box .h2_wrap .h2_inner .service {
  display: block;
  font-size: 0.9rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 0.5rem;
}
.service02 .service02_inner .box_wrap .box .h2_wrap .h2_inner .number {
  font-size: 3.33rem;
  font-style: italic;
  line-height: 1.2;
}
.service02 .service02_inner .box_wrap .box .h2_wrap h2 {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 1rem;
  padding-top: 1.5rem;
}
.service02 .service02_inner .box_wrap .box .txt {
  grid-area: txt;
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.service02 .service02_inner .box_wrap .box .big {
  grid-area: big;
  margin-top: 0.5rem;
}
.service02 .service02_inner .box_wrap .box .big img {
  width: 100%;
}
.service02 .service02_inner .box_wrap .box .figure_wrap {
  grid-area: figure_wrap;
  display: flex;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}
.service02 .service02_inner .box_wrap .box .figure_wrap figure {
  margin-right: 1rem;
}
.service02 .service02_inner .box_wrap .box .figure_wrap figure:last-of-type {
  margin-right: 0;
}

/*///////////////////////////////////////////////////
//
//            ▼ サービス03 ▼
//
///////////////////////////////////////////////////*/
.service03 {
  margin-bottom: 5rem;
  padding-top: 6rem;
}
.service03 .line_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service03 .line_bg.active::before {
  width: 0;
}
.service03 .line_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  transition: width 1s 0.3s;
}
.service03 .link_btn {
  margin: 0 1.5rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内02 ▼
//
///////////////////////////////////////////////////*/
.company02 .center_txt {
  text-align: center;
  margin-top: 1.5rem;
}
.company02 .triangle_wrap {
  width: 330px;
  height: 247px;
  margin: 2rem auto 0;
  position: relative;
}
.company02 .triangle_wrap.active .triangle {
  transition: transform 0.8s, opacity 0.8s;
  opacity: 1;
}
.company02 .triangle_wrap.active .triangle.triangle01 {
  transform: translate(-50%, 0) scale(1);
  transition-delay: 0.3s;
}
.company02 .triangle_wrap.active .triangle.triangle02 {
  transform: scale(1);
  transition-delay: 0.6s;
}
.company02 .triangle_wrap.active .triangle.triangle03 {
  transform: scale(1);
  transition-delay: 0.9s;
}
.company02 .triangle_wrap.active .triangle.triangle04 {
  transform: translate(-50%, 0) scale(1);
  transition-delay: 1.2s;
}
.company02 .triangle_wrap .triangle {
  position: absolute;
  width: 163px;
  height: 122px;
  opacity: 0;
}
.company02 .triangle_wrap .triangle h3 {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company02 .triangle_wrap .triangle h3 .en_txt {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 10.5px;
  margin-top: 0.35rem;
  white-space: nowrap;
}
.company02 .triangle_wrap .triangle h3 .en_txt .orange {
  color: #ec6c00;
}
.company02 .triangle_wrap .triangle.triangle01::before, .company02 .triangle_wrap .triangle.triangle02::before, .company02 .triangle_wrap .triangle.triangle03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 82px 123px 82px;
  border-color: transparent transparent #f29600 transparent;
  opacity: 0.4;
}
.company02 .triangle_wrap .triangle.triangle01 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
}
.company02 .triangle_wrap .triangle.triangle02 {
  bottom: 0;
  right: 0;
  transform: scale(1);
}
.company02 .triangle_wrap .triangle.triangle03 {
  bottom: 0;
  left: 0;
  transform: scale(1);
}
.company02 .triangle_wrap .triangle.triangle04 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
  overflow: hidden;
}
.company02 .triangle_wrap .triangle.triangle04::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  background: linear-gradient(135deg, #f29600, #f29600, #ec6c00);
  top: -59px;
  left: 24px;
  transform: scaleY(1.5) rotate(45deg);
}
.company02 .triangle_wrap .triangle.triangle04 h3 {
  top: 35%;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内03 ▼
//
///////////////////////////////////////////////////*/
.company03 {
  margin: 6rem 0;
}
.company03 table {
  width: 100%;
  margin: 1.75rem 0 0;
}
.company03 table tr {
  border-top: 1px solid #e2e2e2;
}
.company03 table tr:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.company03 table tr th,
.company03 table tr td {
  display: block;
  padding-left: 0.5rem;
}
.company03 table tr th {
  text-align: left;
  padding-top: 1.25rem;
}
.company03 table tr td {
  padding-bottom: 1.25rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内04 ▼
//
///////////////////////////////////////////////////*/
.company04 {
  margin: 6rem 0;
}
.company04 table {
  width: 100%;
  margin: 1.75rem 0 0;
}
.company04 table tr {
  border-top: 1px solid #e2e2e2;
}
.company04 table tr:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.company04 table tr th,
.company04 table tr td {
  display: block;
  padding-left: 0.5rem;
}
.company04 table tr th {
  text-align: left;
  padding-top: 1.25rem;
}
.company04 table tr td {
  padding-bottom: 1.25rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 証書一覧02 ▼
//
///////////////////////////////////////////////////*/
.certificate02 .img_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.5rem;
  margin: 1.5rem 0 0;
}
.certificate02 .img_list li figure img {
  width: 100%;
  border: 1px solid #1a1a1a;
}
.certificate02 .img_list li .txt {
  margin-top: 1rem;
}
.certificate02 .img_list li .txt p {
  line-height: 1.6;
}
.certificate02 #bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 60000;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.certificate02 #bg #photo {
  width: 95%;
  text-align: center;
}
.certificate02 #bg #photo #photo_inner {
  display: inline-block;
  position: relative;
}
.certificate02 #bg #photo #photo_inner img {
  max-height: 80vh;
}
.certificate02 #bg #photo #photo_inner #prev,
.certificate02 #bg #photo #photo_inner #next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.certificate02 #bg #photo #photo_inner #prev::before,
.certificate02 #bg #photo #photo_inner #next::before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 1.563rem;
  height: 1.563rem;
}
.certificate02 #bg #photo #photo_inner #prev {
  left: 0;
}
.certificate02 #bg #photo #photo_inner #prev::before {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 58%;
}
.certificate02 #bg #photo #photo_inner #next {
  right: 0;
}
.certificate02 #bg #photo #photo_inner #next::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 42%;
}
.certificate02 #bg #close {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  width: 1.875rem;
  height: 1.875rem;
}
.certificate02 #bg #close::before, .certificate02 #bg #close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
}
.certificate02 #bg #close::before {
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg);
}
.certificate02 #bg #close::after {
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg);
}

/*///////////////////////////////////////////////////
//
//            ▼ お問い合わせ02 ▼
//
///////////////////////////////////////////////////*/
.contact02 h2 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4rem;
}
.contact02 .tel {
  height: 4.8rem;
  margin: 2rem auto 0;
}
.contact02 .tel a {
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.contact02 .tel a .tel_inner {
  display: flex;
  align-items: center;
  line-height: 1;
}
.contact02 .tel a .tel_inner .icon {
  font-size: 1.475rem;
  margin-right: 0.75rem;
}
.contact02 .tel a .tel_inner .number {
  font-size: 1.666rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.contact02 .tel a .txt {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1;
  margin-top: 0.75rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ お問い合わせ03 ▼
//
///////////////////////////////////////////////////*/
.contact03 {
  margin: 4.5rem 0 0;
}
.contact03 h2 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}
.contact03 .box {
  margin: 2rem 0 0;
}
.contact03 .box .item {
  border-top: 1px solid #e2e2e2;
  padding: 1.25rem 0 1.5rem;
}
.contact03 .box .item.pb {
  padding-bottom: 1rem;
}
.contact03 .box .item .inner:first-of-type {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.contact03 .box .item .inner:first-of-type.item_top {
  align-self: flex-start;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio input {
  display: none;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2.25rem;
  margin-right: 2.5rem;
  font-weight: 400;
  font-size: 1.066rem;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio label::before, .contact03 .box .item .inner:last-of-type .radio_wrap .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio label::before {
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  left: 0;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio label::after {
  background-color: #ec6c00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 6px;
  opacity: 0;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio input:checked + label::before {
  border: 2px solid #f29600;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio input:checked + label::after {
  opacity: 1;
}
.contact03 .box .item .inner input[type=text],
.contact03 .box .item .inner input[type=tel],
.contact03 .box .item .inner input[type=email],
.contact03 .box .item .inner textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  outline: none;
  padding: 1.15rem 1rem;
  font-size: 16px;
}
.contact03 .box .item .inner input[type=text]::placeholder,
.contact03 .box .item .inner input[type=tel]::placeholder,
.contact03 .box .item .inner input[type=email]::placeholder,
.contact03 .box .item .inner textarea::placeholder {
  color: #757575;
}
.contact03 .box .item .inner textarea {
  height: 13.5em;
  line-height: 1.5;
}
.contact03 .box .item .inner label {
  font-weight: bold;
  font-size: 1.066rem;
}
.contact03 .box .item .inner .required {
  font-size: 0.933rem;
  line-height: 1;
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  color: #fff;
  display: inline-block;
  padding: 0.35rem 0.45rem;
  margin-left: 0.75rem;
}
.contact03 .box .item.check {
  padding-top: 1.75rem;
}
.contact03 .box .item.check .check_inner {
  width: 100%;
  text-align: center;
}
.contact03 .box .item.check .check_inner input {
  display: none;
}
.contact03 .box .item.check .check_inner label {
  position: relative;
  cursor: pointer;
  padding-left: 2.5rem;
  letter-spacing: 0.13em;
}
.contact03 .box .item.check .check_inner label::before, .contact03 .box .item.check .check_inner label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.contact03 .box .item.check .check_inner label::before {
  background-color: #fff;
  border: 2px solid #f29600;
  width: 1.466rem;
  height: 1.466rem;
  left: 5px;
}
.contact03 .box .item.check .check_inner label::after {
  border-right: 0.275rem solid #ec6c00;
  border-bottom: 0.275rem solid #ec6c00;
  content: "";
  display: block;
  height: 1.127rem;
  left: 0.875rem;
  margin-top: -0.9375rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.6895rem;
}
.contact03 .box .item.check .check_inner input:checked + label::after {
  opacity: 1;
}
.contact03 .box .submit {
  height: 3.6rem;
  border: 2px solid #00154b;
}
.contact03 .box .submit button {
  width: 100%;
  height: 100%;
  color: #00154b;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.25rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
.contact03 .box .submit button span {
  position: relative;
  z-index: 1;
}
.contact03 .box .submit button::before, .contact03 .box .submit button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  transform: rotate(360deg);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: border-width;
  transition-delay: 0s;
}
.contact03 .box .submit button::before {
  bottom: 0;
  left: -1px;
  border-color: transparent transparent transparent #00154b;
}
.contact03 .box .submit button::after {
  top: 0;
  right: -1px;
  border-color: transparent #00154b transparent transparent;
}
.contact03 .box .submit button .arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
}
.contact03 .box .submit button .arrow svg {
  width: 1.4375rem;
}
.contact03 .box .submit button .arrow svg g,
.contact03 .box .submit button .arrow svg path {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*///////////////////////////////////////////////////
//
//            ▼ お問い合わせ04 ▼
//
///////////////////////////////////////////////////*/
.contact04 {
  margin-top: 5rem;
}
.contact04 h2 {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}
.contact04 .box {
  margin: 2rem 0 0;
}
.contact04 .box .item {
  border: 2px solid #ec6c00;
}
.contact04 .box .item .inner {
  height: 260px;
  overflow-y: scroll;
  padding: 1rem;
}
.contact04 .box .item .inner p {
  font-size: 0.9rem;
}
.contact04 .box .item .inner p.right {
  text-align: right;
}
.contact04 .box .item .inner h3 {
  font-size: 1.1rem;
  margin: 2rem 0 0;
}
.contact04 .box .item .inner ol li {
  list-style-type: decimal;
  display: list-item;
  margin-left: 1.5rem;
  font-size: 0.9rem;
}
.contact04 .box .item .inner ol ul li {
  list-style-type: disc;
  display: list-item;
  margin-left: 1rem;
  font-size: 0.9rem;
}
.contact04 .box .item .inner ol ul li ol li {
  list-style-type: decimal;
  display: list-item;
  margin-left: 1.5rem;
}
.contact04 .box .item .inner dl {
  margin: 1rem 0;
}
.contact04 .box .item .inner dl dt {
  font-weight: bold;
}
.contact04 .box .item .inner dl dd {
  font-size: 0.9rem;
}
.contact04 .box .item .inner dl dd ul li + li {
  margin: 1rem 0 0;
}

@media screen and (orientation: portrait) {
  /* 縦向き */
}
@media screen and (orientation: landscape) {
  /* 横向き */
}

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