@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

#wrapper {
  opacity: 0;
  padding: 0;
}

html {
  font-size: 20px;
  line-height: 2;
  color: black;
}

body {
  color: black;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro",
 "メイリオ", "Meiryo", Meiryo, YuGothic, "游ゴシック", Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: black;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.ryumin {
  font-family: "Noto Serif JP", serif;
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  font-weight: normal;
}

.fixedcontainer {
  max-width: 1152px;
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: black;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_part .flex_img_left > img {
  object-fit: contain;
}

.flex_part .flex_body {
  flex: 1;
}

.flex_part .flex_img_right {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.flex_part .flex_img_right > img {
  object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -45px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 32px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  content: "";
  text-align: center;
  opacity: 1;
  color: #c9caca;
  background: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.3;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a0e9;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  transform: rotate(35deg);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.custom_checkbox input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  appearance: none;
  left: 0;
  top: 0;
}

.custom_checkbox input[type="checkbox"]:focus {
  outline: none;
}

.custom_checkbox input[type="checkbox"]:checked {
  background: #036eb8;
  z-index: 0;
}

.custom_checkbox input[type="checkbox"]:checked + span {
  color: white;
}

.custom_checkbox span {
  z-index: 100;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.2s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.4s;
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.6s;
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.6s ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}

#header .g_nav {
  display: none;
  text-align: center;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
}

#loading {
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  display: none;
}

#loading img {
  width: 161px;
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s ease;
}

#loading.active img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

.first_icon {
  text-align: center;
}

.second_icon {
  text-align: center;
  padding-top: 20px;
}

.loading_wrap {
  position: fixed;
  top: 50vh;
  left: 50vw;
  text-align: center;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.loading_icon {
  animation: blur 2s ease 0s;
  -webkit-animation: blur 2s ease 0s;
  -moz-animation: blur 2s ease 0s;
}

.loading_icon2 {
  animation: opacity_animation 4s ease 0s;
  -webkit-animation: opacity_animation 4s ease 0s;
  -moz-animation: opacity_animation 4s ease 0s;
}

#line {
  margin: 50vh auto 0;
  width: 100%;
  height: 26px;
  background: white;
  position: relative;
  text-align: center;
}

#line1 {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  text-align: center;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.fullwidth .expand {
  width: 100%;
  height: 26px;
  margin-left: 0;
  text-align: center;
  background: url(./../images/377.gif) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}

@-webkit-keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.font16 {
  font-size: 0.8rem;
}

.font17 {
  font-size: 0.85rem;
}

.font18 {
  font-size: 0.9rem;
}

.font19 {
  font-size: 0.95rem;
}

.font20 {
  font-size: 1rem;
}

.font21 {
  font-size: 1.05rem;
}

.font22 {
  font-size: 1.1rem;
}

.font23 {
  font-size: 1.15rem;
}

.font24 {
  font-size: 1.2rem;
}

.font25 {
  font-size: 1.25rem;
}

.font26 {
  font-size: 1.3rem;
}

.font27 {
  font-size: 1.35rem;
}

.font28 {
  font-size: 1.4rem;
}

.font29 {
  font-size: 1.45rem;
}

.font30 {
  font-size: 1.5rem;
}

.font31 {
  font-size: 1.55rem;
}

.font32 {
  font-size: 1.6rem;
}

.font33 {
  font-size: 1.65rem;
}

.font34 {
  font-size: 1.7rem;
}

.font35 {
  font-size: 1.75rem;
}

.font36 {
  font-size: 1.8rem;
}

.font37 {
  font-size: 1.85rem;
}

.font38 {
  font-size: 1.9rem;
}

.font39 {
  font-size: 1.95rem;
}

.font40 {
  font-size: 2rem;
}

#pc_menu1 {
  width: 100%;
  text-align: center;
  background: #fff;
  height: 170px;
  padding-top: 30px;
  top: 0;
  left: 0;
}

#pc_menu1 .logo1 {
  width: 79px;
}

#pc_menu1 .menu_area {
  width: 100%;
  max-width: 656px;
  padding: 0 0 0 5px;
  margin: 15px auto 0;
  text-align: left;
  display: flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

#pc_menu1 .menu_area a {
  cursor: pointer;
  color: black;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
}

#pc_menu1 .menu_area a img {
  width: 25px;
}

#pc_menu1 .menu_area a:hover {
  border-bottom: 1px solid black;
}

#pc_menu1 .menu_area a.active {
  border-bottom: 1px solid black;
}

#pc_menu1 .header_logo1 {
  display: inline-block;
  padding-top: 0;
}

#pc_menu1 .header_btnarea1 {
  padding-top: 0;
  display: flex;
  align-items: center;
}

#pc_menu1 .header_tel {
  width: 501px;
}

#pc_menu1 .header_btn1 {
  display: inline-block;
  width: 134px;
}

.top {
  width: 100%;
  position: relative;
  height: 740px;
}

.top .container {
  text-align: center;
}

.top .top_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top .top_txt1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.top .top_txt1 img {
  width: 100%;
}

.loopSlider1 {
  margin: 0;
  width: 100%;
  height: 740px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.loopSlider1 ul {
  margin: 0;
  width: 100%;
  height: 740px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.loopSlider1 ul li {
  float: left;
  width: 555px;
  height: 740px;
  display: inline;
  overflow: hidden;
}

.loopSlider1 ul li div {
  width: 555px;
  height: 740px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}

.loopSlider1 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

.loopSlider1:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSlider2 {
  margin: 40px 0 0;
  width: 100%;
  height: 200px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.loopSlider2 ul {
  margin: 0;
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.loopSlider2 ul li {
  float: left;
  width: 300px;
  height: 200px;
  display: inline;
  overflow: hidden;
}

.loopSlider2 ul li div {
  width: 300px;
  height: 200px;
  padding: 0;
  border: 0px solid #289cdc;
  text-align: center;
  margin: 0;
}

.loopSlider2 ul li img {
  width: 100%;
  height: auto;
  background: white;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 1;
}

.loopSliderWrap2:after {
  content: "";
  display: none;
  clear: none;
}

.loopSliderWrap1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 740px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

.loopSliderWrap2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.main_content {
  position: relative;
}

.main_content.lp_content h2 {
  font-weight: bold;
}

.main_content.lp_content h3, .main_content.lp_content h4, .main_content.lp_content h5, .main_content.lp_content h6 {
  font-weight: 500;
}

.main_content > .btn_wrapper {
  position: sticky;
  top: calc(100vh - 280px);
  height: 222px;
  right: 0;
  margin-left: auto;
  display: block;
  z-index: 1000;
  width: 7.5%;
}

.main_content > .btn_wrapper a {
  display: flex;
  width: 55px;
  margin-left: auto;
  margin: auto;
  height: 50%;
}

.main_content > .btn_wrapper a img {
  object-fit: contain;
}

.main_content > .reserve {
  height: 258px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 8px;
  margin: auto;
  margin-bottom: 0;
  margin-left: 3%;
  position: sticky;
  top: calc(100vh - 308px);
  white-space: nowrap;
}

body {
  letter-spacing: 1px;
}

#header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: white;
  border-bottom: 12px solid #FFB76F;
}

#header .header_top {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

#header .header_top .menu_wrapper {
  flex: 1;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

#header .header_top .menu_wrapper li a {
  display: flex;
  font-size: 16px;
  color: #000000;
}

#header .header_top .menu_wrapper li a.active {
  color: #4BB8BC;
  border-bottom: 1px solid #4BB8BC;
}

#header .header_top .menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 3px;
  width: 93px;
  height: 93px;
  z-index: 1002;
  position: relative;
  background: #eaeaea;
  border-radius: 50%;
  top: 27px;
}

#header .header_top .menu-trigger span {
  width: 38px;
  height: 4px;
  background: #4BB8BC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

#header .header_top .menu-trigger span:first-child {
  top: 34px;
}

#header .header_top .menu-trigger span:nth-child(2) {
  top: 45px;
}

#header .header_top .menu-trigger span:last-child {
  bottom: 34px;
}

