@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bg: #dbeef3;
  --bg-white: #ffffff;
  --bg-blue: #00092c;
  --bg-blue-02: #d9e7eb;
  --bg-blue-03: #e7eef3;
  --font-base: #202020;
  --color-gold: #e3bc1f;
  --color-gold-02: #bb9603;
  --color-blue: #0c4498;
  --color-blue-02: #1aacdc;
}

body {
  background: var(--bg);
  margin: 0;
  color: var(--font-base);
  font-family: 'Noto Sans JP', "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
  font-size:  clamp(1rem, 1.5vw, 1.188rem);
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

a{
  color: var(--font-base);
  text-decoration: none;
  transition: .25s ease-in;
}

h1,h2,h3,p,td,th,dt,dd,span,small,li{
  font-feature-settings: "palt";
  letter-spacing: .15rem;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

@media (max-width: 540px){
  h1,h2,h3,p,td,th,dt,dd,span,small,li{
    letter-spacing: .035rem;
    line-height: 1.5;
  }

}

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

img {
  max-width: 100%;
  line-height: 1;
  display: block;
}

address{
  font-style: normal;
  font-size: 0.75rem;
}


@media (max-width: 1024px){
main{
  overflow-x: hidden;
}
}

/* ========== font ==========  */

h2{
   font-size: clamp(3.5rem, 2.5vw, 5rem);
}

h2 span{
   font-size: clamp(2.25rem, 2.5vw, 3.125rem);
}

h3{
   font-size: clamp(1.55rem, 1.75vw, 2.5rem);
   margin-bottom: clamp(2rem, 2.25vw, 3.5rem);
}


p{
   margin-bottom: clamp(1.125rem, 1.95vw, 2.25rem);
   letter-spacing: .2rem;
}

p:last-child{
  margin-bottom: 0;
}

strong{
  font-weight: 600;
}

.f-tate {
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  -ms-writing-mode: tb-rl;           /* IE11用 */
  writing-mode: vertical-rl;         /* 標準 */
}

.f-center{
  text-align: center;
}

.f-shipporimincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.strongText{
  background: var(--bg-white);
  color: var(--color-gold-02);
  display: inline-block;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 600;
  margin: 0 0.15rem;
  padding: 0.25rem 0.2rem 0.313rem 0.313rem;
  line-height: 1;
  vertical-align: middle;
}

.small{
  font-size:  clamp(0.65rem, 1vw, 0.75rem);
}

.sp_blank{
  display: block;
}

@media (min-width: 1025px){
  .sp_blank{
    display: inline-block;
  }
}

/* ========== section & common parts ==========  */

section{
  margin: 0;
  padding: 0;
}


.l-inner{
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.l_Vertical-padding{
  padding: clamp(5.25rem, 7.25vw, 8.125rem) 0;
}

.l-flex {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .l-flex {
    flex-direction: column;
  }
}

.l-wrap{
  flex-wrap: wrap;
}

.l-flex_box50{
  width: 100%;
}

@media (min-width: 1025px) {
  .l-flex_box50{
    width: 50%;
  }
}

dl{
  border-bottom: 1px solid #cbdcf7;
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  width: 100%;
}

@media (min-width: 768px){
  dl{
    display: flex;
    font-size: clamp(0.875rem, 1.25vw, 1.125rem);
    gap: 0;
  }

}
dt{
  font-weight: 700;
  padding: 1.25rem 1.5rem 0;
  width: 100%;
}

@media (min-width: 768px){
  dt{
    text-align: justify;
    text-align-last: justify;
    padding: 1.25rem 1.5rem;
    width: 20%;
  }
}

dd{
  padding: .25rem 1.5rem 1.25rem 2.75rem;
  width: 100%;
}

@media (min-width: 768px){
  dd{
    padding: 1.25rem 2rem 1.25rem 0;
    width: 80%;
  }
}

dd p{
  margin: 0 auto 0.9375rem;
}

li:not(.nav li){
  font-weight: 500;
  margin-bottom: .45rem;
}

/* list point ---------*/
.li_point dt,
.li_point li{
  padding-left: 2.5rem;
  position: relative;
}

.li_point dt::before,
.li_point li::before{
  background: url('../img/icon_li.svg') no-repeat center / contain;
  content: '';
  height: 0.625rem;
  position: absolute;
  top: 1.75rem;
  left: 1rem;
  width: 0.625rem;
}

@media (min-width: 768px){
  .li_point dt::before,
  .li_point li::before{
    top: 1.75rem;
  }
}

@media (min-width: 1025px){
  .li_point dt::before,
  .li_point li::before{
    height: 0.65rem;
    top: 1.9rem;
    width: 0.65rem;
  }
}

.li_point li::before{
  top: .65rem;
  left: 1rem;
}


@media (min-width: 768px){
  .li_point li::before{
    top: .9rem;
  }
}

.li_pointFish li{
  padding-left: 2.25rem;
  position: relative;
}

.li_pointFish li::before{
  background: url('../img/icon_fish.svg') no-repeat center / 100% auto;
  content: '';
  height: 0.625rem;
  position: absolute;
  top: .75rem;
  left: 0;
  width: 1.625rem;
}

/* ========== HEADER ==========  */

header.header{
  top: 0;
  left: 0;
  padding: 0;
  position: fixed;
/*  transition: .1s ease-in;*/
  width: 100%;
  z-index: 100;
}


header.header.active{
  background: var(--bg-white);
}

.inner_header {
  background: transparent;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1024px){
  .inner_header {
    min-height: 5rem;
  }
}

.logo {
  color: var(--bg-white);
  font-size: 0.75rem;
  padding: 1rem 0 1rem 5%;
  line-height: 1;
}

@media (min-width: 768px){
  .logo {
    font-size: 0.75rem;
    padding: 0 0 0 3.5%;
  }
}

.logo span{
  display: inline-block;
  font-size: 1.85rem;
  margin-left: .5rem;
  line-height: .85;
  vertical-align: middle;
}

@media (min-width: 768px){
  .logo span{
    font-size: 2.25rem;
  }

}


@media (max-width: 1025px){
  .nav {
    background: rgba(255,255,255,.95);
    position: fixed;
    top: 5rem;
    transform: translateX(100%);
    transition: transform .5s ease-in;
    height: calc(100% - 80px);
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    width: 100%;
    z-index: 1000;
  }
  .nav.open{
    transform: translateX(0);
  }
}

@media (min-width: 1025px){
  .nav ul {
    align-items: stretch;
    display: flex;
    gap: 0;
  }
}

.nav li:not(:last-child){
  border-bottom: 1px dotted var(--color-blue-02);
  line-height: 1;
}

@media (min-width: 1025px){
  .nav li:not(:last-child){
    border: 0;
  }
}

.nav a {
  display: block;
  font-size: 1.125rem;
  padding: 1.95rem 2rem;
  line-height: 1;
  height: 100%;
  position: relative;
  width: 100%;
}


@media (max-width: 1024px){
  .nav li:not(:last-child) a::before{
    background: url('../img/icon_arrow.svg') no-repeat center / contain;
    content: '';
    display: block;
    filter: brightness(0) saturate(100%) invert(75%) sepia(40%) saturate(7196%) hue-rotate(156deg) brightness(96%) contrast(80%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
    height: 0.875rem;
    right: 3.25rem;
    width: 1.563rem;
  }
}

@media (min-width: 1025px){
  .nav a {
    display: flex;
    color: var(--bg-white);
    font-size: 1rem;
    padding: 1.75rem 1.25rem;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1366px){
  .nav a {
  font-size: 1.125rem;
    padding: 1.95rem 2rem;
  }
}

header.header.active .nav a,
header.header.active .logo{
  color: var(--font-base);
}

header.header .nav .header-entry a{
  background: var(--color-blue);
  color: var(--bg-white);
  font-size: 1.35rem;
  padding: 1.5rem 2rem 1.5rem 2.25rem;
  text-align: center;
}

@media (min-width: 1025px){
  header.header .nav .header-entry a{
    font-size: 1.5rem;
  }
}

@media (min-width: 1366px){
  header.header .nav .header-entry a{
    font-size: 1.75rem;
    padding: 1.75rem 2rem 1.75rem 2.45rem;
  }
}

header.header .nav .header-entry a:hover,
header.header .nav .header-entry a:focus-within,
header.header .nav .header-entry a:active{
  background: var(--color-gold-02);
}


/* sp menu icon */

.sp-menuopen {
  color:  var(--bg-white);
  position: relative;
  width: 2rem;
  height: 2px;
  background-color: currentColor;
  transition: .25s ease-in;
}

header.header.active .sp-menuopen {
  color: var(--bg-white);
}

.sp-menuopen::before,
.sp-menuopen::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2px;
  background-color: currentColor;
  transition: .25s ease-in;
}
.sp-menuopen::before {
  top: 10px;
}

.sp-menuopen::after {
  position: absolute;
  top: 20px;
}

.close .sp-menuopen{
  top: .65rem;
  left: 0;
  transform: rotate(45deg);
}
.close .sp-menuopen::before{
  top: 0;
  transform: translateX(-50%) rotate(-90deg);
}

.close .sp-menuopen::after{
  display: none;
}



/* ========== button ==========  */

.l-button_set{
  margin-top: clamp(2.8125rem, 3.15vw, 3.75rem);
  justify-content: center;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

@media (min-width: 768px){
  .l-button_set li{
    width: 50%;
  }
}

.CTR-middle-position{
  background: var(--bg-white);
  padding: 7rem 0 0;
}

@media (max-width: 767px){
  .CTR-middle-position{
    padding: 5rem 0 0;
  }
}

.btn{
  border-radius: 5rem;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 20;
}

.btn::before,
.btn::after{
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn::before{
  background: var(--color-blue-02);
  mix-blend-mode: multiply;
  position: absolute;
  transition: transform 0.35s ease-out;
  transform: translateX(-100%);
  z-index: 1;
}

.btn:hover::before,
.btn:focus-within::before,
.btn:active::before{
  transform: translateX(0%);
}

.btn::after{
  background: var(--color-blue-02);
  z-index: 0;
}

.btn a{
  background: transparent;
  color: var(--bg-white);
  display: block;
  font-size:1.15rem;
  font-weight: 600;
  padding: 2rem 2.85rem;
  position: relative;
  width: 100%;
  z-index: 5;
}

@media (min-width: 1025px){
  .btn a{
    font-size:1.375rem;
  }
}

.btn a::before,
.btn a::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn a::before{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 2.25rem;
  right: 1.45rem;
  width: 2.25rem;
  z-index: 5;
}

.btn.icon_fish a::before{
  background-image: url('../img/icon_fish.svg');
}
.btn.icon_talk a::before{
  background-image: url('../img/icon_talk.svg');
}
.btn.icon_entry a::before{
  background-image: url('../img/icon_entry.svg');
  filter: brightness(0) saturate(100%) invert(54%) sepia(76%) saturate(2522%) hue-rotate(24deg) brightness(94%) contrast(102%);
}

.btn a::after{
  background: var(--bg-white);
  border-radius: 5rem;
  height: 3.65rem;
  transition: 0.3s ease-in;
  right: .75rem;
  width: 3.65rem;
}

.btn:hover a::after,
.btn:focus-within a::after,
.btn:active a::after{
  height: 4.15rem;
  right: .5rem;
  width: 4.15rem;
}


.btn a span{
  display: block;
  line-height: 1;
  position: relative;
}

.btn a span::before{
  background: url('../img/icon_arrow.svg') no-repeat center / contain;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  height: 0.875rem;
  right: 3.25rem;
  width: 1.563rem;
}

.btn:focus-within a span::before,
.btn:active a span::before,
.btn:hover a span::before{
  right: 0;
}

.btn.color_blue::after{
  background: var(--color-blue);
}

.btn.color_blue::before{
  background: var(--color-blue);
}

.btn.color_gold::after{
  background: var(--color-gold);
}

.btn.color_gold::before{
  background: var(--color-gold);
}


.sp-btn {
  height: 100%;
  position: absolute;
  text-align: center;
  top:0;
  width: 4.75rem;
}
@media (min-width: 1025px){
  .sp-btn {
    display: none;
  }
}


.sp-btn.menu{
  background: var(--color-blue);
  padding: 1.75rem 1.35rem;
  right:4.75rem;
}

.sp-btn.entry{
  background-color: var(--color-gold-02);
  right: 0;
}

.sp-btn.entry a{
  background-image: url('../img/icon_entry.svg');
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: auto 45%;
  color: var(--bg-white);
  display: block;
  font-size: .75rem;
  padding-top: 3.25rem;
}


/* ========== footer ==========  */

footer {
  background: var(--bg-blue);
  text-align: center;
  padding: 3rem 0;
  color: var(--bg-white);
}

@media (min-width: 768px){
  footer {
    padding: 5rem 0;
  }
}

footer h2{
  font-size: 1.25rem;
  margin: 0 0 .5rem;
}

footer h2 span{
  display: inline-block;
  font-size: 0.875rem;
  margin-right: .5rem;
  vertical-align: middle;
}

footer small{
  display: block;
  font-size: 0.75rem;
  margin-top: 2.125rem;
}

@media (min-width: 768px){
  footer small{
    margin-top: 3.125rem;
  }
}


/* ========== hero movie setting ==========  */

.hero-text-area,
.hero-card,
header {
  opacity: 0;
  transform: translateY(20px);
}

header {
  transform: translateY(-20px);
}

/* 発火後 */
.is-active .hero-card {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease 0.8s;
}

.is-active .hero-text-area {
  opacity: 1;
  transform: translateY(0);
  transition: 0.7s ease 0.5s;
}

.is-active header {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease 0.4s;
}


.is-active .hero-bg::after {
  opacity: 1;
}




/* ========== content ==========  */

#about{
  padding-bottom: 6rem;
  position: relative;
  z-index: 5;
}

#about::before{
  background: url('../img/line_right_2.svg') no-repeat right center / 100% auto;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8%;
  opacity: .95;
  height: 30vw;
  width: 100%;
}

@media (min-width: 1025px){
  #about::before{
    background: url('../img/line_right.svg') no-repeat right 0 / auto 100%;
    right: 0;
    top: 0;
    height: 25rem;
  }
}


@media (min-width: 1025px){
  #about::after{
    background: url('../img/line_left.svg') no-repeat 0 / auto 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 35%;
    opacity: .85;
    height: 300px;
    width: 100%;
    z-index: 1;
  }
}

#about .l-inner{
  position: relative;
  z-index: 5;
}

#about .l-flex_box50.section_title{
  color: var(--bg-white);
  display: flex;
  align-items: center;
  padding-left: 0;
  position: relative;
  min-height: 25rem;
}

