@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #21386B;
  scroll-behavior: smooth;
  scroll-padding-top: 8.8rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    scroll-padding-top: 6.8rem;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #21386B;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

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

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.btn01 {
  width: 36rem;
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-image: url("../img/icon_arrow03.png");
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: calc(100% - 1.3em) center;
  border: solid 1px #21386B;
  border-radius: 99px;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 28.7rem;
    font-size: 1.7rem;
  }
}
.btn01:hover {
  color: #ffffff;
  background-color: #21386B;
  background-image: url("../img/icon_arrow04.png");
}

.btn_recruit {
  width: 18.4rem;
  padding: 0.75em;
  font-weight: 500;
  text-align: center;
  color: #60B2D6;
  background-color: #ffffff;
  border: solid 1px #60B2D6;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_recruit {
    width: 31.8rem;
    display: block;
  }
}
.btn_recruit:hover {
  color: #ffffff;
  background-color: #60B2D6;
}

.btn_contact {
  width: 18.4rem;
  padding: 0.75em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(to right, #299DC9, #3769B8 50%, #3769B8);
  background-size: 200% auto;
  border-radius: 99px;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn_contact {
    width: 31.8rem;
    display: block;
  }
}
.btn_contact:hover {
  background-position: 100% 0;
}

.midashi01 {
  margin-bottom: 1.6em;
  padding-left: 5.3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    padding-left: 2rem;
    font-size: 1.7rem;
  }
}
.midashi01:before {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 4rem 0 -5.3rem;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.1em;
}
@media only screen and (max-width: 780px) {
  .midashi01:before {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 1.2rem 0 -2rem;
  }
}
.midashi01 span {
  margin: 1.8rem 0 0 -5.3rem;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    margin: 0.9rem 0 0 -2rem;
    font-size: 1.88em;
  }
}

.midashi02 {
  margin-bottom: 1.6em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    font-size: 1.7rem;
  }
}
.midashi02 span {
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 span {
    font-size: 1.88em;
  }
}
.midashi02 span:before {
  width: 1.3rem;
  height: 1.3rem;
  margin: 1.4rem auto;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 span:before {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.8rem auto;
  }
}

.midashi03 {
  margin-bottom: 1.1em;
  padding-bottom: 0.7em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 500;
  border-bottom: solid 1px #D8E0EA;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .midashi03 {
    font-size: 2rem;
  }
}
.midashi03:before {
  width: 5em;
  height: 1px;
  content: "";
  background-color: #21386B;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フェードイン*/
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
}

.fadeIn.view {
  opacity: 1;
}

