@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe{width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 160px;
}
@media screen and (max-width:1200px) {
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    background: #000;
    padding-top: 70px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 89vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
nav ul{
    padding: 0;
    margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}
nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    transition: all .3s;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 17px;
}
nav ul li li a{
	padding:20px;
}
nav ul li a:hover{
	color:#fff;	
}

nav ul li.has-child > a::before {
    content: '';
    position: absolute;
    left: 110px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}

nav ul li.has-child img{
	max-width: 100%;
	height: auto;
	transition: all .5s;
	vertical-align: bottom;
}

nav ul li.has-child img:hover{
	transform: scale(1.2);
}

nav ul li.has-child dt{
	overflow: hidden;
	height: 20vh;
	margin:0 0 20px 0;
}
.openbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0;
    z-index: 9999;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #000;
}
.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}
.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
.openbtn.active span {
    background-color: #fff;
}
	nav ul{
		display: block;
	}

nav li.has-child ul {
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}
nav li.has-child:hover > ul {
    display: none;
}
nav li.has-child ul li{
    width:100%;
    text-align: left;
}

nav li.has-child ul li dl {
    display: flex;
    align-items: center;
    margin: 0;
}
nav li.has-child ul li dt{
    width:30%;
    height: auto;
    margin: 0;
}
nav li.has-child ul li dd {
    width: 64%;
    margin-bottom: 0;
    margin-left: 10px;
}
nav li.has-child ul li a {
    padding: 10px;
    color: #000;
    padding-left: 30px;
    font-size: 16px;
}  
nav ul li li a{
    padding: 0;
}
	    
nav ul li.has-child.active > a::before{
    transform: rotate(-45deg);
} 
}
ul.header-right li a.rec {
    background: #0056a7;
}
ul.header-right li a.cta {
    background: #ffff00;
    color: #000;
}

#mainvisual{
  position: relative;
  overflow: hidden;  
}
/* .fix{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;     
  box-sizing: border-box;
} */
/* .mv-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
} */
.slider{
  position: relative;
  width: 100%;               
  padding: 0;
  margin: 0;
}
.slider ,.slider-item,.slider-item img {
    height: 100vh;
}
.slider-item img{
  display:block;
  width: 100%;
  object-fit: cover;
}
p.copy {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.slider{
	width:100%;
	position: relative;
} 

.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 20px;
    width: 20px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
/* 
.fix::before {
    content: "";
    background-image: url(../img/mainvisual-bottom.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 10;
    opacity: 0;
} */
#mv-bottom {
    padding: 2rem 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-weight: bold;
    /* background-image: url(../img/mainvisual-bottom.jpg);
    background-size: cover;
    background-position: center; */
}

section {
    padding: 2rem 0;
}
p.line {
    background: #ffff00;
    color: #000;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
#intro {
    background-image: url(../img/bg-intro.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
#intro .col-lg-4 {
    border: 5px solid #000;
    text-align: center;
    padding: 1rem 0 3rem;
    position: relative;
    margin-bottom: 3rem;
    background: #fff;
}
p.num {
    background: #ffff00;
    font-weight: bold;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    border-radius: 50%;
    margin: 0 auto 1rem;
}
#intro h3 {
    line-height: 1.4;
}
#intro .col-lg-4::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    height: 14px;
    bottom: -18px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
a.link-btn {
    display: block;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    width: 270px;
    margin: 1rem auto 0;
    border: 3px solid #000;
}