@media (max-width: 1025px){
  #about .l-flex_box50.section_title{
    justify-content: center;
  }
}

@media (min-width: 1025px){
  #about .l-flex_box50.section_title{
    padding-left: 10%;
    height: 40.625rem;
    width: 50%;
  }
}

#about .l-flex_box50.section_title::after{
  background: url('../img/bg_about_sp.webp') no-repeat center left / cover;
  content: '';
  position: absolute;
  height: 100%;
  left: -6%;
  top: 0;
  width: 112%;
  z-index: 0;
}

@media (min-width: 1025px){
  #about .l-flex_box50.section_title::after{
    border-radius: 0 1.25rem 1.25rem 0;
    height: 100%;
    left: -100%;
    width: 190%;
  }
}

#about .l-flex_box50.section_title h2{
  position: relative;
  z-index: 5;
}

#about .l--flex_box50.read_text{
  margin-top: 2.25rem;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px){
  #about .l--flex_box50.read_text{
    padding: 0 2.5%;
  }
}

@media (min-width: 1025px){
  #about .l--flex_box50.read_text{
    margin-top: auto;
    margin-left: auto;
    width: 45%;
  }
}

#about .lineup{
  background: var(--bg-white);
  border-radius: 1.25rem;
  margin: 3.5rem 0;
  padding: 2rem 1.25rem;
  position: relative;
}

