@charset "UTF-8";
body {
  line-height: 2rem;
  letter-spacing: 0rem;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

img {
  width: auto;
  transition: all 0.3s;
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a:hover i {
  opacity: 0.8;
}

.inner {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .inner {
    margin: 0 5%;
  }
}
section {
  margin-bottom: 0;
}

section.m70 {
  margin-bottom: 70px;
}

section.m100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 0;
  }

  section:first-of-type {
    margin-bottom: 0;
  }
}
/*------------------------------------------------
   header
------------------------------------------------*/
header {
  position: relative;
  height: 200px;
  background-image: url(../images/logo_ts.png);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: -350px;
  background-color: #ffffff;
  padding: 20px 35px 20px 75px;
  transition: all 0.3s;
  z-index: 2;
}
header .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
header .group p {
  padding-left: 10px;
  padding-right: 15px;
  letter-spacing: 0;
}
header .group a {
  display: inline-flex;
}
header .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .main .ttl h1 {
  font-size: 1.75rem;
}
header .main .ttl h1 a {
  color: #000000;
  text-decoration: none;
}
header .main .ttl h1 a:visited {
  color: #000000;
}
header .main .ttl h1 span {
  padding-left: 2rem;
  font-size: 1rem;
}
header .main .ttl .logo {
  display: none;
}
header .main .navi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .main .navi ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding-right: 35px;
}
header .main .navi ul li {
  position: relative;
}
header .main .navi ul li a {
  color: #0068b7;
}
header .main .navi ul li:not(:first-child)::before {
  content: "";
  border-left: 1px dotted #707070;
  position: relative;
  left: -30px;
  padding: 5px 0;
}
header .main .navi div.contact a {
  position: relative;
  border-radius: 3px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16) inset;
  color: #ffffff;
  padding: 15px 60px;
  background: #0068b7;
  font-size: 0.875rem;
  letter-spacing: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}
header .main .navi div.contact a .ico {
  max-width: 25px;
  width: 100%;
  display: inline-flex;
}
header .main .navi div.contact a .ico img {
  width: 100%;
  position: relative;
  left: 0;
}
header .main .navi div.contact a p {
  line-height: 0;
}
header .main .navi div.contact a:hover {
  text-decoration: none;
}
header .sp_nav {
  display: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .sp_nav .logo {
  margin-right: 20px;
}
header .sp_nav .toggle_menu .close {
  display: none;
}
header .sp_nav #sp_toggle {
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 99;
  position: relative;
  margin: 0 auto;
}
header .sp_nav #sp_toggle .bar {
  display: inline-block;
  height: 4px;
  border-radius: 15px;
  background-color: #000000;
  position: absolute;
  transition: .15s ease-in-out;
  right: 0;
}
header .sp_nav #sp_toggle #bar01 {
  top: 0;
  width: 25px;
  background-color: #000000;
}
header .sp_nav #sp_toggle #bar02 {
  top: 10px;
  width: 25px;
  background-color: #000000;
}
header .sp_nav #sp_toggle #bar03 {
  top: 20px;
  width: 25px;
  background-color: #000000;
}
header .sp_nav #sp_toggle.active #bar01 {
  top: 10px;
  transform: rotate(45deg);
  background-color: #ffffff;
}
header .sp_nav #sp_toggle.active #bar02 {
  width: 0;
}
header .sp_nav #sp_toggle.active #bar03 {
  top: 10px;
  width: 25px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
header #menu_overlay {
  display: block;
  width: 100vw;
  height: 102vh;
  position: fixed;
  left: 100vw;
  top: 100px;
  z-index: 5;
  overflow: scroll;
  transition: all 0.3s;
  background-color: #ffffff;
}
header #menu_overlay.active {
  left: 0;
}
header #sp_menu {
  display: block;
  z-index: 10;
  top: 100px;
  left: 100vw;
  position: fixed;
  background: #0068b7;
  width: 100%;
  height: auto;
  overflow: scroll;
  transition: all 0.3s;
  margin: 0 5px;
}
header #sp_menu .gnavi {
  padding: 40px 0;
  margin-bottom: 15px;
}
header #sp_menu .gnavi ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  list-style: none;
  padding: 0 20px;
  margin-bottom: 30px;
}
header #sp_menu .gnavi ul li {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
  padding: 20px;
  border-top: 1px dotted #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header #sp_menu .gnavi ul li div {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
}
header #sp_menu .gnavi ul li div img.s {
  width: 50%;
}
header #sp_menu .gnavi ul li div img.l {
  width: 70%;
}
header #sp_menu .gnavi ul li a {
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
header #sp_menu .gnavi ul li:last-of-type {
  border-bottom: 1px dotted #ffffff;
}
header #sp_menu .gnavi ul li:before {
  content: "";
  display: none;
}
header #sp_menu .gnavi .contact {
  text-align: center;
}
header #sp_menu .gnavi .contact a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 10px 25px;
  color: #165498;
  gap: 10px;
}
header #sp_menu .gnavi .contact a .ico {
  display: inline-flex;
  vertical-align: middle;
}
header #sp_menu .contact_box {
  margin: 0 5%;
  opacity: 0;
}
header #sp_menu.active {
  left: 0;
  width: auto;
}

