@charset "UTF-8";
/*
====================================
共通
====================================
*/
html {
  overflow-x: hidden;
  overflow-y: initial;
  font-size: 10px;
  letter-spacing: 0.1em;
}

body {
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  opacity: 0;
}
body.visible {
  opacity: 1;
  transition-duration: 2.5s;
}

.back-txt {
  position: fixed;
  left: 0;
  top: 96px;
  width: 19vw;
  z-index: 0;
}

.lowerheader {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30vw;
  width: 100%;
}
.lowerheader__inner {
  position:relative;
  z-index:2;
  height: 100%;
  display: flex;
  align-items: center;
}
.lowerheader__inner .content {
  position: relative;
  z-index: 2;
}
.lowerheader__inner .content .heading-gr .eng {
  position: relative;
  z-index: 2;
  font-size: 8rem;
  font-weight: 400;
  color: #000;
}
.lowerheader__inner .content .heading-gr .eng::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 8px;
  width: 132px;
  height: 24px;
  background-color: #0071B6;
  opacity: 0.71;
}
.lowerheader__inner .content .heading-gr .jpn {
  margin-left: 8px;
  font-size: 1.8rem;
}
.lowerheader__back {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lowerheader__back::after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  background-image:linear-gradient(90deg, rgba(255,255,255,.6),rgba(255,255,255,.0));
  opacity:1;
}
.lowerheader--company .lowerheader__back {
  background-image: url("../img/lower/company.jpg");
}
.lowerheader--business .lowerheader__back {
  background-image: url("../img/lower/business.jpg");
}
.lowerheader--recruit .lowerheader__back {
  background-image: url("../img/lower/recruit.jpg");
}
.lowerheader--contact .lowerheader__back {
  background-image: url("../img/lower/contact.jpg");
}
.lowerheader--works .lowerheader__back {
  background-image: url("../img/lower/works.jpg");
}
.lowerheader--privacypolicy .lowerheader__back {
  background-image: url("../img/lower/privacy.jpg");
}
.lowerheader--noimage {
  padding-top: 80px;
  height: auto;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.wrapper--smaller {
  max-width: 1000px;
}

#main {
  margin-top: 72px;
  margin-bottom: 96px;
}
#main.noloweheader {
  margin-top: 140px;
}
#main.pb0 {
  margin-bottom: 0;
}

.sectiontitle {
  position: relative;
}
.sectiontitle h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 7.2rem;
  font-weight: 500;
  color: #000;
}
.sectiontitle h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 12.4px;
    width: 123px;
    height: 24px;
    background-color: #0071B6;
    opacity: 0.71;
}

.sitebtn {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 16px 40px;
  background-color: #1B1464;
}
.sitebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 64px;
  height: 3.24px;
  background-color: #EB5A24;
}
.sitebtn span {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

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

@media screen and (max-width: 750px) {
  .sectiontitle h2 {
    font-size: 3.8rem;
  }
  .sectiontitle h2::after {
    right: -15%;
    bottom: 8.8px;
    width: 64px;
    height: 10px;
  }
  .sitebtn {
    width: 240px;
    padding: 12px 24px;
  }
  .sitebtn::after {
    right: -20px;
    width: 40px;
    height: 1.5px;
  }
  .sitebtn span {
    font-size: 1.5rem;
  }
  .p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .back-txt {
    top: 56px;
    left: 4px;
    width: 30vw;
  }
  .lowerheader {
    height: 50vw;
  }
  .lowerheader__inner .content .heading-gr .eng {
    font-size: 4rem;
  }
  .lowerheader__inner .content .heading-gr .eng.small {
    font-size: 2.8rem;
  }
  .lowerheader__inner .content .heading-gr .eng::after {
    bottom: 4px;
    width: 60%;
    height: 12px;
  }
  .lowerheader__inner .content .heading-gr .eng.sp-noline::after {
	display:none !important;
    bottom: 4px;
    width: 60%;
    height: 12px;
  }
  .lowerheader__inner .content .heading-gr .jpn {
    margin-left: 8px;
    font-size: 1.4rem;
  }
  .lowerheader--noimage {
    padding-top: 40px;
    height: auto;
  }
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  #main {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  #main.noloweheader {
    margin-top: 70px;
  }
}
/*
====================================
ヘッダー
====================================
*/
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
}
.header__inner {
  padding-left: 32px;
  padding-right: 32px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left .logo {
  width: 300px;
}
.header__left .logo img {
  width: 100%;
}
.header__right {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.header__right nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.header__right nav ul li {
  margin-left: 24px;
}
.header__right nav ul li:first-of-type {
  margin-left: 0;
}
.header__right nav ul li a {
  padding-left: 16px;
  position: relative;
  font-size: 1.6rem;
  color: #000;
}
.header__right nav ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #393939;
}
.header__right nav ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #393939;
}
.header__right nav ul li.this a {
  color: #0071B6;
}
.header__right nav ul li.this a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #0071B6;
}
.header__right nav ul li.this a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0071B6;
}
.header__right .contact-btn {
  margin-left: 40px;
}
.header__right .contact-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0071B6;
  width: 200px;
  height: 40px;
  font-size: 1.6rem;
  border-radius: 5px;
}
.header__right .contact-btn a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: 4px;
  border: solid 1px #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 5px;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .header__right {
    display: block;
  }
  .header__right nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #0071B6;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.25s;
    padding: 0px 16px;
  }
  .header__right nav.show {
    opacity: 1;
    pointer-events: initial;
    transition-duration: 0.4s;
  }
  .header__right nav ul {
    height: 100%;
    display: block;
    align-items: initial;
    justify-content: right;
  }
  .header__right nav ul li {
    margin-left: 0px;
  }
  .header__right nav ul li a {
    display: block;
    padding: 12px 0;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .header__right nav ul li a::before, .header__right nav ul li a::after {
    display: none !important;
  }
  .header__right nav ul li:last-of-type a {
    border-bottom: none;
  }
  .header__right nav ul li.this a {
    color: #fff;
  }
  .header__right .contact-btn {
    position: fixed;
    margin-left: 0px;
    right: 56px;
    top: 12.5px;
    background-color: initial;
    width: 32px;
    height: 32px;
  }
  .header__right .contact-btn a {
    display: block;
    width: initial;
    height: initial;
    background-color: initial;
  }
  .header__right .contact-btn a::after {
    display: none;
  }
	
}