/*cta*/
.cta {
  background-color: #60B2D6;
}
.cta a {
  width: 100%;
  padding: 8.8rem 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .cta a {
    padding: 5rem 0;
  }
}
.cta a:before {
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (min-width: 781px) {
  .cta a:before {
    background-image: url("../img/cta_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .cta a:before {
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
.cta a:after {
  width: 12rem;
  height: 12rem;
  content: "";
  border: solid 1px #ffffff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cta a:hover:before {
  opacity: 0.8;
}
.cta a:hover:after {
  width: 78.5rem;
  height: 78.5rem;
  opacity: 1;
}
.cta a .midashi02 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 780px) {
  .cta a .midashi02 {
    margin-bottom: 0.7em;
  }
}
.cta a p {
  text-align: center;
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0.4rem;
  line-height: 4.3rem;
  text-align: center;
  background-color: #F2F2F2;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0.4rem !important;
    line-height: 3.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #21386B;
}
.pagination .prev, .pagination .next {
  background-image: url("../img/icon_arrow06.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .pagination .prev, .pagination .next {
    background-size: 0.8rem auto;
  }
}
.pagination .prev {
  margin-right: 2rem;
  transform: scaleX(-1);
}
.pagination .next {
  margin-left: 2rem;
}
.pagination a:hover {
  opacity: 0.6;
}

/*ページャー*/
.post-navigation {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .post-navigation {
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-list {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
    order: 3;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 50%;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 1.3rem;
  }
}
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  width: 4.3rem;
  height: 4.3rem;
  background-color: #21386B;
  background-image: url("../img/icon_arrow07.png");
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -1em;
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 0.8rem auto;
  }
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-previous {
    order: 1;
  }
}
.post-navigation .nav-previous a:before {
  margin-right: 1rem;
  content: "";
  transform: scale(-1, 1);
}
@media only screen and (max-width: 780px) {
  .post-navigation .nav-next {
    text-align: right;
    order: 2;
  }
}
.post-navigation .nav-next a:after {
  margin-left: 1rem;
  content: "";
}

/* ブロックエディタ用基本CSS */
.editor-area:after {
  content: "";
  display: block;
  clear: both;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area p {
  margin-bottom: 2em;
}
.editor-area h3 {
  margin-bottom: 0.66em;
  padding: 0.25em 0.25em 0.25em 0.66em;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #F9FBFC;
  border-left: solid 0.4rem #21386B;
}
@media only screen and (max-width: 780px) {
  .editor-area h3 {
    font-size: 2rem;
  }
}
.editor-area h4 {
  margin-bottom: 0.72em;
  padding-bottom: 0.4em;
  padding-left: 1.7em;
  font-size: 2.2rem;
  font-weight: 500;
  background-image: url("../img/news/midashi_icon01.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: 0 0.3em;
  border-bottom: solid 1px #D7E0EA;
}
@media only screen and (max-width: 780px) {
  .editor-area h4 {
    font-size: 1.8rem;
    background-size: 1.6rem auto;
  }
}
.editor-area h5 {
  margin-bottom: 0.6em;
  font-size: 1em;
  font-weight: 700;
}
.editor-area ul {
  margin-bottom: 2em;
}
.editor-area ul li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
}
.editor-area ul li:before {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.4rem 0 -3rem;
  content: "";
  background-image: url("../img/news/check.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
.editor-area ol {
  margin-bottom: 2em;
  counter-reset: num;
}
.editor-area ol li {
  margin-bottom: 0.5em;
  padding-left: 3rem;
  counter-increment: num;
}
.editor-area ol li:before {
  width: 2rem;
  margin: 0 1rem 0 -3rem;
  content: counter(num) ".";
  font-family: "Poppins", sans-serif;
  color: #21386B;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
}
.editor-area .wp-block-image {
  margin-bottom: 2em;
}
.editor-area .alignleft {
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 2em;
}
.editor-area .alignright {
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
.editor-area .aligncenter {
  margin-bottom: 2em;
}
.editor-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area .has-text-align-center {
  text-align: center;
}
.editor-area .has-text-align-right {
  text-align: right;
}
.editor-area blockquote {
  margin-bottom: 2.5em;
  margin-left: 0;
  padding: 1.2em 1.2em 1.2em 6rem;
  background-color: #F9FBFC;
  border-left: 0.25em solid #60B2D6;
  position: relative;
  display: block;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote {
    padding-left: 4rem;
  }
}
.editor-area blockquote:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-color: #60B2D6;
  background-image: url("../img/news/innyou.png");
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .editor-area blockquote:before {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
  }
}
.editor-area blockquote > * {
  color: #60B2D6;
}
.editor-area blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}
.editor-area table td, .editor-area table th {
  border: 1px solid #D7E0EA;
  padding: 0.5em;
}
.editor-area table th {
  background-color: #F9FBFC;
}
.editor-area .wp-block-columns {
  display: flex;
  margin-bottom: 2em;
}
.editor-area .wp-block-column {
  flex-grow: 1;
  margin-left: 0.625em;
  margin-right: 0.625em;
}
.editor-area .wp-block-media-text {
  display: grid;
}
.editor-area a {
  color: blue;
  text-decoration: underline;
  word-break: break-all;
}
.editor-area strong, .editor-area b {
  font-weight: bold;
}
.editor-area em, .editor-area i {
  font-style: italic;
}
.editor-area .wp-block-spacer {
  clear: both;
}

/*フォームベース*/
.form_area > p {
  margin-bottom: 2em;
}
.form_area .input_field_area {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .form_area .input_field_area.table .input_field {
    width: 100%;
    margin-bottom: 0;
    display: table;
  }
  .form_area .input_field_area.table .input_field > * {
    display: table-cell;
  }
  .form_area .input_field_area.table .input_field .input_label {
    width: 30%;
    margin-bottom: 0;
    padding: 1em;
    vertical-align: top;
  }
  .form_area .input_field_area.table .input_field .input_area {
    padding: 1em;
    vertical-align: top;
  }
}
.form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}
.form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  font-size: 0.7em;
  font-weight: 400;
  color: #60B2D6;
  display: inline-block;
  vertical-align: 0;
}
.form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.form_area .input_field_area .input_field .input_area.row .col .label {
  flex: 0 0 2em;
  margin-right: 0.5em;
  white-space: nowrap;
  text-align: right;
}
.form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.form_area .privacy {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy {
    margin-bottom: 2.5rem;
  }
}
.form_area .privacy .box {
  height: 24rem;
  margin-bottom: 3.2rem;
  padding: 1em;
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
}
@media only screen and (max-width: 780px) {
  .form_area .privacy .box {
    height: 14rem;
  }
}
.form_area .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.form_area .privacy .box h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.form_area .privacy .box h4 {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form_area .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.form_area .privacy .check {
  text-align: center;
}
.form_area .submit {
  text-align: center;
}
.form_area .submit input[type=submit] {
  width: 36rem;
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-image: url("../img/icon_arrow03.png");
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: calc(100% - 1.3em) center;
  border: solid 1px #21386B;
  border-radius: 99px;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 780px) {
  .form_area .submit input[type=submit] {
    width: 28.7rem;
    font-size: 1.7rem;
  }
}
.form_area .submit input[type=submit]:hover {
  color: #ffffff;
  background-color: #21386B;
  background-image: url("../img/icon_arrow04.png");
}
.form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}
.form_area .wpcf7-text {
  width: 100%;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  border-radius: 0.4rem;
}
.form_area .wpcf7-text::-moz-placeholder {
  color: #BCC8D6;
}
.form_area .wpcf7-text::placeholder {
  color: #BCC8D6;
}
.form_area .wpcf7-textarea {
  width: 100%;
  height: 12em;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .form_area .wpcf7-textarea {
    height: 8em;
  }
}
.form_area .wpcf7-textarea::-moz-placeholder {
  color: #BCC8D6;
}
.form_area .wpcf7-textarea::placeholder {
  color: #BCC8D6;
}
.form_area .wpcf7-select {
  width: 100%;
  padding: 0.75em;
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1rem auto;
  border-radius: 0.4rem;
}
.form_area .wpcf7-radio {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-radio > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-radio > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.form_area .wpcf7-radio label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-radio label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-radio label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-radio label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-radio label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #21386B;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.form_area .wpcf7-checkbox, .form_area .wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.form_area .wpcf7-checkbox > *, .form_area .wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.form_area .wpcf7-checkbox label input, .form_area .wpcf7-acceptance label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.form_area .wpcf7-checkbox label input:checked + span:after, .form_area .wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.form_area .wpcf7-checkbox label input + span, .form_area .wpcf7-acceptance label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.form_area .wpcf7-checkbox label input + span:before, .form_area .wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  position: absolute;
  top: 0;
  left: 0;
}
.form_area .wpcf7-checkbox label input + span:after, .form_area .wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #21386B;
  border-bottom: solid 0.2rem #21386B;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 8.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 6.8rem;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 8.8rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 781px) {
  #header {
    padding: 0 2.4rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  #header {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  #header {
    height: 6.8rem;
    padding-left: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  #header .logo {
    width: 33.3rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  #header .logo {
    width: 30rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) and (max-width: 1279px) {
  #header .logo {
    width: 26rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .logo {
    width: 23.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 6.8rem;
    height: 6.8rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
  #header .header_right .sp_menu_btn.open {
    background-image: url("../img/sp_menu_close.png");
  }
  #header .header_right .sp_menu_btn.open + .navi {
    left: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi {
    display: flex;
    align-items: center;
  }
  #header .header_right .navi > ul {
    display: table;
  }
  #header .header_right .navi > ul > * {
    display: table-cell;
  }
  #header .header_right .navi > ul > li {
    padding: 0.1em 1.6em;
    font-size: 1.5rem;
    font-weight: 500;
    border-left: solid 1px #F2F2F2;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi > ul > li {
    padding: 0.1em 1em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) and (max-width: 1279px) {
  #header .header_right .navi > ul > li {
    padding: 0.1em 0.5em;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li:first-child {
    border-left: none;
  }
  #header .header_right .navi > ul > li a:hover {
    color: #60B2D6;
  }
  #header .header_right .navi > ul > li > span:after {
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    content: "";
    background-image: url("../img/header_drop_menu_icon.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #header .header_right .navi > ul > li.dropdown {
    position: relative;
  }
  #header .header_right .navi > ul > li.dropdown:hover > span {
    color: #60B2D6;
  }
  #header .header_right .navi > ul > li.dropdown:hover ul {
    display: block;
  }
  #header .header_right .navi > ul > li.dropdown ul {
    padding-top: 1em;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  #header .header_right .navi > ul > li.dropdown ul li {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    white-space: nowrap;
    background-color: #F7F9FC;
    border-bottom: solid 1px #D4EAF2;
  }
  #header .header_right .navi > ul > li.dropdown ul li:last-child {
    border-bottom: none;
  }
  #header .header_right .navi .btn_area {
    margin-left: 1.6em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi .btn_area {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) and (max-width: 1279px) {
  #header .header_right .navi .btn_area {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi .btn_area a {
    width: 15rem !important;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) and (max-width: 1099px) {
  #header .header_right .navi .btn_area a {
    width: auto !important;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .btn_area a + a {
    margin-left: 1.6em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi .btn_area a + a {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) and (max-width: 1279px) {
  #header .header_right .navi .btn_area a + a {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi {
    width: 100%;
    height: calc(100vh + 6.8rem);
    background-color: rgba(13, 26, 54, 0.85);
    position: absolute;
    top: 100%;
    left: 100%;
    transition: left 0.3s;
  }
  #header .header_right .navi > ul {
    background-color: #ffffff;
  }
  #header .header_right .navi > ul > li {
    border-bottom: solid 1px #D9D9D9;
  }
  #header .header_right .navi > ul > li > a, #header .header_right .navi > ul > li > span {
    padding: 1.5em;
    font-weight: 500;
    color: #2C2C2C;
    background-image: url("../img/icon_arrow01.png");
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.5em) center;
    display: block;
  }
  #header .header_right .navi > ul > li.dropdown li {
    margin-bottom: 0.78em;
  }
  #header .header_right .navi > ul > li.dropdown li a {
    padding: 1.6em;
    font-size: 0.9375em;
    color: #2C2C2C;
  }
  #header .header_right .navi .btn_area {
    padding: 2.25em 0;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 900px) and (min-width: 781px) {
  #header .header_right .navi .btn_area {
    text-align: center;
  }
  #header .header_right .navi .btn_area a + a {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  #header .header_right .navi .btn_area a {
    margin: 0 auto;
  }
  #header .header_right .navi .btn_area a + a {
    margin-top: 1em;
  }
}