#header .header_top .menu-trigger.active span {
  transition: all 0.4s ease;
}

#header .header_top .menu-trigger.active span:first-child {
  transform: translate(-50%, 10px) rotate(45deg);
}

#header .header_top .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}

#header .header_top .menu-trigger.active span:last-child {
  transform: translate(-50%, -10px) rotate(-45deg);
}

#header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header h1 a {
  display: block;
  line-height: 1;
}

#header h1 a img {
  width: 157px;
}

.g_nav {
  position: fixed;
  width: 100%;
  right: 0;
  background: rgba(39, 120, 123, 0.9);
  height: calc(100vh - 96px);
  top: 96px;
  z-index: 100;
  display: none;
  text-align: center;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.g_nav .part1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.g_nav .part1 .part_body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.g_nav .part1 .part_body .block1 {
  padding-right: 115px;
  position: relative;
}

.g_nav .part1 .part_body .block1::after {
  content: "";
  position: absolute;
  height: 194px;
  width: 1px;
  background: white;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.g_nav .part1 .part_body .block1 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  letter-spacing: 0.1em;
  padding-bottom: 0;
  padding-top: 0;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.g_nav .part1 .part_body .block2 {
  padding-left: 115px;
  text-align: left;
}

.g_nav .part1 .part_body .block2 h3 {
  font-size: 20px;
  color: white;
  margin-bottom: 16px;
}

.g_nav .part1 .part_body .block2 p {
  font-size: 14px;
  line-height: 1.4;
  color: white;
}

.g_nav .part1 .part_body .block2 .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}

.g_nav .part1 .part_body .block2 .btn_wrapper a.info_btn {
  width: 88px;
  height: 48px;
  border-radius: 24px;
  color: white;
  font-size: 17px;
  display: flex;
  align-items: center;
  background: #00abaf;
  justify-content: center;
}

.g_nav .part1 .part_body .block2 .btn_wrapper a.twitter img {
  width: 38px;
}

.g_nav .part1 .part_footer {
  padding-top: 110px;
}

.g_nav .part1 .part_footer a {
  border-radius: 34px;
  max-width: 804px;
  width: 804px;
  margin: auto;
  background: #FFB76F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: white;
  height: 68px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.g_nav .part1 .part_footer a .text {
  width: 328px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: white;
}

.g_nav .part1 .part_footer a .icon {
  width: 24px;
  height: 20px;
  object-fit: contain;
}

.g_nav.active .block1,
.g_nav.active .block2 {
  transform: translateY(0);
  opacity: 1;
  animation: slideDown 1s ease-in-out;
}

.g_nav ul li {
  float: none;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  margin: 0;
  text-align: left;
}

.g_nav ul li.commercial {
  padding-top: 30px;
}

.g_nav ul li.privacy {
  padding-top: 0;
}

.g_nav ul li a {
  display: inline-block;
  padding: 0 0;
  color: white;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  font-size: 25px;
  letter-spacing: 0.2em;
}

.g_nav ul li a .logo {
  max-width: 171px;
  margin-bottom: 35px;
}

.g_nav ul li a .insta {
  width: 18px;
}

.g_nav ul li a:hover {
  opacity: 0.6;
  color: white;
  position: relative;
}

.g_nav ul li a:hover.insta::after {
  content: none;
}

a.left_arrow {
  position: relative;
}

a.left_arrow::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.eigo {
  font-family: Arial, Helvetica, sans-serif;
}

.lightbox {
  position: fixed;
  z-index: 1001;
  display: none;
  height: 100vh;
  top: 0;
  right: 0;
}

.lightbox .bg {
  background: rgba(240, 240, 240, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lightbox .boxcontent {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox .boxcontent .close_btn {
  position: absolute;
  right: 0;
  top: -80px;
}

.lightbox .boxcontent .flex_img {
  width: 590px;
  margin: auto;
}

.lightbox .boxcontent .flex_img img {
  width: 100%;
  mix-blend-mode: darken;
}

#lightbox_wrapper {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

#lightbox_wrapper .lightbox {
  display: block;
}

@keyframes discoverAnimatin {
  0% {
    background-position: bottom 0 center;
  }
  20% {
    background-position: bottom -50px center;
  }
  60% {
    background-position: bottom -50px center;
  }
  80% {
    background-position: bottom -100px center;
  }
  100% {
    background-position: bottom -100px center;
  }
}

#sec1 {
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-top: 96px;
}

#sec1 .part1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

#sec1 .part1 h2 img {
  width: 836px;
}

#sec1 .part1 p {
  font-size: 14px;
  color: white;
  text-align: center;
}

#sec1 .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#sec1 .scroll {
  width: 100%;
  text-align: center;
  position: absolute;
  height: auto;
  bottom: 0;
}

#sec1 .scroll img {
  width: 45px;
}

#sec1 .scroll::after {
  margin: auto;
  display: block;
  margin-top: 20px;
  content: "";
  width: 1px;
  background: linear-gradient(to bottom, white, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background-size: 100% 100px;
  height: 50px;
  -webkit-animation: discoverAnimatin 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
  animation: discoverAnimatin 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
}

#sec2 {
  position: relative;
  z-index: 3;
}

#sec2 h2 {
  margin-bottom: 0;
  padding-top: 130px;
  position: relative;
  padding-bottom: 80px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

#sec2 .part1 .part_body {
  max-width: 973px;
  margin: 0 auto;
}

#sec2 .part1 .part_body .block {
  padding: 30px 30px;
  border-top: 1px solid #707070;
}

#sec2 .part1 .part_body .block:last-child {
  border-bottom: 1px solid #707070;
}

#sec2 .part1 .part_body .block h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  color: #4BB8BC;
  padding: 6px 0 8px;
}

#sec2 .part1 .part_body .block .date {
  font-size: 18px;
  margin-top: 0;
  line-height: 1;
}

#sec2 .part1 .part_body .block .date span {
  color: #4BB8BC;
}

#sec2 .part1 .part_body .block .link {
  margin-top: 6px;
}

#sec2 .part1 .part_body .block .link a {
  display: block;
  text-decoration: underline;
  font-size: 15px;
}

#sec2 .part1 .part_body .block .text p {
  font-size: 15px;
  color: black;
  line-height: 1.7;
}

#sec2 .part1 .part_footer {
  padding-top: 15px;
  text-align: right;
  padding-right: 110px;
}

#sec2 .part1 .part_footer a {
  font-size: 18px;
  display: inline-flex;
}

#sec2 .part1 .part_footer a::after {
  content: "▶";
  font-size: 18px;
  color: #4BB8BC;
}

#sec3 {
  padding-top: 118px;
  padding-bottom: 32px;
}

#sec3 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}

#sec3 .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  margin-bottom: 80px;
}

#sec3 .desc span {
  font-size: 15px;
}

#sec3 .desc .kyuzitu {
  display: inline-block;
  margin-right: 20px;
  color: #ff0000;
}

#sec3 .part1 .part_body .calendar_slicker_parts {
  max-width: 941px;
  margin: auto;
  margin-bottom: 134px;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-prev,
#sec3 .part1 .part_body .calendar_slicker_parts .slick-next {
  width: 25px;
  height: 25px;
  background: none;
  position: absolute;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-prev::before, #sec3 .part1 .part_body .calendar_slicker_parts .slick-prev::after,
#sec3 .part1 .part_body .calendar_slicker_parts .slick-next::before,
#sec3 .part1 .part_body .calendar_slicker_parts .slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: none;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-prev {
  left: -85px;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-prev::before {
  content: "◀";
  font-size: 25px;
  color: #4BB8BC;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-next {
  right: -85px;
}

#sec3 .part1 .part_body .calendar_slicker_parts .slick-next::before {
  content: "▶";
  font-size: 25px;
  color: #4BB8BC;
}

#sec3 .part_footer .btn1 a {
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#sec3 .part_footer .btn2 {
  margin-top: 96px;
}

#sec3 .part_footer .btn2 a {
  display: flex;
  height: 108px;
  border-radius: 54px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#sec3 .part_footer .btn2 a img {
  width: 100%;
  height: 100%;
}

