@charset "UTF-8";
/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
html {
  color: #1a1a1a;
  font-size: calc(12px + 4 * (100vw - 768px) / 912);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 2;
}

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

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}

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

.l_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1680px;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.m_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.s_container {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}

/* @media screen and (min-width:1540px) {
	.l_container {
		max-width: 1680px;
	}

	.container {
		max-width: 1480px;
	}
}

@media screen and (min-width:1280px) and (max-width:1539px) {
	html {
		font-size: 15px;
	}

	.container {
		max-width: 1280px;
	}
}

@media screen and (min-width:768px) and (max-width:1279px) {
	html {
		font-size: 14px;
	}

	.container {
		max-width: none;
	}
} */
.is_sp {
  display: none;
}

.is_tab {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1025px) {
  /* html {
  	font-size: 13px;
  } */
  .is_hidden_tab {
    display: none;
  }
  .is_tab {
    display: block;
  }
}
.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;
}

.preload * {
  transition: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: 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.1%;
  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: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.section_ttl .orange {
  color: #ec6c00;
}
.section_ttl .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.25rem;
}
.section_ttl .en::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  background: linear-gradient(to right, #ec6c00, #f29600);
  width: 2.5rem;
  height: 3px;
}

.works_area .slider {
  margin: 3rem 0 1.5rem;
}
.works_area .slider .swiper-container .swiper-wrapper {
  padding-bottom: 4.5rem;
}
.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: 10rem 0 0;
  padding-bottom: 5rem;
  background: url(../images/common/area_area_bg.png) center 6.875rem/43.75rem no-repeat;
}
.area_area .box {
  margin-top: 3rem;
}
.area_area .box .item .item_ttl {
  display: flex;
  background: #00154b;
  padding: 0.65rem 1.75rem;
}
.area_area .box .item .item_ttl .icon {
  color: #ec6c00;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.area_area .box .item .item_ttl h3 {
  font-size: 1.25rem;
  color: #fff;
}
.area_area .box .item .txt {
  padding: 1.25rem 1.45rem 3.5rem;
}
.area_area .box .item .txt p {
  word-break: keep-all;
}

