@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
* {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #333;
}
body {
  background: url('../img/bg.png');
}
a:hover {
  opacity: 0.8;
}
h2.sec-ttl {
  margin-top: 120px;
  padding-bottom: 110px;
  position: relative;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
h2.sec-ttl::after {
  content: "";
  width: 200px;
  height: 10px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 100px);
  background: #DA1133;
  border-radius: 10px; 
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* header */
header {
  width: 100%;
  padding: 15px 60px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
header.second {
  background:rgba(255, 255, 255, 0.8);
}
header.HeightMin {
  position: fixed;
  z-index: 999;
  height: 100px;
  background:rgba(255, 255, 255, 0.8);
  /*animation: DownAnime 0.5s forwards;*/
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
header .logo {
  text-align: center;
}
header .logo img {
  width: 120px;
}
header .logo p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
header.HeightMin .logo img {
  height: 70px;
  width: auto;
}
header.HeightMin .logo p {
  margin-top: 0;
  font-size: 12px;
}
header .pc-menu {
  display: flex;
  align-items: center;
}
header .pc-menu li {
  margin-left: 40px;
}
header .pc-menu li a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.hamburger-menu {
  display: none;
}
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #333;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #333;
}
.menu-content ul {
  padding: 90px 35px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 20px 20px 20px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 25px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #333;
  transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/* footer */
footer {
  margin-top: 240px;
  padding: 60px 20px 40px;
  background: #333;
}
footer .fotter-inner {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .fotter-inner img {
  width: 120px;
}
footer .fotter-inner ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}
footer .fotter-inner ul li {
  margin: 0 0 30px 60px;
}
footer .fotter-inner ul a {
  color: #fff;
}
footer p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* top */
.top-kv {
  height: 880px;
  padding: 240px 0 0 400px;
  background: url('../img/top_kv.png') no-repeat;
}
.top-kv h1 {
  font-size: 80px;
  font-weight: bold;
}
.top-kv h1 span {
  margin-top: 20px;
  display: block;
  font-size: 42px;
  line-height: 1.2em;
}
.top-sec01 {
  margin: 160px 0 200px;
  padding: 80px 0 160px;
  background: url('../img/top_sec01_bg.png') no-repeat;
  background-position: top right;
  background-size: contain;
}
.top-sec01 .top-sec01-inner {
  width: 900px;
  margin: 0 800px 0 auto;
}
.top-sec01 .top-sec01-inner h2 {
  margin-bottom: 50px;
  font-size: 120px;
  font-weight: bold;
  text-align: center;
  color: #DA1133;
}
.top-sec01 .top-sec01-inner h2::after {
  content: "";
  width: 227px;
  height: 80px;
  margin-left: 50px;
  display: inline-block;
  background: url('../img/icon_fish.png') no-repeat;
}
.top-sec01 .top-sec01-inner p {
  font-size: 36px;
  text-align: center;
  line-height: 2em;
  background:rgba(255, 255, 255, 0.5);
}
.top-sec02 {
  min-height: 760px;
  margin-bottom: 200px;
  position: relative;
}
.top-sec02 .top-sec02-inner {
  max-width: 1620px;
  margin: 0 0 0 auto;
  padding: 100px 0 0 40px;
}
.top-sec02 .top-sec02-inner h2 {
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}
.top-sec02 .top-sec02-inner p {
  padding: 40px 60px;
  position: relative;
  font-size: 24px;
  line-height: 2em;
  background: rgba(255, 255, 255, 0.85);
}
.top-sec02 .top-sec02-inner p::after {
  content: "";
  width: 257px;
  height: 213px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: url('../img/logo.png') no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.top-sec02 .video {
  width: 100%;
  height: 760px;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.top-sec02 .video video{
  position: relative;
  top: -180px;
}
.top-sec03 .top-sec03-cap {
  margin-bottom: 100px;
  /*padding-bottom: 340px;*/
  position: relative;
  text-align: center;
}
.top-sec03 .top-sec03-line {
  height: 240px;
  margin-bottom: 100px;
  position: relative;
  display: block;
  opacity: 1;
}
.top-sec03 .top-sec03-line::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  bottom: 240px;
  left: 50%;
  background-color: #DA1133;
}
.top-sec03 .top-sec03-line.lineParse::after {
  content: "";
  width: 2px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #DA1133;
  transition: 3s;
}
/*
.top-sec03 .top-sec03-cap {
  margin-bottom: 100px;
  padding-bottom: 340px;
  position: relative;
  text-align: center;
}
.top-sec03 .top-sec03-cap::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  bottom: 240px;
  left: 50%;
  background-color: #DA1133;
}
.top-sec03 .top-sec03-cap.lineParse::after {
  content: "";
  width: 2px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: solid 1px #DA1133;
  transition: 3s;
}
*/


.top-sec03 .top-sec03-cap h2 {
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: bold;
}
.top-sec03 .top-sec03-cap h2 {
  font-size: 68px;
  font-weight: bold;
}
.top-sec03 dl {
  max-width: 1920px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
}
.top-sec03 dl:last-of-type {
  margin-bottom: 0;
}
.top-sec03 dl.rev {
  flex-direction: row-reverse;
}
.top-sec03 dl dt {
  max-width: 800px;
}
.top-sec03 dl dt img {
  width: 100%;
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.3));
}
.top-sec03 dl dd {
  margin: 0 40px;
}
.top-sec03 dl dd h3 {
  margin-bottom: 20px;
  font-size: 56px;
}
.top-sec03 dl dd p {
  font-size: 24px;
  line-height: 1.5em;
}
.top-sec03 dl dd .btn {
  margin-top: 50px;
}
.top-sec03 dl dd .btn a {
  width: fit-content;
  padding: 22px 60px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #DA1133;
  border-radius: 10px;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15));
}
.top-sec03 dl dd .btn a::after {
  content: "";
  width: 52px;
  height: 18px;
  margin-left: 15px;
  display: inline-block;
  background: url('../img/icon_fish_s.png') no-repeat;
}


