@font-face {
	font-family: 'Simplo';
	src: url('../fonts/Simplo-Regular.otf'); 
	src: url('../fonts/Simplo-Regular.otf') format('embedded-opentype'), 
	     url('../fonts/simplo_regular.woff') format('woff'), 
	     url('../fonts/Simplo-Regular.otf')  format('opentype');
	}
	
	
@font-face {
 font-family: "NotoSansCJKjp";
src: url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
         url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype')
}
/*ベース
/************************************************************/
html {
  overflow-x: visible !important;
}

a {
  text-decoration: none!important;
}

*:focus {
  outline: none;
}

.container {
  overflow: hidden;
}

.container-fluid {
  overflow: hidden;
}

.zure {
  padding-top: 145px;
}

.linkzure {
  margin-top: -145px;
  padding-top: 145px;
}

html {
  overflow-x: visible !important
}

body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 2;
  font-size: 0.9vw;
  font-weight: 500;
}

.fa-2x{
    font-size: 18px!important; 
}


button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100% !important;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em
}

.content img.size-full,
.content img.size-medium {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

img.aligncenter,
img.alignleft {
  text-align: center;
  margin: 0 0 2em;
  clear: both
}

.br::before {
  content: "\A";
  white-space: pre;
}

#wrapper {
  background: #fff;
}

#wrapper2 {
  position: relative;
}

/*ナビゲーション/************************************************************/
.header_wrapper {
  height: 175px;
  position: fixed;
  top: -175px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #fff;
  border-bottom: 5px solid #ebebeb;
}

.header_wrapper.fixed {
  height: 94px;
  position: fixed !important;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #fff;
  border-top: 1px dotted #E91E63;
  border-bottom: 5px solid #ebebeb;
}

.header_wrapper2 {
  height: 94px;
  position: fixed;
  top: -94px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #fff;
  border-bottom: 5px solid #ebebeb;
}

.header_wrapper2.fixed {
  height: 94px;
  position: fixed !important;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: #fff;
  border-top: 1px dotted #E91E63;
  border-bottom: 5px solid #ebebeb;
}

.header_wrapper3 {
  margin: 0;
  padding: 0;
  height: 94px;
  position: relative;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border-bottom: 5px solid #ebebeb;
}

.toplogo {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 68px;
}

.toplogo h1 {
  line-height: 0;
  font-size: 0;
  margin: 0 0 0 20px;
  padding-top: 15px;
}

.toplogo h1 a:hover {
  opacity: 0.5;
}

.toplogo h1 a img {
  display: block;
}

button:focus {
  outline: 0;
  border: none;
}

.button-xs-menu {
  z-index: 88;
  width: 70px;
  height: 70px;
  border: none;
}

#panel-btn {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 8px;
  z-index: 99;
  background: #006e47;
  margin-right: 30px;
 border: none;
}

#panel-btn:hover {
  color: #ddd;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 4px;
  margin: -1px 0 0 -16px;
  background: #fff;
  transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -12px;
}