a.link-btn:hover {
    opacity: 1;
    border-radius: 10px;
    background: #ffff00;
    color: #000;
}
h2 {
    margin-bottom: 2rem;
    font-size: 21px;
    text-align: center;
}
h2.en {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
h2 small {
    font-size: 16px;
    display: block;
}
p.line2,h3.line2 {
    background: linear-gradient(transparent 60%, #ffff00 60%);
    font-weight: bold;
    width: fit-content;
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}
.sv-list {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}
.sv-list li {
    list-style-type: none;
    border-top: 1px solid #000;
}
.sv-list li a {
    display: flex;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
}
.sv-list li a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
.sv-list li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #e30079;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
#faq {
    background: #f2f2f2;
}
.accordions {
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 5px;
}
.accordions summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3rem;
    font-weight: 600;
    cursor: pointer;
}
.accordions summary::-webkit-details-marker {
    display: none;
}
.accordions summary::before,
.accordions summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #000;
    content: '';
}
.accordions summary span {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 10px;
}
.accordions summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordions summary::after {
    transition: rotate .3s;
}
.accordions[open] summary::after {
    rotate: 90deg;
}
.accordions .inner {
    padding: 0 1rem 1rem;
}
.accordions .anser {
    position: relative;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 1rem;
}
.accordions .anser span {
    background: #e30079;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 10px;
}
.accordions .anser .answer-body {
    padding-left: 30px;
    margin: 0;
    font-weight: bold;
}
#sdgs {
    border-top: 2px solid #fff;
    background-image: url(../img/bg-sdgs.png);
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sdgs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    bottom: -12px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
#sdgs a.link-btn {
    background: #fff;
    color: #000;
}
#sdgs a.link-btn:hover {
    background: #ffff00;
    color: #000;
}
#recruit {
    padding: 3rem 0;
    background-image: url(../img/bg-recruit.png);
    background-size: cover;
    background-position: left;
}
ul.rec-slider {
    position: relative;
    padding: 0;
    margin: 0 auto 2.5rem;
    border: 10px solid #fff;
}
ul.rec-slider::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    height: 14px;
    bottom: -23px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
ul.rec-slider .slick-slide img{
    border: 1px solid #fff;
    width: 100%;
}
#news {
    background: #f2f2f2;
    position: relative;
}
.news-list {
    padding: 0;
    margin: 0;
}

.news-list li {
    list-style-type: none;
    margin-bottom: .5rem;
}

.news-list li a {
    display: block;
    background: #fff;
    padding: 10px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
.news-list li a p {
    margin: 0;
    font-weight: bold;
}
.news-list li a h3 {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #e30079;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 46%;
    left: 10px;
}
.news-list li a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
#company{
    position: relative;
    background: #0056a7;
    color: #fff;
}
#overview {
    background-image: url(../img/bg-company.jpg);
    background-position: center;
    background-size: cover;
}
#company table {
    width: 100%;
    border-bottom: 1px solid;
}
#company table th {
    width: 25%;
}
#company table td {
    width: 75%;
}
#company table tr {
    border-top: 1px solid #fff;
}
#company table th,#company table td {
    padding: 10px;
}
.map iframe {
    height: 265px;
    margin-top: 10px;
}
#access .col-lg-6 +.col-lg-6 {
    margin-top: 2rem;
}
#company a.link-btn {
    background: #fff;
    color: #000;
}
#contact {
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#contact h2.en small {
    display: block;
}
a.link-btn.contact {
    width: 320px;
    background: #fff;
    color: #000;
    margin: 0 auto 1rem;
}
#company a.link-btn:hover,a.link-btn.contact:hover{
    background: #ffff00;
}
#contact a.tell {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
#contact a.tell::before {
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#contact .d-lg-flex {
    font-size: 18px;
}
#footer {
    text-align: center;
    position: relative;
}
img.f-logo {
    width: 180px;
    margin-bottom: 1rem;
}
#page-top {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
#page-top a {
    display: block;
    width: 30px;
    height: 30px;
}
#calendar h2 {
    margin-bottom: 1rem;
}
.holiday-all {
    color: #fff;
}
span.calendar-caption {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.month-header {
    margin-bottom: 1rem !important;
}
.xo-event-calendar table.xo-month button {
    border: 1px solid;
}
.xo-event-calendar table.xo-month .month-dayname td div{
    text-align: left;
}
#intro .col-lg-4 h3 + p {
    font-weight: bold;
    font-size: 100px;
    margin: 0;
    line-height: 1.4;
}

#intro .col-lg-4 h3 + p small {
    font-size: 30px;
}
@media screen and (min-width:760px) {
    #sdgs p.line2{
        margin: 0 auto;
    }
    p.copy{
        font-size: 50px;
    }
}
@media screen and (min-width:1200px) {
#header {
    padding: 0;
}
.logo {
    padding-left: 10px;
}
#g-nav-list ,#g-nav-list > div,ul.header-left,ul.header-top,ul.header-right{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul li.has-child ul {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 70px;
    width: 100vw;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