.contact_area {
  background: url(../images/common/contact_area_bg.jpg) center center/cover no-repeat;
  padding: 8.54rem 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 {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
.contact_area .contact_area_inner .box {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}
.contact_area .contact_area_inner .box .item {
  width: 21.875rem;
  height: 5.625rem;
}
.contact_area .contact_area_inner .box .item a {
  height: 100%;
  color: #fff;
}
.contact_area .contact_area_inner .box .item.tel {
  margin-right: 2rem;
  padding-top: 0.5rem;
}
.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: 2.5rem;
  margin-right: 1rem;
}
.contact_area .contact_area_inner .box .item.tel a .tel_inner .number {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.contact_area .contact_area_inner .box .item.tel a .txt {
  font-size: 0.875rem;
  padding-left: 3.5rem;
  margin-top: 0.25rem;
}
.contact_area .contact_area_inner .box .item.contact a {
  background: #fff;
  color: #00154b;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact_area .contact_area_inner .box .item.contact a span {
  position: relative;
  z-index: 1;
}
.contact_area .contact_area_inner .box .item.contact a::before, .contact_area .contact_area_inner .box .item.contact a::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;
}
.contact_area .contact_area_inner .box .item.contact a::before {
  bottom: 0;
  left: -1px;
  border-color: transparent transparent transparent #00154b;
}
.contact_area .contact_area_inner .box .item.contact a::after {
  top: 0;
  right: -1px;
  border-color: transparent #00154b transparent transparent;
}
.contact_area .contact_area_inner .box .item.contact a .icon {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}
.contact_area .contact_area_inner .box .item.contact a:hover {
  color: #fff;
}
.contact_area .contact_area_inner .box .item.contact a:hover::before, .contact_area .contact_area_inner .box .item.contact a:hover::after {
  border-width: 90px 360px;
  transform: translateZ(0);
}

.link_btn {
  width: 21.875rem;
  height: 3.6875rem;
  border: 2px solid #00154b;
  margin: 0 auto;
}
.link_btn a {
  height: 100%;
  color: #00154b;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.25rem;
  overflow: hidden;
  position: relative;
}
.link_btn a span {
  position: relative;
  z-index: 1;
}
.link_btn a::before, .link_btn a::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;
}
.link_btn a::before {
  bottom: -1px;
  left: -1px;
  border-color: transparent transparent transparent #00154b;
}
.link_btn a::after {
  top: -1px;
  right: -1px;
  border-color: transparent #00154b transparent transparent;
}
.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.4375rem;
}
.link_btn a .arrow svg g,
.link_btn a .arrow svg path {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link_btn a:hover {
  color: #fff;
}
.link_btn a:hover::before, .link_btn a:hover::after {
  border-width: 55px 355px;
  transform: translateZ(0);
}
.link_btn a:hover .arrow svg g {
  stroke: #fff;
  fill: #00154b;
}
.link_btn a:hover .arrow svg path {
  stroke: none;
  fill: #fff;
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1920px;
  height: 5.625rem;
  z-index: 50000;
  background: #fff;
}
header .header_in {
  display: flex;
  align-items: center;
  padding-left: 2.125rem;
  height: 100%;
}
header .header_in .logo {
  line-height: 1;
  width: 25%;
  height: 4.5rem;
  min-width: 6rem;
  max-width: 8rem;
  display: flex;
  align-items: center;
}
header .header_in .logo a {
  width: 100%;
}
header .header_in .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
header .header_in nav {
  margin-left: auto;
  margin-right: 2rem;
  height: 100%;
}
header .header_in nav ul {
  display: flex;
  height: 100%;
}
header .header_in nav ul li {
  height: 100%;
}
header .header_in nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 1.5625rem;
  line-height: 1.7;
  position: relative;
  transition: 0.3s;
}
header .header_in nav ul li a:hover {
  color: #ec6c00;
}
header .header_in nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .header_in nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ec6c00, #f29600);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
header .header_in nav ul li a .en {
  display: block;
  font-size: 1rem;
}
header .header_in .link_wrap {
  display: flex;
  height: 100%;
}
header .header_in .link_wrap .contact {
  width: 11.375rem;
  height: 100%;
}
header .header_in .link_wrap .contact a {
  color: #fff;
  background: #00154b;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
header .header_in .link_wrap .contact a::before, header .header_in .link_wrap .contact a::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;
}
header .header_in .link_wrap .contact a::before {
  bottom: 0;
  left: -1px;
  border-color: transparent transparent transparent #fff;
}
header .header_in .link_wrap .contact a::after {
  top: 0;
  right: -1px;
  border-color: transparent #fff transparent transparent;
}
header .header_in .link_wrap .contact a .inner {
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header_in .link_wrap .contact a .inner .icon {
  margin-right: 0.25rem;
}
header .header_in .link_wrap .contact a .txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header_in .link_wrap .contact a:hover::before, header .header_in .link_wrap .contact a:hover::after {
  border-width: 90px 187px;
  transform: translateZ(0);
}
header .header_in .link_wrap .contact a:hover .inner {
  color: #00154b;
}
header .header_in .link_wrap .contact a:hover .txt {
  color: #00154b;
}
header .header_in .link_wrap .instagram {
  width: 5.625rem;
  height: 100%;
}
header .header_in .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: 2.2865rem;
  overflow: hidden;
  position: relative;
}
header .header_in .link_wrap .instagram a span {
  position: relative;
  z-index: 1;
}
header .header_in .link_wrap .instagram a::before, header .header_in .link_wrap .instagram a::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;
}
header .header_in .link_wrap .instagram a::before {
  bottom: 0;
  left: -1px;
  border-color: transparent transparent transparent #fff;
}
header .header_in .link_wrap .instagram a::after {
  top: 0;
  right: -1px;
  border-color: transparent #fff transparent transparent;
}
header .header_in .link_wrap .instagram a:hover {
  color: #ec6c00;
}
header .header_in .link_wrap .instagram a:hover::before, header .header_in .link_wrap .instagram a:hover::after {
  border-width: 90px 95px;
  transform: translateZ(0);
}

