@charset "UTF-8";
/** PAGE -- TOP
==============================================*/
.bglogo {
  position: absolute;
  top: calc( 100vh - 170px);
  z-index: -1;
  width: 100%;
  height: 800px;
  background-image: url(../img/top/mission-bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .bglogo {
    top: calc( 100vh - 100px);
    background-position: 10% 0;
    background-size: 230% auto;
  }
}

.section .btn {
  margin-top: 3em;
}

.section .btn .more {
  max-width: 340px;
  border-radius: 4px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .section .btn .more {
    font-size: 1.4rem;
  }
}

.section.common {
  position: relative;
}

.section.common:not(.section-mission) {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section.common .bgimg {
  position: absolute;
  top: 0;
  width: calc( 53% + 170px);
  /* height: 750px; */
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 85/70;
  border: #fff 20px solid;
  overflow: hidden;
}
.section.common .bgimg:after {
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
@media only screen and (min-width: 768px) {
  .section.common a:hover .bgimg:after{
  transform: scale(1.1);
}
}
.section.common .l-r .block{
  width: 35%;
}
.section.section-mission .l-r .block{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.common .l-r .block{
    width: 100%;
  }
  
}
.section.common .headline {
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;
}

.section.common.section-mission .headline {
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .section.common .headline {
    padding: 0 10px;
  }
  .section.common.section-mission .headline {
    padding: 0 10px;
  }
}


.section.common .headline .en {
  /*font-size: 2.4rem;
  font-family: urw-din, sans-serif;*/
  font-size: 8rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 750;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  background: #38bd9f;
  /* padding: 0 2rem;
  position: relative; */
  display: inline;
}
.section.common .headline .en span{
  /* font-size: 8rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 750;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0; */
  padding: 0 2rem;
  position: relative;
  z-index: 3;
}
.section.common .headline .en span:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: inline;/*block;*/
  background: #fff;
  z-index: -1;
  transition: .5s;
}
@media only screen and (min-width: 768px) {
  .section.common a:hover .headline .en span:before {  width: 100%;}
  .section.section-concept a:hover .headline .en span{color: #38bd9f;}
  .section-service a:hover .headline .en span{color: #ab9fc2;}
  .section-equipment a:hover .headline .en span{color: #ffd800;}
}
.section.section-service .headline .en{
  background: #ab9fc2;
}
.section.common .headline .en span:not(:first-child) {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .section.common .headline .en {
    font-size: 3.5rem;
    text-align: center;
    width: fit-content;
    margin: auto;
  }
  .section.common .headline .en span{
    padding: 0 1rem;
  }
  }

.section.common .headline .catch {
  margin-top: 50px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.section.section-mission .headline .catch{
  margin-top: 20px;
  font-size: 8rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section.common .headline .catch {
    font-size: 2.6rem;
    text-align: center;
    margin-top: 20px;
  }
  .section-mission .headline a{
    width: 70%;
    margin-left: auto;
  }
}

/* .section.common .headline .title {
  margin-top: 1em;
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section.common .headline .title {
    font-size: 1.5rem;
  }
} */
.section.common .headline .block img.hide-small{
  display: block;
  margin: 2rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .section.common .headline .block img.hide-small{
    display: none;
  }
}
/* @media only screen and (min-width: 768px) {
  .section.common a:hover .headline .block img.hide-small{
    width: 100%;
    transition: .5s;
    margin: 2rem 0 0 0;
  }
} */

.section.common .headline .txt {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.2;
  letter-spacing: -0.5px;
  color: #003567;
}

.section.common a {
  display: block;
  /* text-align: right; */
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .section.common .l-r {
    padding: 0 10px 30px;
  }
  .section.common a .block .show-small{
    width: 60%;
    margin: 2rem auto;
  }
}

.section.section-mission .bgimg {
  left: 0;
  background-image: url(../img/top/mission-bg.png);
  background-size: cover;
  width: 100%;
  mix-blend-mode: multiply;
  border: none;
}
.section-mission .l-r{
  padding-top: 8rem;
}
.section-mission .l-r .block {
  color: #003567;
  font-weight: 700;
}
/*.section-mission .l-r .txt {
  color: #003567;
}*/
@media only screen and (max-width: 767px) {
  .section.section-mission .bgimg {
    height: 80vh;
    background-position: 25%;
    top: 15rem;
  }
  .section-mission .l-l{
    padding: 0px 20px;
  }
  .section.section-mission .headline .catch {
    font-size: 3.6rem;
  }
}
/* @media only screen and (min-width: 768px) {
  .section-mission .headline a:hover img{
    width: 440px;
  }
} */
.section-concept {
  padding-bottom: 50px;
  /* background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), to(#e5fefc));
  background: linear-gradient(180deg, white 60%, #e5fefc 100%); */
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .section-concept {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}

.section-concept .bgimg:after {
  left: 0;
  /* border-radius: 0 100px 100px 0; */
  background-image: url(../img/top/relocation-main-img.jpg);
  /* background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s; */
}

@media only screen and (max-width: 767px) {
  .section-concept .bgimg {
    border-radius: 0;
    background-image: url(../img/top/relocation-main-img-m2x.jpg);
  }
}

.section-concept .l-l {
  text-align: center;
  padding-top: 7rem;
}

.section .l-r .ttl {
  padding-top: 70px;
}
.section-concept .l-r .ttl {
  /* color: #38bd9f; */
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .section .l-r .ttl {
    padding-top: 0;
    margin-top: -2.5rem;
    text-align: center;
  }  
}
/*
@media only screen and (min-width: 768px) {
  .section-concept .l-r .ttl {
    padding-left: 210px;
  }
} */

@media only screen and (min-width: 768px) {
  .section-concept .l-r .block {
    margin-left: auto;
    color: #003567;
  }
}

.section-concept .content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section-concept .content {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-concept .content .cell {
    margin-bottom: 20px;
  }
}

/* .section.section-service {
  padding-bottom: 80px;
  background-image: url(../img/common/bg-img.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
} */

@media only screen and (max-width: 767px) {
  .section.section-service {
    padding-bottom: 20px;
    background-position: 0 0;
    background-position: -180px 200px;
    background-size: 300% auto;
  }
}

.section.section-service .headline {
  padding-bottom: 50px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .section.section-service .headline {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .section.section-service .headline .cell {
    margin-bottom: 0;
  }
}

.section.section-service .bgimg {
  right: 0;
}
.section.section-service .bgimg:after {
  /* top: 100px; */
  /* right: 0; */
  /*height: 650px; */
  /* border-radius: 100px 0 0 100px; */
  background-image: url(../img/top/maintenance-main-img.jpg);
}

@media only screen and (max-width: 767px) {
  .section.section-service .bgimg {
    border-radius: 0;
    background-image: url(../img/top/maintenance-main-img-m2x.jpg);
  }
}

.section.section-service .l-r .block {
  color: #003567;
}

.section.section-service .l-r .txt {
  max-width: 360px;
}

.section.section-service .cell {
  margin-bottom: 40px;
}

.section.section-service .comingsoon {
  pointer-events: none;
  opacity: 0.4;
}

.section.section-equipment .bgimg {
  /* top: 100px; */
  left: 0;
  /* height: 650px; */
  /* border-radius: 100px 0 0 100px; */
}
.section.section-equipment .bgimg:after {
  background-image: url(../img/top/equipment-main-img.jpg);
}

@media only screen and (max-width: 767px) {
  .section.section-equipment .bgimg {
    border-radius: 0;
    background-image: url(../img/top/maintenance-main-img-m2x.jpg);
  }
}
.section-equipment .l-r .ttl {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .section-equipment .l-r .ttl {
  text-align: center;
}
}
.section.section-equipment .headline .en{
  background: #ffd800;
}
@media only screen and (min-width: 768px) {
  .section-equipment .l-r .block {
    margin-left: auto;
    color: #003567;
  }
}
.section.section-equipment .headline {
  padding-bottom: 150px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .section.section-equipment .headline {
    padding-bottom: 0;
    margin-bottom: 0;;
  }
}
/*
.section-works {
  padding-bottom: 150px;
}

.section-works .heroimg {
  background-image: url(../img/top/works-main-img.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .section-works .heroimg {
    padding-top: 170px;
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .section-works .heroimg {
    padding: 40px 15%;
  }
}

.section-works .headline {
  text-align: center;
}

.section-works .headline .title {
  padding: 2em 0;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-works .headline .title {
    padding: 1.5em 0;
    font-size: 1.5rem;
  }
}

.section-works .entry {
  position: relative;
  padding-bottom: 4em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-works .entry {
    padding-bottom: 2em;
  }
}

.section-works .entry a {
  display: block;
}

.section-works .entry dl {
  padding: 1em 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .section-works .entry dl {
    padding-bottom: 0;
  }
}

.section-works .entry dt {
  font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
  .section-works .entry dt {
    font-size: 1.2rem;
  }
}

.section-works .entry dd {
  font-size: 1.0rem;
}

.section-works .entry .cat {
  display: inline-block;
  padding: .25em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .section-works .entry .cat {
    font-size: 1.0rem;
    margin-top: 1em;
  }
}

.section-works .entry .cat ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.section-works .entry .cat li:not(:first-child):before {
  content: 'ãƒ»';
}

.section-works .btn .more {
  background-color: #000;
}
*/
.section-recruit {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .section-recruit {
    padding-bottom: 30px;
  }
}

/* .section-recruit .heroimg {
  background-image: url(../img/top/recruit-main-img.jpg);
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
} 

@media only screen and (min-width: 768px) {
  .section-recruit .heroimg {
    margin-bottom: 60px;
    padding-top: 40px;
    height: 600px;
  }
}*/

/* @media only screen and (max-width: 767px) {
  .section-recruit .heroimg {
    margin-bottom: 30px;
    padding: 40px 15%;
    background-image: url(../img/top/recruit-main-img-m2x.jpg);
  }
} */
@media only screen and (min-width: 768px) {
  .section-recruit .heroimg p{
    display: inline-block;
    overflow: hidden;
  }
  .section-recruit .heroimg a{
    display: block;
    transition-duration: .5s;
  }
  .section-recruit .heroimg a:hover{
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .section-recruit .headline .grid-x {
    padding: 0 40px;
  }
}

.section-recruit .headline .title {
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-recruit .headline .title {
    font-size: 1.5rem;
  }
}

.section-recruit .headline .en {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: urw-din, sans-serif;
}

@media only screen and (max-width: 767px) {
  .section-recruit .headline .en {
    font-size: 1.0rem;
  }
}

/* .section-recruit .headline .catch {
  font-size: 4.3rem;
  line-height: 1.5;
} */

@media only screen and (max-width: 767px) {
  .section-recruit .headline .catch {
    padding: .5em 0;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.section-recruit .headline .txt {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .section-recruit .headline .txt {
    font-size: 1.2rem;
  }
}

/* .section-recruit .headline .title,
.section-recruit .headline .en,
.section-recruit .headline .catch {
  color: #009f3c;
} */

.section-recruit .content {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .section-recruit .content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-recruit .content .cell {
    margin-bottom: 30px;
  }
}

.section-recruit .content .cell a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .section-recruit .btn {
    margin-top: 0;
  }
}

.section-recruit .btn .more {
  background-color: #019b3c;
}

.section-news {
  padding: 80px 0;
  background-color: #125fac;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-news {
    padding: 40px 0;
  }
}

.section-news .en {
  font-family: urw-din, sans-serif;
}

@media only screen and (max-width: 767px) {
  .section-news .en {
    text-align: center;
  }
}

.section-news .title {
  font-size: 3.0rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-news .title {
    text-align: center;
    font-size: 2.2rem;
  }
}

.section-news a {
  color: #fff;
}

.section-news .meta__date {
  letter-spacing: normal;
  font-family: urw-din, sans-serif;
}

@media only screen and (min-width: 768px) {
  .section-news .meta__date {
    padding-left: 2em;
  }
}

.section-news .label {
  display: inline-block;
  width: 80%;
  border: 1px solid #fff;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .section-news .entries {
    margin-top: 2em;
  }
}

.section-news .entry {
  position: relative;
  margin: 0 0 1.5em 0;
}

@media only screen and (min-width: 768px) {
  .section-news .entry:after {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    content: '\e803';
    font-size: 14px;
    font-family: fontello;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .section-news .entry .cell {
    position: relative;
  }
}

.section-news .entry .new {
  position: absolute;
  padding: 5px 1em;
  border-radius: 10px;
  background-color: #e52282;
  color: #fff;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .section-news .entry .new {
    top: 6px;
    left: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-news .entry .new {
    top: 4px;
    right: 2em;
  }
}

.section-news .entry a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .section-news .entry a:hover {
    text-decoration: none;
  }
}

.section-news .btn {
  margin-top: 1.5em;
  text-align: right;
}

.section-news .btn a {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}

.section-news .btn a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .section-news .btn a:hover {
    text-decoration: none;
  }
}

.section-news .btn a:after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  content: '\e803';
  font-size: 14px;
  font-family: fontello;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-dots li button {
  background-color: #ccc;
}

.slick-dots li.slick-active button {
  background-color: #E50180;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}

/* @media only screen and (min-width: 768px) {
  .site-header {
    display: none;
    -webkit-transition: none;
    transition: none;
  }
} */

@media only screen and (max-width: 767px) {
  .site-header {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .site-main {
    padding-top: 0;
  }
}

.section-hero {
  padding: 10px 40px 40px;
  height: calc(100vh - 95px);
}

#video-area{
  position: absolute;
  z-index: 0;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}


@media only screen and (max-width: 767px) {
  .section-hero {
    padding: 12px;
    height: calc( 100vh - 50px);
  }
}

.section-hero .section-content {
  height: 100%;
  background-image: url(../img/top/hero-img.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .section-hero .section-content {
    background-image: url(../img/top/hero-img-m2x.jpg);
  }
}

.section-hero .content {
  position: relative;
  height: 100%;
}

.section-hero .page-title {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section-hero .page-title h1 {
  font-size: 12vw; /*16rem;*/
  font-family: "Montserrat", sans-serif;
  color: #f6f6f6;
  font-weight: 700;
  font-style: italic;
  line-height: .65;
  letter-spacing: 0;
  display: flex;
  height: 100%;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .section-hero .page-title h1 img {
    width: auto;
    height: 62vh;
    max-height: 570px;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .page-title img {
    width: 60%;
  }
}

.section-hero .btn a {
  display: inline-block;
  padding: 1.5em 0;
}

@media only screen and (max-width: 767px) {
  .section-hero .btn a {
    background-color: #0595d1;
    width: 80%;
  }
  .section-hero .btn a img {
    height: 45px;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-hero .btn a {
    width: 390px;
  }
  .section-hero .btn a:hover {
    border-radius: 8px;
    background-color: #0595d1;
  }
}

.topnav {
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .topnav {
    display: none;
  }
}

.topnav .globalnav {
  /* padding-top: 0; */
  background: none;
  /* color: #000; */
}
.topnav .globalnav .gnav {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .topnav .globalnav .utilnav a {
  color: #000;
} */

.topnav .globalnav .gn-list > li > a {
  color: #003567;
}

.topnav .gn-list > li:not(:first-child) {
  border-left: 1px solid #003567;
}

/* .topnav .brand-logo {
  top: 60px;
} */

.topnav .brand-logo img {
  height: 50px;
}

/* .topnav .contact{
  display: block;
  background-color: #d70547;
  position: absolute;
  top: 0;
  right: -40px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  padding: 3rem 3rem 2rem 7rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0;
} */

.section-event {
  padding-bottom: 100px;
}

.section-event .content .cell {
  margin-bottom: 40px;
}

.section-event .entry {
  padding-bottom: 4em;
}

.section-event .entry .figure {
  padding: 15px;
  background-color: #F6F6F6;
  position: relative;
}

.section-event .entry .figure:after {
  content: ' ';
  display: block;
  height: 15px;
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 30px;
  background-color: #fff;
}

.section-event .entry__content {
  padding-left: 40px;
  position: relative;
}

.section-event .entry__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.section-event .entry .posted {
  font-size: 1.0rem;
}

.section-event .entry .category {
  margin-top: -15px;
}

.section-event .entry .category li {
  line-height: 1;
}

.section-event .entry .category span {
  background-color: #E4007F;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
}

.section-event .entry__date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.section-event .entry__title {
  font-size: 1.8rem;
}

.section-event {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-event {
    padding: 50px 0;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(#ceeffc));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #ceeffc 100%);
  }
  .section-event .js-slider {
    margin: 0;
  }
}

.section-event .entry {
  padding-bottom: 0;
}

.section-event .labels {
  line-height: 1;
}

.section-event .labels-list {
  margin: 0 0 0 -5px;
  font-size: 0;
}

.section-event .label {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 6px;
  background-color: #57b8da;
  color: #fff;
  font-weight: bold;
}

.section-event .label-status {
  margin: 0 10px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .section-event .label-status {
    font-size: 1.0rem;
  }
}

.section-event .label-status.required {
  background-color: #57b8da;
  color: #fff;
}

.section-event .label-status.status-4 {
  background-color: #57b8da;
  color: #fff;
}

.section-event .btn .more {
  background-color: #000;
}


.section-kurumin {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .section-kurumin {
    padding-bottom: 30px;
  }
}



@media only screen and (max-width: 767px) {
  .section-kurumin .headline .grid-x {
    padding: 0 40px;
  }
}

.section-kurumin .headline .title {
  font-weight: bold;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .headline .title {
    font-size: 1.5rem;
  }
}

.section-kurumin .headline .en {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: urw-din, sans-serif;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .headline .en {
    font-size: 1.0rem;
  }
}

.section-kurumin .headline .catch {
  font-size: 4.3rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .headline .catch {
    padding: .5em 0;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.section-kurumin .headline .txt {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .headline .txt {
    font-size: 1.2rem;
  }
}

.section-kurumin .headline .title,
.section-kurumin .headline .en,
.section-kurumin .headline .catch {
  color: #009f3c;
}

.section-kurumin .content {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-kurumin .content .cell {
    margin-bottom: 30px;
  }
}

.section-kurumin .content .cell a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .section-kurumin .btn {
    margin-top: 0;
  }
}

.section-kurumin .btn .more {
  background-color: #019b3c;
}

.section-kurumin .linkBox {
  position: relative;
  width: 530px;
  margin: 15px auto;
}

.section-kurumin .linkBox.column03-01 {
     width: 420px;
   padding-top: 8px;
}
.section-kurumin .linkBox.column03-02 {
     width: 360px;
}
.section-kurumin .linkBox.column03-03 {
     width: 260px;
}


.section-kurumin .linkBox:hover {
  opacity: 0.6;
}
.linkBox a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
.section-kurumin .linkBox {
margin: 15px;
}
}

/*----- add 231109 nude Fukuyama  stt-----*/
@media only screen and (min-width: 768px) {
.section-souko-banner{
  margin-top: 60px;
}
.section-souko-banner .row{
  max-width: 720px;
  margin: auto;
}
}
@media only screen and (max-width: 767px) {
  .section-souko-banner .content {
    margin-top: 30px;
    width: 360px;
  }
  .section-kurumin .grid-x{
    justify-content: center;
  }
}
/*----- add 231109 nude Fukuyama  end-----*/