ul li.has-child:hover ul {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
ul.header-top {
    position: absolute;
    top: 10px;
    font-size: 15px;
    right: 325px;
}
#header ul li{
    list-style-type: none;
}
header ul li a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 0 25px;
    display: block;
}
header ul li a:hover{
    opacity: 1;
    color: #0056a7;
}
ul.header-right li a.rec, ul.header-right li a.cta {
    display: block;
    height: 70px;
    line-height: 70px;
}
ul.header-right li a.rec:hover, ul.header-right li a.cta:hover {
    background: #000;
    color: #fff;
}
ul.header-right li a.rec{
    color: #fff!important;
}
ul.header-left {
    padding-top: 25px;
}
ul.header-top li a::before {
    content: ">";
    margin-right: 3px;
}
ul li.has-child ul dl {
    margin: 0;
    display: flex;
    align-items: center;
}
ul li.has-child ul dd {
    margin-bottom: 0;
    margin-left: 10px;
}
ul li.has-child ul dt{
    overflow: hidden;
}
ul li.has-child ul dl img {
    object-fit: cover;
    width: 100%;
    height: 60px;
    transition: 0.5s;
}
ul li.has-child ul li {
    width: 23%;
}
ul li.has-child ul a {
    padding: 0;
}
ul li.has-child ul a:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
ul li.has-child ul a:hover{
    opacity: 1;
    color: #0056a7;
}
li.has-child > a::before,li.has-child > a::after {
    content: '';
    position: absolute;
    left: 97px;
    top: 10px;
    width: 12px;
    height: 2px;
    background: #000;
    transition: 0.5s;
}
li.has-child a {
    position: relative;
}
li.has-child > a::after {
    transform: rotate(90deg);
}
li.has-child > a:hover::after{
    transform: rotate(0deg);
    transition: 0.5s;
}
p.copy {
    font-size: 100px;
}
section {
    padding: 6rem 0;
}
#mv-bottom {
    padding: 16rem 0 4rem!important;
}
p.line {
    font-size: 30px;
    padding: 0 20px;
}
#mv-bottom p:not(.line) {
    font-size: 20px;
    margin: 2rem 0 0 0;
}
#intro .row {
    gap: 15px;
}
#intro .col-lg-4 {
    width: 32.4%;
    padding: 2rem 0 4rem;
}
p.num {
    width: 70px;
    height: 70px;
    line-height: 73px;
    font-size: 30px;
}
#intro {
    background-image: none;
}
.bg-set {
    background-image: url(../img/bg-service2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
#service .container {
    margin-right: 0;
    max-width: 600px;
    padding-right: 6%;
}
h2.en {
    font-size: 70px;
    line-height: 1.1;
}
h2.en small {
    font-size: 20px;
}
p.line2,h3.line2 {
    font-size: 24px;
}
#service h2 {
    text-align: end;
}
#service p.line2 {
    margin-left: auto;
}
.sv-list li a {
    font-size: 24px;
    padding: 15px 30px;
}
.news-list li a h3 {
    width: 90%;
}
.sv-list {
    margin-top: 2rem;
}
h2 {
    font-size: 30px;
}
.accordions summary {
    padding: 2em 2em 2em 5rem;
}
.accordions summary span,.accordions .anser span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 30px;
}
.accordions {
    margin-bottom: 1.5rem;
}
.accordions .inner {
    padding: 0 2em 1rem;
}
.accordions .anser span {
    left: 20px;
}
.accordions .anser .answer-body{
    padding-left: 55px;
}
a.link-btn {
    margin-top: 2rem;
}
#faq{
    position: relative;
}
/* #faq::after {
    content: "";
    background-image: url(../img/faq-right.png);
    display: block;
    width: 350px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: -60px;
} */
#sdgs {
    padding: 3rem 0 9rem;
    margin-bottom: 2rem;
}
#sdgs::after {
    height: 16px;
    bottom: -16px;
}
#recruit {
    padding: 8rem 0 10rem;
    background-size: 120%;
    background-position: center 60%;
    background-repeat: no-repeat;
    position: relative;
}
#recruit h2 {
    text-align: left;
}
#recruit .d-lg-flex {
    align-items: center;
}
#recruit a.link-btn {
    margin-left: 20px;
    margin-top: 0;
}
#news .container{
    position: relative;
}
#news .news-list {
    max-width: 950px;
    margin-left: auto;
}
.news-list li a {
    display: flex;
    align-items: baseline;
    padding: 20px 50px;
}
.news-list li {
    margin-bottom: 1rem;
}
.news-list li a::before {
    top: 44%;
    left: 35px;
}
.news-list li a p {
    width: 190px;
}
#news {
    min-height: 530px;
}
#news h2 {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 100px;
    top: 5rem;
    left: -3rem;
}
#news a.link-btn {
    margin-right: 0;
}

