@charset "UTF-8";
/*--------------------------------------------------------------------
	base
--------------------------------------------------------------------*/
.f_right {
  float: right; }

.f_left {
  float: left; }

.cf:after::after {
  content: "";
  display: block;
  clear: both; }

._inline {
  display: inline; }

/*--------------------------------------------------------------------
	Topページ
--------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mv {
  height: 620px;
  background: center/cover no-repeat url("../../../images/top/mv.png"); }
  .mv h2 {
    font-size: 2.125em;
    color: #fff;
    padding: 4.125em 0 0 2.125em; }

.about .inner {
  min-width: 1160px;
  height: 1213px;
  position: relative; }
.about .text ._ttl {
  font-size: 1.813em;
  margin-bottom: 5%; }
.about .text p {
  line-height: 2.8; }
.about .img {
  position: absolute;
  top: 52.2%;
  left: 45.4%;
  width: 54.6%;
  bottom: 0;
  right: 0; }

.product {
  background: #A1D8E6;
  padding-bottom: 5%;
  /*nav*/
  /*nav*/ }
  .product_nav_ttl {
    font-size: 1.688em;
    position: relative;
    text-align: center; }
    .product_nav_ttl > span {
      background: #A1D8E6;
      display: inline-block;
      margin: 0 auto;
      padding: 0 15px;
      z-index: 1;
      position: inherit; }
    .product_nav_ttl::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: black;
      opacity: .2; }
  .product_nav > ul {
    margin: 1% 0 5% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .product_nav > ul > li {
      flex-basis: 31%;
      margin: 0 0 1.5% 0;
      text-align: center;
      font-size: 2em;
      line-height: 1.4; }
      .product_nav > ul > li a {
        display: block;
        padding: 3% 1%;
        width: 100%;
        height: 100%;
        background: #00AFCC; }
        .product_nav > ul > li a:link, .product_nav > ul > li a:visited {
          color: #fff; }
        .product_nav > ul > li a span {
          display: block;
          font-size: .95rem; }
        .product_nav > ul > li a small {
          font-size: 1rem; }
  .product section {
    background: #fff;
    border: 6px solid #00AFCC;
    width: 100%;
    margin-bottom: 5%; }
    .product section .sec_ttl {
      text-align: center;
      font-size: 2em;
      line-height: 1.4;
      padding: 3% 0;
      border-bottom: 2px solid #00AFCC; }
      .product section .sec_ttl span {
        display: block;
        font-size: 1rem; }
  .product .sec_content {
    padding: 3%; }
    .product .sec_content::after {
      content: "";
      display: block;
      clear: both; }
    .product .sec_content .img_box {
      width: 49%;
      float: left;
      text-align: center; }
    .product .sec_content .txt_box {
      width: 48%;
      float: right; }
      .product .sec_content .txt_box .ttl {
        font-size: 1.438em;
        margin: 1% 0; }
      .product .sec_content .txt_box p {
        margin-bottom: 3%; }
      .product .sec_content .txt_box img {
        display: inline-block;
        padding-right: 10px; }
    .product .sec_content .link_btn_area {
      clear: both;
      padding-top: 3%;
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .product .sec_content .link_btn_area li {
        flex-basis: 44%;
        text-align: center;
        position: relative; }
      .product .sec_content .link_btn_area a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 16px 1%;
        background: #00AFCC; }
        .product .sec_content .link_btn_area a:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 15px;
          background: center/cover no-repeat url("../../../../images/arrow.svg");
          margin: 0px 0 -1px 20px; }
  .product .sec_1 .txt_box > div {
    margin-bottom: 3%; }
    .product .sec_1 .txt_box > div::after {
      content: "";
      display: block;
      clear: both; }
    .product .sec_1 .txt_box > div p {
      float: left;
      width: 80%; }
    .product .sec_1 .txt_box > div img {
      float: right;
      width: 20%;
      height: auto;
      padding: 0; }
  .product .sec_1 table {
    font-size: .75em;
    border: 1px solid #ccc; }
    .product .sec_1 table tr:not(:last-of-type) {
      border-bottom: 1px solid #ccc; }
    .product .sec_1 table th {
      background: #eee;
      width: 25%;
      font-weight: 600;
      text-align: center;
      vertical-align: middle;
      border-right: 1px solid #ccc;
      padding: 1%; }
    .product .sec_1 table td {
      width: 75%;
      padding: 1%;
      vertical-align: middle;
      line-height: 1.4; }
  .product .sec_4_list {
    display: flex;
    justify-content: space-between; }
    .product .sec_4_list ul {
      flex-basis: 49%;
      padding-left: 1em; }
      .product .sec_4_list ul li {
        padding-left: 1em;
        text-indent: -1em; }
      .product .sec_4_list ul span {
        display: inline-block;
        padding-right: 1em; }
  .product .sec_6 .txt_box img {
    padding: 3% 0 0 0; }

.company {
  padding-bottom: 5%; }
  .company dl {
    padding: 0 0 1% 0; }
    .company dl::after {
      content: "";
      display: block;
      clear: both; }
  .company dt {
    width: 15%;
    float: left;
    text-align: center; }
  .company dd {
    float: right;
    width: 85%;
    padding-left: 5%; }

.magazine {
  padding: 5%;
  max-width: 660px;
  text-align: center;
  width: 85%;
  margin: 0 auto 5%;
  border: 1px solid black; }
  .magazine ._ttl {
    font-weight: 600;
    padding: 0 0 1em 0;
    line-height: 1.6; }
    .magazine ._ttl span {
      display: inline-block; }

.map {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto; }
  .map .iframe-wrap {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .map .iframe-wrap iframe {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 100; }
  .modal img {
    max-height: 80vh;
    width: auto; }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }

@media screen and (min-width: 1380px) {
  .map .iframe-wrap {
    padding-top: 35%;
    overflow: hidden; } }
@media screen and (max-width: 1024px) {
  header {
    margin: -70px 0 0 0; }

  .mv {
    margin-top: 70px;
    height: 60vh;
    position: relative; }
    .mv h2 {
      font-size: 1.75em;
      position: absolute;
      top: 80px;
      left: 20px;
      padding: 0; }
      .mv h2 span {
        display: block; }
      .mv h2 br {
        display: none; }

  .about .inner {
    min-width: inherit;
    height: auto; }
  .about .text br {
    display: none; }
  .about .text ._ttl {
    font-size: 1.2em; }
  .about .text p {
    line-height: 1.85; }
  .about .img {
    position: inherit;
    top: inherit;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
    line-height: 0;
    width: 70%; }

  .product {
    /*nav*/
    /*nav*/ }
    .product_nav {
      overflow: hidden; }
      .product_nav > ul::after {
        content: "";
        display: block;
        clear: both; }
      .product_nav > ul > li {
        flex-basis: 100%;
        font-size: 1em; }
        .product_nav > ul > li a span {
          font-size: .9rem; }
        .product_nav > ul > li a small {
          font-size: .9rem; }
      .product_nav_ttl {
        font-size: 1.2em; }
    .product section .sec_ttl {
      font-size: 1.2em; }
    .product .sec_content {
      padding: 5%; }
      .product .sec_content .img_box {
        width: 100%;
        float: none;
        margin-bottom: 5%; }
      .product .sec_content .txt_box {
        width: 100%;
        float: none;
        padding: 0%; }
        .product .sec_content .txt_box .ttl {
          font-size: 1.2em;
          font-weight: 600; }
        .product .sec_content .txt_box p {
          margin-bottom: 3%; }
          .product .sec_content .txt_box p > br {
            display: none; }
        .product .sec_content .txt_box img {
          display: block;
          margin: 0 auto 3%; }
      .product .sec_content .link_btn_area {
        width: 100%;
        display: flex;
        padding-top: 10%; }
        .product .sec_content .link_btn_area li {
          flex-basis: 100%;
          margin-bottom: 2%; }
    .product .sec_1 .txt_box > div {
      margin-bottom: 3%; }
      .product .sec_1 .txt_box > div::after {
        content: "";
        display: block;
        clear: both; }
      .product .sec_1 .txt_box > div p {
        float: left;
        width: 80%; }
      .product .sec_1 .txt_box > div img {
        float: right;
        width: 20%;
        height: auto;
        padding: 0; }
    .product .sec_1 table {
      font-size: .75em;
      border: 1px solid #ccc; }
      .product .sec_1 table tr:not(:last-of-type) {
        border-bottom: 1px solid #ccc; }
      .product .sec_1 table th {
        background: #eee;
        width: 25%;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #ccc;
        padding: 1%; }
      .product .sec_1 table td {
        width: 75%;
        padding: 1%;
        vertical-align: middle;
        line-height: 1.4; }
    .product .sec_4_list {
      display: flex;
      justify-content: space-between; }
      .product .sec_4_list ul {
        flex-basis: 49%;
        padding-left: 1em; }
        .product .sec_4_list ul li {
          padding-left: 1em;
          text-indent: -1em; }
        .product .sec_4_list ul span {
          display: inline-block;
          padding-right: 1em; }
    .product .sec_6 .txt_box img {
      padding: 3% 0 0 0; }

  .company {
    padding-bottom: 5%; }
    .company dl {
      padding: 0 0 1% 0; }
      .company dl::after {
        content: "";
        display: block;
        clear: both; }
    .company dt {
      width: 20%;
      float: left;
      text-align: center; }
    .company dd {
      float: right;
      width: 80%;
      padding-left: 5%; }

  .map {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto; }
    .map .iframe-wrap {
      position: relative;
      height: 0;
      padding-top: 56.25%;
      overflow: hidden; }
      .map .iframe-wrap iframe {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
