@charset "UTF-8";
/*
Theme Name:M's リース
Description:
Version:1.0.0
Author:Ui5L
*/
:root{
  --green:#27A289;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
img{
  width: 100%;
  vertical-align: bottom;
}
.green{
  color:var(--green);
}
.pc{
  display: block;
}
.sp{
  display: none;
}
header {
  box-shadow: 0px 6px 9px 1px rgb(0 0 0 / 0.2);
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
}
header .logo a {
  display: block;
  margin-top: 2.3rem;
  margin-left: 2rem;
  width: 23.4rem;
}
.openbtn2{
  display: none;
}
.sp_menu{
  display: none;
}
header .pc_nav{
  display:flex;
}
header .pc_nav li{
  font-size:1.6rem;
  width: 11.4rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .pc_nav li:nth-of-type(5){
  margin-right: 2rem;
}
header .pc_nav li:nth-of-type(6) {
  background-color: var(--green);
  width: 17.8rem;
  color: #FFF;
}
header .pc_nav li:nth-of-type(6) a:before {
  content: '';
  display: inline-block;
  background-image: url(./img/icon01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
}
header .pc_nav li:nth-of-type(7) {
  background-color: #FFE10B;
  width: 17.9rem;
}
header .pc_nav li:nth-of-type(7) a:before {
  content: '';
  display: inline-block;
  background-image: url(./img/icon02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
  margin-right: .5rem;
}
header .pc_nav li a {
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-slider {
  background: #FFF;
  border-radius: 3rem;
  overflow: hidden;
}
.slick-dots {
  position: absolute;
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main-slider .slick-dots {
  right: 2rem;
  bottom: 2.7rem;
}
.slick-dots li {
  width: .8rem;
  height: .8rem;
  margin: 0 .9rem;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding:0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  box-shadow: 0 0 0 .15rem var(--green);
  background-color: #FFF;
  transform: scale(1.4);
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: center;
  opacity: 1;
  border-radius: 50%;
  color: transparent;
  background-color: var(--green);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*main*/
.top-main {
  margin-bottom: 15rem;
}
.read-more {
  width: fit-content;
}
.read-more a {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: .2rem;
  font-size: 2rem;
}
.read-more a::before {
  content: "";
  background: #000;
  bottom: -.4rem;
  height: .2rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: -3rem;
  width: 14.7rem;
}
.icon-circle {
  position: relative;
  margin-left: 2.5rem;
}
.icon-circle img {
  display: block;
  width: .8rem;
}
.icon-circle::before {
  content: "";
  display: block;
  width: 4.33rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--green);
  transition: 0.3s;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.8rem;
  right: 0rem;
  z-index: -1;
}
.read-more:hover .icon-circle::before{
  transform: scale(0.8);
}
.read-more:hover a::before{
  animation: linkBar .6s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
@keyframes linkBar {
  0% {
    scale: 1 1;
    transform-origin: right 0
  }

  50% {
    scale: 0 1;
    transform-origin: right 0
  }

  50.1% {
    scale: 0 1;
    transform-origin: left 0
  }

  to {
    scale: 1 1;
    transform-origin: left 0
  }
}
/*heroview*/
.heroview {
  background-image: url(./img/TOP_decoration.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 119rem;
  position: relative;
  height: 93rem;
  margin-bottom: 6rem;
}

.hm {
  position: absolute;
  top: 14rem;
  left: 12rem;
  z-index: 2;
  width: 90rem;
}
.hs-box {
  width: 186rem;
  padding-top: 4rem;
  padding-left: 30.5rem;
}
.heroview p {
  color: #FFF;
  position: absolute;
  bottom: 21.5rem;
  left: -2.8rem;
  font-size: 1.6rem;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  transform: rotate(90deg);
}
.heroview p:after {
  animation: scrollLine 2s cubic-bezier(0.165, 0.840, 0.440, 1.000) both infinite;
  background: currentColor;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: .2rem;
  width: 10.1rem;
}
@keyframes scrollLine {
  0% {
    clip-path: inset(0 0 0 0)
  }

  50% {
    clip-path: inset(0 0 0 100%)
  }

  50.1% {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0 0 0)
  }
}
/*about*/
.about {
  background-image: url("./img/about.png"),url("img/img-about.png");
  background-repeat: no-repeat,no-repeat;
  background-position: top 0 left 24rem,bottom 0 right 70rem;
  background-size: 61rem,72rem;
  height: 85.4rem;
  margin-bottom: 19.2rem;
  display: flex;
  justify-content: center;
}
.about h2 {
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: 800;
  line-height: 8rem;
}
.ab-lc {
  padding-top: 5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 6rem;
  width: 60rem;
  margin-left: 13rem;
  margin-right: 10rem;
}
.ab-m p {
  margin-bottom: 1rem;
}
.ab-m {
  margin-bottom: 5.5rem;
}
/*video*/
.video {
  width: 100%;
  height: 65.5rem;
  overflow: hidden;
  margin-bottom: 18.2rem;
  position: relative;
}
.vid_main {
  width: 100%;
  position: absolute;
  top: -4rem;
}
/*moez*/
.moez {
    background: url(./img/MOEZ.png) no-repeat top 5rem right 21rem/50rem,
      url(./img/img-MOEZ.png) no-repeat bottom 30rem right 20rem/31rem;
}
.mo-box {
  display: flex;
  width: 150rem;
  margin: 0 auto;
}
.mo-box>img {
  display: block;
  width: 67rem;
}
.moez h2 {
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-left: 3rem;
	line-height:8rem;
}
.mo-m {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 12.5rem;
  padding-left: 5.5rem;
  padding-right: 6rem;
  line-height: 6rem;
  letter-spacing: .12rem;
  width: 70rem;
}
.mo-m p{
  margin-bottom: 2rem;
}
.mo-rl .read-more {
  margin-top: 6rem;
  margin-left: 6rem;
}
.mo-btn-box {
  margin: 14rem auto 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.custom-btn {
  font-size: 1.8rem;
  font-weight: 500;
  width: 34rem;
  margin-left: 7rem;
  background: #2E4179;
  border-radius: 5vh;
  padding: 1.8rem 0;
  color: #fff;
  padding-right: 0;
  letter-spacing: .19rem;
  line-height: 1;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: .2rem solid #2E4179;
}
.circle {
  display: inline-block;
  width: .7rem;
  aspect-ratio: 1/1;
  background: #FFF;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0 0 0 0.6rem var(--green);
}
.custom-btn:hover .circle{
  transform: scale(0.8);
}
.mo-btn-box .custom-btn:nth-of-type(2){
  margin-bottom:0;
}
.white-btn{
  background:#fff ;
  color: #2E4179;
}
.white-btn .circle{
  box-shadow: 0 0 0 0.6rem #2E4179;
}
/*sca*/
.sca {
  display: flex;
  margin-top: 15rem;
  background: url(./img/SCA.png)no-repeat top 0rem left 22rem/34rem,
  url(./img/img-SCA.png) no-repeat bottom 5rem left 22rem/41rem;
}
.sc-rl {
  margin-left: 28rem;
  margin-top: 7rem;

}
.sc-m{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .09rem;
  line-height:6rem;
  margin-bottom: 5.8rem;
	width:56rem;
}
.sca h2 {
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: 800;
  margin-left: 8rem;
  letter-spacing: .4rem;
  line-height:8rem;
}
.sca-slider {
  width: 67rem;
  margin-left: 5.5rem;
}
.sca-slider .slick-dots {
  bottom: 4.9rem;
  left: -2.5rem;
  display: flex!important;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  align-items: center;
}
.sca-slider .slick-dots li {
  margin: 0;
  width: .2rem;
  height: 2.5rem;
}
.sca-slider .slick-dots li button:before {
  background-color: #808080;
  border-radius: 0;
  box-shadow: none;
}
.sca-slider .slick-dots li.slick-active button:before {
  border: none;
  background-color: #000;
  transform: scale(1);
}
/*footer*/
footer {
  padding-top: 11rem;
  padding-bottom: 10.2rem;
  background: url(./img/img_footer.png)no-repeat center/cover;
}
.f-innar {
  width: 105rem;
  margin: 0 auto;
}
.f-flex-box {
  display: flex;
  justify-content: space-between;
  border-bottom: .2rem solid #000;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}
.f-logo-box .logo {
  width: 29rem;
  margin-bottom: 2rem;
}
.f-logo-box > p{
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .07rem;
  font-weight: 700;
}
.f-menu {
  font-size: 1.6rem;
  font-weight: 600;
  display: grid;
  grid-template: repeat(2, 3.5rem) / repeat(3, 11.8rem);
  margin-top: 1rem;
  height: fit-content;
}
.copylight {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
}
/*-------------製品情報-------------------*/
.kote-box{
	margin-top: 15.8rem;
}
.wp-singular .kote-box .hero-box {
    display:block;
}
.wp-singular .hero-box {
    display: flex;
    justify-content: space-between;
}
.wp-singular .pr-heroview {
    margin-bottom: 23.5rem;
}
.wp-singular .hero-box h1 {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: 1.5rem;
    margin-top: 15.8rem;
    margin-left: 29.8rem;
    line-height: 1;
}
.wp-singular .kote-box .hero-box h1 {
	margin-left: 0;
	text-align: center;
	letter-spacing: 0.5rem;
}
.wp-singular .title-s {
    display: block;
    font-size: .35em;
    font-weight: 600;
    letter-spacing: .33rem;
    line-height: 6rem;
}
.wp-singular .hero-img-box {
    background: url(./img/products/top_decoration.png)no-repeat bottom 0rem left 0rem/37.3%;
    margin-top: 6.8rem;
    width: 101.4rem;
    height: 29.5rem;
}

.wp-singular .hero-img-box img {
    display: block;
    width: 98.2%;
    margin-left: auto;
}
/**/
.page-innar, .page-innar2{
    width: 120rem;
    margin: 0 auto 20rem;
}
.page-innar2{
    font-size: 2rem;
    line-height: 1.7em;
}
.page-innar2 h3{
	color: var(--green);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3em;
    margin-top: 1.25em;
}
.page-innar2 p{
	margin-bottom: 2rem;
}
.prl-title {
    font-size: 4.5rem;
    font-weight: 800;
    text-align: center;
    line-height: 6rem;
    letter-spacing: .4rem;
    padding-bottom: 4rem;
    margin-bottom: 7.5rem;
    border-bottom: .2rem solid #C8C9CB;
}
.prl-s-box {
    position: relative;
    display: block;
}
.prl-s-box::after {
    content: "";
    display: block;
    background: #FFE10B;
    height: .2rem;
    width: 20rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35%;
    z-index: -1;
}
.prl-s-text {
    font-size: 0.3em;
    letter-spacing: .1rem;
    background: #fff;
    position: relative;
    display: block;
    line-height: 2.2rem;
    width: 10rem;
    margin: 0 auto;
}
.prl-box {
    display: flex;
    gap: 4rem;
    padding-bottom: 7rem;
    border-bottom: .2rem solid #C8C9CB;
    margin-bottom: 7.8rem;
}
.prl-box:last-of-type {
    margin-bottom: 17rem;
}
.prl-rev {
    flex-direction: row-reverse;
}
.prl-img {
    display: block;
    flex: 0 0 68rem;
}
.prl-text {
    padding-top: 7rem;
}

.pr-t {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 3rem;
}

.prl-text p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3.5rem;
}
.page-innar > p {
    font-size: 3.9rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3rem;
    line-height: 6.5rem;
}
/**/
.apply {
    height: 88.5rem;
    padding-top: 18.5rem;
    background:url(./img/products/img_apply.png)no-repeat center/cover;
}
.apply h2 {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: .2rem;
    margin-bottom: 6rem;
}
.apply p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 3.2rem;
}
.apply .mo-btn-box {
    margin-top: 7rem;
}
.apply .custom-btn {
    width: 41rem;
    margin-left: 0;
    padding: 2.2rem 0;
    font-size: 2.5rem;
    letter-spacing: normal;
    margin-bottom: 6.5rem;
    gap: 2rem;
}
.apply .circle {
    width: .8rem;
    box-shadow: 0 0 0 0.8rem var(--green);
}
.green-btn {
    background: var(--green);
    border: .2rem solid var(--green);
}
.apply .green-btn .circle {
    background: var(--green);
    box-shadow: 0 0 0 0.8rem #FFF;
}
.page-main {
    margin-bottom: 9.2rem;
}
/*-------------社会貢献活動-------------------*/
.r-social .page-innar {
    margin: 0 auto;
}
.r-social .page-innar > p {
    margin-bottom: 16.5rem;
}
.r-social .prl-img {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.r-social .prli-box {
    display: flex;
    gap: 1rem;
}
.r-social .prl-box:nth-of-type(1) .prl-text{
    background: url(./img/social/sports_01.png)no-repeat top 0rem left 1rem/31.3%,
    url(./img/social/sports_decoration.png)no-repeat bottom 0.3rem right 5rem/35.4%;
}
.r-social .prl-box:nth-of-type(2) .prl-text {
    background: url(./img/social/sports_02.png)no-repeat top 0rem left 1rem/31.3%,
    url(./img/social/movie_decoration.png)no-repeat bottom 0.8rem left 4.5rem/47.4%;
}
.r-social .prl-box:nth-of-type(3) .prl-text {
    background: url(./img/social/sports_03.png)no-repeat top 0rem left 1rem/31.3%,
    url(./img/social/withH2_decoration.png)no-repeat bottom 0.3rem right 5rem/35.4%;
}
.r-social .prl-box:last-of-type {
    margin-bottom: 0;
}
.r-social .page-main {
    margin-bottom: 16.2rem;
}
/*-------------会社案内-------------------*/
.r-aboutus .page-main {
    margin-bottom: 18.5rem;
}
/*aboutus*/
.ab-message {
    background: url(./img/aboutus/message.png)no-repeat top 18.5rem right 35.5rem/40%,
    url(./img/aboutus/img_message.png)no-repeat bottom 0.2rem right 42.5rem/23.4%;
}
.r-aboutus .page-innar {
    width: 120rem;
    margin: 0 auto;
}
.r-aboutus .prl-img {
    display: block;
    flex: 0 0 51rem;
}
.r-aboutus .prl-title {
    padding-bottom: 0;
    margin-bottom: 15.5rem;
    border-bottom: none;
}
.r-aboutus .prl-text {
    padding-top: 1rem;
}

.r-aboutus .prl-box {
    gap: 7rem;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.r-aboutus .prl-text p {
    line-height: 4.2rem;
    padding-right: 8rem;
}
.name-box {
    margin-top: 5rem;
    display: block;
    letter-spacing: .38rem;
    display: flex;
    align-items: baseline;
    gap: 1rem;
}
.name {
    font-size: 1.5em;
    font-weight: 900;
}
/*ab-management*/
.ab-management {
    margin-top: 25.5rem;
    background: url(./img/aboutus/img_back.png)no-repeat center/cover;
    height: 89rem;
    padding-top: 6rem;
}

.ab-management .prl-title:nth-of-type(1){
    margin-bottom: 0;
}
.ab-management .prl-s-text {
    background: transparent;
}
.ab-management .prl-title .prl-s-box::before {
    content: "";
    display: block;
    background: #FFE10B;
    height: .2rem;
    width: 4.5rem;
    position: absolute;
    left: 45.1rem;
    bottom: 35%;
    z-index: 0;
}
.ab-management .prl-title .prl-s-box::after {
    width: 4.5rem;
    left:auto;
    right: 45.1rem;
}
.ab-management .prl-title:nth-of-type(2) .prl-s-box::before {
    left: 52.1rem;
}
.ab-management .prl-title:nth-of-type(2) .prl-s-box::after {
    right: 52.1rem;
}
.ab-management .prl-title:nth-of-type(1) .prl-s-text {
    width: 20rem;
}
.ab-management .prl-s-box::after {
    z-index: 0;
}
.ab-management p {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 9.5rem;
    line-height: 3.8rem;
    letter-spacing: .08rem;
    position: relative;
}
.ab-management p:nth-of-type(1) {
    padding-bottom: 7.8rem;
}
.ab-management p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .2rem;
    background-color: #C8C9CB;
}
.ab-management .prl-title:nth-of-type(2) {
    margin-top: 6.5rem;
    margin-bottom: 0;
}
/*ab-company */
.ab-company .page-innar {
    padding-top: 24rem;
}
.r-aboutus .ab-company .prl-title {
    margin-bottom: 7rem;
}
.ab-company .prl-s-text{
    width: 14rem;
}
.ab-company .prl-s-box::after{
    width: 23rem;
}
.aco-table {
    margin: 0 auto;
    margin-top: 4rem;
    font-size: 2rem;
    width: 60rem;
    border-collapse: collapse;
}
.aco-table th,
.aco-table td {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    position: relative;
    border-bottom: .2rem solid #000;
}
/* .aco-table th::after,
.aco-table td::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .1rem;
    background-color: #000;
} */
.aco-table th {
    padding-left: 1rem;
    font-weight: 700;
    width: 21rem;
}
.aco-table td {
    font-weight: 600;
}
.g-map {
    margin-top: 8rem;
    width: 100%;
}

.g-map iframe {
    width: 100%;
    height: 57rem;
}
/*ab-business*/
.r-aboutus .ab-business {
    margin-top: 20.1rem;
    background: url(./img/aboutus/img-business_details.png)no-repeat bottom 0rem left 4.5rem/24.2%;
}
.ab-box {
    display: flex;
    gap: 1rem;
    height: 100%;
}

.ab-text {
    flex: 0 0 63rem;
}

.r-aboutus .ab-business .prl-title{
    margin-top: 6rem;
    margin-left: 5rem;
    margin-bottom: 0rem;
}

.ab-business .prl-s-text {
    width: 13rem;
}

.ab-business .prl-s-box::after {
    width: 23rem;
}

.ab-business p {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 7.5rem;
    margin-left: 5rem;
    line-height: 3.4rem;
    letter-spacing: .01rem;
}

.ab-business {
    height: 66.8rem;
}

.ab-img {
    flex: 0 0 55.6rem;
    background: url(./img/aboutus/business_details_decoration.png)no-repeat bottom 0rem left 0rem/57.2%;
}

.ab-img img {
    display:block;
    width: 53.6rem;
    margin-left: auto;
}
/*-------------MOEZ-------------------*/
.b-green{
  background-color: var(--green);
}
.b-orange{
  background-color: #FFE382;
}
.r-moez .page-innar {
    margin-bottom:0rem;
}
/*pr-heroview*/
.r-moez .pr-heroview {
    background: url(./img/MOEZ/MOEZ.png)no-repeat top 71rem right 90rem/26%;
}
.wp-singular.r-moez .pr-heroview{
    margin-bottom: 19rem;
}
.moez-box {
    margin: 0 auto;
    width: 119.5rem;
    margin-top: 24rem;
}

.moez-box-flex {
    display: flex;
    gap: 5rem;
}

.mbf-l {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: .21rem;
    flex: 0 0 58rem;
}

.mbf-r {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .3rem;
    line-height: 3.4rem;
}

.moez-box-img {
    margin-top: 2rem;
}
/*features*/
.features .prl-box:last-of-type {
    margin-bottom: 23rem;
}
/*overview*/
.overview {
    margin-top: 37rem;
    height: 62rem;
}
.overview .page-innar {
    padding-top: 9rem;
}
.ovr-flex {
    display: flex;
    gap: 4.5rem;
}

.of-r-flex {
    display: flex;
    flex: 0 0 52rem;
    gap: 1.2rem;
}

.of-l {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    flex: 0 0 63.1rem;
}

.of-l h2 {
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: 1rem;
}
.of-table {
    margin-top: 3rem;
    width: 100%;
}
.of-table th, .of-table td {
    padding-bottom: .8rem;
    padding-top: .8rem;
    position: relative;
    border-bottom: .2rem solid #fff;
}

.of-table th {
    padding-left: 1rem;
    /* font-weight: 700; */
    width: 16.2rem;
    letter-spacing: .5rem;
}
.ofr-img-box {
    flex: 0 0 25.2rem;
    position: relative;
}
.ofr-img-box:nth-of-type(2) {
    flex: 0 0 25.5rem;
}
.ofrib-m {
    position: absolute;
}

.ofri {
    margin-top: 9rem;
    margin-left: 2rem;
}
.ofr-img-box:nth-of-type(2) .ofri {
    margin-top: 3.1rem;
    margin-left: 0rem;
    margin-right: 2rem;
}
.ofrib-m {
    position: absolute;
    top: 14.5rem;
    left: 0rem;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .2rem;
    background: #fff;
    color: var(--green);
    padding: 1.2rem 0;
}
.ofr-img-box:nth-of-type(2) .ofrib-m {
    top: 1.9rem;
    left: auto;
    right: 0rem;
    padding: 0.9rem;
}
/*size*/
.size .prl-title {
    margin-top: 25rem;
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.size .prl-s-text {
    width: 4.4rem;
}
.size .prl-s-box::after {
    width: 14rem;
}
.si-innar {
    margin: 5.5rem auto 0;
    width: 119rem;
}

.size-flex {
    display: flex;
    column-gap: 9rem;
}

.sf-table-box {
    flex: 0 0 60.1rem;
}


.sf-table {
    width: 100%;
    margin-top: .9rem;
}
.sf-table th,
.sf-table td{
    border:.2rem solid #000;
    text-align:center;
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
}
.sf-table th{
    font-weight: 700;
}
.sf-table td{
    font-weight: 600;
}
.sf-table tr:nth-of-type(1) th{
    padding:.3rem;
    color:#fff;
}
.sf-table tr:nth-of-type(1) th:nth-of-type(1){
    width: 8rem;
}
.sf-kome {
    margin-top: .1rem;
    font-size: 1.35rem;
    font-weight: 500;
}
/*cportfolio*/
.cportfolio {
    margin-top: 30rem;
}
.cportfolio .prl-title{
    margin: 0;
    padding: 0;
    border: none;
}
.cportfolio .prl-s-text{
    width: 19rem;
}
.cportfolio .prl-s-box::after {
    width: 28rem;
}
.infinite-slider {
    display: flex;
    overflow: hidden;
    margin-top: 10rem;
}
.infinite-slider-left {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.infinite-slider-left li {
    width: 40rem;
    margin-right: 2.7rem;
}
/*prise*/
.prise {
    margin-top: 28rem;
}
.prise .prl-title{
    margin: 0;
    padding: 0;
    border: none;
}
.prise .prl-s-text {
    width: 5.2rem;
}

.prise .prl-s-box::after {
    width: 15rem;
}

.pr-innar {
    width: 60rem;
    margin: 5.4rem auto 0;
}
.pr-table {
    width: 100%;
    margin-left: .5rem;
}
.pr-table th,
.pr-table td{
    border:.2rem solid #000;
    text-align:center;
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
}
th:empty, td:empty {
    background-image: linear-gradient(to right bottom, transparent calc(50% - .05rem), #000 50%, #000 calc(50% + .05rem), transparent calc(50% + .1rem));
}
.pr-table th{
    font-weight: 700;
}
.pr-table td{
    font-weight: 600;
}
.pr-table tr:nth-of-type(1) th{
    padding:.3rem;
}
.pr-table .b-green{
  color:#fff;
}
.pr-table tr:nth-of-type(1) th:nth-of-type(1){
    width: 7.8rem;
}
.pr-table tr:nth-of-type(1) th:nth-of-type(2){
    width: 15.5rem;
}
.pr-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.pr-kome {
    font-size: 1.35rem;
    font-weight: 500;
}
.th_txt{
	margin-bottom: 2rem;
	font-weight: 700;
    font-size: 1.5em;
}
/*注文受付*/
.page_contact{
		margin-top: 15.8rem;
	}
.page-app h3{
	font-size: 2.5rem;
    font-weight: 700;
    line-height: 5rem;
    margin-bottom: 1rem;
    border-bottom: .2rem solid #C8C9CB;
}
.b_non{
	border-bottom: none;
}
h1.app_tl{
	width:100%;
	max-width: 1110px;
	margin: 0 auto 1em;
	font-size: 2em;
	font-weight: 800;
}
	.app_box{
		max-width: 1110px;
		background-color: #fff;
		margin: 0 auto;
		margin-bottom: 60px;
		font-size: 16px;
	}
	.cf7{
		padding: 0 4%;
		font-size: 1.5rem;
	}
   .app_box form{
	padding-bottom: 116px;
    }
	.cf7__list,.accpet-box,.minbox_app2{
		margin: 0 auto;
		font-size: 1.75rem;
	}
	.accpet-box{
		display: flex;
		width: 40%;
		margin: 50px auto 45px;
	}
.info_text{text-align:left;}
.info_text p{margin:3% 0;}
	.minbox_app,.minbox_addr2{
		display: flex;
		justify-content: space-between;
		margin-bottom: 45px
	}
	.wpcf7-validates-as-date,.dd-box,.confirm-box dd{
		display: block;
		padding: 15px 20px;
		background: #F4F4F4;
	}
.dd-box select{
	width: 100%;
}

.cf7__list dt,.minbox_app2 dt{
	display: block;
	font-weight: 500;
	width: 35%;
	padding-top: 15px;
	text-align: left;
}
.cf7__list dd,.minbox_app2 dd{
  width: 65%;
}
/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  font-size: 12px;
  vertical-align: 1px;
}
.cf7__required {
  color: #BE1D1D;
}
.accpet-box{
	font-weight: 500;
}
.accpet-box a{
	color: #2e3ba3;
}
/* input・textarea */
.cf7__list dd input[type="text"],
.minbox-addr dd input[type="text"],
.cf7__list dd input[type="tel"],
.minbox-addr dd input[type="tel"],
.cf7__list dd input[type="email"],
.minbox-addr dd input[type="email"],
.cf7__list dd textarea,
.minbox-addr dd textarea{
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}
.cf7__list dd textarea{
	max-height: 160px;
}
/* ドロップダウンメニュー */
.dd-box{
  position: relative; 
}

/*疑似要素で矢印を自由に書く（画像で読み込んでも良い）*/
.dd-box::after{
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1.5px solid #333333;
  border-right: 1.5px solid #333333;
  height: 12px;
  width: 12px;
  top: 20px;
  right: 50px;
  transform: rotate(135deg);
  pointer-events: none; /*これを入れないとこのエリアをクリックしてもプルダウンされない*/
}

/*デフォルト状態の矢印を消すための設定*/
.wpcf7-form-control {
  appearance: none; 
}
/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: flex;
  padding: 15px 0 10px;
}
/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 15px 20px;
    background: #F4F4F4;
}
.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-left: 18px;
}
/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}
/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  border-radius: 100%;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}
input[type="checkbox"]:checked:before {

  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}
/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder, 
.minbox_app2 dd input[type="text"]::placeholder,
.minbox_app2 dd input[type="tel"]::placeholder,
.minbox_app2 dd input[type="email"]::placeholder,
.minbox_app2 dd textarea::placeholder {
  color: #a5a5a5;
}
/* Microsoft Edge */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder, 
.minbox_app2 dd input[type="text"]::placeholder,
.minbox_app2 dd input[type="tel"]::placeholder,
.minbox_app2 dd input[type="email"]::placeholder,
.minbox_app2 dd textarea::placeholder {
  color: #a5a5a5;
}
/* Internet Explorer */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder, 
.minbox_app2 dd input[type="text"]::placeholder,
.minbox_app2 dd input[type="tel"]::placeholder,
.minbox_app2 dd input[type="email"]::placeholder,
.minbox_app2 dd textarea::placeholder {
  color: #a5a5a5;
}
/* 送信ボタン */

.cf7__button {
    /* padding-left: 72px; */
    text-align: center;
    width: 260px;
    margin: 0 auto;
}
input[type="submit"]:disabled {
background-color: #999;
}
input[type="submit"],input[type="button"] {
    width: 220px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    background: #2e3ba3;
    border-radius: 10px;
    color: #fff;
    transition: opacity .6s;
	margin:5% 0;
}
input[type="submit"]:hover {
  opacity: .6;
}
a:hover {
  opacity: .6;
}
/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
.minbox-addr{
	border:1px solid;
	padding:5%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
/*apply*/
.r-moez .apply {
    margin-top: 20.5rem;
}
@media screen and (max-width:750px){
  .no-scroll {
    overflow: hidden;
    /* height: 100vh; */
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
	.page-innar2 h3 {
    font-size: 6rem;
	}
	.page-innar2{
    font-size: 5rem;
    }
	.page-innar2 p {
    margin-bottom: 5.5rem;
	}
  /*ヘッダー*/
  header .pc_nav li:nth-of-type(1),
  header .pc_nav li:nth-of-type(2),
  header .pc_nav li:nth-of-type(3),
  header .pc_nav li:nth-of-type(4),
  header .pc_nav li:nth-of-type(5)
  {
    display: none;
  }
  .openbtn2{
    display: block;
  }
  .sp_menu {
    display: none;
  }
.sp_menu {
    display: block;
    position: fixed;
    z-index: 4;
    background: rgba(255,255,255,0.8);
    color: #000;
    top: 0;
    left: 120vw;
    width: 100vw;
    height: 100vh;
    transition: 0.5s;
}
  .sp_menu_logo {
    max-width: 170px;
    margin: 24rem auto 0;
  }
  .sp_menu_list {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    max-width: 300px;
    margin: 20rem auto 0;
    padding: 0 6rem;
    position: relative;
    z-index: 8;
    box-sizing: content-box;
  }
  .sp_menu_list li {
    border: 2px solid #000;
    margin-bottom: 13px;
    padding: 6px;
  }
  .sp_menu_list li a{
    display: block;
    width: 100%;
  }
  .sp_menu.active{
    left: 0;
  }
  nav {
    display: flex;
    align-items: center;
  }
  header .pc_nav li{
    height: 16rem;
  }
  .openbtn2 {
    width: 16rem;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 5;
  }
  header .pc_nav li:nth-of-type(7){
    width: 29rem;
  }
  header .pc_nav li:nth-of-type(6) {
    width: 28.8rem;
  }
  header .logo a {
    margin-top: 3.3rem;
    margin-left: 4rem;
    width: 38rem;
  }
  header .pc_nav li {
    font-size: 2.6rem;
  }
  header .pc_nav li:nth-of-type(6) a:before {
    width: 4.5rem;
  }
  header .pc_nav li:nth-of-type(7) a:before {
    width: 4.5rem;
  }
  .openbtn2 span:nth-of-type(1),
  .openbtn2 span:nth-of-type(2),
  .openbtn2 span:nth-of-type(3),
  .hme_m{
    display: block;
    width: 7rem;
    height: .5rem;
    background: var(--green);
    position: absolute;
    top: 4rem;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition:0.2s;
  }
  .openbtn2 span:nth-of-type(2){
    top: 6rem;
  }
  .openbtn2 span:nth-of-type(3) {
    top: 8rem;
  }
  .hme_m {
    background: transparent;
    width: fit-content;
    height: fit-content;
    font-size: 2.3rem;
    font-weight: 700;
    top: 9rem;
  }
  .openbtn2.active span:nth-of-type(2){
    opacity: 0;
  }
  .openbtn2.active span:nth-of-type(1),
  .openbtn2.active span:nth-of-type(3)
  {
    top:6rem;
  }
  .openbtn2.active span:nth-of-type(1)
  {
    transform: rotate(45deg);
  }
  .openbtn2.active span:nth-of-type(3)
  {
    transform: rotate(-45deg);
  }
  /*heroview*/
  .heroview {
    background-size: 192rem;
    height: 192rem;
  }
  .hm {
    top: 22rem;
    left: 13rem;
    width: 124rem;
  }
  .hs-box {
    width: 100%;
    padding-top: 6rem;
    padding-left: 46.5rem;
  }
  .main-slider {
    border-radius: 4rem 0 0 4rem;
  }
  .main-slider .slick-dots {
    right: 1rem;
    bottom: 3rem;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 1.5rem;
  }
  .slick-dots li.slick-active button:before {
    box-shadow: 0 0 0 0.2rem var(--green);
  }
  .heroview p {
    bottom: 74.5rem;
    left: -3.9rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  .heroview p:after {
    height: 0.5rem;
    width: 15rem;
  }
  /*about*/
  .about {
    background-position: top 0 left 0rem,bottom 10rem right 25rem;
    background-size: 125rem,89rem;
    height: 251.9rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .about h2 {
    writing-mode: horizontal-tb;
    margin-top: 14rem;
    margin-left: 24rem;
    font-size: 8rem;
    line-height: 16.2rem;
    letter-spacing: 0.6rem;
  }
  .ab-lc {
    padding-top: 12rem;
    font-size: 5.5rem;
    line-height: 9.2rem;
    width: 137rem;
    margin-left: 24rem;
    margin-right: 0;
  }
  .ab-m p {
    margin-bottom: 15rem;
  }
  .read-more a {
    letter-spacing: 0.2rem;
    font-size: 7rem;
  }
  .icon-circle {
    margin-left: 10rem;
  }
  .icon-circle img {
    width: 2.5rem;
    margin-top: 2rem;
  }
  .icon-circle::before {
    width: 14.33rem;
    top: 1.6rem;
    left: -5.8rem;
  }
  .read-more:hover .icon-circle::before {
    transform: none;
  }
  .read-more a::before {
    bottom: -2.6rem;
    height: 0.5rem;
    width: 47.7rem;
  }
  .read-more:hover a::before {
    animation: none;
  }
  /*video*/
  .video {
    height: 108.5rem;
  }
  .vid_main {
    width: 101%;
    top: 0rem;
  }
  /*moez*/
  .moez {
    background: url(./img/MOEZ.png) no-repeat top 11rem right 88rem/105rem,
      url(./img/img-MOEZ.png) no-repeat bottom 59rem right 15rem/46rem;
    position: relative;
  }
  .mo-box {
    width: 100%;
    margin: 0;
    padding-top: 35rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mo-box>img {
    width: 130rem;
  }
  .moez h2 {
    font-size: 8rem;
    margin: 0;
    width: fit-content;
    position: absolute;
    top: 11rem;
    right: 15rem;
    letter-spacing: 1.2rem;
    line-height: 14.2rem;
  }
  .mo-m {
	  font-size: 5.5rem;
	  padding-left: 17rem;
	  padding-right: 42rem;
	  width: auto;
	  line-height: inherit;
  }
  .mo-m p {
    margin-bottom: 12rem;
  }
  .mo-rl .read-more {
    margin-top: 13rem;
    margin-left: 17rem;
  }
  .mo-btn-box {
    margin: 41rem auto 0;
  }
  .custom-btn {
    font-size: 3.8rem;
    width: 65rem;
    margin-left: 0;
    border-radius: 20vh;
    padding: 3.6rem 0;
    padding-right: 0;
    letter-spacing: 0rem;
    margin-bottom: 9rem;
    gap: 3rem;
    border: .5rem solid #2E4179;
  }
  .custom-btn:hover .circle {
    transform: none;
  }
  .circle {
    width: 1.5rem;
  }
  .white-btn .circle {
    box-shadow: 0 0 0 1.1rem #2E4179;
  }
  /*sca*/
  .sca {
    background: url(./img/SCA.png)no-repeat top 13rem right 0rem/69rem,url(./img/img-SCA.png) no-repeat bottom 26rem left 16rem/70rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    height: 274rem;
  }
  .sca-slider {
    width: 130rem;
    margin-left: 62.5rem;
    margin-top: 37rem;
  }
  .sca-slider .slick-dots {
    bottom: 5.9rem;
    left: -3.5rem;
    gap: 0.9rem;
  }
  .sca-slider .slick-dots li {
    width: .4rem;
    height: 5rem;
  }
  .sca h2 {
	  font-size: 8.5rem;
	  margin-left: 0;
	  letter-spacing: .1rem;
	  position: absolute;
	  top: 12rem;
	  left: 15rem;
	  line-height: inherit;
  }
  .sc-rl {
    margin-left: 46rem;
    margin-top: 4rem;
  }
  .sc-m {
	  font-size: 5.5rem;
	  margin-bottom: 14.8rem;
	  width: auto;
	  line-height: inherit;
  }
  .sca .read-more {
    margin-left: 73rem;
  }
  /*footer*/
  footer {
    padding-top: 14rem;
    padding-bottom: 27.2rem;
    background: url(./img/sp/img_sp_footer.png)no-repeat center/cover;
  }
  .f-innar {
    width: 157rem;
  }
  .f-flex-box {
    border-bottom: none;
    padding-bottom: 15rem;
    margin-bottom: 8rem;
    flex-direction: column;
      position: relative;
  }
.f-flex-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  background-color: black;
}
  .f-logo-box .logo {
    width: 68rem;
    margin-bottom: 8rem;
    margin-left: 10rem;
  }
  .f-logo-box > p {
    font-size: 5rem;
    margin-left: 10rem;
  }
  .f-menu {
    font-size: 6rem;
    grid-template: repeat(3, 12.6rem) / repeat(2, auto);
    column-gap: 31rem;
    margin: 0 auto;
    margin-top: 19rem;
  }
  .copylight {
    font-size: 3rem;
  }
  /*------------------------------*/
.wp-singular .hero-box h1 {
    font-size: 8.8rem;
    margin-top: 21rem;
    margin-left: 22rem;
}
.wp-singular .hero-img-box {
    background: url(./img/products/top_decoration.png) no-repeat bottom 0rem left 0rem / 43.3%;
    margin-top: 12rem;
    width: 108.5rem;
    height: 37rem;
    overflow: hidden;
}
.wp-singular .hero-img-box img {
    margin-left: 2rem;
    min-width: 115%;
}
.wp-singular .pr-heroview {
    margin-bottom: 34rem;
}
.page-innar,.page-innar2 {
    width: 157rem;
    margin: 0 auto 22.5rem;
}
.prl-title {
    font-size: 8.5rem;
    font-weight: 800;
    text-align: center;
    line-height: 15rem;
    letter-spacing: .4rem;
    padding-bottom: 8.6rem;
    margin-bottom: 15rem;
    border-bottom: .2rem solid #C8C9CB;
}
.prl-s-text {
    font-size: 0.4em;
    width: 25rem;
}

.prl-s-box::after {
    height: .4rem;
    width: 35.4rem;
}
.prl-box {
    flex-direction: column;
    gap: 11.5rem;
    padding-bottom: 12.5rem;
    margin-bottom: 14.8rem;
}
.pr-t {
    font-size: 7.8rem;
    font-weight: 700;
    letter-spacing: .7rem;
    margin-bottom: 8rem;
    line-height: 1;
}

.prl-text {
    padding: 0rem;
}
.prl-text p {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 10.5rem;
    letter-spacing: .35rem;
}
.prl-box:last-of-type {
    margin-bottom: 19rem;
}
.page-innar > p {
    font-size: 6rem;
    line-height: 9rem;
}
.apply {
    height: 104.5rem;
    padding-top: 21.5rem;
    background: url(./img/products/img_apply.png)no-repeat top 0rem left -16rem/225rem;
}
.apply h2 {
    font-size: 5.7rem;
    letter-spacing: .7rem;
    margin-bottom: 7rem;
}
.apply p {
    font-size: 2.6rem;
    line-height: 4rem;
}
.apply .mo-btn-box {
    margin-top: 8rem;
}
.apply .custom-btn {
    width: 48.5rem;
    margin-left: 0;
    padding: 2.8rem 0;
    font-size: 2.5rem;
    letter-spacing: normal;
    margin-bottom: 7.5rem;
    gap: 2rem;
}
.green-btn {
    border: .2rem solid var(--green);
}
.page-main {
    margin-bottom: 16.9rem;
}
/*-------------社会貢献活動-------------------*/
.r-social.wp-singular .hero-box h1 {
    font-size: 5.8rem;
    margin-top: 24rem;
    margin-left: 22rem;
}
.r-social.wp-singular .title-s {
    font-size: 0.4em;
}
.r-social.wp-singular .pr-heroview {
    margin-bottom: 22rem;
}
/* .r-social .page-innar {
    width: 131rem;
} */
.r-social .page-innar > p {
    margin-bottom: 21.5rem;
}
.r-social .prl-img {
    row-gap: 2rem;
}
.r-social .prli-box {
    gap: 2rem;
}
.r-social .prl-box {
    gap: 16.5rem;
    padding-bottom: 13.8rem;
    margin-bottom: 15.8rem;
}
.r-social .pr-t {
    text-align: center;
    margin-bottom: 11rem
}
.r-social .prl-text p {
    text-align: center;
}
.r-social .prl-box {
    padding-bottom: 13.8rem;
    margin-bottom: 15.8rem;
}
.r-social .page-main {
    margin-bottom: 14.2rem;
}
.r-social .prl-box:nth-of-type(1) .prl-text,
.r-social .prl-box:nth-of-type(2) .prl-text,
.r-social .prl-box:nth-of-type(3) .prl-text
{
    background:none;
}
.r-social .prl-box:nth-of-type(1) {
    background: url(./img/social/sports_01.png)no-repeat bottom 35rem right 6rem/22%;
}
.r-social .prl-box:nth-of-type(2) {
    background: url(./img/social/movie_02.png)no-repeat bottom 35rem left 1rem/26%;
}
.r-social .prl-box:nth-of-type(3) {
    background: url(./img/social/withH2_03.png)no-repeat bottom 35rem right 1rem/26%;
}
/*-------------会社案内-------------------*/
.r-aboutus .page-main {
    margin-bottom: 41.5rem;
}
/*ab-message*/
.ab-message {
    background: url(./img/aboutus/message.png)no-repeat top 31rem left 0rem/83%;
}
.ab-message .prl-s-text {
    width: 19rem;
}
.ab-message .prl-s-box::after {
    width: 29.4rem;
}
.r-aboutus .page-innar {
    width: 157rem;
    margin: 0 auto;
}
.r-aboutus .prl-title {
    margin-bottom: 31rem;
}
.r-aboutus .prl-box {
    gap: 0;
    row-gap: 10.5rem;
    margin-bottom: 0;
    flex-direction: column-reverse;
}
.r-aboutus .prl-img {
    display: block;
    flex: 0 0 auto;
    width: 119rem;
    margin: 0 auto;
}
.r-aboutus .pr-t {
    font-size: 7.8rem;
    font-weight: 700;
    letter-spacing: 1.2rem;
    margin-bottom: 7rem;
    line-height: 15.5rem;
}
.r-aboutus .prl-text p {
    line-height: 10.5rem;
    padding-right: 0;
}
.name-box {
    margin-top: 6.2rem;
    font-size: 6.5rem;
    letter-spacing: 0.6rem;
    gap: 3.7rem;
}
.name {
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 1.5rem;
}
/*ab-management*/
.ab-management {
    margin-top: 38.5rem;
    background: url(./img/aboutus/img_back.png)no-repeat center/cover;
    height: 229rem;
    padding-top: 16rem;
}
.ab-management .prl-title:nth-of-type(1) .prl-s-text {
    width: 50rem;
}
.ab-management .prl-title .prl-s-box::before {
    height: .4rem;
    width: 5rem;
    left: 49.5rem;
}
.ab-management .prl-title .prl-s-box::after {
    width: 5rem;
    left: auto;
    right: 49.5rem;
}
.ab-management .prl-title:nth-of-type(2) {
    margin-top: 16.5rem;
    margin-bottom: 0;
    line-height: 13rem;
}
.ab-management .prl-title:nth-of-type(2) .prl-s-box::before {
    left: 66.8rem;
}
.ab-management .prl-title:nth-of-type(2) .prl-s-box::after {
    right: 66.8rem;
}
.ab-management .page-innar > p {
    font-size: 5.6rem;
    line-height: 10.6rem;
    margin-top: 11rem;
    letter-spacing: .25rem;
    text-align: left;
}
/*ab-company*/
.ab-company .page-innar {
    padding-top: 34rem;
}
.ab-company .prl-s-text {
    width: 33rem;
}
.ab-company .prl-s-box::after {
    width: 42rem;
}
.r-aboutus .ab-company .prl-title {
    margin-bottom: 14rem;
}
/* .aco-img-box {
    height: 107rem;
    background: #000;
} */
.aco-table {
    margin-top: 8rem;
    width: 100%;
    font-size: 5.5rem;
}
.aco-table th,
.aco-table td{
    padding-top: 7rem;
    padding-bottom: 7rem;
    border-bottom: .7rem solid #000;
}
.aco-table th{
    padding-left: 3rem;
    font-weight: 700;
    width: 47rem;
}
.aco-table td {
    letter-spacing: .19rem;
}
.g-map {
    margin-top: 17.5rem;
}
.g-map iframe {
    height: 148rem;
}
/*ab-business*/
.ab-business {
    height: 248.3rem;
}
.r-aboutus .ab-business {
    margin-top: 34.1rem;
    background: none;
}
.ab-box {
    display: flex;
    gap: 0;
    row-gap: 11.2rem;
    height: 100%;
    flex-direction: column;
}
.ab-text {
    flex: 0 0 auto;
}
.r-aboutus .ab-business .prl-title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0rem;
}
.ab-business .prl-s-text {
    width: 33rem;
}
.ab-business .prl-s-box::after {
    width: 42rem;
}
.ab-business p {
    font-size: 5.6rem;
    font-weight: 500;
    margin-top: 10.5rem;
    margin-left: 0;
    line-height: 10.4rem;
    letter-spacing: .23rem;
}
.ab-img {
    flex: 0 0 auto;
    height: 136.5rem;
    background: url(./img/aboutus/business_details_decoration.png)no-repeat bottom 0rem left 0rem/57.5%;
}
.ab-img img {
    display: block;
    width: 151.2rem;
    margin-left: auto;
}
.ab-img img.pc {
    display: none;
}
/*-------------MOEZ-------------------*/
.r-moez .pr-heroview {
    background: url(./img/MOEZ/MOEZ.png)no-repeat top 119rem right 17rem/54%;
}
.moez-box-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
    row-gap: 11rem;
}

.moez-box {
    width: 156.5rem;
    margin-top: 34rem;
}

.mbf-l {
    flex: 0 0 auto;
    font-size: 8rem;
    letter-spacing: 1.5rem;
    line-height: 16.2rem;
}
.mbf-r {
    font-size: 5.6rem;
    line-height: 9.9rem;
}
.moez-box-img {
    margin-top: 12rem;
}
.wp-singular.r-moez .pr-heroview {
    margin-bottom: 33.8rem;
}
.features .prl-s-text{
    width: 20rem;
}
.features .prl-s-box::after {
    width: 30.4rem;
}
.r-moez .page-innar > p{
  font-size: 7.5rem;
  line-height: 12rem;
}
.overview {
    margin-top: 37.5rem;
    height: 259.5rem;
}
.overview .page-innar{
    padding-top: 15rem;
}
.ovr-flex {
    display: flex;
    gap: 0;
    row-gap: 19rem;
    flex-direction: column;
}

.of-l {
    flex: 0 0 auto;
    font-size: 4.8rem;
}
.of-l h2 {
    font-size: 8.3rem;
    text-align: center;
}
.of-table {
    margin-top: 10rem;
}
.of-table th, .of-table td {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
    border-bottom: .2rem solid #fff;
}
.of-table th {
    width: 40.2rem;
    letter-spacing: 0rem;
}

.of-table tr:last-of-type th, .of-table tr:last-of-type td{
    border:none;
}
.of-r-flex {
    flex: 0 0 auto;
    gap: 2.3rem;
}
.ofr-img-box {
    flex: 0 0 76.9rem;
    position: relative;
}
.ofr-img-box:nth-of-type(2) {
    flex: 0 0 75.5rem;
}
.ofri {
    margin-top: 18rem;
    margin-left: 19rem;
}
.ofr-img-box:nth-of-type(2) .ofri {
    margin-top: 3.5rem;
    margin-left: 0rem;
    margin-right: 17.5rem;
}
.ofrib-m {
    position: absolute;
    top: 30.5rem;
    left: 15rem;
    font-size: 4.5rem;
    height: 75.5rem;
    letter-spacing: .5rem;
    padding: 3rem 0 0;
}
.ofr-img-box:nth-of-type(2) .ofrib-m {
    top: 0rem;
    left: auto;
    right: 12rem;
    height: 69rem;
    padding: 1.9rem;
}
.size .prl-title {
    margin-top: 34rem;
}
.size .prl-s-text {
    width: 13rem;
}
.size .prl-s-box::after {
    width: 22rem;
}
.si-innar {
    margin: 11.5rem auto 0;
    width: 158rem;
}
.size-flex {
    display: flex;
    column-gap: 0;
    row-gap: 14rem;
    flex-direction: column;
}
.sf-table-box {
    flex: 0 0 auto;
}
.sf-table {
    margin-top: 0;
}
.sf-table th, .sf-table td {
    font-size: 4.2rem;
    padding: 4rem 1rem;
}
.sf-table tr:nth-of-type(1) th {
    padding: 1rem;

}
.sf-table tr:nth-of-type(1) th:nth-of-type(1) {
    width: 21rem;
}
.sf-kome {
    margin-top: .5rem;
    font-size: 3.5rem;

}
.sf-img {
    width: 128rem;
    margin: 0 auto;
}
.cportfolio {
    margin-top: 35rem;
}
.cportfolio .prl-s-text {
    width: 41rem;
}
.cportfolio .prl-s-box::after {
    width: 56rem;
}
.infinite-slider {
    margin-top: 11rem;
}
.infinite-slider-left li {
    width: 61rem;
    margin-right: 4.7rem;
}
.prise {
    margin-top: 34rem;
}
.prise .prl-s-text {
    width: 11.2rem;
}
.prise .prl-s-box::after {
    width: 20rem;
}
.pr-innar {
    width: 158rem;
    margin: 11.5rem auto 0;
}
.pr-table {
    width: 100%;
    margin-left: 0;
}
.pr-table tr:nth-of-type(1) th:nth-of-type(1) {
    width: 20.8rem;
}
.pr-table tr:nth-of-type(1) th:nth-of-type(2) {
    width: 40.5rem;
}
.pr-table tr:nth-of-type(1) th {
    padding: .8rem;
}
.pr-table th, .pr-table td {
    border: .2rem solid #000;
    font-size: 4.5rem;
    padding: 3.8rem 1rem;
}
.pr-kome {
    font-size: 3.7rem;
    margin-top: 3rem;
}
.r-moez .apply {
    margin-top: 37.5rem;
}
	/*コンタクトフォーム contact*/
	.page_contact{
		margin-top: 21rem;
	}
	.page-app .prl-text{
    padding-top: 11rem;
	}
	.page-app h3 {
		font-size: 6rem;
		line-height: 14rem;
	}
	.cf7 {
        padding: 4% 3%;
		font-size: 4.5rem;
	}
   .app_box form{
	padding-bottom: 116px;
    }
	.cf7__list,.accpet-box,.minbox_app2{
		font-size: 5rem;
	}
	.app_box {
    margin: 0 2%;
	}
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
 .cf7__list dd {
    width: 100%;
  }
 .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
	.minbox_app, .minbox_addr2 {
		flex-direction: column;
	}
}


@media screen and (max-width:390px){
/* header {
    height: 25rem;
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
} */
header {
    height: 25rem;
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
}
header .logo a {
    margin-top: 4.3rem;
    margin-left: 4rem;
    width: 67rem;
}

header .pc_nav {
    height: 100%;
}
header .pc_nav {
    height: 100%;
}
header .pc_nav li {
    font-size: 4rem;
}
header .pc_nav li:nth-of-type(6) {
    width: 38rem;
    height: 100%;
}
header .pc_nav li:nth-of-type(7) {
    width: 38rem;
    height: 100%;
}
.openbtn2 {
    width: 100%;
    height: 100%;
    min-width: 0;
}
.openbtn2 span:nth-of-type(1), .openbtn2 span:nth-of-type(2), .openbtn2 span:nth-of-type(3), .hme_m {
    width: 12rem;
    height: 1rem;
    top: 5rem;
}
.openbtn2 span:nth-of-type(2) {
    top: 9rem;
}

.openbtn2 span:nth-of-type(3) {
    top: 13rem;
}
.openbtn2.active span:nth-of-type(1), .openbtn2.active span:nth-of-type(3) {
    top: 9rem;
}
.hme_m {
    font-size: 4.3rem;
    top: 15rem;
}

header .pc_nav li a {
    gap: 2rem;
}

/**/
.apply {
    height: 131.5rem;
    padding-top: 21.5rem;
    background: url(./img/products/img_apply.png)no-repeat top 0rem left -47rem/285rem;
}
.apply h2 {
    font-size: 8.5rem;
}
.apply p {
    font-size: 5.5rem;
    line-height: 11rem;
}
.apply .custom-btn {
    width: 69.5rem;
    padding: 3.8rem 0;
    font-size: 5.5rem;
    gap: 3rem;
}
.apply .circle {
    width: 1.5rem;
    box-shadow: 0 0 0 1.5rem var(--green);
}
.apply .green-btn .circle {
    background: var(--green);
    box-shadow: 0 0 0 1.5rem #FFF;
}
}