/* キービジュアル */
.kv {
  height: 880px;
  padding: 340px 0 0 0;
}
.kv.about {
  background: url('../img/about_kv.png') no-repeat;
}
.kv.product {
  background: url('../img/product_kv.png') no-repeat;
}
.kv.access {
  background: url('../img/access_kv.png') no-repeat;
}
.kv.company {
  background: url('../img/company_kv.png') no-repeat;
}
.kv.recruit {
  background: url('../img/recruit_kv.png') no-repeat;
}
.kv .kv-inner {
  width: fit-content;
  position: relative;
  padding: 40px 120px 60px 200px;
  background:rgba(255, 255, 255, 0.8);
}
.kv .kv-inner::before {
  content: "";
  width: 40px;
  height: 160px;
  position: absolute;
  top: -20px;
  left: 80px;
  background: #DA1133;
}
.kv .kv-inner h1 {
  margin-bottom: 20px;
  font-size: 68px;
  font-weight: bold;
}
.kv .kv-inner p {
  font-size: 28px;
  font-weight: bold;
  color: #DA1133;
}


/* about */
.about-sec01 {
  margin-top: 200px;
  position: relative;
}
.about-sec01::before {
  content: "";
  width: 400px;
  height: 130px;
  position: absolute;
  top: -60px;
  left: -20px;
  background: url('../img/about_sec01_bg01.png') no-repeat;
  background-size: contain;
}
.about-sec01::after {
  content: "";
  width: 360px;
  height: 197px;
  position: absolute;
  bottom: 200px;
  right: 0;
  background: url(../img/about_sec01_bg02.png) no-repeat;
  background-size: contain;
  background-position: center right -20px;
}
.about-sec01 .about-sec01-inner {
  text-align: center;
}
.about-sec01 .about-sec01-inner p {
  margin-bottom: 80px;
  font-size: 36px;
  line-height: 2em;
}
.about-sec01 .about-sec01-inner p span {
  font-weight: bold;
  color: #DA1133;
}
.about-sec02 {
  max-width: 1360px;
  margin: 0 auto;
}
.about-sec02 dl {
  display: flex;
  flex-direction: row-reverse;
}
.about-sec02 dd {
  margin-right: 10px;
  font-size: 24px;
  line-height: 2em;
}
.about-sec03 {
  padding: 0 40px;
  text-align: center;
}
.about-sec03 img {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

/* product */
.product-sec01 ul {
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
}
.product-sec01 ul li {
  width: 460px;
  margin-right: 40px;
  background: #fff;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15));
}
.product-sec01 ul li:last-of-type {
  margin-right: 0;
}
.product-sec01 ul li dt a {
  cursor: pointer;
  display: block;
  width: 80%;
  padding: 16px 0;
  margin: 0 auto;
}
.product-sec01 ul li dt a img{
  width: 100%;
}
.product-sec01 ul li h3 {
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #DA1133;
  border-left: solid 20px #DA1133;
}
.product-sec01 ul li p {
  padding: 16px;
  font-size: 16px;
  line-height: 2;
}
.product-sec01 ul li p span {
  font-size: 18px;
}
.product-other {
  width: fit-content;
  margin: 0 auto;
  padding: 44px 40px 44px 216px;
  position: relative;
  font-size: 24px;
  border: solid 4px #DA1133;
  border-radius: 10px;
}
.product-other::before {
  content: "";
  width: 160px;
  height: 56px;
  position: absolute;
  top: calc(50% - 28px);
  left: 40px;
  background: url(../img/icon_fish.png) no-repeat;
  background-size: contain;
}
.product-sec02 dl {
  display: flex;
}
.product-sec02 dl dt {
  /*padding-top: 50px;*/
}
.product-sec02 dl dd {
  padding: 0 60px 0 60px;
  font-size: 24px;
  line-height: 1.5em;
}


.access-sec01 dl {
  display: flex;
}
.access-sec01 dl dt {
  /*padding-top: 50px;*/
}
.access-sec01 dl dd {
  padding: 0 120px 0 60px;
  font-size: 24px;
  line-height: 1.5em;
}
.access-sec02 {
  max-width: 1080px;
  margin: 0 auto;
}
.access-sec02 h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #DA1133;
}
.access-sec02 p {
  font-size: 24px;
  line-height: 1.5em;
}
.access-sec02 iframe{
  margin: 40px 0;
}


