@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300;1,500&display=swap");
/*
Author: Spreaf imamura
Version: ver201910
*/
/* reset
==================================== */
* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  color: #454545;
  background-color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ============
  SP
============ */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  html, body {
    min-width: 100%;
    min-height: 100%;
  }
}
article, aside, figure, footer, header, main, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

ol, ul {
  list-style: none;
}

a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: auto;
}

input, select {
  vertical-align: middle;
}

input[type=radio] {
  border: 0px !important;
}

input[type=radio], input[type=submit], label {
  cursor: pointer;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #454545;
}

img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

@media screen and (max-width: 767px) {
  body.is--fixed {
    position: fixed;
    width: 100%;
  }
}
.is--roboto {
  font-family: "Roboto", sans-serif;
}

.container {
  width: 100%;
  padding-top: 95px;
  height: auto;
  position: relative;
  background: #f5f5f5;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.main, section {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
  }
  a {
    -webkit-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
  }
}
.layout--sp {
  display: none !important;
}

.layout--tab {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .layout--pc {
    display: none !important;
  }
  .layout--tab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .layout--pc {
    display: none !important;
  }
  .layout--sp {
    display: block !important;
  }
}
.wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sectionTitle {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.05;
  color: #007adf;
}
.sectionTitle.is--recruit {
  color: #fff;
}
.sectionTitle__ruby {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #007adf;
}
.sectionTitle__ruby.is--recruit {
  color: #fff;
  position: relative;
}
.sectionTitle__ruby.is--recruit::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectionTitle__ruby.is--underLine {
  position: relative;
}
.sectionTitle__ruby.is--underLine::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #007adf;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectionTitle__desc {
  width: 780px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: clamp(30px, 10vw, 40px);
  }
  .sectionTitle__ruby {
    margin: 9px auto 45px;
    font-size: 20px;
  }
  .sectionTitle__ruby.is--recruit::after {
    bottom: -18px;
  }
  .sectionTitle__ruby.is--underLine::after {
    bottom: -18px;
  }
}
.lowerHeading {
  width: 100%;
  height: 256px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#187ADF), to(#79D6C5));
  background: linear-gradient(180deg, #187ADF 0%, #79D6C5 100%);
  overflow: hidden;
}
.lowerHeading__text {
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
.lowerHeading__textRuby {
  width: 100%;
  padding-bottom: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.lowerHeadingLine {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .lowerHeading {
    height: 210px;
  }
  .lowerHeading__text {
    font-size: 50px;
  }
  .lowerHeading__textRuby {
    margin-top: 5px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .lowerHeading {
    height: 202px;
  }
  .lowerHeading__text {
    font-size: 50px;
  }
  .lowerHeading__textRuby {
    margin-top: 5px;
    padding-bottom: 15px;
  }
  .lowerHeading--regenerate {
    padding-top: 20px;
  }
  .lowerHeading--regenerate .lowerHeading__text {
    font-size: 45px;
  }
}
@media screen and (max-width: 360px) {
  .lowerHeadingLine {
    max-width: 104%;
    width: 104%;
  }
}
.twoColumn {
  width: 1120px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0 0;
}
.twoColumn__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 425px;
  max-width: 38%;
}
.twoColumn__image img {
  display: block;
  position: relative;
  z-index: 2;
}
.twoColumn__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#187ADF), to(#79D6C5));
  background: linear-gradient(180deg, #187ADF 0%, #79D6C5 100%);
  z-index: 1;
}
.twoColumn__content {
  width: 740px;
  max-width: 66%;
  margin-left: 34%;
  padding: 60px 50px 55px 80px;
  background: #fff;
}
.twoColumn__content.is--serviceDetail {
  padding: 40px 50px 40px 80px;
}
.twoColumn__contentTitle {
  font-size: 20px;
  font-weight: bold;
  color: #007adf;
}
.twoColumn__contentText {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
}
.twoColumn__content__ceo {
  margin-top: 15px;
  font-size: 14px;
  text-align: right;
}
.twoColumn__content__ceoName {
  margin-left: 15px;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.twoColumn--imageRight .twoColumn__image {
  left: auto;
  left: initial;
  right: 0;
}
.twoColumn--imageRight .twoColumn__content {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .twoColumn {
    padding: 0;
  }
  .twoColumn__image {
    position: relative;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto -45px;
  }
  .twoColumn__image::after {
    top: 6px;
    left: 6px;
  }
  .twoColumn__content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 80px 25px 35px;
    background: #fff;
  }
  .twoColumn__content.is--serviceDetail {
    padding: 80px 25px 30px;
  }
  .twoColumn__contentText {
    margin-top: 25px;
  }
}
.button {
  width: 300px;
}
.button__link {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #454545;
  border-radius: 10px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
}
.button__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 3px solid #454545;
  border-right: 3px solid #454545;
}
.button--icon .button__link span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-color: #454545;
  -webkit-mask-image: url(img/button_icon01.svg);
          mask-image: url(img/button_icon01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (max-width: 767px) {
  .button {
    width: 200px;
  }
  .button__link {
    font-size: 1.6rem;
  }
}

.pageTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 88px;
  height: 88px;
  padding: 30px 20px 10px;
  background: url("./img/pagetop__image.png") #007adf no-repeat 12px 15px/64px 9px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, .16));
  z-index: 5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}
.pageTop.is--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, visibility 0.2s;
}
.pageTop.is--absolute {
  position: absolute;
  top: -88px;
  right: 40px;
}
.pageTop__text {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  word-break: break-word;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .pageTop {
    position: absolute;
    right: 50%;
    bottom: auto;
    top: 25px;
    width: 70px;
    height: auto;
    padding: 15px 0 10px;
    background: url("./img/pagetop__image.png") #154e9d no-repeat top center/36px 9px;
    -webkit-filter: none;
            filter: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .pageTop:hover {
    opacity: 1;
  }
  .pageTop.is--hide {
    bottom: auto;
  }
  .pageTop.is--absolute {
    top: 30px;
    right: 50%;
  }
  .pageTop__text {
    font-size: 14px;
    white-space: nowrap;
  }
}
.topicPath {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 15px;
  left: 40px;
  width: 100%;
  letter-spacing: 0.05em;
}
.topicPath__item + .topicPath__item {
  position: relative;
  margin-left: 35px;
}
.topicPath__item + .topicPath__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 5px;
  height: 9px;
  background-color: #fff;
  -webkit-mask-image: url(img/icon_arrow01.svg);
          mask-image: url(img/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
}
.topicPath__link, .topicPath__name {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .topicPath {
    top: 10px;
    left: 20px;
    padding: 0 0 12px;
    margin-bottom: 20px;
  }
  .topicPath__item + .topicPath__item {
    margin-left: 25px;
  }
  .topicPath__item + .topicPath__item::before {
    left: -15px;
  }
  .topicPath__name {
    font-size: 14px;
  }
}
.modal {
  position: relative;
}
.modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal__window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 670px;
  height: 60%;
  max-height: 550px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 11;
  padding: 40px;
}
.modal__windowWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 670px;
  height: 100%;
  max-height: 550px;
  overflow: auto;
  border-radius: 5px;
  z-index: 11;
  padding: 40px;
}
.modal__windowTitle {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  padding-bottom: 20px;
  border-bottom: 2px solid #007adf;
  margin-bottom: 30px;
}
.modal__windowBox {
  margin-bottom: 30px;
}
.modal__windowBox__title {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background: #67a1e1;
  width: 100%;
  padding: 7px;
  margin-bottom: 13px;
}
.modal__windowBox__titleLabel {
  font-size: 12px;
  border-radius: 15px;
  padding: 5px 10px;
  background: #fff;
  color: #4581c2;
}
.modal__windowBox__text {
  text-align: left;
  font-size: 16px;
}
.modal__windowBox__text + .modal__windowBox__text {
  margin-top: 5px;
}
.modal__windowBox__close {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #454545;
  color: #454545;
  border-radius: 5px;
  padding: 10px;
  width: 240px;
  margin: 30px auto;
  display: block;
  cursor: pointer;
}
.modal .modal__icon {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  height: auto;
  border-radius: 5px;
  z-index: 11;
  padding: 10px;
  background: none;
  width: 100%;
  max-width: 670px;
  overflow: hidden;
}
.modal .modal__icon__close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.4em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  position: absolute;
}
.modal .modal__icon__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .modal__window {
    width: 90%;
    height: 80%;
  }
  .modal__windowWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 670px;
    height: 100%;
    max-height: 550px;
    overflow: auto;
    border-radius: 5px;
    z-index: 11;
    padding: 25px;
  }
  .modal__windowBox__title {
    text-align: left;
    padding: 12px 7px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal__windowBox__titleLabel {
    width: 60px;
    margin: 0 10px 0 0;
    height: 28px;
    text-align: center;
  }
  .modal__windowBox__titleText {
    width: calc(100% - 60px);
    text-align: left;
    display: inline-block;
  }
  .modal .modal__icon {
    top: -21px;
    width: 100%;
    padding: 20px;
  }
  .modal .modal__icon__close {
    width: 40px;
  }
}
.gettingReady {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
  background-color: #fff;
}
.gettingReady__text {
  color: #007adf;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 20px 20px 40px;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.headerLogo {
  width: 180px;
  margin-top: 10px;
  margin-right: auto;
}
.headerContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.headerContact__item {
  font-size: 10px;
}
.headerContact__item + .headerContact__item {
  margin-left: 40px;
}
.headerContact__itemTel {
  font-size: 20px;
  font-weight: bold;
  color: #007adf;
  position: relative;
  padding-left: 20px;
}
.headerContact__itemTel svg {
  fill: #007adf;
  position: absolute;
  left: 2px;
  top: 1px;
  width: 13px;
  height: 27px;
}
.headerContact .button {
  width: 140px;
}
.headerContact .button__link {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(24, 122, 223)), to(rgb(89, 167, 249)));
  background-image: linear-gradient(90deg, rgb(24, 122, 223), rgb(89, 167, 249));
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
}
.headerContact .button__link::after {
  right: 12px;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
}
.headerNavi {
  margin-top: 5px;
}
.headerNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerNaviList__item {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.headerNaviList__item + .headerNaviList__item {
  margin-left: 30px;
}
.headerNaviList__item + .headerNaviList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 0.6em;
  background-color: #cfcfcf;
  translate: 0 -50%;
}
.headerNaviList__item.is--current .headerNaviList__link {
  color: #14Abae;
}
.headerNaviList__item.is--current svg {
  fill: #14Abae;
}
.headerNaviList__item svg {
  display: block;
  width: 20px;
  fill: #454545;
}
.headerNaviList__linkIcon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: #454545;
  -webkit-mask-image: url(img/button_icon01.svg);
          mask-image: url(img/button_icon01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header {
    padding-left: 20px;
  }
  .headerLogo {
    width: 12.5vw;
  }
  .headerNaviList__item {
    font-size: 0.9722222222vw;
  }
  .headerNaviList__item + .headerNaviList__item {
    margin-left: 20px;
  }
  .headerNaviList__item + .headerNaviList__item::before {
    left: -10px;
  }
  .headerNaviList__item svg {
    width: 1.3888888889vw;
  }
  .headerContact__item + .headerContact__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 0 0 10px;
  }
  .headerLogo {
    width: 157px;
    margin-top: 0;
  }
  .headerContact {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    color: #fff;
  }
  .headerContact__item + .headerContact__item {
    margin-top: 20px;
    margin-left: 0;
  }
  .headerContact__itemTel {
    padding: 0;
    border: #fff 2px solid;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0 auto 10px;
    width: 100%;
  }
  .headerContact__itemTelLead {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    background-color: #007adf;
    border-radius: 10px 10px 0 0;
  }
  .headerContact__itemTelLink {
    background: #fff;
    color: #007adf;
    width: 100%;
    padding: 8px 0;
    font-size: 24px;
    position: relative;
    border-radius: 0 0 5px 5px;
  }
  .headerContact__itemTelLink::before {
    content: "";
    width: 8px;
    height: 8px;
    color: #007adf;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: auto;
    rotate: 45deg;
    translate: 0 -50%;
    z-index: 10;
  }
  .headerContact__itemTelLinkText {
    margin-left: 20px;
    position: relative;
    width: 18px;
    height: 30px;
  }
  .headerContact__itemTelLinkText svg {
    fill: #007adf;
    position: absolute;
    left: -25px;
    top: 1px;
    width: 17px;
    height: 23px;
  }
  .headerContact__itemTelNote + .headerContact__itemTelNote {
    margin-top: 3px;
  }
  .headerContact .button {
    width: 100%;
  }
  .headerContact .button__link {
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 166, 246)), to(rgb(164, 207, 252)));
    background-image: linear-gradient(90deg, rgb(89, 166, 246), rgb(164, 207, 252));
    font-size: medium;
    font-size: initial;
    line-height: 60px;
  }
  .headerNavi {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    margin-top: 0;
    z-index: 10;
    background: rgba(0, 122, 223, .9);
    -webkit-transition: right 0.5s 0.5s ease, opacity 0.3s ease;
    transition: right 0.5s 0.5s ease, opacity 0.3s ease;
    opacity: 0;
  }
  .headerNavi.is--open {
    right: 0;
    opacity: 1;
    -webkit-transition: right 0.3s ease, opacity 0.5s ease;
    transition: right 0.3s ease, opacity 0.5s ease;
    overflow: auto;
  }
  .headerNaviList {
    display: block;
    padding: 0 40px 100px;
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
    overflow: auto;
  }
  .headerNaviList__item {
    color: #fff;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #5ab1f9;
    font-size: 1.6rem;
  }
  .headerNaviList__item + .headerNaviList__item {
    margin-left: 0;
  }
  .headerNaviList__item + .headerNaviList__item::before {
    content: none;
  }
  .headerNaviList__item:last-child {
    text-align: center;
    border-bottom: none;
  }
  .headerNaviList__item.is--current .headerNaviList__link {
    color: #fff;
  }
  .headerNaviList__link {
    width: 100%;
    padding: 22px 0;
    position: relative;
    color: #fff;
  }
  .headerNaviList__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .headerNaviList__linkIcon::after {
    width: 12px;
    height: 12px;
    background-color: #fff;
  }
  .headerMenu {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#007adf), to(#79D6C5));
    background: linear-gradient(180deg, #007adf 0%, #79D6C5 100%);
  }
  .headerMenuLine {
    display: block;
    position: absolute;
    top: 20px;
    left: 18px;
    width: 24px;
    height: 4px;
    background: #fff;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .headerMenuLine::before, .headerMenuLine::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .headerMenuLine::before {
    bottom: -8px;
  }
  .headerMenuLine::after {
    bottom: -16px;
  }
  .headerMenu.is--open .headerMenuLine {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    left: 14px;
  }
  .headerMenu.is--open .headerMenuLine::before {
    opacity: 0;
  }
  .headerMenu.is--open .headerMenuLine::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .headerNaviList__close {
    margin: 37px auto 50px;
  }
}