@media (max-width: 540px){
  #about .lineup{
    padding: 1.5rem 1.25rem;
  }
  #about .lineup h3{
    font-size: 1.35rem;
  }
}

@media (max-width: 767px){
  #about .lineup h3{
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1025px){
  #about .lineup{
    border-radius: 1.25rem;
    margin: 5.125rem 0;
    padding: 2.5rem;
  }
}


#about .lineup .img_right,
#about .lineup .img_left{
  position: absolute;
  z-index: 5;
  max-width: 33vw;
}

@media (min-width: 768px){
  #about .lineup .img_right,
  #about .lineup .img_left{
    max-width: 230px;
  }
}

@media (min-width: 980px){
  #about .lineup .img_right,
  #about .lineup .img_left{
    max-width: 270px;
  }
}

@media (min-width: 1125px){
  #about .lineup .img_right,
  #about .lineup .img_left{
    max-width: 320px;
  }
}

#about .lineup .img_right{
  right: -10%;
  top: -13.5%;
}

@media (min-width: 550px){
  #about .lineup .img_right{
    right: -12.5%;
    top: -16.5%;
  }
}

@media (min-width: 1025px){
  #about .lineup .img_right{
    right: -5%;
    top: -10%;
  }
}

#about .lineup .img_left{
  bottom: -12.5%;
  left: -12.5%;
}