header.compact {
  height: 100px;
  background: none;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
header.compact .group {
  display: none;
}
header.compact .main {
  height: 100%;
}
header.compact .main .ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.compact .main .ttl .logo {
  display: inline-block;
  padding-right: 15px;
}

header.active {
  background: #0068b7;
  background-image: none;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-top: 5px solid #ffffff;
}
header.active .main .ttl h1 {
  color: #ffffff;
}
header.active .main .sp_nav .logo {
  display: none;
}
header.active .main .sp_nav .toggle_menu .menu {
  display: none;
}
header.active .main .sp_nav .toggle_menu .close {
  display: block;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  header.compact .main .ttl h1 span {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1350px) {
  header .main .ttl h1 span {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  header .main .navi ul {
    gap: 30px;
  }
  header .main .navi ul li:not(:first-child)::before {
    left: -15px;
  }
  header .main .navi div.contact a {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1050px) {
  header {
    padding: 10px;
  }
  header .main .ttl h1 {
    font-size: 1.25rem;
  }
  header .main .navi ul {
    padding-right: 15px;
    gap: 15px;
  }
  header .main .navi ul li {
    font-size: 0.85rem;
  }
  header .main .navi ul li:not(:first-child)::before {
    left: -7px;
  }
  header .main .navi div.contact a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 100px;
    background-image: url(../images/sp/logo_ts_sp.png);
    background-position-y: 50%;
    background-position-x: -115px;
    background-size: 100%;
    padding: 20px 20px 20px;
    position: sticky;
    top: 0;
  }
  header .group {
    display: none;
  }
  header .main .navi {
    display: none;
  }
  header .main .ttl {
    text-align: left;
  }
  header .main .ttl h1 {
    font-size: 1rem;
    line-height: 1rem;
  }
  header .main .ttl h1 span {
    font-size: 0.75rem;
    display: block;
    padding-left: 0;
  }
  header .sp_nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  header.compact {
    background-repeat: no-repeat;
    height: 100px;
    background-image: url(../images/sp/logo_ts_sp.png);
    background-position-y: 50%;
    background-position-x: -115px;
    background-size: 100%;
  }
  header.compact .main {
    height: auto;
  }
  header.compact .main .ttl .logo {
    display: none;
  }

  header.compact.active {
    background-image: none;
  }
}
/*------------------------------------------------
   FOOTER
------------------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  position: relative;
}
footer .bottom {
  background: #000000;
  height: 40px;
  padding: 0 20px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .bottom p, footer .bottom a {
  color: #ffffff;
}

/*------------------------------------------------
   WHO WE ARE
------------------------------------------------*/
.slideshow {
  padding: 25px 0;
  background: #dedede;
  margin-bottom: 45px;
}
.slideshow img {
  width: 100%;
}

.catch {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 70px;
}

.wwa_container .ttl {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}
.wwa_container .ttl .box {
  display: inline-block;
}
.wwa_container .ttl .box img {
  margin-bottom: 15px;
}
.wwa_container .ttl .box h2 {
  font-size: 1.5rem;
  text-align: center;
}
.wwa_container .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 55px;
}
.wwa_container .content .left p {
  text-align: left;
  letter-spacing: 0;
}
.wwa_container .content .left p span {
  font-size: 0.875rem;
  font-weight: bold;
  color: #666;
}
.wwa_container .content .right figure figcaption {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .wwa_container .ttl {
    text-align: center;
  }
  .wwa_container .content {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .wwa_container .content .left, .wwa_container .content .right {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  .catch {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 30px;
  }

  .wwa_container {
    margin-bottom: 100px;
  }
  .wwa_container .ttl {
    text-align: center;
  }
  .wwa_container .ttl .box img {
    width: 100%;
  }
  .wwa_container .content {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .wwa_container .content .left, .wwa_container .content .right {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .wwa_container .content .right img {
    width: 100%;
  }
}
/*------------------------------------------------
   FACTORY
------------------------------------------------*/
.factory_container {
  background-color: #0068b7;
  padding: 100px 0 30px;
}
.factory_container .thumb {
  margin: 0 auto 0px;
  padding: 0 10px;
  max-width: 1500px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.factory_container .thumb img {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}

.flow_ttl {
  text-align: center;
  margin-bottom: 40px;
}
.flow_ttl h3 {
  color: #ffffff;
  font-size: 1.5rem;
}
.flow_ttl .flow_btn {
  margin-bottom: 15px;
}
.flow_ttl .flow_btn p {
  margin: 0 auto;
  padding: 10px;
  width: 200px;
  height: 50px;
  background-color: #ffffff;
  color: #254784;
  border-radius: 100px;
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .flow_ttl .flow_btn {
    width: 50%;
    margin: 0 auto 15px;
  }
  .flow_ttl .flow_btn img {
    width: 80%;
  }
  .flow_ttl h3 {
    font-size: 1.25rem;
  }
}
.flow_container {
  background-color: #0068b7;
  padding: 0px 0 100px;
}
.flow_container .sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: -0vh;
  height: auto;
}
.flow_container .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 135px;
  padding-bottom: 80px;
}
.flow_container .main .ttl img {
  margin-bottom: 15px;
}
.flow_container .main .ttl h2 {
  font-size: 1.5rem;
  color: #ffffff;
}
.flow_container .main .content p {
  color: #ffffff;
  text-align: left;
}
.flow_container .flow_boxes {
  padding-left: 13%;
  padding-right: 35%;
  top: 0;
  height: 100%;
  will-change: transform;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
}
.flow_container .flow_boxes .flow_box {
  background-color: #ffffff;
  padding: 20px 20px 30px;
  text-align: center;
  border-radius: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow_container .flow_boxes .flow_box .flow_img {
  position: relative;
  margin-bottom: 50px;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.flow_container .flow_boxes .flow_box .flow_img .idx {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.flow_container .flow_boxes .flow_box .ttl_en {
  color: #254784;
  font-size: 1.25rem;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.flow_container .flow_boxes .flow_box .ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.flow_container .flow_boxes .flow_box .info {
  letter-spacing: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  line-height: 1.25rem;
}
.flow_container .flow_boxes .flow_arrow {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.products_diamond {
  width: 300px;
  height: 100px;
  border-style: solid;
  border-right: 150px solid transparent;
  border-left: 150px solid transparent;
  border-top: 100px solid #0068b7;
  border-bottom: 0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  background-color: #f8f8f8;
}
.products_diamond .ttl {
  text-align: center;
  position: relative;
  left: -0;
  top: -110px;
  font-size: 1.75rem;
  color: #ffffff;
  transform: translate(-50%);
}
.products_diamond .ttl_jp {
  width: 300px;
  text-align: center;
  position: relative;
  left: -150px;
  top: -110px;
  font-size: 1.375rem;
  color: #ffffff;
}

.products_container {
  background-color: #f8f8f8;
  margin-bottom: 75px;
}

.products_boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
  column-gap: 50px;
  padding: 0 50px;
  padding-bottom: 100px;
}

.product_modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 5;
  visibility: hidden;
}
.product_modal .pm_overlay {
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0;
  position: absolute;
}
.product_modal .pm_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  background: white;
  border-radius: 25px;
  padding: 20px;
  display: none;
}
.product_modal .pm_content img {
  width: 100%;
}
.product_modal .pm_content p {
  text-align: center;
}

.product_modal.open {
  visibility: visible;
}
.product_modal.open .pm_overlay {
  opacity: 0.8;
}
.product_modal.open .pm_content {
  display: block;
}

@media screen and (max-width: 1150px) {
  .products_boxes {
    padding: 0;
    column-gap: 25px;
  }
  .products_boxes .product {
    flex: 0 1 30%;
  }
}
@media screen and (max-width: 1055px) {
  .products_boxes {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .products_boxes {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .factory_container {
    padding: 10px 0 15px;
  }

  .flow_container {
    height: auto;
  }
  .flow_container .sticky_wrap {
    position: relative;
  }
  .flow_container .sticky_wrap .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .flow_container .sticky_wrap .main .ttl {
    margin: 0 auto;
  }
  .flow_container .flow_boxes {
    padding-left: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%;
    margin-bottom: 100px;
  }
  .flow_container .flow_boxes .flow_box {
    padding: 20px 15px 30px;
    width: 100%;
  }
  .flow_container .flow_boxes .flow_box img {
    width: 100%;
  }
  .flow_container .flow_boxes .flow_box img.idx {
    width: auto;
  }
  .flow_container .flow_boxes .flow_box .ttl {
    font-size: 1.5rem;
  }
  .flow_container .flow_boxes .flow_box .info {
    font-size: 0.85rem;
  }
  .flow_container .flow_boxes .flow_arrow {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
  }
  .flow_container .flow_boxes .flow_arrow img {
    transform: rotate(90deg);
  }

  .products_container .products_boxes {
    padding: 0;
    row-gap: 50px;
  }
  .products_container .products_boxes .product {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .products_container .products_boxes .product img {
    width: 100%;
    margin-bottom: 15px;
  }
  .products_container .products_boxes .product p {
    font-size: 1.25rem;
  }

  .product_modal .pm_content {
    width: 90vw;
  }

  .products_diamond {
    width: 250px;
    height: 100px;
    border-right: 125px solid transparent;
    border-left: 125px solid transparent;
    border-top: 100px solid #0068b7;
  }
  .products_diamond .ttl_jp {
    width: 250px;
    text-align: center;
    position: relative;
    left: -125px;
    top: -110px;
    font-size: 1.375rem;
    color: #ffffff;
  }
}
/*------------------------------------------------
   RECRUIT
------------------------------------------------*/
.recruit_top {
  width: 100%;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  background: linear-gradient(90deg, #0068b7 0, #0068b7 50%, #94c7f8 50%, #94c7f8 100%);
}
.recruit_top .recruit {
  -webkit-flex: 0 1 750px;
  -ms-flex: 0 1 750px;
  flex: 0 1 750px;
}
.recruit_top .contact {
  -webkit-flex: 0 1 750px;
  -ms-flex: 0 1 750px;
  flex: 0 1 750px;
}
.recruit_top .recruit img, .recruit_top .contact img {
  margin-bottom: 20px;
}
.recruit_top .recruit p, .recruit_top .recruit a, .recruit_top .contact p, .recruit_top .contact a {
  color: #ffffff;
}
.recruit_top .recruit h2.ttl, .recruit_top .contact h2.ttl {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #ffffff;
}
.recruit_top .recruit p, .recruit_top .contact p {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.recruit_top .recruit a, .recruit_top .contact a {
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .recruit_top .recruit {
    padding: 0 20px;
  }
  .recruit_top .recruit img {
    width: 50%;
  }
  .recruit_top .contact {
    padding: 0 20px;
  }
  .recruit_top .contact img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_top {
    background: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .recruit_top .recruit, .recruit_top .contact {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 30px 5%;
  }
  .recruit_top .recruit p, .recruit_top .contact p {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .recruit_top .recruit h2.ttl, .recruit_top .contact h2.ttl {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .recruit_top .recruit {
    background-color: #254784;
  }
  .recruit_top .recruit img {
    width: 50%;
  }
  .recruit_top .contact {
    background-color: #94c7f8;
  }
  .recruit_top .contact img {
    width: 70%;
  }
}
.recruit_main_container {
  position: relative;
  margin-bottom: 100px;
}
.recruit_main_container .bg {
  width: 100%;
}
.recruit_main_container .ttl_bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit_main_container .ttl_bg:before {
  content: " ";
  background-color: #0068b7;
  width: 480px;
  height: 120px;
  mix-blend-mode: multiply;
  position: absolute;
}
.recruit_main_container .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .recruit_main_container {
    margin-bottom: 40px;
  }
  .recruit_main_container .ttl_bg:before {
    width: 60%;
    height: 90px;
  }
  .recruit_main_container .ttl img {
    width: 100%;
  }

  .recruit_anchor {
    display: none;
  }
}
.anchor ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.anchor ul li {
  position: relative;
}
.anchor ul li a {
  color: #000000;
}
.anchor ul li:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -1.5rem;
}

@media screen and (max-width: 768px) {
  .anchor ul {
    gap: 1.5rem;
  }
  .anchor ul li a {
    font-size: 0.75rem;
  }
  .anchor ul li:not(:first-child)::before {
    left: -1rem;
  }
}
.message_ttl {
  padding-top: 40px;
}
.message_ttl img {
  margin-bottom: 35px;
}
.message_ttl h2 {
  font-size: 1.5rem;
}

.message_container {
  padding-top: 75px;
  padding-bottom: 220px;
  background: linear-gradient(#fff 0%, #ecedef 100%);
}
.message_container .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.message_container .image img {
  width: 100%;
}
.message_container .txt p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .message_ttl {
    padding-top: 0;
  }

  .message_container {
    padding-bottom: 110px;
  }
}
.interview_ttl {
  padding-top: 80px;
  margin-bottom: 40px;
}
.interview_ttl img {
  margin-bottom: 15px;
}
.interview_ttl h2 {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .interview_ttl {
    padding-top: 40px;
  }
}
.interview_anchor {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .interview_anchor {
    display: none;
  }
}
.interview_container {
  margin-bottom: 80px;
}
.interview_container .vol {
  text-align: center;
  margin-bottom: 60px;
}
.interview_container .interview_main_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
}
.interview_container .interview_main_box .left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.interview_container .interview_main_box .left .img {
  margin-bottom: 20px;
}
.interview_container .interview_main_box .left .txt {
  border-left: 3px solid #0068b7;
  padding-left: 1rem;
  text-align: left;
  width: 100%;
}
.interview_container .interview_main_box .left .txt p {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 2.5rem;
}
.interview_container .interview_main_box .left .txt p.name {
  text-align: right;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.interview_container .interview_main_box .left .txt p.name span {
  padding-left: 2rem;
  font-size: 1rem;
}

@media screen and (max-width: 1150px) {
  .interview_container .interview_main_box .left .img img {
    width: 100%;
  }
  .interview_container .interview_main_box .left .txt p {
    font-size: 1.25rem;
  }
  .interview_container .interview_main_box .right {
    -webkit-flex: 0 1 85%;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }
  .interview_container .interview_main_box .right .img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview_container .vol {
    width: 70%;
    margin: 0 auto 30px;
  }
  .interview_container .vol img {
    width: 100%;
  }
  .interview_container .interview_main_box {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .interview_container .interview_main_box .left {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    gap: 20px;
  }
  .interview_container .interview_main_box .left .img img {
    width: 100%;
  }
  .interview_container .interview_main_box .left .txt {
    border-left: none;
  }
  .interview_container .interview_main_box .left .txt p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
  }
  .interview_container .interview_main_box .left .txt p.name {
    text-align: center;
    font-size: 1.125rem;
  }
  .interview_container .interview_main_box .left .txt p.name span {
    padding-left: 1rem;
  }
  .interview_container .interview_main_box .right {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .interview_container .interview_main_box .right .img img {
    width: 80%;
  }
}
.question_container {
  padding-top: 80px;
}
.question_container .question_boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.question_container .question_boxes .box {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  min-height: 340px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px dashed #707070;
  padding: 30px;
}
.question_container .question_boxes .box .ttl {
  border: 1px solid #707070;
  display: inline-block;
  padding: 15px 40px;
  min-width: 300px;
  margin-bottom: 30px;
  position: relative;
}
.question_container .question_boxes .box .ttl img, .question_container .question_boxes .box .ttl p, .question_container .question_boxes .box .ttl h3 {
  position: relative;
  z-index: 1;
}
.question_container .question_boxes .box .ttl p, .question_container .question_boxes .box .ttl h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 0.5rem;
}
.question_container .question_boxes .box .ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  top: 5px;
  bottom: 5px;
  left: -1px;
  right: -1px;
}
.question_container .question_boxes .box .ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  top: -1px;
  bottom: -1px;
  left: 5px;
  right: 5px;
}
.question_container .question_boxes .box .txt {
  text-align: left;
  letter-spacing: 0.1rem;
}
.question_container .question_boxes .box.message {
  background-color: rgba(0, 104, 183, 0.1);
}
.question_container .question_boxes .box.message .ttl {
  border: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0;
}
.question_container .question_boxes .box.message .ttl img {
  margin-bottom: 15px;
}
.question_container .question_boxes .box.message .ttl .ico {
  position: absolute;
  right: 0;
  top: 0;
}
.question_container .question_boxes .box.message .ttl p, .question_container .question_boxes .box.message .ttl h3 {
  color: #0068b7;
  font-size: 1.25rem;
}
.question_container .question_boxes .box.message .ttl::before, .question_container .question_boxes .box.message .ttl::after {
  content: none;
}
.question_container .question_boxes .box.message .txt {
  color: #254784;
}
.question_container .question_boxes .box:nth-of-type(odd) {
  border-right: 1px dashed #707070;
}
.question_container .question_boxes .box:nth-of-type(1), .question_container .question_boxes .box:nth-of-type(2) {
  border-top: none;
}

@media screen and (max-width: 950px) {
  .question_container {
    padding-top: 0px;
  }
  .question_container .question_boxes .box {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 30px 0;
    min-height: auto;
  }
  .question_container .question_boxes .box:nth-of-type(odd) {
    border-right: none;
  }
  .question_container .question_boxes .box:nth-of-type(2) {
    border-top: 1px dashed #707070;
  }
  .question_container .question_boxes .box:last-of-type {
    border-top: none;
  }
  .question_container .question_boxes .box.message {
    padding: 30px 10px;
  }
  .question_container .question_boxes .box.message .ttl {
    margin-bottom: 15px;
  }
  .question_container .question_boxes .box.message .ttl .img {
    width: 40%;
  }
  .question_container .question_boxes .box.message .ttl .img img {
    width: 100%;
    margin-bottom: 0;
  }
  .question_container .question_boxes .box.message .ttl p, .question_container .question_boxes .box.message .ttl h3 {
    font-size: 1rem;
  }
  .question_container .question_boxes .box.message .ttl .ico {
    right: 10px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .question_container .question_boxes .box.message .ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .question_container .question_boxes .box.message .ttl p, .question_container .question_boxes .box.message .ttl h3 {
    line-height: 1rem;
    padding-top: 10px;
  }
  .question_container .question_boxes .box.message .ttl .img {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .question_container .question_boxes .box.message .ttl .img img {
    width: 70%;
  }
  .question_container .question_boxes .box.message .ttl .ico {
    position: relative;
  }
}
.description_container {
  padding: 80px 0 100px;
  background-color: #ecf1fa;
}
.description_container .description_ttl {
  margin-bottom: 40px;
}
.description_container .description_ttl img {
  margin-bottom: 15px;
}
.description_container .description_ttl h2 {
  font-size: 1.5rem;
}
.description_container .list_grid_container {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.description_container .list_grid_container .subgrid {
  margin-bottom: 5px;
}
.description_container .list_grid_container .subgrid .grid_item {
  font-size: 1rem;
  letter-spacing: 0;
}
.description_container .form_btn {
  width: 500px;
  height: 100px;
  display: inline-block;
  margin: 0 auto;
  background-color: #0068b7;
}
.description_container .form_btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 2rem;
  height: 100%;
}
.description_container .form_btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 950px) {
  .description_container .list_grid_container {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .description_container .description_ttl img {
    width: 100%;
  }
  .description_container .list_grid_container {
    width: 100%;
  }
  .description_container .form_btn {
    width: 60%;
    height: 60px;
  }
  .description_container .form_btn a {
    font-size: 1.25rem;
  }
}
/*------------------------------------------------
   COMPANY
------------------------------------------------*/
.company_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 150px;
}
.company_container .company_info {
  text-align: left;
}
.company_container .company_info .company_ttl {
  display: inline-block;
  margin-bottom: 50px;
}
.company_container .company_info .company_ttl img {
  margin-bottom: 15px;
  width: 100%;
}
.company_container .company_info .company_ttl h2 {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .company_container {
    margin-bottom: 50px;
    gap: 0;
  }
  .company_container .company_info img {
    margin: 0 auto 50px;
  }
}
.list_grid_container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  text-align: left;
  column-gap: 20px;
  row-gap: 5px;
}
.list_grid_container .subgrid {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}
.list_grid_container .subgrid .grid_item {
  font-size: 1.125rem;
}
.list_grid_container .subgrid .grid_item.ttl {
  font-weight: bold;
}

.history_container {
  position: relative;
  padding: 70px 30px 40px;
  border: 1px solid #bebebe;
  margin-bottom: 100px;
}
.history_container .history_ttl {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background: #ffffff;
  font-size: 1.5rem;
  top: -5rem;
}
.history_container .list_grid_container {
  position: relative;
  column-gap: 10px;
  z-index: 1;
}
.history_container .list_grid_container .subgrid {
  border-bottom: 1px dashed #868686;
}
.history_container .list_grid_container .subgrid .grid_item {
  font-size: 0.875rem;
  letter-spacing: 0rem;
}
.history_container .list_grid_container .subgrid .grid_item.ttl {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .list_grid_container {
    grid-template-columns: repeat(1, auto);
  }
  .list_grid_container .subgrid {
    grid-column: span 1;
  }
  .list_grid_container .subgrid .grid_item {
    font-size: 0.875rem;
  }
  .list_grid_container .subgrid .grid_item.ttl {
    font-size: 0.875rem;
  }
}
.history_container::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  top: 20px;
  bottom: 20px;
  left: -1px;
  right: -1px;
}

@media screen and (max-width: 768px) {
  .history_container {
    padding: 20px 0 60px;
  }
  .history_container .history_ttl {
    top: -2rem;
  }
  .history_container .list_grid_container {
    row-gap: 0;
  }
  .history_container .list_grid_container .subgrid {
    padding: 15px 0;
  }
  .history_container .list_grid_container .subgrid .grid_item {
    font-size: 0.875rem;
  }
  .history_container .list_grid_container .subgrid .grid_item.ttl {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.access_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.access_ttl h3 {
  font-size: 1.5rem;
}
.access_ttl .access_btn {
  margin-bottom: 15px;
}
.access_ttl .access_btn p {
  margin: 0 auto;
  padding: 10px;
  width: 200px;
  height: 50px;
  background-color: #0068b7;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.75rem;
}

.access_map_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.access_map_container .access_box {
  border: 1px solid #bebebe;
  padding: 50px 20px 30px;
  position: relative;
}
.access_map_container .access_box .ttl {
  font-size: 1.5rem;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  top: -4rem;
  background-color: #ffffff;
}
.access_map_container .access_box .map {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.access_map_container .access_box .address {
  text-align: left;
  position: relative;
  z-index: 1;
}
.access_map_container .access_box::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  top: 20px;
  bottom: 20px;
  left: -1px;
  right: -1px;
}

@media screen and (max-width: 1150px) {
  .access_map_container {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
  }
  .access_map_container .access_box {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .access_map_container .access_box .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .access_map_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .access_map_container .access_box {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px 10px 30px;
  }
  .access_map_container .access_box .ttl {
    top: -2rem;
  }
  .access_map_container .access_box .map iframe {
    width: 100%;
  }
}
/*------------------------------------------------
   GROUP
------------------------------------------------*/
.group_container {
  background-color: #ecf1fa;
  padding: 80px 0 100px;
}
.group_container .ttl {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}
.group_container .ttl .box {
  display: inline-block;
}
.group_container .ttl .box img {
  margin-bottom: 15px;
}
.group_container .ttl .box h2 {
  font-size: 1.5rem;
  text-align: center;
}
.group_container .group_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
.group_container .group_box .list {
  background-color: #ffffff;
  border: 2px solid #254784;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: left;
  min-width: 285px;
}
.group_container .group_box .list ul {
  margin-bottom: 55px;
}
.group_container .group_box .list ul > li {
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.group_container .group_box .list ul ol {
  list-style: disc;
  margin-left: 1.5rem;
  letter-spacing: 0;
}
.group_container .group_box .list ul ol li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.group_container .group_box .list ul ol li a {
  text-decoration: underline;
  color: #000000;
}

@media screen and (max-width: 1150px) {
  .group_container .group_box .map img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .group_container .group_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .group_container .group_box .map {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .group_container .group_box .list {
    padding: 10px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .group_container .group_box .list ul {
    margin-bottom: 0;
  }
  .group_container .group_box .list ul > li {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .group_container .group_box .list ul ol li {
    font-size: 0.75rem;
  }
  .group_container .group_box .list ul ol li img {
    vertical-align: middle;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .group_container {
    padding: 40px 0 50px;
  }
  .group_container .ttl {
    text-align: center;
  }
  .group_container .ttl .box {
    display: inline-block;
  }
  .group_container .ttl .box img {
    width: 100%;
  }
  .group_container .group_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .group_container .group_box .map {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .group_container .group_box .map img {
    width: 100%;
  }
  .group_container .group_box .list {
    padding: 10px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .group_container .group_box .list ul {
    margin-bottom: 0;
  }
  .group_container .group_box .list ul > li {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .group_container .group_box .list ul ol {
    margin-left: 0.5rem;
  }
  .group_container .group_box .list ul ol li {
    font-size: 0.75rem;
  }
  .group_container .group_box .list ul ol li img {
    vertical-align: middle;
    padding-left: 5px;
  }
}
/*------------------------------------------------
   GOTO TOP
------------------------------------------------*/
#top-scroll {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
}

#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  right: 3.125em;
  bottom: -250px;
  width: 16px;
  height: 44px;
  padding: 0;
  transition: 1s;
  -webkit-transition: 1s;
}

@media screen and (max-width: 768px) {
  #page-top {
    right: 2em;
  }
}
div.video {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 200px;
}
div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  div.video {
    margin-bottom: 100px;
  }
}
/*------------------------------------------------
   POLICY
------------------------------------------------*/
.policy_container {
  padding-top: 75px;
  padding-bottom: 220px;
  background: linear-gradient(#fff 0%, #ecedef 100%);
}

.policy_container .txt p {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.8em;
}

.policy_container .txt p strong {
  font-weight: bold;
}

.policy_container .inner {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .policy_container .inner {
    margin: 0 5%;
  }
}
/*------------------------------------------------
   汎用
------------------------------------------------*/
.slick-slide {
  height: auto !important;
}

.tx_l {
  text-align: left !important;
}

.tx_c {
  text-align: center !important;
}

.tx_r {
  text-align: right !important;
}

.vm {
  vertical-align: middle !important;
}

.vt {
  vertical-align: top !important;
}

.vb {
  vertical-align: bottom !important;
}

.tx_slarge {
  font-size: 115% !important;
}

.tx_large {
  font-size: 120% !important;
}

.tx_xlarge {
  font-size: 150% !important;
}

.tx_xxlarge {
  font-size: 200% !important;
}

.tx_small {
  font-size: 90% !important;
}

.tx_midium {
  font-size: 100% !important;
}

.tx_xsmall {
  font-size: 75% !important;
}

.f_bold {
  font-weight: bold !important;
}

.f_normal {
  font-weight: normal !important;
}

.txt_under {
  text-decoration: underline !important;
}

.txt_strike {
  text-decoration: line-through !important;
}

.inblock {
  display: inline-block !important;
}

.ls_w {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.relative {
  position: relative !important;
}

.lh0 {
  line-height: 0em !important;
}

.lh1 {
  line-height: 1em !important;
}

.lh13 {
  line-height: 1.3em !important;
}

.lh15 {
  line-height: 1.5em !important;
}

.lh2 {
  line-height: 2em !important;
}

ul.note {
  list-style: none !important;
}

ul.note li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

ul.note li:before {
  content: "※";
}

.note01 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.note02 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}

.note03 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}

.note04 {
  padding-left: 4em !important;
  text-indent: -4em !important;
}

.note05 {
  padding-left: 5em !important;
  text-indent: -5em !important;
}

.note06 {
  padding-left: 6em !important;
  text-indent: -6em !important;
}

.note07 {
  padding-left: 7em !important;
  text-indent: -7em !important;
}

.note08 {
  padding-left: 8em !important;
  text-indent: -8em !important;
}

.note09 {
  padding-left: 9em !important;
  text-indent: -9em !important;
}

.note10 {
  padding-left: 10em !important;
  text-indent: -10em !important;
}

.note11 {
  padding-left: 11em !important;
  text-indent: -11em !important;
}

.note12 {
  padding-left: 12em !important;
  text-indent: -12em !important;
}

.red {
  color: #BF6A67 !important;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #333333 !important;
}

.w_full {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

.w100 {
  width: 100px !important;
}

.w200 {
  width: 200px !important;
}

.w300 {
  width: 300px !important;
}

.w400 {
  width: 400px !important;
}

.w500 {
  width: 500px !important;
}

.w600 {
  width: 600px !important;
}

.w03em {
  width: 3em !important;
}

.w04em {
  width: 4em !important;
}

.w05em {
  width: 5em !important;
}

.w06em {
  width: 6em !important;
}

.w07em {
  width: 7em !important;
}

.w08em {
  width: 8em !important;
}

.w09em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w21em {
  width: 21em !important;
}

.w22em {
  width: 22em !important;
}

.w23em {
  width: 23em !important;
}

.w24em {
  width: 24em !important;
}

.w25em {
  width: 25em !important;
}

.w26em {
  width: 26em !important;
}

.w27em {
  width: 27em !important;
}

.w28em {
  width: 28em !important;
}

.w29em {
  width: 29em !important;
}

.w30em {
  width: 30em !important;
}

.bdr {
  border: solid 1px #dddddd !important;
}

.bdr_none {
  border: none !important;
}

.radius05 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.radius10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.radius_top05 {
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
}

.radius_top10 {
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.radius_bottom05 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
}

.radius_bottom10 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius: 0 0 10px 10px !important;
  border-radius: 0 0 10px 10px !important;
}

.mauto {
  margin: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr01 {
  margin-right: 1px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pad0 {
  padding: 0 !important;
}

.pad05 {
  padding: 5px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.pad20 {
  padding: 20px !important;
}

.pad30 {
  padding: 30px !important;
}

.pad40 {
  padding: 40px !important;
}

.plr05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.visi {
  display: block !important;
}

.hide {
  display: none !important;
}

.ls-disc {
  list-style: disc !important;
  line-height: 2em;
}

.ls-none {
  list-style: none !important;
}

/* clearfix */
.cls {
  clear: both;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* clearfixここまで */
/* 汎用ここまで */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 1s;
}

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

.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

.horizontal_scroll .scroller > * {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 1%;
}