#panel-btn-icon:after {
  margin-top: 9px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn.ido {
  -webkit-transform: translateX(-218px);
  transform: translateX(-218px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

#panel-btn .close:before,
#panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.navbar {
  width: 100%;
}

.navbar-nav li {
  min-width: 250px;
}

.global-menu.drawer-nav {
  width: 238px;
}

.global-menu .site-desc {
  margin: 10px 5px 15px 5px;
}

.global-menu .main-logo {
  padding: 0px auto;
  margin: auto;
  height: auto;
  width: 200px;
}

.global-menu .main-logo img {
  height: auto;
  width: 200px;
}

.global-menu .main-logo a {
  display: block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.global-menu .global-nav {
  display: block;
  margin: 0;
}

.global-menu .global-nav ul {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-menu .global-nav ul li {
  padding: 0;
  width: 50%;
}

.global-menu .global-nav ul li a {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.global-menu .global-nav ul li a:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.global-menu .global-nav ul li a .icon {
  margin-bottom: 5px;
}

.global-menu .global-nav ul li a .icon img {
  margin: 0;
  max-height: 80px;
  opacity: 1;
}

.global-menu .global-nav ul li a .tit {
  font-family: Simplo;
  letter-spacing: 0.1em;
}

.global-menu .sns-links ul {
  margin: 2em auto;
  padding: 0;
  list-style: none;
  display: table;
}

.global-menu .sns-links ul li {
  display: table-cell;
}

.global-menu .sns-links ul li a {
  padding: 5px;
  width: 28px;
  height: 28px;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #006e47;
  border-radius: 50%;
  position: relative;
}

.global-menu .sns-links ul li a:hover {
  opacity: 0.70;
}

.global-nav {
  margin-top: -10px;
  margin-bottom: 20px;
}

.global-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav ul li {
  padding: 12px 0;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.global-nav ul li a {
  display: block;
  position: relative;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.global-nav ul li a:hover {
  background: #ecf4f1;
}

.global-nav ul li a .icon {
  display: block;
  margin: 10px 0;
}



/* SLIDER-------------------------------------------------------------- */
.mv {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fff;
}

.mv ul li {
  height: 100%;
}

.yelow {
  background: #f7b42a;
}

.ble {
  background: #224383;
}

.pple {
  background: #733b82;
}

.sand {
  background: #7e4a37;
}


.pink {
  background: #d76f8d;
}

.mint {
  background: #0ca5ad;
}



.slwrapper {
  display: flex;
}


.mv ul li{
  display: flex;
flex-direction: row-reverse; /* sr(右)が先、sl(左)が後の構造を維持 */
  width: 100%;
  height: 640px;         /* 高さを固定 */
  overflow: hidden;
  position: relative;
}



.mv ul li .sl {
  width: 40%;
  height: 100%;
  display: flex;
  height: 640px;
  justify-content: center;
  align-items: center;
}

.mv ul li .sl img {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  height: auto;
}

.mv ul li .sr {
  width: 60%;
  height: 100%;
  text-align: right;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center; 
}

.mv ul li .sr img {
  width: 100%;
  height: auto;
  min-width: 1000px;
  flex-shrink: 0; 
}

.sr {
  float: right;
}

.sl {
  float: left;
}

.mv ul li p {
  position: absolute;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.21em;
  writing-mode: vertical-rl;
  opacity: 0;
  z-index: 999;
  transition-timing-function: ease-in-out;
}

.mv ul li p.txt1_1 {
  top: 4em;
  left: 70%;
  margin-left: 5em;
}

.mv ul li.active-slide p.txt1_1 {
  opacity: 1;
  top: 5em;
  transition-duration: .51s;
}

.mv ul li p.txt1_2 {
  top: 4em;
  left: 70%;
  margin-left: 3em;
}

.mv ul li.active-slide p.txt1_2 {
  opacity: 1;
  top: 5em;
  transition-duration: 1s;
}

.mv ul li p.txt1_3 {
  top: 4em;
  left: 70%;
}

.mv ul li.active-slide p.txt1_3 {
  opacity: 1;
  top: 5em;
  transition-duration: 1.5s;
}

.mv ul li p.txt2_1 {
  top: 11em;
  left: 60%;
  margin-left: 5em;
}

.mv ul li.active-slide p.txt2_1 {
  opacity: 1;
  top: 10em;
  transition-duration: .51s;
}

.mv ul li p.txt2_2 {
  top: 11em;
  left: 60%;
  margin-left: 3em;
}

.mv ul li.active-slide p.txt2_2 {
  opacity: 1;
  top: 10em;
  transition-duration: 1s;
}

.mv ul li p.txt2_3 {
  top: 11em;
  left: 60%;
}

.mv ul li.active-slide p.txt2_3 {
  opacity: 1;
  top: 10em;
  transition-duration: 1.5s;
}

.mv .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

.mv .bx-wrapper .bx-pager {
  bottom: 30px;
}

.mv .bx-wrapper .bx-pager.bx-pager.bx-default-pager a {
  display: inline-block;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
}

.mv .bx-wrapper .bx-pager.bx-pager.bx-default-pager a.active {
  background: #fff;
}

.mv .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;

}

.mv #slider {
  height: 100%;
}

.tonbi {
  animation: tonbi 2s infinite ease-in-out .6s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes tonbi {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

/*セカンド/************************************************************/
.indx_wrapper {
  padding: 0 44px 0px 44px;
}

.ctext {
  padding: 0 4em !important;
  z-index: 5;
}

.ctext h2 {
  margin: 0;
  padding: 2em 0 1em 0;
}

.ctext p {
  margin: 0;
  padding-bottom: .3em;
  color: #2b2b2b;
  font-weight: 500;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2.2;
  letter-spacing: .08em;
}

.topcopy {
  background: #fff;
  position: relative;
}

.topcopy p {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 800;
}

.servicebg {
  position: relative;
  margin-top: 4em;
  background: url('../img/bg_slist.jpg')center center;
  background-size: cover;
}

.ship img {
  width: 182px;
  height: auto;
}

.en_title {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: Simplo;
  font-weight: 700;
  color: #006e47;
}

.ja_title {
  font-size: 1.4rem;
  color: #333;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: NotoSansCJKjp, serif;
}

.en {
  font-family: Simplo;
  font-weight: 700;
  color: #006e47;
}

.ja {
  font-family: NotoSansCJKjp, serif;
  display: inline-block;
  font-weight: 600;
  color: #006e47;
}

.en3 {
  font-family: Simplo;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 140%;
}

.headline {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 4.75vw;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.2em;
}

.subline {
  margin: 0 0 1em 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.home_txt_r {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
}

.home_txt_r span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0;
}

.home_txt_l {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
  top: 0;
  left: -6em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.home_txt_l span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  padding: 0px;
}

.home_txt2_r {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
}

.home_txt2_r span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0;
}

.home_txt2_l {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
  top: 0;
  right: -6em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.home_txt2_l span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0;
}

.home_txt3_r {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
}

.home_txt3_r span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0px;
}

.home_txt3_l {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.home_txt3_l span {
  background: #fff none repeat scroll 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0px;
}

.combine {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
}

.sitajiki .sitajikibox {
  position: absolute;
  display: block;
  content: "";
  background: url('../img/bgborder.png') repeat;
}

.sitajiki.r2 .sitajikibox {
  top: 50px;
  left: 590px;
  width: 395px;
  height: 480px;
}

.sitajiki.-r3 .sitajikibox {
  top: 200px;
  left: 10px;
  width: 340px;
  height: 340px;
}

.logo-trim {
  position: relative;
  z-index: 10;
}

.logo-trim img {
  margin-top: 0px;
  width: 300px;
  height: auto;
}

.sec_block_cmn {
  z-index: 3;
 width: 100vw; /* 画面幅いっぱいに指定 */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  padding: 106px 0;
  min-height: 450px;
  text-align: center
}

.contain {
  position: relative;
}

.discova {
  background-image: url('../img/bg_discova2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: 100px auto 0 auto;
}

.ttl img {
  width: 500px;
  height: auto;
}

/*インデックス事業/************************************************************/
.slist a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 9px;
  transition: 0.3s ease-in-out;
height: 100%;
}

.slist [class^="col-"] {
  margin-bottom: 10px; /* ここでカードの下に隙間を作ります */
  display: flex;      
}

.slist a .logo {
  width: 200px;
  margin: 20px auto;
  text-align: center
}

.slist a .logo img {
  width: 200px;
  margin: 0 auto;
  text-align: center
}


.slist a figure {
  width: 100%;          
aspect-ratio: 3/2;
  overflow: hidden;   
}

.slist a figure img {
  transition: 1s all;
  width: 100%;
  height: 100%;
  object-fit: cover;   
}




.slist a:hover {
  background: #d1d2d2;
  transition: 0.5s all;
}

.slist a:hover figure img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}



.slist a p.txt {
flex-grow: 1; 
  padding: 0 2em 1.5em 2em;
  margin-bottom: 0;text-align: left;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 1px;
  line-height: 1.8;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
  font-weight: 800;
}

.slist a h2 {
  white-space: nowrap;
  overflow: hidden;
}

.slist a h2::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-width: 220px;
  height: 100px;
}

.second_wrapper .body_intro {
  padding: 0 1em;
 display: block;
}

.second_wrapper .body_intro h2 {
  display: block; 
  padding: 0;margin-bottom:.3em;
  font-size: 2rem;
  font-family: NotoSansCJKjp, serif;
  line-height: 1.2;
}
.second_wrapper .body_intro h3 {
  display: block; 
  padding: 0;margin-bottom:1em;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-family: NotoSansCJKjp, serif;
  line-height: 1.4;
}


.contract {
  padding: 0 6em;
}

.thout {
  padding: 0 6em;
}

.recruit {
  padding: 0 3em;
}

.recruit p {
  font-size: 1.4rem;
  color: #676767;
  letter-spacing: 1px;
  line-height: 1.8;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: inline-block;
}

.recruit h2 {
  padding: 0 !important;
  margin: 0 0 1em 0 !important;
  font-size: 2.2rem !important;
  letter-spacing: 2.2px;
  font-family: NotoSansCJKjp, serif;
  display: block;
  line-height: 1.4;
  text-align: left !important;
}


.images {
  padding: 0 3em 3em 3em;
}

.sports a h2.logo {
  background: url('../img/service_tit-1.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.craft a h2.logo {
  background: url('../img/service_tit-2.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.studio a h2.logo {
  background: url('../img/service_tit-3.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resort a h2.logo {
  background: url('https://discovery-pro.net/wp-content/uploads/2025/03/service_tit-4.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.farm a h2.logo {
  background: url('../img/service_tit-5.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bridge a h2.logo {
  background: url('https://discovery-pro.net/wp-content/uploads/2025/03/service_tit-7.svg') center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery {
  padding-bottom: 20px !important;
}

.facility {
  margin-bottom: 3em !important;
}


.facility div a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.facility div a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  /*以下プロパティを追加してください*/
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.facility div a img:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.facility div a img {
  transition: all .3s linear;
}

.facility h3 {
  font-size: 3vw;
  color: #000;
  line-height: 1.2;
  margin: 0;
  padding: 1em 0 .5em 0;
  letter-spacing: 0.2em;
  font-family: Simplo;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility h3::before,
.facility h3::after {
  content: '';
  flex-grow: 1;
  width: 100%;
  height: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.facility h3::before {
  margin-right: 30px;
}

.facility h3::after {
  margin-left: 30px;
}
/*SPLIDEスライダー/************************************************************/


 .l-inner {
      position: relative;
      box-sizing: content-box;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10rem;
    }


    .slide-media,
    .thumb-media {
      position: relative;
      overflow: hidden;
    }

    .slide-media img,
    .thumb-media img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.img-cover {
    overflow: hidden;
    margin-bottom: 3px;
    border-radius: 18px;
}
    .splide {
      z-index: 0;position: relative; 

    }

.splide__slide a {
  pointer-events: auto;
}

  

    .index-pickup {
      overflow: hidden;
    }

    .index-pickup .splide__track {
      overflow: visible;
    }

    .index-pickup .slide-content{
      background-color: #fff;
    }



    .index-pickup .slide{
      overflow: hidden;
      -webkit-transition: var(--transition), opacity 1s;
      transition: var(--transition), opacity 1s;

    }

    .index-pickup .slide-media{
      padding-top: 92.5%;
    }




      .index-pickup .slide:hover {
         transition: .2s all linear; 
opacity: .5;
      }

      .index-pickup .slide:hover img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }

    .index-pickup .slide-content {
      padding:5px;
    }

 

 


    .index-pickup .slide-cat_wrapper{
 display: flex; 
 justify-content: space-between; 
    align-items: flex-end;margin-bottom:1em;
    }



.index-pickup .slide-cat_wrapper .slide-cat{
border-radius: 3px;   margin: 0;
    padding: .6em .8em;
    font-size: 1.1rem;
font-weight:700;
background-color: #006e47;
  line-height: 0.8;text-align:center;
  color: #fff;
}

.index-pickup .slide-cat_wrapper .slide-date {
color: #666; font-size: 1.2rem; margin: 0; 
    line-height: 1.2;
}

.slide-content h3{
    font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.5;  font-size:1.5rem;
font-weight:700;color: #2b2b2b;
    }

    .index-pickup .splide__slide:not(.is-visible) .slide {
      pointer-events: none;
      opacity:1;
    }



    @media only screen and (max-width: 1024px) {

.index-pickup .splide {
    width: 100% !important; 
    margin-left: 0 !important;
    padding: 0 !important; 
  }

  .l-inner {
    padding: 0 4rem; 
  }

  .index-pickup .splide__track {
    overflow: visible; 
  }

.index-pickup .slide-cat_wrapper .slide-cat{
    font-size: 1.2rem;
}

.index-pickup .slide-cat_wrapper .slide-date {
font-size: 1.1rem; 
}
.slide-content h3{ font-size:1.3rem;
    }

    }


.index-pickup .splide {
  width: 130%; /* 親要素の幅を90%に設定（親要素が広くなる） */
margin-left:-15%;
}



/*セカンド/************************************************************/
.sec_top {
  height: 300px;
  position: relative;
  text-align: center
}



.vision {
  background: url('../img/sec_tit_1.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.vision::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0c6d48;
  opacity: 0.35;
  z-index: 3;
  display: block
}

.service::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ceaf1d;
  opacity: 0.25;
  z-index: 3;
  display: block
}

.tit_program::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3573bd;
  opacity: 0.2;
  z-index: 3;
  display: block
}

.tit_flow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c76516;
  opacity: 0.2;
  z-index: 3;
  display: block
}

.tit_company::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c76516;
  opacity: 0.35;
  z-index: 3;
  display: block
}

.tit_contact::after,
.tit_recruit::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0d048;
  opacity: 0.25;
  z-index: 3;
  display: block
}

.service {
  background: url('../img/sec_tit_5.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_program {
  background: url('../img/sec_tit_3.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_company {
  background: url('../img/sec_tit_4.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_flow {
  background: url('../img/sec_tit_7.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_recruit {
  background: url('../img/sec_tit_6.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_contact {
  background: url('../img/sec_tit_8.jpg') center center;
  background-size: cover;
  min-height: 300px;
  z-index: 5;
}

.tit_sec {
  color: #fff;
  z-index: 5;
  top: 50%;
  letter-spacing: 0.5em;
  text-align: center;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 6vw;
  display: inline-block;
  line-height: 1.2;
  font-family: Simplo;
  font-weight: bold;
}

.secbase {
  background: #f1f1f1;
  padding: 0;
  margin: 0;
}

.second_wrapper_base img{
 position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain; 
padding:0;
}

.second_wrapper_base .arrowlist img{
    width: 80px;
    height: 80px;
}

.second_wrapper_base .log img{
padding:1em 0;
}

.second_wrapper {
  padding: 0;
  margin: 3em 0;
}

.second_wrapper_base {
  background: #fff;
  border-radius: 6px;
  padding: 40px 60px;
  margin: 0 auto;
}

.second_wrapper h2 {
  padding: 0;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-family: NotoSansCJKjp, serif;
  display: block;  font-feature-settings: "palt";
  margin-bottom: 1em;
  line-height: 1.6;font-weight:bold;
  text-align: left;
}

.second_wrapper h3 {
  padding:0;color:#222;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  font-family: NotoSansCJKjp, serif;
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: left;
}

.second_wrapper .log h3 {
  padding:1em 0;
}


.second_wrapper p {
  line-height: 180%;
  color: #222;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  letter-spacing: 0.03em;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.second_wrapper p img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.second_wrapper p.fukushi img {
  width: 250px;
  height: auto;
padding-top:1em;
  margin-bottom: 1em;
}


.second_wrapper p {
  padding-bottom: 1em;
  font-size: 1.4rem;
}
.circle-image {
  width: 150px; /* お好みのサイズ */
  height: 150px; /* 幅と同じにして正方形に */
  border-radius: 50%; /* 円形にする */
  overflow: hidden; /* はみ出た部分を隠す */
 display: block;      /* ブロック要素にする */
  margin-left: auto;   /* 左余白を自動 */
  margin-right: auto;
}


.splide-wrapper {
  position: relative;
}



/* 矢印の共通設定 */
.splide__arrow {
  position: absolute;
  top: clamp(100px, 35%, 150px) !important; 
  transform: translateY(-50%) !important;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff; /* 黒透過で視認性を上げる */
  border: none;
  border-radius: 50%;
  transition: opacity 0.3s;
}






.splide__arrow--prev {
    left:-25px; /* 0%から内側へ。数値は見た目で調整してください */
}

/* 次へボタン：右端から内側に寄せる */
.splide__arrow--next {
    right: -25px; /* 0%から内側へ */
}

.splide__arrow--prev,
.splide__arrow--next {
  position: absolute !important;
  transform: translateY(-50%) !important;
  z-index: 100 !important;

  width: clamp(30px, 4vw, 34px) !important;
  height: clamp(30px, 4vw, 34px) !important;
  
  aspect-ratio: 1 / 1 !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  border: none !important;
  padding: 0 !important;
}


.splide__arrow--prev::after,
.splide__arrow--next::after {

  width: 20% !important;
  height: 20% !important;
  content: "" !important;
border: solid 2px #006e47 !important;
  border-width: 2px 2px 0 0 !important;
  display: block !important;
}


.splide__arrow--prev::after {
  transform: rotate(-135deg) !important;
  margin-left: 12%; 
}

.splide__arrow--next::after {
  transform: rotate(45deg) !important;
  margin-right: 12%;
}



/* 非活性時は隠す */
.splide__arrow:disabled {
  opacity: 0 !important;
  pointer-events: none;
}

.splide__arrow svg {
  display: none !important;
}




.l_wrapper dl {
    text-align: center !important; 
    margin: 0;
    padding-bottom: .3em;
    color: #2b2b2b;
    font-weight: 500;
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.4;font-size:1.2rem;
    letter-spacing: .08em;
	}

.news-list {
    margin: 0;
    padding: 0;
}


.news-item {
    display: flex;        
    align-items: baseline; 
    border-bottom: 2px dotted #eee; 
    padding: 5px 0;
}

.news-date {
    width: 100px;          
    flex-shrink: 0;    
    color: #666;
    text-align:left;
    text-decoration: none !important;
}
.news-title {
    margin: 0;
    padding-left: 20px;     
    flex-grow: 1;           
    text-align: left;
}

.news-title a {
    color: #146c49;font-weight:700;
    text-decoration: none;  
}

.news-title a:hover {
 opacity: 0.5
    text-decoration: underline;
}



.circle-image img {
  width: 100%;
  height: 100%;
  /* 4:3の画像が歪まないように調整し、かつ正方形の枠いっぱいに広げる */
  object-fit: cover;
  /* 画像の中心を基準にトリミングする（必要なら） */
  object-position: center;
}
.midashi {
  margin: 0 auto;
text-align:center!important;
}

.midashi img {
  width: 200px;
  height: auto;
}

.bullet {
  margin: 0 1em;
  text-align: center;
  padding: 0 30px;
}

.bullet img {
  width: 90%;
  height: auto;
}

.bullet h2 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  padding: 0.5em 1em 0.5em !important;
  border-radius: 1.2em;
}

.bullet h2.blue {
  color: #0c6d48;
  background-color: #fff;
  border: 2px #459275 solid;
  display: inline;
  margin: 0 .5em 1em .5em;
}

.bullet h3 {
  padding: 1rem 0;
  font-size: 1.2rem !important;
  letter-spacing: 1.6px;
  font-family: NotoSansCJKjp, serif;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.4;
  color: #333;
  text-align: center;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.bullet a {
  display: block;
  width: 100%;
}

.bullet a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

hr {
  height: 8px !important;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px !important;
  padding: 0 4em;
  border-top: 0 !important;
}

.redtit {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  padding: 0.5em 1em 0.5em !important;
  border-radius: 1.2em;
  margin-bottom: .5em;
  display: block;
  color: #0c6d48;
  border: 2px #459275 solid;
  background-color: #fff;
  text-align: center;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*メニュー用スタイル*/
.left-menu {
  background: #fff;
  color: #333 !imoprtant;
  margin-bottom: 4em;
  border-radius: 3px;
  overflow: hidden;
}

.left-menu li+li {
  border-top: #ccc 1px solid;
}

.left-menu a {
  display: block;
  padding: 10px 15px;
  position: relative;
  font-size: 1.1rem !important;
  line-height: 140%;
  letter-spacing: .03em;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-decoration: none;
  color: #222;
}

.left-menu a:hover {
  opacity: 0.35;
  transition: color 0.2s;
}

.left-menu a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: #666 2px solid;
  border-right: #666 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left-menu a:hover::after {
  opacity: 0.35;
  transition: color 0.2s;
}

.program h3 {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 1.8px;
  font-family: NotoSansCJKjp, serif;
  display: block;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.4;
  color: #333;
  text-align: center;
}

.program ul {
  color: #333;
  padding:  0; 
  list-style: none; 
  display: flex; 
  flex-wrap: wrap;  
  justify-content: start; 
}

.program ul li {
  line-height: 1.5;
  padding: 0.5em 1em; 
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  color: #333;
}

.program ul li a {
  color: #333;
  text-decoration: none; 
}

.program ul li a:hover {
  color: #0c6d48;
  text-decoration: underline
}

.program ul.yellow li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ecb353;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.purple li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #784787;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.blue li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #30377e;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.pin li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e45372;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.bro li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #7d4b39;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.green li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #72be6c;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program ul.mint li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #0ca5ad;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.program h2 {
  font-size: 2.8rem;
  color: #333;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 .5em 0;
  letter-spacing: 0.3em;
  font-family: Simplo;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program h2::before,
.program h2::after {
  content: '';
  flex-grow: 1;
  width: 100%;
  height: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.program h2::before {
  margin-right: 10px;
}

.program h2::after {
  margin-left: 10px;
}

.plist h2.pgt {
    font-size:2rem;
    line-height: 1;
    margin: 0;color:#444;
    padding: 0;
    letter-spacing: 0.1em;
    font-weight: 800;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; 
    text-align: center;    
    text-indent: 0.3em;    
}

.plist h2.pgt::before,
.plist h2.pgt::after {
    content: '';
    flex-grow: 1;          
    height: 10px;
    background-image: none;
    background-size: 7px 7px;
}

.plist h2 {
    font-size:2.2rem;
    color: #000;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 .5em 0;
    letter-spacing: 0.3em;
    font-family: Simplo;
    font-weight: 800;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; 
    text-align: center;    
    text-indent: 0.3em;    
}

.plist h2 span {
    padding: 0 1em; 
    flex-shrink: 1;         
    word-break: break-all;  
}

.plist h2::before,
.plist h2::after {
    content: '';
    flex-grow: 1;          
    height: 10px;
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
}

.plist h2::before {
  margin-right: 0px;
}

.plist h2::after {
  margin-left: 0px;
}

.plist h3 {
  font-family: NotoSansCJKjp, serif;
  font-size: 1.4rem;
  text-align: center;
}


ul.arrowlist {
  list-style: none;
  padding: 0 10px 15px 10px;
  margin: 0 0;
  width: 100%;
}

ul.arrowlist li {
  display: table;
  margin: 0 auto;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 0;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  color: #333;
}

ul.arrowlist li.bborder {
  border-bottom: 2px dotted #222;
}

.bnone {
  border: 0;
}

.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  left: -0.275em;
  bottom: 0;
  margin: auto;
}

.program {
  padding: 0 30px;
  margin-bottom: 3em;
}

.programs {
  padding: 0 30px 0px 30px;
}

.programs img {
  border-radius: 4px;
}

.programs p {
  font-size: 1.6rem;
  line-height: 160%;
  color: #676767;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: justify;text-align-last: left; 
  text-justify: inter-ideograph;
}

.programs h3 {
  position: relative;
  padding-left: 0.7em;
  font-family: NotoSansCJKjp, serif;
}

.programs h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 100%;
}

.programs h3.green::after {
  background-color: #72be6c;
}


.programs h3.yellow::after {
  background-color: #ecb353;
}

.programs h3.purple::after {
  background-color: #9464a3;
}

.programs h3.blue::after {
  background-color: #3f66ac;
}

.programs h3.pin::after {
  background-color: #7e4a39;
}

.programs h3.green::after {
  background-color: #72be6c;
}

.programs h3.mint::after {
  background-color: #0ca5ad;
}

.programs h3.brown::after {
  background: #7d4b39;
}

.programs figure {
  text-align: center;
}





.programs figcaption {
  font-size: 1.1rem;
  line-height: 160%;
  color: #676767;
  margin-top: 10px !important;
  letter-spacing: 0.05em;
  text-align: left;
  text-align: justify;text-align-last: left; 
  text-justify: inter-ideograph;
}

.program-item {
  border-bottom: 2px dotted #999;
  margin-bottom: 40px;
  padding-bottom: 40px;
}


.skill_list {
  display: block;
  margin-top: 0;
}

.skill_list ul {
  width: 100%;
  display: flex; /* Flexboxを有効化 */
  flex-wrap: wrap; /* 折り返しを許可 */
  padding: 0;
  list-style: none;margin-bottom:0!important;
}

.skill_list ul li {
  display: flex; /* アイコンとテキストを横並びにする */
  align-items: center; /* 垂直方向を中央揃え */
  padding:3px 5px;
  box-sizing: border-box;
}

.skill_list ul li .icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;   
  width: 40px;     
}
.skill_list ul li .icon img {
 display: inline-block !important;
  width: 35px !important;
  height: auto !important;
}

.skill_list ul li .tit {
  font-size: 11px;font-weight:700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.tooltip-inner {
    font-size: 12px; 
    padding: 8px 12px; 
    max-width: 250px; 
    text-align: left; 
}


.skill_list ul li {
  cursor: pointer;
}

.skill_list ul li:hover .tit {
  opacity: 0.35;
  transition: color 0.2s;
}
.p_wrapper {
  padding: 0 30px;
}

.flow {
  position: relative;
  list-style: none;
  padding: 0;
}

.flow li {
  position: relative;
  padding-bottom: 3em; /* ステップ間の余白 */
}

/* 数字の円 */
.flow li .circle {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0c6d48;
  width: 40px;  /* 少し大きくしました */
  height: 40px;
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
}

/* ステップ間の縦線（点線） */
.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px; /* 円の中央 (40px / 2) */
  top: 40px;
  bottom: 0;
  border-left: 2px dotted #0c6d48;
  z-index: 1;
}

/* テキスト部分 */
.flow li dl {
  padding-left: 60px; /* 円の幅 + 余白 */
  margin: 0;
}

.flow li dl dt {
  font-weight: bold;
  color: #0a583a;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.flow li dl dd {
  font-size: 1.4rem !important;
  line-height: 1.9;
  color: #222;
  margin: 0;
  text-align: justify;
}

dl.qa {
  overflow: hidden;
  _zoom: 1;
}

dl.qa dd,
dl.qa dt {
  text-indent: -40px;
  padding: 0 10px 0px 40px;
}

dl.qa dt {
  margin: 20px 10px 0 0;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 150%;
  color: #0c6d48;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}

dl.qa dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 20px;
  font-size: 1.6rem !important;
  line-height: 190%;
  color: #222;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
  text-align: left;
  text-align: justify;text-align-last: left; 
  text-justify: inter-ideograph;
}

dl.qa dt:first-letter {
  color: #0c6d48;
  font-family: Simplo;
  font-weight: bold;
  font-size: 2.5rem;
}

dl.qa dd:first-letter {
  color: #999;
  font-family: Simplo;
  font-weight: bold;
  font-size: 2.5rem;
}

/*ページ下部お問合せ/************************************************************/
.conte_1 {
  margin-left: -15px;
  margin-right: -15px;
  background: #0a583a;
}

.conte_1 p {
  font-size: 1.6rem;
  line-height: 190%;
  color: #f0efe9;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 1em;
  letter-spacing: 0.03em;
  text-align: left;
  padding: 0 2em;
  text-align: justify;text-align-last: left; 
  text-justify: inter-ideograph;
}

.image-trim {
 display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; 
    overflow: hidden;
}

.image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;padding-bottom:1em;
object-fit: cover; 
}

.image-trim2 {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.image-trim2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: bottom;';
}



.image-trim3 {
  width: 100%;          
  aspect-ratio: 3/2;  
  overflow: hidden;    
}

.image-trim3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
}

.image-trim4 {
  width: 100%;          
aspect-ratio: 16/9;
  overflow: hidden;    
}

.image-trim4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
}

.trim {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.parag {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.contact_header {
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: center;
  text-transform: none;
}

.contact_header h2 {
  font-family: Simplo;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  font-size: 4.75rem !important;
}

.phone {
  font-size: 4.5rem;
  line-height: 1.3;
  font-family: NotoSansCJKjp, serif;
  color: #fff;
}

.phone:hover{
  color: #fff;  opacity: 0.8;
}


.wbtn {
  overflow: hidden;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.wbtn a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: NotoSansCJKjp, serif;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #0a583a;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.wbtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gbtn {
  overflow: hidden;
  width: 160px;
  height: 50px;
  margin-top: 2em;
  padding: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.gbtn2,
.gbtn3,
.gbtn4,
.gbtn5,
.gbtn6,
.gbtn7,
.gbtn8 {
  overflow: hidden;
  width: 180px;
  height: 50px;
  margin-top: 2em;
  padding: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.gbtn a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #595959;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn a:hover,
.gbtn2 a:hover,
.gbtn3 a:hover,
.gbtn4 a:hover,
.gbtn5 a:hover,
.gbtn6 a:hover,
.gbtn7 a:hover,
.gbtn8 a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gbtn2 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #e8a32f;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn3 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #764384;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn4 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #30377e;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn5 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #e45372;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem !important;
  line-height: 50px;
  text-decoration: none;
}

.gbtn6 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #72be6c;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn7 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #7e4a39;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

.gbtn8 a {
  display: block;
  position: relative;
  z-index: 100;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 50px;
  font-weight: bold;
  background: #0ca5ad;
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-decoration: none;
}

#sankaku a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #0a583a;
}

#sankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

#gsankaku a:before,
#ysankaku a:before,
#psankaku a:before,
#bsankaku a:before,
#grsankaku a:before,
#pisankaku a:before,
#brsankaku a:before,
#minsankaku a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#gsankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #595959;
}

#ysankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #e8a32f;
}

#psankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #723e81;
}

#bsankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #343b80;
}

#pisankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #e45372;
}

#grsankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #72be6c;
}

#brsankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #7e4a39;
}

#minsankaku a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #0ca5ad;
}