@media (min-width: 541px) {
  #about .lineup .img_left{
    bottom: -15%;
    left: -25%;
  }
}
@media (min-width: 860px) {
  #about .lineup .img_left{
    bottom: -12.5%;
    left: -20%;
  }
}
@media (min-width: 1025px){
  #about .lineup .img_left{
    bottom: -15%;
    left: -15%;
  }
}

#about .lineup .swiper{
  position: relative;
  z-index: 10;
}

#about .lineup .swiper .box{
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

/* 画像 */
#about .lineup .box img {
  display: block;
  width: 100%;
  height: auto;
 /* transition: transform 0.3s ease;  滑らかに変化させる */
}

/* テキスト（初期は非表示）
#about .lineup .box p {
  position: absolute;
  color: #fff;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

#about .lineup .box p span{
  display: block;
} 

@media (max-width: 767px){
  #about .lineup .box p {
    font-size: .95rem;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: .25rem .5rem;
    opacity: 1;
    line-height: 1.35;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 768px){
  #about .lineup .box p {
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
  }
} 
*/
/* hover / タップ（focus-within対応） 
#about .lineup .box:hover p,
#about .lineup .box:focus-within p {
  opacity: 1;
}*/

/* 画像を暗く 
#about .lineup .box:hover img,
#about .lineup .box:focus-within img {
  filter: brightness(0.6);
  transform: scale(1.2); /* 1.2倍 
}


#about .lineup .box p span.small{
  display: block;
}
*/

