@charset "UTF-8";
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* Bootstrap Customize
--------------------------------------------------------- */
h1 {
  float: none;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

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

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal;
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

label{
  margin-bottom: 0;
}

[class*=col-]:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  [class*=col-]:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal {
  z-index: 9999;
}

@media print, screen and (min-width: 768px) {
  .modal-body img {
    max-height: 700px;
  }
}

.thumb {
  position: relative;
  width: auto;
  height: 200px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
}
@media print, screen and (min-width: 576px) {
  .thumb {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .thumb {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .thumb {
    height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .thumb {
    height: 300px;
  }
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.thumb a:hover img,
.thumb a:active img,
.thumb a:focus img {
  opacity: .7;
  transition: .2s;
}

@media only screen and (max-width: 767.98px) {
  .form-inline select {
    display: inline-block;
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
  }
}

input[type=file].form-control {
  height: 0;
}

.form-radio-inline,
.form-check-inline {
  margin-right: 1.5em;
}

@media only screen and (max-width: 767.98px) {
  .form-control {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .form-control {
    font-size: 1.4rem;
  }
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.form-control::placeholder {
  color: #b3b3b3;
}
@media only screen and (max-width: 767.98px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .form-control::placeholder {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
  }
  .form-control::placeholder {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .form-control::placeholder {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-control::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .form-control::placeholder {
    font-size: 1.5rem;
  }
}

/* Base
--------------------------------------------------------- */
:root {
  box-sizing: border-box;
  font-size: 62.5%;

  touch-action: manipulation;
}

body {
  color: #242424;
  letter-spacing: .07em;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.9;
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: #180d73;
  text-decoration: none;
}
a img {
  transition: opacity .2s;
}
a:hover,
a:active,
a:focus {
  color: #3648a2;
  text-decoration: underline;
}
a:hover img,
a:active img,
a:focus img {
  opacity: .7;
}

em,
strong {
  font-weight: bold;
}

button,
input[type=submit],
input[type=button] {
  border: 0;
}

img {
  -webkit-backface-visibility: hidden;
}

/* input-style ----------------------------------------*/
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
}
select{
    padding: 8px 25px 8px 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    outline: 2px solid #180d73;
}
label:hover,
select:hover {
    cursor: pointer;
}
.inputfile_box {
    margin-bottom: 15px;
}
::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}
:-moz-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #aaa;
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* 全体
--------------------------------------------------------- */
.l-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ヘッダー
--------------------------------------------------------- */
.l-header {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .l-header {
    height: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    display: flex;
    height: 70px;
    padding-right: 10px;
    padding-left: 15px;

    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header {
    height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 100px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header {
    padding-right: 30px;
    padding-left: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo {
    margin-left: 10px;
    padding-top: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__logo {
    margin-bottom: 4px;
  }
}
.l-header__logo a {
  display: inline-block;
  text-decoration: none;
}
.l-header__logo a:hover img,
.l-header__logo a:active img,
.l-header__logo a:focus img {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo img {
    width: auto;
    height: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__logo img {
    width: 75px;
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__logo img {
    width: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__logo img {
    width: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__logo img {
    width: 147px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__nav {
    margin-right: .5em;
    margin-left: auto;
    padding-bottom: .2em;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__nav {
    margin-right: 1.5em;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__tel {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__tel {
    width: 180px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__tel {
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__tel {
    width: 240px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-tel {
    display: flex;
    flex-direction: column;
    height: 45px;
    border-radius: 3em;
    background-color: #23348c;
    color: #fff;
    text-align: center;
    line-height: 1.3;

    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header-tel {
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-tel {
    height: 65px;
  }
}
.l-header-tel__time {
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .l-header-tel__time {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-tel__time {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header-tel__time {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-tel__time {
    font-size: 1.4rem;
  }
}
.l-header-tel__time .fa-solid {
  margin-right: .4em;
}
.l-header-tel__num {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .l-header-tel__num {
    letter-spacing: .1em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header-tel__num {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header-tel__num {
    letter-spacing: .1em;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-tel__num {
    font-size: 2.2rem;
  }
}
.l-header-tel__num .fa-solid {
  position: relative;
  top: -.04em;
  margin-right: .3em;
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn {
    width: 45px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__btn {
    width: 55px;
    margin-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__btn {
    width: 65px;
    margin-left: 15px;
  }
}
.l-header__btn a {
  display: flex;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  transition: background-color .2s, color .2s;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn a {
    width: 45px;
    height: 45px;
    background-color: #3648a2;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn a {
    width: 45px;
    height: 45px;
    padding-top: .1em;
    border-radius: 50%;
    background-color: #180d73;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__btn a {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__btn a {
    width: 65px;
    height: 65px;
  }
}
.l-header__btn a:hover,
.l-header__btn a:active,
.l-header__btn a:focus {
  background-color: #3648a2;
}
@media only screen and (max-width: 767.98px) {
  .l-header__btn .fa-solid {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__btn .fa-solid {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header__btn .fa-solid {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__btn .fa-solid {
    font-size: 2.8rem;
  }
}

/* コンテンツ
--------------------------------------------------------- */
.l-contents {
  flex: 1 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .l-contents {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-contents {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-contents {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .l-contents {
    padding-bottom: 150px;
  }
}
.l-contents--no-space-bottom {
  padding-bottom: 0;
}

/* フッター
--------------------------------------------------------- */
.l-footer {
  background-color: #180d73;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding: 7vw 4vw 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__inner {
    width: 940px;
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__inner {
    width: 1110px;
    padding-top: 73px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact {
    display: grid;
    -webkit-column-gap: 25px;
            column-gap: 25px;

    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__contact {
    width: 920px;
    margin: auto;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
.l-footer-contact__item {
  display: flex;
  flex-direction: column;
  border-radius: 3em;
  background-color: #fff;
  color: #180d73;
  text-align: center;
  line-height: 1.3;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__item {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__item {
    height: 65px;
    padding-top: .2em;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__item {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__item {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__item + .l-footer-contact__item {
    margin-top: 25px;
  }
}
.l-footer-contact__item--mail:hover{
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__item--mail {
    padding-top: .3em;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__item--mail .l-footer-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__item--mail .l-footer-contact__num {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__item--mail .l-footer-contact__num {
    /* font-size: 2.5rem; */
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__item--mail .l-footer-contact__num {
    font-size: 2.8rem;
  }
}
.l-footer-contact__item--mail .l-footer-contact__time {
  letter-spacing: .07em;
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__item--mail .l-footer-contact__time {
    margin-top: .5em;
  }
}
.l-footer-contact__num {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__num {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__num {
    font-size: 3rem;
  }
}
.l-footer-contact__num .fa-solid {
  position: relative;
}
.l-footer-contact__num .fa-phone {
  top: -.03em;
  margin-right: .3em;
}
.l-footer-contact__num .fa-envelope {
  top: -.01em;
  margin-right: .5em;
}
.l-footer-contact__num .fa-desktop {
  top: -.01em;
  margin-right: .5em;
}
.l-footer-contact__num a {
  text-decoration: none;
}
.l-footer-contact__num a [data-action=call] {
  color: #180d73;
}
.l-footer-contact__time {
  margin-top: .2em;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-contact__time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-contact__time {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-contact__time {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact__time {
    font-size: 1.6rem;
  }
}
.l-footer-contact__time .fa-solid {
  margin-right: .3em;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__block {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__block {
    display: grid;
    margin-top: 40px;

    grid-template-columns: repeat(2, 45%);
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer__block {
    margin-top: 62px;
  }
}
.l-footer__logo {
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__logo {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__logo {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__logo {
    font-size: 2.4rem;
  }
}
.l-footer__logo img {
  position: relative;
  top: -.1em;
  height: auto;
  margin-right: .7em;
  vertical-align: bottom;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__logo img {
    width: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__logo img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__logo img {
    width: 97px;
  }
}
.l-footer__address {
  margin-top: 1.3em;
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__address {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__address {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__address {
    font-size: 1.6rem;
  }
}
.l-footer__address a {
  margin-left: .5em;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__environment {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__environment {
    width: 100%;
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer__environment {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__environment {
    width: 540px;
    margin-top: 40px;
  }
}
.l-footer-environment {
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-environment {
    padding: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-environment {
    padding-top: 19px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-environment {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.l-footer-environment__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 15px;
}
@media only screen and (max-width: 767.98px) {
  .l-footer-environment__logos {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer-environment__logo + .l-footer-environment__logo {
    margin-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-environment__logo + .l-footer-environment__logo {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .l-footer-environment__logo + .l-footer-environment__logo {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-environment__logo + .l-footer-environment__logo {
    margin-left: 29px;
  }
}
.l-footer-environment__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.l-footer-environment__logo--sdgs {
  width: 37%;
}
@media screen and (min-width: 1200px) {
  .l-footer-environment__logo--sdgs {
    width: 116px;
  }
}
.l-footer-environment__logo--eco-action21 {
  width: 35%;
}
@media screen and (min-width: 1200px) {
  .l-footer-environment__logo--eco-action21 {
    width: 101px;
  }
}
.l-footer-environment__logo--fun-to-share {
  width: 28%;
}
@media screen and (min-width: 1200px) {
  .l-footer-environment__logo--fun-to-share {
    width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer-environment__btn {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer-environment__btn {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer__nav {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__nav {
    width: 70%;
    margin-left: auto;
  }
}
.l-footer__copyright {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__copyright {
    margin-top: 60px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* ナビゲーション
------------------------------------------------------------------------- */
/* ドロワー
--------------------------------------------------------- */
.drawer__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  outline: none !important;
  background: #180d73;
  transition: background-color .5s;

  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 768px) {
  .drawer__btn {
    display: none;
  }
}
.is-drawer-open .drawer__btn {
  background-color: #180d73;
}
.drawer__btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: .5s cubic-bezier(.645, .045, .355, 1);
  pointer-events: none;
}
.is-drawer-open .drawer__btn-line {
  background-color: #fff;
}
.drawer__btn-line:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.is-drawer-open .drawer__btn-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-drawer-open .drawer__btn-line:nth-child(2) {
  opacity: 0;
}
.drawer__btn-line:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.is-drawer-open .drawer__btn-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767.98px) {
  .drawer__bg {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 500;
    overflow-x: hidden;
    width: 80%;
    height: 100vh;
    background-color: #180d73;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__bg {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .drawer__inner {
    visibility: hidden;
    padding: 60px 12px 140px;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;

    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
@media only screen and (max-width: 767.98px) {
  .is-drawer-open .drawer__overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    pointer-events: auto;
  }
}
.drawer__tel {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .drawer__tel {
    display: none;
  }
}
.drawer__tel a {
  display: block;
  padding: .2em .3em;
  border-radius: .3em;
  background-color: #3648a2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
}
.drawer__tel .fas {
  position: relative;
  top: -.1em;
  margin-right: .3em;
  font-size: 85%;
}

/* グローバルナビ
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-global-nav__items {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__items {
    position: relative;
    display: flex;

    justify-content: flex-end;
  }
}
.c-global-nav__item > a {
  display: block;
  text-decoration: none;
  letter-spacing: .1em;
  transition: color .2s;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item > a {
    padding: 0.8em 1.6em;
    border-radius: .5em;
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item > a {
    padding: .4em .6em;
    color: #242424;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item > a {
    padding-right: .9em;
    padding-left: .9em;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item > a:hover,
  .c-global-nav__item > a:focus {
    color: #180d73;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item.is-current > a {
    background-color: #3648a2;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item.is-current > a {
    color: #180d73;
  }
}
.c-global-nav__item .en {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .c-global-nav__item .en {
    letter-spacing: .1em;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-global-nav__item .en {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-global-nav__item .en {
    letter-spacing: .1em;
    font-size: 2rem;
  }
}

/* フッターナビ
--------------------------------------------------------- */
.c-footer-nav__items {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .c-footer-nav__items {
    gap: 23px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-nav__items {
    gap: 23px 24px;
  }
}
.c-footer-nav__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-footer-nav__item a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-nav__item a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-footer-nav__item a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-nav__item a {
    font-size: 1.6rem;
  }
}
.c-footer-nav__item .en {
  position: relative;
  left: -.05em;
  display: block;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  .c-footer-nav__item .en {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-nav__item .en {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-footer-nav__item .en {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-footer-nav__item .en {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-breadcrumb {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .c-breadcrumb {
    margin-bottom: 4em;
  }
}
.c-breadcrumb__items {
  display: flex;

  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .c-breadcrumb__items {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb__items {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-breadcrumb__items {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-breadcrumb__items {
    width: 1110px;
  }
}
.c-breadcrumb__item {
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-breadcrumb__item {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb__item {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-breadcrumb__item {
    font-size: 1.3rem;
  }
}
.c-breadcrumb__item:not(:first-of-type)::before {
  color: #c0c0c0;
  content: '\f054';
  vertical-align: middle;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
}
@media only screen and (max-width: 767.98px) {
  .c-breadcrumb__item:not(:first-of-type)::before {
    padding-right: .5em;
    padding-left: .5em;
    font-size: .9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-breadcrumb__item:not(:first-of-type)::before {
    padding-right: 1.1em;
    padding-left: 1.1em;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-breadcrumb__item:not(:first-of-type)::before {
    font-size: 1.1rem;
  }
}
.c-breadcrumb__item a {
  color: #180d73;
}
.c-breadcrumb .is-active {
  color: #777;
}

/* ------------------------------------------------------------------------
/* 背景・コンテナ・グリッド・カラム・ボックス・フレーム
------------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-container {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-container {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    width: 1110px;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-section {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .c-section {
    margin-top: 100px;
  }
}
.c-section:first-child {
  margin-top: 0;
}

/* ------------------------------------------------------------------------
/* テキスト・キャッチコピー・リスト・テーブル
------------------------------------------------------------------------- */
/* 大見出し
--------------------------------------------------------- */
.c-page-heading {
  position: relative;
  z-index: 1;
  border-radius: 0 0 3em 0;
  background-color: #180d73;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading {
    height: 100px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading {
    height: 130px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading {
    height: 160px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading {
    height: 200px;
    margin-bottom: 30px;
  }
}
.c-page-heading::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  background: url(../images/common/bg-en-ism.png) left top/100% 100% no-repeat;
  content: '';
  opacity: .6;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading::after {
    width: 79.5vw;
    height: 25.25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading::after {
    width: 79.5vw;
    height: 25.25vw;
  }
}
.c-page-heading__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: .2em;

  align-items: center;
  justify-content: center;
}
.c-page-heading__en,
.c-page-heading__title {
  color: #fff;
}
.c-page-heading__en {
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.5;

  order: -1;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading__en {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading__en {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__en {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading__en {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-page-heading__en {
    font-size: 5.3rem;
  }
}
.c-page-heading__title {
  letter-spacing: .07em;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-page-heading__title {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-page-heading__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-heading__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-page-heading__title {
    font-size: 2.6rem;
  }
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  color: #2d73c9;
  line-height: 1.5;
}
.c-copy.concept_copy{
  color: #180d73;
  text-shadow: rgb(255 255 255 / 70%) 1px 1px 1px, rgb(255 255 255 / 70%) -1px 1px 1px, rgb(255 255 255 / 70%) 1px -1px 1px, rgb(255 255 255 / 70%) -1px -1px 1px;
  font-weight: bold;
  position: relative;
}
.c-copy.concept_copy::before,
.c-copy.concept_copy::after {
  position: absolute;
  z-index: -1;
  width: 2em;
  height: 2em;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
}
.c-copy.concept_copy::after {
  top: .9em;
  left: .4em;
  background-color: #dbd7fb;
}
.c-copy.concept_copy::before {
  top: .9em;
  left: .6em;
  background-color: #f0eeff;
}
@media only screen and (max-width: 767.98px) {
  .c-copy {
    margin-bottom: 1.2em;
    font-size: 1.7rem;
  }
  .c-copy.concept_copy{
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-copy {
    margin-bottom: 1.1em;
    font-size: 1.8rem;
  }
  .c-copy.concept_copy{
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-copy {
    font-size: 2.4rem;
  }
  .c-copy.concept_copy{
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-copy {
    font-size: 2.7rem;
  }
  .c-copy.concept_copy{
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-copy--lg {
    margin-bottom: 1.7em;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-copy--lg {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-copy--lg {
    font-size: 3rem;
  }
}

.c-lead {
  text-align: center;
}
.c-lead > * + * {
  margin-top: 1.5rem;
}

.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}
.c-list--disc > li {
  margin-left: 16px;
  list-style-type: disc;
}
.c-list--num > li {
  margin-left: 18px;
  list-style-type: decimal;
}
.c-list--number {
  counter-reset: my-counter;
}
.c-list--number > li {
  padding-left: 1.8em;
  line-height: 1.5em;
}
.c-list--number > li::before {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #180d73;
  color: #fff;
  content: counter(my-counter);
  counter-increment: my-counter;
  text-align: center;
  font-size: inherit;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5em;
}
.c-list--number > li + li {
  margin-top: .5em;
}
.c-list--circle > li {
  margin-left: 18px;
  list-style-type: circle;
}
.c-list--abc > li {
  margin-left: 18px;
  list-style-type: lower-alpha;
}
.c-list--dot > li {
  padding-left: 18px;
}
.c-list--dot > li::before {
  content: '・';
}
.c-list--square > li {
  padding-left: 1.3em;
}
.c-list--square > li::before {
  content: '■';
}
.c-list--square-frame > li {
  padding-left: 1.3em;
}
.c-list--square-frame > li::before {
  content: '□';
}
.c-list--diamond > li {
  padding-left: 1.3em;
  margin-bottom: 10px;
}
.c-list--diamond > li::before {
  color: #3648a2;
  content: '◆';
}
.c-list--bracket > li{
  position: relative;
  padding-left: 2em;    
  counter-increment: cnt;
}
.c-list--bracket > li::before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "("counter(cnt)")";
}
@media only screen and (max-width: 767.98px) {
  .c-list--diamond > li{
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-list--diamond > li{
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-list--diamond > li{
    font-size: 2rem;
  }
}
.c-list--kome > li {
  padding-left: 1.4em;
}
.c-list--kome > li::before {
  content: '※';
}
.c-list--kome-num {
  counter-reset: my-counter;
}
.c-list--kome-num > li {
  padding-left: 2.2em;
}
.c-list--kome-num > li::before {
  content: '※' counter(my-counter);
  counter-increment: my-counter;
}
.c-list--inline li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .c-list--inline li {
    display: block;
    margin-right: 0;
  }
}
.c-list--inline li:last-child {
  margin-right: 0;
}
.c-list--frame {
  border: 1px solid #ccc;
}
.c-list--frame li {
  padding: 10px 20px;
  text-align: center;
}
.c-list--frame li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.c-list--check > li {
  padding-left: 2em;
}
.c-list--check > li:not(:last-of-type) {
  margin-bottom: .6em;
}
.c-list--check > li::before {
  position: absolute;
  top: -6px;
  color: #180d73;
  content: '\f00c';
  font-weight: 900;
  font-size: 130%;
  font-family: 'Font Awesome 6 Free';
}

.c-table {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .c-table {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-table {
    font-size: 1.6rem;
  }
}
.c-table th,
.c-table td {
  padding: .7em 1.4em;
  line-height: 1.6;
}
.c-table th {
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-table th {
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
  }
}
.c-table--style-a {
  border: 1px solid #e2e2e2;
}
.c-table--style-a thead {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a thead th {
  border-right-color: #d4d4d4 !important;
  background-color: #e3e3e3;
}
.c-table--style-a tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a th {
  background-color: #f5f5f7;
}
.c-table--style-a th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.c-table--style-a td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
@media print, screen and (min-width: 768px) {
  .c-table--style-b tr:nth-of-type(odd) {
    background-color: #f5f5f7;
  }
}
.c-table--style-b th,
.c-table--style-b td {
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-table--style-b th {
    border-bottom: 0;
    background-color: #f8f8f8;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--style-b td {
    padding-top: 1.2em;
    padding-bottom: 1.6em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--style-c tr:last-of-type td {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--style-c th,
  .c-table--style-c td {
    padding: 1.7em .4em;
  }
}
.c-table--style-c th {
  font-weight: normal;
}
@media only screen and (max-width: 767.98px) {
  .c-table--style-c th {
    border-bottom: 0;
    background-color: #f8f8f8;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--style-c th {
    border-bottom: 1px solid #180d73;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--style-c td {
    padding-top: 1.2em;
    padding-bottom: 1.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--style-c td {
    padding-left: 2em;
    border-bottom: 1px solid #f0e9e3;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--spec th,
  .c-table--spec td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--spec th,
  .c-table--spec td {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--spec th {
    width: 26%;
  }
}
@media screen and (min-width: 1200px) {
  .c-table--spec th {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--feature th,
  .c-table--feature td {
    padding: .5em .8em;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--feature th,
  .c-table--feature td {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-table--feature th,
  .c-table--feature td {
    font-size: 1.5rem;
  }
}
.c-table--feature th {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-table--feature td {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--outline th,
  .c-table--outline td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--outline th {
    width: 25%;
  }
}
.c-table--outline .map-icon {
  margin-left: .5em;
}
@media only screen and (max-width: 767.98px) {
  .c-table--recruit th,
  .c-table--recruit td {
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--recruit th {
    width: 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table--health th,
  .c-table--health td {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--health th,
  .c-table--health td {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--health th,
  .c-table--health td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-table--health th,
  .c-table--health td {
    font-size: 1.5rem;
  }
}
.c-table--health thead th {
  padding: .7em .1em;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
.c-table--health tbody td {
  padding: .6em .5em;
  letter-spacing: 0;
}
.c-table--health tbody td.c01 {
  width: 9%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-table--health tbody td.c01 {
    padding-right: .1em;
    padding-left: .1em;
  }
}
.c-table--health tbody td.c02 {
  width: 32%;
  background-color: #f3fced;
  text-align: center;
}
.c-table--health tbody td.c03 {
  width: 50%;
  text-align: left;
}
.c-table--health tbody td.c04 {
  width: 9%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-table--health tbody td.c04 {
    padding-right: .1em;
    padding-left: .1em;
  }
}

.c-badge {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 2px 7px;
  background-color: #db1515;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}
.c-badge--any {
  background-color: #1e61c9;
}

/* ------------------------------------------------------------------------
/* 見出し
------------------------------------------------------------------------- */
/* 主要な見出し
--------------------------------------------------------- */
.c-heading {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .c-heading {
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 2.6em;
  }
}
.c-heading__title,
.c-heading__en {
  color: #180d73;
  letter-spacing: .06em;
  line-height: 1.5;
}
.c-heading__en {
  position: relative;
  left: -.1em;
  font-weight: bold;

  order: -1;
}
@media only screen and (max-width: 767.98px) {
  .c-heading__en {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading__en {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading__en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading__en {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-heading__en {
    font-size: 8rem;
  }
}
.c-heading__title {
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-heading__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading__title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading__title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-heading__title {
    font-size: 2.5rem;
  }
}
.c-heading--primary .c-heading__title,
.c-heading--primary .c-heading__en {
  color: #fff;
  line-height: 1.35;
}
@media only screen and (max-width: 767.98px) {
  .c-heading--primary .c-heading__en {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading--primary .c-heading__en {
    font-size: 5.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading--primary .c-heading__en {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading--primary .c-heading__en {
    font-size: 8.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-heading--primary .c-heading__en {
    font-size: 10rem;
  }
}

.c-heading-bg {
  position: relative;
  border-radius: 3px;
  background-color: #180d73;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bg {
    margin-bottom: 1.5em;
    padding: 8px 13px 5px 20px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bg {
    padding: 10px 13px 8px 23px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bg {
    margin-bottom: 1.8em;
    padding: 12px 15px 10px 28px;
    font-size: 2rem;
  }
}
.c-heading-bg::before {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  background-color: #49dceb;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bg::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bg::before {
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 4px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bg::before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 5px;
  }
}


.c-heading-simple {
  color: #180d73;
  letter-spacing: .07em;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-simple {
    margin-bottom: 1.3em;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-simple {
    margin-bottom: 1.2em;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-simple {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-simple {
    font-size: 3.6rem;
  }
}

/* 左にバー
--------------------------------------------------------- */
.c-heading-bar {
  padding-left: 1em;
  border-left: 3px solid #3648a2;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bar {
    margin-bottom: 1.6em;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-bar {
    margin-bottom: 1.5em;
    border-left-width: 4px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-bar {
    font-size: 1.9rem;
  }
}
.c-heading-bar--half {
  position: relative;
}
.c-heading-bar--half::before {
  position: absolute;
  left: -6px;
  width: 6px;
  height: 50%;
  background-color: #2615b8;
  content: '';
}

.c-heading-border {
  margin-bottom: 1.2em;
  padding-bottom: .4em;
  border-bottom: 1px solid #242424;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-border {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-border {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-border {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-border {
    font-size: 2.3rem;
  }
}

.c-heading-point {
  position: relative;
  left: -.07em;
  padding-bottom: .7em;
  color: #180d73;
  letter-spacing: .07em;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-point {
    margin-bottom: 1.3em;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-point {
    margin-bottom: 1.2em;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-point {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-point {
    font-size: 3rem;
  }
}
.c-heading-point + * {
  margin-top: 0 !important;
}
.c-heading-point::before {
  position: absolute;
  bottom: 0;
  left: .1em;
  display: inline-block;
  background-color: #180d73;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .c-heading-point::before {
    width: 20px;
    height: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-point::before {
    width: 30px;
    height: 4px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-point::before {
    width: 36px;
    height: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-point::before {
    width: 40px;
    height: 6px;
  }
}
.p-concept__txt.large_size p{
  font-weight: bold;
  color: #180d73;
}
@media only screen and (max-width: 767.98px) {
  .p-concept__txt p{
    font-size: 1.6rem;
  }
  .p-concept__txt.small_size p{
    font-size: 1.4rem;
  }
  .p-concept__txt.large_size p{
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept__txt p{
    font-size: 1.8rem;
  }
  .p-concept__txt.small_size p{
    font-size: 1.6rem;
  }
  .p-concept__txt.large_size p{
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-concept__txt.large_size p{
    font-size: 3.65rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept__txt p{
    font-size: 2rem;
  }
  .p-concept__txt.small_size p{
    font-size: 1.7rem;
  }
  .p-concept__txt.large_size p{
    font-size: 4rem;
  }
}
.c-heading-point small {
  margin-left: .2em;
  font-weight: bold;
  font-size: 89%;
  vertical-align: bottom;
}
.c-heading-point img {
  position: relative;
  top: 2px;
  left: 5px;
  height: auto;
  margin-right: 10px;
  font-size: 0;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-point img {
    width: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-point img {
    width: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-point img {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading-point img {
    width: 120px;
  }
}

/* ------------------------------------------------------------------------
/* 画像関連
------------------------------------------------------------------------- */
/* キービジュアル
--------------------------------------------------------- */
.sp-box {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;

  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .sp-box {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-box {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .sp-box {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .sp-box {
    margin-bottom: 111px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sp-box .mv_txt {
    width: 50vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-box .mv_txt {
    width: 31.45vw;
    padding: 0 30px;
  }
}
.sp-box .mv_txt img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.sp-box .video {
  width: calc(100% - 31.45vw);
}
@media print, screen and (min-width: 768px) {
  .sp-box .video {
    overflow: hidden;
    border-radius: 6vw 0 0 6vw;
  }
}
.sp-box .video video {
  width: 100%;

  scale: 1.03;
}
@media only screen and (max-width: 767.98px) {
  .sp-box .video video {
    -webkit-clip-path: inset(0 round 6vw 0 0 6vw);
            clip-path: inset(0 round 6vw 0 0 6vw);
  }
}

/* ------------------------------------------------------------------------
/* リンク・ボタン
------------------------------------------------------------------------- */
/* ボタン
--------------------------------------------------------- */
.c-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  overflow: hidden;
  background-color: #f5f5f5;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color .2s, color .2s;

  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
          appearance: none;
}
.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  color: inherit;
  text-decoration: none;
}
.c-btn--primary {
  background-color: transparent;
  color: #180d73;
  letter-spacing: .1em;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary {
    min-height: 30px;
    padding-right: 40px;
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary {
    min-height: 40px;
    padding-right: 50px;
    padding-bottom: .2em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--primary {
    min-height: 50px;
    padding-right: 60px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--primary {
    min-height: 60px;
    padding-right: 70px;
    font-size: 2.2rem;
  }
}
.c-btn--primary::before,
.c-btn--primary::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  content: '';

  align-items: center;
}
.c-btn--primary::before {
  z-index: 1;
  color: inherit;
  content: '\f178';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary::before {
    right: 8px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary::before {
    right: 8px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--primary::before {
    right: 12px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--primary::before {
    right: 17px;
    font-size: 1.5rem;
  }
}
.c-btn--primary::after {
  right: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #180d73;
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--primary::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--primary::after {
    width: 50px;
    height: 50px;
  }
}
.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus {
  color: #3648a2;
}
.c-btn--secondary {
  border-radius: 3em;
  background-color: #180d73;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--secondary {
    padding: .5em 1.8em .6em;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--secondary {
    padding: .5em 3em .6em;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--secondary {
    padding-right: 3.2em;
    padding-left: 3.2em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--secondary {
    font-size: 1.6rem;
  }
}
.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  background-color: #3648a2;
  color: #fff;
}
.c-btn--new-window::after {
  position: relative;
  top: -.1em;
  margin-left: .6em;
  content: '\f08e';
  font-weight: 900;
  font-size: 1rem;
  font-family: 'Font Awesome 6 Free';
}
.c-btn--arrow-left::after,
.c-btn--arrow-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';

  align-items: center;
}
.c-btn--arrow-right::after {
  content: '\f0da';
}
@media only screen and (max-width: 767.98px) {
  .c-btn--arrow-right::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-right::after {
    right: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-right::after {
    right: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--arrow-right::after {
    right: 16px;
  }
}
.c-btn--arrow-left::after {
  content: '\f0d9';
}
@media only screen and (max-width: 767.98px) {
  .c-btn--arrow-left::after {
    left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-left::after {
    left: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-left::after {
    left: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn--arrow-left::after {
    left: 16px;
  }
}

/* 電話番号リンク
--------------------------------------------------------- */
.c-tel-link a {
  text-decoration: none;
}
.c-tel-link a [data-action=call] {
  color: #242424;
}

.c-pagetop {
  position: fixed;
  z-index: 50;
  display: none;
  font-size: 0;
  cursor: pointer;
  transition: -webkit-transform .3s;
  transition:         transform .3s;
  transition:         transform .3s, -webkit-transform .3s;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px;
    bottom: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-pagetop {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pagetop {
    right: 40px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop img {
    width: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop img {
    width: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-pagetop img {
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-pagetop img {
    width: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .c-anchor-link {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .c-anchor-link {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .c-anchor-link {
    width: 1110px;
  }
}
.c-anchor-link__items {
  display: grid;
}
@media only screen and (max-width: 767.98px) {
  .c-anchor-link__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link__items {
    grid-template-columns: repeat(6, auto);
    gap: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-anchor-link__items {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-anchor-link__items {
    gap: 20px;
  }
}
.c-anchor-link__item a {
  display: flex;
  height: 100%;
  padding: .9em .5em;
  border-radius: .5em;
  background-color: #180d73;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
  transition: background-color .2s, border-color .2s, color .2s;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .c-anchor-link__item a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-anchor-link__item a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-anchor-link__item a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-anchor-link__item a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .c-anchor-link__item a {
    font-size: 1.7rem;
  }
}
.c-anchor-link__item a:hover,
.c-anchor-link__item a:active,
.c-anchor-link__item a:focus {
  background-color: #3648a2;
}

/* ------------------------------------------------------------------------
/* アニメーション・エフェクト
------------------------------------------------------------------------- */
/* スクロールアニメーション
--------------------------------------------------------- */
.animate-mask {
  transition: -webkit-clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
  transition:         clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
  transition:         clip-path 1.2s cubic-bezier(.9, 0, .1, 1), -webkit-clip-path 1.2s cubic-bezier(.9, 0, .1, 1);
}
.animate-mask--center {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.animate-mask--center.is-appear {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.animate-mask--left,
.animate-mask--right,
.animate-mask--bottom,
.animate-mask--top {
  --inset-top: 0;
  --inset-right: 0;
  --inset-bottom: 0;
  --inset-left: 0;
  -webkit-clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
          clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
}
.animate-mask--left {
  --inset-left: 100%;
}
.animate-mask--left.is-appear {
  --inset-left: 0;
}
.animate-mask--right {
  --inset-right: 100%;
}
.animate-mask--right.is-appear {
  --inset-right: 0;
}
.animate-mask--bottom {
  --inset-bottom: 100%;
}
.animate-mask--bottom.is-appear {
  --inset-bottom: 0;
}
.animate-mask--top {
  --inset-top: 100%;
}
.animate-mask--top.is-appear {
  --inset-top: 0;
}

.animate-cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.animate-cover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #0070c0, #00c09b);
  content: '';
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(.9, 0, .1, 1);
          animation-timing-function: cubic-bezier(.9, 0, .1, 1);

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animate-cover--left::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.animate-cover--left.is-appear::after {
  -webkit-animation-name: cover-left;
          animation-name: cover-left;
}
@-webkit-keyframes cover-left {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cover-left {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.animate-cover--right::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.animate-cover--right.is-appear::after {
  -webkit-animation-name: cover-right;
          animation-name: cover-right;
}
@-webkit-keyframes cover-right {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cover-right {
  40%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.animate-cover--top::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.animate-cover--top.is-appear::after {
  -webkit-animation-name: cover-top;
          animation-name: cover-top;
}
@-webkit-keyframes cover-top {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes cover-top {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.animate-cover--bottom::after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.animate-cover--bottom.is-appear::after {
  -webkit-animation-name: cover-bottom;
          animation-name: cover-bottom;
}
@-webkit-keyframes cover-bottom {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes cover-bottom {
  40%,
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.animate-cover__content {
  opacity: 0;
}
.animate-cover.is-appear .animate-cover__content {
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes content {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  opacity: 0;
}
.animate-fade-in.is-appear {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.33, 1, .68, 1);
          animation-timing-function: cubic-bezier(.33, 1, .68, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print {
  .animate-fade-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-zoom-in {
  opacity: 0;
}
.animate-zoom-in.is-appear {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.25, 1, .5, 1);
          animation-timing-function: cubic-bezier(.25, 1, .5, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media print {
  .animate-zoom-in {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-in-left,
.animate-slide-in-right,
.animate-slide-in-top,
.animate-slide-in-bottom {
  opacity: 0;
  transition: opacity .9s, -webkit-transform .9s;
  transition: opacity .9s, transform .9s;
  transition: opacity .9s, transform .9s, -webkit-transform .9s;
}
.animate-slide-in-left.is-appear,
.animate-slide-in-right.is-appear,
.animate-slide-in-top.is-appear,
.animate-slide-in-bottom.is-appear {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media print {
  .animate-slide-in-left,
  .animate-slide-in-right,
  .animate-slide-in-top,
  .animate-slide-in-bottom {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-in-left {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.animate-slide-in-right {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.animate-slide-in-top {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.animate-slide-in-bottom {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

/* ------------------------------------------------------------------------
/* フォーム
------------------------------------------------------------------------- */
/* required ----------------------------------------*/
.c-required {
  display: inline-block;
  flex-shrink: 0;
  background-color: #bb2f2f;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
th .c-required{
  float: right;
}

/* form-style ----------------------------------------*/
.c-form-xs, .c-form-s, .c-form-m, .c-form-l{
  width: 100%;
}
.c-form-xl { width: 100%;}
.c-form-h { width: 100%; min-height: 100px; resize: none;}
.c-form-h::-webkit-scrollbar{display: none;}
@media screen and (min-width: 992px) {
  .c-form-xs { width: 150px;}
  .c-form-s { width: 200px;}
  .c-form-m { width: 300px;}
  .c-form-l { width: 500px;}
  .c-form-h { min-height: 150px;}
}

/* select-box ----------------------------------------*/
.c-select-box {
  position: relative;
  display: block;
}
.c-select-box::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .c-select-box {
      display: inline-block;
  }
}

/* radio ----------------------------------------*/
.c-radio{
  position:relative;
  display: block;
}
.c-radio input {
  display: none;
}
.c-radio span::before{
  display: inline-block;
  margin-right: 5px;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  color: #999;
  z-index: 1;
}
.c-radio input:checked + span::before{
  content: "\f192";
  color: #180d73;
}

@media screen and (min-width:992px){
  .c-radio{
      display: inline-block;
  }
}
/* c-radio__list ----------------------------------------*/
.c-radio__list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.c-radio__list li {
  width: calc(50% - 5px);
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (min-width:991px){
  .c-radio__list{
    column-gap: 20px;
  }
  .c-radio__list li {
    width: auto;
    padding: initial;
    border: initial;
    border-radius: initial;
  }
}

/* c-checkbox ----------------------------------------*/
.c-checkbox{
  position: relative;
  display: block;
}
.c-checkbox input{
  display: none;
}
.c-checkbox input + span::before{
  display: inline-block;
  margin-right: 5px;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
}
.c-checkbox input:checked + span::before{
  content: "\f14a";
  color: #180d73;
}
@media screen and (min-width:992px){
  .c-checkbox{
      display: inline-block;
  }
}

/* c-checkbox__list ----------------------------------------*/
.c-checkbox__list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.c-checkbox__list li {
  width: calc(50% - 5px);
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (min-width:992px){
  .c-checkbox__list{
    column-gap: 20px;
  }
  .c-checkbox__list li {
    width: auto;
    padding: initial;
    border: initial;
    border-radius: initial;
  }
}

/* ------------------------------------------------------------------------
/* その他
------------------------------------------------------------------------- */
.c-embed {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .c-embed {
    padding-top: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-embed {
    padding-top: 70%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-embed {
    padding-top: 60%;
  }
}
.c-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #f5f5f4;
}
.c-embed--youtube {
  padding-top: 56.25%;
}

.mt100 {
	margin-top: 100px;
}


/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* アクセス
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-access__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-access__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-access__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-access__inner {
    width: 1110px;
  }
}
.p-access__txt {
  margin-bottom: 1.7em;
}
.p-access__btn {
  margin-top: 1.8em;
  text-align: right;
}

/* TOP 業務内容
--------------------------------------------------------- */
.p-business {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-business {
    margin-top: 60px;
    padding: 7vw 4vw 11vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business {
    margin-top: 90px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-business {
    margin-top: 110px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.p-business::before,
.p-business::after {
  position: absolute;
  content: '';
}
.p-business::before {
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background-color: #3648a2;
}
@media only screen and (max-width: 767.98px) {
  .p-business::before {
    width: 97%;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business::before {
    width: calc(100% - 1vw);
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .p-business::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .p-business::before {
    width: 95%;
  }
}
@media screen and (min-width: 2000px) {
  .p-business::before {
    width: 86.5%;
  }
}
.p-business::after {
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/common/bg-en-ism.png) left top/100% 100% no-repeat;
}
@media only screen and (max-width: 767.98px) {
  .p-business::after {
    width: 79.5vw;
    height: 25.25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business::after {
    width: 79.5vw;
    height: 25.25vw;
  }
}
@media screen and (min-width: 2000px) {
  .p-business::after {
    width: 1590px;
    height: 505px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-business__inner {
    padding-right: 6vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-business__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business .c-heading {
    margin-bottom: 5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business .c-heading {
    margin-bottom: 6em;
  }
}
@media screen and (min-width: 1200px) {
  .p-business .c-heading {
    margin-bottom: 7em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__items {
    display: grid;
    -webkit-column-gap: 15px;
            column-gap: 15px;

    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__items {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-business__items {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-business__item + .p-business__item {
    margin-top: 40px;
  }
}
.p-business-item__img img {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .15);
}
@media only screen and (max-width: 767.98px) {
  .p-business-item__img img {
    width: 100%;
    height: auto;
    border-radius: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business-item__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-item__img img {
    border-radius: 30px;
  }
}
.p-business-item__txt {
  margin-top: 1em;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-business-item__txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business-item__txt {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business-item__txt {
    letter-spacing: .05em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-item__txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-business-item__txt {
    font-size: 1.8rem;
  }
}

/* コンセプト
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-concept__item + .p-concept__item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept__item + .p-concept__item {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept__item + .p-concept__item {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept__item + .p-concept__item {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-concept__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept-media__item {
    display: flex;
    padding-left: 1em;

    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-concept-media__item + .p-concept-media__item {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept-media__item + .p-concept-media__item {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept-media__item + .p-concept-media__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept-media__item + .p-concept-media__item {
    margin-top: 60px;
  }
}
.p-concept-media__title {
  position: relative;
  z-index: 1;
  color: #180d73;
  text-shadow: rgba(255, 255, 255, .7) 1px 1px 1px, rgba(255, 255, 255, .7) -1px 1px 1px, rgba(255, 255, 255, .7) 1px -1px 1px, rgba(255, 255, 255, .7) -1px -1px 1px;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .p-concept-media__title {
    font-size: 2.8rem;
    margin-bottom: 1.2em;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept-media__title {
    font-size: 3.6rem;
    margin-left: 10px;
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept-media__title {
    margin-bottom: 0;
    width: 30%;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept-media__title {
    font-size: 5rem;
  }
}
.p-concept-media__title::before,
.p-concept-media__title::after {
  position: absolute;
  z-index: -1;
  width: 2em;
  height: 2em;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
}
.p-concept-media__title.large_sq::before,
.p-concept-media__title.large_sq::after {
  width: 2.24em;
  height: 2.24em;
}
.p-concept-media__title::after {
  top: .9em;
  left: .4em;
  background-color: #dbd7fb;
}
.p-concept-media__title::before {
  top: .9em;
  left: .6em;
  background-color: #f0eeff;
}
@media only screen and (max-width: 767.98px) {
  .p-concept-media__txt{
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept-media__txt{
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept-media__txt{
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-concept-media__title.large_sq::before,
  .p-concept-media__title.large_sq::after {
    width: 2.4em;
    height: 2.4em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-concept-media__txt {
    width: 70%;
  }
  .p-concept-media__title.large_sq::before,
  .p-concept-media__title.large_sq::after {
    width: 2.5em;
    height: 2.5em;
  }
}
/* 環境への取り組み
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-environment__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-environment__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-environment__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__wrap {
    display: grid;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 1fr 22%;
    grid-template-areas: 'content img';
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__content {
    grid-area: content;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-environment__img {
    margin-top: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-environment__img {
    grid-area: img;
  }
}
.p-environment__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-environment__img img {
    width: 250px;
  }
}

/* 健康な職場づくり宣言書
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-health__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-health__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-health__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__wrap {
    display: grid;
    -webkit-column-gap: 30px;
            column-gap: 30px;

    grid-template-columns: 1fr 24%;
    grid-template-areas: 'content img';
  }
}
@media screen and (min-width: 1200px) {
  .p-health__wrap {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__content {
    grid-area: content;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-health__summary {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-health__summary {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__summary {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-health__summary {
    margin-top: 40px;
  }
}
.p-health__copy {
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .p-health__copy {
    margin-bottom: 1.2em;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-health__copy {
    margin-bottom: 1.1em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-health__copy {
    font-size: 2.3rem;
  }
}
.p-health__copy strong {
  font-size: 130%;
}
.p-health__sign {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .p-health__sign {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-health__sign {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__sign {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-health__sign {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-health-sign {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-health-sign {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health-sign {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-health-sign {
    font-size: 1.7rem;
  }
}
.p-health-sign__date {
  font-weight: normal;
  font-size: 85%;
}
.p-health-sign__nc {
  font-size: 135%;
}
.p-health__img {
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .p-health__img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-health__img {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-health__img {
    grid-area: img;
  }
}
.p-health__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .p-health__img img {
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-health__img img {
    width: 250px;
  }
}

/* TOP INTRO
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-intro__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-intro__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-intro__inner {
    width: 1110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-intro__catch {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__catch {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-intro__catch {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-intro__catch {
    margin-bottom: 55px;
  }
}
.p-intro__catch img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-intro__catch img {
    width: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__catch img {
    width: 350px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-intro__catch img {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .p-intro__catch img {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__content {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-intro__txt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__txt {
    letter-spacing: .1em;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 992px) {
  .p-intro__txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-intro__txt {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-intro__btn {
    margin-top: 40px;
    text-align: right;
  }
}

/* 応募について
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-order__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-order__inner {
    width: 1110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-order__contact {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order__contact {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order__contact {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-order__contact {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order-contact {
    display: grid;
    /* -webkit-column-gap: 25px;
            column-gap: 25px; */
            -webkit-column-gap: 20px;
            column-gap: 20px;

    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .p-order-contact {
    /* -webkit-column-gap: 30px;
            column-gap: 30px; */
            -webkit-column-gap: 20px;
            column-gap: 20px;
            grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-order-contact {
    width: 100%;
  }
}
.p-order-contact__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebed;
  background-color: #f8f8f8;
  color: #180d73;
  text-align: center;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .p-order-contact__item {
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order-contact__item {
    height: 65px;
    padding-top: .2em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order-contact__item {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-contact__item {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-order-contact__item + .p-order-contact__item {
    margin-top: 25px;
  }
}
.p-order-contact__item--mail:hover{
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .p-order-contact__item--mail {
    padding-top: .3em;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-order-contact__item--mail .p-order-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order-contact__item--mail .p-order-contact__num {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order-contact__item--mail .p-order-contact__num {
    /* font-size: 2.5rem; */
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-contact__item--mail .p-order-contact__num {
    font-size: 2.8rem;
  }
}
.p-order-contact__item--mail .p-order-contact__time {
  letter-spacing: .07em;
}
@media print, screen and (min-width: 992px) {
  .p-order-contact__item--mail .p-order-contact__time {
    margin-top: .5em;
  }
}
.p-order-contact__num {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .p-order-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order-contact__num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order-contact__num {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-contact__num {
    font-size: 3rem;
  }
}
.p-order-contact__num .fa-solid {
  position: relative;
}
.p-order-contact__num .fa-phone {
  top: -.03em;
  margin-right: .3em;
}
.p-order-contact__num .fa-envelope {
  top: -.01em;
  margin-right: .5em;
}
.p-order-contact__num .fa-desktop {
  top: -.01em;
  margin-right: .5em;
}
.p-order-contact__num a {
  text-decoration: none;
}
.p-order-contact__num a [data-action=call] {
  color: #180d73;
}
.p-order-contact__time {
  margin-top: .2em;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .p-order-contact__time {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-order-contact__time {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-order-contact__time {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-contact__time {
    font-size: 1.6rem;
  }
}
.p-order-contact__time .fa-solid {
  margin-right: .3em;
}
/* 会社案内
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-overview__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-overview__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-overview__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-overview__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-overview__wrap {
    display: grid;
    -webkit-column-gap: 40px;
            column-gap: 40px;

    grid-template-columns: 1fr 40%;
    grid-template-areas: 'content img';
  }
}
@media screen and (min-width: 1200px) {
  .p-overview__wrap {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-overview__content {
    grid-area: content;
  }
}
.p-overview__img {
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .p-overview__img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-overview__img {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-overview__img {
    grid-area: img;
  }
}
.p-overview__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* 製品紹介
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-product__nav {
    margin-right: 4vw;
    margin-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__nav {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__nav {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__nav {
    width: 1110px;
  }
}
.p-product-nav {
  border-radius: 1em;
  background-color: #f0f2fc;
}
@media only screen and (max-width: 767.98px) {
  .p-product-nav {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-nav {
    padding: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-nav {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-nav {
    padding: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-nav {
    padding: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-nav__items {
    display: flex;

    flex-wrap: wrap;
  }
}
.p-product-nav li {
  position: relative;
  padding-left: .9em;
}
@media print, screen and (min-width: 768px) {
  .p-product-nav li {
    margin-top: .3em;
    margin-bottom: .3em;
  }
}
.p-product-nav li::before {
  position: absolute;
  top: .7em;
  left: 0;
  color: #180d73;
  content: '\f054';
  font-weight: 900;
  font-size: 82%;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-product-nav li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-nav li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-nav li:not(:last-of-type) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-nav li:not(:last-of-type) {
    margin-right: 50px;
  }
}
.p-product-nav li .icon-new {
  margin-left: .7em;
  color: #e91717;
}
@media only screen and (max-width: 767.98px) {
  .p-product__item {
    margin-top: 50px;
  }
  .p-product__item.border-bottom_b{
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__item {
    margin-top: 60px;
  }
  .p-product__item.border-bottom_b{
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__item {
    margin-top: 80px;
  }
  .p-product__item.border-bottom_b{
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__item {
    margin-top: 100px;
  }
  .p-product__item.border-bottom_b{
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__inner {
    width: 1110px;
  }
}

.p-product__item.border-bottom_b{
  border-top: 5px solid #2d73c9;
}

.p-product__heading {
  color: #180d73;
  letter-spacing: .07em;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .p-product__heading {
    margin-bottom: 1.3em;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__heading {
    margin-bottom: 1.2em;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__heading {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__heading {
    font-size: 3.6rem;
  }
}
.p-product__heading + * {
  margin-top: 0 !important;
}
.p-product__heading .icon-new {
  position: relative;
  top: -.2em;
  width: auto;
  height: 1.6em;
  max-width: 100%;
  margin-left: .5em;
  vertical-align: middle;
}
.p-product__lead {
  color: #180d73;
}
@media only screen and (max-width: 767.98px) {
  .p-product__lead {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__lead {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__lead {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product__feature {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__feature {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__feature {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__feature {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__items {
    display: grid;
    -webkit-column-gap: 20px;
            column-gap: 20px;

    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__items {
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__items {
    /* -webkit-column-gap: 30px;
            column-gap: 30px; */
            -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__item + .p-product-feature__item {
    margin-top: 40px;
  }
}
.p-product-feature__point {
  position: relative;
  padding: .8em 1em .9em;
  border-radius: .6em;
  background-color: #57b9c8;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__point {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__point {
    letter-spacing: .03em;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__point {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__point {
    font-size: 1.6rem;
  }
}
.p-product-feature__point .no {
  position: absolute;
  top: -.5em;
  left: -.5em;
  display: inline-flex;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background-color: #de363c;
  color: #fff;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__point .no {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__point .no {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__point .no {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__point .no {
    font-size: 1.5rem;
  }
}
.p-product-feature__point--ib {
  display: inline-block;
  padding-right: 1.8em;
  padding-left: 1.8em;
}
.p-product-feature__copy {
  margin-top: 1.5em;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.7;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__copy {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__copy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__copy {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__copy {
    font-size: 1.8rem;
  }
}
.p-product-feature__txt {
  margin-top: 1.2em;
  padding-right: .5em;
  padding-left: .5em;
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__txt {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__txt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__block {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__block {
    display: grid;
    margin-top: 40px;
    -webkit-column-gap: 15px;
            column-gap: 15px;

    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1fr 38%;
    align-items: flex-start;
    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__block {
    margin-top: 50px;
    /* -webkit-column-gap: 20px;
            column-gap: 20px; */
            -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__block {
    margin-top: 60px;
    /* -webkit-column-gap: 30px;
            column-gap: 30px; */
            -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__block .c-table {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__points {
    display: flex;

    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__points .p-product-feature__point {
    margin-bottom: 1.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__points .p-product-feature__point:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__points .p-product-feature__point:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__points .p-product-feature__point:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__points .p-product-feature__point + .p-product-feature__point {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-feature__points2 {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-feature__points2 {
    gap: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-feature__points2 {
    width: 80%;

    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-feature__points2 .p-product-feature__point + .p-product-feature__point {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product__spec {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__spec {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__spec {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__spec {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-spec__inner {
    display: grid;
    -webkit-column-gap: 30px;
            column-gap: 30px;

    grid-template-columns: 220px 1fr;
    grid-template-areas: 'img content';
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-spec__inner {
    -webkit-column-gap: 40px;
            column-gap: 40px;

    grid-template-columns: 260px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-spec__inner {
    -webkit-column-gap: 50px;
            column-gap: 50px;

    grid-template-columns: 350px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-spec__content {
    grid-area: content;
  }
}
.p-product-spec__img {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-spec__img {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-spec__img {
    grid-area: img;
  }
}
.p-product-spec__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-product-spec__img img {
    width: 100%;
  }
}
.p-product-spec__btn {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .p-product-spec__btn {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-spec__btn {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-spec__btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-spec__btn {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__media {
    display: grid;
    -webkit-column-gap: 20px;
            column-gap: 20px;

    grid-template-columns: 1fr 350px;
    grid-template-areas: 'body image';
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__media {
    -webkit-column-gap: 25px;
            column-gap: 25px;

    grid-template-columns: 1fr 420px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__media {
    -webkit-column-gap: 30px;
            column-gap: 30px;

    grid-template-columns: 1fr 460px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-media__body {
    grid-area: body;
  }
}
.p-product-media__image {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-media__image {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-media__image {
    grid-area: image;
  }
}
.p-product-media__image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-product__compare {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__compare {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__compare {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__compare {
    padding-top: 30px;
  }
}
.p-product-compare__header,
.p-product-compare__item {
  display: grid;

  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__header,
  .p-product-compare__item {
    -webkit-column-gap: 15px;
            column-gap: 15px;

    grid-template-columns: 110px 390px 250px 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__header,
  .p-product-compare__item {
    -webkit-column-gap: 2%;
            column-gap: 2%;

    grid-template-columns: 12% 41% 23% 18%;
  }
}
.p-product-compare__header-txt {
  margin-bottom: .8em;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__header-txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__header-txt {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__header-txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__header-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__header-txt {
    font-size: 1.9rem;
  }
}
.p-product-compare__header-txt small {
  display: block;
  font-size: 80%;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__item + .p-product-compare__item {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__item + .p-product-compare__item {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__item + .p-product-compare__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__item + .p-product-compare__item {
    margin-top: 40px;
  }
}
.p-product-compare__title {
  padding: .5em .1em;
  border-radius: .4em;
  background-color: #180d73;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__title {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__title {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__title {
    font-size: 1.8rem;
  }
}
.p-product-compare__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.2em;
  background-color: #f0f2fc;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__box {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__box {
    padding: 15px 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__box {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__box {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.p-product-compare__box-img {
  margin-bottom: 1em;
}
.p-product-compare__box-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__box-img img.illust01 {
    height: 88px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__box-img img.illust01 {
    height: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__box-img img.illust01 {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__box-img img.illust01 {
    height: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__box-img img.illust01 {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__box-img img.illust02 {
    height: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__box-img img.illust02 {
    height: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__box-img img.illust02 {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__box-img img.illust02 {
    height: 67px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__box-img img.illust02 {
    height: 75px;
  }
}
.p-product-compare__box-txt {
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-product-compare__box-txt {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-compare__box-txt {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-compare__box-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-compare__box-txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-compare__box-txt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product__merit {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product__merit {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__merit {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__merit {
    margin-top: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-merit__items {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-merit__items {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-merit__items {
    gap: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-merit__items {
    gap: 50px;
  }
}
.p-product-merit__item {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-product-merit__item + .p-product-merit__item {
    margin-top: 40px;
  }
}
.p-product-merit__item-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-product-merit__item-img img {
    border-radius: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-merit__item-img img {
    width: 100%;
    border-radius: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-merit__item-img img {
    border-radius: 3em;
  }
}
.p-product-merit__item-txt {
  margin-top: 1em;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-product-merit__item-txt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-merit__item-txt {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-merit__item-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-merit__item-txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-merit__info {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-merit__info {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-merit__info {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-merit__info {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-merit-info__block + .p-product-merit-info__block {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-merit-info__block + .p-product-merit-info__block {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-merit-info__block + .p-product-merit-info__block {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-merit-info__block + .p-product-merit-info__block {
    margin-top: 60px;
  }
}
.p-product-merit-info__txt .att {
  margin-top: 1em;
  font-size: 90%;
}
@media print, screen and (min-width: 768px) {
  .p-product__thumbs {
    display: grid;
    -webkit-column-gap: 40px;
            column-gap: 40px;

    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .p-product__thumbs {
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-product__thumbs {
    -webkit-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product__thumb + .p-product__thumb {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-thumb {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-thumb {
    display: grid;
    -webkit-column-gap: 5%;
            column-gap: 5%;

    grid-template-columns: 45% 1fr;
    grid-template-areas: 'img content';
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-thumb__img {
    grid-area: img;
  }
}
.p-product-thumb__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-product-thumb__img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-thumb__content {
    grid-area: content;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-product-thumb__txt {
    margin-top: .7em;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-product-thumb__txt {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-product-thumb__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-thumb__txt {
    font-size: 1.7rem;
  }
}
.p-product-thumb__txt p + p {
  margin-top: 1em;
}

/* TOP 会社概要 採用情報
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-promo {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo {
    margin-top: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo {
    margin-top: 150px;
  }
}
.p-promo__item {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item {
    padding-bottom: 80vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item {
    display: flex;
    min-height: 400px;

    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__item {
    min-height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__item {
    min-height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo__item {
    min-height: 700px;
  }
}
.p-promo__item::after {
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item::after {
    bottom: 0;
    left: 0;
    width: calc(100% - 4vw);
    height: 70vw;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item::after {
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__item::after {
    width: 53%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo__item::after {
    width: 50%;
  }
}
@media screen and (min-width: 2000px) {
  .p-promo__item::after {
    width: 44.5%;
  }
}
.p-promo__item--company::after {
  background-image: url(../images/top/bg-company.jpg);
}
@media print, screen and (min-width: 768px) {
  .p-promo__item--company::after {
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item--recruit {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item--recruit {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__item--recruit {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__item--recruit {
    margin-top: 111px;
  }
}
.p-promo__item--recruit::after {
  right: 0;
  left: auto;
  border-radius: 0;
  background-image: url(../images/top/bg-recruit.jpg);
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item--recruit::after {
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item--recruit::after {
    border-top-left-radius: 3em;
    border-bottom-left-radius: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__item--recruit::after {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item--recruit .p-promo__content {
    margin-right: 62%;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__item--recruit .p-promo__content {
    margin-right: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__item--recruit .p-promo__content {
    margin-right: 58%;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo__item--recruit .p-promo__content {
    margin-right: 55%;
  }
}
@media screen and (min-width: 2000px) {
  .p-promo__item--recruit .p-promo__content {
    margin-right: 51.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__content {
    margin-left: 62%;
    padding-top: 4%;
    padding-bottom: 7%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__content {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__content {
    margin-left: 58%;
  }
}
@media screen and (min-width: 1400px) {
  .p-promo__content {
    margin-left: 55%;
  }
}
@media screen and (min-width: 2000px) {
  .p-promo__content {
    margin-left: 51.5%;
  }
}
.p-promo__list li a {
  position: relative;
  display: block;
  padding-top: 1em;
  padding-bottom: .6em;
  border-bottom: 1px solid #180d73;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__list li a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__list li a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__list li a {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__list li a {
    font-size: 2.5rem;
  }
}
.p-promo__list li a::before,
.p-promo__list li a::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  display: flex;
  margin: auto;
  content: '';

  align-items: center;
}
.p-promo__list li a::before {
  z-index: 1;
  color: inherit;
  content: '\f178';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__list li a::before {
    right: 8px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__list li a::before {
    right: 8px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__list li a::before {
    right: 12px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__list li a::before {
    right: 17px;
    font-size: 1.5rem;
  }
}
.p-promo__list li a::after {
  right: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #180d73;
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__list li a::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__list li a::after {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__list li a::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__list li a::after {
    width: 50px;
    height: 50px;
  }
}
.p-promo__list li .no {
  display: block;
  letter-spacing: .01em;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media only screen and (max-width: 767.98px) {
  .p-promo__list li .no {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__list li .no {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__list li .no {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-promo__list li .no {
    font-size: 1.8rem;
  }
}

/* 採用情報
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-recruit__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-recruit__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-media {
    display: grid;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 1fr 47%;
    grid-template-areas: 'content img';
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-media__content {
    grid-area: content;
  }
}
.p-recruit-media__txt p + p {
  margin-top: 1.2em;
}
.p-recruit-media__img {
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .p-recruit-media__img {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-media__img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-media__img {
    grid-area: img;
  }
}
.p-recruit-media__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__summary {
    padding-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-recruit-summary {
    display: grid;
    -webkit-column-gap: 2.7%;
            column-gap: 2.7%;

    grid-template-columns: repeat(3, 1fr);
  }
}
.p-recruit-summary__box {
  position: relative;
  z-index: 1;
  border-radius: 1em;
  background-color: #f0f2fc;
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-summary__box {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-recruit-summary__box {
    height: 100%;
    padding: 40px 17px 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-summary__box {
    padding: 45px 17px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit-summary__box {
    padding: 50px 25px 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-summary__box + .p-recruit-summary__box {
    margin-top: 60px;
  }
}
.p-recruit-summary__title {
  margin-bottom: .8em;
  color: #180d73;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-summary__title {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-recruit-summary__title {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-summary__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit-summary__title {
    font-size: 1.8rem;
  }
}
.p-recruit-summary__title .no {
  position: absolute;
  top: -.7em;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .p-recruit-summary__title .no {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-recruit-summary__title .no {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-recruit-summary__title .no {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruit-summary__title .no {
    font-size: 2.4rem;
  }
}
.p-recruit-summary__title .no::before {
  position: absolute;
  top: -.7em;
  right: 0;
  left: 0;
  z-index: -1;
  width: 3em;
  height: 3em;
  margin: auto;
  background-color: #180d73;
  content: '';

  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
}
/* SDGs宣言書
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-sdgs__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs__inner {
    width: 1110px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-lead {
    display: grid;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 55% 1fr;
    grid-template-areas: 'img content';
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-lead__img {
    grid-area: img;
  }
}
.p-sdgs-lead__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-lead__content {
    grid-area: content;
  }
}
@media screen and (max-width: 991.98px) {
  .p-sdgs-lead__txt {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-lead__sign {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-lead__sign {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-lead__sign {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-lead__sign {
    margin-top: 40px;
  }
}
.p-sdgs-lead__sign dl {
  display: flex;

  align-items: flex-start;
}
.p-sdgs-lead__sign dl + dl {
  margin-top: 1.5em;
}
.p-sdgs-lead__sign dt,
.p-sdgs-lead__sign dd {
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-lead__sign dt,
  .p-sdgs-lead__sign dd {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-lead__sign dt,
  .p-sdgs-lead__sign dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-lead__sign dt,
  .p-sdgs-lead__sign dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-lead__sign dt,
  .p-sdgs-lead__sign dd {
    font-size: 1.6rem;
  }
}
.p-sdgs-lead__sign dt {
  width: 30%;
  padding: .4em 1.5em;
  border: 1px solid #e5e7f1;
  background-color: #f0f2fc;
  text-align: center;
  font-weight: 500;
}
.p-sdgs-lead__sign dd {
  width: 70%;
  margin-left: 1em;
  padding-top: .4em;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs__item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs__item {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs__item {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs__item {
    margin-top: 80px;
  }
}
.p-sdgs-item {
  border: 1px solid #719d53;
  background-color: #f3fced;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item {
    padding: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-item {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-item {
    padding: 35px;
  }
}
.p-sdgs-item__heading {
  margin-bottom: 1.2em;
  padding-bottom: .4em;
  border-bottom: 1px solid #719d53;
  color: #3648a2;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item__heading {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-item__heading {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-item__heading {
    font-size: 3rem;
  }
}
.p-sdgs-item__heading small {
  margin-right: .5em;
  color: #242424;
  font-weight: 500;
  font-size: 80%;
}
.p-sdgs-item__label {
  display: inline-block;
  padding: .3em 1.5em;
  background-color: #68c02e;
  color: #fff;
  letter-spacing: .07em;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item__label {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item__label {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-sdgs-item__label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-item__label {
    font-size: 1.7rem;
  }
}
.p-sdgs-item__inner {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item__inner {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item__inner {
    padding: 20px 20px 30px;
  }
}
.p-sdgs-item__icons {
  display: grid;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item__icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item__icons {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-item__icons {
    gap: 12px;
  }
}
.p-sdgs-item__icon {
  text-align: center;
}
.p-sdgs-item__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-sdgs-item__list {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sdgs-item__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-sdgs-item__list {
    margin-top: 25px;
  }
}
.p-sdgs-item__list li::before {
  margin-right: .4em;
  color: #3648a2;
  content: '\f138';
  font-weight: 900;
  font-size: inherit;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}

/* 先輩の声
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-voice__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__inner {
    width: 1110px;
  }
}
.p-voice__item {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767.98px) {
  .p-voice__item {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__item {
    display: grid;
    padding: 30px;
    -webkit-column-gap: 4%;
            column-gap: 4%;

    grid-template-columns: 25% 1fr;
    grid-template-areas: 'img content';
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice__item {
    padding: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__item {
    padding: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-voice__item + .p-voice__item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__item + .p-voice__item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice__item + .p-voice__item {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__item + .p-voice__item {
    margin-top: 80px;
  }
}
.p-voice__img {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-voice__img {
    grid-area: img;
  }
}
.p-voice__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-voice__img img {
    width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-voice__content {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__content {
    grid-area: content;
  }
}
.p-voice__title {
  margin-bottom: 1.2em;
  padding-bottom: .4em;
  border-bottom: 1px dashed #666;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-voice__title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice__title {
    font-size: 2.3rem;
  }
}
.p-voice-faq__question,
.p-voice-faq__answer {
  position: relative;
}
.p-voice-faq__question::before,
.p-voice-faq__answer::before {
  position: absolute;
  left: 0;
  display: flex;
  line-height: 1.4;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .p-voice-faq__question::before,
  .p-voice-faq__answer::before {
    width: 30px;
    height: 30px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice-faq__question::before,
  .p-voice-faq__answer::before {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice-faq__question::before,
  .p-voice-faq__answer::before {
    width: 42px;
    height: 42px;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-faq__question::before,
  .p-voice-faq__answer::before {
    width: 47px;
    height: 47px;
    font-size: 2.3rem;
  }
}
.p-voice-faq__question {
  background-color: #3648a2;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .p-voice-faq__question {
    padding: .8em 2em .8em 44px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice-faq__question {
    padding: .6em 2em .6em 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice-faq__question {
    padding-left: 58px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-faq__question {
    padding-left: 64px;
    font-size: 1.9rem;
  }
}
.p-voice-faq__question::before {
  top: 0;
  padding-bottom: .3em;
  background-color: #180d73;
  color: #fff;
  content: 'Q';
  font-weight: 500;
}
.p-voice-faq__title {
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .p-voice-faq__title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice-faq__title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice-faq__title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-faq__title {
    font-size: 1.8rem;
  }
}
.p-voice-faq__answer {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-voice-faq__answer {
    padding: .8em 2em .8em 44px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-voice-faq__answer {
    padding: 1em 2em 1.5em 50px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media print, screen and (min-width: 992px) {
  .p-voice-faq__answer {
    padding-left: 58px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-voice-faq__answer {
    padding-left: 64px;
    font-size: 1.6rem;
  }
}
.p-voice-faq__answer::before {
  top: .3em;
  color: #da2128;
  content: 'A';
  font-weight: bold;
}

/* TOP 納入実績
--------------------------------------------------------- */
.p-works {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .p-works {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-works {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-works {
    margin-top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .p-works {
    margin-top: 135px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-works__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-works__inner {
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    width: 720px;
    margin: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-works__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-works__inner {
    width: 1110px;
  }
}
@media screen and (min-width: 2000px) {
  .p-works__inner {
    top: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-works .c-heading {
    margin-bottom: 0;
  }
}
.p-works__img {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-works__img {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-works__img {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 2000px) {
  .p-works__img {
    width: auto;
  }
}
.p-works__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* 個人情報の取り扱いについて
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-privacy__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-privacy__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-privacy__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-privacy__inner {
    width: 1110px;
  }
}

/* お問い合わせ
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .p-contact__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact__inner {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__inner {
    width: 1110px;
  }
}

.p-contact-tel__box{
  padding: 30px 15px;
  background: #f5f5f7;
  border: 1px solid #e2e2e2;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-contact-tel__box{
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-tel__box{
    padding: 30px 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-tel__box{
    padding: 40px 60px;
  }
}

.p-contact-tel__box__heading{
  font-size: 2rem;
  font-weight: bold;
  color: #180d73;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__box__heading{
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-tel__box__heading{
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact-tel__box__heading{
    font-size: 3.6rem;
  }
}
.p-contact-tel__box__item{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  .p-contact-tel__box__item{
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-tel__box__item{
    column-gap: 30px;
  }
}
.p-contact-tel__box__item--tel{
  padding: 20px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  color: #180d73;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .p-contact-tel__box__item--tel{
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-tel__box__item--tel{
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-tel__box__item--tel{
    padding: 30px;
    font-size: 3rem;
  }
}
.p-contact-tel__box--time{
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__box--time{
    font-size: 1.6rem;
  }
}

.p-contact__table{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-contact__table > tbody > tr > th,
.p-contact__table > tbody > tr > td{
  display: block;
  padding: 0.5em;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-contact__table > tbody > tr > th{
  background-color: #f5f5f7;
}
.p-contact__table > tbody > tr:last-of-type > td{
  border-bottom: 1px solid #e2e2e2;
} 
@media print, screen and (min-width: 992px) {
  .p-contact__table > tbody > tr > th,
  .p-contact__table > tbody > tr > td{
    display: table-cell;
    padding: 1em;
    border: 1px solid #e2e2e2;
    font-size: 1.6rem;
  }
  .p-contact__table > tbody > tr > th{
    width: 28%;
  }
}

.p-contact__txt{
  margin-top: 1em;
}

.p-contact-privacy{
  padding: 15px;
  border: 1px solid #ccc;
  height: 300px;
  overflow-y: scroll;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-contact-privacy__heading1{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.p-contact-privacy__heading2{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2em;
}
.p-contact-privacy__txt{
  margin-top: 1em;
}
.p-contact-privacy__txt:first-of-type{
  margin-top: 0;
}

.p-contact-confirm{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (min-width: 576px) {
  .p-contact-confirm{
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-confirm{
    column-gap: 30px;
  }
}
.p-contact-confirm__item{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-confirm__item{
    width: 200px;
  }
}

/* ========================================================================
/*
/* Utility
/*
========================================================================= */
.u-kome {
  position: relative;
  padding-left: 1.2em;
}
.u-kome--inline {
  display: inline-block;
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

/* ------------------------------------------------------------------------
/* 印刷用
------------------------------------------------------------------------- */
@media print {
  html {
    font-size: 10px !important;
  }
  .l-page-wrapper {
    display: block !important;
  }
  [data-aos],
  [class*=anime-],
  .animated {
    opacity: 1 !important;
  }
  .c-pagetop,
  .clone-header,
  .modal {
    display: none !important;
  }
  .p-news__scroll-box {
    max-height: 100% !important;
  }
  .p-policy__scroll-box {
    max-height: 100% !important;
  }
}
@page {
  margin: 8mm;
}


.l-footer-environment__logo--f01{width: 31%;}
@media print, screen and (min-width: 768px) {
  .l-footer-environment__logo--f01{width: 110px;}
}
@media print, screen and (min-width: 992px) {
  .l-footer-environment__logo--f01{width: 110px;}
}
@media print, screen and (min-width: 1200px) {
  .l-footer-environment__logo--f01{width: 90px;}
}


/* フッターコツコツスマート事業所宣言 */
.l-footer-environment__logo--f05{width: 31%;}
@media print, screen and (min-width: 768px) {
  .l-footer-environment__logo--f05{width: 90px;}
}
@media print, screen and (min-width: 992px) {
  .l-footer-environment__logo--f05{width: 90px;}
}
@media print, screen and (min-width: 1200px) {
  .l-footer-environment__logo--f05{width: 90px;}
}
/*2024/3/21追加*/
.p-health__wrap__img_content {
  grid-template-areas: 'img content';
  grid-template-columns: 1fr 50%;
}
.p-health__wrap__img_content .p-health__img {
  text-align: left;
}
.p-health__wrap__img_content .p-health__img img {
  border: 1px solid #ccc;
}
.p-health__wrap__img_content img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media print, screen and (max-width: 991px) {
  .p-health__wrap__img_content .p-health__img {
    text-align: center;
  }
  .p-health__content__right_img {
    text-align: center;
  }
}
.l-footer-environment__logo--f06 {
  width: 100px;
}
  .c-anchor-link__items {
    place-content: center;
  }
  .c-anchor-link__items a {
    display: block;
    place-content: center;
    min-width: 106px;
  }

  /* 20260128 */

.entry_btn {
  display: flex;
  align-items: center;
}

.entry_btn p {
  font-size: 1.8rem;
}

.intern_txt {
  margin-bottom: 2em;
}

.center-grid {
  display: grid;
  place-items: center; /* 横と縦の中央に配置 */
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .center-grid a {
    width: 100%;
}
}

@media print, screen and (min-width: 768px) {
  .center-grid a {
    width: 50%;
}
}

@media print, screen and (min-width: 992px) {
  .center-grid a {
    max-width: 35%;
}
}