#company table {
    margin-top: 3rem;
}
#company table th, #company table td {
    padding: 20px 40px;
}
#company table th {
    width: 12%;
    padding-right: 0;
}
#company table td {
    width: 88%;
}
#access .col-lg-6 +.col-lg-6 {
    margin-top: 0;
}
#access {
    padding: 4rem 0;
}
.map iframe {
    height: 420px;
}
#company a.link-btn{
    margin: 2rem 0 0;
}
#company .d-lg-flex {
    justify-content: center;
    gap: 20px;
}
#contact p {
    font-size: 22px;
}
a.link-btn.contact {
    width: 600px;
    padding: 25px 0;
    font-size: 18px;
}
#contact .d-lg-flex {
    justify-content: center;
    align-items: center;
}
#contact a.tell {
    margin-left: 1.5rem;
}
#contact {
    padding: 5rem 0 3rem;
}
#f-bottom .col-lg-8 {
    display: flex !important;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
#f-bottom {
    text-align: left;
}
#f-bottom ul{
    margin: 0;
    padding: 0;
    width: 30%;
}
#f-bottom ul li{
    list-style-type: none;
}
#f-bottom ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding: 5px;
    display: block;
}
#f-bottom ul li a:hover{
    opacity: 1;
    color: #0056a7;
}
#f-bottom ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #e30079;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}
#f-bottom ul.child {
    padding-left: 1rem;
    width: 100%;
}
#f-bottom ul.child li a::before {
    width: 10px;
    height: 1px;
    border-radius: 0;
    background: #000;
}
#f-bottom ul.child li a {
    font-weight: 500;
}
img.f-logo {
    width: 220px;
    margin: -1rem 0 1rem;
}
.xo-event-calendar table.xo-month>thead th {
    font-size: 18px;
    padding: 15px !important;
}
.xo-event-calendar table.xo-month .month-dayname-space {
    height: 5.5em;
}
span.calendar-caption {
    font-size: 24px;
}
.xo-event-calendar table.xo-month .month-dayname td div {
    padding: 10px;
}
.month-header {
    margin-bottom: 2rem !important;
}
}
@media screen and (min-width:1430px) {
#header {
    height: 100px;
}
.fix {
    top: 100px;
}
.logo img {
    width: 210px;
}
header ul li a {
    font-size: 22px;
    padding: 0 35px;
}
ul.header-top li a {
    font-size: 16px;
}
li.has-child > a::before, li.has-child > a::after {
    left: 130px;
    top: 14px;
    width: 15px;
    transition: 0.5s;
}
ul.header-right li a.rec, ul.header-right li a.cta {
    height: 100px;
    line-height: 100px;
}
ul.header-left {
    padding-top: 30px;
}
ul.header-top {
    top: 15px;
    right: 446px;
}
ul li.has-child ul {
    top: 100px;
    padding: 20px;
}
ul li.has-child ul dl img {
    height: 80px;
}
p.copy {
    font-size: 140px;
}
.container {
    max-width: 1200px;
}
#mv-bottom .container,#recruit .container {
    max-width: calc(100% - 150px);
}
p.line {
    font-size: 40px;
}
#mv-bottom p:not(.line) {
    font-size: 22px;
    margin: 3rem 0 0 0;
}
section {
    padding: 8rem 0;
}
h3 {
    font-size: 30px;
}
p.num {
    width: 90px;
    height: 90px;
    line-height: 94px;
    font-size: 30px;
    margin-bottom: 1.5rem;
}
#intro .col-lg-4 {
    border: 8px solid #000;
}
#intro .col-lg-4::after {
    height: 18px;
    bottom: -26px;
    left: -8px;
    right: -8px;
}
#intro .col-lg-4 h3 + p {
    font-size: 130px;
    line-height: 1.2;
}
#intro h3 {
    font-size: 27px;
}
a.link-btn {
    width: 320px;
    font-size: 18px;
}
h2.en small {
    font-size: 24px;
}
h2.en {
    font-size: 100px;
}
.page-id-98 #page-content h2.en.fadeInleft.mx-font {
    font-size: 98px;
}
p.line2,h3.line2 {
    font-size: 32px;
}
#service .container {
    max-width: 730px;
    padding-right: 7%;
}
.sv-list li a {
    font-size: 30px;
    padding: 20px 40px;
}
/* #faq::after {
    width: 500px;
    height: 330px;
    bottom: -75px;
} */
.accordions .anser{
    padding: 2rem 1rem;
}
.accordions .anser span {
    top: 26px;
}
#sdgs {
    padding: 7rem 0 10rem;
}
#recruit {
    padding: 15rem 0 15rem;
    background-size: contain;
    background-position: center;
}
ul.rec-slider {
    border: 20px solid #fff;
}
.slick-prev {
    left: 1.5%;
}
.slick-next {
    right: 1.5%;
}
ul.rec-slider::after {
    left: -21px;
    right: -19px;
    height: 20px;
    bottom: -38px;
}
#news h2 {
    font-size: 125px;
}
h2 {
    font-size: 35px;
}
#overview {
    padding-top: 6rem;
}
#access {
    padding: 6rem 0 3rem;
}
#contact p {
    font-size: 24px;
}
a.link-btn.contact {
    width: 660px;
    font-size: 24px;
}
#contact a.tell {
    font-size: 38px;
}
#contact a.tell::before {
    width: 24px;
    height: 30px;
}
#f-bottom {
    padding: 4rem 0;
}
img.f-logo {
    width: 290px;
}
#contact h2.en {
    margin-bottom: 2rem;
}
#page-top {
    top: 20px;
    right: 20px;
}
#page-top a {
    width: 40px;
    height: 40px;
}
}
@media screen and (min-width:1600px) {
p.copy {
    font-size: 150px;
}
p.line {
    font-size: 50px;
    margin-bottom: 20px;
}
#mv-bottom p:not(.line) {
    font-size: 24px;
    margin: 4rem 0 0 0;
}
p.num {
    width: 100px;
    height: 100px;
    line-height: 110px;
    font-size: 40px;
}
.container {
    max-width: 1300px;
}
#intro .row {
    gap: 20px;
}
#intro .col-lg-4 {
    width: 32.2%;
}