/*ページ先頭/************************************************************/
.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -20px;
}

#page_top {
  position: fixed;
  bottom: 10px;
  right: -12px;
  z-index: 999;
}

#page_top a {
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px
}

#page_top a:hover {
  opacity: .5;
  transition: 0.2s;
  text-decoration: none
}

:root {
  --arrow-btn-before-color: #ddd;
  /* ホバー前の色 */
  --arrow-btn-after-color: #444;
  /* ホバー後の色 */
  --arrow-btn-width: 50px;
  /* ボタン幅 */
  --arrow-btn-border-width: 2px;
  /* ボタン線の太さ */
  --arrow-btn-transition: .3s;
  /* アニメーション速度 */
}

.arrow-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  left: 0;
  transform-origin: top left;
  width: calc(var(--arrow-btn-width) * 1.4);
  height: calc(var(--arrow-btn-width) * 1.4);
  border-top-style: solid;
  border-top-width: var(--arrow-btn-border-width);
  border-top-color: var(--arrow-btn-before-color);
  border-right-style: solid;
  border-right-width: var(--arrow-btn-border-width);
  border-right-color: var(--arrow-btn-before-color);
  transform: rotate(45deg);
  margin-bottom: calc(var(--arrow-btn-width) * 0.6);
}

.arrow-btn span:hover {
  left: 0.5em;
}

