@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	z-index: 1;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	border: none;
    padding: 0;
    transform: translate(0, -50%);
	transition: .3s;
    cursor: pointer;
    color: transparent;
    outline: none;
	background: linear-gradient(to right, #187fc2, #003387);
}
.slick-prev::after,
.slick-next::after{
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 50%;
	left: 1px;
	top: 1px;
	position: absolute;
}
@media screen and (max-width: 767px){
	.slick-prev,
	.slick-next{
		width: 45px;
    	height: 45px;
	}
	.slick-prev::after,
	.slick-next::after{
		width: 43px;
		height: 43px;
	}
}
@media screen and (min-width: 768px){
	.slick-prev,
	.slick-next{
		/*width: 62px;
		height: 62px;*/
	}
	.slick-prev:hover,
	.slick-next:hover{
		transform: scale(1.2,1.2) translate(0, -45%);
	}
}
.slick-disabled{
	display: none!important;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
	opacity: 0.8;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
/*.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after{
	content: "";
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #fff;
    height: 0;
    margin: auto;
    transition: .3s;
}*/
.slick-prev:before,
.slick-next:before{
    position: absolute;
    top: calc(50% - 8px);
    margin: auto;
	font-size:16px;
	font-weight: bold;
	color: #000;
	z-index: 1;
	border-right: 3px solid #187fc2;
	border-bottom: 3px solid #187fc2;
	border-image: linear-gradient(to right, #187fc2, #003387);
	border-image-slice: 1;
	width: 16px;
	height: 16px;
}
.slick-prev:before{
	content: "";
	transform:rotate(135deg);
	right: calc(50% - 12px);
}

.slick-next:before
{
	content: "";
	transform:rotate(-45deg);
	left: calc(50% - 12px);
}
@media screen and (max-width: 767px){
	.slick-prev:before,
	.slick-next:before{
		width: 12px;
		height: 12px;
		border-width: 2px;
		top: calc(50% - 6px);
	}
	.slick-prev:before{
		right: calc(50% - 9px);
	}
	.slick-next:before{
		left: calc(50% - 9px);
	}
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before
{
    content: '';
}
.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before
{
    content: '';
}
@media screen and (max-width: 1140px){
.slick-prev
{
    left: 0;
}
.slick-next
{
    right: 0;
}
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';
    font-size: 6px;
    line-height: 20px;*/

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #000;
    content: '';
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #000;
}

@media screen and (max-width: 767px){
	
	
}
@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/* CSS Document */
/*==========================================
共通
===========================================*/
.scenery {
  padding-top: 154px;
}
@media screen and (min-width: 768px) {
  .scenery {
    padding-top: 0;
  }
}

/*==========================================
MAIN
===========================================*/
.main-block {
  position: relative;
}
.main-block .slider-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-block .slider-block {
    padding: 25px 25px 0 60px;
  }
}
.main-block .slider-block .slick-dots {
  z-index: 1;
  background: linear-gradient(to right, #187fc2, #003387);
  display: inline-block;
  width: auto;
  right: 0;
  bottom: -10px;
}
@media screen and (min-width: 1201px) {
  .main-block .slider-block .slick-dots {
    bottom: -20px;
  }
}
.main-block .slider-block .slick-dots li {
  width: 54px;
  height: 3px;
  margin: 0;
}
.main-block .slider-block .slick-dots li button {
  width: 100%;
  height: 100%;
}
.main-block .slider-block .slick-dots li button::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
}
.main-block .slider-block .slick-dots li.slick-active button::before {
  background: #ffb900;
}
.main-block .slider-block .main-slider {
  position: relative;
  font-size: 0;
}
.main-block .slider-block .main-slider .slider-item {
  font-size: 0;
}
.main-block .slider-block .main-slider .slider-item img {
  width: 100%;
  height: 125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 577px) {
  .main-block .slider-block .main-slider .slider-item img {
    height: 80vh;
  }
}
@media screen and (min-width: 768px) {
  .main-block .slider-block .main-slider .slider-item img {
    height: 54vw;
  }
}
@media screen and (min-width: 1201px) {
  .main-block .slider-block .main-slider .slider-item img {
    height: calc(94vh - 25px);
  }
}
.main-block .slider-block .main-lead {
  font-size: 0;
  width: 85%;
  margin: -46% auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 577px) {
  .main-block .slider-block .main-lead {
    width: 45%;
    position: absolute;
    right: 40px;
    bottom: 25px;
    z-index: 1;
  }
}
@media screen and (min-width: 1201px) {
  .main-block .slider-block .main-lead {
    right: 60px;
    bottom: 40px;
  }
}
.main-block .wrap {
  margin-top: 30px;
}
.main-block .main-scrolldown {
  position: absolute;
  left: 1.2em;
  bottom: calc(50% - 4em);
}
@media screen and (max-width: 767px) {
  .main-block .main-scrolldown {
    display: none;
  }
}
.main-block .main-scrolldown .txt {
  font-family: "Bebas Neue", cursive;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.main-block .main-scrolldown .txt::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -115px;
  left: calc(50% - 1px);
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*==========================================
 選ばれて
===========================================*/
@media screen and (min-width: 768px) {
  .marusho-no1 {
    margin-top: 20px;
  }
}

/*==========================================
  NEWS
===========================================*/
@media screen and (min-width: 768px) {
  .sec-news {
    width: 80%;
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec-news {
    /* width: 45%;
     max-width: 919px;*/
    /* margin: -70px auto 0 2%;*/
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .sec-news {
    margin: 50px auto 20px;
  }
}
.sec-news .btn-more {
  text-align: right;
}
.sec-news .news-block {
  background: linear-gradient(to right, #187fc2, #003387);
  color: #fff;
  border-radius: 20px;
  padding: 25px 25px 25px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-news .news-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .news-block {
    margin: 0 auto;
    padding: 25px 40px;
  }
}
.sec-news .news-ttl {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-news .news-ttl {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .news-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
.sec-news .news-ttl span {
  display: block;
}
.sec-news .news-ttl .mText {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .sec-news .item-news {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .item-news {
    margin: 10px auto 20px;
  }
}
.sec-news .item-news a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-news .item-news a {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .sec-news .item-news a:hover {
    color: #ffb900;
  }
  .sec-news .item-news a:hover .arw::after {
    border-color: #ffb900;
  }
}
@media screen and (min-width: 768px) {
  .sec-news .item-news .item-head {
    min-width: 5.5em;
  }
}
.sec-news .item-news .item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sec-news .item-news .item-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .item-news .item-body {
    border-bottom: 1px solid #fff;
    padding: 0 0 0.7em;
  }
}
.sec-news .item-news .item-body .arw {
  display: inline-block;
  width: 20px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}
.sec-news .item-news .item-body .arw::after {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 11px);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-news .item-news .item-body .arw::after {
    width: 9px;
    height: 9px;
  }
}
.sec-news .item-news .item-date {
  font-family: "Bebas Neue", cursive;
  font-size: 1.8rem;
}
.sec-news .item-news .item-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-news .item-news .item-ttl {
    font-size: 1.6rem;
  }
}
/*==========================================
  CONCEPT
===========================================*/
.sec-concept {
  overflow: hidden;
  margin: 50px auto 80px;
}
@media screen and (min-width: 768px) {
  .sec-concept {
    margin: 150px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .wrapW {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .sec-ttl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-row {
    display: flex;
    justify-content: space-between;
  }
}
.sec-concept .concept-row .row-head {
  position: relative;
}
.sec-concept .concept-row .row-head::before {
  content: "";
  display: block;
  background: url("../img/index/txt_concept.svg") no-repeat center/contain;
  width: 315px;
  height: 210px;
  position: absolute;
  left: -10px;
  bottom: 5%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-row .row-head::before {
    left: auto;
    right: 0;
    bottom: auto;
    top: 265px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-row .row-head::before {
    top: 340px;
    right: calc(50% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-row .row-head {
    width: 48%;
  }
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-row .row-head {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-row .row-body {
    width: 50%;
  }
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-row .row-body {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-row .row-body {
    margin-top: 25px;
  }
}
.sec-concept .concept-lead {
  color: #6e6e6e;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: clamp(2.6rem, 3vw, 4rem);
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-lead {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-lead {
    font-size: clamp(2.6rem, 2.6vw, 4rem);
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-lead {
    text-align: center;
  }
}
.sec-concept .concept-txt {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-txt {
    text-align: center;
  }
}
.sec-concept .concept-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec-concept .concept-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-list {
    background: url("../img/index/bg-cocept.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-list {
    border-top: 1px solid #004a95;
    margin-bottom: 25px;
  }
}
.sec-concept .concept-list .concept-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-list .concept-item:nth-of-type(n + 3) {
    border-top: 5px solid #fff;
  }
}
@media screen and (min-width: 1201px) {
  .sec-concept .concept-list .concept-item {
    width: 33.3333333333%;
  }
  .sec-concept .concept-list .concept-item:nth-of-type(-n + 3) {
    border-top: 0;
  }
  .sec-concept .concept-list .concept-item:not(:nth-of-type(3n)) {
    border-right: 5px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-list .concept-item {
    border-bottom: 1px solid #004a95;
  }
}
@media screen and (max-width: 1200px) {
  .sec-concept .concept-list .concept-item.empty {
    display: none;
  }
}
.sec-concept .concept-list .concept-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  position: relative;
}
.sec-concept .concept-list .concept-item a::before {
  content: "";
  background: rgba(255, 255, 255, 0.73);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-list .concept-item a:hover::before,
  .sec-concept .concept-list .concept-item a:hover .item-inner {
    opacity: 1;
  }
}
.sec-concept .concept-list .concept-item .item-inner {
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sec-concept .concept-list .concept-item .item-inner {
    opacity: 0;
    z-index: 1;
  }
}
.sec-concept .concept-list .concept-item .item-img {
  font-size: 0;
}
.sec-concept .concept-list .concept-item .item-ttl .ttl-en {
  line-height: 1;
  font-family: "Bebas Neue", cursive;
  background: linear-gradient(to right, #187fc2, #003387);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(3.8rem, 6vw, 7rem);
}
.sec-concept .concept-list .concept-item .item-ttl .ttl-en.sml {
  font-size: clamp(2.8rem, 4vw, 5rem);
}
.sec-concept .concept-list .concept-item .item-ttl .ttl-ja {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .sec-concept .concept-list .concept-item .item-img {
    margin: 0 auto 15px;
  }
  .sec-concept .concept-list .concept-item.item01, .sec-concept .concept-list .concept-item.item04, .sec-concept .concept-list .concept-item.item05 {
    border-right: 5px solid #fff;
  }
  .sec-concept .concept-list .concept-item.item01 {
    order: 1;
  }
  .sec-concept .concept-list .concept-item.item01 .item-img {
    max-width: 100px;
  }
  .sec-concept .concept-list .concept-item.item02 {
    order: 2;
  }
  .sec-concept .concept-list .concept-item.item02 .item-img {
    max-width: 110px;
  }
  .sec-concept .concept-list .concept-item.item03 {
    order: 4;
  }
  .sec-concept .concept-list .concept-item.item03 .item-img {
    max-width: 110px;
  }
  .sec-concept .concept-list .concept-item.item04 {
    order: 3;
  }
  .sec-concept .concept-list .concept-item.item04 .item-img {
    max-width: 140px;
  }
  .sec-concept .concept-list .concept-item.item05 {
    order: 5;
  }
  .sec-concept .concept-list .concept-item.item05 .item-img {
    max-width: 74px;
  }
  .sec-concept .concept-list .concept-item.item06 {
    order: 6;
  }
  .sec-concept .concept-list .concept-item.item06 .item-img {
    max-width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-list .concept-item.item01, .sec-concept .concept-list .concept-item.item04, .sec-concept .concept-list .concept-item.item05 {
    border-right: 1px solid #004a95;
  }
}

/*==========================================
  SUB CONTENTS
===========================================*/
.subCts-block .subCts-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .subCts-block .subCts-list {
    display: flex;
    justify-content: center;
  }
}
.subCts-block .subCts-list .subCts-item.sta {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .subCts-block .subCts-list .subCts-item.sta {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .subCts-block .subCts-list .subCts-item {
    width: 50%;
  }
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n) {
    border-right: 1px solid #004a95;
    padding: 0 2.5% 0 0;
  }
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n + 1) {
    padding: 0 0 0 2.5%;
  }
}
@media screen and (min-width: 1201px) {
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n) {
    border-right: 1px solid #004a95;
    padding: 1vw 25px 1vw 0;
  }
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n + 1) {
    padding: 1vw 0 1vw 25px;
  }
}
@media screen and (min-width: 1701px) {
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n) {
    border-right: 1px solid #004a95;
    padding: 25px 70px 25px 0;
  }
  .subCts-block .subCts-list .subCts-item:nth-of-type(2n + 1) {
    padding: 25px 0 25px 70px;
  }
}
@media screen and (max-width: 767px) {
  .subCts-block .subCts-list .subCts-item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.subCts-block .subCts-list .subCts-item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .subCts-block .subCts-list .subCts-item a:hover .item-more .arw {
    background: linear-gradient(to right, #187fc2, #003387);
  }
  .subCts-block .subCts-list .subCts-item a:hover .item-more .arw::after {
    border-color: #fff;
    -o-border-image: none;
       border-image: none;
  }
}
.subCts-block .subCts-list .subCts-item .sec-ttl .ttl-en {
  font-size: 6rem;
}
@media screen and (min-width: 1201px) {
  .subCts-block .subCts-list .subCts-item .sec-ttl .ttl-en {
    font-size: clamp(10rem, 14vw, 14rem);
  }
}
.subCts-block .subCts-list .subCts-item .item-img {
  font-size: 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .subCts-block .subCts-list .subCts-item .item-img {
    position: absolute;
    right: 0;
    top: calc(50% - 15vw);
    width: 68%;
    max-width: 477px;
  }
}
@media screen and (min-width: 1701px) {
  .subCts-block .subCts-list .subCts-item .item-img {
    top: calc(50% - 238.5px);
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .subCts-block .subCts-list .subCts-item .item-img {
    margin: -30px auto -20px;
    max-width: 477px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .subCts-block .subCts-list .subCts-item .item-img {
    max-width: 280px;
  }
}
.subCts-block .subCts-list .subCts-item .item-lead {
  color: #6e6e6e;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: clamp(2.2rem, 3vw, 3rem);
}
.subCts-block .subCts-list .subCts-item .item-lead span {
  display: inline-block;
}
@media screen and (min-width: 1201px) {
  .subCts-block .subCts-list .subCts-item .item-lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .subCts-block .subCts-list .subCts-item .item-lead {
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.subCts-block .subCts-list .subCts-item .item-more {
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .subCts-block .subCts-list .subCts-item .item-more {
    text-align: center;
  }
}
.subCts-block .subCts-list .subCts-item .item-more .arw-wrap {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: linear-gradient(to right, #187fc2, #003387);
  border-radius: 50%;
  padding: 1px;
  margin-right: 7px;
}
.subCts-block .subCts-list .subCts-item .item-more .arw {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}
.subCts-block .subCts-list .subCts-item .item-more .arw::after {
  content: "";
  display: block;
  border-right: 2px solid #004a95;
  border-bottom: 2px solid #004a95;
  -o-border-image: linear-gradient(to right, #187fc2, #003387);
     border-image: linear-gradient(to right, #187fc2, #003387);
  border-image-slice: 1;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 11px);
  transition: 0.3s ease-in-out;
}
.subCts-block .subCts-list .subCts-item .item-more .txt {
  font-weight: 500;
  background: linear-gradient(to right, #187fc2, #003387);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #004a95;
  -o-border-image: linear-gradient(to right, #187fc2, #003387);
     border-image: linear-gradient(to right, #187fc2, #003387);
  border-image-slice: 1;
}

/*==========================================
  施工事例
===========================================*/
.sec-works {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .sec-works {
    margin: 30px 0;
  }
}
.sec-works .works-head {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-works .works-head {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works-list .works-item:nth-of-type(n + 5) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sec-works .works-list .works-item:nth-of-type(n + 7) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works-list .works-item .item-body {
    display: none;
  }
}

/*==========================================
 お客様の声
===========================================*/
.sec-voice {
  padding: 50px 0;
  margin: 0;
  background-color: #F9F9F9;
}
@media screen and (min-width: 768px) {
  .sec-voice {
    padding: 50px 0;
  }
}

.taRight {
  text-align: right;
}

/*==========================================
  モデルハウス
===========================================*/
.sec-model {
  padding: 90px 0 80px;
}
@media screen and (min-width: 768px) {
  .sec-model {
    padding: 200px 0 0;
  }
}
.sec-model .model-body {
  margin-bottom: 0;
}

/*==========================================
  ブログ
===========================================*/
.blog-area .blog-list {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .blog-area .blog-list {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-area .blog-list .blog-item {
    width: 50%;
  }
  .blog-area .blog-list .blog-item:nth-of-type(2n + 1) {
    border-right: 1px solid #000;
    padding: 0 2.5% 0 0;
  }
  .blog-area .blog-list .blog-item:nth-of-type(2n) {
    padding: 0 0 0 2.5%;
  }
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list .blog-item:nth-of-type(2n + 1) {
    padding: 0 60px 0 0;
  }
  .blog-area .blog-list .blog-item:nth-of-type(2n) {
    padding: 0 0 0 60px;
  }
}
.blog-area .blog-list .blog-item .item-head {
  position: relative;
}
.blog-area .blog-list .blog-item .item-body .btn-more {
  margin: 40px auto 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .blog-area .blog-list .blog-item .item-body .btn-more {
    text-align: center;
  }
}
.blog-area .blog-list .blog-item .sec-ttl .ttl-en {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .blog-area .blog-list .blog-item.blog-PB {
    border-top: 1px solid #000;
    margin: 40px -2.5% 0;
    padding: 40px 2.5%;
  }
}
@media screen and (max-width: 576px) {
  .blog-area .blog-list .blog-item.blog-PB {
    margin: 40px -4% 0;
    padding: 40px 4%;
  }
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en {
  display: flex;
  align-items: flex-end;
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en .left {
  line-height: 0.8;
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en .left .left01 {
  font-size: clamp(3rem, 4vw, 4rem);
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en .left .left02 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en .left .left03 {
  font-size: clamp(2.4rem, 3vw, 3rem);
  display: block;
}
.blog-area .blog-list .blog-item.blog-PB .sec-ttl .ttl-en .right {
  line-height: 0.7;
}
.blog-area .blog-list .blog-item .ilst-staffB {
  background: url("../img/index/ilst_Sblog.png") no-repeat center/contain;
  width: 139px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .blog-area .blog-list .blog-item .ilst-staffB {
    width: 150px;
    height: 119px;
  }
}
.blog-area .blog-list .blog-item .ilst-presidentB {
  background: url("../img/index/ilst_Pblog.png") no-repeat center/contain;
  width: 126px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .blog-area .blog-list .blog-item .ilst-presidentB {
    top: 0;
  }
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list .blog-item .ilst-presidentB {
    top: 0;
  }
}
.blog-area .blog-list .blog-item .article-list {
  margin-top: 65px;
}
.blog-area .blog-list .blog-item .article-list .article-box:not(:last-child) {
  margin-bottom: 35px;
}
.blog-area .blog-list .blog-item .article-list .article-box a {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .blog-area .blog-list .blog-item .article-list .article-box a:hover .hoverGR {
    opacity: 1;
  }
  .blog-area .blog-list .blog-item .article-list .article-box a:hover .box-more {
    background: #000;
    color: #fff;
  }
}
.blog-area .blog-list .blog-item .article-list .article-box .box-head {
  width: 40%;
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list .blog-item .article-list .article-box .box-head {
    width: 100%;
    max-width: 180px;
  }
}
.blog-area .blog-list .blog-item .article-list .article-box .box-body {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list .blog-item .article-list .article-box .box-body {
    width: 100%;
    max-width: 310px;
  }
}
.blog-area .blog-list .blog-item .article-list .article-box .box-img {
  font-size: 0;
  position: relative;
}
.blog-area .blog-list .blog-item .article-list .article-box .box-img img {
  width: 100%;
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blog-area .blog-list .blog-item .article-list .article-box .box-img img {
    height: 12vw;
  }
}
@media screen and (min-width: 1201px) {
  .blog-area .blog-list .blog-item .article-list .article-box .box-img img {
    height: 120px;
  }
}
.blog-area .blog-list .blog-item .article-list .article-box .box-ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.blog-area .blog-list .blog-item .article-list .article-box .box-date {
  font-family: "Bebas Neue", cursive;
  color: #6e6e6e;
  letter-spacing: 0.05em;
}
.blog-area .blog-list .blog-item .article-list .article-box .box-more {
  border: 1px solid #000;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  line-height: 1;
  max-width: 80px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0.4em 0 0.2em;
  transition: 0.3s ease-in-out;
}

/*==========================================
  バナー枠
===========================================*/
.sec-banner {
  background-color: #eef8ff;
  box-sizing: border-box;
  padding: 20px 0;
}
.sec-banner .bnrs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
}
.sec-banner .bnrs a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-banner .bnrs a {
    display: block;
    width: 60%;
    margin: 2% 1%;
    text-align: center;
  }
}

/*==========================================
  会社情報
===========================================*/
@media screen and (min-width: 768px) {
  .sec-aboutus {
    /*margin-bottom: 120px;*/
  }
}

/*==========================================
  採用情報
===========================================*/
.sec-recruit {
  background: url("../img/index/bg_recruit.jpg") no-repeat center/cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-recruit {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
  }
}
.sec-recruit .recruit-cts {
  display: block;
  background: linear-gradient(to right, rgba(24, 127, 194, 0.74), rgba(0, 51, 135, 0.74));
  color: #fff;
  padding: 50px 4%;
}
@media screen and (min-width: 768px) {
  .sec-recruit .recruit-cts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
  }
  .sec-recruit .recruit-cts:hover .cts-more .arw {
    background: #fff;
  }
  .sec-recruit .recruit-cts:hover .cts-more .arw::after {
    border-color: #004a95;
  }
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts {
    padding: 30px 50px;
  }
}
.sec-recruit .recruit-cts .cts-head {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
  }
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-body {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-cts .cts-body {
    margin-top: 25px;
  }
}
.sec-recruit .recruit-cts .sec-ttl .ttl-en {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-ttl {
    width: 100%;
  }
}
.sec-recruit .recruit-cts .cts-lead {
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-lead {
    font-size: clamp(2.6rem, 5vw, 5rem);
  }
}
.sec-recruit .recruit-cts .cts-img {
  display: block;
  background: url("../img/index/img_recruit.svg") no-repeat center/contain;
  max-width: 258px;
  width: 100%;
  height: 385px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-recruit .recruit-cts .cts-img {
    max-width: 140px;
    height: 210px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-img {
    min-width: 200px;
    height: 300px;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .sec-recruit .recruit-cts .cts-img {
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .sec-recruit .recruit-cts .cts-img {
    max-width: 225px;
    height: 334px;
  }
}
.sec-recruit .recruit-cts .cts-txt {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-cts .cts-txt {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec-recruit .recruit-cts .cts-txt {
    width: 100%;
    padding: 0 169px 0 0;
  }
}
.sec-recruit .recruit-cts .cts-more {
  margin-top: 25px;
}
@media screen and (min-width: 1201px) {
  .sec-recruit .recruit-cts .cts-more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .recruit-cts .cts-more {
    text-align: center;
  }
}
.sec-recruit .recruit-cts .cts-more .arw {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin-right: 7px;
  transition: 0.3s ease-in-out;
}
.sec-recruit .recruit-cts .cts-more .arw::after {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 11px);
  transition: 0.3s ease-in-out;
}
.sec-recruit .recruit-cts .cts-more .txt {
  border-bottom: 1px solid #fff;
}

/*==========================================
 【CONVERSION】
===========================================*/
@media screen and (min-width: 768px) {
  .Mcnv-block {
    padding: 260px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .Mcnv-block {
    padding: 260px 0 150px;
  }
}

/*==========================================
 【marusho-mdbnr】
===========================================*/
.marusho-mdbnr {
  background: url("../img/index/index_img01.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.marusho-mdbnr .img a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.marusho-mdbnr .img a:hover {
  opacity: 0.7;
}

/*instagram*/
.insta {
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  .insta {
    margin: 80px auto 80px;
  }
}

.insta_heading {
  margin: auto;
  max-width: 200px;
  display: block;
  vertical-align: bottom;
  width: 100%;
}

.insta .container {
  max-width: 1090px;
  margin: auto;
}

.sb_instagram {
  -o-object-fit: cover;
     object-fit: cover;
}

#sb_instagram #sbi_images {
  width: 100%;
  float: left;
  line-height: 0;
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

#sb_instagram .sbi_photo {
  display: block;
  text-decoration: none;
  background-size: cover;
}

#sb_instagram .sbi_photo img {
  width: 170px;
  height: 170px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

#sbi_mod_error {
  display: none !important;
}

.sbi-critical-notice {
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
  background: #fff;
  box-shadow: 0 0 10px 0 #dedede;
  padding: 10px 10px;
  /*    display: flex;*/
  align-items: center;
  justify-content: center;
  width: 325px;
  max-width: calc(100% - 30px);
  border-radius: 6px;
  transition: bottom 700ms ease;
  z-index: 10000;
  display: none !important;
}

/*==========================================
  CONCEPT 2023 12
===========================================*/
.sec-concept01 {
  margin: 0 0 50px;
  background: url("../img/index/bg_concept01.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.concept_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 0;
}

.mdbnr_innner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
}

.concept_wrap_inner {
  width: 70%;
  margin: 0 auto;
}

.ttl_area {
  text-align: center;
  margin-bottom: 20px;
  color: #004a95;
}

.sec-concept01 .ttl_area .ja_ttl {
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: bold;
}

.ttl_area .en_ttl {
  font-weight: 900;
  letter-spacing: 0.4em;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}

.concept_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concept_box .child {
  border: 3px solid #004a95;
  width: 33.3333333333%;
  margin-top: -3px;
  margin-left: -3px;
  text-align: center;
  padding: 15px;
}

.concept_box .child a:hover {
  opacity: 0.5;
}

.img_box01 {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}

.img_box01 .img_innner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_box01 .img_innner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.concept_box .child p {
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: #004a95;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 860px) {
  .concept_wrap_inner {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .concept_box .child {
    padding: 10px;
  }
  .img_box01 {
    padding-bottom: 95%;
    margin-bottom: 5px;
  }
  .concept_box .child p {
    height: 40px;
  }
}
.sub_co {
  margin: 50px 0;
}

.sub_co_list {
  display: flex;
  justify-content: center;
}

.sub_co_list .sub_co_item {
  width: 40%;
  margin: 0 30px;
  position: relative;
}

.sub_co_item .sec-ttl {
  position: absolute;
  top: 15px;
  left: 0;
}

.sub_co_item .sec-ttl .ttl-en {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .sub_co_item .sec-ttl .ttl-en {
    font-size: 4rem;
  }
}

.sub_co_item .sec-ttl .ttl-jaG {
  font-size: 2rem;
  font-weight: bold;
  color: #6e6e6e;
  margin-top: -0.2rem;
}
@media screen and (min-width: 961px) {
  .sub_co_item .sec-ttl .ttl-jaG {
    font-size: 2.4rem;
  }
}

.sub_co_item .item-img {
  text-align: right;
}

.sub_co_item .item-img img {
  width: 80%;
  height: auto;
}

.sub_co_item .item-more {
  text-align: right;
}

.sub_co_item .item-more .arw::after {
  content: "";
  display: block;
  border-right: 2px solid #004a95;
  border-bottom: 2px solid #004a95;
  -o-border-image: linear-gradient(to right, #187fc2, #003387);
  border-image: linear-gradient(to right, #187fc2, #003387);
  border-image-slice: 1;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 11px);
  transition: 0.3s ease-in-out;
}

.sub_co_item .item-more .arw {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}

.sub_co_item .item-more .arw-wrap {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: linear-gradient(to right, #187fc2, #003387);
  border-radius: 50%;
  padding: 1px;
  margin-right: 7px;
}

.sub_co_item .item-more .txt {
  font-weight: 500;
  background: linear-gradient(to right, #187fc2, #003387);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #004a95;
  -o-border-image: linear-gradient(to right, #187fc2, #003387);
  border-image: linear-gradient(to right, #187fc2, #003387);
  border-image-slice: 1;
}

@media screen and (max-width: 420px) {
  .sub_co_list {
    display: block;
  }
  .sub_co_list .sub_co_item {
    width: 93%;
    margin: 0 20px 20px;
  }
  .sub_co_item .item-img {
    text-align: center;
  }
}
/*==========================================
  EVENT 2023 12
===========================================*/
.event_area {
  padding: 50px 0 70px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 840px) {
  .event_area {
    padding: 30px 0 40px;
  }
}
.event_area .ttl_area .ja_ttl {
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: bold;
}

.event_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
@media screen and (min-width: 960px) {
  .event_box {
    row-gap: 40px;
  }
}
.event_box .child {
  width: 35%;
}
@media screen and (max-width: 840px) {
  .event_box .child {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .event_box .child {
    width: 100%;
  }
}
.event_box .child .ttl_event {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .event_box .child .ttl_event {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .event_box .child .ttl_event {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .event_box .child .ttl_event {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .event_box .child .ttl_event {
    font-size: 15px;
  }
}
.event_box .child .item-head {
  position: relative;
}
.event_box .child .item-head img {
  display: block;
}

.event_box .child a:hover .hoverGR {
  opacity: 1;
}

.sec-banner .bnrs .pc_none {
  display: none;
}

@media screen and (max-width: 420px) {
  .sec-banner .bnrs .pc_none {
    display: block;
  }
  .sec-banner .bnrs .sp_none {
    display: none;
  }
}
.img_box02 {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.img_box02 .img_innner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img_box02 .img_innner img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

/*==========================================
  2024.46 追加 TOP PAGE　ピックアップ情報
===========================================*/
#pick_up_slider li {
  padding: 0 1rem;
}

#pick_up_slider li p {
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

#pick_up_slider li .item-head {
  position: relative;
}

#pick_up_slider li .item-head:hover .hoverGR {
  opacity: 1;
}

#pick_up_slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  #pick_up_slider li {
    padding: 0;
  }
}
.dotted {
  display: none !important;
}/*# sourceMappingURL=index.css.map */