#sec3 .part_footer .contact_btn {
  margin-bottom: 122px;
}

#contact_btn .contact_btn {
  margin-top: 84px;
  margin-bottom: 187px;
}

#contact_btn .contact_btn a {
  display: flex;
  margin: auto;
  width: 812px;
}

#contact_btn .contact_btn a img {
  width: 100%;
}

#oem_sec1 h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 278px;
  margin-bottom: 28px;
}

#oem_sec1 .icon {
  text-align: center;
}

#oem_sec1 .icon img {
  width: 100px;
}

#oem_sec1 .part1 {
  padding-top: 80px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 47px;
}

#oem_sec1 .part1 .block {
  background: #4BB8BC;
  padding: 70px 20px 50px;
  flex: 1;
  text-align: center;
}

#oem_sec1 .part1 .block h3 {
  color: white;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.9;
  padding-bottom: 40px;
}

#oem_sec1 .part1 .block .is-devide {
  width: 57px;
  height: 1px;
  background: white;
  margin: auto;
}

#oem_sec1 .part1 .block p {
  margin-top: 53px;
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: -0.03em;
}

#oem_sec1 .part2 h2 {
  padding-top: 198px;
  padding-bottom: 130px;
  margin-bottom: 0;
}

#oem_sec1 .part2 h2 img {
  width: 236px;
}

#oem_sec1 .part2 .part_body .block {
  background: #E0E0E0;
  padding: 43px 0;
  margin-bottom: 86px;
  position: relative;
}

#oem_sec1 .part2 .part_body .block::after {
  content: "";
  position: absolute;
  bottom: -55px;
  background: url(./../images/sankaku.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 26px;
}

#oem_sec1 .part2 .part_body .block:nth-child(even) {
  background: #F5F5F5;
}

#oem_sec1 .part2 .part_body .block:last-child::after {
  content: none;
}

#oem_sec1 .part2 .part_body .block .block_body {
  max-width: 840px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#oem_sec1 .part2 .part_body .block .block_body .number_img img {
  width: 98px;
}

#oem_sec1 .part2 .part_body .block .block_body .thumb_img {
  margin-left: -20px;
  width: 159px;
}

#oem_sec1 .part2 .part_body .block .block_body h5 {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  width: 220px;
  color: #4BB8BC;
}

#oem_sec1 .part2 .part_body .block .block_body .content {
  text-align: left;
  flex: 1;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -0.03em;
}

#oem_sec1 .part2 .part_footer {
  padding-top: 60px;
}

#oem_sec1 .part2 .part_footer p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#company_sec1 {
  height: 984px;
  position: relative;
  background: url(./../images/company_bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 221px;
}

#company_sec1 .part1 {
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  padding: 108px 0 51px;
}

#company_sec1 .part1 h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4BB8BC;
}

#company_sec1 .part1 h2 .item {
  font-size: 72px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  opacity: 0;
  transition: all 0.4s ease;
}

#company_sec1 .part1 h2 .item.active {
  opacity: 1;
  transition: all 0.4s ease;
}

#company_sec1 .part1 h2 .item img {
  height: 52px;
}

#company_sec1 .part1 .part_body .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 474px;
  margin: auto;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

#company_sec1 .part1 .part_body .item.active {
  opacity: 1;
  transition: all 0.4s ease;
}

#company_sec1 .part1 .part_body .item dt {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
  max-width: 196px;
  width: 100%;
}

#company_sec1 .part1 .part_body .item dt::first-letter {
  font-weight: bold;
}

#company_sec1 .part1 .part_body .item dd {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 23px;
}

#company_sec1 .part1 .part_body .item dd .line {
  width: 185px;
  height: 1px;
  background: #707070;
}

#company_sec1 .part1 .part_body .item dd span {
  display: inline-block;
  flex: 1;
  font-size: 23px;
  text-align: center;
}

#company_sec1 .part2 {
  opacity: 0;
  padding-top: 70px;
}

#company_sec1 .part2.active {
  opacity: 1;
  transition: all 0.4s ease;
}

#company_sec1 .part2 p {
  text-align: center;
  line-height: 2.8em;
}

#company_sec1 .part2 p span {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

#company_sec1 .part2 .sankaku {
  text-align: center;
  padding-top: 35px;
}

#company_sec1 .part2 .sankaku img {
  width: 32px;
}

#company_sec2 {
  padding-top: 126px;
}

#company_sec2 h2 {
  text-align: center;
  font-size: 30px;
  color: #4BB8BC;
  letter-spacing: 0.15em;
  padding-bottom: 117px;
}

#company_sec2 .part1 .part_body dl {
  margin-bottom: 117px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#company_sec2 .part1 .part_body dl dt {
  width: calc(50% - 165px);
  border-bottom: 1px solid #707070;
  font-weight: bold;
  font-size: 40px;
  text-align: right;
  color: #9b9b9b;
}

#company_sec2 .part1 .part_body dl dd {
  flex: 1;
  text-align: left;
  padding-left: 90px;
}

#company_sec2 .part1 .part_body dl dd h5 {
  font-size: 22px;
}

#company_sec2 .part1 .part_body dl dd p {
  font-size: 15px;
  line-height: 1.7;
}

#company_sec2 .part1 .part_body dl dd ul li {
  font-size: 15px;
}

#company_sec2 .part1 .part_body dl dd ul li span {
  color: #4BB8BC;
}

#calendar {
  margin-top: -100px;
  padding-top: 100px;
}

#company_sec3 {
  padding-top: 100px;
}

#company_sec3 h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.15em;
}

#company_sec3 .part1 .part_body {
  text-align: center;
  padding-top: 63px;
}

#company_sec3 .part1 .part_body p {
  text-align: left;
  font-size: 16px;
  line-height: 2.2;
  display: inline-block;
}

#company_sec3 .part1 .part_footer {
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#company_sec3 .part1 .part_footer img {
  width: 326px;
  margin-right: 34px;
}

#company_sec3 .part1 .part_footer .name_part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#company_sec3 .part1 .part_footer .name_part p {
  font-size: 15px;
  padding: 0 34px;
}

#company_sec3 .part1 .part_footer .name_part .name img {
  width: 165px;
}

#company_sec3 .part2 {
  background: url(./../images/company_back.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 140px 0;
  margin-top: 60px;
}

#company_sec3 .part2 .block1 {
  max-width: 770px;
  margin: auto;
  padding-bottom: 75px;
}

#company_sec3 .part2 .block1 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 23px;
  position: relative;
}

#company_sec3 .part2 .block1 h3 span {
  font-size: 22px;
  font-weight: normal;
  margin-right: 15px;
}

#company_sec3 .part2 .block1 h3::after {
  height: 1px;
  background: #707070;
  flex: 1;
  content: "";
  width: 100%;
}

#company_sec3 .part2 .block1 .block_body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#company_sec3 .part2 .block1 .block_body img {
  width: 253px;
}

#company_sec3 .part2 .block1 .block_body .content {
  margin-left: 50px;
}

#company_sec3 .part2 .block1 .block_body .content dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#company_sec3 .part2 .block1 .block_body .content dl dt {
  font-size: 15px;
  line-height: 1.5;
}

#company_sec3 .part2 .block1 .block_body .content dl dd {
  line-height: 1.5;
  font-size: 15px;
}

#company_sec3 .part2 .block2 {
  max-width: 770px;
  margin: auto;
  padding-bottom: 75px;
}

#company_sec3 .part2 .block2 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 23px;
}

#company_sec3 .part2 .block2 h3 span {
  font-size: 22px;
  font-weight: normal;
  margin-right: 15px;
}

#company_sec3 .part2 .block2 h3::after {
  height: 1px;
  background: #707070;
  flex: 1;
  content: "";
  width: 100%;
}

#company_sec3 .part2 .block2 .block_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 112px;
}

#company_sec3 .part2 .block2 .block_body ul li {
  font-size: 15px;
  line-height: 1.8;
}

#company_sec3 .part2 .block2 .block_body ul li .icon {
  color: #b4b4b4;
}