.company-sec01 {

}
.company-sec01 ol {
width: 100%;
max-width: 820px;
margin: 0 auto;
}
.company-sec01 li {
  padding: 0 0 50px 0;
  position: relative;
}
/*.company-sec01 li::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #DA1133;
  border-radius: 50%;
}*/
.company-sec01 li::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  top: 40px;
  left: 78px;
  background-color: #DA1133;
}
.company-sec01 li.lineParse::after {
  content: "";
  width: 2px;
  height: calc(100% - 55px);
  position: absolute;
  top: 40px;
  left: 78px;
  background-color: #DA1133;
  transition: 4s;
}
.company-sec01 li:last-of-type::after {
  content: none;
}
.company-sec01 dl {
  min-height: 54px;
  position: relative;
  display: flex;
}
/*.company-sec01 dl::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  border: dashed 1px #DA1133;
}*/
.company-sec01 dl dt {
  min-width: 160px;
  margin: 0 20px 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #DA1133;
}
.company-sec01 dl dd {
  font-size: 18px;
  line-height: 1.5em;
}
.company-sec02 .company-sec02-inner {
  max-width: 960px;
  margin: 0 auto;
}
.company-sec02 .company-sec02-inner p {
  margin-bottom: 80px;
  text-align: center;
}
.company-sec02 .company-sec02-inner dl {
  padding: 30px 20px;
  display: flex;
  font-size: 24px;
  line-height: 1.5em;
  border-top: solid 1px #ccc;
}
.company-sec02 .company-sec02-inner dl dt {
  width: 380px;
  font-weight: bold;
  color: #DA1133;
}