.footer {
  width: 100%;
  position: relative;
}
.footerNavi {
  position: relative;
  background: #154e9d;
}
.footerNaviContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footerNaviContainerLine {
  fill: #154e9d;
}
.footerNaviList {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.footerNaviList__item {
  position: relative;
}
.footerNaviList__item + .footerNaviList__item {
  margin-left: 30px;
}
.footerNaviList__item + .footerNaviList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 0.6em;
  background-color: #7892b6;
  translate: 0 -50%;
}
.footerNaviList__item:last-child::before {
  content: none;
}
.footerNaviList__item__home {
  fill: #fff;
  width: 20px;
  height: 30px;
}
.footerNaviList__item--privacy {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}
.footerNaviList__item--privacy .footerNaviList__link {
  font-size: 14px;
  font-weight: normal;
}
.footerNaviList__link {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footerNaviList__linkIcon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-color: #fff;
  -webkit-mask-image: url(img/button_icon01.svg);
          mask-image: url(img/button_icon01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.footerBottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 0;
  background: #fff;
}
.footerBottomLine {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}
.footerCopy {
  font-size: 12px;
  margin-right: 40px;
}
.footerLogo {
  width: 156px;
  margin-top: 15px;
  margin-left: 40px;
}
.footerLogo__link {
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footerNaviList__item__home {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: -10px;
  }
  .footerNavi {
    padding: 75px 20px 40px;
  }
  .footerNaviContainer::before {
    border-top-right-radius: 800px 200px;
    border-top-left-radius: 800px 200px;
  }
  .footerNaviContainer svg {
    position: relative;
    bottom: -1px;
    fill: #154e9d;
  }
  .footerNavi__line {
    padding-bottom: 20px;
  }
  .footerNaviList {
    width: 100%;
    max-width: 100%;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footerNaviList__item {
    width: 48%;
    margin-top: 20px;
  }
  .footerNaviList__item + .footerNaviList__item {
    margin-left: 0;
  }
  .footerNaviList__item + .footerNaviList__item::before {
    content: none;
  }
  .footerNaviList__item--privacy {
    width: 100%;
    margin-top: 30px;
  }
  .footerNaviList__item--privacy .footerNaviList__link {
    padding: 0;
    min-height: auto;
    background: transparent;
    font-size: 16px;
  }
  .footerNaviList__link {
    width: 100%;
    padding: 15px 0;
    background-color: #1c60be;
    border-radius: 5px;
    text-align: center;
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerBottom {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .footerCopy {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-right: 0;
  }
  .footerLogo {
    margin: 0 auto 20px;
  }
}
.mainVisual {
  width: 100%;
  margin: 0 auto;
}
.mainVisual img {
  width: 100%;
}

.service__lead {
  max-width: 1160px;
  width: 100%;
  margin: 40px auto 70px;
  padding: 0 20px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
  width: 100%;
  margin: 70px auto 0;
  padding: 0 20px;
  gap: 60px 0;
}
.serviceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 29.9107142857%;
  width: 100%;
  padding-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
}
.serviceList__image {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.serviceList__image img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceList__content {
  padding: 25px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.serviceList__title {
  font-size: 20px;
  font-weight: bold;
  color: #007adf;
  text-align: left;
  line-height: 1.5;
}
.serviceList__text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 2;
}
.serviceList .button {
  max-width: 300px;
  width: 100%;
  margin: auto 0 0;
  padding: 20px 25px 0;
}
.serviceList .button + .button {
  margin-top: 10px;
  padding-top: 0;
}

@media screen and (max-width: 1120px) {
  .serviceList__content {
    padding: 25px 15px 0;
  }
  .serviceList .button {
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 0;
  }
  .service__lead {
    margin-top: 60px;
    margin-bottom: 28px;
    font-size: 1.6rem;
    text-align: left;
    text-align: initial;
  }
  .serviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto 0;
    gap: 40px 0;
  }
  .serviceList__item {
    max-width: 100%;
    width: 100%;
    padding-bottom: 30px;
  }
  .serviceList__image img {
    height: auto;
  }
  .serviceList__content {
    padding: 30px 25px 0;
  }
  .serviceList__text {
    margin-top: 8px;
  }
  .serviceList .button {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
}
.recruit {
  margin-top: 140px;
}
.recruit .sectionTitle__ruby {
  margin-bottom: 40px;
}
.recruitBox {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 70px 55px 80px;
  background: url("https://miraiarc.jp/wp-content/themes/miraiarc/img/recruit_background.jpg") no-repeat center center/cover;
}
.recruitText {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.recruit .button {
  width: 350px;
  margin: 72px auto 0;
}
.recruit .button__link {
  line-height: 80px;
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
}
.recruit .button__link span::after {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 80px;
  }
  .recruit .sectionTitle__ruby {
    margin-bottom: 34px;
  }
  .recruitBox {
    padding: 55px 20px 95px;
  }
  .recruitText {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 2;
  }
  .recruit .button {
    margin-top: 32px;
    width: 250px;
  }
  .recruit .button__link {
    font-size: 1.6rem;
    line-height: 65px;
  }
  .recruit .button__link span::after {
    width: 15px;
    height: 15px;
  }
}
.overview {
  margin: 80px auto 110px;
}
.overviewDetail {
  width: 820px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
  padding: 80px;
}
.overviewDetail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.overviewDetail__row:last-child .overviewDetail__item {
  border-bottom: 1px solid #007adf;
}
.overviewDetail__row:last-child .overviewDetail__text {
  border-bottom: 1px solid #D9D9D9;
}
.overviewDetail__item {
  width: 140px;
  padding: 23px 0;
  font-weight: bold;
  color: #007adf;
  border-top: 1px solid #007adf;
  line-height: 2;
}
.overviewDetail__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px 0 23px 20px;
  border-top: 1px solid #d9d9d9;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .overview {
    margin-top: 69px;
    margin-bottom: 80px;
  }
  .overviewDetail {
    padding: 0;
    background: none;
  }
  .overviewDetail__item, .overviewDetail__text {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .overviewDetail__item {
    width: 80px;
  }
}
.message {
  margin: 80px auto 140px;
}

@media screen and (max-width: 767px) {
  .message {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.regenerate {
  margin: 75px 0 160px;
}
.regenerate__message {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100% - 40px);
  width: 1120px;
  margin: 0 auto;
}
.regenerate__messageImage {
  max-width: 450px;
  width: 40.1785714286%;
}
.regenerate__messageContent {
  max-width: 600px;
  width: 53.5714285714%;
}
.regenerate__messageContentTitle {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 24px;
}
.regenerate__messageContentText {
  line-height: 2;
  text-align: justify;
}
.regenerate__messageContentText + p {
  margin-top: 24px;
}
.regenerate__message2 {
  display: grid;
  grid: "title2 title author" auto "contents contents author" minmax(0, 1fr)/minmax(0, 1fr) auto 260px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 36px 10px 28px 50px;
}
.regenerate__message2Title {
  grid-area: title;
  -ms-flex-item-align: center;
      align-self: center;
}
.regenerate__message2TitleImage {
  width: 213px;
  -webkit-transform: translate(-4px, 2px);
          transform: translate(-4px, 2px);
}
.regenerate__message2Title2 {
  grid-area: title2;
  margin-right: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
}
.regenerate__message2Contents {
  grid-area: contents;
  margin-top: 18px;
}
.regenerate__message2Text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__message2Author {
  grid-area: author;
  margin-top: -36px;
  padding-left: 50px;
}
.regenerate__message2AuthorPhotoImage {
  width: 140px;
}
.regenerate__message2AuthorJobs {
  margin-top: 6px;
}
.regenerate__message2AuthorJob {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.625;
}
.regenerate__message2AuthorName {
  margin-left: 0.8em;
  font-size: 16px;
  font-size: 1.6rem;
}
.regenerate__message2AuthorCareer {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.625;
}
.regenerate__block {
  background-color: #fff;
  max-width: calc(100% - 40px);
  width: 1120px;
  margin: 85px auto 0;
  padding: 56px 60px 60px;
}
.regenerate__block + .regenerate__block {
  margin-top: 80px;
}
.regenerate__block--bg {
  background: url(img/regenerate_bg01.png) top right no-repeat, #fff;
}
.regenerate__title {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
  color: #007adf;
}
.regenerate__title2 {
  line-height: 1.26;
}
.regenerate__title2 > *:first-child {
  margin-top: 0 !important;
}
.regenerate__title2Lead {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.regenerate__title2Text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #007adf;
}
.regenerate__title2Ruby {
  margin-top: 2px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #007adf;
}
.regenerate__title3 {
  background-color: #6ca3d9;
  border-radius: 10px 10px 0 0;
  padding: 15px 17px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
}
.regenerate__title4 {
  display: grid;
  grid: "icon text" auto/80px minmax(0, 1fr);
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.regenerate__title4Icon {
  grid-area: icon;
}
.regenerate__title4Text {
  grid-area: text;
  padding-top: 6px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3333;
}
.regenerate__title4--sup {
  display: grid;
  grid: "icon text" auto "icon sup" minmax(0, 1fr)/80px minmax(0, 1fr);
}
.regenerate__title4--sup .regenerate__title4Sup {
  grid-area: sup;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.regenerate__text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__section > *:first-child {
  margin-top: 0 !important;
}
.regenerate__sectionTitle {
  margin-top: 2.2em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  color: #007adf;
}
.regenerate__sectionText {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__sectionNote {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__section2Title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__section2TitleLabel {
  padding: 1px 10px;
  background-color: #007adf;
  border-radius: 4px;
  color: #fff;
  line-height: 1.25;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.regenerate__section2TitleText {
  color: #007adf;
}
.regenerate__section2Text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 30px;
}
.regenerate__listTerm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #007adf;
}
.regenerate__listData {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.regenerate__list2 {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px 0;
}
.regenerate__list2Row {
  display: grid;
  grid-template-columns: 7.8em minmax(0, 1fr);
  gap: 0 5px;
}
.regenerate__list2Term {
  padding-left: 1em;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__list2Term::before {
  display: block;
  position: absolute;
  inset: 0.5625em auto auto 1px;
  width: 0.875em;
  height: 0.875em;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.regenerate__list2Data {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__list2Data > *:first-child {
  margin-top: 0 !important;
}
.regenerate__list2Nest {
  margin-top: 3px;
  display: grid;
  grid-template: repeat(5, auto)/repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  max-width: 556px;
  gap: 0 5px;
}
.regenerate__list2NestItem {
  position: relative;
  padding-left: 0.55em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__list2NestItem::before {
  display: block;
  position: absolute;
  inset: 0.9em auto auto 3px;
  width: 2px;
  height: 2px;
  background-color: currentColor;
  content: "";
}
.regenerate__list2Note {
  letter-spacing: 0;
}
.regenerate__list2--type2 .regenerate__list2Row {
  grid-template-columns: 9em minmax(0, 1fr);
}
.regenerate__list3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  max-width: 988px;
}
.regenerate__list3Row {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
  border-radius: 10px;
  background: repeating-linear-gradient(#fff, #fff 3px, #fafafa 4px, #f4f4f4 5px) top -3px left 0;
  padding: 19px 12px 22px 12px;
}
.regenerate__list3Term {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #007adf;
}
.regenerate__list3Data {
  margin-top: -2px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2;
}
.regenerate__layout {
  display: grid;
  grid-template-columns: 48.7% minmax(0, 1fr);
  gap: 0 40px;
}
.regenerate__layout + .regenerate__layout {
  margin-top: 24px;
}
.regenerate__layoutFigure {
  display: grid;
  place-content: center;
}
.regenerate__layout--figure .regenerate__layoutFigureImage {
  width: 283px;
  -webkit-transform: translate(-12px, 8px);
          transform: translate(-12px, 8px);
}
.regenerate__layout--figure2 .regenerate__layoutFigureImage {
  width: 380px;
  -webkit-transform: translate(8px, -15px);
          transform: translate(8px, -15px);
}
.regenerate__layout2 {
  display: grid;
  grid-template-columns: 25% minmax(0, 1fr);
  gap: 0 40px;
}
.regenerate__layout2Figure {
  display: grid;
  place-content: center;
}
.regenerate__layout2Contents {
  padding-right: 20px;
}
.regenerate__layout2--figure .regenerate__layout2FigureImage {
  width: 240px;
  -webkit-transform: translate(6px, -11px);
          transform: translate(6px, -11px);
}
.regenerate__layout3 {
  display: grid;
  grid: "fig contents" auto/40% minmax(0, 1fr);
  gap: 0 50px;
}
.regenerate__layout3Contents {
  grid-area: contents;
}
.regenerate__layout3Contents > *:first-child {
  margin-top: 0 !important;
}
.regenerate__layout3ContentsInner {
  padding-left: 10px;
  margin-top: 13px;
}
.regenerate__layout3ContentsInner > *:first-child {
  margin-top: 0 !important;
}
.regenerate__layout3Figure {
  grid-area: fig;
}
.regenerate__layout3FigureInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
  padding: 10px 20px;
  aspect-ratio: 400/272;
}
.regenerate__layout3Text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__layout3--figure .regenerate__layout3FigureImage {
  width: 329px;
}
.regenerate__box {
  background: url(img/regenerate_bg02.png) top -125px right -32px/395px no-repeat, #ddf0ee;
  border-radius: 10px;
  padding: 37px 50px 33px 50px;
}
.regenerate__box > *:first-child {
  margin-top: 0 !important;
}
.regenerate__boxTitle {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
}
.regenerate__boxText {
  margin-top: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__box2 {
  background-color: #e5f2fc;
  border-radius: 10px;
  padding: 37px 50px 41px 50px;
}
.regenerate__box2 > *:first-child {
  margin-top: 0 !important;
}
.regenerate__box2Title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
}
.regenerate__box2Text {
  margin-top: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.regenerate__box2Figure {
  margin-top: 20px;
  display: grid;
  place-content: center;
}
.regenerate__box3 {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 31px 50px 33px;
}
.regenerate__aboutList {
  margin-top: 21px;
}
.regenerate__primary {
  margin-top: 73px;
}
.regenerate__primaryList {
  margin-top: 35px;
}
.regenerate__toUse {
  margin-top: 78px;
}
.regenerate__points {
  margin-top: 76px;
}
.regenerate__pointsList {
  margin-top: 36px;
}
.regenerate__method {
  margin-top: 76px;
}
.regenerate__methodLead {
  margin-top: 26px;
}
.regenerate__methodFigure {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regenerate__process {
  margin-top: 60px;
}
.regenerate__promiseQuality {
  margin-top: 36px;
}
.regenerate__promiseQualityList {
  margin-top: 39px;
}
.regenerate__promiseSafety {
  margin-top: 78px;
}
.regenerate__promiseSafetyList {
  margin-top: 30px;
}
.regenerate__example {
  margin-top: 75px;
}
.regenerate__exampleData {
  margin-top: 20px;
}
.regenerate__exampleDataColumn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 45.7%;
  gap: 0 43px;
  margin-top: 40px;
}
.regenerate__exampleDataContents {
  padding-top: 2px;
}
.regenerate__exampleDataFigure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regenerate__question {
  margin-top: 66px;
}
.regenerate__questionList {
  margin-top: 25px;
}
.regenerate__dr {
  margin-top: 48px;
}
.regenerate__inquiry {
  margin-top: 95px;
  text-align: center;
}
.regenerate .button {
  width: 360px;
  margin: 40px auto 0;
}
.regenerate .button__link {
  color: #fff;
  background-color: #007adf;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(24, 122, 223)), to(rgb(89, 167, 249)));
  background-image: linear-gradient(90deg, rgb(24, 122, 223), rgb(89, 167, 249));
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100px;
}
.regenerate .button__link::after {
  right: 30px;
  border-color: currentColor;
}

@media screen and (max-width: 1024px) {
  .regenerate__message2 {
    grid: "title" auto "author" auto "title2" auto "contents" minmax(0, 1fr)/100%;
    padding: 36px 50px 28px;
  }
  .regenerate__message2Title {
    justify-self: center;
  }
  .regenerate__message2TitleImage {
    -webkit-transform: none;
            transform: none;
  }
  .regenerate__message2Title2 {
    margin: 15px 0 0;
    -webkit-transform: none;
            transform: none;
  }
  .regenerate__message2Contents {
    margin-top: 8px;
  }
  .regenerate__message2Author {
    justify-self: center;
    display: grid;
    grid-template-columns: 144px minmax(0, 1fr);
    gap: 0 18px;
    margin-top: 24px;
    padding-left: 0;
  }
  .regenerate__message2AuthorJobs {
    margin-top: -4px;
  }
  .regenerate__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .regenerate__list3 {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .regenerate {
    margin: 68px 0 80px;
  }
  .regenerate__message {
    margin-top: 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .regenerate__messageImage {
    max-width: 570px;
    width: 85.0746268657%;
    margin: 0 auto;
  }
  .regenerate__messageContent {
    max-width: 100%;
    width: 100%;
  }
  .regenerate__messageContentTitle {
    margin-top: 30px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .regenerate__messageContentText {
    font-size: 1.6rem;
  }
  .regenerate__message2 {
    padding: 24px 25px;
    border-radius: 5px;
  }
  .regenerate__message2TitleImage {
    width: 154px;
  }
  .regenerate__message2Title2 {
    font-size: 2rem;
  }
  .regenerate__message2Text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .regenerate__message2Author {
    grid-template-columns: min(31.0666666667vw, 116.5px) minmax(0, 1fr);
    gap: 0 18px;
  }
  .regenerate__message2AuthorPhotoImage {
    width: 100%;
  }
  .regenerate__message2AuthorJob {
    font-size: 1.4rem;
    line-height: 1.4285;
  }
  .regenerate__message2AuthorName {
    margin-left: 0.5em;
  }
  .regenerate__message2AuthorCareer {
    margin-top: 9px;
    line-height: 1.25;
  }
  .regenerate__block {
    max-width: 100%;
    margin-top: 75px;
    padding: 58px 20px 61px;
  }
  .regenerate__block + .regenerate__block {
    margin-top: 50px;
  }
  .regenerate__block--bg {
    background-image: none;
  }
  .regenerate__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .regenerate__title2Lead {
    letter-spacing: 0;
  }
  .regenerate__title2Text {
    margin-top: 4px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .regenerate__title2Ruby {
    margin-top: 6px;
    letter-spacing: 0;
  }
  .regenerate__title3 {
    padding: 5px 22px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .regenerate__title4 {
    grid-template-columns: 70px minmax(0, 1fr);
  }
  .regenerate__title4Text {
    padding-top: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .regenerate__title4--sup {
    grid: "icon text" auto "sup sup" minmax(0, 1fr)/70px minmax(0, 1fr);
    row-gap: 8px;
  }
  .regenerate__title4--sup .regenerate__title4Sup {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
    line-height: 2;
  }
  .regenerate__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .regenerate__sectionTitle {
    margin-top: 2em;
    letter-spacing: 0;
  }
  .regenerate__sectionText {
    letter-spacing: 0;
  }
  .regenerate__sectionNote {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .regenerate__section2Title {
    grid-template-columns: 100%;
    justify-items: flex-start;
    gap: 1px 0;
  }
  .regenerate__section2TitleLabel {
    padding: 1px 11px;
    -webkit-transform: none;
            transform: none;
  }
  .regenerate__list {
    grid-template-columns: 100%;
    gap: 26px 0;
  }
  .regenerate__listTerm, .regenerate__listData {
    font-size: 1.6rem;
  }
  .regenerate__list2 {
    gap: 24px 0;
  }
  .regenerate__list2Row {
    grid-template-columns: 100%;
    gap: 0;
  }
  .regenerate__list2Term {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .regenerate__list2Term::before {
    top: 0.3em;
  }
  .regenerate__list2Data {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .regenerate__list2Nest {
    margin-top: 24px;
    grid-template: auto/100%;
    grid-auto-flow: row;
    max-width: none;
    gap: 0;
  }
  .regenerate__list2NestItem {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .regenerate__list2NestItem::before {
    top: 0.65em;
  }
  .regenerate__list2Note {
    font-size: 1.4rem;
    line-height: 1.71428;
  }
  .regenerate__list2--type2 .regenerate__list2Row {
    grid-template-columns: 100%;
  }
  .regenerate__list3 {
    max-width: none;
  }
  .regenerate__list3Row {
    border-width: 2px;
    border-radius: 5px;
    padding: 12px 23px 15px;
  }
  .regenerate__list3Term {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .regenerate__list3Data {
    margin-top: 1px;
    line-height: 1.5;
  }
  .regenerate__layout {
    grid-template-columns: 100%;
    gap: 25px 0;
  }
  .regenerate__layout + .regenerate__layout {
    margin-top: 50px;
  }
  .regenerate__layout--figure .regenerate__layoutFigureImage {
    width: clamp(196px, 52.2666666667vw, 392px);
    -webkit-transform: translate(-4px, 0);
            transform: translate(-4px, 0);
  }
  .regenerate__layout--figure2 .regenerate__layoutFigureImage {
    width: clamp(263px, 70.1333333333vw, 526px);
    -webkit-transform: translate(11px, 0);
            transform: translate(11px, 0);
  }
  .regenerate__layout2 {
    grid-template-columns: 100%;
    gap: 35px 0;
  }
  .regenerate__layout2Contents {
    padding-right: 0;
  }
  .regenerate__layout2--figure .regenerate__layout2FigureImage {
    width: clamp(195px, 52vw, 390px);
    -webkit-transform: none;
            transform: none;
  }
  .regenerate__layout3 {
    grid: "fig" auto "contents" minmax(0, 1fr)/100%;
    gap: 26px 0;
  }
  .regenerate__layout3ContentsInner {
    margin-top: 6px;
    padding-left: 0;
  }
  .regenerate__layout3Text {
    letter-spacing: 0;
  }
  .regenerate__layout3FigureInner {
    max-width: clamp(285px, 76vw, 570px);
    margin: auto;
    padding: 5px 10px;
  }
  .regenerate__layout3--figure .regenerate__layout3FigureImage {
    width: clamp(234px, 62.4vw, 468px);
  }
  .regenerate__box {
    background-position: top -54px right -12px;
    background-size: 164px;
    padding: 25px 25px 23px;
  }
  .regenerate__boxTitle {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 2rem;
    letter-spacing: 0;
  }
  .regenerate__boxText {
    margin-top: 8px;
    letter-spacing: 0;
  }
  .regenerate__box2 {
    padding: 25px 25px 28px;
  }
  .regenerate__box2Title {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 2rem;
    letter-spacing: 0;
  }
  .regenerate__box2Text {
    margin-top: 8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .regenerate__box2Figure {
    margin-top: 25px;
  }
  .regenerate__box3 {
    padding: 25px;
  }
  .regenerate__primary {
    margin-top: 60px;
  }
  .regenerate__primaryList {
    margin-top: 40px;
  }
  .regenerate__pointsList {
    margin-top: 27px;
  }
  .regenerate__method {
    margin-top: 78px;
  }
  .regenerate__methodLead {
    margin-top: 8px;
  }
  .regenerate__methodFigure {
    margin-top: 23px;
  }
  .regenerate__process {
    margin-top: 30px;
  }
  .regenerate__promiseQuality {
    margin-top: 25px;
  }
  .regenerate__promiseQualityList {
    margin-top: 24px;
  }
  .regenerate__promiseSafety {
    margin-top: 63px;
  }
  .regenerate__promiseSafetyList {
    margin-top: 22px;
  }
  .regenerate__example {
    margin-top: 78px;
  }
  .regenerate__exampleData {
    margin-top: 28px;
  }
  .regenerate__exampleDataColumn {
    grid-template-columns: 100%;
    gap: 28px 0px;
    margin-top: 30px;
  }
  .regenerate__exampleDataContents {
    padding-top: 0;
  }
  .regenerate__question {
    margin-top: 76px;
  }
  .regenerate__questionList {
    margin-top: 25px;
  }
  .regenerate__dr {
    margin-top: 58px;
  }
  .regenerate__inquiry {
    margin-top: 42px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .regenerate .button {
    max-width: 500px;
    width: 66.6666666667%;
    margin-top: 30px;
  }
  .regenerate .button__link {
    font-size: 1.6rem;
    line-height: 60px;
  }
}
.buySell__message, .buySell__operation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100% - 40px);
  width: 1110px;
  margin: 0 auto;
}
.buySell__messageContentTitle, .buySell__operationContentTitle {
  margin-bottom: 24px;
}
.buySell__messageContentText, .buySell__operationContentText {
  line-height: 2;
  text-align: justify;
}
.buySell__messageContentText + p, .buySell__operationContentText + p {
  margin-top: 24px;
}
.buySell__message {
  margin-top: 80px;
}
.buySell__messageImage {
  max-width: 450px;
  width: 40.5405405405%;
}
.buySell__messageContent {
  max-width: 590px;
  width: 53.1531531532%;
}
.buySell__messageContentTitle {
  font-size: 30px;
  font-size: 3rem;
}
.buySell__operation {
  position: relative;
  margin-top: 90px;
  margin-bottom: 140px;
}
.buySell__operationContent {
  max-width: 674px;
  width: 60.7207207207%;
  padding: 35px 13.5416666667vw 50px 4.1666666667vw;
  background-color: #fff;
}
.buySell__operationContentTitle {
  color: #007adf;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.buySell__operationImage {
  position: absolute;
  top: 35px;
  right: 1.25vw;
  max-width: 560px;
  width: 50.4504504505%;
}
@media screen and (min-width: 1441px) {
  .buySell__operationContent {
    padding: 35px 195px 50px 60px;
  }
  .buySell__operationImage {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .buySell__message, .buySell__operation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buySell__messageContent, .buySell__operationContent {
    max-width: 100%;
    width: 100%;
  }
  .buySell__message {
    margin-top: 69px;
  }
  .buySell__messageImage {
    max-width: 570px;
    width: 85.0746268657%;
    margin: 0 auto;
  }
  .buySell__messageContentTitle {
    margin-top: 30px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .buySell__messageContentText {
    font-size: 1.6rem;
  }
  .buySell__operation {
    max-width: 100%;
    margin-top: 80px;
  }
  .buySell__operationContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -90px;
    padding: 152px 20px 50px;
  }
  .buySell__operationContentTitle {
    font-size: 2rem;
    text-align: center;
  }
  .buySell__operationContentText {
    font-size: 1.6rem;
  }
  .buySell__operationImage {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    top: 0;
    right: 0;
    max-width: 670px;
    width: 89.3333333333%;
    margin: 0 auto;
    z-index: 1;
  }
  .buySell__operation .button {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

.rent {
  margin-bottom: 160px;
}
.rent__message, .rent__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(100% - 40px);
  width: 1120px;
  margin: 0 auto;
}
.rent__messageContentTitle, .rent__featureContentTitle {
  margin-bottom: 24px;
}
.rent__messageContentText, .rent__featureContentText {
  line-height: 2;
  text-align: justify;
}
.rent__messageContentText + p, .rent__featureContentText + p {
  margin-top: 24px;
}
.rent__message {
  margin-top: 80px;
}
.rent__messageImage {
  max-width: 450px;
  width: 40.1785714286%;
}
.rent__messageContent {
  max-width: 600px;
  width: 53.5714285714%;
}
.rent__messageContentTitle {
  font-size: 30px;
  font-size: 3rem;
}
.rent__feature {
  margin-top: 90px;
}
.rent__featureContent {
  width: 100%;
  padding: 40px 60px 40px;
  background-color: #fff;
}
.rent__featureContentTitle {
  color: #007adf;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.rent__featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rent__featureItem {
  width: 25%;
  padding: 0 10px;
  line-height: 1.6;
  text-align: center;
}
.rent__featureItemImage {
  max-width: 112px;
  width: 48.6956521739%;
  margin: 0 auto 22px;
}
.rent__featureItem--consulting .rent__featureItemImage {
  margin-left: calc(25% - 18px);
}
.rent__inquiry {
  margin-top: 95px;
  text-align: center;
}
.rent .button {
  width: 360px;
  margin: 40px auto 0;
}
.rent .button__link {
  color: #fff;
  background-color: #007adf;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(24, 122, 223)), to(rgb(89, 167, 249)));
  background-image: linear-gradient(90deg, rgb(24, 122, 223), rgb(89, 167, 249));
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100px;
}
.rent .button__link::after {
  right: 30px;
  border-color: currentColor;
}
@media screen and (max-width: 767px) {
  .rent {
    margin-bottom: 80px;
  }
  .rent__message, .rent__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rent__messageContent, .rent__featureContent {
    max-width: 100%;
    width: 100%;
  }
  .rent__message {
    margin-top: 69px;
  }
  .rent__messageImage {
    max-width: 570px;
    width: 85.0746268657%;
    margin: 0 auto;
  }
  .rent__messageContentTitle {
    margin-top: 30px;
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .rent__messageContentText {
    font-size: 1.6rem;
  }
  .rent__feature {
    max-width: 100%;
    margin-top: 85px;
  }
  .rent__featureContent {
    padding: 50px 25px 50px;
  }
  .rent__featureContentTitle {
    font-size: 2rem;
  }
  .rent__featureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -25px;
  }
  .rent__featureItem {
    max-width: 310px;
    width: 47.6923076923%;
    margin-top: 25px;
    padding: 0;
    font-size: 1.6rem;
  }
  .rent__featureItem::before {
    content: none;
  }
  .rent__featureItemImage {
    max-width: 205px;
    width: 66.1290322581%;
    margin: 0 auto 12px;
  }
  .rent__featureItem--consulting .rent__featureItemImage {
    margin-left: calc(25% - 26px);
  }
  .rent__inquiry {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .rent .button {
    max-width: 500px;
    width: 66.6666666667%;
    margin-top: 30px;
  }
  .rent .button__link {
    font-size: 1.6rem;
    line-height: 60px;
  }
}

.loginBox {
  position: relative;
  max-width: calc(100% - 40px);
  width: 890px;
  margin: -74px auto 0;
  padding: 46px 60px 60px;
  background-color: #f5f5f5;
  z-index: 1;
}
.loginBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.loginBox__item {
  max-width: 360px;
  width: 46.7532467532%;
}
.loginBox__itemLead {
  font-weight: bold;
  text-align: center;
}
.loginBox__item .button {
  width: 100%;
  margin-top: 26px;
}
.loginBox__item .button__link {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(24, 122, 223)), to(rgb(89, 167, 249)));
  background-image: linear-gradient(90deg, rgb(24, 122, 223), rgb(89, 167, 249));
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100px;
}
.loginBox__item .button__link::after {
  border-color: #fff;
}
.loginBox__item--entry .button__link {
  background: -webkit-gradient(linear, left top, right top, color-stop(20.5625%, rgb(26, 171, 174)), color-stop(80.5625%, rgb(121, 214, 197)));
  background: linear-gradient(90deg, rgb(26, 171, 174) 20.5625%, rgb(121, 214, 197) 80.5625%);
}
@media screen and (max-width: 767px) {
  .loginBox {
    margin-top: -41px;
    padding: 37px 42px 40px;
  }
  .loginBox__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loginBox__item {
    max-width: 100%;
    width: 100%;
  }
  .loginBox__item + .loginBox__item {
    margin-top: 26px;
  }
  .loginBox__itemLead {
    font-size: 1.6rem;
  }
  .loginBox__item .button {
    margin-top: 16px;
  }
  .loginBox__item .button__link {
    font-size: 1.6rem;
    line-height: 60px;
  }
}

.background {
  width: 100%;
  padding: 120px 20px;
  margin: 0 auto;
  text-align: center;
  background: url(img/mirai_sec01_bg.jpg) no-repeat #fcfdfe bottom center/contain;
}
.background__lead {
  font-size: 24px;
  margin: 50px auto;
  font-weight: bold;
  line-height: 1.6;
}
.background__desc {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .background {
    padding: 81px 20px 70px;
    background-image: url(img/mirai_sec01_bg__sp.jpg);
    background-size: 100%;
  }
  .background__lead {
    font-size: 20px;
    margin: 50px auto 20px;
  }
}

.philosophy {
  padding: 100px 0;
  background: #e5f2fc;
}
.philosophy .twoColumn {
  padding: 50px 0 0 0;
  margin: 70px auto 0;
}
.philosophy .twoColumn__image {
  max-width: 586px;
  width: 52.3214285714%;
}
.philosophy .twoColumn__image::after {
  display: none;
}
.philosophy .twoColumn__content {
  max-width: 570px;
  width: 50.8928571429%;
  margin-left: auto;
}
.philosophy .twoColumn__contentTitle {
  font-size: 25px;
  font-weight: bold;
  color: #454545;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .philosophy .twoColumn {
    padding: 20px 0 0 0;
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 80px 0;
  }
  .philosophy .twoColumn {
    padding: 0;
    margin: 70px 0 0;
  }
  .philosophy .twoColumn__image {
    max-width: 680px;
    width: 90.6666666667%;
    margin: 0;
  }
  .philosophy .twoColumn__content {
    width: 100%;
    max-width: 470px;
    margin-top: -21px;
    margin-left: 11%;
    padding: 43px 8% 25px;
  }
  .philosophy .twoColumn__contentTitle {
    text-align: left;
    font-size: 20px;
  }
}

.offerContents {
  padding: 100px 20px;
  background: url(img/mirai_sec03_bg.png) repeat #fff;
}
.offerContents__desc {
  font-size: 16px;
  margin: 0 20px 50px;
  text-align: center;
}
.offerContents__box {
  max-width: 1120px;
  margin: 0 auto;
}
.offerContents__boxList {
  background: #fff;
  padding: 30px 30px 10px;
  margin: 0 20px 50px;
  position: relative;
  vertical-align: top;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
  min-height: auto;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .06);
          box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .06);
}
.offerContents__boxList__number {
  font-size: 85px;
  width: 60px;
  position: absolute;
  top: -50px;
  left: 10px;
  color: #007adf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(34, 193, 195)), to(rgb(0, 122, 223)));
  background: linear-gradient(0deg, rgb(34, 193, 195) 30%, rgb(0, 122, 223) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.offerContents__boxList__img {
  margin-bottom: 20px;
}
.offerContents__boxList__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
  margin-left: 40px;
}
.offerContents__boxList__textTitle {
  font-size: 20px;
  font-weight: bold;
  color: #007adf;
  margin-bottom: 15px;
  line-height: 1.6;
}
.offerContents__boxList__textDesc {
  margin-bottom: 10px;
}
.offerContents__boxList__textLink {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 40px 10px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px solid #454545;
  position: relative;
}
.offerContents__boxList__textLink::before {
  content: "";
  width: 8px;
  height: 8px;
  color: #454545;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  bottom: 50%;
  right: 15px;
  margin: auto;
}
.offerContents__boxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offerContents__boxFlexList {
  background: #fff;
  padding: 30px;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 30px 50px 0;
  min-height: auto;
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .06);
          box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .06);
}
.offerContents__boxFlexList:nth-child(3) {
  margin-right: 0;
}
.offerContents__boxFlexList__number {
  font-size: 85px;
  position: absolute;
  top: -50px;
  left: 10px;
  color: #007adf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(34, 193, 195)), to(rgb(0, 122, 223)));
  background: linear-gradient(0deg, rgb(34, 193, 195) 30%, rgb(0, 122, 223) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  width: 60px;
}
.offerContents__boxFlexList__img {
  margin-bottom: 20px;
}
.offerContents__boxFlexList__text {
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
}
.offerContents__boxFlexList__textTitle {
  font-size: 20px;
  font-weight: bold;
  color: #007adf;
  margin-bottom: 15px;
  line-height: 1.6;
}
.offerContents__boxFlexList__textDesc {
  margin-bottom: 10px;
}
.offerContents__boxFlexList__textLink {
  font-size: 16px;
  padding: 5px 30px 5px 20px;
  border-radius: 5px;
  border: 1px solid #454545;
  position: relative;
}
.offerContents__boxFlexList__textLink::before {
  content: "";
  width: 8px;
  height: 8px;
  color: #454545;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  bottom: 50%;
  right: 15px;
  margin: auto;
}
.offerContents .button {
  width: 360px;
  margin: 88px auto 0;
}
.offerContents .button__link {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.5625%, rgb(26, 171, 174)), color-stop(80.5625%, rgb(121, 214, 197)));
  background: linear-gradient(90deg, rgb(26, 171, 174) 20.5625%, rgb(121, 214, 197) 80.5625%);
  border: none;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 100px;
}
.offerContents .button__link::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .offerContents {
    padding: 80px 0;
  }
  .offerContents__desc {
    margin: auto 20px 50px;
  }
  .offerContents__boxList {
    margin: 50px 20px;
    width: auto;
    display: block;
  }
  .offerContents__boxList__text {
    margin-left: 0;
  }
  .offerContents__boxList__textLink {
    padding: 10px 30px 10px 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .offerContents__boxFlex {
    display: block;
    margin: 0 20px;
  }
  .offerContents__boxFlexList__textline {
    background: #06c755;
    padding: 5px 40px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    vertical-align: baseline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .offerContents__boxFlexList__textline img {
    width: 44px;
    display: inline-block;
  }
  .offerContents__boxFlexList__textline::before {
    content: "";
    width: 8px;
    height: 8px;
    color: #fff;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 47%;
    bottom: 50%;
    right: 15px;
    margin: auto;
  }
  .offerContents .button {
    max-width: 500px;
    width: 66.6666666667%;
    margin-top: 60px;
  }
  .offerContents .button__link {
    font-size: 1.6rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .offerContents__boxList__textLink {
    padding: 10px 30px 10px 10px;
  }
  .offerContents__boxFlexList__textline {
    padding: 5px 20px 5px 10px;
  }
}

.flow {
  margin-top: 80px;
}
.flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.flow__step::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 4px;
  background-color: #4c9de0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30.8035714286%;
  padding: 2.8571428571% 20px;
  color: #fff;
  background: url(img/admission_bg01.png) no-repeat right -10px bottom -2px;
  background-size: 27.5362318841% auto;
  background-color: #4c9de0;
  font-weight: bold;
}
.flow__item--consultation {
  background-image: url(img/admission_bg02.png);
  background-position: right -4px bottom -4px;
  background-size: 37.1014492754% auto;
}
.flow__item--application {
  background-image: url(img/admission_bg03.png);
  background-position: right -2px bottom -5px;
  background-size: 24.9275362319% auto;
}
.flow__itemNumber {
  font-size: clamp(35px, 4.9107142857vw, 55px);
  line-height: 1;
}
.flow__itemText {
  margin-left: 15px;
  font-size: clamp(14px, 1.7857142857vw, 20px);
  line-height: 1.4;
}
.flow__form {
  margin-top: 58.75px;
}
.flow__formLead {
  font-size: clamp(14px, 1.875vw, 21px);
  font-weight: bold;
  text-align: center;
}
.flow__formLead span {
  display: inline-block;
  position: relative;
  padding: 0 10px 14.75px;
  border-bottom: 2px solid #7e7e7e;
}
.flow__formLead span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #7e7e7e;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.flow__formContent {
  height: 1000px;
  margin-top: 15px;
  text-align: center;
}
.flow__formContent iframe {
  max-width: 640px;
  width: 100%;
  height: 1000px;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 70px;
  }
  .flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow__step::before {
    width: 4px;
    height: 90%;
  }
  .flow__item {
    width: 100%;
    padding: 20.6px 17px;
    background-position: right -16px bottom -2px;
    background-size: 23.2835820896% auto;
  }
  .flow__item--consultation {
    background-position: right -3px bottom -3px;
    background-size: 32.5373134328% auto;
  }
  .flow__item--application {
    background-position: right -1px bottom -4px;
    background-size: 21.7910447761% auto;
  }
  .flow__item + .flow__item {
    margin-top: 12px;
  }
  .flow__itemNumber {
    font-size: 4.7rem;
  }
  .flow__itemText {
    margin-left: 19px;
    font-size: 1.7rem;
  }
  .flow__form {
    margin-top: 45.5px;
  }
  .flow__formLead {
    font-size: clamp(14px, 5.3333333333vw, 20px);
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
  .flow__formContent {
    margin-top: 0;
    height: 500px;
    overflow: hidden;
  }
  .flow__formContent iframe {
    height: 500px;
  }
}

.userVoice {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .userVoice {
    margin-top: 75px;
  }
}

.commonQuestion {
  margin-top: 120px;
}
.commonQuestion__item + .commonQuestion__item {
  margin-top: 8px;
}
.commonQuestion__itemQuestion {
  position: relative;
  padding: 15.5px 38px 15.5px 72px;
  color: #007adf;
  background-color: #e0eefa;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.commonQuestion__itemQuestion::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 50%;
  left: 38px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commonQuestion__itemAnswer {
  position: relative;
  padding: 18px 20px 18px 72px;
  background-color: #fff;
}
.commonQuestion__itemAnswer::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 14.75px;
  left: 38px;
  color: #eb8181;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .commonQuestion {
    margin-top: 75px;
  }
  .commonQuestion__item + .commonQuestion__item {
    margin-top: 15px;
  }
  .commonQuestion__itemQuestion {
    padding: 15.75px 47px 15.75px 44px;
    font-size: 1.7rem;
    line-height: 1.5294117647;
  }
  .commonQuestion__itemQuestion::before {
    top: 14.4px;
    left: 19px;
    font-size: 1.8rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .commonQuestion__itemQuestion::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    border-top: 2px solid #7b91a4;
    border-right: 2px solid #7b91a4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commonQuestion__itemAnswer {
    padding: 0;
    line-height: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commonQuestion__itemAnswer::before {
    left: 0;
    font-size: 0rem;
  }
  .commonQuestion__item.isShow .commonQuestion__itemQuestion::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commonQuestion__item.isShow .commonQuestion__itemAnswer {
    padding: 17px 21px 19px 44px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commonQuestion__item.isShow .commonQuestion__itemAnswer::before {
    left: 19px;
    font-size: 1.8rem;
  }
}

.contactLink {
  width: 675px;
  margin: 122px auto 110px;
  padding: 41.75px 0 56px;
  background-color: #fff;
  text-align: center;
}
.contactLink .sectionTitle {
  font-size: 45px;
  font-size: 4.5rem;
}
.contactLink .sectionTitle__ruby {
  margin-top: 0px;
  margin-bottom: 30.25px;
  font-size: 15px;
  font-size: 1.5rem;
}
.contactLink__text {
  margin-top: 48.25px;
}
.contactLink .button {
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .contactLink {
    width: 89.3333333333%;
    margin: 80px auto;
    padding: 27px 18px 38px 18px;
  }
  .contactLink .sectionTitle {
    font-size: 3.5rem;
  }
  .contactLink .sectionTitle__ruby {
    font-size: 1.7rem;
  }
  .contactLink__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    line-height: 2;
  }
  .contactLink .button {
    max-width: 300px;
    width: 100%;
    margin-top: 33px;
  }
}

.news__itemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__itemDate {
  letter-spacing: 0.05em;
}
.news__itemCategory {
  width: 100px;
  color: #fff;
  background-color: #007adf;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 25px;
}
.news__itemCategory--event {
  background-color: #7876e2;
}
.news__itemCategory--seminar {
  background-color: #0db2ac;
}
.news__itemTitle {
  font-weight: bold;
}

.categoryMenu {
  max-width: 220px;
  width: 19.4690265487%;
  padding: 26.5px 30px 40px;
  background-color: #fff;
}
.categoryMenu__title {
  color: #007adf;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.categoryMenu__list {
  margin-top: 17.5px;
}
.categoryMenu__itemLink {
  display: block;
  position: relative;
  padding: 11px 0;
  border-bottom: 1px solid #e1e1e1;
}
.categoryMenu__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  color: #007adf;
  border-top: solid 2px;
  border-right: solid 2px;
  rotate: 45deg;
  translate: 0 -50%;
}
.categoryMenu__itemLink:hover {
  opacity: 0.6;
}
.categoryMenu__item.isCurrent {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .categoryMenu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
    max-width: initial;
    width: 100%;
    padding: 26.5px 25px 30px;
  }
  .categoryMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .categoryMenu__item {
    max-width: 570px;
    width: 45.6140350877%;
    font-size: 1.6rem;
  }
  .categoryMenu__itemLink {
    padding-top: 16px;
    padding-bottom: 11px;
  }
  .categoryMenu__itemLink::after {
    right: 3px;
  }
}

.pagenation {
  width: 820px;
  max-width: calc(100% - 40px);
  margin: 40px auto 0;
}
.pagenation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #007adf;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.pagenation .nav-links .page-numbers.prev, .pagenation .nav-links .page-numbers.first, .pagenation .nav-links .page-numbers.next, .pagenation .nav-links .page-numbers.last {
  font-size: 34px;
  vertical-align: baseline;
  font-family: sans-serif;
  line-height: 0;
  padding-bottom: 3px;
}
.pagenation .nav-links .page-numbers.current {
  color: #fff;
  background: #007adf;
}
.pagenation .nav-links .page-numbers:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin-top: 50px;
  }
  .pagenation .nav-links .page-numbers.prev, .pagenation .nav-links .page-numbers.first, .pagenation .nav-links .page-numbers.next, .pagenation .nav-links .page-numbers.last {
    padding: 5px 15px 14px;
  }
}

.contact {
  margin: 150px 0 110px;
}
.contactForm {
  width: 540px;
  max-width: calc(100% - 40px);
  margin: 75px auto 0;
}
.contactForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 3px;
}
.contactForm__input, .contactForm__textarea {
  width: 100%;
  margin: 10px auto 35px;
  padding: 18px;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
}
.contactForm__input:focus, .contactForm__textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
          box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.contactForm__input::-webkit-input-placeholder, .contactForm__textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.contactForm__input::-moz-placeholder, .contactForm__textarea::-moz-placeholder {
  color: #B3B3B3;
}
.contactForm__input::-ms-input-placeholder, .contactForm__textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
.contactForm__input::placeholder, .contactForm__textarea::placeholder {
  color: #B3B3B3;
}
.contactForm__textarea {
  height: 170px;
  resize: none;
}
.contactForm__required, .contactForm__optional {
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 5px;
  margin-left: 10px;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.contactForm__required {
  background: #CF6D6D;
}
.contactForm__optional {
  background: #B3B3B3;
}
.contactForm__buttonArea {
  width: 300px;
  margin: 40px auto 0;
  max-width: calc(100% - 40px);
}
.contactForm__submit {
  width: 100%;
  height: 88px;
  line-height: 88px;
  background: -webkit-gradient(linear, left top, right top, from(#187ADF), to(#79D6C5));
  background: linear-gradient(90deg, #187ADF 0%, #79D6C5 100%);
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contactForm__submit:focus {
  outline: none;
}
.contactForm__submit:hover {
  opacity: 0.8;
}
.contact__thanks {
  width: 800px;
  max-width: calc(100% - 40px);
  margin: 100px auto;
  text-align: center;
}
.contact__thanksTitle {
  font-size: 24px;
  font-weight: bold;
}
.contact__thanksText {
  font-size: 16px;
  line-height: 2;
  margin-top: 80px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 100px;
  }
  .contactForm__input, .contactForm__textarea {
    padding: 16px;
  }
  .contactForm__buttonArea {
    margin: 15px auto 0;
  }
  .contactForm__submit:hover {
    opacity: 1;
  }
  .contact__thanks {
    margin: 50px auto;
  }
  .contact__thanksTitle {
    font-size: 20px;
    font-weight: bold;
  }
  .contact__thanksText {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
.privacyPolicy {
  margin-top: 65px;
  padding-bottom: 110px;
}
.privacyPolicy__container {
  width: 820px;
  max-width: calc(100% - 40px);
  margin-top: 32px;
  margin-inline: auto;
  padding: 45px 40px;
  background-color: #fff;
}
.privacyPolicy__container .privacyPolicy__title:is(:first-child) {
  margin-top: 0;
}
.privacyPolicy__title {
  position: relative;
  margin-top: 38px;
  padding-left: 20px;
  color: #007adf;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.privacyPolicy__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #007adf;
}
.privacyPolicy__text {
  margin-top: 18px;
  line-height: 2;
  letter-spacing: -0.01em;
}
.privacyPolicy__text__block {
  margin-top: 34px;
}
.privacyPolicy__date {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}
.privacyPolicy .sectionTitle__ruby {
  margin-bottom: 68px;
}
.privacyPolicy .sectionTitle__ruby.is--underLine:after {
  bottom: -20px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .privacyPolicy {
    padding-bottom: 65px;
  }
  .privacyPolicy__container {
    margin-top: 40px;
    padding: 25px;
  }
  .privacyPolicy__title {
    margin-top: 20px;
    padding-left: 8px;
    line-height: 1.25;
    letter-spacing: 0.048em;
  }
  .privacyPolicy__title::before {
    content: "";
    display: block;
    width: 2.5px;
    height: calc(100% - 5px);
  }
  .privacyPolicy__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.9;
  }
  .privacyPolicy__text__block {
    margin-top: 30px;
  }
  .privacyPolicy__date {
    margin-top: 18px;
    line-height: 1.75;
  }
  .privacyPolicy .sectionTitle__ruby {
    margin: 9px auto 60px;
  }
  .privacyPolicy .sectionTitle__ruby.is--underLine:after {
    bottom: -25px;
  }
  .privacyPolicy .sectionTitle__desc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.topPage .service {
  margin-top: -90px;
}
.topPage .service .sectionTitle__ruby {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .topPage .service {
    margin-top: 0;
  }
  .topPage .service .sectionTitle__ruby {
    margin-bottom: 38px;
  }
}
.topPage .news {
  margin-top: 138px;
}
.topPage .news .sectionTitle__ruby {
  margin-bottom: 62px;
}
.topPage .news .wrapper {
  max-width: 930px;
}
.topPage .news__item {
  position: relative;
  white-space: nowrap;
  border-top: 1px solid #cfcfcf;
}
.topPage .news__item:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.topPage .news__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 65px 20px 10px;
}
.topPage .news__itemLink::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.topPage .news__itemCategory {
  margin-left: 34px;
}
.topPage .news__itemTitle {
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topPage .news .button {
  margin: 40px auto 0;
}
.topPage .news .button__link {
  background-color: transparent;
  background-color: initial;
}
@media screen and (max-width: 767px) {
  .topPage .news {
    margin-top: 79px;
  }
  .topPage .news .sectionTitle__ruby {
    margin-bottom: 38px;
  }
  .topPage .news__item {
    white-space: normal;
    white-space: initial;
  }
  .topPage .news__itemLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 16px 0;
  }
  .topPage .news__itemLink::after {
    top: calc(50% + 20px);
    right: 2px;
  }
  .topPage .news__itemDate {
    font-size: 1.6rem;
  }
  .topPage .news__itemCategory {
    margin-left: 15px;
  }
  .topPage .news__itemTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .topPage .news .button {
    max-width: 500px;
    width: 89.3333333333%;
  }
}

.servicePage .service {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .servicePage .service {
    margin-bottom: 80px;
  }
}

.serviceEducation .sectionTitle,
.serviceSales .sectionTitle,
.serviceManagement .sectionTitle {
  line-height: 1.3166666667;
}
.serviceEducation .twoColumn,
.serviceSales .twoColumn,
.serviceManagement .twoColumn {
  margin-top: 97px;
  padding-top: 22px;
}
.serviceEducation .button,
.serviceSales .button,
.serviceManagement .button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .serviceEducation,
  .serviceSales,
  .serviceManagement {
    margin-top: 110px;
  }
  .serviceEducation .twoColumn,
  .serviceSales .twoColumn,
  .serviceManagement .twoColumn {
    margin-top: 0;
  }
  .serviceEducation .twoColumn__content,
  .serviceSales .twoColumn__content,
  .serviceManagement .twoColumn__content {
    padding-bottom: 35px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
            box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  }
  .serviceEducation .button,
  .serviceSales .button,
  .serviceManagement .button {
    margin: 22px auto 0;
  }
}

.serviceEducation {
  margin-top: 80px;
}
.serviceEducation .twoColumn {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .serviceEducation {
    margin-top: 70px;
  }
}

.serviceSales {
  margin: 141px auto;
}
@media screen and (max-width: 767px) {
  .serviceSales {
    margin: 75px auto;
  }
}

.serviceManagement {
  margin-top: 141px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .serviceManagement {
    margin-top: 75px;
  }
}

.regeneratePage .commonQuestion {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .regeneratePage .commonQuestion {
    margin-top: 26px;
  }
}
.educationPage {
  background-color: #fff;
}
.educationPage .lowerHeading {
  height: 352px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 122, 223, .7)), to(rgb(121, 214, 197))), url(img/lowerHeading__bg.jpg);
  background: linear-gradient(180deg, rgba(24, 122, 223, .7), rgb(121, 214, 197) 100%), url(img/lowerHeading__bg.jpg);
  background-size: cover;
  background-position: center;
}
.educationPage .lowerHeading img {
  width: 463px;
  margin: 0 auto;
}
.educationPage .lowerHeadingLine path {
  fill: #fff;
}
.educationPage .lowerHeading__textRuby {
  padding: 10px 0 45px;
}
@media screen and (max-width: 767px) {
  .educationPage .lowerHeading {
    height: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 122, 223, .6)), to(rgb(121, 214, 197))), url(img/lowerHeading__bg__sp.jpg);
    background: linear-gradient(180deg, rgba(24, 122, 223, .6), rgb(121, 214, 197) 100%), url(img/lowerHeading__bg__sp.jpg);
    background-size: cover;
  }
  .educationPage .lowerHeading img {
    max-width: 608px;
    width: 81.0666666667%;
  }
  .educationPage .lowerHeading__textRuby {
    padding: 10px 0px 15px;
  }
}

.admissionPage .lowerHeading {
  height: 352px;
}
.admissionPage .lowerHeading__logo {
  width: 390px;
}
.admissionPage .lowerHeading__text {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .admissionPage .lowerHeading {
    height: 272px;
  }
}
@media screen and (max-width: 767px) {
  .admissionPage .lowerHeading {
    height: 255px;
  }
  .admissionPage .lowerHeading__logo {
    max-width: 608px;
    width: 81.0666666667%;
  }
  .admissionPage .lowerHeading__text {
    margin-top: 18px;
  }
}
.admissionPage .sectionTitle__ruby.is--underLine {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .admissionPage .sectionTitle__ruby.is--underLine {
    margin-bottom: 59px;
  }
}

.archivePage .news {
  margin: 80px auto 0;
  padding-bottom: 140px;
}
.archivePage .news .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: calc(100% - 40px);
  width: 1130px;
}
.archivePage .news__list {
  max-width: 820px;
  width: 72.5663716814%;
}
.archivePage .news__item {
  border-top: 1px solid #cfcfcf;
}
.archivePage .news__item:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.archivePage .news__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}
.archivePage .news__itemLink:hover {
  opacity: 0.6;
}
.archivePage .news__itemThumbnail {
  position: relative;
  max-width: 240px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.archivePage .news__itemThumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.archivePage .news__itemThumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  translate: -50% -50%;
}
.archivePage .news__itemThumbnail--none img {
  width: 150px;
}
.archivePage .news__itemContents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
.archivePage .news__itemCategory {
  margin-left: 15px;
}
.archivePage .news__itemTitle {
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .archivePage {
    padding-bottom: 60px;
  }
  .archivePage .news .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .archivePage .news__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: none;
    max-width: initial;
    width: 100%;
    margin-top: 35px;
  }
  .archivePage .news__item:first-child {
    border-top: none;
  }
  .archivePage .news__itemLink {
    padding: 25px 0 17px;
  }
  .archivePage .news__itemThumbnail {
    max-width: 160px;
    width: 23.8805970149%;
  }
  .archivePage .news__itemThumbnail::before {
    padding-top: 100%;
  }
  .archivePage .news__itemThumbnail--none img {
    max-width: 126px;
    width: 78.75%;
  }
  .archivePage .news__itemDate {
    font-size: 1.6rem;
  }
  .archivePage .news__itemContents {
    margin-left: 14px;
  }
  .archivePage .news__itemTitle {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.singlePage .topicPath {
  position: static;
  position: initial;
  padding: 15px 40px 30px;
}
.singlePage .topicPath__item {
  position: relative;
  white-space: nowrap;
}
.singlePage .topicPath__item--postTitle {
  overflow: hidden;
  text-overflow: ellipsis;
}
.singlePage .topicPath__item + .topicPath__item::before {
  background-color: #999;
}
.singlePage .topicPath__item + .topicPath__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 5px;
  height: 9px;
  background-color: #999;
  -webkit-mask-image: url(img/icon_arrow01.svg);
          mask-image: url(img/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
}
.singlePage .topicPath__link, .singlePage .topicPath__name {
  color: #999;
}
.singlePage .news {
  padding-bottom: 140px;
}
.singlePage .news .wrapper {
  max-width: calc(100% - 40px);
  width: 930px;
  letter-spacing: 0.05em;
}
.singlePage .news__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 48px 70px 60px 70px;
  background-color: #fff;
}
.singlePage .news__itemTitle {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
.singlePage .news__itemHeader {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.singlePage .news__itemDate {
  color: #999;
  font-weight: normal;
  font-weight: initial;
}
.singlePage .news__itemThumbnail img {
  width: auto;
  margin: 40px auto 0;
}
.singlePage .news__itemContents {
  margin-top: 35px;
  font-weight: normal;
  font-weight: initial;
  text-align: justify;
}
.singlePage .news__itemContents:not(.news__itemThumbnail + .news__itemContents) {
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}
.singlePage .news__itemContents h2,
.singlePage .news__itemContents h3,
.singlePage .news__itemContents h4,
.singlePage .news__itemContents h5,
.singlePage .news__itemContents h6 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.singlePage .news__itemContents > h2:first-child,
.singlePage .news__itemContents > h3:first-child,
.singlePage .news__itemContents > h4:first-child,
.singlePage .news__itemContents > h5:first-child,
.singlePage .news__itemContents > h6:first-child {
  margin-top: 0;
}
.singlePage .news__itemContents h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.singlePage .news__itemContents h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.singlePage .news__itemContents h4 {
  font-size: 20px;
  font-size: 2rem;
}
.singlePage .news__itemContents h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
.singlePage .news__itemContents p {
  margin: 10px 0;
  line-height: 2;
}
.singlePage .news__itemContents strong {
  font-weight: bold;
}
.singlePage .news__itemContents img {
  margin: 10px 0;
}
.singlePage .news__itemContents a {
  color: #007adf;
  text-decoration: underline;
  cursor: pointer;
}
.singlePage .news__itemContents a:hover {
  opacity: 0.6;
}
.singlePage .news__itemContents li {
  position: relative;
  padding-left: 18px;
}
.singlePage .news__itemContents li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 25px;
  background-color: #007adf;
}
.singlePage .news__itemContents li + li {
  margin-top: 15px;
}
.singlePage .news__itemContents a.button,
.singlePage .news__itemContents a.apply {
  position: relative;
  margin-top: 40px;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}
.singlePage .news__itemContents a.button::after,
.singlePage .news__itemContents a.apply::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  color: #fff;
  border-top: solid 2px;
  border-right: solid 2px;
  rotate: 45deg;
  translate: 0 -50%;
}
.singlePage .news__itemContents a.button {
  width: auto;
  padding: 15px 40px 15px 25px;
  background-color: #007adf;
  font-size: 18px;
  font-size: 1.8rem;
}
.singlePage .news__itemContents a.apply {
  min-width: 240px;
  padding: 21px 35px 21px 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.5625%, rgb(26, 171, 174)), color-stop(80.5625%, rgb(121, 214, 197)));
  background: linear-gradient(90deg, rgb(26, 171, 174) 20.5625%, rgb(121, 214, 197) 80.5625%);
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.singlePage .news .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.singlePage .news .pagination__itemLink {
  position: relative;
  color: #007adf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.singlePage .news .pagination__item--prev .pagination__itemLink {
  margin-right: 60px;
}
.singlePage .news .pagination__item--prev .pagination__itemLink::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: -20px;
  width: 5px;
  height: 9px;
  background-color: #007adf;
  -webkit-mask-image: url(img/icon_arrow01.svg);
          mask-image: url(img/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
  scale: -1 1;
}
.singlePage .news .pagination__item--prev .pagination__itemLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 1px;
  height: 34.7222222222%;
  background-color: #999;
  translate: 0 -50%;
}
.singlePage .news .pagination__item--next .pagination__itemLink {
  margin-left: 60px;
}
.singlePage .news .pagination__item--next .pagination__itemLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 1px;
  height: 34.7222222222%;
  background-color: #999;
  translate: 0 -50%;
}
.singlePage .news .pagination__item--next .pagination__itemLink::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: -20px;
  width: 5px;
  height: 9px;
  background-color: #007adf;
  -webkit-mask-image: url(img/icon_arrow01.svg);
          mask-image: url(img/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .singlePage .topicPath {
    margin-bottom: 0;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .singlePage .topicPath__item + .topicPath__item::after {
    right: -15px;
  }
  .singlePage .news {
    padding-bottom: 60px;
  }
  .singlePage .news .wrapper {
    padding: 0;
  }
  .singlePage .news__item {
    padding: 28.1px 25px 35px;
  }
  .singlePage .news__itemTitle {
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .singlePage .news__itemHeader {
    margin-top: 23.1px;
  }
  .singlePage .news__itemThumbnail img {
    margin-top: 35px;
  }
  .singlePage .news__itemContents:not(.news__itemThumbnail + .news__itemContents) {
    padding-top: 55px;
  }
  .singlePage .news__itemContents h2 {
    font-size: 2rem;
  }
  .singlePage .news__itemContents h3 {
    font-size: 1.9rem;
  }
  .singlePage .news__itemContents h4 {
    font-size: 1.8rem;
  }
  .singlePage .news__itemContents h5 {
    font-size: 1.7rem;
  }
  .singlePage .news__itemContents a.button {
    padding-top: 17.2px;
    padding-bottom: 17.2px;
  }
  .singlePage .news__itemContents a.apply {
    max-width: 570px;
    width: 100%;
  }
  .singlePage .news .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 335px;
    width: 100%;
    margin: 50px auto 0;
  }
  .singlePage .news .pagination__itemLink {
    font-size: 1.6rem;
  }
  .singlePage .news .pagination__item--prev {
    margin-right: 0;
    padding-left: 15px;
  }
  .singlePage .news .pagination__item--prev::before {
    left: 0;
  }
  .singlePage .news .pagination__item--prev::after {
    right: -13px;
  }
  .singlePage .news .pagination__item--next {
    margin-left: 0;
    padding-right: 15px;
  }
  .singlePage .news .pagination__item--next::before {
    left: -13px;
  }
  .singlePage .news .pagination__item--next::after {
    right: 0;
  }
}

/*
Theme Name: miraiarc
Theme URL: https://miraiarc.jp/
*/