#company_sec3 .part2 .block3 {
  max-width: 770px;
  margin: auto;
  padding-bottom: 75px;
}

#company_sec3 .part2 .block3 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 23px;
}

#company_sec3 .part2 .block3 h3 span {
  font-size: 22px;
  font-weight: normal;
  margin-right: 15px;
}

#company_sec3 .part2 .block3 h3::after {
  height: 1px;
  background: #707070;
  flex: 1;
  content: "";
  width: 100%;
}

#company_sec3 .part2 .block3 .block_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#company_sec3 .part2 .block3 .block_body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#company_sec3 .part2 .block3 .block_body ul li {
  font-size: 15px;
  line-height: 1.8;
}

#company_sec3 .part2 .block3 .block_body ul li .icon {
  color: #b4b4b4;
}

#company_sec3 .part2 .block4 {
  max-width: 770px;
  margin: auto;
}

#company_sec3 .part2 .block4 h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 23px;
}

#company_sec3 .part2 .block4 h3 span {
  font-size: 22px;
  font-weight: normal;
  margin-right: 15px;
}

#company_sec3 .part2 .block4 h3::after {
  height: 1px;
  background: #707070;
  flex: 1;
  content: "";
  width: 100%;
}

#company_sec3 .part2 .block4 .block_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#company_sec3 .part2 .block4 .block_body ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

#company_sec3 .part2 .block4 .block_body ul li {
  font-size: 15px;
  line-height: 1.8;
}

#company_sec3 .part2 .block4 .block_body ul li .icon {
  color: #b4b4b4;
}

#company_sec4 {
  padding-bottom: 124px;
  padding-top: 164px;
}

#company_sec4 .part1 .part_body .block {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 116px;
}

#company_sec4 .part1 .part_body .block .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

#company_sec4 .part1 .part_body .block .tag span {
  font-size: 22px;
  color: #4BB8BC;
  font-weight: bold;
}

#company_sec4 .part1 .part_body .block .tag::before, #company_sec4 .part1 .part_body .block .tag::after {
  flex: 1;
  content: "";
  height: 1px;
  background: #489395;
}

#company_sec4 .part1 .part_body .block h3 {
  padding-top: 0;
  text-align: center;
  font-size: 22px;
  margin-top: 46px;
  margin-bottom: 46px;
}

#company_sec4 .part1 .part_body .block .subtitle {
  margin-top: 26px;
  display: flex;
  margin: auto;
  font-size: 17px;
  width: 116px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  margin-bottom: 26px;
}

#company_sec4 .part1 .part_body .block p {
  font-size: 16px;
  display: inline-block;
  height: 1.9;
  text-align: left;
}

#company_sec5 h2 {
  text-align: center;
  font-size: 25px;
}

#company_sec5 > p {
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
  padding-top: 43px;
  padding-bottom: 63px;
}

#company_sec5 .part1 .part_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

#company_sec5 .part1 .part_body img {
  width: 436px;
}

#company_sec5 .part1 .part_body .content ul li {
  font-size: 15px;
}

#company_sec5 .part1 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 126px;
  max-width: 966px;
  margin: auto;
  gap: 22px;
  margin-bottom: 50px;
  margin-top: 110px;
  font-size: 22px;
  font-weight: bold;
}

#company_sec5 .part1 h3::before, #company_sec5 .part1 h3::after {
  flex: 1;
  content: "";
  height: 1px;
  background: #707070;
}

#company_sec5 .part1 .part_footer {
  max-width: 966px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#company_sec5 .part1 .part_footer .content dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#company_sec5 .part1 .part_footer .content dl dt {
  font-size: 15px;
  line-height: 2.1;
}

#company_sec5 .part1 .part_footer .content dl dd {
  font-size: 15px;
  line-height: 2.1;
}

#company_sec6 {
  padding-top: 205px;
}

#company_sec6 .part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

#company_sec6 .part1 h3 {
  font-size: 22px;
}

#company_sec6 .part1 ul li {
  font-size: 15px;
}

#company_sec6 .part1 ul li .icon {
  color: #e6b900;
}

#company_sec6 .part1 ul li .blue {
  color: #4BB8BC;
}

#company_sec6 .part2 {
  padding-bottom: 100px;
  padding-top: 56px;
  text-align: center;
}

#equipments_sec1 {
  height: 984px;
  top: 96px;
  position: absolute;
  left: 0;
  width: 100%;
}

#equipments_sec1 .part1 {
  position: absolute;
  top: 223px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;
  width: 100%;
}

#equipments_sec1 .part1 h2 {
  text-align: center;
  padding-bottom: 55px;
}

#equipments_sec1 .part1 h2 img {
  width: 272px;
}

#equipments_sec1 .part1 > p {
  text-align: center;
  font-size: 25px;
  color: white;
  line-height: 1.5;
  padding-bottom: 130px;
}

#equipments_sec1 .part1 .part_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#equipments_sec1 .part1 .part_body .block {
  width: 230px;
  height: 230px;
  background: #4BB8BC;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
}

#equipments_sec1 .part1 .part_body .block::before {
  content: "";
  width: 32px;
  height: 27px;
  background: url(./../images/yellow_sankaku.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

#equipments_sec1 .part1 .part_body .block:hover {
  opacity: 1;
  background: #FFB76F;
}

#equipments_sec1 .part1 .part_body .block.active {
  background: #FFB76F;
}

#equipments_sec2 .tab {
  padding-bottom: 100px;
  display: none;
}

#equipments_sec2 .tab.active {
  display: block;
}

#equipments_sec2 .tab .tab_image {
  height: 984px;
}

#equipments_sec2 .tab .tab_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#equipments_sec2 .tab .tab_body {
  padding-top: 95px;
}

#equipments_sec2 .tab .tab_body .desc {
  text-align: center;
  font-size: 25px;
}

#equipments_sec2 .tab .tab_body h3 {
  margin-top: 90px;
  height: 76px;
  border-radius: 38px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

#equipments_sec2 .tab .tab_body .desc1 {
  font-size: 25px;
  margin-top: 38px;
  text-align: center;
}

#equipments_sec2 .tab .tab_body .block {
  margin-top: 120px;
}

#equipments_sec2 .tab .tab_body .block h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 39px;
}

#equipments_sec2 .tab .tab_body .block .block_body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 23px;
}

#equipments_sec2 .tab .tab_body .block .block_body .piece {
  flex: 1;
}

#equipments_sec2 .tab .tab_body .block .block_body .piece.full {
  flex: initial;
  width: 100%;
}

#equipments_sec2 .tab .tab_body .block .block_body .piece .piece_img {
  background: #f8f8f8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px 30px;
}

#equipments_sec2 .tab .tab_body .block .block_body .piece .piece_img img {
  height: 254px;
}

#equipments_sec2 .tab .tab_body .block .block_body .piece h6 {
  text-align: center;
  font-size: 20px;
  background: #4BB8BC;
  color: white;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#products_sec1 {
  height: 984px;
  top: 96px;
  position: absolute;
  left: 0;
  width: 100%;
}

#products_sec1 .part1 {
  position: absolute;
  top: 223px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;
  width: 100%;
}

#products_sec1 .part1 h2 {
  text-align: center;
  padding-bottom: 55px;
}

#products_sec1 .part1 h2 img {
  width: 274px;
}

#products_sec1 .part1 > p {
  text-align: center;
  font-size: 25px;
  color: white;
  line-height: 1.5;
  padding-bottom: 130px;
}

#products_sec1 .part1 .part_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#products_sec1 .part1 .part_body .block {
  width: 230px;
  height: 230px;
  background: #4BB8BC;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
  flex-direction: column;
}

#products_sec1 .part1 .part_body .block small {
  font-size: 20px;
}

#products_sec1 .part1 .part_body .block span {
  display: inline-block;
  padding-top: 10px;
}

#products_sec1 .part1 .part_body .block:hover {
  opacity: 1;
  background: #FFB76F;
}

#products_sec1 .part1 .part_body .block.active {
  background: #FFB76F;
}