/* Remove default arrow icons */
.swiper-button-next::after, 
.swiper-button-prev::after {
  display: none;
}

/* Custom image for Next button */
.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px  !important;
  height: 50px !important;
}
.swiper-button-next {
  background-image: url('../img/icon_sliderarrow_next.svg');
  right: -1.75rem !important;
}

/* Custom image for Prev button */
.swiper-button-prev {
  background-image: url('../img/icon_sliderarrow_prev.svg');
  left: -1.75rem !important;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  
  #about .lineup  .swiper .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  /* ここが重要 */
  #about .lineup .swiper .swiper-slide {
    margin: 0 !important;
    width: auto !important;
  }
}

/* 画像のサイズ調整 */

.swiper-slide figure{
  margin: 0;
  position: relative;
  width: 100%;
}

.swiper-slide figcaption{
  background: #003e57;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 23%, rgba(3, 114, 158, 0) 93%);
  bottom: 0;
  color: var(--bg-white);
  display: block;
  font-size: 1.15rem;
  margin-top: .5rem;
  text-align: center;
  padding: .75rem 0;
  position: absolute;
  width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

#about h3.infomation{
  position: relative;
}


#about h3.infomation span.base{
  display: inline-block;
  position: relative;
  z-index: 5;
}

#about h3.infomation::after{
  background: url('../img/line_left.svg') no-repeat 0 / 100% auto;
  content: '';
  display: block;
  position: absolute;
  left: -6.5%;
  top: -60%;
  opacity: .85;
  height:18.75rem;
  width: 100%;
}

@media (min-width: 1025px){
  #about h3.infomation::after{
    display: none;
  }
}

#about .decoration_work{
  background: url('../img/line_left.svg') no-repeat right center / 150% auto;
  position: absolute;
  top: 20%;
  right: 0;
  transform: scaleX(-1);
  height: 70%;
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px){
   #about .decoration_work{
    background: url('../img/line_left.svg') no-repeat right 0 / 100% auto;
    top: 40%;
  }
}

@media (min-width: 1025px){
  #about .decoration_work{
    background: url('../img/line_right_2.svg') no-repeat right 0 / 100% auto;
    right: -5%;
    top: -10%;
    height:18.75rem;
    transform: scaleX(1);
    width: 70%;
  }
}