#intro .col-lg-4::after {
    bottom: -25px;
}
.accordions .anser .answer-body{
    padding-left: 80px;
}
h2.en {
    font-size: 120px;
}
.page-id-98 #page-content h2.en.fadeInleft.mx-font {
    font-size: 106px;
}
p.line2,h3.line2 {
    font-size: 35px;
}
#service .container {
    max-width: 815px;
}
.sv-list li a {
    font-size: 33px;
}
.accordions summary span, .accordions .anser span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    left: 30px;
    font-size: 18px;
}
.accordions summary {
    padding: 2em 2em 2em 6rem;
}
ul.rec-slider::after {
    height: 25px;
    bottom: -46px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 30px 100%);
}
#news .news-list {
    max-width: 1100px;
}
#news h2 {
    font-size: 145px;
    left: -9rem;
}
#overview {
    padding: 10rem 0 15rem;
}
#access {
    padding: 8rem 0 5rem;
}
.map iframe {
    height: 480px;
}
#contact .d-lg-flex p {
    font-size: 28px;
}
#contact a.tell {
    font-size: 42px;
}
}


/* アニメーション */
.fix {
    position: relative;
    top: 70px;
    overflow: hidden;
    z-index: -10;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
}
/* #mv-bottom {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    align-items: end;
    background-image: url(../img/mainvisual-bottom.jpg);
    background-size: cover;
    background-position: center;
} */
 #mv-bottom {
  position: relative;
  z-index: 10;
  height: 100vh;
  display: flex;
  align-items: end;

  /* ここがポイント：背景の不透明度を変数で管理（初期は0=透明） */
  --bgOpacity: 0;
  /* 余裕があれば暗めの被せも。不要なら削除OK */
  --overlay: rgba(0,0,0,0.15);
}
#mv-bottom .mv-bottom-bg {
    display: block;
  position: absolute;
  inset: 0;
  background-image: url(../img/mainvisual-bottom.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;

}
#maininer { 
    z-index: 0;
 }
#mv-bottom .container{
    position: relative;
    z-index: 2;
}