/*///////////////////////////////////////////////////
//
//            ▼ フッター ▼
//
///////////////////////////////////////////////////*/
footer .footer_inner01 {
  display: flex;
}
footer .footer_inner01 .logo {
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-right: 3rem;
  padding: 1.5rem 3rem 1.5rem 0;
}
footer .footer_inner01 .logo a {
  width: 10.781rem;
}
footer .footer_inner01 .link {
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
}
footer .footer_inner01 .link a {
  padding: 0.5rem;
  transition: 0.3s;
}
footer .footer_inner01 .link a:first-of-type {
  font-size: 1.5rem;
  margin-right: 1rem;
}
footer .footer_inner01 .link a:last-of-type {
  font-size: 1.715rem;
}
footer .footer_inner01 .link a:hover {
  color: #ec6c00;
}
footer .footer_inner02 {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
footer .footer_inner02 .box {
  display: flex;
}
footer .footer_inner02 .box .footer_menu {
  width: 50%;
  border-right: 1px solid #e2e2e2;
  padding: 1.5rem 1rem 3rem 0;
}
footer .footer_inner02 .box .footer_menu ul {
  display: flex;
}
footer .footer_inner02 .box .footer_menu ul li {
  margin-right: 3.25rem;
}
footer .footer_inner02 .box .footer_menu ul li:last-of-type {
  margin-right: 0;
}
footer .footer_inner02 .box .footer_menu ul li p {
  font-size: 0.875rem;
  line-height: 1.8;
}
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.5rem 0 1rem;
}
footer .footer_inner02 .box .footer_menu ul li .gmap a {
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  text-decoration: underline;
  transition: 0.3s;
}
footer .footer_inner02 .box .footer_menu ul li .gmap a:hover {
  color: #ec6c00;
}
footer .footer_inner02 .box .footer_menu ul li .gmap .icon {
  font-size: 0.875rem;
  margin-right: 0.65rem;
}
footer .footer_inner02 .box .footer_contents {
  width: 50%;
  padding: 1.5rem 0 3rem 2.5rem;
}
footer .footer_inner02 .box .footer_contents .txt01 {
  font-weight: bold;
}
footer .footer_inner02 .box .footer_contents ul {
  display: flex;
  margin-top: 1rem;
}
footer .footer_inner02 .box .footer_contents ul li {
  margin-right: 3px;
}
footer .footer_inner02 .box .footer_contents ul li a {
  position: relative;
}
footer .footer_inner02 .box .footer_contents ul li a:hover figure img {
  transform: scale(1.15);
}
footer .footer_inner02 .box .footer_contents ul li a figure {
  position: relative;
  overflow: hidden;
}
footer .footer_inner02 .box .footer_contents ul li a figure img {
  transition: 0.5s;
  backface-visibility: hidden;
}
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.75rem;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  padding: 1.25rem 0 1.5rem;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  footer .footer_inner02 .box .footer_menu ul li {
    margin-right: 2.25rem;
  }
  footer .footer_inner02 .box .footer_menu ul li .txt {
    font-size: 0.865rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279px) {
  footer .footer_inner02 .box .footer_menu ul li {
    margin-right: 1rem;
  }
  footer .footer_inner02 .box .footer_menu ul li p {
    font-size: 0.79rem;
  }
  footer .footer_inner02 .box .footer_menu ul li .area {
    font-size: 0.9375rem;
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ トップ01 ▼
//
///////////////////////////////////////////////////*/
.top01 {
  margin-top: 5.625rem;
}
.top01 .mv {
  position: relative;
}
.top01 .mv::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20.5%;
  background: url(../images/top/cover_w.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: 5rem;
  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: 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;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 {
    font-size: 4.5rem;
  }
  .top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 .txt_en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279px) {
  .top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 {
    font-size: 4.05rem;
  }
  .top01 .mv .swiper-container .swiper-wrapper .swiper-slide .txt h2 .txt_en {
    font-size: 1.62rem;
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ トップ02 ▼
//
///////////////////////////////////////////////////*/
.top02 {
  margin: 8rem 0 0;
  padding-bottom: 12.5rem;
}
.top02::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/top/cover_gray.png) center bottom/contain no-repeat;
  content: "";
  z-index: 2;
}
.top02 p {
  text-align: center;
  margin-top: 2rem;
}
.top02 .img {
  position: absolute;
  bottom: -5.25rem;
  left: -2%;
  width: 29%;
  z-index: 3;
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ03 ▼
//
///////////////////////////////////////////////////*/
.top03 {
  background: #d2d6e0;
  padding: 8rem 0 13.75rem;
}
.top03::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 17%;
  background: url(../images/top/cover_w.png) center bottom/contain no-repeat;
  content: "";
  z-index: 2;
}
.top03 .center_txt {
  text-align: center;
  margin-top: 2rem;
}
.top03 h3 {
  background: #00154b;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  padding: 0.895rem 0;
  margin-top: 3.5rem;
}
.top03 h3 .small {
  font-size: 1.25rem;
}
.top03 .box {
  margin-top: 2.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.25%;
}
.top03 .box .item figure img {
  width: 100%;
}
.top03 .box .item .txt a {
  background: #fff;
  padding: 0.75rem 2rem;
  overflow: hidden;
  position: relative;
}
.top03 .box .item .txt a::before, .top03 .box .item .txt a::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;
}
.top03 .box .item .txt a::before {
  bottom: 0;
  left: -1px;
  border-color: transparent transparent transparent #ec6c00;
}
.top03 .box .item .txt a::after {
  top: 0;
  right: -1px;
  border-color: transparent #ec6c00 transparent transparent;
}
.top03 .box .item .txt a:hover::before, .top03 .box .item .txt a:hover::after {
  border-width: 92px 440px;
  transform: translateZ(0);
}
.top03 .box .item .txt a:hover .h4_wrap,
.top03 .box .item .txt a:hover p {
  color: #fff;
}
.top03 .box .item .txt a:hover .h4_wrap .arrow svg g {
  stroke: #fff;
  fill: #ec6c00;
}
.top03 .box .item .txt a:hover .h4_wrap .arrow svg path {
  stroke: none;
  fill: #fff;
}
.top03 .box .item .txt a .h4_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top03 .box .item .txt a .h4_wrap h4 {
  font-size: 1.125rem;
}
.top03 .box .item .txt a .h4_wrap .arrow {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.top03 .box .item .txt a .h4_wrap .arrow svg {
  width: 1.4375rem;
}
.top03 .box .item .txt a .h4_wrap .arrow svg g,
.top03 .box .item .txt a .h4_wrap .arrow svg path {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top03 .box .item .txt a p {
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*///////////////////////////////////////////////////
//
//            ▼ トップ04 ▼
//
///////////////////////////////////////////////////*/
.top04 {
  padding: 8rem 0 12.5rem;
}
.top04::before {
  position: absolute;
  top: 16%;
  right: 0;
  width: 75%;
  height: 63%;
  content: "";
  background: #d2d6e0;
  transform: skewY(-11.5deg);
  z-index: -1;
}
.top04 .top04_inner {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.top04 .top04_inner .txt {
  width: 39%;
  margin-left: 7.25rem;
  padding-top: 3rem;
}
.top04 .top04_inner .txt h2 {
  text-align: left;
  margin-bottom: 2rem;
}
.top04 .top04_inner .txt h2 .en::after {
  left: 0;
  transform: translate(0, 0);
}
.top04 .top04_inner figure {
  position: relative;
  width: 40%;
}
.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: 16px;
  left: 16px;
}
.top04 .img {
  position: absolute;
  top: -13.5%;
  right: 0.75rem;
  z-index: 5;
  width: 27%;
}

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

/*///////////////////////////////////////////////////
//
//            ▼ 下層共通 ▼
//
///////////////////////////////////////////////////*/
.lower_mv {
  margin-top: 5.625rem;
}
.lower_mv .lower_mv_inner {
  position: relative;
}
.lower_mv .lower_mv_inner .txt {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  display: inline-block;
  text-align: center;
}
.lower_mv .lower_mv_inner .txt h1 {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lower_mv .lower_mv_inner .txt h1 .en {
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  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.png) center bottom/contain no-repeat;
  content: "";
  z-index: 1;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .lower_mv .lower_mv_inner .txt h1 {
    font-size: 3.15rem;
  }
  .lower_mv .lower_mv_inner .txt h1 .en {
    font-size: 1.575rem;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1279px) {
  .lower_mv .lower_mv_inner .txt h1 {
    font-size: 2.835rem;
  }
  .lower_mv .lower_mv_inner .txt h1 .en {
    font-size: 1.4175rem;
  }
}
.breadcrumbs {
  margin: 1rem 0 4rem;
}
.breadcrumbs ol {
  display: flex;
}
.breadcrumbs ol li {
  position: relative;
  padding-right: 1rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.breadcrumbs ol li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.breadcrumbs ol li:last-of-type {
  color: #ec6c00;
}
.breadcrumbs ol li:last-of-type::after {
  content: none;
}
.breadcrumbs ol li a {
  transition: 0.3s;
}
.breadcrumbs ol li a:hover {
  color: #ec6c00;
}

/*///////////////////////////////////////////////////
//
//            ▼ サービス02 ▼
//
///////////////////////////////////////////////////*/
.service02 .service02_inner {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
.service02 .service02_inner .box_wrap {
  margin-bottom: 8rem;
}
.service02 .service02_inner .box_wrap:last-of-type {
  margin-bottom: 0;
}
.service02 .service02_inner .box_wrap .box {
  display: grid;
  grid-template-areas: "big h2_wrap" "big txt" "big figure_wrap";
  gap: 0 7%;
  max-width: 1280px;
  width: 90%;
  grid-template-rows: auto auto 1fr;
}
.service02 .service02_inner .box_wrap .box.re {
  grid-template-areas: "h2_wrap big" "txt big" "figure_wrap big";
  margin-left: auto;
}
.service02 .service02_inner .box_wrap .box .h2_wrap {
  grid-area: h2_wrap;
  display: flex;
  align-items: center;
}
.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: 1.125rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 1rem;
}
.service02 .service02_inner .box_wrap .box .h2_wrap .h2_inner .number {
  font-size: 4.5rem;
  font-style: italic;
  line-height: 1.2;
}
.service02 .service02_inner .box_wrap .box .h2_wrap h2 {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 1.5rem;
  padding-top: 1.5rem;
}
.service02 .service02_inner .box_wrap .box .txt {
  grid-area: txt;
  margin-top: 1rem;
}
.service02 .service02_inner .box_wrap .box .big {
  grid-area: big;
}
.service02 .service02_inner .box_wrap .box .big img {
  width: 100%;
}
.service02 .service02_inner .box_wrap .box .figure_wrap {
  grid-area: figure_wrap;
  display: flex;
  align-items: flex-end;
}
.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-top: 8.75rem;
  padding-bottom: 5.625rem;
}
.service03 .line_bg {
  position: absolute;
  bottom: 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;
}

/*///////////////////////////////////////////////////
//
//            ▼ サービス04 ▼
//
///////////////////////////////////////////////////*/
.service04 {
  margin-top: 4.375rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内02 ▼
//
///////////////////////////////////////////////////*/
.company02 .center_txt {
  text-align: center;
  margin-top: 2rem;
}
.company02 .triangle_wrap {
  width: 50.375rem;
  height: 37.6875rem;
  margin: 3rem 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: 25rem;
  height: 18.75rem;
  opacity: 0;
}
.company02 .triangle_wrap .triangle h3 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  position: absolute;
  top: 60%;
  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: 1rem;
  margin-top: 0.75rem;
}
.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 12.5rem 18.75rem 12.5rem;
  border-color: transparent transparent #f29600 transparent;
  opacity: 0.4;
}
.company02 .triangle_wrap .triangle.triangle01 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1.15);
}
.company02 .triangle_wrap .triangle.triangle02 {
  bottom: 0;
  right: 0;
  transform: scale(1.15);
}
.company02 .triangle_wrap .triangle.triangle03 {
  bottom: 0;
  left: 0;
  transform: scale(1.15);
}
.company02 .triangle_wrap .triangle.triangle04 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1.15);
  overflow: hidden;
}
.company02 .triangle_wrap .triangle.triangle04::before {
  content: "";
  position: absolute;
  width: 17.6875rem;
  height: 17.6875rem;
  background: linear-gradient(135deg, #f29600, #f29600, #ec6c00);
  top: -8.875rem;
  left: 3.625rem;
  transform: scaleY(1.5) rotate(45deg);
}
.company02 .triangle_wrap .triangle.triangle04 h3 {
  top: 35%;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内03 ▼
//
///////////////////////////////////////////////////*/
.company03 {
  margin: 9.75rem 0;
}
.company03 table {
  width: 100%;
  margin: 2.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 {
  padding: 1.65rem 0;
}
.company03 table tr th {
  text-align: left;
  padding-left: 1rem;
  width: 25.7%;
}
.company03 table tr td {
  width: 74.3%;
}

/*///////////////////////////////////////////////////
//
//            ▼ 会社案内04 ▼
//
///////////////////////////////////////////////////*/
.company04 {
  margin: 9.75rem 0;
}
.company04 table {
  width: 100%;
  margin: 2.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 {
  padding: 1.65rem 0;
}
.company04 table tr th {
  text-align: left;
  padding-left: 1rem;
  width: 25.7%;
}
.company04 table tr td {
  width: 74.3%;
}

/*///////////////////////////////////////////////////
//
//            ▼ 証書一覧02 ▼
//
///////////////////////////////////////////////////*/
.certificate02 .center_txt {
  text-align: center;
}
.certificate02 .img_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.875rem 2rem;
  margin: 2.5rem 0 0;
}
.certificate02 .img_list li figure {
  cursor: pointer;
}
.certificate02 .img_list li figure img {
  border: 1px solid #1a1a1a;
  width: 100%;
}
.certificate02 .img_list li .txt {
  margin-top: 1.5rem;
}
.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: 85%;
  text-align: center;
}
.certificate02 #bg #photo #photo_inner {
  display: inline-block;
  position: relative;
}
.certificate02 #bg #photo #photo_inner img {
  max-height: 90vh;
}
.certificate02 #bg #photo #photo_inner #next,
.certificate02 #bg #photo #photo_inner #prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  cursor: pointer;
  background: #ec6c00;
}
.certificate02 #bg #photo #photo_inner #next::before,
.certificate02 #bg #photo #photo_inner #prev::before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 1.363rem;
  height: 1.363rem;
  border: 3px solid;
}
.certificate02 #bg #photo #photo_inner #next {
  right: -4rem;
}
.certificate02 #bg #photo #photo_inner #next::before {
  left: 40%;
  border-color: #fff #fff transparent transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}