#products_sec1 .part1 .part_body .block::before {
  content: "";
  width: 32px;
  height: 27px;
  background: url(./../images/yellow_sankaku.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

#products_sec2 .tab {
  padding-bottom: 100px;
  display: none;
}

#products_sec2 .tab.active {
  display: block;
}

#products_sec2 .tab .tab_image {
  height: 984px;
}

#products_sec2 .tab .tab_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#products_sec2 .tab .tab_body {
  padding-top: 0;
}

#products_sec2 .tab .tab_body .desc {
  text-align: center;
  font-size: 25px;
}

#products_sec2 .tab .tab_body h3 {
  margin-top: 90px;
  height: 76px;
  border-radius: 38px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

#products_sec2 .tab .tab_body .desc1 {
  font-size: 28px;
  margin-top: 38px;
  text-align: center;
}

#products_sec2 .tab .tab_body .block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 73px;
  gap: 45px;
  cursor: pointer;
}

#products_sec2 .tab .tab_body .block .piece {
  flex: 1;
  max-width: 254px;
  width: 100%;
}

#products_sec2 .tab .tab_body .block .piece .piece_img {
  background: #f8f8f8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px 30px;
  width: 254px;
  height: 254px;
}

#products_sec2 .tab .tab_body .block .piece .piece_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#products_sec2 .tab .tab_body .block .piece.piece2 {
  box-flex: 2;
  -moz-box-flex: 2;
  flex: initial;
  max-width: 553px;
}

#products_sec2 .tab .tab_body .block .piece.piece2 .piece_img {
  width: 100%;
}

#products_sec2 .tab .tab_body .block .piece h6 {
  text-align: center;
  font-size: 18px;
  background: #FFB76F;
  color: black;
  height: 52px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.03em;
}

#products_sec2 .tab .tab_body .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

#products_sec2 .tab .tab_body .modal .bg {
  background: rgba(216, 254, 255, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#products_sec2 .tab .tab_body .modal .close {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E2B600;
  position: absolute;
  right: 50%;
  top: 148px;
  z-index: 100;
  transform: translateX(50%);
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts {
  position: absolute;
  left: 50%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-next,
#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-prev {
  position: absolute;
  bottom: auto;
  top: 160px;
  background: none;
  width: 22px;
  height: 13px;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-next::before, #products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-next::after,
#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-prev::before,
#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-prev::after {
  content: none;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-next {
  background: url(./../images/slick-next.png) no-repeat;
  right: calc(50% - 100px);
  background-size: contain;
  background-position: center;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .slick-prev {
  background: url(./../images/slick-prev.png) no-repeat;
  left: calc(50% - 100px);
  background-size: contain;
  background-position: center;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .piece {
  padding: 150px 0 80px;
  min-width: 1152px;
  height: 100vh;
  padding-top: 220px;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .piece .piece_img {
  text-align: center;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .piece .piece_img img {
  height: 304px;
  max-width: 858px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .piece h6 {
  font-size: 28px;
  height: 76px;
  max-width: 858px;
  margin: auto;
  background: white;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

#products_sec2 .tab .tab_body .modal .products_slicker_parts .piece p {
  font-size: 20px;
  text-align: center;
  margin-top: 47px;
}

#diaries_sec1 {
  height: 984px;
  background: url(./../images/diaries_fv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 341px;
}

#diaries_sec1 .part1 h2 {
  text-align: center;
}

#diaries_sec1 .part1 h2 img {
  width: 444px;
}

#diaries_sec1 .part1 p {
  color: white;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  padding-top: 156px;
}

#diaries_sec1 .part1 p small {
  font-size: 17px;
}

#diaries_sec2 .part1 .part_body {
  padding: 83px 90px;
}

#diaries_sec2 .part1 .part_body .block h5 {
  background: #68B72F;
  width: 300px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 27px;
  margin-bottom: 35px;
}

#diaries_sec2 .part1 .part_body .block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#diaries_sec2 .part1 .part_body .block ul li {
  width: 86px;
}

#diaries_sec2 .part1 .part_body .block ul li a {
  color: white;
  font-size: 32px;
  width: 86px;
  height: 86px;
  background: #4BB8BC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}

#diaries_sec3 .part1 {
  padding-top: 130px;
}

#diaries_sec3 .part1 .part_body .block h5 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#diaries_sec3 .part1 .part_body .block p {
  font-size: 16px;
}

#diary_sec2 .part1 .part_body {
  max-width: 973px;
  width: 100%;
  margin: auto;
}

#diary_sec2 .part1 .part_body .block {
  padding: 120px 75px;
  border-bottom: 1px solid #707070;
}

#diary_sec2 .part1 .part_body .block:last-child {
  border-bottom: none;
}

#diary_sec2 .part1 .part_body .block h5 {
  padding-bottom: 50px;
  font-size: 29px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#diary_sec2 .part1 .part_body .block h5 .date {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
}

#diary_sec2 .part1 .part_body .block .block_body .img_wrapper {
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}

#diary_sec2 .part1 .part_body .block .block_body p {
  font-size: 16px;
  white-space: pre-line;
}

#diary_sec2 .part2 {
  padding-bottom: 100px;
}

#diary_sec2 .part2 .part_body {
  border-top: 1px solid #707070;
  padding-top: 100px;
  max-width: 973px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  gap: 35px;
}

#diary_sec2 .part2 .part_body .block {
  max-width: 301px;
  width: 100%;
}

#diary_sec2 .part2 .part_body .block h5 {
  background: #68b72f;
  width: 300px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 27px;
  margin-bottom: 35px;
  mask-border: 45px;
}

#diary_sec2 .part2 .part_body .block ul {
  width: 973px;
  flex-wrap: wrap;
  gap: 12px;
  display: none;
  transform: translateX(calc(-50% + 150px));
}

#diary_sec2 .part2 .part_body .block ul li {
  width: 86px;
}

#diary_sec2 .part2 .part_body .block ul li a {
  color: white;
  font-size: 32px;
  width: 86px;
  height: 86px;
  background: #489395;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}

#diary_sec2 .part2 .part_body .block ul li.active a {
  background: #4BB8BC;
  
}

#diary_sec2 .part2 .part_body .block.active h5 {
  background-color: white;
  border: 2px solid #085279;
  color: #085279;
  font-weight: 500;
}

#diary_sec2 .part2 .part_body .block.active ul {
  display: flex;
}

#contact_sec1 {
  margin-top: 96px;
}

#contact_sec1 h2 {
  font-size: 65px;
  text-align: center;
  line-height: 1.5;
  padding-top: 198px;
  color: #7b7b7b;
  padding-bottom: 37px;
}

#contact_sec1 p {
  font-size: 23px;
  text-align: center;
}

#contact_sec1 .part_footer .faq_btn {
  padding-top: 115px;
}

#contact_sec1 .part_footer .faq_btn a {
  border-radius: 56px;
  max-width: 812px;
  width: 100%;
  margin: auto;
  background: #4BB8BC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: white;
  height: 112px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#contact_sec1 .part_footer .faq_btn a .text {
  width: 328px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: white;
}

#contact_sec1 .part_footer .faq_btn a .icon {
  width: 24px;
  height: 20px;
  object-fit: contain;
}

#contact_sec1 .part_footer .contact_btn {
  padding-top: 59px;
}

#contact_sec1 .part_footer .contact_btn a {
  border-radius: 56px;
  max-width: 812px;
  width: 100%;
  margin: auto;
  background: #FFB76F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: white;
  height: 112px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#contact_sec1 .part_footer .contact_btn a .text {
  width: 328px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: white;
}

#contact_sec1 .part_footer .contact_btn a .icon {
  width: 24px;
  height: 20px;
  object-fit: contain;
}

#contact_sec2 {
  padding-top: 275px;
  position: relative;
}

#contact_sec2 .part1 {
  max-width: 1004px;
  width: 100%;
  margin: auto;
}

#contact_sec2 .part1 dl {
  padding: 48px 10px;
  border-top: 1px solid #707070;
}

#contact_sec2 .part1 dl:last-child {
  border-bottom: 1px solid #707070;
}