/* page*/
#page_header {
    margin-top: 70px;
    background-size: cover;
    height: 12rem;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.page-title {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 35px;
}
#page-content h2.en {
    text-transform: none;
}
.bread {
    margin: 1rem 0;
}
.bread a,.bread span {
    color: #000;
    text-decoration: none;
    padding: 3px;
}
p.lead {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin: 2rem auto 3rem;
}
section > .wp-block-group__inner-container {
    padding: 0 1rem;
}
section > .wp-block-group__inner-container a:not(.link-btn),.accordions .anser .answer-body a {
    color: #0056a7;
}
.flow-list .num p {
    text-align: center;
    background: #0056a7;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 17px;
    font-size: 18px;
    border-radius: 50%;
    padding: 5px 0;
}
.flow-list .num p small {
    font-size: 10px;
}
@media screen and (max-width:760px) {
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
}
.flow-list .disc h3 {
    font-size: 20px;
}
.flow-list .disc p {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}
.demo-bottom .wp-block-cover__inner-container p {
    margin: 0;
    font-size: 30px !important;
}
/* .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #fafafa;
} */
/* thead th {
    background: #f0f0f0 !important;
} */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 20px;
    font-size: 16px;
    /* border: none; */
    background: transparent;
}
/* .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr{
    border-top: 1px solid;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table{
    border-bottom: 1px solid;
} */
@media screen and (min-width:760px) {
section > .wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
#page_header {
    height: 15rem;
}
.flow-list .num p {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 22px;
    padding: 12px 0;
}
.flow-list .num p small {
    font-size: 14px;
}
.flow-list .num {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-list .disc p {
    font-size: 16px;
}
}
@media screen and (min-width:1200px) {
section > .wp-block-group__inner-container {
    max-width: 1140px;
}
#page_header {
    height: 23rem;
}
h1.page-title {
    font-size: 50px;
}
p.lead {
    margin: 3rem auto 4rem;
}
:where(.wp-block-columns) {
    margin-bottom: 2.75em;
}
#flow h2.en {
    margin-bottom: 3rem;
}
.flow-list .disc h3 {
    font-size: 26px;
    margin-bottom: 1rem;
}
.flow-list .disc p {
    padding: 20px 25px;
}
#flow :where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
.demo-bottom .wp-block-cover__inner-container p {
    font-size: 45px !important;
}
}

@media screen and (min-width:1430px) {
section > .wp-block-group__inner-container {
    max-width: 1200px;
}
#page_header {
    height: 27rem;
    margin-top: 100px;
}
h1.page-title {
    font-size: 60px;
}
p.lead {
    margin: 4rem auto 6rem;
}
#page-content {
    font-size: 18px;
}
.flow-list .num p small {
    font-size: 16px;
}
.flow-list .num p {
    width: 100px;
    height: 100px;
    font-size: 34px;
    line-height: 30px;
}
.flow-list .disc h3 {
    font-size: 30px;
}
.flow-list .disc p {
    padding: 25px 30px;
    font-size: 18px;
}
.demo-bottom {
    min-height: 600px;
}
.demo-bottom .wp-block-cover__inner-container p {
    font-size: 55px !important;
}
}

@media screen and (min-width:1600px) {
section > .wp-block-group__inner-container {
    max-width: 1300px;
}
#page_header {
    height: 31rem;
}
h1.page-title {
    font-size: 80px;
}
p.lead {
    font-size: 20px;
}
#page-content {
    font-size: 20px;
}
.demo-bottom .wp-block-cover__inner-container p {
    font-size: 60px !important;
}
}

.oohirayama table {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.oohirayama table th {
    width: 25%;
}
.oohirayama table tr {
    border-top: 1px solid #fff;
}
.oohirayama table th, .oohirayama table td {
    padding: 15px 10px;
}

#case .accordions .inner {
    padding: 0;
}
#case .accordions .anser {
    border: none;
    padding-top: 0;
}
#case .accordions summary span{
    top: 18px;
}
#case .accordions summary::before, #case .accordions summary::after{
    display: none;
}