.work_content{
  padding: 5rem 0;
  position: relative;
}

@media (min-width: 1025px){
  .work_content{
    padding: 5rem 0 6.25rem;
  }
}


.work_content .l-flex_box50{
  position: relative;
  z-index: 5;
}

@media (max-width: 767px){
  .work_content .l-flex_box50:not(.thum){
    padding: 0 5%;
  }
}

.work_content .thum{
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  min-height: 15.625rem;
}

@media (min-width: 768px){
  .work_content .thum{
     min-height: 21.875rem;
  }
}

@media (min-width: 1025px){
  .work_content .thum{
     min-height: 31.125rem;
     left: -5%;
  }
}


.work_content .thum img{
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.work_content ul{
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin-bottom: 2.5rem;
}

.successor_box{
  background: url('../img/bg_successor.webp') no-repeat center / cover;
  color: var(--bg-white);
}

.successor_box .l-inner{
  max-width: 29.375rem;
  width: 85%;
}

@media (max-width: 1024px){
  .successor_box .l-inner  p br{
    display: none;
  }
}

@media (min-width: 1025px){
  .successor_box .l-inner{
    width: 70%;
  }
}

.successor_box .hero-card {
  bottom: inherit;
  position: relative !important;
  left: inherit;
  opacity: 1 !important;
  transform: translateY(0) !important;
  width: 100%;
}

@media (min-width: 768px){
  .successor_box .hero-card {
    margin: 3rem auto 0;
    max-width: 590px
  }
}

.successor_box  dd p.card-salary,
.successor_box .hero-card dd p.card-desc{
  color: var(--font-base);
}


.middle-position.l-button{
  margin-top: 8rem;
}

#benefit{
  background: var(--bg-white);
}

#benefit ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 1025px){
  #benefit ul{
    gap:0;
    margin-bottom: 3.75rem;
  }
}

#benefit ul li{
  align-items: center;
  background: url('../img/bg_benefit.svg') no-repeat center / contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0;
  min-height: 220px;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  width: calc( calc(100% - 20px) / 2);
}


@media (min-width: 1025px){
  #benefit ul li{
    width: calc( 100% / 4);
  }
}

#benefit ul li .icon{
  margin: 0 auto .75rem;
  width: 3.125rem;
}

@media (min-width: 1025px){
  #benefit ul li .icon{
    margin: 0 auto 1rem;
    width: 4.375rem;
  }
}

#benefit ul li p{
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}

#benefit ul li .payment-box{
  font-size: clamp(0.7rem, 1.25vw, 0.85rem);
  position: relative;
  top: -5px;
}

#benefit ul li .payment-box strong{
  font-size: clamp(1.85rem, 2.25vw, 2.5rem);
  letter-spacing: 0.021rem;
}

@media (min-width: 1025px){
  #benefit ul li .payment-box strong{
    letter-spacing: 0.063rem;
  }
}

#benefit ul li .payment-box strong span.small{
  display: inline-block;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  vertical-align: baseline;
}


#benefit .point_text{
  font-size: 1.15rem;
}
@media (min-width: 1025px){
  #benefit .point_text{
    font-size: 1.5rem;
  }
}

#benefit strong{
  color: var(--color-gold-02);
}

#benefit .point_text img{
  margin: 2rem auto 0;
  max-width: 570px;
  width: 80%;
}

@media (min-width: 1025px){
  #benefit .point_text img{
    margin: 2.5rem auto 0;
  }
}

#message{
  position: relative;
}


#line_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#line_top .line_top_g{
  transform: scale(1,-1) translate(0, 78.3px);
}

#message::after,
#message::before{
  background-repeat:no-repeat;
  background-position: center bottom;
  background-size: cover;
  content: '';
  display: inline-block;
  height:4rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media (min-width: 1025px){
  #message::before{
    height:clamp(5rem , 6vw , 9rem);
  }
  #message::after{
    height:clamp(10rem , 16vw , 24rem);
  }
}

#message::before{
  background-image: url('../img/bg_box_top.svg');
  top: -1rem;
}

@media (max-width: 540px){
  #message::before{
  background-size: 150% auto;
  }
}

@media (min-width: 768px){
  #message::before{
  background-size: 100% auto;
  }
}