#contact_sec2 .part1 dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

#contact_sec2 .part1 dl dt span {
  font-size: 23px;
  display: inline-block;
}

#contact_sec2 .part1 dl dt .icon {
  margin-right: 27px;
  display: inline-block;
}

#contact_sec2 .part1 dl dt .icon img {
  width: 72px;
  height: 72px;
}

#contact_sec2 .part1 dl dd {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#contact_sec2 .part1 dl dd span {
  font-size: 23px;
  color: #489395;
  display: inline-block;
}

#contact_sec2 .part1 dl dd .icon {
  margin-right: 27px;
  display: inline-block;
}

#contact_sec2 .part1 dl dd .icon img {
  width: 72px;
  height: 72px;
}

#contact_sec2 .part2 {
  padding-bottom: 105px;
  max-width: 1004px;
  width: 100%;
  margin: auto;
  padding-top: 200px;
}

#contact_sec2 .part2 h3 {
  color: #e64700;
  font-size: 30px;
  padding-bottom: 13px;
  text-align: center;
}

#contact_sec2 .part2 .desc {
  padding: 20px 15px;
  background: #fff1b7;
  font-size: 20px;
  color: #e64700;
  margin-bottom: 80px;
  line-height: 1.9;
}

#contact_sec2 .part2 .form-group {
  margin-bottom: 8px;
}

#contact_sec2 .part2 .form-group.mt-1 {
  margin-top: 28px;
}

#contact_sec2 .part2 .form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
  color: black;
}

#contact_sec2 .part2 .form-group input,
#contact_sec2 .part2 .form-group select,
#contact_sec2 .part2 .form-group textarea {
  color: black;
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ededed;
  border: none;
  padding-left: 20px;
  color: #363636;
  font-size: 21px;
}

#contact_sec2 .part2 .form-group textarea {
  height: 365px;
}

#contact_sec2 .part2 .submit_btn {
  text-align: center;
}

#contact_sec2 .part2 .submit_btn input {
  background: #FFB76F;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 21px;
  align-items: center;
  height: 48px;
  color: black;
  color: white;
  box-shadow: none;
  border: none;
  outline: none;
}

#thanks_sec1 {
  margin-top: 96px;
  margin-bottom: 180px;
}

#thanks_sec1 h2 {
  font-size: 65px;
  text-align: center;
  line-height: 1.5;
  padding-top: 198px;
  color: #7b7b7b;
  padding-bottom: 90px;
}

#thanks_sec1 p {
  background: #f2f2f2;
  border-radius: 51px;
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-align: center;
}

#thanks_sec1 .part_footer .faq_btn {
  padding-top: 115px;
}

#thanks_sec1 .part_footer .faq_btn a {
  border-radius: 56px;
  max-width: 812px;
  width: 100%;
  margin: auto;
  background: #4BB8BC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: white;
  height: 112px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#thanks_sec1 .part_footer .faq_btn a .text {
  width: 328px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: white;
}

#thanks_sec1 .part_footer .faq_btn a .icon {
  width: 24px;
  height: 20px;
  object-fit: contain;
}

#thanks_sec1 .part_footer .contact_btn {
  padding-top: 59px;
}

#thanks_sec1 .part_footer .contact_btn a {
  border-radius: 56px;
  max-width: 812px;
  width: 100%;
  margin: auto;
  background: #e6b900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: white;
  height: 112px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#thanks_sec1 .part_footer .contact_btn a .text {
  width: 328px;
  display: inline-block;
  text-align: center;
  font-size: 29px;
  color: white;
}

#thanks_sec1 .part_footer .contact_btn a .icon {
  width: 24px;
  height: 20px;
  object-fit: contain;
}

#privacy_sec1 {
  padding-top: 309px;
}

#privacy_sec1 .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}

#privacy_sec1 .btn_wrapper a {
  font-size: 25px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 432px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #4BB8BC;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

#privacy1 {
  padding-top: 145px;
}

#privacy1 h2 {
  text-align: center;
  font-size: 25px;
  color: #000000;
}

#privacy1 .part1 {
  padding-top: 60px;
  text-align: center;
}

#privacy1 .part1 p {
  display: inline-block;
  font-size: 16px;
  color: black;
  text-align: left;
  line-height: 2.2;
}

#privacy2 {
  padding-top: 233px;
}

#privacy2 h2 {
  text-align: center;
  font-size: 25px;
  color: black;
}

#privacy2 .part1 {
  padding-top: 60px;
  text-align: center;
  
}
/*追記*/
#diaries_sec2 .part1 .part_body .block ul li a{
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  #diaries_sec2 .part1 .part_body .block ul li a{
    font-size: 16px !important;
  }
}
/*ここまで*/

#privacy2 .part1 p {
  display: inline-block;
  font-size: 16px;
  
  color: black;
  line-height: 2.2;
  text-align: left;
}

#lp_sec1 .part1 {
  text-align: center;
  position: relative;
}

#lp_sec1 .part1 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lp_sec1 .part1 h2 img {
  width: 901px;
}

#lp_nayami {
  padding-top: 0;
  margin-top: -150px;
  position: relative;
  z-index: 2;
}

#lp_nayami h2 {
  font-size: 37px;
  padding-bottom: 28px;
  text-align: center;
}

#lp_nayami .part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1172px;
  gap: 13px;
  margin: auto;
}

#lp_nayami .part1 .block {
  background: #FFFFC9;
  border: 7px solid #12BCC7;
  max-width: 224px;
  flex: 1;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #4BB8BC;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_nayami .part2 {
  text-align: center;
  margin-top: 17px;
  position: relative;
}

#lp_nayami .part2 h2 {
  padding-bottom: 0;
}

#lp_nayami .part2 img {
  width: 880px;
}

#lp_nayami .part2 .banner {
  position: fixed;
  right: 73px;
  bottom: 73px;
  z-index: 100;
}

#lp_nayami .part2 .banner a img {
  width: 195px;
  height: 195px;
}

#lp_omakase h2 {
  font-size: 63px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 41px;
  color: #4BB8BC;
}

#lp_omakase .part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  margin: auto;
  gap: 56px;
}

#lp_omakase .part1 .block {
  max-width: 353px;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex: 1;
  border-radius: 50%;
  background: #4BB8BC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#lp_omakase .part1 .block p {
  text-align: center;
  font-size: 23px;
  color: white;
  line-height: 1.5;
}

#lp_omakase .part1 .block h6 {
  margin-top: 10px;
  color: white;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25;
}

#lp_omakase .part2 {
  padding-top: 35px;
}

#lp_omakase .part2 p {
  color: #4BB8BC;
  font-size: 30px;
  text-align: center;
}

#lp_reason {
  padding-top: 74px;
  padding-bottom: 90px;
}

#lp_reason .subtitle {
  text-align: center;
  font-size: 31px;
  color: #4BB8BC;
}

#lp_reason h2 {
  font-size: 55px;
  text-align: center;
  line-height: 1.4;
  color: #4BB8BC;
  margin-bottom: 50px;
}

#lp_reason .part1 {
  max-width: 1067px;
  width: 90%;
  margin: auto;
}

#lp_reason .part1 dl {
  padding: 60px 0 65px;
  border-top: 1px solid #4BB8BC;
}

#lp_reason .part1 dl dt {
  font-size: 35px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #4BB8BC;
}

#lp_reason .part1 dl dd {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.5;
  color: #8b8b8b;
  text-align: center;
}

#lp_reason .part1 dl:last-child {
  border-bottom: 1px solid #4BB8BC;
}

#lp_facility {
  background: #FFFFF4;
  padding-top: 140px;
  padding-bottom: 121px;
}

#lp_facility .subtitle {
  font-size: 31px;
  line-height: 1.5;
  color: #4BB8BC;
  text-align: center;
}

#lp_facility h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 69px;
  color: #4BB8BC;
  text-align: center;
}

#lp_facility p {
  font-size: 32px;
  
  color: #626262;
  text-align: center;
  line-height: 1.5;
}

#lp_facility .part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 128px;
}