@media screen and (max-width: 750px) {
  .header {
    height: 56px;
  }
  .header__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header__left .logo {
    width: 160px;
  }
  .header__right {
    display: block;
  }
  .header__right nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #0071B6;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.25s;
    padding: 0px 16px;
  }
  .header__right nav.show {
    opacity: 1;
    pointer-events: initial;
    transition-duration: 0.4s;
  }
  .header__right nav ul {
    height: 100%;
    display: block;
    align-items: initial;
    justify-content: right;
  }
  .header__right nav ul li {
    margin-left: 0px;
  }
  .header__right nav ul li a {
    display: block;
    padding: 12px 0;
    font-size: 1.3rem;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
  .header__right nav ul li a::before, .header__right nav ul li a::after {
    display: none !important;
  }
  .header__right nav ul li:last-of-type a {
    border-bottom: none;
  }
  .header__right nav ul li.this a {
    color: #fff;
  }
  .header__right .contact-btn {
    position: fixed;
    margin-left: 0px;
    right: 56px;
    top: 12.5px;
    background-color: initial;
    width: 32px;
    height: 32px;
  }
  .header__right .contact-btn a {
    display: block;
    width: initial;
    height: initial;
    background-color: initial;
  }
  .header__right .contact-btn a::after {
    display: none;
  }
}
.ham {
  display: block;
  width: 47px;
  height: 28px;
  position: fixed;
  right: 8px;
  top: 15.5px;
  z-index: 1000;
}
.ham span {
  width: 50%;
  height: 1.3px;
  background-color: #0071B6;
  position: absolute;
  left: 25%;
  display: block;
}
.ham span:nth-of-type(1) {
  top: 35%;
  transition-duration: 0.4s;
}
.ham span:nth-of-type(2) {
  top: 65%;
  transition-duration: 0.4s;
}
.ham.cross span {
  width: 50%;
  height: 1.3px;
  background-color: #0071B6;
  position: absolute;
  left: 25%;
  display: block;
}
.ham.cross span:nth-of-type(1) {
  top: 43%;
  transform: rotate(45deg);
  transition-duration: 0.4s;
}
.ham.cross span:nth-of-type(2) {
  top: 43%;
  transform: rotate(-45deg);
  transition-duration: 0.4s;
}

/*
====================================
トップページ
====================================
*/
.top-fv {
  position: relative;
  z-index: 10;
}

.top-fv video{
  width:100%;
}