.certificate02 #bg #photo #photo_inner #prev {
  left: -4rem;
}
.certificate02 #bg #photo #photo_inner #prev::before {
  left: 60%;
  border-color: transparent transparent #fff #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.certificate02 #bg #close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
}
.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 .center_txt {
  text-align: center;
}
.contact02 h2 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4.5rem;
}
.contact02 .tel {
  width: 31.25rem;
  height: 8.1875rem;
  margin: 2.75rem 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: 2.5rem;
  margin-right: 1rem;
}
.contact02 .tel a .tel_inner .number {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.contact02 .tel a .txt {
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1;
  padding-left: 2rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ お問い合わせ03 ▼
//
///////////////////////////////////////////////////*/
.contact03 {
  margin: 8rem 0 0;
}
.contact03 h2 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4.5rem;
}
.contact03 .box {
  margin: 3rem 0 0;
}
.contact03 .box .item {
  display: flex;
  border-top: 1px solid #e2e2e2;
}
.contact03 .box .item .inner {
  padding: 2rem 0;
}
.contact03 .box .item .inner:first-of-type {
  width: 27.5%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.contact03 .box .item .inner:first-of-type.item_top {
  align-self: flex-start;
}
.contact03 .box .item .inner:last-of-type {
  width: 72.5%;
  padding-right: 1rem;
}
.contact03 .box .item .inner:last-of-type .radio_wrap {
  display: flex;
}
.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;
}
.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: 24px;
  height: 24px;
  left: 0;
}
.contact03 .box .item .inner:last-of-type .radio_wrap .radio label::after {
  background-color: #ec6c00;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  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: 1rem 1.625rem;
  font-size: 1rem;
}
.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: 11.25em;
  line-height: 1.5;
}
.contact03 .box .item .inner label {
  font-weight: bold;
}
.contact03 .box .item .inner .required {
  font-size: 0.875rem;
  line-height: 1;
  background: linear-gradient(to bottom right, #ec6c00, #f29600);
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.35rem;
  margin-left: 0.75rem;
}
.contact03 .box .item.check {
  padding-top: 2.5rem;
}
.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;
  font-size: 0.875rem;
}
.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.375rem;
  height: 1.375rem;
  left: 5px;
}
.contact03 .box .item.check .check_inner label::after {
  border-right: 0.25rem solid #ec6c00;
  border-bottom: 0.25rem solid #ec6c00;
  content: "";
  display: block;
  height: 1.125rem;
  left: 0.875rem;
  margin-top: -0.9375rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.6875rem;
}
.contact03 .box .item.check .check_inner input:checked + label::after {
  opacity: 1;
}
.contact03 .box .submit {
  width: 21.875rem;
  height: 3.6875rem;
  border: 2px solid #00154b;
  margin: 3rem auto 0;
}
.contact03 .box .submit button {
  width: 100%;
  height: 100%;
  color: #00154b;
  font-size: 1.125rem;
  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: -1px;
  left: -1px;
  border-color: transparent transparent transparent #00154b;
}
.contact03 .box .submit button::after {
  top: -1px;
  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);
}
.contact03 .box .submit button:hover {
  color: #fff;
}
.contact03 .box .submit button:hover::before, .contact03 .box .submit button:hover::after {
  border-width: 55px 355px;
  transform: translateZ(0);
}
.contact03 .box .submit button:hover .arrow svg g {
  stroke: #fff;
  fill: #00154b;
}
.contact03 .box .submit button:hover .arrow svg path {
  stroke: none;
  fill: #fff;
}

/*///////////////////////////////////////////////////
//
//            ▼ お問い合わせ04 ▼
//
///////////////////////////////////////////////////*/
.contact04 {
  margin-top: 7rem;
}
.contact04 h2 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}
.contact04 .box {
  margin: 4rem 0 0;
}
.contact04 .box .item {
  border: 2px solid #ec6c00;
}
.contact04 .box .item .inner {
  height: 260px;
  overflow-y: scroll;
  padding: 1.25rem 2.5rem;
}
.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.2rem;
  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;
}

/*///////////////////////////////////////////////////
//
//            ▼ サンクス02 ▼
//
///////////////////////////////////////////////////*/
.thanks02 p {
  text-align: center;
  margin-bottom: 3rem;
}

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