#lp_facility .part1 .part_left img {
  width: 562px;
}

#lp_facility .part1 .part_right {
  padding-left: 72px;
}

#lp_facility .part1 .part_right h3 {
  font-size: 33px;
}

#lp_facility .part1 .part_right p {
  font-size: 21px;
  color: #818181;
  margin-top: 39px;
  text-align: left;
  line-height: 1.8;
}

#lp_products {
  padding-top: 128px;
  padding-bottom: 160px;
}

#lp_products h2 {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  color: #4BB8BC;
  margin-bottom: 36px;
}

#lp_products p {
  font-size: 21px;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 100px;
  line-height: 1.7;
}

#lp_products .infiniteslide .slicker_part img {
  padding: 0 15px;
}

#lp_metals {
  background: #FFFFF4;
  padding-top: 119px;
  padding-bottom: 120px;
}

#lp_metals h2 {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 36px;
  color: #4BB8BC;
}

#lp_metals p {
  font-size: 21px;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 100px;
  line-height: 1.5;
}

#lp_metals .infiniteslide .slicker_part img {
  padding: 0 15px;
}

#lp_others {
  padding-top: 139px;
  padding-bottom: 191px;
}

#lp_others h2 {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  color: #4BB8BC;
  margin-bottom: 36px;
}

#lp_others p {
  font-size: 21px;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 100px;
  line-height: 1.5;
}

#lp_others .infiniteslide .slicker_part img {
  padding: 0 15px;
}

#lp_oem {
  background: #FFFFF4;
  padding-top: 139px;
  padding-bottom: 165px;
}

#lp_oem .subtitle {
  font-size: 31px;
  line-height: 1.5;
  color: #4BB8BC;
  text-align: center;
}

#lp_oem h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 69px;
  text-align: center;
  color: #4BB8BC;
}

#lp_oem p {
  font-size: 28px;
  color: #838383;
  text-align: center;
  line-height: 1.5;
}

#lp_oem .part1 {
  max-width: 1281px;
  margin: auto;
  margin-top: 145px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 104px 27px;
}

#lp_oem .part1 .block h3 {
  font-size: 23px;
  text-align: center;
  line-height: 1.5;
  padding: 16px 0 14px;
}

#lp_oem .part1 .block p {
  font-size: 13px;
  text-align: left;
  color: black;
  line-height: 1.5;
}

#lp_flow {
  padding-top: 160px;
  padding-bottom: 107px;
}

#lp_flow .subtitle {
  font-size: 31px;
  line-height: 1.5;
  color: #4BB8BC;
  text-align: center;
}

#lp_flow h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 102px;
  text-align: center;
  color: #4BB8BC;
}

#lp_flow .part1 {
  max-width: 1067px;
  margin: auto;
}

#lp_flow .part1 ul li {
  border-top: 1px solid #A0A0A0;
  padding: 80px 100px 83px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#lp_flow .part1 ul li:last-child {
  border-bottom: 1px solid #A0A0A0;
}

#lp_flow .part1 ul li .icon {
  width: 114px;
}

#lp_flow .part1 ul li .block_content {
  padding-left: 40px;
}

#lp_flow .part1 ul li .block_content h5 {
  font-size: 35px;
  line-height: 1.5;
  color: #4BB8BC;
}

#lp_flow .part1 ul li .block_content p {
  font-size: 16px;
  color: #898989;
  line-height: 1.5;
  margin-top: 11px;
}

#lp_faq {
  background: #FFFFF4;
  padding-bottom: 87px;
  padding-top: 117px;
}

#lp_faq .subtitle {
  font-size: 31px;
  line-height: 1.5;
  color: #4BB8BC;
  text-align: center;
}

#lp_faq h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 102px;
  text-align: center;
  color: #4BB8BC;
}

#lp_faq .part1 {
  max-width: 1023px;
  margin: auto;
}

#lp_faq .part1 dl {
  margin-bottom: 55px;
}

#lp_faq .part1 dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #4BB8BC;
  padding: 12px 33px 15px;
  line-height: 1.5;
  font-weight: 500;
}

#lp_faq .part1 dl dt span {
  color: white;
  font-size: 25px;
  line-height: 1.5;
}

#lp_faq .part1 dl dt .icon {
  display: inline-block;
  margin-right: 20px;
  font-size: 47px;
  color: white;
}

#lp_faq .part1 dl dd {
  background: white;
  border: 1px solid #4BB8BC;
  padding: 21px 23px 32px;
  font-size: 16px;
  color: #797979;
  line-height: 1.5;
}

#lp_contact {
  height: 882px;
  background: url(./../images/lp_contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contact .part1 h2 {
  font-size: 55px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #4BB8BC;
}

#lp_contact .part1 p {
  margin-top: 82px;
  font-size: 28px;
  text-align: center;
  color: #919191;
  line-height: 1.5;
}

#lp_contact_form {
  padding-top: 147px;
  padding-bottom: 140px;
  background: #FFFFF4;
}

#lp_contact_form .subtitle {
  font-size: 31px;
  line-height: 1.5;
  color: #4BB8BC;
  text-align: center;
}

#lp_contact_form h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 50px;
  text-align: center;
  color: #4BB8BC;
}

#lp_contact_form .part1 {
  max-width: 860px;
  margin: auto;
}

#lp_contact_form .part1 p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #606060;
}

#lp_contact_form .part1 small {
  line-height: 1.5;
  font-size: 12px;
}

#lp_contact_form .part1 h3 {
  margin-top: 52px;
  text-align: center;
  color: #e64700;
  font-size: 36px;
}

#lp_contact_form .part1 .desc {
  width: 100%;
  background: #fff1b7;
  padding: 32px 114px;
}

#lp_contact_form .part1 .desc p {
  color: #e64700;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}

#lp_contact_form .part1 .part_body {
  padding-top: 80px;
}

#lp_contact_form .part1 .part_body .form-group {
  margin-bottom: 34px;
}

#lp_contact_form .part1 .part_body .form-group.mt-1 {
  margin-top: 28px;
}

#lp_contact_form .part1 .part_body .form-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 9px;
  color: black;
}

#lp_contact_form .part1 .part_body .form-group p {
  margin-bottom: 0;
}

#lp_contact_form .part1 .part_body .form-group p.description {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 14px;
  margin-top: 9px;
}

#lp_contact_form .part1 .part_body .form-group .flex_form > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#lp_contact_form .part1 .part_body .form-group .flex_form > p .wpcf7-form-control {
  max-width: 351px;
}

#lp_contact_form .part1 .part_body .form-group .flex_form > p a {
  color: #4BB8BC;
  text-decoration: none;
  margin-left: 16px;
  font-size: 16px;
}

#lp_contact_form .part1 .part_body .form-group input,
#lp_contact_form .part1 .part_body .form-group select,
#lp_contact_form .part1 .part_body .form-group textarea {
  color: black;
  height: 47px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border: none;
  padding-left: 16px;
  color: #363636;
  font-size: 16px;
}

#lp_contact_form .part1 .part_body .form-group select {
  max-width: 351px;
  width: 100%;
}

#lp_contact_form .part1 .part_body .form-group textarea {
  height: 365px;
  padding: 16px;
}

#lp_contact_form .part1 .part_body .form-group .essential {
  background: url(./../images/essential.png);
  background-size: 100% auto;
  background-position: center;
  color: transparent;
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  width: 33px;
  height: 17px;
}

#lp_contact_form .part1 .part_body .form-group.privacy_link {
  margin-bottom: 22px;
  margin-top: 61px;
}

#lp_contact_form .part1 .part_body .form-group.privacy_link p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#lp_contact_form .part1 .part_body .form-group.privacy_link p a {
  font-size: 15px;
  color: #4BB8BC;
}

#lp_contact_form .part1 .part_body .form-group.privacy_link p span {
  font-size: 15px;
}

#lp_contact_form .part1 .part_body .submit_btn {
  text-align: center;
}

#lp_contact_form .part1 .part_body .submit_btn input {
  background: #4BB8BC;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 21px;
  align-items: center;
  height: 71px;
  color: black;
  color: white;
  box-shadow: none;
  border: none;
  outline: none;
}