.top-about {
  opacity: 0;
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.top-about__lr {
  display: flex;
  justify-content: space-between;
}
.top-about__lr .left {
  width: 45%;
}
.top-about__lr .left .copy {
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.top-about__lr .left .desc {
  width: 85%;
}
.top-about__lr .left .btn {
  margin-top: 40px;
}
.top-about__lr .right {
  width: 55%;
}
.top-about__lr .right .images {
  display: flex;
}
.top-about__lr .right .images .image:nth-of-type(1) {
  transform: translateX(64px) translateY(100px);
  width: 50%;
  opacity: 0;
}
.top-about__lr .right .images .image:nth-of-type(2) {
  margin-top: 160px;
  width: 50%;
  opacity: 0;
  transform: translateY(100px);
}
.top-about.visible {
  opacity: 1;
  transition-duration: 2s;
}
.top-about.visible .top-about__lr .right .images .image:nth-of-type(1) {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
  transform: translateX(64px) translateY(0px);
}
.top-about.visible .top-about__lr .right .images .image:nth-of-type(2) {
  transition-delay: 1s;
  transition-duration: 1s;
  opacity: 1;
  transform: translateY(0px);
}

.top-support {
  padding-top: 120px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.top-support__heading {
  margin-bottom: 32px;
}
.top-support__heading h2 {
  text-align: center;
  font-size: 2.9rem;
}
.top-support__copy {
  text-align: center;
}
.top-support__copy p {
  display: inline-block;
  background-color: rgba(0, 113, 182, 0.71);
  color: #fff;
  font-size: 2.4rem;
  padding: 4px 40px;
}
.top-support .desc {
  margin-top: 32px;
  text-align: center;
}
.top-support.visible {
  opacity: 1;
  transition-duration: 2s;
}

.top-flow {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
.top-flow__flowimages {
  width: 70%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateX(150px);
}
.top-flow.visible .top-flow__flowimages {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0);
}

.top-banners {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
.top-banners__lr {
  display: flex;
  justify-content: space-between;
}
.top-banners__lr .left {
  width: 25%;
}
.top-banners__lr .left .heading h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.top-banners__lr .right {
  width: 72.5%;
}
.top-banners__lr .right .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-banners__lr .right .links .link {
  width: 48.75%;
  opacity: 0;
  transform: translateY(50px);
}
.top-banners__lr .right .links .link .heading {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  text-align: right;
}
.top-banners__lr .right .links .link .heading h2 {
  margin-left: 16px;
  color: #000;
  font-size: 1.5rem;
}
.top-banners__lr .right .links .link .heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 5.6rem;
  font-weight: 500;
  color: #000;
}
.top-banners__lr .right .links .link .heading span::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8px;
    width: 118px;
    height: 16px;
    background-color: #0071B6;
    opacity: 0.71;
}
.top-banners.visible .top-banners__lr .left {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
  transform: translateY(0px);
}
.top-banners.visible .top-banners__lr .right .links .link {
  transition-duration: 1s;
  opacity: 1;
  transform: translateY(0px);
}

.top-works {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
.top-works__heading {
  margin-bottom: 56px;
}
.top-works__images {
  position: relative;
}
.top-works__images .swiper-button-prev {
  width: 48px;
  height: 48px;
}
.top-works__images .swiper {
  margin-top: 56px;
  overflow: initial !important;
}
.top-works__images .swiper-slide .image {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.top-works__images .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__images .swiper-slide .name {
  margin-top: 8px;
  font-size: 1.7rem;
  color: #000;
}
.top-works__images .swiper-slide ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top-works__images .swiper-slide ul li {
  display: inline-block;
  padding: 4px 16px;
  border: solid #0071B6 1px;
  color: #0071B6;
  font-size: 1.4rem;
  text-align: center;
}
.top-works__images .wrapper {
  margin-top: -87px;
  height: 48px;
  position: relative;
}
.top-works__images .wrapper .swiper-button-prev {
  position: absolute;
  left: initial;
  top: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #1B1464;
  transform: initial;
  right: 64px;
}
.top-works__images .wrapper .swiper-button-prev::after {
  font-size: 1.7rem;
}
.top-works__images .wrapper .swiper-button-next {
  position: absolute;
  left: initial;
  top: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.6rem;
  background-color: #1B1464;
  transform: initial;
  right: 0px;
}
.top-works__images .wrapper .swiper-button-next::after {
  font-size: 1.7rem;
}
.top-works__btn {
  margin-top: 56px;
  text-align: center;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
.top-banners {
    padding-top: 60px;
  }
  .top-banners__lr {
    display: block;
  }
  .top-banners__lr .left {
    width: 100%;
  }
  .top-banners__lr .left .heading h2 {
    font-size: 4rem;
  }
  .top-banners__lr .right {
    margin-top: 32px;
    width: 100%;
  }
  .top-banners__lr .right .links {
    display: block;
  }
  .top-banners__lr .right .links .link {
    margin-top: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-banners__lr .right .links .link .heading h2 {
    margin-left: 8px;
    font-size: 1.3rem;
  }
  .top-banners__lr .right .links .link .heading span {
    font-size: 4rem;
    font-weight: 500;
    color: #000;
  }
  .top-banners__lr .right .links .link .heading span::after {
    right: -15%;
    bottom: 8px;
    width: 90px;
    height: 8px;
  }
}

@media screen and (max-width: 750px) {
  .top-about {
    padding-top: 40px;
  }
  .top-about__lr {
    display: block;
  }
  .top-about__lr .left {
    width: 100%;
  }
  .top-about__lr .left .copy {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .top-about__lr .left .desc {
    width: 100%;
  }
  .top-about__lr .left .btn {
    margin-top: 24px;
  }
  .top-about__lr .right {
    width: 100%;
  }
  .top-about__lr .right .images {
    margin-top: 32px;
    justify-content: center;
  }
  .top-about__lr .right .images .image:nth-of-type(1) {
    transform: translateX(48px);
    width: 50%;
  }
  .top-about__lr .right .images .image:nth-of-type(2) {
    transform: translateX(0px);
  }
  .top-about__lr .right .btn {
    margin-top: 32px;
    text-align: center;
  }
  .top-about.visible .top-about__lr .right .images .image:nth-of-type(1) {
    transform: translateX(24px);
    width: 50%;
  }
  .top-about.visible .top-about__lr .right .images .image:nth-of-type(2) {
    transform: translateX(-24px);
  }
  .top-support {
    padding-top: 60px;
  }
  .top-support__box {
    border: solid 3px rgba(0, 113, 182, 0.17);
    padding: 32px 16px;
  }
  .top-support__heading {
    margin-bottom: 8px;
    text-align: left;
  }
  .top-support__heading h2 {
    font-size: 2rem;
    text-align: left;
  }
  .top-support__copy {
    text-align: left;
  }
  .top-support__copy p {
    font-size: 1.7rem;
    padding: 2.4px 24px;
  }
  .top-support .desc {
    margin-top: 16px;
    text-align: left;
  }
  .top-flow {
    padding-top: 60px;
  }
  .top-flow__flowimages {
    width: 100%;
    margin-top: 32px;
  }
  .top-banners {
    padding-top: 60px;
  }
  .top-banners__lr {
    display: block;
  }
  .top-banners__lr .left {
    width: 100%;
  }
  .top-banners__lr .left .heading h2 {
    font-size: 4rem;
  }
  .top-banners__lr .right {
    margin-top: 32px;
    width: 100%;
  }
  .top-banners__lr .right .links {
    display: block;
  }
  .top-banners__lr .right .links .link {
    margin-top: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-banners__lr .right .links .link .heading h2 {
    margin-left: 8px;
    font-size: 1.3rem;
  }
  .top-banners__lr .right .links .link .heading span {
    font-size: 4rem;
    font-weight: 500;
    color: #000;
  }
  .top-banners__lr .right .links .link .heading span::after {
    right: -15%;
    bottom: 8px;
    width: 90px;
    height: 8px;
  }
  .top-works {
    padding-top: 100px;
  }
  .top-works__heading {
    margin-bottom: 50px;
  }
  .top-works__images {
    margin-top: 32px;
  }
  .top-works__images .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .top-works__images .swiper {
    margin-top: 14px;
  }
  .top-works__images .swiper-slide .name {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .top-works__images .swiper-slide ul {
    margin-top: 4px;
    display: block;
  }
  .top-works__images .swiper-slide ul li {
    margin-top: 4px;
    padding: 2.4px 4px;
    font-size: 1.25rem;
  }
  .top-works__images .wrapper {
    margin-top: -67px;
    height: 32px;
  }
  .top-works__images .wrapper .swiper-button-prev {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
    right: 56px;
  }
  .top-works__images .wrapper .swiper-button-prev::after {
    font-size: 1.5rem;
  }
  .top-works__images .wrapper .swiper-button-next {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
    right: 16px;
  }
  .top-works__images .wrapper .swiper-button-next::after {
    font-size: 1.5rem;
  }
}
/*
====================================
事業内容ページ
====================================
*/
.business-flow {
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.business-flow__heading {
  margin-bottom: 64px;
}
.business-flow__heading h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}
.business-flow__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 80px;
  background-color: #0071B6;
  opacity: 0.7;
}
.business-flow__flows ol {
  opacity: 0;
  transform: translateX(100px);
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.business-flow__flows ol li {
  opacity: 0;
  position: relative;
  width: 20%;
}
.business-flow__flows ol li::after {
  content: "";
  z-index: 10;
  position: absolute;
  right: -28px;
  top: 30%;
  width: 22.5px;
  height: 53px;
  background-image: url("../img/business/flow/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.business-flow__flows ol li:last-of-type::after {
  display: none;
}
.business-flow__flows ol li .heading {
  text-align: center;
  margin-bottom: 16px;
}
.business-flow__flows ol li .heading h3 {
  display: inline-block;
  width: 80%;
  padding: 8px 0;
  background-color: #0071B6;
  color: #fff;
  font-size: 2rem;
}
.business-flow__flows ol li .image {
  width: 100%;
  margin-bottom: 16px;
}
.business-flow.visible .business-flow__flows ol {
  transform: translateX(0);
  transition-duration: 1s;
  opacity: 1;
}
.business-flow.visible .business-flow__flows ol li {
  opacity: 1;
  transition-duration: 1s;
}
.business-flow.visible .business-flow__flows ol li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.business-flow.visible .business-flow__flows ol li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.business-flow.visible .business-flow__flows ol li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.business-flow.visible .business-flow__flows ol li:nth-of-type(5) {
  transition-delay: 0.8s;
}

.business-fac {
  padding-top: 80px;
  padding-bottom:0px;
  position: relative;
  z-index: 10;
}
.business-fac__heading {
  margin-bottom: 64px;
}
.business-fac__heading h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}
.business-fac__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 80px;
  background-color: #0071B6;
  opacity: 0.7;
}
.business-fac__list li {
 padding:32px 0;
  margin-top: 56px;
  position: relative;
 overflow:hidden;
}
.business-fac__list li .content-gr {
  padding-top: 0px;
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  opacity: 1;
  transform: translateY(100px);
  transition-duration: 1s;
}
.business-fac__list li .content-gr .heading {
  position: relative;
  margin-bottom: 32px;
}
.business-fac__list li .content-gr .heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 5.6rem;
  font-weight: 500;
  color: #000;
}
.business-fac__list li .content-gr .heading span::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 7px;
    width: 110px;
    height: 16px;
    background-color: #0071B6;
    opacity: 0.71;
}
.business-fac__list li .content-gr .heading h3 {
  display: block;
  font-size: 2rem;
}
.business-fac__list li .image-gr {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.business-fac__list li .image-gr .image {
  width: 100%;
  height: 100%;
}
.business-fac__list li .image-gr .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-fac__list li:first-of-type {
  margin-top: 0;
}
.business-fac__list li:nth-of-type(2n) .content-gr {
  margin-left: 0;
  margin-right: auto;
}
.business-fac__list li:nth-of-type(2n) .image-gr {
  left: initial;
  right: 0;
}
.business-fac.visible .business-fac__list li .content-gr {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 2s;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
.business-flow__flows ol {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translateX(0);
  }
  .business-flow__flows ol li {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business-flow__flows ol li::after {
    content: "";
    z-index: 10;
    position: absolute;
    right: calc(50% - 11.5px);
    top: initial;
    bottom: -38px;
    width: 22.5px;
    height: 53px;
    rotate: 90deg;
  }
  .business-flow__flows ol li .heading {
    width: 100%;
    margin-bottom: 16px;
  }
  .business-flow__flows ol li .heading h3 {
    position: initial;
    left: 0;
    top: 120px;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 1.6rem;
  }
  .business-flow__flows ol li .image {
    margin: 0;
    display: inline-block;
    box-sizing: content-box;
    width: 30%;
    margin-bottom: 8px;
  }
  .business-flow__flows ol li .desc {
    margin: 0;
    display: inline-block;
    width: 65%;
    box-sizing: content-box;
  }
  .business-flow.visible .business-flow__flows ol {
    transform: translateX(0);
    transition-duration: 1s;
    opacity: 1;
  }
  .business-flow.visible .business-flow__flows ol li {
    opacity: 1;
    transition-duration: 1s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(5) {
    transition-delay: 0.8s;
  }
}

@media screen and (max-width: 750px) {
  .business-flow {
    padding-top: 40px;
  }
  .business-flow__heading {
    margin-bottom: 32px;
  }
  .business-flow__heading h2 {
    font-size: 2rem;
  }
  .business-flow__heading h2::after {
    bottom: -8px;
    height: 4px;
    width: 40px;
  }
  .business-flow__flows ol {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translateX(0);
  }
  .business-flow__flows ol li {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business-flow__flows ol li::after {
    content: "";
    z-index: 10;
    position: absolute;
    right: calc(50% - 11.5px);
    top: initial;
    bottom: -38px;
    width: 22.5px;
    height: 53px;
    rotate: 90deg;
  }
  .business-flow__flows ol li .heading {
    width: 100%;
    margin-bottom: 16px;
  }
  .business-flow__flows ol li .heading h3 {
    position: initial;
    left: 0;
    top: 120px;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    font-size: 1.6rem;
  }
  .business-flow__flows ol li .image {
    margin: 0;
    display: inline-block;
    box-sizing: content-box;
    width: 30%;
    margin-bottom: 8px;
  }
  .business-flow__flows ol li .desc {
    margin: 0;
    display: inline-block;
    width: 65%;
    box-sizing: content-box;
  }
  .business-flow.visible .business-flow__flows ol {
    transform: translateX(0);
    transition-duration: 1s;
    opacity: 1;
  }
  .business-flow.visible .business-flow__flows ol li {
    opacity: 1;
    transition-duration: 1s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  .business-flow.visible .business-flow__flows ol li:nth-of-type(5) {
    transition-delay: 0.8s;
  }
  .business-fac {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .business-fac__heading {
    margin-bottom: 32px;
  }
  .business-fac__heading h2 {
    font-size: 2rem;
  }
  .business-fac__heading h2::after {
    bottom: -8px;
    height: 4px;
    width: 40px;
  }
  .business-fac__list li {
	padding:32px 0 0;
    margin-top: 0px;
    position: relative;
  }
  .business-fac__list li .content-gr {
    padding-top: 0px;
    width: 100%;
    transform: translateY(100px);
  }
  .business-fac__list li .content-gr .heading {
    position: relative;
    margin-bottom: 16px;
  }
  .business-fac__list li .content-gr .heading span {
    font-size: 4rem;
  }
  .business-fac__list li .content-gr .heading span::after {
    z-index: -1;
    right: -15%;
    bottom: 8px;
    width: 100px;
    height: 12px;
  }
  .business-fac__list li .content-gr .heading h3 {
    display: block;
    font-size: 1.7rem;
  }
  .business-fac__list li .image-gr {
    margin-top: 16px;
    position: initial;
    left: 0;
    top: 0;
    width: 100%;
    height: 50vw;
  }
  .business-fac.visible .business-fac__list li .content-gr {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1.25s;
  }
}
/*
====================================
会社ページ
====================================
*/
.company-message {
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.company-message__heading {
  margin-bottom: 64px;
}
.company-message__heading h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}
.company-message__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 80px;
  background-color: #0071B6;
  opacity: 0.7;
}
.company-message__name-gr {
  text-align: right;
  margin-top: 32px;
}
.company-message__name-gr .role {
  font-size: 1.6rem;
}
.company-message__name-gr .name {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 0;
  width: 160px;
}

.company-philosophy {
  margin-top: 80px;
  padding-bottom:80px;
  background-color: #F1F1F1;
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.company-philosophy__heading {
  margin-bottom: 40px;
}
.company-philosophy__heading h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}
.company-philosophy__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 80px;
  background-color: #0071B6;
  opacity: 0.7;
}
.company-philosophy__lr {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.company-philosophy__lr .left, .company-philosophy__lr .right {
  width: 50%;
}
.company-philosophy__copy {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.company-philosophy .image {
  margin-left: auto;
  margin-right: 0;
  width: 80%;
  transform: translateY(100px);
  opacity: 0;
}
.company-philosophy.visible .image {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}

.company-outline {
  padding-top: 160px;
  position: relative;
  z-index: 10;
}
.company-outline__heading {
  margin-bottom: 64px;
}
.company-outline__heading h2 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
}
.company-outline__heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 80px;
  background-color: #0071B6;
  opacity: 0.7;
}
.company-outline__table {
  transform: translateY(100px);
  opacity: 0;
}
.company-outline__table table {
  width: 100%;
}
.company-outline__table table tr {
  border-bottom: solid 1px #ddd;
}
.company-outline__table table tr th {
  position: relative;
  padding: 24px 0 16px 20px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;	
}
.company-outline__table table tr th::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - .2px);
  width: 12px;
  height: 12px;
  background-color: #0071B6;
}
.company-outline__table table tr td {
  padding: 24px 0 16px;
  font-size: 1.8rem;
  line-height: 2;
}
.company-outline__table table tr td a {
  color: #000;
}
.company-outline.visible .company-outline__table {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1s;
}

@media screen and (max-width: 750px) {
  .company-message {
    padding-top: 80px;
  }
  .company-message__heading {
    margin-bottom: 32px;
  }
  .company-message__heading h2 {
    font-size: 2rem;
  }
  .company-message__heading h2::after {
    bottom: -8px;
    height: 4px;
    width: 40px;
  }
  .company-message__name-gr {
    margin-top: 8px;
  }
  .company-message__name-gr .role {
    font-size: 1.3rem;
  }
  .company-message__name-gr .name {
    margin-top: 4px;
    width: 110px;
  }
  .company-philosophy {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company-philosophy__heading {
    margin-bottom: 32px;
  }
  .company-philosophy__heading h2 {
    font-size: 2rem;
  }
  .company-philosophy__heading h2::after {
    bottom: -8px;
    height: 4px;
    width: 40px;
  }
  .company-philosophy__lr {
    display: block;
  }
  .company-philosophy__lr .left, .company-philosophy__lr .right {
    width: 100%;
  }
  .company-philosophy__copy {
    margin-top: 28px;
    margin-bottom: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .company-philosophy .image {
	margin-top:24px;
    width: 75%;
	margin-left:auto;
	margin-right:auto;
    transform: translateY(80px);
  }
  .company-philosophy.visible .image {
    transform: translateY(0px);
  }
  .company-outline {
    padding-top: 80px;
  }
  .company-outline__heading {
    margin-bottom: 32px;
  }
  .company-outline__heading h2 {
    font-size: 2rem;
  }
  .company-outline__heading h2::after {
    bottom: -8px;
    height: 4px;
    width: 40px;
  }
  .company-outline__table table tr {
    border-bottom: solid 1px #ddd;
  }
  .company-outline__table table tr th {
    display: block;
    width: 100%;
    padding: 16px 0 8px 20px;
    font-size: 1.4rem;
  }
  .company-outline__table table tr th::after {
    top: calc(50% + 1px);
    width: 8px;
    height: 8px;
  }
  .company-outline__table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 16px 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*
====================================
CTA
====================================
*/
.cta {
  position: relative;
  z-index: 10;
  margin-top: 120px;
  padding: 120px 0;
  background-color: rgb(0, 113, 182);
}
.cta__lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta__lr .left .heading {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  position: relative;
  text-align: right;
}
.cta__lr .left .heading h2 {
  margin-left: 16px;
  color: #fff;
  font-size: 1.5rem;
  transform: translateY(-8px);
}
.cta__lr .left .heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 5.6rem;
  font-weight: 500;
  color: #fff;
}
.cta__lr .left .desc {
  margin-top: 16px;
  margin-left: 8px;
  color: #fff;
}
.cta .right {
  width: 65%;
}
.cta .right .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta .right .btns .btn {
  opacity: 0;
  transform: translateY(50px);
  width: 48.75%;
}
.cta .right .btns .btn span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4px;
}
.cta .right .btns .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background-color: #fff;
  padding: 0px 24px;
}
.cta .right .btns .btn a i {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 40px;
}
.cta .right .btns .btn a i img {
  width: 100%;
}
.cta .right .btns .btn a span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0071B6;
}
.cta.visible .cta__lr .right .btns .btn:nth-of-type(1) {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.cta.visible .cta__lr .right .btns .btn:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
  transition-duration: 1s;
  transform: translateY(0px);
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
.cta {
    margin-top: 60px;
    padding: 60px 0;
  }
  .cta__lr {
    display: block;
  }
  .cta__lr .left .heading {
    justify-content: center;
  }
  .cta__lr .left .heading h2 {
    margin-left: 8px;
    font-size: 1.25rem;
  }
  .cta__lr .left .heading span {
    font-size: 4rem;
  }
  .cta__lr .left .desc {
    margin-top: 8px;
    margin-left: 0px;
    text-align: center;
  }
  .cta .right {
    width: 100%;
  }
  .cta .right .btns .btn {
    width: 48.75%;
  }
}

@media screen and (max-width: 750px) {
  .cta {
    margin-top: 60px;
    padding: 60px 0;
  }
  .cta__lr {
    display: block;
  }
  .cta__lr .left .heading {
    justify-content: center;
  }
  .cta__lr .left .heading h2 {
    margin-left: 8px;
    font-size: 1.25rem;
  }
  .cta__lr .left .heading span {
    font-size: 4rem;
  }
  .cta__lr .left .desc {
    margin-top: 8px;
    margin-left: 0px;
    text-align: center;
  }
  .cta .right {
    width: 100%;
  }
  .cta .right .btns {
    margin-top: 32px;
    display: block;
  }
  .cta .right .btns .btn {
    margin-top: 16px;
    width: 100%;
  }
  .cta .right .btns .btn:nth-of-type(1) {
    margin-top: 0;
  }
  .cta .right .btns .btn span {
    font-size: 1.3rem;
    margin-bottom: 2.4px;
  }
  .cta .right .btns .btn a {
    height: 40px;
    padding: 12px 12px;
  }
  .cta .right .btns .btn a i {
    margin-right: 8px;
    width: 18px;
    height: 24px;
    transform: translateY(-2px);
  }
  .cta .right .btns .btn a span {
    font-size: 1.8rem;
  }
}
/*
====================================
採用情報
====================================
*/
.recruit-content {
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
.recruit-content .tabs {
  gap: 24px;
  justify-content: center;
}
.recruit-content .tabs .tab {
  position: relative;
  width: 300px;
  text-align: center;
  padding: 16px;
  font-size: 1.8rem;
  border: #0071B6 1px solid;
  color: #0071B6;
  background-color: #fff;
}
.recruit-content .tabs .tab::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  border: #0071B6 1px solid;
  opacity: 0.4;
}
.recruit-content .tabs .tab.active {
  background-color: #0071B6;
  color: #fff;
}
.recruit-content .back {
  margin-top: 80px;
  padding: 80px;
  background-color: rgba(202, 202, 202, 0.4);
}
.recruit-content .back table {
  width: 100%;
}
.recruit-content .back table tr {
  border-bottom: solid 1px #535353;
}
.recruit-content .back table tr th {
  position: relative;
  padding: 24px 0 16px 20px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  width:240px;
}
.recruit-content .back table tr th::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - .2px);
  width: 12px;
  height: 12px;
  background-color: #0071B6;
}
.recruit-content .back table tr td {
  padding: 24px 0 16px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .recruit-content {
    padding-top: 40px;
  }
  .recruit-content .tabs {
    gap: 8px;
    flex-wrap: wrap;
  }
  .recruit-content .tabs .tab {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 12px;
    font-size: 1.4rem;
  }
  .recruit-content .back {
    margin-top: 40px;
    padding: 40px 16px;
  }
  .recruit-content .back table tr {
    border-bottom: solid 1px #ddd;
  }
  .recruit-content .back table tr th {
    display: block;
    width: 100%;
    padding: 16px 0 8px 20px;
    font-size: 1.4rem;
  }
  .recruit-content .back table tr th::after {
    top: calc(50% + 1px);
    width: 8px;
    height: 8px;
  }
  .recruit-content .back table tr td {
    display: block;
    width: 100%;
    padding: 0 0 16px 16px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
/*
====================================
お問い合わせページ
====================================
*/
.contact-tel {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  padding: 80px 0;
  background-color: rgba(202, 202, 202, 0.4);
}
.contact-tel__lr {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.contact-tel__lr .left, .contact-tel__lr .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-tel__lr .left .heading, .contact-tel__lr .right .heading {
  margin-right: 24px;
  margin-bottom: 24px;
}
.contact-tel__lr .left .heading h2, .contact-tel__lr .right .heading h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 3.5rem;
  font-weight: 500;
  color: #000;
}
.contact-tel__lr .left .heading h2::after, .contact-tel__lr .right .heading h2::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 4px;
  bottom: -14px;
  width: 20%;
  height: 10px;
  background-color: #0071B6;
  opacity: 0.71;
}
.contact-tel__lr .left .caution, .contact-tel__lr .right .caution {
  margin-left: 0px;
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.contact-tel__lr .left .btn, .contact-tel__lr .right .btn {
  margin-left: auto;
  margin-right: auto;
  width: 80.75%;
}
.contact-tel__lr .left .btn span, .contact-tel__lr .right .btn span {
  display: block;
  color: #0071B6;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4px;
}
.contact-tel__lr .left .btn a, .contact-tel__lr .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background-color: #0071B6;
  padding: 0px 24px;
}
.contact-tel__lr .left .btn a i, .contact-tel__lr .right .btn a i {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 40px;
}
.contact-tel__lr .left .btn a i img, .contact-tel__lr .right .btn a i img {
  width: 100%;
}
.contact-tel__lr .left .btn a span, .contact-tel__lr .right .btn a span {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

.contact-mail {
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.contact-mail .cf7_customize {
  margin-top: 80px;
  max-width: initial;
  opacity: 0;
  transform: translateY(100px);
}
.contact-mail.visible .cf7_customize {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .contact-tel__lr {
    display: block;
    gap: 40px;
    align-items: center;
  }
  .contact-tel__lr .left, .contact-tel__lr .right {
    width: 75%;
	margin:0 auto;
    display: block;
  }
  .contact-tel__lr .left .heading h2, .contact-tel__lr .right .heading h2 {
    margin-left: 0px;
    font-size: 2rem;
  }
  .contact-tel__lr .left .heading h2::after, .contact-tel__lr .right .heading h2::after {
    right: -15%;
    bottom: -12px;
    width: 30%;
    height: 8px;
  }
  .contact-tel__lr .left .caution, .contact-tel__lr .right .caution {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .contact-tel__lr .left .btn, .contact-tel__lr .right .btn {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .contact-tel__lr .left .btn span, .contact-tel__lr .right .btn span {
  }
  .contact-tel__lr .left .btn a, .contact-tel__lr .right .btn a {
    height: 56px;
    padding: 0px 0px;
  }
  .contact-tel__lr .left .btn a i, .contact-tel__lr .right .btn a i {
    width: 18px;
    height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .contact-tel {
    margin-top: 40px;
    padding: 40px 0;
  }
  .contact-tel__lr {
    display: block;
    gap: 40px;
    align-items: center;
  }
  .contact-tel__lr .left, .contact-tel__lr .right {
    width: 100%;
    display: block;
  }
  .contact-tel__lr .left .heading h2, .contact-tel__lr .right .heading h2 {
    margin-left: 0px;
    font-size: 2rem;
  }
  .contact-tel__lr .left .heading h2::after, .contact-tel__lr .right .heading h2::after {
    right: -15%;
    bottom: -12px;
    width: 30%;
    height: 8px;
  }
  .contact-tel__lr .left .caution, .contact-tel__lr .right .caution {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 1.3rem;
  }
  .contact-tel__lr .left .btn, .contact-tel__lr .right .btn {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .contact-tel__lr .left .btn span, .contact-tel__lr .right .btn span {
    font-size: 1.3rem;
  }
  .contact-tel__lr .left .btn a, .contact-tel__lr .right .btn a {
    height: 56px;
    padding: 0px 0px;
  }
  .contact-tel__lr .left .btn a i, .contact-tel__lr .right .btn a i {
    width: 18px;
    height: 30px;
  }
  .contact-tel__lr .left .btn a span, .contact-tel__lr .right .btn a span {
    font-size: 1.8rem;
  }
  .contact-mail {
    padding-top: 40px;
  }
  .contact-mail .cf7_customize {
    margin-top: 40px;
    transform: translateY(50px);
  }
  .contact-mail.visible .cf7_customize {
    opacity: 1;
  }
}
/*
====================================
施工実績
====================================
*/
.workspage-search {
  margin-top: 120px;
  position: relative;
  z-index: 10;
}
.workspage-search__container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 113, 182, 0.71);
  padding: 32px;
}
.workspage-search__container .lr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.workspage-search__container .lr .left .heading {
  font-size: 2.2rem;
  color: #fff;
}
.workspage-search__container .lr .right {
  padding-left: 24px;
}
.workspage-search__container .lr .right select {
  appearance: none;
  /* 全体をリセット */
  -webkit-appearance: none;
  /* Safari用 */
  -moz-appearance: none;
  /* Firefox用 */
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  border: none;
  background-color: #fff;
  width: 400px;
}

.workspage-archive {
  padding-top: 80px;
  position: relative;
  z-index: 10;
}
.workspage-archive .works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* ← こっちに変更 */
  gap: 3.2rem 2rem;
  /* 代わりにgapで間隔調整 */
}
.workspage-archive .works-list .works-item {
  width: calc(25% - 2rem);
}
.workspage-archive .works-list .works-item figure {
  width: 100%;
  aspect-ratio: 1/0.75;
  overflow: hidden;
  background-color: #eee;
}
.workspage-archive .works-list .works-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workspage-archive .works-list .works-item h3 {
  font-size: 1.7rem;
  text-align: center;
  color: #000000;
}
.workspage-archive .works-list .works-item .terms {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.workspage-archive .works-list .works-item .terms li {
  border: solid #0071B6 1px;
  color: #0071B6;
  font-size: 1.4rem;
  text-align: center;
  padding: 2.4px 8px;
}

.works-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  transition-duration: 0.4s;
}

.works-modal.active {
  opacity: 1;
  transition-duration: 0.4s;
  pointer-events: initial;
}

.modal-close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  background-color: #fff;
  border: none;
  color: #000;
}
.modal-close i {
  position: relative;
  display: block;
}
.modal-close i::before {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  width: 70%;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
}
.modal-close i::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  width: 70%;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 5vh;
    margin-bottom: 5%;
    padding: 2rem;
    width: 100%;
    padding: 80px;
    overflow-y: auto;
    height: 90vh;
}

.modal-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-left,
.modal-right {
  width: 48.75%;
}

.main-image-outer {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.main-image-outer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-sub-images {
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
    gap: 0;
    margin-top: 1rem;
}
.modal-sub-images::after {
	content:"";
	width:32%;
}

.modal-sub-images li {
  aspect-ratio: 1/0.75;
  width:32%;
}

.sub-image-thumb {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
	display:block;
}
.sub-image-thumb:hover {
  border-color: #0073aa;
}

.modal-right h2 {
  font-size: 2.4rem;
  color: #000;
}
.modal-right .modal-categories {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  justify-content: last baseline;
}
.modal-right .modal-categories li {
  border: solid #0071B6 1px;
  color: #0071B6;
  font-size: 1.4rem;
  text-align: center;
  padding: 2.4px 8px;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
	.workspage-archive .works-list {
		justify-content: space-between;
		gap: 16px 0;
		/* 代わりにgapで間隔調整 */
	  }
	  .workspage-archive .works-list .works-item {
		width: 48.75%;
	  }
	  .workspage-archive .works-list .works-item .terms {
		margin-top: 8px;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	  }
	  .workspage-archive .works-list .works-item .terms li {
		width: 90%;
		padding: 2.4px 8px;
	  }
	.modal-content{
		padding:32px;
	}
	.modal-close{
		top:16px;
		right:16px;
	}
}

@media screen and (max-width: 750px) {
  .workspage-search {
    margin-top: 40px;
  }
  .workspage-search__container {
    padding: 24px 16px;
  }
  .workspage-search__container .lr {
    display: block;
  }
  .workspage-search__container .lr .left .heading {
    font-size: 1.6rem;
  }
  .workspage-search__container .lr .right {
    margin-top: 8px;
    padding-left: 0px;
  }
  .workspage-search__container .lr .right select {
    width: 100%;
    padding: 8px;
    font-size: 1.4rem;
  }
  .workspage-archive {
    padding-top: 40px;
  }
  .workspage-archive .works-list {
    justify-content: space-between;
    gap: 16px 0;
    /* 代わりにgapで間隔調整 */
  }
  .workspage-archive .works-list .works-item {
    width: 48.75%;
  }
  .workspage-archive .works-list .works-item h3 {
    font-size: 1.5rem;
  }
  .workspage-archive .works-list .works-item .terms {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .workspage-archive .works-list .works-item .terms li {
    width: 90%;
    font-size: 1.2rem;
    padding: 2.4px 8px;
  }
  .modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
  }
  .modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .modal-content {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem;
    width: 100%;
    margin-top: 20px;
    max-height: calc(100vh - 40px);
    padding: 64px 16px;
	overflow-y:auto;
  }
  .modal-flex {
    display: block;
  }
  .modal-left,
  .modal-right {
    width: 100%;
  }
	.sub-image-thumb {
		margin-bottom:0;
	}
  .modal-sub-images {
    display: flex;
	flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 1rem;
	gap:8px 0;
	overflow-x:auto;
	overflow-y:hidden;
  }
  .modal-right {
    border-top: solid 1px #eee;
    padding-top: 16px;
    margin-top: 16px;
  }
  .modal-right h2 {
    font-size: 1.7rem;
  }
  .modal-right .modal-categories {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .modal-right .modal-categories li {
    font-size: 1.25rem;
    padding: 2.4px 8px;
  }
}
/*
====================================
フッター
====================================
*/
.footer {
  padding: 80px 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.footer__inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__inner .lr .left {
  width: 40%;
}
.footer__inner .lr .right {
  width: 60%;
}
.footer__logo {
  width: 426px;
  margin-bottom: 8px;
}
.footer__info p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.7;
}
.footer nav ul {
  display: flex;
  justify-content: right;
}
.footer nav ul li {
  margin-left: 16px;
  font-size: 1.6rem;
}
.footer nav ul li:first-of-type {
  margin-left: 0;
}
.footer nav ul li a {
  color: #000;
}
.footer .copyright {
  margin-top: 40px;
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 0;
  }
  .footer__inner .lr {
    margin-top: 0px;
    display: block;
  }
  .footer__inner .lr .left {
    width: 100%;
  }
  .footer__inner .lr .right {
    margin-top: 32px;
    width: 100%;
  }
  .footer__logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
  }
  .footer__info {
    text-align: center;
  }
  .footer__info p {
    font-size: 1.25rem;
  }
  .footer nav ul {
    display: block;
  }
  .footer nav ul li {
    margin-left: 0px;
    font-size: 1.3rem;
    padding: 0;
    text-align: center;
  }
  .footer nav ul li a {
    border-bottom: solid 1px #ddd;
    display: block;
    padding: 8px 0;
    color: #000;
  }
  .footer .copyright {
    margin-top: 24px;
    font-size: 1rem;
    text-align: center;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  font-size: 1.6rem !important;
  background-color: #0071B6 !important;
  color: #fff !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #fff !important;
  font-size: 1.6rem !important;
  background-color: #D8222A !important;
  border: none !important;
}

/*
====================================
ページテンプレート
====================================
*/
.pagetemp {
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
.pagetemp h2 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  margin: 32px 0;
}
.pagetemp h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 8px;
  width: 56px;
  background-color: #0071B6;
  opacity: 0.7;
}
.pagetemp p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .pagetemp {
    margin-top: 40px;
  }
  .pagetemp h2 {
    font-size: 1.8rem;
    margin: 24px 0;
  }
  .pagetemp h2::after {
    height: 5.6px;
    width: 40px;
  }
  .pagetemp p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}/*# sourceMappingURL=style.css.map */