/*contactform/************************************************************/
button,
input,
select,
textarea {
  font-size: 16px;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 4.2rem;
  margin-bottom: .5em;
  padding: .6rem 1.0rem;
  width: 100%;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 2px solid #1a1a1a;
  outline: 0;
  transition: 0.6s;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#8c8c8c" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 20rem !important;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.wpcf7-list-item {
  margin-top: 0;
  padding: 0;
}

input.wpcf7-submit {
  width: 50%;
}

.wpcf7-not-valid {
  border: 2px solid #de2a2a;
  outline: 0;
  transition: 0.6s;
}

.wpcf7-response-output {
  position: relative;
  margin-right: 0;
  margin-left: 3em;
  opacity: 0;
}

.wpcf7-response-output[role=alert] {
  border: none;
  margin-right: 0.5em;
  margin-left: 0.5em;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.wpcf7-response-output[role=alert]:before {
  content: "\002716";
  margin-right: 0.5em;
  color: #F99;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok[role=alert]:before {
  content: "\002714";
  color: #3F7;
}

.wpcf7-response-output:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all .5s ease-in-out;
}

.wpcf7-mail-sent-ok[role=alert]:after {
  width: 100%;
  border-bottom: solid 1px #3F7;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

/*コンタクトフォーム/************************************************************/
.contact_form input[type=submit],
input[type=tel],
input[type=date] {
  width: 50%
}

input[type=submit] {
  display: block; 
  margin-left: auto;   
  margin-right: auto;  
  padding: 5px 40px;
  cursor: pointer;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 44px;
  font-size: 1.6rem;
  margin-top: 1em;
  border-radius: .8rem;
}

input[type=submit]:hover {
  cursor: pointer;
  background-color: #fff;
  border-color: #333;
  color: #333;
}

/*プライバシー/************************************************************/
.policy h3 {
  border-left: 6px solid #ccc;
padding-left:.5em!important;
}

.policy ul {
  list-style: none;
  padding: 0 10px 15px 10px;
  margin: 0 0;
  width: 100%;
}

.policy ul li {
  display: table;
  margin: 0;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
  line-height: 1.5;
  padding: 0.5em 0;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  color: #333;
}

/*フッター/************************************************************/




.site-footer {
  margin-top: 3.82vw;
  padding: 3.13vw 0 3.82vw 0;
}

.foot_spec {
  font-size: 1.4rem;
  line-height: 183%;
  letter-spacing: .1em;
  color: #006e47;
  letter-spacing: .1em;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.foot_logo .h4::before {
  display: block;
  width: 300px;
  height: auto;
  padding-top: 26.25%;
  background-size: contain;
  background: url("../img/foot_logo.svg")0 0 no-repeat;
  content: '';
}

.copyright-content {
  font-size: 1.4rem;
  color: #006e47;
  letter-spacing: 0 !important;
}

.footer_inner {
  width: 300px;
  margin: 50px auto 80px auto;
  text-align: center;
}

.foot-wrap {
  color: #006e47;
  text-align: center;
}

.foot-wrap .menu-left,
.menu-center,
.menu-right {
  display: inline-block;
  width: 20%;
  padding-right: 20px;
  margin: 0 auto 20px auto;
}

.foot-wrap ul {
  list-style: none;
  padding: 0;
  line-height: 20px;
}

.foot-wrap h3 {
  border-bottom: 1px solid #006e47;
  ;
  padding: 10px;
}

.foot-wrap a {
  text-decoration: none;
  color: #006e47;
}

.foot-wrap a:hover {
  color: deeppink;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.e_title {
  padding-bottom: 1em;
  font-size: 3.6rem;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: .2em;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
}

.footer-trim {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 490px;
}

.footer-trim figcaption {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20%;
  align-items: center;
  justify-content: center;
}

.footer-trim p {
  padding: 1em 3em;
}

.clk {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clk a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.clk:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.55;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}

.linkbox a:hover {
  /* マウスオーバー時に色変更*/
  opacity: 0.4;
  background-color: #000000;
}

.footer-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.fixbanner {
   position: fixed; 
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding:20px 10%;
    width: 100%;
    gap: 10px;
    z-index: 101;
    background: rgba(0,0,0,0.45); 
    box-sizing: border-box;
}
.banner-close {
    position: absolute;
    top: 20px;   /* バナーの上端から浮かせる距離 */
    left: 13px;
    width: 25px;  /* ボタンのクリック領域 */
    height: 25px;
    background: none; /* 背景色が必要なければnone */
    border: none;     /* 枠線を消す */
    cursor: pointer;
    padding: 0;
    z-index: 103;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.banner-close img {
    width: 100%;  /* ボタンの幅いっぱいに画像を表示 */
    height: auto;
    display: block;
}


.fixbanner a {
    text-decoration: none;
    color: inherit;
    width: 100%;  display: flex;
}

.banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  transition: .1s;padding:15px 0;gap: 10px;
    width: 100%;box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    box-sizing: border-box;margin:0;
}

.conta{background:#1caec6;}
.recru{background:#23a28c;}

.banner_btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
.banner_btn.conta:hover {
background:#28c8de;
}
.banner_btn.recru:hover {
background:#2cbca0;
}


.banner_btn img {
    height: 30px; 
    width: 30px;
margin-right: 10px; 
}

.banner_btn span.ja{
      color: #fff;
    font-weight: 500; font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.2rem;letter-spacing:2px;
}


@media screen and (max-width: 1024px) {



    .banner_btn img {
        height: 25px;
        width: 25px;
margin-right: 0; 
}
    }
.banner_btn span.ja{
    font-size: 2rem;letter-spacing:2px;
}
}











/*表示アニメーション関係/************************************************************/

[data-scroll-trigger] {
 
}

.lbox {
  opacity: 0;
  top: 0;
  left: -200px;
}

.mbox {
  opacity: 0;
  top: 0;
  right: -300px;
  overflow: hidden;
}

.rbox {
  opacity: 0;
  top: 0;
  right: -200px;
  overflow: hidden;
}

.obox {
  opacity: 0;
  top: 0;
  right: -300px;
  overflow: hidden;
}

.pbox {
  opacity: 0;
  top: -300px;
  overflow: hidden;
}

.zbox2 {
  opacity: 0;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.cbox {
  opacity: 0;
}

.dbox {
  opacity: 0;
  margin-top: 40px;
}

.ebox {
  opacity: 0;
  margin-top: 40px;
}

.fbox {
  opacity: 0;
  margin-top: 40px;
}

.gbox {
  opacity: 0;
  margin-top: 40px;
}

.hbox {
  opacity: 0;
  margin-top: 40px;
}

.ibox {
  opacity: 0;
  margin-top: -40px;
}

.jbox {
  opacity: 0;
  -webkit-transform: scale(1.36);
  transform: scale(1.36);
}

.tbox {
  opacity: 0;
  top: 100px;
  overflow: hidden;
  -webkit-transform: scale(1.0);
}

.zbox {
  opacity: 0;
  -webkit-transform: scale(1.36);
  transform: scale(1.36);
}

.nbox2 {
  opacity: 1;
  -webkit-transform: scale(1.36);
  transform: scale(1.36);
}

.obox2 {
  opacity: 1;
  -webkit-transform: scale(1.36);
  transform: scale(1.36);
}

.item {
  display: none;
}

.js-inview .js-showed {
  animation: fadeIn01 1.5s ease-in-out forwards .5s;
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInLeft {
  transition: all 1.2s ease-out 0s;
  transform: translateX(200px);
  opacity: 1 !important;
}

.fadeInRight {
  transition: all 1.2s ease-in-out 0s;
  transform: translateX(-200px);
  opacity: 1 !important;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeInTop {
  transition: transform 1s, opacity 1s cubic-bezier(.45, .01, .33, 1);
  transform: translateY(-100px);
  opacity: 1 !important;
}

.fadeIn {
  transform: translateY(-40px);
  transition: transform 1s, opacity 1s cubic-bezier(.45, .01, .33, 1);
  opacity: 1 !important;
}

.fadeIn2 {
  transform: translateY(40px);
  transition: all 1s ease-in-out 0.5s;
  opacity: 1 !important;
}

.fadeInUp {
  opacity: 1;
  transform: translateY(-40px);
  transition: all 1.2s ease-in-out 0.5s;
}

.fadeInDown {
  opacity: 1;
  transform: translateY(300px);
  transition: all 1.5s ease-in-out 0.2s;
}

.zoomIn {
  opacity: 1;
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.zoomIn2 {
  opacity: 1 !important;
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*テーブル/************************************************************/
table {
  padding-bottom: 30px;
  display: table;
  width: 100%;
}

td,
th {
  font-size: 1.6rem;
  padding: 1em 1em;
  border-bottom: 1px #ccc dotted;
}

td a {
  color: #333 !important;
}

th {
  white-space: nowrap;
}

td.align-right,
th.align-right {
  text-align: right;
}

.data-tbl {
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*カラム関係/************************************************************/
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}

.row--nopadding>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutters,
.no-gutters>.col,
.no-gutters>[class*=col-] {
  margin: 0;
  padding: 0
}

.gutter-20 {
  margin-left: -20px;
  margin-right: -20px
}

.gutter-20>[class*=col-] {
  padding-left: 20px;
  padding-right: 20px
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px
}

.gutter-10>[class*=col-] {
  padding-left: 5px;
  padding-right: 5px
}

.gutter-5 {
  margin-left: -10px;
  margin-right: -10px
}

.gutter-5>[class*=col-] {
  padding-left: 10px;
  padding-right: 10px
}

.mapp row {
  margin-left: -15px;
  margin-right: -15px;
}

.ggmap {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0
}

.ggmap embed,
.ggmap iframe,
.ggmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}



.pagetl_parent img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box {
  position: relative;
  display: table-cell;
}

.pagetl {
  letter-spacing: 0.9em;
  color: #fff;
  font-weight: 400;
  padding: 14px 14px 0;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  border: 1px dotted rgba(255, 255, 255, .6)
}

.prof,
.prof img {
  border-radius: 50%;
  -moz-border-image: border-radius: 50%;
  -webkit-border-image: border-radius: 50%
}

.works_low_pager {
  clear: both;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0 18%
}

.works_low_pager div {
  float: left;
  text-align: left;
  margin-left: 0
}

.works_low_pager div:first-child {
  float: right;
  margin-left: 0
}

.works_low_pager div:last-child {
  float: left;
  margin-right: 0
}

.works_low_pager .next,
.works_low_pager .prev {
  line-height: 70px
}

.works_low_pager .next a,
.works_low_pager .prev a {
  font-size: 14px
}

.works_low_pager .next a {
  padding-left: 30px;
  background: url('../img/icon_prev_off.svg') left 50% no-repeat;
  background-size: 30px 30px
}

.works_low_pager .prev a {
  padding-right: 30px;
  background: url('../img/icon_next_off.svg') right 50% no-repeat;
  background-size: 30px 30px
}

.works_low_pager .next img {
  text-align: right;
  float: right
}

.back_to_list {
  display: inline-block;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  fwidth: 100%;
  white-space: nowrap;
  text-align: center
}

.box {
  margin-left: -10px;
  margin-right: -10px;
  min-height: 60px
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}



.trimming_top {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden; /* はみ出たボケをカット */
    text-align: center;
}


.trimming_top::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: inherit; 
    background-repeat: repeat;
    background-size: contain; 
    filter: blur(6px); 
    transform: scale(1.1); /
    z-index: 1;
}

/* メイン画像層：中央に1枚、トリミングなしで表示 */
.trimming_top::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: inherit; /* 親の背景画像を引き継ぐ */
    background-repeat: no-repeat;
    background-position: 50% 45%; /* 元の設定を継承 */
    background-size: contain; /* トリミングしない設定 */
    z-index: 2;
}

/*メディアクエリ
/************************************************************/

@media (max-width: 575.98px) {
.news-date {
    width: 80px;          
}
.news-title {
    padding-left: 10px;     
}


  .splide__arrow {
  top: 25%;
  }
  .secbase {
    background: #fff !important;
  }

  .mv ul li p {
    font-size: 1.8rem;
  }

  .second_wrapper p {
    padding-bottom: 1em;
  }

  .table {
    margin: 2em 0px;
  }

  .table th,
  .table td {
    width: 100% !important;
    display: block !important;
    border-top: none;
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px #ccc dotted;
    background-color: #fff;
  }

  .table th {
    width: 100% !important;
    white-space: nowrap;
    text-align: center;
  }

  .mv ul li.active-slide p.txt1_1,
  .mv ul li p.txt1_1,
  .mv ul li p.txt2_1 {
    top: 8em;
    position: absolute;
    left: 30%;
    margin-left: 5em;
  }

  .mv ul li.active-slide p.txt1_1,
  .mv ul li.active-slide p.txt2_1 {
    opacity: 1;
    top: 7em;
    transition-duration: .51s;
  }

  .mv ul li p.txt1_2,
  .mv ul li p.txt2_2 {
    top: 8em;
    position: absolute;
    left: 30%;
    margin-left: 3em;
  }

  .mv ul li.active-slide p.txt1_2,
  .mv ul li.active-slide p.txt2_2 {
    opacity: 1;
    top: 7em;
    transition-duration: 1s;
  }

  .mv ul li p.txt1_3,
  .mv ul li p.txt2_3 {
    top: 8em;
    position: absolute;
    left: 30%;
  }

  .mv ul li.active-slide p.txt1_3,
  .mv ul li.active-slide p.txt2_3 {
    opacity: 1;
    top: 7em;
    transition-duration: 1.5s;
  }

  .recruit {
    padding: 1em 0px !important;
  }

  .second_wrapper h2.think {
    font-size: 1.8rem !important;
    letter-spacing: 0.01em;
  }

  dl.qa dt {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .contract {
    padding: 0 40px;
  }

  .thout {
    padding: 0 20px;
  }

  .bullet {
    margin: 0;
    text-align: center;
    padding: 0px;
  }

  .second_wrapper .lead p {
    font-size: 1.6rem;
  }

 .plist h2 {
    font-size:1.8rem;
    letter-spacing: 0.1em;

}

  .plist h2::before {
    margin-right: 5px;
  }

  .plist h2::after {
    margin-left: 5px;
  }

  .programs p {
    font-size: 1.6rem !important;
    letter-spacing: -0.01em !important;
  }

  .programs h3 {
    font-size: 1.6rem
  }

  .p_wrapper {
    padding: 0 0px !important;
  }

  .images {
    padding: 0 20px .5em 20px;
  }

 .second_wrapper .body_intro {
    padding: 0 20px 0 20px;
  }

.second_wrapper .body_intro h2 {
    font-size: 1.8rem;
  }

  .bullet h2 {
    margin-top: 1em;
    font-size: 1.2rem !important;
  }

  .bullet img {
    width: 100%;
    height: auto;
  }

  .bullet h3 {
    font-size: 1.1rem !important;
    letter-spacing: 0px;
  }

  .bullet img {
    width: 100%;
    height: auto;
  }

  .redtit {
    font-size: 1.2rem !important;
  }

  .program {
    padding: 0 20px;
  }

  .program h2 {
    font-size: 1.8rem;
    margin-top: 1em;
  }

  .program h2::before {
    margin-right: 10px;
  }

  .program h2::after {
    margin-left: 10px;
  }



  .tit_sec {
    font-size: 9vw;
  }

  .second_wrapper {
    padding: 0 0px;
  }

  .second_wrapper_base {
    padding: 30px 0px !important;
  }

.left-menu {
  padding: 0px 30px !important;
}

  .en_title {
    font-size: 3rem
  }

  .phone {
    font-size: 3rem;
  }

  .ship {
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 1;
  }

  .facility div {
    padding-bottom: 0px !important;
  }

  .gutter-5 {
    margin-left: 0;
    margin-right: 0
  }

  .gutter-5>[class*=col-] {
    padding: 0;
    padding: 0
  }

  .facility h3 {
    font-size: 2.5rem;
  }

  .sitajiki.r1 .sitajikibox {
    top: 100px;
    right: -200px;
    width: 295px;
    height: 205px;
  }

  .sitajiki.r2 .sitajikibox {
    top: 160px;
    left: -200px;
    width: 295px;
    height: 305px;
  }

  .home_txt_l {
    position: absolute;
    top: -2em;
    left: -4em;
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .home_txt2_l {
    font-size: 1.5rem;
  }

  .home_txt2_r {
    font-size: 1.5rem;
  }

  .home_txt3_r {
    position: absolute;
    bottom: 3em;
    right: 2em;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .home_txt3_l {
    font-size: 1.5rem;
  }

  .headline {
    margin-top: 1em;
    font-size: 4rem;
  }

  .ttl img {
    width: 300px;
    height: auto;
  }

  .discova {
    background-attachment: scroll !important;
  }

  .sec_block_cmn {
    padding: 40px 0;
    height: 300px;
    text-align: center
  }

  .indx_wrapper {
    padding: 0 20px;
  }

  .logo-trim img {
    width: 300px;
    height: auto;
    margin-left: 0;
  }

  .logo-trim {
    height: 120px;
    text-align: left;
  }

  .ctext {
    padding: 2em !important;
  }

  .ctext p {
    margin: 0;
    font-size: 1.4rem !important;
  }

  .second_wrapper p,
  .conte_1 p,
  .slist a p.txt {
    font-size: 1.6rem !important;
  }
.second_wrapper .lead p{
  padding:0 10px;
}

.second_wrapper .lead h2 {
  padding: 0 .5em;
}
  .second_wrapper h3 {
    font-size: 1.6rem
  }

  .program ul li {
    font-size: 1.4rem !important;
  }

  .ctext h2 {
    margin: 0 1em;
  }

  .parag {
    padding-top: 0;
    padding-bottom: 0;
  }


.mv ul li{
  display: flex;
flex-direction: column; 
  width: 100%;
  height: auto;     
}


.mv ul li .sl {
  width: 100%;
  height: 25vh; 
  display: flex;
  justify-content: center; 
  align-items: center;     
  order: 2;   
}

.mv ul li .sl img {
  width: 150px;
  height: auto;
  transform: translateY(-20px); 
}

  .mv ul li .sr{
    width: 100%;
    height: 60vh;
    text-align: right;
    overflow: hidden;
  }

  .mv ul li .sr img {
  width: 100%;
  height: 100%;
  object-fit: cover;       
  object-position: center; 
  min-width: 400px;
  }

  .s_toplogo {
    position: absolute;
    width: 114px;
    height: 65px;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .logo-trim img {
    margin-top: 80px;
  }

  .recruit {
    padding: 1em 0px !important;
  }

  .second_wrapper h2.think {
    font-size: 2rem !important;
  }

  .contract {
    padding: 0 40px;
  }

  .thout {
    padding: 0 20px;
  }

  .program h2 {
    font-size: 2rem;
    margin: 1em 0;
  }

  .program h2::before {
    margin-right: 10px;
  }

  .program h2::after {
    margin-left: 10px;
  }

 .second_wrapper .body_intro {
    padding: 0 20px 0 20px;
  }

.second_wrapper .body_intro h2{
    font-size: 1.8rem;
  }


  .images {
    padding: 0 20px .5em 20px;
  }

  .bullet h2 {
    margin-top: 2em !important;
    font-size: 1.3rem;
    padding: 0.5em 0 0.5em 0 !important;
  }

  .bullet img {
    width: 100%;
    height: auto;
  }

  .bullet h3 {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }

  .redtit {
    font-size: 1.3rem;
  }


  .tit_sec {
    font-size: 9vw;
  }

  .second_wrapper {
    padding: 0 10px;
  }

  .second_wrapper_base {
    padding: 30px 0px !important;
  }

.second_wrapper .lead p{
  padding: 0 10px;
}

.second_wrapper .lead h2 {
  padding: 0 .5em;
}
  .contact_header h2 {
    font-size: 3.5rem !important;
  }

  .phone {
    font-size: 3.5rem;
  }

  .home_txt3_r {
    font-size: 1.6rem;
  }

  .home_txt3_l {
    top: .5em;
    left: -3em;
    font-size: 1.6rem;
  }

  .home_txt_r {
    top: 1em;
    right: -7em;
    font-size: 1.6rem;
  }

  .home_txt_l {
    font-size: 1.6rem;
  }

  .home_txt2_r {
    top: 1em;
    right: -2em;
    font-size: 1.6rem;
  }

  .home_txt2_l {
    font-size: 1.6rem;
  }

  .ship {
    position: absolute;
    bottom: 0px;
    right: -10%;
    z-index: 1;
  }

  .slist a {
    min-height: 450px;
  }

  .indx_wrapper {
    padding: 0 10px 0px 10px;
  }

  .facility div {
    padding-bottom: 0px !important;
  }

  .gutter-5 {
    margin-left: 0;
    margin-right: 0
  }

  .gutter-5>[class*=col-] {
    padding: 0;
    padding: 0
  }

  .sitajiki.r1 .sitajikibox {
    top: 170px;
    right: -200px;
    width: 295px;
    height: 215px;
  }

  .sitajiki.r2 .sitajikibox {
    top: 150px;
    left: -180px;
    width: 205px;
    height: 315px;
  }

  .discova {
    background-attachment: scroll !important;
  }

  .en_title {
    font-size: 3rem;
  }

  .ja_title {
    font-size: 1.2rem;
  }

  .facility h3 {
    font-size: 2.5rem;
  }

  .ctext {
    padding: 1em 2em 0 2em !important;
  }

  .ctext p {
    margin: 0;
    font-size: 1.4rem !important;
  }

  .second_wrapper p,
  .programs p,
  .conte_1 p,
  .slist a p.txt {
    font-size: 1.75rem !important;
  }

  .second_wrapper h3 {
    font-size: 1.6rem
  }

  .program ul li {
    font-size: 1.4rem !important;
  }

  .ctext h2 {
    margin: 0;
    padding: 0 1em 1em 1em;
  }

  .indx_wrapper {
    padding: 0 10px 0px 10px;
  }

  .slist a {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0 0 35px 0;
    padding: 17px 0 10px;
    background: #fff;
    text-decoration: none;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-backface-visibility: hidden
  }

  .slist a .logo {
    margin: 0 auto 17px;
    width: 200px;
    height: auto;
    text-align: center
  }

  .slist a p.txt {
    padding: 1em 3em 0 3em;
  }

  .mv {
    width: 100%;height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;

  }

 .mv ul li{
  display: flex;
flex-direction: column; /* 上下に並べる */
  width: 100%;
}


.mv ul li{
  display: flex;
flex-direction: column; /* 上下に並べる */
  width: 100%;
  height: auto;       /* 固定ではなく中身（sr+sl）の合計にする */
}


.mv ul li .sl {
  width: 100%;
  height: 25vh; 
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  order: 2;   
}

.mv ul li .sl img {
  width: 150px;
  height: auto;
  /* 位置の微調整が必要な場合のみ使用 */
  transform: translateY(-20px); 
}

  .mv ul li .sr{
    width: 100%;
    height: 60vh;
    text-align: right;
    overflow: hidden;
  }

  .mv ul li .sr img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 枠いっぱいに綺麗に収める */
  object-position: center; /* 中央を基準に切り抜き */
  min-width: 400px;
  }

  .p_wrapper {
    padding: 0 0px !important;
  }

  .m_wrapper {
    padding: 0 20px !important;
  }

  .table {
    margin: 2em 0px;
  }

  .table th,
  .table td {
    width: 100% !important;
    display: block !important;
    border-top: none;
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px #ccc dotted;
    background-color: #fff;
  }

  .table th {
    width: 100% !important;
    white-space: nowrap;
    text-align: center;
  }

  .s_toplogo {
    position: absolute;
    width: 114px;
    height: 65px;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
}



@media (min-width: 768px) and (max-width: 991.98px) {


  .logo-trim img {
    margin-top: 100px;
  }

  .recruit {
    padding: 1em 0px !important;
  }

  .second_wrapper {
    padding: 0 40px;
  }

  .second_wrapper_base {
    padding: 40px 0px !important;
  }

.second_wrapper .lead p{
  padding: 0 2em;
}

.second_wrapper .lead h2 {
  padding: 0 1.5em;
}

  .en_title {
    font-size: 3rem;
  }

  .second_wrapper h3 {
    font-size: 1.8rem
  }

  .phone {
    font-size: 3.5rem;
  }

  .home_txt3_l {
    top: .5em;
    left: -4em;
    font-size: 2rem;
  }

  .home_txt_r {
    top: 1em;
    right: -8em;
    font-size: 2rem;
  }

  .home_txt2_r {
    top: 1em;
    right: -2em;
    font-size: 2rem;
  }

  .ship {
    position: absolute;
    bottom: -10px;
    right: -10%;
    z-index: 1;
  }

  .slist a {
    min-height: 450px;
  }


.mv ul li{
  display: flex;
flex-direction: column; /* 上下に並べる */
  width: 100%;
  height: auto;       /* 固定ではなく中身（sr+sl）の合計にする */
}


.mv ul li .sl {
  width: 100%;
  height: 25vh; 
  display: flex;
  justify-content: center; /* 左右中央 */
  align-items: center;     /* 上下中央 */
  order: 2;   
}

.mv ul li .sl img {
  width: 150px;
  height: auto;
  /* 位置の微調整が必要な場合のみ使用 */
  transform: translateY(-20px); 
}

  .mv ul li .sr{
    width: 100%;
    height: 60vh;
    text-align: right;
    overflow: hidden;
  }

  .mv ul li .sr img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 枠いっぱいに綺麗に収める */
  object-position: center; /* 中央を基準に切り抜き */
  min-width: 400px;
  }

  .ctext p {
    margin: 0;
    font-size: 1.4rem !important;
  }

  .second_wrapper p,
  .programs p,
  .conte_1 p,
  .slist a p.txt {
    font-size: 1.75rem !important;
  }

  .second_wrapper h3 {
    font-size: 1.8rem
  }

  .program ul li {
    font-size: 1.4rem !important;
  }

  .facility div {
    padding-bottom: 10px !important;
  }

  .gutter-10 {
    margin-left: -5px;
    margin-right: -5px
  }

  .gutter-10>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
  }

  .sitajiki.r1 .sitajikibox {
    top: 200px;
    right: -200px;
    width: 395px;
    height: 215px;
  }

  .sitajiki.r2 .sitajikibox {
    top: 200px;
    left: -200px;
    width: 205px;
    height: 415px;
  }

  .conte_2 h2,
  .conte_1 h2 {
    font-size: 2.2rem;
  }

  .s_header_wrapper {
    height: 140px;
     !important
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.splide__arrow--prev {
    left:-25px; 
}

.splide__arrow--next {
    right: -25px; 
}
  .logo-trim img {
    margin-top: 100px;
  }

  .second_wrapper {
    padding: 0 40px;
  }

.second_wrapper .lead p{
  padding: 0 2em;
}

.second_wrapper .lead h2 {
  padding: 0 1.5em;
}

  .en_title {
   font-size: 3.75vw;
  }

  .ctext p {
    margin: 0;
    padding-bottom: 1em;
    font-size: 1.8rem;
  }

  .home_txt3_l {
    top: .5em;
    left: -6em;
    font-size: 2.4rem;
  }

  .home_txt_r {
    top: 1em;
    right: -8em;
    font-size: 2.4rem;
  }

  .home_txt2_r {
    top: 1em;
    right: -2em;
    font-size: 2.4rem;
  }

  .ship {
    position: absolute;
    bottom: 30px;
    right: 20%;
    z-index: 1;
  }

  .slist a {
    min-height: 480px;
  }

  .sitajiki.r1 .sitajikibox {
    top: 300px;
    right: -200px;
    width: 395px;
    height: 215px;
  }

  .sitajiki.r2 .sitajikibox {
    top: 300px;
    left: -200px;
    width: 295px;
    height: 415px;
  }
  .second_wrapper h3 {
    font-size:2rem
  }
  .header_tit {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    -webkit- transform: translateY(50%) translateX(-50%);
    color: #fff;
    font-size: 4.8rem;
    letter-spacing: .3em;
  }
}

@media (min-width: 1200px) {
.splide__arrow--prev {
    left:5%; 
}

.splide__arrow--next {
    right: 5%; 
}

  .logo-trim img {
    margin-top: 100px;
  }

  .second_wrapper h3 {
    font-size:2rem
  }
.second_wrapper {
    padding: 0 5%;
  }
.second_wrapper .lead p ,.second_wrapper .lead h2{
  padding: 0 15% 0 15%;
}
  .home_txt3_l {
    top: .5em;
    left: -6em;
    font-size: 2.8rem;
    line-height: 1.6;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .home_txt_r {
    top: 1em;
    right: -8em;
    font-size: 2.8rem;
  }

  .home_txt2_r {
    top: 1.5em;
    right: -2em;
    font-size: 2.8rem;
  }

  .ship {
    position: absolute;
    bottom: 30px;
    right: 30%;
    z-index: 1;
  }

  .en_title {
    font-size: 3.75vw;
  }

  .ja_title {
    font-size: 1.8rem;
  }

  .ctext p {
    margin: 0;
    padding-bottom: 1em;
    font-size: 1.6rem;
  }

  .sitajiki.r1 .sitajikibox {
    top: 35vh;
    right: -360px;
    width: 625px;
    height: 40vh;
  }

  .sitajiki.r2 .sitajikibox {
    top: 35vh;
    left: -360px;
    width: 425px;
    height: 555px;
  }

  .s_header_wrapper {
    height: 140px;
     !important
  }

  .second_wrapper p,
  .programs p,
  .conte_1 p,
  .slist a p.txt {
    font-size: 1.25vw !important;
  }
}
.shop a h2.logo { background: url('../img/service_tit-6.svg') center center;background-repeat: no-repeat;background-size: cover; }



	

	
.movie-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#video {
    width: 100%;    /* 横幅いっぱい */
    height: auto;   /* 高さを自動（比率を維持） */
    display: block; /* 下に数pxの謎の隙間が出るのを防ぐ */
    object-fit: cover; /* 万が一サイズが固定されても余白を埋める */
padding-bottom:2em;
}
#mute {background: url('../img/sound.png')no-repeat;width:20px;height:20px;margin-top:0;padding:0;background-size: contain;position:absolute;right:30px;bottom:2vh;}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

#sb_instagram #sbi_images .sbi_item{
   min-height:150px!important;height:100%!important;
}

	
	
.trimming_top2 {
    display: block;position:relative;padding-left:-15px;padding-right:-15px;
    text-align: center;
    top: 0;
    left: 0;
    background-size: contain;
    width: 100%;
    background-position: 50% 45%;
}
.trimming_top2 {
        height: 150px;
        min-height: 150px;
        background-size: cover;
    }	
	

.days h2,.crew_top h2 {
position: relative;
padding: 10px 0px;
text-align: center;
margin:.5em 0;
}

.crew_top h3{
padding: 10px 0px;margin:.5em 0;
  font-size: 2.2rem;
  letter-spacing: 1.8px;
  font-family: NotoSansCJKjp, serif;
  display: block;color:#222;
  margin-bottom: 2em;
  line-height: 1.4;
  text-align: center;
}




.days h2:before,.crew_top h2:before {
left: 10px;
}

.days h2:after,.crew_top h2:after {
right: 10px;
}

.days p {
    font-size: 12rem!imporatant;
    color:#000;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.days h3 {
margin:30px 0;
padding: 10px 20px;
text-align: center;
color:#0c6d48;margin-top:2em;
border-top: 2px solid #0c6d48;
  border-bottom: 2px solid #0c6d48;
}

.crew_top img{
padding:2em 10%;margin:0 auto 2em auto;width:100%;height:auto;
}
.crew_top p {
line-height: 180%;
    color: rgb(34, 34, 34);
    font-family: "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.03em;
    text-align: justify;text-align-last: left; 
    margin: 0px;
}

.card {

    border:none!important;

}


.trim-wrap2 img {
image-rendering: -webkit-optimize-contrast;	
}


.card h3{padding: 0;
font-size: 1.6rem;font-weight:bold!important;
letter-spacing: 1px;
font-family: NotoSansCJKjp, serif;
display: block;color:#2b2b2b;
margin: 0.8em 0;
line-height: 1.2;
text-align: left;
}


@media (max-width: 575.98px) {
.trimming_top {
        height: 300px;
        min-height: 300px;
    }

.crew_top img{
padding:2em 0;margin:0 auto;
}

.crew_top p,.days p {
padding:0 20px 2em 20px!important;font-size:1.6rem!important;
}


	.trimming_top2 {
        height:80px;
        min-height: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
.trimming_top {
        height: 350px;
        min-height: 350px;
    }

.crew_top img{
padding:2em 0;margin:0 auto;
}
.crew_top p,.days p {
padding:0 20px 2em 20px!important;font-size:1.6rem!important;
}

}

@media (min-width: 768px) and (max-width: 991.98px) {
.trimming_top {
        height: 400px;
        min-height: 400px;
    }
.crew_top img{
padding:2em 0;margin:0 auto;
}
.crew_top p,.days p {
padding:0 20px 2em 20px!important;font-size:1.6rem!important;
}


.crew_top p {
padding:0 0 2em 0!important;font-size:1.6rem!important;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.trimming_top {
        height: 450px;
        min-height: 450px;
    }
.crew_top img{
padding:2em 8%;margin:0 auto;
}

.days p {
padding:0px 15% 20px 15%!important;font-size:1.6rem!important;
}
.crew_top p {
padding:0px 15% 20px 15%!important;font-size:1.6rem!important;
}

.days h3 {
margin:15px 10%;
}
.days h2 ,.crew_top h2,.crew_top h3{
margin:1em 10%;
}
}

@media (min-width: 1200px) {
.trimming_top {
        height: 500px;
        min-height: 500px;
    }
.crew_top img{
padding:2em 8%;margin:0 auto;
}

.crew_top p {
padding:0px 18% 20px 18%!important;
}

.days p {
padding:0px 18% 20px 18%!important;
}
.days h3 {
margin:15px 15%;
}
.days h2 ,.crew_top h2,.crew_top h3{
margin:1em 15%;
}
}



.tit_voice{ background: url('../img/usersvoice.jpg') center center;background-size: cover;min-height:300px;z-index:5;}
.usersvoice {

  margin: 3em -15px 3em -15px;
  border: dashed 2px #dbe2ee;
  border-radius: 8px;
  box-shadow: 0 0 0 10px #fff;
  padding: 20px 10% 20px 10%;
  background: #fff;
}
.usersvoice-title {
  padding: 1em 20px;
  color: #466071;
  text-align: center;font-family:Simplo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
   font-size:2.2rem!important;font-weigt:700;
}
.usersvoice p {
color: #466071;
 padding-right: 0.2em;
	padding-left:0.2em;
	line-height: 2em;
	padding-top:0;
}

.usersvoice h2 {
  position: relative;
  padding: 0.6em;
   font-size:1.6rem!important; color: #466071;
  background: -webkit-repeating-linear-gradient(-45deg, #dbe2ee, #dbe2ee 4px,#fff 3px, #fff 8px);
  background: repeating-linear-gradient(-45deg, #dbe2ee, #dbe2ee 4px,#fff 3px, #fff 8px);
  border-radius: 7px;
}

.usersvoice h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left:50%;
  border: 15px solid transparent;
  margin-left:-15px;
  border-top: 15px solid #dbe2ee;
  width: 0;
  height: 0;
}

.ScrollTop {
    z-index: 999;
    position: fixed;
    right: 0;
    top: 50%;
    width: 52px;
    height: 164px;
}

.ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
}

上下に線を引いています。シンプル
/*マージンパディング
/************************************************************/
.mt05{margin-top:.5em}.mt1{margin-top:1em}.mt15{margin-top:1.5em}.mt2{margin-top:2em}.mt25{margin-top:2.5em}.mt3{margin-top:3em}.mt35{margin-top:3.5em}.mt4{margin-top:4em}.mt45{margin-top:4.5em}.mt5{margin-top:4em}.mt55{margin-top:5.5em}.mt6{margin-top:6em}.mt65{margin-top:6.5em}.mt7{margin-top:7em}.mt75{margin-top:7.5em}.mt8{margin-top:8em}.mt85{margin-top:8.5em}.mt9{margin-top:9em}.mt95{margin-top:9.5em}.mt10{margin-top:10em}.mb00{margin-bottom:0}.mb05{margin-bottom:.5em}.mb1{margin-bottom:1em}.mb2{margin-bottom:2em}.mb25{margin-bottom:2.5em}.mb3{margin-bottom:3em}.mb35{margin-bottom:3.5em}.mb4{margin-bottom:4em}.mb45{margin-bottom:4.5em}.mb5{margin-bottom:4em}.mb55{margin-bottom:5.5em}.mb6{margin-bottom:6em}.mb65{margin-bottom:6.5em}.mb7{margin-bottom:7em}.mb75{margin-bottom:7.5em}.mb8{margin-bottom:8em}.mb9{margin-bottom:9em}.mb10{margin-bottom:10em}.mb11{margin-bottom:11em}.mb12{margin-bottom:12em}.mb13{margin-bottom:13em}.mb14{margin-bottom:14em}.mb15{margin-bottom:15em}.mr05{margin-right:.5em}.mr1{margin-right:1em}.mr15{margin-right:1.5em}.mr2{margin-right:2em}.mr25{margin-right:2.5em}.mr3{margin-right:3em}.mr35{margin-right:3.5em}.mr4{margin-right:4em}.mr45{margin-right:4.5em}.mr5{margin-right:5em}.mr55{margin-right:5.5em}.mr6{margin-right:6em}.ml05{margin-left:.5em}.ml1{margin-left:1em}.ml15{margin-left:1.5em}.ml2{margin-left:2em}.ml25{margin-left:2.5em}.ml3{margin-left:3em}.ml35{margin-left:3.5em}.ml4{margin-left:4em}.ml45{margin-left:4.5em}.ml5{margin-left:4em}.ml55{margin-left:5.5em}.ml6{margin-left:6em}.mt_05{margin-top:-.5em}.mt_1{margin-top:-1em}.mt_15{margin-top:-1.5em}.mt_2{margin-top:-2em}.mt_25{margin-top:-2.5em}.mt_3{margin-top:-3em}.mt_35{margin-top:-3.5em}.mt_4{margin-top:-4em}.mt_45{margin-top:-4.5em}.mt_5{margin-top:-4em}.mt_55{margin-top:-5.5em}.mt_6{margin-top:-6em}.pb1{padding-bottom:1em}.pb15{padding-bottom:1.5em}.pb2{padding-bottom:2em}.pb25{padding-bottom:2.5em}.pb3{padding-bottom:3em}.pb35,.pb4{padding-bottom:3.5em}.pb45{padding-bottom:4em}.pb5{padding-bottom:4.5em!important}.pb55{padding-bottom:5.5em}.pb6{padding-bottom:6em}.pb7{padding-bottom:7em}.pb8{padding-bottom:8em}.pt1{padding-top:1em}.pt15{padding-top:1.5em}.pt2{padding-top:2em}.pt25{padding-top:2.5em}.pt3{padding-top:3em}.pt35,.pt4{padding-top:3.5em}.pt45{padding-top:4em}.pt5{padding-top:4.5em}.pt55{padding-top:5.5em}.pt6{padding-top:6em}.pl1{padding-left:1em}.pl15{padding-left:1.5em}.pl2{padding-left:2em}.pl25{padding-left:2.5em}.pl3{padding-left:3em}.pl35,.pl4{padding-left:3.5em}.pl45{padding-left:4em}.pl5{padding-left:4.5em}.pl55{padding-left:5.5em}.pl6{padding-left:6em}.pr1{padding-right:1em}.pr15{padding-right:1.5em}.pr2{padding-right:2em}.pr25{padding-right:2.5em}.pr3{padding-right:3em}.pr35,.pr4{padding-right:3.5em}.pr45{padding-right:4em}.pr5{padding-right:4.5em}.pr55{padding-right:5.5em}.pr6{padding-right:6em}.pr7{padding-right:7em}.pr8{padding-right:8em}