.recruit-list ul {
  max-width: 792px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15));
}
.recruit-list ul li {
  padding: 0 60px;
  position: relative;
  border-right: solid 1px #ccc;
}
.recruit-list ul li::after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #DA1133;
  border-right: 2px solid #DA1133;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.recruit-list ul li:last-of-type {
  border-right: none;
}
.recruit-list ul li a {
  padding-bottom: 25px;
  display: block;
  font-size: 24px;
  color: #DA1133;

}

.recruit-sec {
  margin: 0 auto;
  padding-top: 50px;
  margin-top:-50px;
}
.recruit-sec ul {
  display: flex;
  justify-content: space-between;
}
.recruit-sec ul li {
  width: 33.3%;
  margin: 0 10px;
  padding: 10px;
  background-color: #fff;
}
.recruit-sec ul li h3 {
  margin-bottom: 10px;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #DA1133;
}
.recruit-sec ul li h3 span {
  font-size: 14px;
  color: #fff;
}
.recruit-sec ul li dl {
  padding: 10px 10px 20px 10px;
  font-size: 18px;
  line-height: 1.5em;
  border-bottom: solid 1px #ccc;
}
.recruit-sec ul li dl dt {
  min-width: 380px;
  font-weight: bold;
  color: #DA1133;
}





@media screen and (max-width: 1160px) {
  h2.sec-ttl {
    margin-top: 80px;
    padding: 0 20px 40px;
    font-size: 6.5vw;
  }
  h2.sec-ttl::after {
    content: "";
    width: 100px;
    height: 5px;
    bottom: 25px;
    left: calc(50% - 50px);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    padding: 20px 20px;
  }
  header .logo img {
    width: auto;
    height: 70px;
  }
  header .logo p {
    font-size: 12px;
  }
  header.HeightMin .logo img {
    height: 70px;
  }
  header .pc-menu {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }

  /* footer */
  footer {
    margin-top: 120px;
    padding: 40px 20px 40px;
    background: #333;
  }
  footer .fotter-inner {
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }
  footer .fotter-inner img {
    width: 120px;
  }
  footer .fotter-inner ul {
    margin-top: 20px;
    font-size: 4vw;
    justify-content: center;
  }
  footer .fotter-inner ul li {
    margin: 10px;
    text-align: center;
  }
  footer .fotter-inner ul a {
    color: #fff;
  }
  footer p {
    font-size: 4vw;
  }

  /* top */
  .top-kv {
    height: auto;
    padding: 120px 0 40vw 0;
    background-size: cover;
    background-position: right;
    text-align: center;
  }
  .top-kv h1 {
    font-size: 8vw;
  }
  .top-kv h1 span {
    margin-top: 20px;
    font-size: 6vw;
  }
  .top-sec01 {
    margin: 80px 0 100px;
    padding: 0;
    background-size: 50vw;
  }
  .top-sec01 .top-sec01-inner {
    width: 100%;
    margin: 0;
  }
  .top-sec01 .top-sec01-inner h2 {
    margin-bottom: 15vw;
    font-size: 14vw;
    text-align: left;
    padding-left: 7vw;
  }
  .top-sec01 .top-sec01-inner h2::after {
    width: 113px;
    height: 40px;
    margin-left: 20px;
    background-size: cover;
  }
  .top-sec01 .top-sec01-inner p {
    padding: 20px 0;
    font-size: 5vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .top-sec02 {
    min-height: unset;
    margin-bottom: 50vw;
  }
  .top-sec02 .top-sec02-inner {
    margin: 0 0 0 auto;
    padding: 30px 0 0 30px;
  }
  .top-sec02 .top-sec02-inner h2 {
    margin-bottom: 20px;
    font-size: 8vw;
  }
  .top-sec02 .top-sec02-inner p {
    padding: 20px;
    font-size: 5vw;
  }
  .top-sec02 .top-sec02-inner p::after {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
    background-size: contain;
  }
  .top-sec03 .top-sec03-cap {
    margin-bottom: 50px;
  }
  .top-sec03 .top-sec03-line {
    height: 120px;
    margin-bottom: 50px;
    position: relative;
    display: block;
    opacity: 1;
  }
  .top-sec03 .top-sec03-line::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    bottom: 120px;
    left: 50%;
    background-color: #DA1133;
  }
  .top-sec03 .top-sec03-line.lineParse::after {
    content: "";
    width: 2px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #DA1133;
    transition: 2s;
  }
  /*
  .top-sec03 .top-sec03-cap {
    margin-bottom: 50px;
    padding-bottom: 170px;
  }
  .top-sec03 .top-sec03-cap::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    bottom: 120px;
    left: 50%;
    background-color: #DA1133;
  }
  .top-sec03 .top-sec03-cap.lineParse::after {
    content: "";
    width: 2px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #DA1133;
    transition: 3s;
  }
  */
  .top-sec03 .top-sec03-cap h2 {
    margin-bottom: 20px;
    font-size: 12vw;
    font-weight: bold;
  }
  .top-sec03 .top-sec03-cap img {
    max-width: 300px;
    width: 50%;
  }
  .top-sec03 dl {
    margin: 0 auto 80px;
    display: block;
  }
  .top-sec03 dl:last-of-type {
    margin-bottom: 0;
  }
  .top-sec03 dl dt {
    margin-bottom: 30px;
  }
  .top-sec03 dl dd {
    margin: 0 20px;
  }
  .top-sec03 dl dd h3 {
    font-size: 8vw;
    font-weight: bold;
    text-align: center;
  }
  .top-sec03 dl dd p {
    font-size: 5vw;
  }
  .top-sec03 dl dd .btn {
    margin-top: 30px;
  }
  .top-sec03 dl dd .btn a {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 20px;
    font-size: 5vw;
  }


  /* キービジュアル */
  .kv {
    height: 400px;
    padding: 180px 0 0 0;
    background-size: cover!important;
  }
  .kv .kv-inner {
    padding: 20px 20px 20px 10vw;
  }
  .kv .kv-inner::before {
    width: 5vw;
    height: 25vw;
    top: -10px;
    left: 10px;
  }
  .kv .kv-inner h1 {
    margin-bottom: 10px;
    font-size: 8vw;
  }
  .kv .kv-inner p {
    font-size: 5vw;
  }


  /* about */
  .about-sec01 {
    margin-top: 100px;
    position: relative;
  }
  .about-sec01::before {
    width: 200px;
    height: 60px;
  }
  .about-sec01::after {
    width: 180px;
    height: 100px;
    bottom: 100px;
  }
  .about-sec01 .about-sec01-inner {
    text-align: center;
  }
  .about-sec01 .about-sec01-inner p {
    padding: 0 20px;
    margin-bottom: 60px;
    font-size: 6vw;
    text-align: left;
  }
  .about-sec01 .about-sec01-inner img {
    width: 80%;
    margin: 0 auto;
  }
  .about-sec02 dl {
    display: block;
  }
  .about-sec02 dt {
    width: 50%;
    margin: 0 auto;
  }
  .about-sec02 dt img {
    width: 100%;
  }
  .about-sec02 dd {
    margin-right: 0;
    padding: 0 20px;
    font-size: 5vw;
  }
  .about-sec03 {
    padding: 0 20px;
  }

  /* product */
  .product-sec01 ul {
    margin-bottom: 60px;
    padding: 0 20px;
    display: block;
  }
  .product-sec01 ul li {
    max-width: unset;
    width: 100%;
    margin: 0 auto 30px;
  }
  .product-sec01 ul li img {
    width: 100%;
  }
  .product-sec01 ul li:last-of-type {
    margin: 0 auto 30px;
  }
  .product-sec01 ul li h3 {
    /* margin-top: 10px; */
    padding: 0 10px;
    /* font-size: 7vw; */
    border-left: solid 10px #DA1133;
  }
  .product-sec01 ul li p {
    /* padding: 20px 10px; */
    /* font-size: 5vw; */
  }
  .product-sec01 ul li p span {
    font-size: 4vw;
  }
  .product-other {
    margin: 0 20px;
    padding: 20px;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .product-other::before {
    content: none;
  }
  .product-sec02 dl {
    display: block;
  }
  .product-sec02 dl dt {
    margin-bottom: 20px;
    padding-top: 0;
    width: 90%;
  }
  .product-sec02 dl dt img {
    width: 100%;
  }
  .product-sec02 dl dd {
    padding: 0 20px;
    font-size: 5vw;
  }


  .access-sec01 dl {
    display: block;
  }
  .access-sec01 dl dt {
    margin-bottom: 20px;
    padding-top: 0;
    width: 90%;
  }
  .access-sec01 dl dt img {
    width: 100%;
  }
  .access-sec01 dl dd {
    padding: 0 20px;
    font-size: 5vw;
  }
  .access-sec02 {
    padding: 0 20px;
  }
  .access-sec02 h3 {
    margin-bottom: 10px;
    font-size: 6vw;
  }
  .access-sec02 p {
    font-size: 5vw;
    line-height: 1.5em;
  }
  .access-sec02 iframe {
    width: 100%;
    height: 300px;
    margin: 40px 0;
  }


  .company-sec01 ol {
    padding: 0 20px;
  }
  .company-sec01 li {
    padding: 0 0 4vw 0;
    position: relative;
  }
  .company-sec01 li::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    top: 6vw;
    left: 9px;
    background-color: #DA1133;
  }
  .company-sec01 li.lineParse::after {
    content: "";
    width: 2px;
    height: calc(100% - 10vw);
    position: absolute;
    top: 8vw;
    left: 10px;
    background-color: #DA1133;
    transition: 2s;
  }
  .company-sec01 li.lineParse:last-of-type::after {
    content: none;
  }
  .company-sec01 dl {
    display: block;
  }
  .company-sec01 dl dt {
    margin: 0 20px 4vw 0;
    font-size: 5vw;
  }
  .company-sec01 dl dd {
    font-size: 4vw;
    padding-left: 40px;
  }
  .company-sec02 .company-sec02-inner p {
    width: 50%;
    margin: 0 auto 40px;
  }
  .company-sec02 .company-sec02-inner p img {
    width: 100%;
  }
  .company-sec02 .company-sec02-inner dl {
    padding: 20px;
    display: block;
    font-size: 5vw;
  }
  .company-sec02 .company-sec02-inner dl dt {
    width: 100%;
    margin-bottom: 10px;
  }


  .recruit-list {
    margin-top: 80px;
    padding: 0 20px;
  }
  .recruit-list ul {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
  }
  .recruit-list ul li {
    padding: 0 20px;
  }
  .recruit-list ul li::after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    bottom: 0;
    width: 12px;
    height: 12px;
  }
  .recruit-list ul li a {
    padding-bottom: 25px;
    font-size: 4vw;
  }

  .recruit-sec ul {
    display: block;
  }
  .recruit-sec ul li {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 10px;
  }
  .recruit-sec ul li h3 {
    font-size: 5vw;
  }
  .recruit-sec ul li dl {
    font-size: 4vw;
  }
  a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
  }
}



.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}


.animated {
  opacity: 0;
}

.ani-slow-2 {
  animation-duration: 2s;
}
.ani-delay-05 {
  animation-delay: 0.5s;
}
.ani-delay-1 {
  animation-delay: 1s;
}