/*フッターブロック*/
#footer {
  background-color: #ffffff;
}
#footer .pagetop {
  width: 3rem;
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 90;
  display: none;
}
@media only screen and (max-width: 780px) {
  #footer .pagetop {
    right: 1.2rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    max-width: 1120px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi {
    width: 58.2%;
    padding-top: 6.7rem;
    padding-bottom: 8rem;
    display: flex;
    justify-content: flex-end;
  }
  #footer .footer_navi > ul {
    width: 40%;
  }
  #footer .footer_navi > ul + ul {
    margin-left: 10%;
  }
  #footer .footer_navi > ul > li {
    margin-bottom: 4.5rem;
  }
  #footer .footer_navi > ul > li:last-cihild {
    margin-bottom: 0;
  }
  #footer .footer_navi > ul > li > a, #footer .footer_navi > ul > li > span {
    padding: 0.75em 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #2C2C2C;
    background-image: url("../img/icon_arrow01.png");
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: solid 1px #D9D9D9;
    display: block;
  }
  #footer .footer_navi > ul > li a:hover {
    color: #60B2D6;
  }
  #footer .footer_navi > ul > li ul {
    margin-top: 1.3em;
  }
  #footer .footer_navi > ul > li ul li {
    margin-bottom: 0.8em;
    font-size: 1.4rem;
  }
  #footer .footer_navi > ul > li ul li:last-cihild {
    margin-bottom: 0;
  }
  #footer .footer_navi > ul > li ul li a {
    color: #2C2C2C;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi > ul {
    margin: 0 -5.5%;
  }
  #footer .footer_navi > ul > li {
    border-bottom: solid 1px #D9D9D9;
  }
  #footer .footer_navi > ul > li > a, #footer .footer_navi > ul > li > span {
    padding: 1.5em;
    font-weight: 500;
    color: #2C2C2C;
    background-image: url("../img/icon_arrow01.png");
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.5em) center;
    display: block;
  }
  #footer .footer_navi > ul > li ul li {
    margin-bottom: 0.78em;
  }
  #footer .footer_navi > ul > li ul li a {
    padding: 1.6em;
    font-size: 0.9375em;
    color: #2C2C2C;
  }
}
#footer .footer_content .text address {
  font-weight: 500;
}
#footer .footer_content .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #D9D9D9;
}
@media only screen and (min-width: 901px) {
  #footer .footer_content {
    width: 41.8%;
    padding-top: 6.7rem;
    padding-bottom: 8rem;
    border-right: solid 1px #D9D9D9;
  }
  #footer .footer_content .text {
    margin-bottom: 1.5em;
  }
  #footer .footer_content .text .logo {
    width: 33.3rem;
    margin-bottom: 2.4rem;
  }
  #footer .footer_content .text address {
    font-size: 1.4rem;
  }
  #footer .footer_content .btn_area {
    margin-bottom: 15rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #footer .footer_content .btn_area a {
    width: auto !important;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_content .btn_area a + a {
    margin-left: 1.5em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #footer .footer_content .btn_area a + a {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_content .copyright {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_content {
    padding-bottom: 4.4rem;
    display: flex;
    flex-direction: column;
  }
  #footer .footer_content .text {
    margin-bottom: 2rem;
    order: 2;
  }
  #footer .footer_content .text .logo {
    width: 27rem;
    margin-bottom: 1.2rem;
  }
  #footer .footer_content .text address {
    font-size: 1.3rem;
  }
  #footer .footer_content .btn_area {
    padding: 4rem 0;
    order: 1;
  }
}
@media only screen and (max-width: 900px) and (min-width: 781px) {
  #footer .footer_content .btn_area {
    text-align: center;
  }
  #footer .footer_content .btn_area a + a {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 900px) and (max-width: 780px) {
  #footer .footer_content .btn_area a {
    margin: 0 auto;
  }
  #footer .footer_content .btn_area a + a {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .copyright {
    font-size: 1.3rem;
    order: 3;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .p-top__mv {
    height: 58.4rem;
    padding-top: 14.6rem;
    background-image: url("../img/top/mv_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    height: 45rem;
    padding-top: 7.2rem;
    background-image: url("../img/top/mv_bg_sp.jpg");
  }
}
.p-top__mv .inner {
  max-width: 1600px;
}
.p-top__mv h1 {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__mv h1 {
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv h1 {
    font-size: 3.4rem;
  }
  .p-top__mv h1 b {
    font-size: 1.4em;
  }
}
.p-top__mv h1 b {
  font-weight: 300;
}
.p-top__mv h1 span {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv h1 span {
    font-size: 1.6rem;
  }
}
.p-top__mv .marquee {
  font-family: "Noto Serif JP", serif;
  font-size: 9.2rem;
  color: #ECF4F7;
  opacity: 0.3;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .marquee {
    font-size: 6.1rem;
  }
}
.p-top__feature {
  padding: 8rem 0 6.5rem 0;
  background-color: #F7F9FC;
}
@media only screen and (max-width: 780px) {
  .p-top__feature {
    padding: 4rem 0 2.38rem 0;
  }
}
.p-top__feature .inner {
  max-width: 1120px;
}
.p-top__feature .feature_slider .box {
  margin: 0 4.4rem;
  padding: 4rem;
  background-color: #ffffff;
  border: solid 1px #D7E0EA;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 1279px) {
  .p-top__feature .feature_slider .box {
    margin: 0 3rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__feature .feature_slider .box {
    margin: 0 1.2rem;
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__feature .feature_slider .box .img {
    width: 100%;
    height: 17rem;
    margin-bottom: 1.2rem;
    overflow: hidden;
  }
  .p-top__feature .feature_slider .box .img > img, .p-top__feature .feature_slider .box .img > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-top__feature .feature_slider .box .ttl h3 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.16;
}
@media only screen and (max-width: 780px) {
  .p-top__feature .feature_slider .box .ttl h3 {
    margin-bottom: 0.7em;
    font-size: 2.2rem;
  }
}
.p-top__feature .feature_slider .box .ttl h3 span {
  margin-top: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 0.625em;
  font-weight: 400;
  color: #A4BBC6;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__feature .feature_slider .box .content {
    display: flex;
    flex-wrap: wrap;
  }
  .p-top__feature .feature_slider .box .content .img {
    width: 28rem;
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-top__feature .feature_slider .box .content .img {
    width: 24rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__feature .feature_slider .box .content p {
    width: calc(100% - 32rem);
    line-height: 2.625;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-top__feature .feature_slider .box .content p {
    width: calc(100% - 26rem);
    line-height: 1.72;
  }
}
.p-top__feature .feature_slider .box .content .link {
  width: 100%;
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: right;
}
.p-top__feature .feature_slider .box .content .link a {
  padding: 0.2em 1em;
  color: #ffffff;
  background-color: #21386B;
  border: solid 1px #21386B;
  border-radius: 99px;
  display: inline-block;
}
.p-top__feature .feature_slider .box .content .link a:hover {
  color: #21386B;
  background-color: #ffffff;
}
.p-top__feature .feature_slider .slick-arrow {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.p-top__feature .feature_slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: 18%;
}
@media only screen and (max-width: 1599px) {
  .p-top__feature .feature_slider .slick-arrow.slick-prev {
    left: 14%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-top__feature .feature_slider .slick-arrow.slick-prev {
    left: 8%;
  }
}
.p-top__feature .feature_slider .slick-arrow.slick-next {
  right: 18%;
}
@media only screen and (max-width: 1599px) {
  .p-top__feature .feature_slider .slick-arrow.slick-next {
    right: 14%;
  }
}
@media only screen and (max-width: 1279px) {
  .p-top__feature .feature_slider .slick-arrow.slick-next {
    right: 8%;
  }
}
.p-top__feature .feature_slider .slick-dots {
  margin-top: 2.4rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.p-top__feature .feature_slider .slick-dots > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__feature .feature_slider .slick-dots li {
  margin: 0 1.2rem;
}
.p-top__feature .feature_slider .slick-dots li button {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #D8E0EA;
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.p-top__feature .feature_slider .slick-dots li.slick-active button {
  background-color: #60B2D6;
}
.p-top__product {
  padding: 8rem 0 8.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__product {
    padding: 3.6rem 0 5.5rem 0;
  }
}
.p-top__product .inner {
  max-width: 1120px;
}
@media only screen and (min-width: 781px) {
  .p-top__product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__product ul li {
    width: 49%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__product ul li {
    margin-bottom: 1.2rem;
  }
}
.p-top__product ul li a {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  border: solid 1px #D8E0EA;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-top__product ul li a:hover {
  border-color: #21386B;
}
@media only screen and (max-width: 780px) {
  .p-top__product ul li a {
    padding: 1.2rem;
  }
}
.p-top__product ul li .img {
  width: 17rem;
  height: 17rem;
  padding: 1rem;
  background: radial-gradient(circle, #F8F8F8 0%, #F0F7FA 100%);
  border-radius: 0.3rem;
}
@media only screen and (max-width: 780px) {
  .p-top__product ul li .img {
    width: 11.4rem;
    height: 11.4rem;
    padding: 0.8rem;
  }
}
.p-top__product ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top__product ul li p {
  width: calc(100% - 17rem);
  padding-left: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-top__product ul li p {
    width: calc(100% - 11.4rem);
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
}
.p-top__product .btn {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__product .btn {
    margin-top: 3rem;
  }
}
.p-top__service {
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (min-width: 781px) {
  .p-top__service {
    padding: 5.6rem 0 0 0;
    background-image: url("../img/top/service_bg01.jpg");
    background-size: 1920px auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    padding: 3.6rem 0 0 0;
    background-image: url("../img/top/service_bg01_sp.jpg");
    background-size: 100% auto;
  }
}
.p-top__service .inner {
  max-width: 1120px;
}
@media only screen and (min-width: 781px) {
  .p-top__service .midashi02 + p {
    margin-bottom: 5.6rem;
    line-height: 2;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .midashi02 + p {
    margin-bottom: 2.8rem;
  }
}
.p-top__service ol {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 781px) {
  .p-top__service ol {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__service ol li {
  background-color: #ffffff;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-top__service ol li {
    width: 30%;
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service ol li {
    margin-bottom: 2rem;
    padding: 1.2rem;
  }
}
.p-top__service ol li .img {
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-top__service ol li .img img {
  width: 100%;
}
.p-top__service ol li .text {
  text-align: center;
}
.p-top__service ol li .text .num {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__service ol li .text .num {
    font-size: 2.2rem;
  }
}
.p-top__service ol li .text .num:after {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0.8rem auto 0 auto;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__service ol li .text .num:after {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.4rem auto 0 auto;
  }
}
.p-top__service ol li .text p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
.p-top__service .btn {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__service .btn {
    margin-top: 3rem;
  }
}
.p-top__bnr {
  padding: 10rem 0 20rem 0;
  background: linear-gradient(to bottom, #ffffff, #F2FAFD);
}
@media only screen and (max-width: 780px) {
  .p-top__bnr {
    padding: 6.6rem 0 10.8rem 0;
  }
}
.p-top__bnr .inner {
  max-width: 1120px;
}
@media only screen and (min-width: 781px) {
  .p-top__bnr ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__bnr ul li {
    width: 48%;
    height: 44rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__bnr ul li {
    width: 100%;
    height: 14.8rem;
  }
  .p-top__bnr ul li + li {
    margin-top: 2rem;
  }
}
.p-top__bnr ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-top__bnr ul li a:hover .img {
  opacity: 0.7;
}
.p-top__bnr ul li a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top__bnr ul li a .img > img, .p-top__bnr ul li a .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__bnr ul li a .img {
  border-radius: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.p-top__bnr ul li a .text {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 781px) {
  .p-top__bnr ul li a .text {
    width: 38rem;
    max-width: 90%;
    padding: 6.8rem 0;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__bnr ul li a .text {
    width: calc(100% - 3.2rem);
    padding: 1.5rem 0;
    font-size: 1.7rem;
  }
}
.p-top__bnr ul li a .text span {
  font-family: "Poppins", sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr ul li a .text span {
    font-size: 1.88em;
  }
}
.p-top__bnr ul li a .text span:before {
  width: 1.3rem;
  height: 1.3rem;
  margin: 1.6rem auto 0.8rem auto;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr ul li a .text span:before {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.8rem auto;
  }
}
.p-top__company {
  background-color: #F2FAFD;
}
@media only screen and (min-width: 781px) {
  .p-top__company .inner {
    max-width: 1120px;
    min-height: 54rem;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .img01 {
    width: 93.6rem;
    position: absolute;
    top: 0;
    right: 41.5%;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .img01 {
    margin-bottom: 2.4rem;
    position: relative;
    z-index: 1;
  }
}
.p-top__company .img01:before {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/layer01.jpg");
  background-size: cover;
  position: absolute;
  top: -5.6rem;
  left: -12.8rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__company .img01:before {
    top: -2.8rem;
    left: -6.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .img02 {
    width: 40rem;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .text {
    width: 50%;
    margin: 0 0 0 auto;
    padding-top: 9rem;
  }
}
.p-top__company .text p {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text p {
    margin-bottom: 1.26em;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    text-align: center;
  }
}
.p-top__recruit {
  padding: 15.2rem 0 12.8rem 0;
  background: linear-gradient(to top, #ffffff, #F2FAFD);
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    padding: 6.6rem 0 5.6rem 0;
  }
}
.p-top__recruit .inner {
  max-width: 1120px;
}
.p-top__recruit a {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit a {
    padding: 10rem 6rem;
    background-image: url("../img/top/bnr_recruit_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a {
    padding: 5rem 3rem;
    background-image: url("../img/top/bnr_recruit_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__recruit a:hover .arrow:before {
    width: 13.6rem;
    height: 13.6rem;
  }
}
.p-top__recruit a .arrow {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
  right: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a .arrow {
    right: 4rem;
  }
}
.p-top__recruit a .arrow:before {
  width: 4rem;
  height: 4rem;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.p-top__recruit a p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a p {
    padding-left: 2.5rem;
    font-size: 1.7rem;
    position: relative;
  }
}
.p-top__recruit a p span {
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  vertical-align: -0.15em;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a p span {
    margin: 0.9rem 0 0 -2.5rem;
    font-size: 1.88em;
    display: block;
  }
}
.p-top__recruit a p span:after {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 0.5em;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.15em;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit a p span:after {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 4.2rem;
    left: -1.3rem;
  }
}
.p-top__news {
  padding-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news {
    padding-bottom: 6.4rem;
  }
}
.p-top__news .inner {
  max-width: 1120px;
}
.p-top__news .news_list {
  max-width: 1000px;
  margin: 0 auto;
}
.p-top__news .news_list li {
  padding: 1.5em 0;
  border-bottom: solid 1px #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list li {
    padding: 1em 0;
  }
}
.p-top__news .news_list li a {
  letter-spacing: -0.4em;
}
.p-top__news .news_list li a > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__news .news_list li a:hover p {
  color: #8793AF;
}
.p-top__news .news_list li a .date {
  width: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  vertical-align: top;
}
.p-top__news .news_list li a .cate {
  width: 8rem;
  margin-right: 1.5rem;
  padding: 0.1em;
  font-size: 0.75em;
  text-align: center;
  color: #60B2D6;
  border: solid 1px #60B2D6;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (min-width: 781px) {
  .p-top__news .news_list li a p {
    max-width: calc(100% - 19.5rem);
    vertical-align: top;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news .news_list li a p {
    padding-top: 0.5em;
    display: block;
  }
}
.p-top__news .btn {
  margin-top: 5rem;
  text-align: center;
}

/*下層ページ*/
.pagetitle {
  padding: 5.6rem 0 4.8rem 0;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    padding: 2.8rem 0 2.4rem 0;
  }
}
.pagetitle h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 2.8rem;
  }
}
.pagetitle h1 span {
  font-family: "Poppins", sans-serif;
  font-size: 0.38em;
  display: block;
}

.pankuzu {
  margin: 3.2rem 0 6.4rem 0;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin: 1.6rem 0 3.2rem 0;
  }
}
.pankuzu .inner {
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu .inner {
  font-size: 1.3rem;
}
.pankuzu a:after {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 1em;
  content: "";
  background-image: url("../img/icon_arrow05.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}

.p-news__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list {
    margin-bottom: 6rem;
  }
}
.p-news__list .news_list {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list {
    margin-bottom: 3rem;
  }
}
.p-news__list .news_list li {
  padding: 1.5em 0;
  border-bottom: solid 1px #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list li {
    padding: 1em 0;
  }
}
.p-news__list .news_list li a {
  letter-spacing: -0.4em;
}
.p-news__list .news_list li a > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-news__list .news_list li a:hover p {
  color: #8793AF;
}
.p-news__list .news_list li a .date {
  width: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  vertical-align: top;
}
.p-news__list .news_list li a .cate {
  width: 8rem;
  margin-right: 1.5rem;
  padding: 0.1em;
  font-size: 0.75em;
  text-align: center;
  color: #60B2D6;
  border: solid 1px #60B2D6;
  border-radius: 99px;
  vertical-align: top;
}
@media only screen and (min-width: 781px) {
  .p-news__list .news_list li a p {
    max-width: calc(100% - 19.5rem);
    vertical-align: top;
  }
}
@media only screen and (max-width: 780px) {
  .p-news__list .news_list li a p {
    padding-top: 0.5em;
    display: block;
  }
}
.p-news__post {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post {
    margin-bottom: 6rem;
  }
}
.p-news__post .headding {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding {
    margin-bottom: 3rem;
  }
}
.p-news__post .headding .cate {
  margin-bottom: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.75em;
  text-align: center;
  border: solid 1px #D7E0EA;
  border-radius: 99px;
  vertical-align: top;
  display: inline-block;
}
.p-news__post .headding h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding h2 {
    font-size: 2.8rem;
  }
}
.p-news__post .headding .date {
  letter-spacing: -0.4em;
}
.p-news__post .headding .date > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-news__post .headding .date span {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-news__post .headding .date span:before {
  margin-right: 0.8rem;
  content: "";
  background-size: cover;
  display: inline-block;
}
.p-news__post .headding .date span.post_date:before {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/news/post_date.png");
  vertical-align: 0;
}
.p-news__post .headding .date span.update_post {
  margin-left: 2.4rem;
}
.p-news__post .headding .date span.update_post:before {
  width: 1.1rem;
  height: 1.4rem;
  background-image: url("../img/news/update_post.png");
  vertical-align: -0.1em;
}
.p-news__post .headding .icatch {
  margin-top: 3.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-news__post .headding .icatch {
    margin-top: 2rem;
  }
}
.p-news__post .headding .icatch img {
  width: 100%;
}
.p-news__post .post-navigation {
  margin-top: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-news__post .post-navigation {
    margin-top: 5rem;
  }
}

.p-doc__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-doc__list {
    margin-bottom: 6rem;
  }
}
.p-doc__list p {
  margin-bottom: 3em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-doc__list p {
    margin-bottom: 1em;
    text-align: left;
  }
}
.p-doc__list .form_area {
  max-width: 50rem;
  margin: 0 auto;
}
.p-doc__list .form_area table {
  width: 100%;
}
.p-doc__list .form_area table td {
  border: none;
}
.p-doc__list .form_area table td input[type=submit] {
  padding: 0.75em;
  color: #ffffff;
  background-color: #21386B;
}
.p-doc__list ul li {
  background-color: #F9FBFC;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 781px) {
  .p-doc__list ul li {
    padding: 3.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-doc__list ul li {
    padding: 2rem;
  }
}
.p-doc__list ul li + li {
  margin-top: 1em;
}
@media only screen and (min-width: 781px) {
  .p-doc__list ul li .text {
    width: calc(100% - 26.4rem);
  }
}
@media only screen and (max-width: 780px) {
  .p-doc__list ul li .text {
    margin-bottom: 2rem;
  }
}
.p-doc__list ul li .text h3 {
  margin-bottom: 1.7rem;
  padding-bottom: 1.1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: solid 1px #D7E0EA;
}
@media only screen and (max-width: 780px) {
  .p-doc__list ul li .text h3 {
    font-size: 1.8rem;
  }
}
.p-doc__list ul li .text .note {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: 0.06em;
}
.p-doc__list ul li .text .note .size {
  margin-left: 1em;
  font-size: 0.9375em;
  color: #8793AF;
  display: inline-block;
}
@media only screen and (min-width: 781px) {
  .p-doc__list ul li .btn {
    width: 22.4rem;
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-doc__list ul li .btn {
    text-align: center;
  }
}
.p-doc__list ul li .btn a {
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  color: #ffffff !important;
  background-color: #21386B;
  background-image: url("../img/icon_download01.png");
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: calc(100% - 1em) center;
  border: solid 1px #21386B;
  border-radius: 99px;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-doc__list ul li .btn a {
    width: 28.7rem;
    font-size: 1.7rem;
  }
}
.p-doc__list ul li .btn a:hover {
  background-color: #596D9B;
}

.p-products__list {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-products__list {
    margin-bottom: 6rem;
  }
}
.p-products__list .products_list .tab_head {
  margin-bottom: 3rem;
  letter-spacing: -0.4em;
}
.p-products__list .products_list .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_head {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.p-products__list .products_list .tab_head li {
  width: 23.2rem;
  margin-right: 2.4rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1em;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  color: #D8E0EA;
  border-bottom: solid 0.2rem #D8E0EA;
}
@media only screen and (max-width: 900px) {
  .p-products__list .products_list .tab_head li {
    width: auto;
    padding: 0 1em 1em 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_head li {
    font-size: 1.2rem;
  }
}
.p-products__list .products_list .tab_head li:hover, .p-products__list .products_list .tab_head li.current {
  color: #21386B;
  border-bottom-color: #21386B;
}
@media only screen and (min-width: 781px) {
  .p-products__list .products_list .tab_body > div ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-products__list .products_list .tab_body > div ul li {
    width: 31.2%;
    margin: 0 3.2% 3.2% 0;
  }
  .p-products__list .products_list .tab_body > div ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_body > div ul li {
    margin-bottom: 1.2rem;
  }
}
.p-products__list .products_list .tab_body > div ul li a {
  padding: 1.6rem;
  border: solid 1px #D7E0EA;
  border-radius: 0.8rem;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_body > div ul li a {
    padding: 1.2rem;
    display: flex;
    align-items: center;
  }
}
.p-products__list .products_list .tab_body > div ul li a:hover {
  border-color: #21386B;
}
.p-products__list .products_list .tab_body > div ul li .img {
  width: 100%;
  height: 16rem;
  margin-bottom: 1em;
  padding: 1rem;
  background: radial-gradient(circle, #F8F8F8 0%, #F0F7FA 100%);
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_body > div ul li .img {
    width: 11.4rem;
    height: 11.4rem;
    margin: 0;
    padding: 0.8rem;
  }
}
.p-products__list .products_list .tab_body > div ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-products__list .products_list .tab_body > div ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-products__list .products_list .tab_body > div ul li p {
    width: calc(100% - 11.4rem);
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
}
.p-products__detail .inner {
  max-width: 1080px;
}
.p-products__detail h2 {
  margin-bottom: 1.2em;
  padding: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.27;
  background-color: #F9FBFC;
  border-left: solid 0.8rem #21386B;
}
@media only screen and (max-width: 780px) {
  .p-products__detail h2 {
    padding: 0.5em;
    font-size: 2rem;
    border-left-width: 0.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-products__detail .headding {
    margin-bottom: 8.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__detail .headding {
    margin-bottom: 4rem;
  }
}
.p-products__detail .headding .img {
  background: radial-gradient(circle, #F8F8F8 0%, #FAFAFA 100%);
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-products__detail .headding .img {
    width: 50%;
    height: 41.3rem;
    padding: 3.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__detail .headding .img {
    margin-bottom: 2rem;
    padding: 0.8rem;
  }
}
.p-products__detail .headding .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 781px) {
  .p-products__detail .headding .text {
    width: 45%;
  }
}
.p-products__detail .headding .text .catchcopy {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.014em;
  line-height: 1.3;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .headding .text .catchcopy {
    font-size: 2rem;
  }
}
.p-products__detail .headding .text table {
  margin-top: 1em;
}
.p-products__detail .headding .text table caption {
  margin-bottom: 1em;
  padding: 0.1em 0.5em;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #21386B;
  border-radius: 0.4rem;
  display: inline-block;
}
.p-products__detail .headding .text table th {
  padding-right: 1em;
  border: none;
}
.p-products__detail .headding .text table td {
  text-align: right;
  border: none;
}
.p-products__detail .headding .text .youtube {
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin-top: 1em;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .headding .text .youtube {
    margin: 1em auto 0 auto;
  }
}
.p-products__detail .headding .text .youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-products__detail .description {
  margin-bottom: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .description {
    margin-bottom: 3.6rem;
  }
}
.p-products__detail .description p {
  margin-bottom: 3em;
  font-size: 1.5rem;
  line-height: 2;
}
.p-products__detail .description ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 781px) {
  .p-products__detail .description ul li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .p-products__detail .description ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__detail .description ul li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .p-products__detail .description ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-products__detail .feature {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .feature {
    margin-bottom: 4.4em;
  }
}
@media only screen and (min-width: 781px) {
  .p-products__detail .feature ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-products__detail .feature ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  background-color: #F9FBFC;
  background-image: url("../img/icon_check01.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 781px) {
  .p-products__detail .feature ul li {
    width: 48%;
    margin: 0 4% 1.5rem 0;
    padding: 1.4rem 1.4rem 1.4rem 6rem;
    font-size: 1.9rem;
    background-size: 2.3rem auto;
    background-position: 2rem 1.8rem;
  }
  .p-products__detail .feature ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-products__detail .feature ul li {
    margin-bottom: 1.5rem;
    padding: 1rem 1rem 1rem 4rem;
    font-size: 1.6rem;
    background-size: 1.8rem auto;
    background-position: 1rem 1.4rem;
  }
}
.p-products__detail .specification {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .specification {
    margin-bottom: 7rem;
  }
}
.p-products__detail .specification table {
  width: 100%;
  max-width: 900px;
  margin: 4.8rem auto 0 auto;
}
.p-products__detail .specification table tbody tr th {
  padding: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  background-color: #F9FBFC;
  border: none;
  border: solid 1px #D7E0EA;
  border-right: none;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .specification table tbody tr th {
    width: 30%;
    padding: 1.5rem;
    font-size: 1.6rem;
    white-space: normal;
  }
}
.p-products__detail .specification table tbody tr td {
  padding: 3.4rem 7.1rem;
  border: none;
  border: solid 1px #D7E0EA;
  border-left: none;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-products__detail .specification table tbody tr td {
    padding: 1.6rem;
  }
}
.p-products__detail .specification .btn {
  margin-top: 4.8rem;
  text-align: center;
}

.p-en__message {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-en__message {
    margin-bottom: 6rem;
  }
}
.p-en__message h2 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-en__message h2 {
    font-size: 3rem;
  }
}
.p-en__message h2:after {
  width: 5em;
  height: 1px;
  margin: 0.8em auto 0 auto;
  content: "";
  background-color: #D7E0EA;
  display: block;
}
.p-en__message p {
  line-height: 2;
}
.p-en__company {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-en__company {
    margin-bottom: 6rem;
  }
}
.p-en__company h2 {
  margin-bottom: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 4.7rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-en__company h2 {
    font-size: 3rem;
  }
}
.p-en__company h2 span {
  padding: 0 1em;
  display: inline-block;
  position: relative;
}
.p-en__company h2 span:before, .p-en__company h2 span:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-en__company h2 span:before {
  right: 100%;
}
.p-en__company h2 span:after {
  left: 100%;
}
.p-en__company table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-en__company table tbody tr:nth-child(1) td {
  border-top: solid 1px #D7E0EA;
}
.p-en__company table tbody tr td {
  padding: 3.2rem 0;
  letter-spacing: 0.06em;
  vertical-align: top;
  border: none;
  border-bottom: solid 1px #D7E0EA;
}
.p-en__company table tbody tr td:nth-child(1) {
  width: 25.5%;
  padding: 3rem 1rem 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-en__company table tbody tr td:nth-child(1) {
    font-size: 1.6rem;
  }
}
.p-en__products {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-en__products {
    margin-bottom: 6rem;
  }
}
.p-en__products h2 {
  margin-bottom: 1em;
  font-family: "Poppins", sans-serif;
  font-size: 4.7rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-en__products h2 {
    font-size: 3rem;
  }
}
.p-en__products h2 span {
  padding: 0 1em;
  display: inline-block;
  position: relative;
}
.p-en__products h2 span:before, .p-en__products h2 span:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-en__products h2 span:before {
  right: 100%;
}
.p-en__products h2 span:after {
  left: 100%;
}
.p-en__products .products_list .tab_head {
  margin-bottom: 3rem;
  letter-spacing: -0.4em;
}
.p-en__products .products_list .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_head {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.p-en__products .products_list .tab_head li {
  width: 23.2rem;
  margin-right: 2.4rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1em;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  color: #D8E0EA;
  border-bottom: solid 0.2rem #D8E0EA;
}
@media only screen and (max-width: 900px) {
  .p-en__products .products_list .tab_head li {
    width: auto;
    padding: 0 1em 1em 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_head li {
    font-size: 1rem;
  }
}
.p-en__products .products_list .tab_head li:hover, .p-en__products .products_list .tab_head li.current {
  color: #21386B;
  border-bottom-color: #21386B;
}
@media only screen and (min-width: 781px) {
  .p-en__products .products_list .tab_body > div ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 781px) {
  .p-en__products .products_list .tab_body > div ul li {
    width: 31.2%;
    margin: 0 3.2% 3.2% 0;
  }
  .p-en__products .products_list .tab_body > div ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_body > div ul li {
    margin-bottom: 1.2rem;
  }
}
.p-en__products .products_list .tab_body > div ul li a {
  padding: 1.6rem;
  border: solid 1px #D7E0EA;
  border-radius: 0.8rem;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_body > div ul li a {
    padding: 1.2rem;
    display: flex;
    align-items: center;
  }
}
.p-en__products .products_list .tab_body > div ul li a:hover {
  border-color: #21386B;
}
.p-en__products .products_list .tab_body > div ul li .img {
  width: 100%;
  height: 16rem;
  margin-bottom: 1em;
  padding: 1rem;
  background: radial-gradient(circle, #F8F8F8 0%, #F0F7FA 100%);
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_body > div ul li .img {
    width: 11.4rem;
    height: 11.4rem;
    margin: 0;
    padding: 0.8rem;
  }
}
.p-en__products .products_list .tab_body > div ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-en__products .products_list .tab_body > div ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-en__products .products_list .tab_body > div ul li p {
    width: calc(100% - 11.4rem);
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
}

.p-contact__tel {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel {
    margin-bottom: 4rem;
  }
}
.p-contact__tel p {
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel p {
    text-align: left;
  }
}
.p-contact__tel .box {
  max-width: 800px;
  margin: 0 auto;
  padding: 3.2rem 1rem 2.4rem 1rem;
  text-align: center;
  border: solid 1px #D7E0EA;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box {
    padding: 1.5rem;
  }
}
.p-contact__tel .box h3 {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box h3 {
    font-size: 1.6rem;
  }
}
.p-contact__tel .box a {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__tel .box a {
    font-size: 2rem;
  }
}
.p-contact__tel .box a span {
  font-size: 1.7em;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-contact__tel .box p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-contact__form {
  padding: 7rem 0 10rem 0;
  background-color: #F9FBFC;
}
.p-contact__form .input_field .input_area table {
  max-width: 40rem;
}
.p-contact__form .input_field .input_area table th {
  width: 12rem;
  padding-bottom: 1em;
  font-size: 1.5rem;
  border: none;
}
.p-contact__form .input_field .input_area table td {
  padding-bottom: 1em;
  border: none;
}

.p-recruit__intro {
  padding-top: 37rem;
  padding-bottom: 19rem;
  background-image: url("../img/recruit/intro_bg.jpg");
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media only screen and (max-width: 780px) {
  .p-recruit__intro {
    padding-top: 15rem;
    padding-bottom: 10rem;
    background-size: 780px auto;
  }
}
.p-recruit__intro h2 {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-recruit__intro h2 {
    font-size: 3rem;
  }
}
.p-recruit__intro p {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__intro p {
    font-size: 1.6rem;
  }
}
.p-recruit__intro .marquee {
  font-family: "Noto Serif JP", serif;
  font-size: 13.2rem;
  color: #D4EAF2;
}
@media only screen and (max-width: 780px) {
  .p-recruit__intro .marquee {
    font-size: 6.1rem;
  }
}
.p-recruit__work {
  padding: 14.5rem 0 10rem 0;
  background: linear-gradient(to bottom, #ffffff, #F2FAFD 10%, #F2FAFD 90%, #ffffff);
}
@media only screen and (max-width: 780px) {
  .p-recruit__work {
    padding: 7rem 0 5rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .headding {
    min-height: 43.2rem;
    margin-bottom: 4.8rem;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .headding .img {
    width: 60%;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding .img {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
}
.p-recruit__work .headding .img:before {
  width: 142.6%;
  height: 100%;
  content: "";
  background-image: url("../img/layer01.jpg");
  background-size: cover;
  position: absolute;
  top: -6.4rem;
  right: 10.4rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding .img:before {
    width: 100%;
    top: -3.2rem;
    right: 5.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .headding .text {
    width: 56%;
    margin: 0 0 0 auto;
    padding-top: 4.4rem;
  }
}
.p-recruit__work .headding .text h3 {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding .text h3 {
    font-size: 2.2rem;
  }
}
.p-recruit__work .headding .text p {
  line-height: 2.6;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding .text p {
    line-height: 1.8;
  }
}
.p-recruit__work .list {
  max-width: 900px;
  margin: 0 auto;
}
.p-recruit__work .list ul {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit__work .list ul li {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0 2rem #DDF1FA;
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .list ul li {
    width: 31%;
    padding: 4rem 1rem 3rem 1rem;
    margin: 0 3.5% 3.2rem 0;
  }
  .p-recruit__work .list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .list ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 2rem 1rem;
  }
  .p-recruit__work .list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-recruit__work .list ul li .fig {
  width: 10.5rem;
  margin: 0 auto 1.6rem auto;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .list ul li .fig {
    width: 8rem;
    margin-bottom: 0.8rem;
  }
}
.p-recruit__work .list ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .list ul li p {
    font-size: 1.6rem;
  }
}
.p-recruit__requirements {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements {
    margin-bottom: 6rem;
  }
}
.p-recruit__requirements .inner {
  max-width: 900px;
}
.p-recruit__requirements table {
  width: 100%;
  margin-top: 5.6rem;
}
.p-recruit__requirements table tbody tr th {
  width: 19.1rem;
  padding: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #F9FBFC;
  border: none;
  border: solid 1px #D7E0EA;
  border-right: none;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements table tbody tr th {
    width: 30%;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-recruit__requirements table tbody tr td {
  padding: 3.4rem 7.1rem;
  border: none;
  border: solid 1px #D7E0EA;
  border-left: none;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirements table tbody tr td {
    padding: 1.6rem;
  }
}
.p-recruit__requirements .btn {
  margin-top: 4.8rem;
  text-align: center;
}

.p-company__message {
  padding-top: 6.4rem;
  position: relative;
  z-index: 1;
}
.p-company__message:after {
  width: 100%;
  height: 22rem;
  content: "";
  background: linear-gradient(to bottom, #ffffff, #F2FAFD);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-company__message .headding {
    min-height: 32rem;
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .headding {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .headding .img {
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .headding .img {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
}
.p-company__message .headding .img:before {
  width: 142.6%;
  height: 100%;
  content: "";
  background-image: url("../img/layer01.jpg");
  background-size: cover;
  position: absolute;
  top: -6.4rem;
  left: 10.4rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__message .headding .img:before {
    width: 100%;
    top: -3.2rem;
    right: 5.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .headding .text {
    width: 56%;
    padding-top: 4.4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .headding .text .midashi01 {
    margin-bottom: 2.5em;
  }
  .p-company__message .headding .text .midashi01 span {
    margin-top: 1.5rem;
  }
}
.p-company__message .headding .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-company__message .headding .text h3 {
    margin-bottom: 0.5em;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .box {
    padding-top: 3rem;
    position: relative;
    z-index: 3;
  }
  .p-company__message .box:before {
    width: calc(100% + 6rem);
    height: 20rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -3rem;
    z-index: -1;
  }
}
.p-company__message .box p {
  margin-bottom: 1.5em;
  line-height: 2.625;
}
@media only screen and (max-width: 780px) {
  .p-company__message .box p {
    line-height: 1.8;
  }
}
.p-company__message .box .name {
  letter-spacing: 0.06em;
  text-align: right;
}
.p-company__message .box .name span {
  margin-left: 1em;
  font-size: 1.375em;
  display: inline-block;
}
.p-company__about {
  padding: 9.3rem 0 8.8rem 0;
  background-color: #F2FAFD;
}
@media only screen and (max-width: 780px) {
  .p-company__about {
    padding: 4.5rem 0;
  }
}
.p-company__about h3 {
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.27;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__about h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__about .content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__about .content .img {
    width: 33.3%;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__about .content .img {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__about .content p {
    width: 60%;
    line-height: 2.625;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__about .content p {
    line-height: 1.8;
  }
}
.p-company__philosophy {
  margin-bottom: 8.6rem;
  padding-top: 5.6rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy {
    margin-bottom: 4.5rem;
    padding-top: 3rem;
  }
}
.p-company__philosophy:before {
  width: 100%;
  height: 44.5rem;
  content: "";
  background-image: url("../img/company/philosophy_bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy:before {
    height: 22.3rem;
  }
}
.p-company__philosophy .inner {
  max-width: 1120px;
}
@media only screen and (min-width: 781px) {
  .p-company__philosophy .midashi02 {
    margin-bottom: 6.8rem;
  }
}
.p-company__philosophy .box {
  padding: 4.8rem 6rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .p-company__philosophy .box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box {
    padding: 2rem;
  }
}
.p-company__philosophy .box h3 {
  margin-bottom: 0.88em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box h3 {
    font-size: 2.2rem;
  }
}
.p-company__philosophy .box p {
  line-height: 2.625;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box p {
    line-height: 1.8;
  }
}
.p-company__philosophy .box h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 4.7rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box h4 {
    font-size: 2.2rem;
  }
}
.p-company__philosophy .box h4 span {
  padding: 0 1em;
  position: relative;
}
.p-company__philosophy .box h4 span:before, .p-company__philosophy .box h4 span:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  content: "";
  background-color: #60B2D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.p-company__philosophy .box h4 span:before {
  right: 100%;
}
.p-company__philosophy .box h4 span:after {
  left: 100%;
}
.p-company__philosophy .box h5 {
  margin-bottom: 0.88em;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box h5 {
    font-size: 2rem;
  }
}
.p-company__philosophy .box h5 + p {
  max-width: 810px;
  margin: 0 auto;
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-company__philosophy .box h5 + p {
    font-size: 1.3rem;
  }
}
.p-company__outline {
  padding-top: 10.4rem;
  background-color: #F9FBFC;
}
@media only screen and (max-width: 780px) {
  .p-company__outline {
    padding-top: 5rem;
  }
}
.p-company__outline table {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 0 auto;
}
.p-company__outline table tbody tr:nth-child(1) td {
  border-top: solid 1px #D7E0EA;
}
.p-company__outline table tbody tr td {
  padding: 3.2rem 0;
  letter-spacing: 0.06em;
  vertical-align: top;
  border: none;
  border-bottom: solid 1px #D7E0EA;
}
.p-company__outline table tbody tr td:nth-child(1) {
  width: 25.5%;
  padding: 3rem 1rem 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-company__outline table tbody tr td:nth-child(1) {
    font-size: 1.6rem;
  }
}
.p-company__access {
  padding: 7.2rem 0 12.4rem 0;
  background-color: #F9FBFC;
}
@media only screen and (max-width: 780px) {
  .p-company__access {
    padding: 3.5rem 0 6rem 0;
  }
}
.p-company__access .map {
  width: 100%;
  height: 34.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access .map {
    height: 25rem;
    margin-bottom: 2rem;
  }
}
.p-company__access .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 781px) {
  .p-company__access .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .acc_text {
    margin-bottom: 2rem;
  }
}
.p-company__access .text .acc_text p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .acc_text p {
    font-size: 1.3rem;
  }
}
.p-company__access .text .acc_text p + p {
  margin-top: 0.5em;
}
.p-company__access .text .acc_text p span {
  margin: 0 0.5em;
  padding: 0.1em 0.5em;
  font-size: 1.3rem;
  color: #ffffff;
  background-color: #21386B;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .acc_text p span {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .btn {
    text-align: center;
  }
}
.p-company__access .text .btn a {
  width: 22.4rem;
  padding: 0.5em 0;
  text-align: center;
  color: #ffffff !important;
  background-color: #21386B;
  background-image: url("../img/icon_arrow04.png");
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  background-position: calc(100% - 1em) center;
  border: solid 1px #21386B;
  border-radius: 99px;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-company__access .text .btn a {
    width: 28.7rem;
    font-size: 1.7rem;
  }
}
.p-company__access .text .btn a:hover {
  background-color: #596D9B;
}

.p-service__intro {
  margin-bottom: 12rem;
  padding: 5.6rem 0;
  background-image: url("../img/service/intro_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-service__intro {
    margin-bottom: 6rem;
    padding: 3rem 0;
  }
}
.p-service__intro .box {
  max-width: 87.2rem;
  margin: 0 auto;
  padding: 6.4rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .p-service__intro .box {
    padding: 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__intro .box {
    padding: 2rem;
  }
}
.p-service__intro h2 {
  margin-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__intro h2 {
    font-size: 2.2rem;
  }
}
.p-service__intro p {
  line-height: 2.625;
}
@media only screen and (max-width: 780px) {
  .p-service__intro p {
    line-height: 1.8;
  }
}
.p-service__strength {
  margin-bottom: 20.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__strength {
    margin-bottom: 6rem;
  }
}
.p-service__strength .inner {
  max-width: 1120px;
}
.p-service__strength ul {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li {
    min-height: 48rem;
    position: relative;
    z-index: 2;
  }
  .p-service__strength ul li + li {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li {
    margin-bottom: 3rem;
  }
  .p-service__strength ul li + li {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li .img {
    width: 60%;
    position: absolute;
    top: 4.8rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li .img {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
}
.p-service__strength ul li .img:before {
  width: 142.6%;
  height: 100%;
  content: "";
  background-image: url("../img/layer01.jpg");
  background-size: cover;
  position: absolute;
  top: -6.4rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li .img:before {
    width: 100%;
    top: -3.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li .text {
    width: 55%;
  }
}
.p-service__strength ul li .text .num {
  margin-bottom: 1.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  color: #60B2D6;
}
.p-service__strength ul li .text h3 {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li .text h3 {
    font-size: 2.2rem;
  }
}
.p-service__strength ul li .text p {
  line-height: 2.625;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li .text p {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li:nth-child(1) .img {
    margin-top: -10rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li:nth-child(odd) {
    min-height: 38rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li:nth-child(odd) .img {
    left: 50%;
  }
}
.p-service__strength ul li:nth-child(odd) .img:before {
  left: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li:nth-child(odd) .img:before {
    left: 5.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__strength ul li:nth-child(even) .img {
    right: 50%;
  }
}
.p-service__strength ul li:nth-child(even) .img:before {
  right: 10.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__strength ul li:nth-child(even) .img:before {
    right: 5.2rem;
  }
}
.p-service__strength ul li:nth-child(even) .text {
  margin: 0 0 0 auto;
}
.p-service__maintenance {
  padding: 10.4rem 0;
  background-image: url("../img/service/maintenance_bg.jpg");
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance {
    padding: 5rem 0;
  }
}
.p-service__maintenance .inner {
  max-width: 1120px;
}
.p-service__maintenance .midashi01 + p {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance .midashi01 + p {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__maintenance ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__maintenance ul li {
    width: 31.4%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance ul li + li {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance ul li .img {
    text-align: center;
  }
}
.p-service__maintenance ul li h3 {
  margin: 1em 0 0.5em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.27;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance ul li h3 {
    font-size: 1.8rem;
  }
}
.p-service__maintenance ul li p {
  line-height: 2;
}
.p-service__maintenance_plan {
  padding: 12.8rem 0 3rem 0;
  background-color: #F9FBFC;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan {
    padding: 6.4rem 0 3rem 0;
  }
}
.p-service__maintenance_plan .inner {
  max-width: 1120px;
}
.p-service__maintenance_plan .midashi01 + p {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan .midashi01 + p {
    margin-bottom: 3rem;
  }
}
.p-service__maintenance_plan .link {
  margin-bottom: 7.2rem;
  letter-spacing: -0.4em;
}
.p-service__maintenance_plan .link > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan .link {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-service__maintenance_plan .link li {
  width: 23.2rem;
  margin-right: 2.4rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .p-service__maintenance_plan .link li {
    width: auto;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan .link li {
    font-size: 1.2rem;
  }
}
.p-service__maintenance_plan .link li a {
  padding-bottom: 1em;
  color: #D8E0EA;
  border-bottom: solid 0.2rem #D8E0EA;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-service__maintenance_plan .link li a {
    padding: 0 1em 1em 1em;
  }
}
.p-service__maintenance_plan .link li a:hover {
  color: #21386B;
  border-bottom-color: #21386B;
}
.p-service__maintenance_plan dl {
  max-width: 1080px;
  margin: 0 auto;
}
.p-service__maintenance_plan dl + dl {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan dl + dl {
    margin-top: 2.5rem;
  }
}
.p-service__maintenance_plan dl dt {
  padding: 0.6em 1.4em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #21386B;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan dl dt {
    font-size: 1.8rem;
  }
}
.p-service__maintenance_plan dl dd {
  padding: 3.2rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan dl dd {
    padding: 2rem;
  }
}
.p-service__maintenance_plan dl dd p {
  letter-spacing: 0.06em;
}
.p-service__maintenance_plan dl dd .box {
  margin-top: 2.4rem;
  padding: 2.4rem;
  border: solid 1px #D8E0EA;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan dl dd .box {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}
.p-service__maintenance_plan dl dd .box h3 {
  margin-bottom: 0.9em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-service__maintenance_plan dl dd .box h3 {
    font-size: 1.5rem;
  }
}
.p-service__product {
  margin-bottom: 12rem;
  padding-top: 7rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .p-service__product {
    margin-bottom: 6rem;
    padding-top: 3.5rem;
  }
}
.p-service__product:before {
  width: 100%;
  height: 22.7rem;
  content: "";
  background: linear-gradient(to top, #ffffff, #F9FBFC);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service__product .inner {
  max-width: 1120px;
}
@media only screen and (min-width: 781px) {
  .p-service__product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__product ul li {
    width: 49%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__product ul li {
    margin-bottom: 1.2rem;
  }
}
.p-service__product ul li a {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  border: solid 1px #D8E0EA;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-service__product ul li a:hover {
  border-color: #21386B;
}
@media only screen and (max-width: 780px) {
  .p-service__product ul li a {
    padding: 1.2rem;
  }
}
.p-service__product ul li .img {
  width: 17rem;
  height: 17rem;
  padding: 1rem;
  background: radial-gradient(circle, #F8F8F8 0%, #F0F7FA 100%);
  border-radius: 0.3rem;
}
@media only screen and (max-width: 780px) {
  .p-service__product ul li .img {
    width: 11.4rem;
    height: 11.4rem;
    padding: 0.8rem;
  }
}
.p-service__product ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-service__product ul li p {
  width: calc(100% - 17rem);
  padding-left: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.27;
}
@media only screen and (max-width: 780px) {
  .p-service__product ul li p {
    width: calc(100% - 11.4rem);
    padding-left: 1.6rem;
    font-size: 1.8rem;
  }
}
.p-service__product .btn {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__product .btn {
    margin-top: 3rem;
  }
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}