#lp_company {
  padding-top: 154px;
}

#lp_company h2 {
  padding-top: 3px;
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 63px;
  color: #4BB8BC;
  text-align: center;
}

#lp_company > p {
  font-size: 22px;
  color: #727272;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}

#lp_company .part1 {
  max-width: 943px;
  margin: auto;
  margin-top: 80px;
}

#lp_company .part1 .part_body dl {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#lp_company .part1 .part_body dl:last-child {
  border-bottom: none;
}

#lp_company .part1 .part_body dl dt {
  font-size: 17px;
  max-width: 154px;
  width: 100%;
  color: #6A6A6A;
}

#lp_company .part1 .part_body dl dd {
  font-size: 17px;
  line-height: 1.5;
  flex: 1;
  color: #6A6A6A;
}

#lp_company .part1 .part_body dl dd ul li {
  color: #6A6A6A;
  font-size: 16px;
}

#lp_company .part1 .part_footer {
  margin-top: 72px;
  padding-bottom: 54px;
}

#lp_company .part1 .part_footer a {
  display: flex;
  background: #4BB8BC;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 21px;
  width: 100%;
  height: 71px;
}

footer .lp_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 133px;
}

footer .lp_footer a img {
  width: 157px;
}

footer .pagetop_link {
  position: relative;
}

footer .pagetop_link a {
  position: absolute;
  right: 39px;
  top: -104px;
}

footer .part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4BB8BC;
  text-align: center;
  height: 98px;
}

footer .part1 img {
  width: 247px;
}

footer .part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

footer .part2 .part_left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 44px;
}

footer .part2 .part_left .block {
  text-align: center;
}

footer .part2 .part_left .block h4 {
  border-bottom: 1px solid #707070;
}

footer .part2 .part_left .block h4 a {
  font-size: 22px;
  line-height: 1.5;
  color: #4BB8BC;
  font-weight: 600;
}

footer .part2 .part_left .block ul {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

footer .part2 .part_left .block ul.row {
  display: inline-grid;
  gap: 0 10px;
  grid-template-columns: 1fr 0.7fr;
}

footer .part2 .part_left .block ul li {
  width: 100%;
  text-align: left;
  line-height: 1;
}

footer .part2 .part_left .block ul li a {
  line-height: 1.4;
  font-size: 14px;
  align-items: flex-start;
  display: inline-flex;
  justify-content: flex-start;
}

footer .part2 .part_left .block ul li a .icon {
  display: inline-block;
  margin-right: 5px;
  color: #e6b900;
}

footer .part2 .part_left .block ul li a .text {
  display: inline-block;
}

footer .part2 .part_right h3 {
  font-size: 20px;
  color: black;
  padding-bottom: 16px;
}

footer .part2 .part_right p {
  font-size: 14px;
  line-height: 1.5;
  color: black;
}

footer .part2 .part_right .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}

footer .part2 .part_right .btn_wrapper a.info_btn {
  width: 88px;
  height: 48px;
  border-radius: 24px;
  color: white;
  font-size: 17px;
  display: flex;
  align-items: center;
  background: #4BB8BC;
  justify-content: center;
}

footer .part2 .part_right .btn_wrapper a.twitter img {
  width: 38px;
}

footer .part2 .part_right .link {
  margin-top: 13px;
}

footer .part2 .part_right .link a {
  font-size: 12px;
  color: #4BB8BC;
}

footer .part3 {
  margin-top: 60px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: #4BB8BC;
}

#news_sec1 .part1 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 142px;
  padding-bottom: 80px;
}

#news_sec1 .part2 .part_body {
  max-width: 973px;
  margin: 0 auto;
}

#news_sec1 .part2 .part_body .block {
  padding: 30px 30px;
  border-top: 1px solid #707070;
}

#news_sec1 .part2 .part_body .block:last-child {
  border-bottom: 1px solid #707070;
}

#news_sec1 .part2 .part_body .block h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  color: #4BB8BC;
}

#news_sec1 .part2 .part_body .block .date {
  font-size: 12px;
  margin-top: 18px;
  line-height: 1;
}

#news_sec1 .part2 .part_body .block .date span {
  color: #4BB8BC;
}

#news_sec1 .part2 .part_body .block .link a {
  display: block;
  text-decoration: underline;
  font-size: 15px;
}

#news_sec1 .part2 .part_body .block .text p {
  font-size: 15px;
  color: black;
  line-height: 1.7;
}

#news_sec2 {
  margin-top: 0px;
  z-index: 3;
  position: relative;
  padding-top: 80px;
}

#news_sec2 .part1 {
  max-width: 983px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#news_sec2 .part1 .block {
  width: 298px;
  margin-right: 43px;
  margin-bottom: 45px;
}

#news_sec2 .part1 .block a {
  display: block;
}

#news_sec2 .part1 .block a img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  object-position: center;
}

#news_sec2 .part1 .block a .block_body {
  text-align: left;
  padding-top: 0;
  line-height: 1;
  padding-top: 15px;
}

#news_sec2 .part1 .block a .block_body .date {
  font-size: 12px;
  line-height: 1;
  display: block;
}

#news_sec2 .part1 .block a .block_body .title {
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
}

#news_sec2 .part1 .block a .block_body p {
  padding-top: 10px;
  font-size: 11px;
  color: #ababab;
}

#news_sec2 .part1 .block:nth-child(3n) {
  margin-right: 0;
}

#news_sec2 .part2 {
  padding-bottom: 75px;
}

#news_detail_sec1 h2 {
  font-size: 28px;
  text-align: left;
  position: relative;
  padding-top: 75px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 775px;
  width: 100%;
  line-height: 1.4;
}

#news_detail_sec1 h2 .date {
  font-size: 12px;
}

#news_detail_sec1 .part1 .block1 {
  text-align: center;
  max-width: 775px;
  width: 100%;
  margin: auto;
}

#news_detail_sec1 .part1 .block1 > img {
  width: 100%;
  margin-bottom: 40px;
}

#news_detail_sec1 .part1 .block1 p {
  text-align: left;
  color: black;
  font-size: 12px;
  line-height: 2.2;
}

#news_detail_sec1 .part1 .block1 img {
  width: 100%;
  height: auto;
}

#news_detail_sec1 .part1 .block1 a {
  text-decoration: underline;
}

#news_detail_sec1 .part1 .bottom_btn {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

#news_detail_sec1 .part1 .bottom_btn a {
  width: 139px;
  height: 42px;
  border: 1px solid black;
  display: inline-block;
  font-size: 10px;
  margin: auto;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

label.error {
  color: red !important;
  padding-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #edeeee;
  display: block;
  font-size: 12px;
  text-align: center;
}

.right_bar .banner {
  margin-bottom: 20px;
  display: block;
}

#commercial_sec1 h2 {
  text-align: center;
  padding: 75px 0 70px;
  color: black;
  font-size: 19px;
}

#commercial_sec1 .part1 {
  width: 820px;
  margin: auto;
  line-height: 2;
}

#commercial_sec1 .part1 dl {
  margin-bottom: 30px;
}

#commercial_sec1 .part1 dl dt {
  font-size: 12px;
  color: black;
}

#commercial_sec1 .part1 dl dd {
  font-size: 12px;
  color: black;
}

#commercial_sec1 .part2 .link_group {
  color: black;
  text-align: center;
  padding-top: 45px;
  line-height: 1;
  font-size: 12px;
}

#commercial_sec1 .part2 .link_group a {
  color: black;
  font-size: 12px;
}

#commercial_sec1 .bottom_btn {
  padding-top: 70px;
  padding-bottom: 100px;
  text-align: center;
  color: black;
}

#commercial_sec1 .bottom_btn a {
  font-size: 13px;
  color: black;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a,
.pagination span {
  font-size: 12px;
  border-right: 1px solid black;
  padding: 0 5px;
  line-height: 1;
}

.pagination a:last-child,
.pagination span:last-child {
  border-right: none;
}

.pagination a {
  text-decoration: underline;
}