@media screen and (min-width:1200px) {
#oyama h2 {
    margin: 2rem 0 5rem;
}
.oohirayama table th, .oohirayama table td {
    padding: 20px 10px;
}
.oohirayama table th {
    padding-left: 40px;
}
.page-id-74 h2.en {
    margin-bottom: 4rem;
}
.page-id-98 #page-content h2.en {
    margin-bottom: 3rem;
}
#case .accordions .anser {
    padding: 1rem 1.5rem;
}
#case .accordions summary span {
    top: 24px;
}
#case .accordions .anser span {
    left: 30px;
    top: 13px;
}
#case .accordions .anser .answer-body {
    min-height: 60px;
}
}
@media screen and (min-width:1600px) {
#case .accordions .anser {
    padding: 1rem 16px;
}
#case .accordions summary span {
    top: 27px;
}
#case .accordions .anser span {
    top: 7px;
}
}

/* sdgs */
#sd1 {
    background-image: url(../img/sdgs_top.png);
    padding-bottom: 24rem;
    background-size: cover;
    background-position: top;
}
.sdgs-list .wp-block-column {
    border-bottom: 1px dotted #000;
    padding: 1rem 0;
}
.sdgs-list:nth-of-type(1) {
    margin-top: 3rem;
}
.sdgs-list .wp-block-column img {
    display: block;
    margin-bottom: 1rem;
    width: 230px;
}
.wp-block-group.kabuto {
    background-color: #BEE1F4;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}
.wp-block-group.kabuto img.wp-image-185{
    width: 230px;
}
.wp-block-group.kabuto h3{
    font-size: 20px;
    margin-bottom: 1rem;
}
.wp-block-group.kabuto ul {
    padding: 0 15px;
    margin: 0;
    text-align: left;
}
.page-id-164 #page-content ul li + li {
    margin-top: 1rem;
}
.solves .wp-block-column {
    margin-top: 2rem;
}
.solves .wp-block-column {
    margin-top: 2rem;
    background-color: #E6F4FF;
    padding: 0 15px;
}
.solves .wp-block-column h3 {
    background: #4584BF;
    font-size: 20px;
    text-align: center;
    background-color: #4584BF;
    color: #fff;
    padding: 10px 0;
    margin: 0 -15px 1rem;
}
.solves .wp-block-column.solves-sosi {
    background: #FFFCEE;
    margin-top: 1rem;
}
.solves .wp-block-column.solves-sosi h3{
    background-color: #CCBD02;
}
p.solve-vision {
    margin: 3rem 0 0;
    font-size: 20px;
}
#rec1 h3 {
    margin-top: 3rem;
}
.sikaku {
    padding: 2rem 1rem;
}
.sikaku h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem;
}
.sikaku p {
    margin: 0;
}
#job .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
#job .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    background: transparent;
    color: #fff;
    border: none;
}
#job .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr {
    border-top: 1px solid #fff;
}
#job .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    border-bottom: 1px solid #fff;
}
#job h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
#job h3:not(:nth-of-type(1)) {
    margin-top: 4rem;
}
@media screen and (min-width:1200px) {
#sd1 h2 + p {
    font-size: 18px;
}
.page-id-164 #page-content h2.en {
    margin-bottom: 2rem;
}
.sdgs-list {
    gap: 0;
}
.sdgs-list .wp-block-column:nth-of-type(2) {
    border-left: 1px dotted #999;
    border-right: 1px dotted #999;
}
.sdgs-list .wp-block-column {
    border-bottom: none;
    padding: 1rem;
}
.wp-block-group.kabuto {
    padding: 60px 60px 40px;
}
.wp-block-group.kabuto h3 {
    font-size: 28px;
    margin-bottom: 2rem;
}
#sd5 h2 {
    margin-bottom: 3rem;
}
.solves .wp-block-column {
    margin: 2rem 0 !important;
    padding: 0 30px 25px;
}
.solves .wp-block-column h3 {
    margin: 0 -30px 2rem;
}
.page-id-164 #sdgs {
    padding: 5rem 0;
    margin: 0;
}
.page-id-164 #sdgs p.line2 {
    margin: 0 auto 2rem;
}
.page-id-164 #sdgs p.line2 + p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}
#rec1 img.wp-image-279 {
    margin-bottom: 3rem;
}
#rec1 h3 {
    margin-bottom: 2rem !important;
}
.sikaku {
    padding: 2rem;
}
}