#message::after{
  background-image: url('../img/bg_box_bottom.svg');
  background-size: 100% auto;
  bottom: -0.5rem;
  filter: brightness(0) saturate(100%) invert(91%) sepia(14%) saturate(90%) hue-rotate(163deg) brightness(103%) contrast(92%);
}

@media (max-width: 540px){
  #message::after{
  background-size: 150% auto;
  background-position: 0 bottom;
  }
}

.message-titlebox{
  align-items: center;
  background: url('../img/bg_message.webp') no-repeat right center / cover;
  color: var(--bg-white);
  display: flex;
  justify-content: center;
  min-height: 28rem;
  width: 100%;
}

@media (min-width: 1025px){
  .message-titlebox{
    align-items: unset;
    justify-content: flex-end;
    height: 100vh;
    padding-right: 5%;
    padding-top: 15%;
    position: sticky;
    top: 0;
    margin-left: auto;
    width: 50%;
  }
}

.message-titlebox h2 {
  line-height: 1;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px){
  .message-titlebox h2 {
    margin-top: 3rem;
  }
}

.message-titlebox h2 span{
  display: block;
  margin-top: 4rem;
}

.message-content{
  padding-bottom: 3rem;
  position: relative;
  z-index: 5;
}

@media (max-width: 1024px){
  .l_Vertical-padding{
    margin: 0 auto;
  }
}

.message-content{
  padding: 0 5%;
}

@media (min-width: 1025px){
  .message-content{
    padding-bottom: 8rem;
    padding-left: 5%;
    margin-top: -80vh;
    overflow-x: hidden;
    width: 50%;
  }
}


@media (max-width: 767px){
  .message-content .message_box{
    padding: 4.5rem 0 2.5rem;
  }
}

.message-content .resources_box{
  position: relative;
  z-index: 10;
}


@media (max-width: 767px){
  .message-content .resources_box{
    padding-bottom: 7rem;
  }
}


.message-content .resources_box::before{
  background: url('../img/line_right.svg') no-repeat center right / 100% auto;
  content: '';
  display: block;
  height: 11.25rem;
  position: absolute;
  right: -11%;
  top: -15%;
  width: 100%;
}

@media (min-width: 1025px){
  .message-content .resources_box::before{
    right: -15%;
    top: -20%;
    height: 9.375rem;
  }
}

.message-content .resources_box p.f-shipporimincho{
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}

.message-content .btn{
  margin-top: 3.5rem;
}

@media (max-width: 767px){
  .message-content .btn{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1025px){
  .message-content .btn{
    margin-top: 4.375rem;
    margin-left: 0;
  }
}

.message-content h3{
  position: relative;
}

.message-content h3 span{
  display: inline-block;
  position: relative;
  z-index: 5;
}

.message-content h3::before{
  background: url('../img/icon_required.svg') no-repeat center / contain;
  content: '';
  display: block;
  height: 7rem;
  position: absolute;
  opacity: .4;
  top: -3rem;
  left: -10%;
  width: 7rem;
  z-index: 0;
}

@media (min-width: 768px){
  .message-content h3::before{
    height: 9.375rem;
    top: -3.5rem;
    left: -15%;
    width: 9.375rem;
  }
}

.message-content .li_point_text{
  margin-bottom: .5rem;
}

#recruit{
  background: var(--bg-white);
}

#recruit h2{
   font-size: clamp(1.875rem, 1.1vw + 1.6rem, 2.5rem);
   margin-bottom: clamp(2.5rem, 3vw, 3.75rem);
}


#entry{
  background-image: url('../img/bg_entry.svg');
  background-position: bottom right;
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-color: var(--bg-blue-03);
}

@media (min-width: 1025px){
  #entry{
    background-size: contain;
  }
}

#entry h2,#entry .entry_content{
  margin-bottom: clamp(2.75rem, 3.5vw, 4.375rem);
}

#entry h2 span{
  display: block;
  font-size: clamp(1.125rem, 1.5vw, 1.563rem);
  font-family: 'Noto Sans JP', "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}


.back_btn{
  cursor: pointer;
  width: 120px;
  position: static;
  bottom: 0;
  right: 0;
  margin-left: auto;
}

@media (min-width: 768px){
  .back_btn{
    width: 150px;
  }
}

.back_btn.show{
  position: fixed;
  z-index: 30;
}