@media screen and (min-width:1400px) {
#sd1 h2 + p {
    font-size: 20px;
}
.sdgs-list:nth-of-type(1) {
    margin-top: 5rem;
}
.solves .wp-block-column h3 {
    font-size: 24px;
    padding: 20px 0;
}
p.solve-vision {
    margin: 5rem 0 0;
    font-size: 24px;
}
.page-id-164 #sdgs {
    height: 120vh;
}
#rec1 img.wp-image-279 {
    margin-bottom: 6rem;
}
.sikaku h4 {
    font-size: 22px;
}
#job h3 {
    margin-top: 4rem;
}
#job .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    padding-left: 4rem;
}
#job h3:not(:nth-of-type(1)) {
    margin-top: 5rem;
}
}
@media screen and (min-width:1600px) {
#sd1 h2 + p {
    font-size: 22px;
}
.page-id-164 #sdgs p.line2 {
    font-size: 40px;
}
.page-id-164 #sdgs {
    height: 140vh;
    padding: 8rem 0;
}
.page-id-164 #sdgs p.line2 + p {
    font-size: 30px;
    width: 87%;
}
.sikaku {
    padding: 3rem 2rem;
}
.sikaku h4 {
    font-size: 24px;
    margin-bottom: 2rem;
}
#rec1 h3 {
    margin-top: 5rem;
}
}

/* news */
.pnavi {
  text-align: center;
  margin: 3rem 0;
}
.pnavi .wp-pagenavi a,.pnavi .wp-pagenavi span {
  background: #fff;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  color: #000;
}
.pnavi span.pages {
  display: none!important;
}
.pnavi .wp-pagenavi a:hover,.pnavi .wp-pagenavi span.current {
    border-color: #0056a7;
    color: #fff;
    background: #0056a7;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #0056a7;
  border-bottom: 3px solid #0056a7;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #0056a7;
  border-bottom: 3px solid #0056a7;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.Single-news {
    position: relative;
    background: #fff;
    padding: 2rem 1rem;
    border: 5px solid #000;
    margin-bottom: 3rem;
}
.Single-news::after{
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    height: 14px;
    bottom: -18px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 25px 100%);
}
.Single-news h2.pagetitle {
    text-align: left;
    margin: 0 0 1rem;
}
.Single-news .contents h2 {
    text-align: left;
    margin-bottom: 1rem;
}
.Single-news .contents h3 {
    margin: 2rem 0 1rem;
    font-size: 20px;
}
@media screen and (min-width:760px) {
.Single-news {
    padding: 3rem;
}
}
@media screen and (min-width:1200px) {
.Single-news {
    padding: 5rem;
}
.Single-news .contents h2 {
    font-size: 28px;
}
.Single-news .contents h3 {
    font-size: 25px;
}

}

/* form */
.smf-item label {
    font-weight: bold;
}
.smf-item label strong {
    color: #ea4335;
    font-size: 0.8em;
}
.smf-action .smf-button-control__control {
    border: none;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
}
.snow-monkey-form {
    margin-top: 3rem;
}
.page-id-314 h3 {
    margin: 2rem 0 1rem !important;
}
.page-id-314 p.tell {
    font-size: 25px;
}
.page-id-314 p.tell small {
    font-size: 16px;
    display: block;
}
#snow-monkey-form-324{
    margin: 0 auto;
}
.page-id-314 p.tell a {
    color: #000;
    text-decoration: none;
}
@media screen and (min-width:760px) {
.smf-item__label {
    text-align: end;
}
}
@media screen and (min-width:1200px) {
#snow-monkey-form-309 {
    max-width: 1000px;
    margin: 3rem auto 0;
}
.page-id-314 h3 {
    margin: 4rem 0 1rem !important;
}
.page-id-314 p.tell {
    font-size: 34px;
}
.page-id-314 p.tell small {
    display: inline;
}
#snow-monkey-form-324 {
    margin: 3rem auto 0;
}
}
@media (min-width: 640px) {
#snow-monkey-form-324 .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 18em;
    max-width: 18em;
}
}

@media screen and (min-width:1200px) {
.calendars.xo-months {
    display: flex;
    gap: 20px;
}
.xo-event-calendar table.xo-month .month-dayname-space {
    height: 2.5em;
}
.xo-event-calendar table.xo-month .month-week{
    font-size: 18px;
}
.xo-event-calendar .calendar:nth-child(n+2) .month-next {
    visibility: visible;
}
.xo-event-calendar .calendar:nth-child(1) .month-next {
    visibility: hidden;
}
}
