@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fromtop {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fromtop {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.from-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .from-sp {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #343072;
}

.pc-only { display: block !important;}
.sp-only { display: none !important;}

@media screen and (max-width: 768px) {
  .pc-only { display: none !important;}
  .sp-only { display: block !important;}
}

.achivement {
  background-image: url(../images/common/bg-archivement.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 60px;
  padding-bottom: 6.25rem;
}

.achivement__title {
  font-size: 36px;
  font-size: 2.25rem;
  color: white;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.55;
}
.achivement__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .achivement {
    background-image: url(../images/common/bg-archivement_sp.jpg);
  }
  .achivement__title {
    font-size: 26px;
  }
  .achivement__title span {
    font-size: 20px;
  }
}

.achivement__item.achivement__item--top {
  margin-top: 65px;
  margin:2.0625rem 0;
}
@media screen and (max-width: 600px) {
  .achivement__item.achivement__item--top {
    width: 100%;
  }
}

.achivement__subtitle {
  color: white;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .achivement__subtitle {
    font-size: 15px;
    max-width: 200px;
  }
}

.achivement__subtitle.achivement__subtitle--top {
  color: #9bb1bd;
  background: white;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-radius: 1.25rem;
}

.achivement__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: black;
  color: white;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.achivement__record.record01 {
  align-items: self-end;
}
.achivement__num {
  font-size: 69px;
  font-size: 4.3125rem;
/*
  margin-right: 10px;
  margin-right: 0.625rem;
*/
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .achivement__num {
    font-size: 28px;
  }
}

.achivement__num-tx {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .achivement__num-tx {
    font-size: 12px;
  }
}
.achivement__num-tx span {
  font-size: 15px;
  font-size: 0.9375rem;
}
.achivement__record.record01 .achivement__num-tx {
  line-height: 0.6;
}

.achivement__attention {
  color: white;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13.5px;
  font-size: 0.84375rem;
}
@media screen and (max-width: 768px) {
  .achivement__attention {
    font-size: 11.5px;
  }
}
@media screen and (max-width: 600px) {
  .achivement__attention {
    font-size: 12px;
  }
}
.achivement__attention span {
  color: #d3213e;
}

.achivement__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .achivement__items {
    max-width: 98%;
  }
}
@media screen and (max-width: 600px) {
  .achivement__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 85%;
    margin-top: 20px;
  }
}
.achivement__item {
  width: 32%;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .achivement__item {
    width: calc(50% - 7.5px);
    margin-bottom: 20px;
  }
}
/*
@media screen and (max-width: 600px) {
  .achivement__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
*/
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
  color: white;
  font-size: 22px;
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-circle-chevron-right--sp.fa-chevron-circle-right:before,
.fa-circle-chevron-right--sp.fa-circle-chevron-right:before {
  color: #152845;
}

.fa-solid,
.fas {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  z-index: 10;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fa-solid,
.fas {
    font-size: 13px;
  }
}

.fa-circle-chevron-right {
  right: 4%;
}

.fa-envelope-open-text {
  left: 32px;
  left: 2rem;
  font-size: 50px;
  font-size: 3.125rem;
  color: rgba(255,255,255,0.15);
}
@media screen and (max-width: 1024px) {
  .fa-envelope-open-text {
    left: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .fa-envelope-open-text {
    left: 30px;
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .fa-envelope-open-text {
    font-size: 20px;
    left: 8px;
  }
}

.js-fadein {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}
@media screen and (max-width: 768px) {
  .js-fadein {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
}

.js-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

br.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  br.pc_none {
    display: block;
  }
}

.btn {
  background-image: url(../images/common/bg-btn.png);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c7ae), to(#0096b3));
  background-image: linear-gradient(90deg, #92c7ae, #0096b3);
  color: white;
  position: relative;
  display: inline-block;
  max-width: 535px;
  max-width: 33.4375rem;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .btn {
    max-width: 260px;
    border-radius: 30px;
  }
}

.btn::after,
.footer__btn::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #043d64;
  content: "";
  display: block;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .btn::after,
.footer__btn::after {
    display: none;
  }
}

.btn:hover::after,
.footer__btn:hover::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn__main-tx {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .btn__main-tx {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .btn__main-tx {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 600px) {
  .btn__main-tx {
    font-size: 16px;
  }
}

.btn__sub-tx {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .btn__sub-tx {
    font-size: 13px;
  }
}

.btn__arrow {
  max-width: 29px;
  max-width: 1.8125rem;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__arrow.btn__arrow--header {
  max-width: 23px;
  max-width: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .btn__arrow.btn__arrow--header {
    max-width: 2.5rem;
  }
}

.btn.btn--header {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;

}
@media screen and (max-width: 768px) {
  .btn.btn--header {
    max-width: 18.75rem;
  }
}
@media screen and (max-width: 600px) {
  .btn.btn--header {
    max-width: 28.125rem;
	display: none;
  }
}

.btn__main-tx--header {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 14px;
  margin-right: 1.875rem;
/*
  letter-spacing: 0.2em;
*/
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.875rem;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .btn__main-tx--header {
    font-size: 13px;
  }
}

.btn__sub-tx--header {
  font-size: 12px;
  font-size: 0.75rem;
}

.check-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  width: 33%;
  padding: 25px 0;
  padding: 1.5625rem 0;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-right: none;
}
.check-item:last-of-type {
  border-right: 1px solid #CCCCCC;
}

.check-item.check-item--kv {
  background-color: #f2f6fb;
}

.check-item:nth-child(1) {
  border-top-left-radius: 7px;
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: 0.4375rem;
}

.check-item:nth-child(3) {
  border-top-right-radius: 7px;
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: 0.4375rem;
}

.check-item__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #152846;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .check-item__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .check-item__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .check-item__text {
    font-size: 16px;
  }
}

.check-item__img {
  width: 20px;
  width: 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .check-item__img {
    width: 13px;
  }
}

.btn-type01.btn-type01::before {
  background-image: none;
}

.feature {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #E9F0F8;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}

.feature__inner {
  width: 95%;
  max-width: 1110px;
  max-width: 69.375rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 115px;
  padding-top: 7.1875rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .feature__inner {
    width: 94%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.feature__title {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .feature__title {
    font-size: 17px;
  }
}

.feature__text {
  width: 100%;
  max-width: 715px;
  max-width: 44.6875rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 220%;
}
@media screen and (max-width: 1024px) {
  .feature__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .feature__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .feature__text {
    font-size: 16px;
    max-width: 90%;
  }
}

.feature__items {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.features-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  max-width: 995px;
  max-width: 62.1875rem;
  margin-right: auto;
  margin-left: auto;
  background: #F2F6FB;
  padding: 70px 40px;
  padding: 4.375rem 2.5rem;
}
@media screen and (max-width: 1024px) {
  .features-info {
    padding: 4.375rem 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .features-info {
    padding: 4.375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .features-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.features-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  height: 1.875rem;
}
@media screen and (max-width: 768px) {
  .features-info__head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.features-info__icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .features-info__icon {
    margin-right: 0.625rem;
  }
}

.features-info__icon img {
  width: 100%;
  max-width: 28px;
  max-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (max-width: 768px) {
  .features-info__icon img {
    max-width: 3.125rem;
    height: 3.125rem;
  }
}

.features-info__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .features-info__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  .features-info__title {
    font-size: 18px;
  }
}

.features-info__item {
  width: 100%;
  max-width: 265px;
  max-width: 16.5625rem;
}
@media screen and (max-width: 768px) {
  .features-info__item {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .features-info__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .features-info__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.features-info__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .features-info__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .features-info__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .features-info__text {
    font-size: 16px;
    margin-top: 15px;
  }
}

.features {
  background: white;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}

.features:nth-child(n+2) {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.features__title {
  background: #152845;
  color: white;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  text-align: center;
  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;
}

.features__engtitle {
  font-size: 23px;
  font-size: 1.4375rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .features__engtitle {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .features__engtitle {
    font-size: 16px;
  }
}

.features__jattitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .features__jattitle {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 600px) {
  .features__jattitle {
    font-size: 21px;
  }
}

.features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .features__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.features__content {
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-left: 48px;
  padding-left: 3rem;
  padding-right: 48px;
  padding-right: 3rem;
}

.features__head-img {
  margin-right: 70px;
  margin-right: 4.375rem;
}
@media screen and (max-width: 768px) {
  .features__head-img {
    margin-right: 0;
  }
}

.features__head-img img {
  width: 100%;
  max-width: 455px;
  max-width: 28.4375rem;
}
@media screen and (max-width: 768px) {
  .features__head-img img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.features__head-info {
  width: 100%;
  max-width: 490px;
  max-width: 30.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .features__head-info {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .features__head-info {
    max-width: 90%;
  }
}

.features__head-title {
  color: #4370C8;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .features__head-title {
    font-size: 2.8125rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .features__head-title {
    font-size: 21px;
  }
}

.features__head-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .features__head-subtitle {
    text-align: center;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .features__head-subtitle {
    font-size: 19px;
  }
}

.features__head-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 220%;
}
@media screen and (max-width: 1024px) {
  .features__head-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .features__head-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .features__head-text {
    font-size: 16px;
  }
}

.floating {
  display: none;
}
@media screen and (max-width: 768px) {
  .floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
}

.floating__item {
  width: 33.3%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
  height: 9.375rem;
}

.floating__item:nth-child(1) {
  background-color: #0096B3;
}

.floating__item:nth-child(2) {
  background-color: #4370C8;
}

.floating__item:nth-child(3) {
  background-color: #5BC463;
}

.floating__title {
  color: white;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

.floating__img {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.floating__img img {
  width: 100%;
  max-width: 50px;
  max-width: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  background: #f0f4fa;
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 9.375rem;
  }
}

.footer__inner {
  padding-top: 81px;
  padding-top: 5.0625rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  margin: 0 auto;
  width: 95%;
  max-width: 1090px;
  max-width: 68.125rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 94%;
  }
}

.fv-bottom__title.fv-bottom__title--footer {
  color: #343072;
}

.fv-bottom__subtitle.fv-bottom__subtitle--footer {
  color: #5242cf;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  margin-left: 0;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__content {
  max-width: 515px;
  max-width: 32.1875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__content {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer__content {
    max-width: 90%;
  }
}

.footer__text {
  color: #343072;
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 175%;
}
@media screen and (max-width: 1024px) {
  .footer__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__text {
    font-size: 16px;
  }
}

.footer__btn {
  color: white;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/common/bg-btn.png);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c7ae), to(#0096b3));
  background-image: linear-gradient(90deg, #92c7ae, #0096b3);
  width: 100%;
  max-width: 515px;
  max-width: 32.1875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-radius: 3.4375rem;
  position: relative;
  overflow: hidden;
/*
  border: 1px solid #b85542;
*/
}
@media screen and (max-width: 600px) {
  .footer__btn {
    max-width: 240px;
    border-radius: 32px;
  }
}

.footer__btn:hover .footer__arrow {
  right: 15px;
  right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__btn:hover .footer__arrow {
    right: 1.25rem;
  }
}

.footer__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 28px;
  width: 1.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__link {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .footer__link {
    text-align: center;
  }
}

.footer__btn-main {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .footer__btn-main {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__btn-main {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__btn-main {
    font-size: 14px;
  }
}

.footer__btn-sub {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .footer__btn-sub {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__btn-sub {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .footer__btn-sub {
    font-size: 12px;
  }
}

.fv-bottom {
  background: #fff;
  position: relative;
  width: 100%;
/*
  max-width: 1100px;
*/
  margin: 0px auto;
  padding: 80px 0 75px;
}

.fv-bottom__contents {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*
  margin-left: 5%;
*/
}
@media screen and (max-width: 768px) {
.fv-bottom {
  padding: 40px 0 35px;
}
  .fv-bottom__contents {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv-bottom__content:nth-child(1) {
  max-width: 510px;
  max-width: 31.875rem;
  width: 100%;
  margin-right: 45px;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .fv-bottom__content:nth-child(1) {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}

.fv-bottom__content:nth-child(2) {
  max-width: 530px;
  max-width: 33.125rem;
  width: 100%;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .fv-bottom__content:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

.fv-bottom__subtitle {
  color: #5242cf;
/*
  margin-left: 35px;
  margin-left: 2.1875rem;
*/
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  position: relative;
  font-family: 'Zen Old Mincho', serif;
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .fv-bottom__subtitle {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .fv-bottom__subtitle {
    font-size: 15px;
  }
}
.fv-bottom__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #5242cf;
}
.fv-bottom__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #312020;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1024px) {
  .fv-bottom__title {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .fv-bottom__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .fv-bottom__title {
    font-size: 21px;
  }
}

.fv-bottom__text {
  letter-spacing: 0.12em;
  line-height: 1.7;
  max-width: 505px;
  max-width: 31.5625rem;
  width: 100%;
  color: #152846;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .fv-bottom__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .fv-bottom__text {
    max-width: 80%;
    font-size: 1rem;
    width: 80%;
    line-height: 170%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .fv-bottom__text {
    font-size: 16px;
    max-width: 90%;
    width: 90%;
  }
}

.fv-bottom__link {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .fv-bottom__link {
    margin-top: 1.875rem;
    text-align: center;
  }
}


.fv-info__text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #4d5057;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.fv_texts_cell .txt_cell {
  background: rgba(255,255,255,0.5);
  padding: 30px 30px;
}
.fv-info__maintitle {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.48;
  font-family: "Zen Old Mincho", serif;
  margin: 10px 0 10px;
  text-align: center;
  color: #343072;
  font-weight: bold;
}
.fv-info__maintitle span.s_txt {
  font-size: 20px;
  font-size: 1.25rem;
}
.fv-info__maintitle span.txt_red {
  color: #c01f39;
}
@media screen and (max-width: 600px) {
  .fv_texts_cell .txt_cell {
    width: 80%;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .fv-info__maintitle {
    margin: 10px 0 10px;
    font-size: 26px;
    white-space: nowrap;
  }
  .fv-info__maintitle span.s_txt {
    font-size: 20px;
  }
}
.fv-info__subtitle {
  font-size: 16px;
  font-size: 1.0rem;
  color: #343072;
  text-align: center;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  .fv-info__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .fv-info__subtitle {
    font-size: 16px;
  }
}

.fv-info__bottom {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  border: 1px solid #152846;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .fv-info__bottom {
    font-size: 16px;
  }
}

.fv {
/*
  height: 87vh;
  height: 740px;
*/
  background-image: url(../images/common/fc-pc_new.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  padding: 0px 0 112px;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 70px;
    -webkit-animation: none;
            animation: none;
/*
    background: #f7f7f7;
*/
    padding: 0px 0 30px;
  }
}
/*
@media screen and (min-width: 769px) {
  .fv::before {
    display: block;
    position: absolute;
    content: "";
    width: 473px;
    height: 582px;
    background: url(../images/common/fc-illust.png);
    background-size: 100%;
    top: 54%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (min-width: 1175px) {
  .fv::before {
    right: 10%;
  }
}
@media screen and (min-width: 1501px) {
  .fv::before {
    right: 13%;
  }
}
*/
.fv__head {
  background-color: #4f4c86;
  font-size: 16px;
  font-size: 1.0rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.85;
}
.fv__head span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fv__head {
/*
    position: absolute;
*/
    position: static;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .fv__head {
    font-size: 18px;
    /*
    font-size: 17px;
    */
  }
  .fv__head span {
    font-size: 15px;
  }
}
.fv__head span {
  position: relative;
}
.fv__head span::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.fv__sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__sp_img {
    display: block;
  }
  .fv_sp_cell {
    position: relative;
  }
}
.fv__texts {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 90px;
}
.fv_texts_cell {
/*
  width: 37%;
  max-width: 400px;
*/
  max-width: 400px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__texts {
    width: 100%;
    padding-top: 28px;
  }
  .fv_texts_cell {
    width: 100%;
    margin: 0 auto;
    /*
    max-width: 400px;
    */
  }
}/*
.fv__texts {
  position: absolute;
  left: 11.2%;
  top: 190px;
  top: 11.875rem;
  width: 33%;
}
@media screen and (max-width: 1174px) {
  .fv__texts {
    top: 6.25rem;
    top: 30%;
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .fv__texts {
    top: auto;
    top: initial;
    top: 150px;
    width: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 600px) {
  .fv__texts {
    width: 80%;
    font-size: 18px;
  }
}
*/

.fv__title {
  font-weight: bold;
  color: #343072;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-size: 3.0rem;
  line-height: 1.25;
  margin-bottom: 25px;
  -webkit-animation: fromtop 3s ease 0s 1 normal;
          animation: fromtop 3s ease 0s 1 normal;
  text-align: center;
  text-shadow: 2px 0 40px rgba(0,0,0,0.35);
}
@media screen and (max-width: 1024px) {
  .fv__title {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    -webkit-animation: none;
            animation: none;
    font-size: 2.5625rem;
    margin-bottom: 15px;
    color: #1a2c49;
  }
}
@media screen and (max-width: 600px) {
  .fv__title {
    font-size: 28px;
  }
}
.fv__sub_title {
  font-weight: bold;
  color: #c01f39;
  font-family: "Zen Old Mincho", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.0;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv__sub_title {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__sub_title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.fv-info__txt {
  font-weight: bold;
  color: #c01f39;
  font-family: 'Overpass', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.0;
  margin: 20px auto 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv-info__txt {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .fv-info__txt {
    font-size: 30px;
  }
}



.humburger {
  position: relative;
  width: 24px;
  height: 20px;
  z-index: 100;
}

.humburger span {
  position: absolute;
  width: inherit;
  height: 2px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 20px;
}

.humburger span:nth-child(1) {
  top: 100%;
}

.humburger span:nth-child(2) {
  top: 8%;
  opacity: 1;
}

.humburger span:nth-child(3) {
  top: 56%;
}

.humburger.is-active span:nth-child(1) {
  top: 60%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.humburger.is-active span:nth-child(2) {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.humburger.is-active span:nth-child(3) {
  top: 60%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
  .header {
    -webkit-animation: none;
            animation: none;
    height: 70px;
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-right: 0rem;
    padding-left: 1.875rem;
    width: 100%;
  }
}

.header__logolink img {
  max-width: 212px;
  max-width: 13.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logolink img {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 90px;
    z-index: 1000;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}
}

.header__contact {
  margin-right: 28px;
  margin-right: 1.75rem;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .header__contact {
    margin-right: 0;
    max-width: 37.5rem;
  }
}

.header__drawer-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer-content {
    display: block;
  }
}

.heart-foot {
  width: 100%;
  max-width: 1095px;
  max-width: 68.4375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.heart-foot__title {
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #152845;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .heart-foot__title {
    font-size: 3.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .heart-foot__title {
    font-size: 23px;
  }
}

.heart-foot_content {
  margin-top: 52px;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .heart-foot_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heart-foot__img {
  margin-right: 55px;
  margin-right: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .heart-foot__img {
    margin-right: 0;
  }
}

.heart-foot__img img {
  max-width: 588px;
  max-width: 36.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .heart-foot__img img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.heart-foot__text {
  width: 100%;
  max-width: 455px;
  max-width: 28.4375rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .heart-foot__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .heart-foot__text {
    max-width: 80%;
    font-size: 1.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .heart-foot__text {
    font-size: 16px;
  }
}

.heart-mid {
  width: 100%;
  max-width: 1095px;
  max-width: 68.4375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.heart-mid__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #152845;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__title {
    font-size: 3.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .heart-mid__title {
    font-size: 24px;
  }
}

.heart-mid__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heart-mid__top-img {
  margin-right: 70px;
  margin-right: 4.375rem;
}

.heart-mid__top-img img {
  width: 100%;
  max-width: 575px;
  max-width: 35.9375rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__top-img img {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
  }
}

.heart-mid__text {
  width: 100%;
  max-width: 455px;
  max-width: 28.4375rem;
  margin-top: 63px;
  margin-top: 3.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 220%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .heart-mid__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .heart-mid__text {
    max-width: 90%;
    font-size: 1.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .heart-mid__text {
    font-size: 16px;
  }
}

.heart-mid__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.heart-mid__foot-img01 {
  margin-right: 60px;
  margin-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__foot-img01 {
    margin-right: 0;
  }
}

.heart-mid__foot-img01 img {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__foot-img01 img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.heart-mid__foot-img02 img {
  width: 100%;
  max-width: 660px;
  max-width: 41.25rem;
}
@media screen and (max-width: 768px) {
  .heart-mid__foot-img02 img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.625rem;
  }
}
.heart__fv_img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.heart-top {
  background: #f2f6fb;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 95px;
  padding: 75px 38px 52px;
}

.heart-top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  padding: 0 12.7% 0 4.2%;
}
@media screen and (max-width: 768px) {
  .heart-top {
    padding: 25px 20px 35px;
    margin: 0 auto 45px;
  }
  .heart-top__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.heart-top__img {
  width: 41.4%;
  margin: 0 auto 0px;
/*
  margin: 0 auto 45px;
*/
}
.heart-top__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .heart-top__img {
    width: 70%;
    margin-bottom: 20px;
  }
  .heart-top__img img {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

.heart-top__title {
  width: 54.7%;
/*
  width: 46%;
*/
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: 1.66;
  font-family: 'Zen Old Mincho', serif;
}
@media screen and (max-width: 1024px) {
  .heart-top__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .heart-top__title {
    font-size: 19px;
    text-align: left;
    /*
    text-align: center;
    */
    width: 100%;
    margin-bottom: 30px;
  }
}
.heart-middle01 {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 0px;
  padding: 50px 45px;
}
.heart-middle01 .cell {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 55px;
}
.heart-middle01 .cell:last-of-type {
  margin: 0 auto 0px;
}
.heart-middle01 .cell.cell_reverse {
  flex-direction: row-reverse;
}
.heart-middle01 .cell .img_cell {
  width: 47%;
}
.heart-middle01 .cell .txt_cell {
  width: 47%;
}
.heart-middle01 .cell .txt_cell img {
  margin-top: 35px;
}
.heart-middle01 .cell .txt_cell .ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Zen Old Mincho', serif;
}
.heart-middle01 .cell .txt_cell .txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0;
}
@media screen and (max-width: 768px) {
  .heart-middle01 {
    padding: 20px 25px;
  }
  .heart-middle01 .cell {
    flex-direction: column;
  }
  .heart-middle01 .cell.cell_reverse {
    flex-direction: column;
  }
  .heart-middle01 .cell .img_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .heart-middle01 .cell .txt_cell {
    width: 100%;
  }
  .heart-middle01 .cell .txt_cell .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .heart-middle01 .cell .txt_cell .txt {
    font-size: 15px;
  }
}


.heart-top {
/*
  margin-top: 23px;
  margin-top: 1.4375rem;
*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 223%;
}
@media screen and (max-width: 1024px) {
  .heart-top {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .heart-top {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .heart-top {
    font-size: 12px;
  }
}

.heart-top__items {
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .heart-top__items {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.heart-top__item:nth-child(2) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.heart-top__foot {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 45px auto 0;
}
.heart-top__foot .list_heart {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
  margin-bottom: 35px;
}
.heart-arrow {
  width: 68px;
  margin: 0 auto 35px;
}
.heart-top__foot .list_heart li:nth-child(1) {
  width: 50%;
  padding: 45px 50px 30px;
  border-right: 1px solid #cccccc;
}
.heart-top__foot .list_heart li:nth-child(2) {
  width: 50%;
  padding: 45px 50px 30px;
}
.heart-top__foot .list_heart .list_heart_ttl {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.heart-top__foot .list_heart .list_heart_img {
  display: block;
  text-align: center;
  margin: 0 auto 0px;
  width: auto;
  max-width: 100%;
}
.heart-top__foot .list_heart .list_heart_txt {
  text-align: center;
  font-size: 16px;
  color: #4d5057;
  margin-bottom: 45px;
  line-height: 1;
}
.heart-top__foot02 {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0px auto 45px;
}

.heart_ope_cell {
  background-image: url(../images/common/bg-heart_ope_cell.jpg);
  background-size: cover;
  padding: 140px 0;
}
.heart_ope_cell h2 {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.75;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
}
.heart_ope_cell h2 span {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .heart_ope_cell {
    padding: 50px 20px;
  }
  .heart_ope_cell h2 {
    font-size: 24px;
  }
}

.heart_cell {
    width: 100%;
    padding: 45px 30px 0px;
    margin: 0 auto 0px;
    text-align: center;
}
.heart_cell.cell_bg {
    width: 100%;
    max-width: 1100px;
    padding: 50px 30px 37px;
    margin: 0 auto 72px;
    text-align: center;
    background: #e9f0f8;
}

.heart_cell .h_ttl {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.375;
  color: #152845;
  margin-bottom: 56px;
  font-family: 'Zen Old Mincho', serif;
}
.heart_cell .h_ttl span {
  font-size: 30px;
  font-size: 1.875rem;
}
.heart_cell.cell_bg .h_ttl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.375;
  margin-bottom: 26px;
}
.heart_cell.cell_bg .h_ttl span {
  font-size: 24px;
  font-size: 1.5rem;
}
.heart_cell.cell_bg .h_txt span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 0px;
  text-align: center;
  color: #152845;
  background: #fff;
  padding: 9px 30px;
}

.heart_cell .cell {
  max-width: 1100px;
  margin: 0 auto 90px;
  padding: 78px 54px 52px;
  background: #f2f6fb;
}
.heart_cell .cell h3 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.375;
  color: #152845;
  margin-bottom: 42px;
  font-family: 'Zen Old Mincho', serif;
}
@media screen and (max-width: 768px) {
  .heart_cell.cell_bg {
    padding: 20px 30px 20px;
    margin: 0 auto 32px;
  }
  .heart_cell .cell {
    margin: 0 auto 40px;
    padding: 30px 20px 25px;
  }
  .heart_cell .cell h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .heart_cell.cell_bg .h_ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .heart_cell.cell_bg .h_ttl span {
    font-size: 18px;
  }
  .heart_cell.cell_bg .h_txt span {
    font-size: 13px;
    line-height: 1.375;
    padding: 9px 5px;
  }
}

.heart_type_cell {
    width: 100%;
    max-width: 1100px;
    padding: 0px 0px;
    margin: 0 auto 105px;
}
.heart_type_cell .cell {
  display: flex;
  justify-content: space-between;
}
.heart_type_cell .cell.cell01 {
  margin-bottom: 25px;
}
.heart_type_cell .cell.cell01 li:nth-child(1) {
  width: 45.3%;
}
.heart_type_cell .cell.cell01 li:nth-child(2) {
  width: 49.5%;
}
.heart_type_cell .cell.cell01 {
  margin-bottom: 75px;
  align-items: center;
}
.heart_type_cell .cell.cell03 {
  border: 1px solid #cbcbcb;
  padding: 47px 54px 27px 54px;
  max-width: 1100px;
  margin: 0 auto;
}
.heart_type_cell .cell.cell03 li:nth-child(1) {
  display: block;
  width: 50%;
  position: relative;
  border-right: 1px solid #cbcbcb;
  padding-right: 40px;
}
/*
.heart_type_cell .cell.cell03 li:nth-child(1)::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cbcbcb;
}
*/
.heart_type_cell .cell.cell03 li:nth-child(2) {
  width: 50%;
  padding-left: 35px;
}
.heart_type_cell .cell.cell01 .cell_ttl {
  padding: 0px 0 0px 0px;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.66;
  color: #152845;
  font-weight: bold;
}
.heart_type_cell .cell.cell03 .cell_ttl {
  margin-bottom: 50px;
}
.heart_type_cell .cell.cell03 .cell_ttl span {
  padding: 8px 35px;
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #5497c7;
}
.heart_type_cell .cell .cell_txt {
  font-size: 16px;
  font-size: 1.0rem;
  color: #152845;
  line-height: 2.25;
}
.heart_type_cell .cell.cell03 .cell_txt {
  margin-top: 40px;
  min-height: 200px;
}
.heart_type_cell .cell.cell03 .img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .heart-top__foot .list_heart {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .heart_type_cell .cell.cell01 .cell_ttl {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .heart-arrow {
    width: 34px;
    margin: 0 auto 20px;
  }
  .heart-top__foot .list_heart li:nth-child(1) {
    width: 100%;
    padding: 25px 20px 0px;
    border-right: none;
  }
  .heart-top__foot .list_heart li:nth-child(2) {
    width: 100%;
    padding: 25px 20px 20px;
  }
  .heart-top__foot .list_heart .list_heart_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heart-top__foot .list_heart .list_heart_img {
    margin: 0 auto 18px;
    max-width: 400px;
  }
  .heart-top__foot .list_heart .list_heart_img02 {
    margin: 0 auto 18px;
    width: 100%;
  }
  .heart-top__foot .list_heart .list_heart_txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .heart-top__foot .list_heart .list_heart_txt span {
    margin-right: 10px;
    width: 150px;
    font-size: 14px;
  }
  .heart-top__foot .list_heart p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .heart_cell {
      padding: 25px 20px 0px;
      margin: 0 auto 25px;
  }
  .heart_cell .h_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .heart_cell .h_ttl span {
    font-size: 18px;
  }
  .heart_cell .h_txt {
    font-size: 20px;
    padding: 6px 12px;
  }
  .heart_type_cell {
      margin: 0 auto 55px;
      padding: 0px 20px 0px;
  }
  .heart_type_cell .cell {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .heart_type_cell .cell.cell01 {
    margin-bottom: 25px;
    flex-direction: column-reverse;
  }
  .heart_type_cell .cell.cell01 li:nth-child(1) {
    width: 100%;
  }
  .heart_type_cell .cell.cell01 li:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .heart_type_cell .cell.cell01 {
    align-items: center;
  }
  .heart_type_cell .cell.cell03 {
    border: 3px solid #eeeeee;
    padding: 25px 20px 25px 20px;
  }
  .heart_type_cell .cell.cell03 .cell_ttl {
    margin-bottom: 20px;
  }
  .heart_type_cell .cell.cell03 .cell_ttl span {
    padding: 8px 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .heart_type_cell .cell.cell03 .cell_txt {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }
  .heart_type_cell .cell.cell03 li:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .heart_type_cell .cell.cell03 li:nth-child(2) {
    width: 100%;
      padding-left: 0px;
  }
  .heart_type_cell .cell .cell_ttl {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
  }
  .heart_type_cell .cell .cell_ttl::before {
    width: 9px;
    height: 39px;
  }
  .heart_type_cell .cell .cell_txt {
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}

.system {
  margin: 0px auto 0;
  background: url(../images/common/bg-system.png) no-repeat top center, #fff;
  background-size: 100% auto, 100%;
  padding: 90px 0 10px;
/*
  padding: 90px 0 72px;
*/
}
.system .cell {
  max-width: 1100px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px auto 0;
  padding: 0px 0 0px;
}
.system .cell_lead {
}
.system .cell_lead .sub_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 20px 0 20px;
}
.system .cell_lead .sub_ttl span {
  padding: 10px 20px;
  color: #fff;
  background: #343072;
  font-family: 'Zen Old Mincho', serif;
}
.system .cell_lead .main_ttl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin: 40px 0 30px;
}
.system .cell_lead .main_ttl span {
  padding: 7px 20px;
  color: #fff;
  background: #343072;
  font-family: 'Zen Old Mincho', serif;
}
.system .cell_lead .flex_cell {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 80px;
}
.system .cell_lead .flex_cell .ttl_cell {
  width: 46.5%;
}
.system .cell_lead .flex_cell .ttl_cell h3 {
  font-family: 'Zen Old Mincho', serif;
  margin: 0 0 35px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: normal;
}
.system .cell_lead .flex_cell .ttl_cell h3 .s_txt {
  font-size: 30px;
  font-size: 1.875rem;
}
.system .cell_lead .flex_cell .ttl_cell h3 .l_txt {
  font-size: 48px;
  font-size: 3.0rem;
}
.system .cell_lead .flex_cell .ttl_cell p {
  margin: 0 0 0px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875;
  font-family: 'Zen Old Mincho', serif;
}

.system .cell_lead .flex_cell .txt_cell {
  width: 49.7%;
}
.system .cell_lead .flex_cell .txt_cell p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.5;
  margin: 0px;
}

.system .cell .cell_ttl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  padding: 75px 50px 45px;
  letter-spacing: -0.02em;
  background: #f0f4fa;
}
.system .cell .cell_ttl .img_cell {
  width: 100%;
  text-align: center;
}
.system .cell .cell_ttl .txt_cell {
  padding: 60px 0px 0px;
}
.system .cell .cell_ttl .txt_cell .ttl {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}
.system .cell .cell_ttl .txt_cell .txt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.66;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
}
.system .cell .cell_ttl .txt_cell .txt span {
  color: #be1f39;
}
.system .cell .cell_ttl .list_system_ope {
  display: flex;
  justify-content: center;
  margin: 45px 0 62px;
}
.system .cell .cell_ttl .list_system_ope li {
  margin: 0 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.system .cell .cell_ttl .list_system_ope li span {
  padding: 5px 10px;
  border: 1px solid #343072;
}
.system .cell .system_cell {
  background: #fff;
  padding: 65px 45px 36px;
  border-radius: 10px;
}
.system .cell .system_cell h3 {
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 auto 45px;
}
.system .cell .system_cell ul {
  display: flex;
  justify-content: space-between;
}
.system .cell .system_cell ul li {
  width: 47%;
}
.system .cell .cell_select_mainttl {
  display: flex;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 225px;
  height: 135px;
  background: #5242cf;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_01 .num {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_01 .num span {
  font-size: 24px;
  font-size: 1.5rem;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_01 .txt {
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc( 100% - 225px);
  height: 135px;
  background: #343072;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_02 p {
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
}
.system .cell .cell_select_mainttl .cell_select_mainttl_02 p span {
  font-size: 24px;
  font-size: 1.5rem;
}
.system .cell .cell_select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 75px;
  background: #ffffff;
  padding: 70px 0px 0 55px;
}
.system .cell .cell_select:last-of-type {
  margin: 0 auto 0px;
}
.system .cell .cell_select .cell_select_img {
  width: 45.7%;
}
.system .cell .cell_select .cell_select_block {
  width: 48.9%;
}
.system .cell .cell_select .cell_select_block .cell_select_sub {
  position: relative;
  color: #4d5057;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 15px;
  padding: 0 0 0 0px;
}
.system .cell .cell_select .cell_select_block ul {
  display: flex;
  margin: 15px 0 35px;
}
.system .cell .cell_select .cell_select_block ul li {
  margin: 0 20px 0 0px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #be1f38;
}
.system .cell .cell_select .cell_select_block ul li span {
  padding: 5px 10px;
  border: 1px solid #343072;
}

.system .cell .cell_select .cell_select_block .cell_select_ttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 27px;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: -0.02em;
}
.system .cell .cell_select .cell_select_block .cell_select_ttl span.txt span {
  border-bottom: 1px solid #343072;
  padding-bottom: 3px;
}

.system .cell .cell_select .cell_select_block .cell_select_tx {
  line-height: 2.5;
  font-size: 16px;
  font-size: 1.0rem;
  margin: 0 0px;
}
.system .cell .select_type {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 70px auto 40px;
}
.system .cell .select_type li {
  width: 48.15%;
}
.system .cell .select_type li img {
  margin-bottom: 25px;
}
.system .cell .select_type li p {
  display: flex;
}
.system .cell .select_type li p .ttl {
  width: 97px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #be1f38;
}
.system .cell .select_type li p .txt {
  width: calc(100% - 97px);
  line-height: 1.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.system .cell .select_ope {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #f3f3f3;
  padding: 18px 20px 27px 60px;
  margin: 0 auto 83px;
}
.system .cell .select_ope .select_ope_img {
  width: 54.3%;
}
.system .cell .select_ope .select_ope_txt {
  width: 40.6%;
}
.system .cell .select_ope .select_ope_txt h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.66;
  margin: 0 0 27px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: normal;
}
.system .cell .select_ope .select_ope_txt p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.5;
  margin: 0 0 0px;
}


@media screen and (max-width: 768px) {
  .system {
    margin: 0px auto 0;
    padding: 35px 20px 0px;
  }
  .system .cell_lead .sub_ttl {
    font-size: 15px;
    line-height: 1;
    margin: 20px 0 20px;
  }
  .system .cell_lead .main_ttl {
    font-size: 19px;
    line-height: 1;
    margin: 30px 0 30px;
  }
  .system .cell_lead .main_ttl span,
  .system .cell_lead .sub_ttl span {
    padding: 7px 5px;
  }
  .system .cell_lead .flex_cell {
    flex-direction: column;
    margin: 40px 0 40px;
  }
  .system .cell_lead .flex_cell .ttl_cell {
    width: 100%;
  }
  .system .cell_lead .flex_cell .ttl_cell h3 {
    font-family: 'Zen Old Mincho', serif;
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 1.3;
  }
  .system .cell_lead .flex_cell .ttl_cell h3 .s_txt {
    font-size: 20px;
  }
  .system .cell_lead .flex_cell .ttl_cell h3 .l_txt {
    font-size: 40px;
  }
  .system .cell_lead .flex_cell .ttl_cell p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.875;
  }

  .system .cell_lead .flex_cell .txt_cell {
    width: 100%;
  }
  .system .cell_lead .flex_cell .txt_cell p {
    font-size: 16px;
    line-height: 2.5;
    margin: 0px;
  }


  .system .cell .cell_ttl .txt_cell {
    padding: 20px 20px 20px;
  }
  .system .cell .cell_ttl .txt_cell .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .system .cell .cell_ttl .txt_cell .txt {
    font-size: 16px;
  }
  .system .cell .cell_ttl .list_system_ope {
    flex-wrap: wrap;
    margin: 15px 0 30px;
  }
  .system .cell .cell_ttl .list_system_ope li {
    margin: 0 8px 15px;
    font-size: 14px;
  }
  .system .cell .cell_ttl .list_system_ope li span {
    padding: 3px 10px;
    border: 1px solid #343072;
  }
  .system .cell .system_cell {
    padding: 20px 25px 36px;
  }
  .system .cell .system_cell h3 {
    font-size: 20px;
    margin: 0 auto 25px;
  }
  .system .cell .system_cell ul {
    flex-direction: column;
  }
  .system .cell .system_cell ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .system .cell .system_cell ul li:last-child {
    margin-bottom: 0px;
  }
  .system .sub_ttl {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .system .cell {
    margin: 0px auto 0;
    padding: 10px 0 40px;
  }
  .system .cell .cell_subttl span {
    font-size: 22px;
    padding: 0 15px;
  }
  .system .cell .cell_ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 15px 20px 45px;
  }
  .system .cell .system_type {
    display: flex;
    justify-content: center;
    flex-direction:column;
    margin-bottom: 30px;
  }
  .system .cell .system_type li {
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    margin: 0 15px 10px;
  }
  .system .cell .cell_select {
    flex-direction: column-reverse;
    margin: 0 auto 10px;
    padding: 20px 20px;
    width: 100%;
  }
  .system .cell .cell_select .cell_select_img {
    width: 100%;
  }
  .system .cell .cell_select .cell_select_block {
    width: 100%;
  }
  .system .cell .cell_select .cell_select_block .cell_select_ttl {
    font-size: 22px;
    margin: 0 0 15px;
  }
/*
  .system .cell .cell_select .cell_select_block .cell_select_ttl span {
    font-size: 30px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    margin-right: 10px;
    padding-left: 4px;
  }
*/
  .system .cell .cell_select .cell_select_block .cell_select_sub {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 0 60px;
  }
  .system .cell .cell_select .cell_select_block .cell_select_sub::before {
    background-size: 52px 22px;
    width: 52px;
    height: 22px;
    top: 9px;
    left: 0px;
  }
  .system .cell .cell_select .cell_select_block .cell_select_tx {
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 20px;
  }
  .system .cell .cell_select .cell_select_block .cell_select_ttl span.num {
    font-size: 20px;
    height: 48px;
    width: 48px;
    line-height: 45px;
    margin-right: 10px;
  }

  .system .cell .cell_select_mainttl {
    flex-direction: column;
   }
  .system .cell .cell_select_mainttl .cell_select_mainttl_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_01 .num {
    font-size: 18px;
    text-align: left;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_01 .num span {
    font-size: 24px;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_01 .txt {
    font-size: 30px;
    text-align: left;
    line-height: 1;
    padding-bottom: 10px;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_02 p {
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
  }
  .system .cell .cell_select_mainttl .cell_select_mainttl_02 p span {
    font-size: 16px;
  }
  .system .cell .cell_select .cell_select_block ul {
    margin: 10px 0 25px;
  }
  .system .cell .cell_select .cell_select_block ul li {
    margin: 0 20px 0 0px;
    font-size: 16px;
  }
  .system .cell .cell_select .cell_select_block ul li span {
    padding: 5px 7px;
  }
  .system .cell .select_type {
    flex-direction: column;
    max-width: 1000px;
    margin: 20px auto 40px;
  }
  .system .cell .select_type li {
    width: 100%;
    margin-bottom: 30px;
  }
  .system .cell .select_type li:last-child {
    margin-bottom: 0px;
  }
  .system .cell .select_type li img {
    margin-bottom: 15px;
  }
  .system .cell .select_type li p {
    display: flex;
  }
  .system .cell .select_type li p .ttl {
    width: 97px;
    font-size: 18px;
  }
  .system .cell .select_type li p .txt {
    width: calc(100% - 97px);
    font-size: 14px;
  }
  .system .cell .select_ope {
    display: flex;
    flex-direction: column;
    padding: 18px 20px 27px 20px;
    margin: 0 auto 43px;
  }
  .system .cell .select_ope .select_ope_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .system .cell .select_ope .select_ope_txt {
    width: 100%;
  }
  .system .cell .select_ope .select_ope_txt h3 {
    font-size: 26px;
    line-height: 1.66;
    margin: 0 0 17px;
  }
  .system .cell .select_ope .select_ope_txt p {
    font-size: 16px;
    line-height: 2.0;
  }
}

.mics {
  margin: 100px auto 80px;
}
.mics .lead {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 750px;
  text-align: center;
}
.mics .lead .ttl {
  text-align: center;
  color: #152845;
  font-size: 40px;
  margin: 0 0px 30px;
  font-family: 'Zen Old Mincho', serif;
}
.mics .lead .sub_ttl {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0 0px 30px;
  padding: 6px 15px;
  background: #0096b3;
  font-family: 'Zen Old Mincho', serif;
}
.mics .lead .txt {
  color: #152845;
  line-height: 2.25;
  font-size: 16px;
  margin: 0 0px 30px;
  text-align: left;
}
.mics .inner {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
  padding: 70px 55px;
  background: #f5f5f5;
}
.mics .inner .cell {
  display: flex;
  width: 100%;
  justify-content:space-between;
}
.mics .inner .cell.cell01 {
  margin: 0 0 60px;
}
.mics .inner .cell.cell01 li:nth-child(1) {
  width: 43.5%;
}
.mics .inner .cell.cell01 li:nth-child(2) {
  width: 47%;
}
.mics .inner .cell.cell02 {
  margin: 0 0 75px;
}
.mics .inner .cell.cell02 li {
  width: 48.75%;
}
.mics .inner .cell.cell02 li:nth-child(1) .cell_detail {
  border: 1px solid #cccccc;
  background: #fff;
}
.mics .inner .cell.cell02 li:nth-child(2) .cell_detail {
  border: 2px solid #cae8db;
  border-radius: 3px;
  background: #fff;
}
.mics .inner .cell.cell02 li .cell_detail .ttl {
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #152845;
  font-size: 18px;
  font-weight: bold;
}
.mics .inner .cell.cell02 li:nth-child(1) .cell_detail .ttl {
  background: #f1f1f1;
}
.mics .inner .cell.cell02 li:nth-child(2) .cell_detail .ttl {
  background: #cae8db;
}

.mics .inner .cell .cell_ttl {
  font-size: 40px;
  color: #0096b3;
  margin: 20px 0 30px;
  font-family: 'Zen Old Mincho', serif;
}
.mics .inner .cell .cell_sub_ttl {
  font-size: 30px;
  color: #152845;
  margin: 0 0 40px;
  font-family: 'Zen Old Mincho', serif;
}
.mics .inner .cell .cell_txt {
  font-size: 16px;
  color: #152845;
  line-height: 2.25;
  margin: 0 0 0;
}
.mics .inner .cell .txt_caption {
  font-size: 14px;
  color: #152845;
  line-height: 1.7;
  margin: 25px 20px 0;
}
.mics .inner .cell03 {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 65px 60px 60px;
}
.mics .inner .cell03 .list_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.mics .inner .cell03 .list_01 li {
  width: 45%;
}
.mics .inner .cell03 .list_01 li .cell03_ttl {
  text-align: center;
  font-size: 30px;
  color: #152845;
  margin: 0 0 40px;
  font-family: 'Zen Old Mincho', serif;
}
.mics .inner .cell03 .list_02 {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 3px solid #efefef;
  padding: 17px 0;
}
.mics .inner .cell03 .list_02 li {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #152845;
  margin: 0 22px;
  font-weight: bold;
}
.mics .inner .cell03 .list_02 li img {
  margin-right: 15px;
}
.mics .inner .cell03 .list_02 li:nth-child(1) img {
  width: 28px;
}
.mics .inner .cell03 .list_02 li:nth-child(2) img {
  width: 23px;
}
.mics .inner .cell03 .list_02 li:nth-child(3) img {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .mics {
    margin: 40px auto 40px;
  }
  .mics .lead {
    width: 94%;
  }
  .mics .lead .ttl {
    font-size: 30px;
    margin: 0 0px 30px;
  }
  .mics .lead .sub_ttl {
    font-size: 20px;
    margin: 0 0px 20px;
  }
  .mics .lead .txt {
    font-size: 15px;
    margin: 0 0px 20px;
  }
  .mics .inner {
    display: block;
    margin: 0px auto;
    width: 96%;
    padding: 20px 25px;
  }
  .mics .inner .cell {
    display: flex;
    justify-content:space-between;
    flex-direction: column;
  }
  .mics .inner .cell.cell01 {
    margin: 0 0 30px;
    flex-direction: column-reverse;
  }
  .mics .inner .cell.cell01 li:nth-child(1) {
    width: 100%;
  }
  .mics .inner .cell.cell01 li:nth-child(2) {
    width: 100%;
  }
  .mics .inner .cell.cell02 {
    margin: 0 0 35px;
  }
  .mics .inner .cell.cell02 li {
    width: 100%;
  }
  .mics .inner .cell.cell02 li .cell_detail .ttl {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }

  .mics .inner .cell .cell_ttl {
    font-size: 30px;
    margin: 0px 0 20px;
  }
  .mics .inner .cell .cell_sub_ttl {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .mics .inner .cell .cell_txt {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 180%;
  }
  .mics .inner .cell .txt_caption {
    font-size: 14px;
    margin: 15px 20px 20px;
  }
  .mics .inner .cell03 {
    padding: 25px 20px 20px;
  }
  .mics .inner .cell03 .list_01 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .mics .inner .cell03 .list_01 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .mics .inner .cell03 .list_01 li .cell03_ttl {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .mics .inner .cell03 .list_02 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
  }
  .mics .inner .cell03 .list_02 li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0 0px 10px;
  }
  .mics .inner .cell03 .list_02 li img {
    margin-right: 15px;
  }
  .mics .inner .cell03 .list_02 li:nth-child(1) img {
    width: 28px;
  }
  .mics .inner .cell03 .list_02 li:nth-child(2) img {
    width: 23px;
  }
  .mics .inner .cell03 .list_02 li:nth-child(3) img {
    width: 33px;
  }
}

.heart-top__name {
  text-align: center;
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  background: #152845;
  color: white;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .heart-top__name {
    max-width: 250px;
    font-size: 18px;
  }
}

.heart-top__info {
  width: 100%;
  max-width: 420px;
  max-width: 26.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  background: white;
  padding: 55px 40px;
  padding: 3.4375rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 190%;
}
@media screen and (max-width: 1024px) {
  .heart-top__info {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .heart-top__info {
    font-size: 1.125rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .heart-top__info {
    font-size: 16px;
  }
}
.heart-top__text {
  width: 46%;
  font-size: 16px;
  margin: 0 0 50px;
  line-height: 2.25;
}
.heart-top__text:last-of-type {
  margin: 0 0 0px;
}

@media screen and (max-width: 600px) {
  .heart-top__text {
    font-size: 16px;
    margin: 15px 0;
    width: 100%;
  }
}

.heart {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.heart__title {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 30px;
}

.heart__title-sub {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .heart__title-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .heart__title-sub {
    font-size: 20px;
  }
}

.heart__title-main {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .heart__title-main {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .heart__title-main {
    font-size: 20px;
  }
}
.heart__title-main span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .heart__title-main span {
    font-size: 18px;
  }
}

.heart_lead {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heart_lead {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .heart_lead {
    font-size: 17px;
    padding: 0 20px;
  }
}

.heart__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
/*
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
*/
}

.heart__content {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.interview-body {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.interview-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 0 auto;
  max-width: 1100px;
}
.interview-body__item.item_reverse {
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .interview-body__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-body__item.item_reverse {
    flex-direction: column;
  }
}
.interview-body__info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .interview-body__info {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*
@media screen and (max-width: 600px) {
  .interview-body__info {
    max-width: 90%;
  }
}
*/
.interview-body__img {
  width: 45.5%;
}

.interview-body__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview-body__img {
    width: 100%;
  }
  .interview-body__img img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*
.interview-body__item:nth-child(odd) .interview-body__img {
  margin-right: 45px;
  margin-right: 2.8125rem;
  width: 100%;
  max-width: 510px;
  max-width: 31.875rem;
}
@media screen and (max-width: 768px) {
  .interview-body__item:nth-child(odd) .interview-body__img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
*/
.interview-body__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.5
}
@media screen and (max-width: 1024px) {
  .interview-body__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-body__title {
    font-size: 3.125rem;
    margin-top: 1.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .interview-body__title {
    font-size: 20px;
  }
}

.interview-body__text {
  margin-top: 33px;
  margin-top: 2.0625rem;
  font-size: 16px;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .interview-body__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-body__text {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .interview-body__text {
    font-size: 16px;
  }
}

.interview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .interview-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interview-head__content {
  width: 100%;
  max-width: 450px;
  max-width: 28.125rem;
  margin-right: 80px;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .interview-head__content {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .interview-head__content {
    width: 90%;
    max-width: 90%;
  }
}

.interview-head__text {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 220%;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .interview-head__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-head__text {
    font-size: 1.5rem;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .interview-head__text {
    font-size: 16px;
    max-width: 90%;
  }
}

.interview-head__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .interview-head__subtitle {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .interview-head__subtitle {
    font-size: 15px;
  }
}

.interview-head__title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1024px) {
  .interview-head__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-head__title {
    text-align: center;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .interview-head__title {
    font-size: 17px;
  }
}

.interview__profile {
/*
  margin-top: 60px;
  margin-top: 3.75rem;
  background-image: url(../images/common/bg-interview-pc.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 750px;
*/
  position: relative;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  .interview__profile {
    margin-top: 0;
    padding: 0px 20px;
  }
}
/*
@media screen and (max-width: 600px) {
  .interview__profile {
    height: 550px;
  }
}
*/

.interview-profile__meta {
  margin: 0 auto;
}
/*
.interview-profile__meta {
  position: absolute;
  top: 125px;
  top: 7.8125rem;
  left: 90px;
  left: 5.625rem;
  color: white;
}
@media screen and (min-width: 769px) {
  .interview-profile__meta {
    width: 38.3%;
    max-width: 1035px;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__meta {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 85%;
  }
}
*/

.interview-profile__subtitle01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1;
  color: #343072;
}
.interview-profile__subtitle01 span {
  border-bottom: 1px solid #343072;
}
.interview-profile__subtitle03 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .interview-profile__subtitle {
    font-size: 15px;
  }
  .interview-profile__subtitle01 {
    font-size: 18px;
  }
  .interview-profile__subtitle03 {
    font-size: 22px;
    margin-top: 15px;
  }
}

.interview-profile__title {
  font-size: 100px;
  font-size: 6.25rem;
  margin: 0 auto 0;
  color: #fff;
  text-align: center;
/*
  margin-top: 20px;
  margin-top: 1.25rem;
*/
  font-weight: 700;
  font-family: 'Overpass', sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .interview-profile__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.interview-profile__txt {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.5;
  margin: 0px auto 0;
  max-width: 775px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .interview-profile__txt {
    font-size: 16px;
    margin: 30px auto 0;
  }
}
.interview_cell {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.interview_cell .interview_cell_01 {
  width: 45%;
}
.interview_cell .interview_cell_02 {
  width: 50.6%;
}

.interview-profile__position {
  margin-top: 33px;
  margin-top: 2.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .interview_cell {
    max-width: 1100px;
    flex-direction: column;
    margin: 0 auto;
  }
  .interview_cell .interview_cell_01 {
    width: 100%;
  }
  .interview_cell .interview_cell_02 {
    width: 100%;
  }
  .interview-profile__position {
    font-size: 12px;
  }
}

.interview-profile__name {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-profile__janame {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-weight: normal;
  font-family: 'Zen Old Mincho', serif;
}
@media screen and (max-width: 768px) {
  .interview-profile__janame {
    font-size: 18px;
  }
}

.interview-profile__enname {
  font-family: 'Libre Baskerville', serif;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
  .interview-profile__enname {
    font-size: 13px;
  }
}

.interview-profile__btn {
  background: white;
  color: #152845;
  width: 100%;
  max-width: 130px;
  max-width: 8.125rem;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-radius: 1.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-profile__btn {
    max-width: 18.75rem;
  }
}

.interview-profile__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  width: 12px;
  width: 0.75rem;
}
@media screen and (max-width: 768px) {
  .interview-profile__arrow {
    width: 1.875rem;
  }
}

.interview-profile__link {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.interview {
  padding: 105px 0 130px;
  padding: 7.8125rem 0 8.125;
  background: #f0f4fa;
  margin-top: 90px;
  margin-top: 5.625rem;
}

.interview__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
/*
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
*/
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 35px 0 30px;
    margin-top: 50px;
  }
  .interview__inner {
/*
    padding-right: 0.625rem;
    padding-left: 0.625rem;
*/
    width: 100%;
  }
}

.interview__title {
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .interview__title {
    font-size: 30px;
  }
}

.interview__head {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.map {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map__img img {
  width: 100%;
  max-width: 510px;
  max-width: 31.875rem;
}
@media screen and (max-width: 768px) {
  .map__img img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.map__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .map__title {
    font-size: 3.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .map__title {
    font-size: 19px;
  }
}

.map__info {
  width: 100%;
  max-width: 505px;
  max-width: 31.5625rem;
  margin-top: 75px;
  margin-top: 4.6875rem;
  margin-right: 60px;
  margin-right: 3.75rem;
}
@media screen and (max-width: 768px) {
  .map__info {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .map__info {
    max-width: 90%;
  }
}

.map__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 210%;
}
@media screen and (max-width: 1024px) {
  .map__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .map__text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .map__text {
    font-size: 16px;
  }
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(50% - 1.25rem);
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .member:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.member__img {
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .member__img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

.member__img img {
  width: 100%;
  max-width: 165px;
  max-width: 10.3125rem;
}
@media screen and (max-width: 768px) {
  .member__img img {
    max-width: 100%;
  }
}

.member:nth-child(n+3) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.member__info {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .member__info {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.member__head {
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
}

.member__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member__jpname {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .member__jpname {
    font-size: 3.125rem;
  }
}

.member__link {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .member__link {
    margin-top: 2.5rem;
    text-align: center;
  }
}

.member__egname {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .member__egname {
    font-size: 1.875rem;
  }
}

.member__btn {
  background: #4370c8;
  color: white;
  padding: 3px;
  padding: 0.1875rem;
  border-radius: 1.25rem;
  display: inline-block;
  width: 100%;
  max-width: 135px;
  max-width: 8.4375rem;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .member__btn {
    max-width: 16.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.member__btn:hover .member__btn-arrow {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .member__btn:hover .member__btn-arrow {
    display: none;
  }
}

.member__btn-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  width: 12px;
  width: 0.75rem;
}
@media screen and (max-width: 768px) {
  .member__btn-arrow {
    width: 1.25rem;
  }
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal-window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
  background: rgba(38, 38, 38, .25);
  border-radius: 5px;
  z-index: 11;
}

.modal-content {
  height: 100%;
  margin: 0 auto;
  width: 95%;
  max-width: 1269px;
  background: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

.section-title {
  text-align: center;
  margin: 2em;
  font-size: 20px;
}

.button-open {
  display: block;
  margin: 0 auto;
  width: 320px;
  width: 20rem;
  padding: 1em;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

.wrap {
  padding: 100px 0;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

.ope-bottom {
  display: block;
  margin-top: 45px;
  width: 100%;
  background: #fff;
  padding: 55px 55px 55px;
  border-radius: 10px;
}
.ope-bottom__head {
  color: #343072;
  text-align: left;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.53;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ope-bottom {
    margin-top: 65px;
    margin-top: 4.0625rem;
    padding: 25px 25px 25px;
  }
  .ope-bottom__head {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.ope-bottom__item {
  width: 100%;
  margin: 0 auto 60px;
}
.ope-bottom__item:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .ope-bottom__item {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .ope-bottom__item:last-of-type {
    margin-bottom: 0px;
  }
}
.ope-bottom__item_cell {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0px;
/*
  margin: 0 auto 55px;
*/
}
/*
.ope-bottom__item_cell:last-of-type {
  margin: 0 auto 0px;
}
*/
.ope-bottom__item_cell.cell_reverse {
  flex-direction: row-reverse;
}
.ope-bottom__item_cell .img_cell {
  width: 48%;
}
.ope-bottom__item_cell .txt_cell {
  width: 48%;
}

.ope-bottom-txt {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.25;
  color: #343072;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ope-bottom__item_cell {
    width: 100%;
    flex-direction: column;
    margin: 0 auto 55px;
  }
  .ope-bottom__item_cell:last-of-type {
    margin: 0 auto 0px;
  }
  .ope-bottom__item_cell.cell_reverse {
    flex-direction: column;
  }
  .ope-bottom__item_cell .img_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .ope-bottom__item_cell .txt_cell {
    width: 100%;
  }
  .ope-bottom-txt {
    font-size: 16px;
    text-align: left;
  }
}
.ope-bottom-txt span {
  display: block;
  width: 180px;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #343072;
  line-height: 1.5;
}

.oparation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
  padding-top: 85px;
  padding-top: 5.3125rem;
  background: url(../images/common/bg_ope.jpg) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .oparation__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ope-head {
  width: 100%;
  margin-right: 15px;
  margin-right: 0.9375rem;
/*
  max-width: 540px;
  max-width: 33.75rem;
*/
}
@media screen and (max-width: 768px) {
  .ope-head {
    margin-right: 0;
    max-width: 100%;
  }
}

.ope-head__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ope-head__subtitle {
    text-align: center;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  .ope-head__subtitle {
    font-size: 16px;
  }
}
.ope-head__midtitle {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.ope-head__midtitle span {
  background: #5242cf;
  padding: 5px 5px;
}
.ope-head__midtitle span sup {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .ope-head__midtitle {
    text-align: center;
    font-size: 30px;
  }
}

.ope-head__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  color: #343072;
}
@media screen and (max-width: 768px) {
  .ope-head__title {
    text-align: center;
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .ope-head__title {
    font-size: 23px;
  }
}
.ope-head__title span {
  color: #be1f38;
  font-size: 40px;
  font-size: 2.5rem;
}
.ope-head__txt {
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #5242cf;
}
@media screen and (max-width: 600px) {
  .ope-head__title span {
    font-size: 23px;
  }
  .ope-head__txt {
    width: 100%;
    font-size: 12px;
  }
}

.attention-mark {
  position: absolute;
  color: #4370C8;
  font-size: 18px;
  right: 18%;
  bottom: 34%;
}
@media screen and (max-width: 1024px) {
  .attention-mark {
    right: 48%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .attention-mark {
    right: 30%;
  }
}
@media screen and (max-width: 600px) {
  .attention-mark {
    right: 17%;
    font-size: 10px;
  }
}

.ope-head__title--blue {
  color: #4370C8;
}

.ope-head__img img {
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
}
@media screen and (max-width: 768px) {
  .ope-head__img img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .ope-head__img--pc img {
    display: none;
  }
}

.ope-head__img--sp img {
  display: none;
}
@media screen and (max-width: 768px) {
  .ope-head__img--sp img {
    display: block;
    margin-top: 15px;
  }
}

.ope-head__attention {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 25px;
  color: #0096b3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ope-head__attention {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .ope-head__attention {
    font-size: 12px;
  }
}

.ope-head__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  max-width: 510px;
  max-width: 31.875rem;
  width: 100%;
  line-height: 235%;
}
@media screen and (max-width: 1024px) {
  .ope-head__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ope-head__text {
    max-width: 100%;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 600px) {
  .ope-head__text {
    font-size: 16px;
  }
}
.ope-middle__img {
  width: 100%;
}
.ope-middle__img img {
  width: 100%;
  max-width: 486px;
}
@media screen and (max-width: 768px) {
  .ope-middle__img img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.ope-middle {
  width: 41.5%;
}

.ope-middle__info {
  width: 51.5%;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .ope-middle {
    width: 100%;
    margin: 0 0 20px;
  }
  .ope-middle__info {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.ope__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 40px;
}
.ope__title span {
  background: #343072;
  margin-right: 20px;
  padding: 3px 10px;
}
@media screen and (max-width: 600px) {
  .ope__title {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.ope-middle__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #343072;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .ope-middle__title {
    font-size: 22px;
  }
}
.ope-middle__title .txt01 {
  color: #d3213e;
  border-bottom: 1px solid #d3213e;
  padding-bottom: 3px;
}
.ope-middle__title .txt02 {
  border-bottom: 1px solid #152845;
  padding-bottom: 3px;
}

.ope-middle__subtitle {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #152845;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ope-middle__subtitle {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .ope-middle__subtitle {
    font-size: 16px;
  }
}

.ope-middle__subtitle::after {
  content: "";
  position: absolute;
  background-color: #152846;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 30px;
  max-width: 1.875rem;
  left: -38px;
  left: -2.375rem;
}

.ope-middle__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 230%;
}
@media screen and (max-width: 1024px) {
  .ope-middle__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .ope-middle__text {
    font-size: 1rem;
    text-align: left;
    line-height: 200%;
  }
}
@media screen and (max-width: 600px) {
  .ope-middle__text {
    font-size: 16px;
  }
}

.operation {
  background-color: #f0f2f4;
  padding-top: 105px;
  padding-top: 6.5625rem;
}

.oparation__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #343072;
  line-height: 1.83;
}
.oparation__title span {
  border-bottom: 1px solid #343072;
}
@media screen and (max-width: 768px) {
  .oparation__title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .oparation__title {
    font-size: 21px;
  }
}

.oparation__subtitle {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #343072;
  line-height: 1.83;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .oparation__subtitle {
    font-size: 21px;
  }
}

.oparation__inner {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1105px;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .oparation__inner {
    width: 94%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.operation__content {
  background: #fff;
  background-size: 100%;
  padding: 0px 60px 85px;
  padding: 0rem 3.8625rem 4.5rem;
}

.operation__body {
/*
  margin-top: 47px;
  margin-top: 2.9375rem;
*/
  background: #f0f4fa;
  padding: 45px 52px;
}
@media screen and (max-width: 768px) {
  .operation__body {
    padding: 25px 20px;
  }
}

.oparation__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .oparation__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overview-table {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.overview-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .overview-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.overview-table__title {
  background: #f0f5f6;
  padding-left: 4%;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  width: 100%;
  font-weight: bold;
  max-width: 230px;
  max-width: 14.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d5057;
}
@media screen and (max-width: 768px) {
  .overview-table__title {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .overview-table__title {
    font-size: 16px;
    max-width: 90%;
  }
}

.overview-table__info {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 6%;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .overview-table__info {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .overview-table__info {
    width: 90%;
    max-width: 90%;
    font-size: 15px;
  }
}

.overview-table__title,
.overview-table__info {
  border: 1px solid #dcdcdc;
}

.overview-table__info {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.overview-table__title {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.overview-table__row:last-of-type .overview-table__info,
.overview-table__row:last-of-type .overview-table__title {
  border-bottom: 1px solid #dcdcdc;
}

.overview {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.overview__inner {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 1105px;
  max-width: 69.0625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .overview__inner {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    width: 94%;
  }
}

.overview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overview__title {
  font-size: 60px;
  font-size: 3.75rem;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-family: 'Overpass', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .overview__title {
    font-size: 3.125rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .overview__title {
    font-size: 24px;
  }
}

.overview__ja-title {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.0rem;
  color: #343072;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .overview__ja-title {
    font-size: 1.0rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .overview__ja-title {
    font-size: 16px;
  }
}

.pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .pictures {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pictures__title {
  background: #F2F6FB;
  height: 65px;
  height: 4.0625rem;
  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;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pictures__title {
    height: 6.25rem;
  }
}
@media screen and (max-width: 600px) {
  .pictures__title {
    font-size: 12px;
    height: 7.5rem;
  }
}

.pictures__title.pictures__body--ex {
  background: #4370C8;
  color: white;
}

.pictures__item {
  max-width: 230px;
  max-width: 14.375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pictures__item {
    max-width: calc(50% - 1.25rem);
  }
}

@media screen and (max-width: 768px) {
  .pictures__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}

.pictures__body {
  border: 1px solid #CCCCCC;
}

.pictures__body.pictures__body--ex {
  border: 3px solid #4370C8;
}

.pictures__text {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .pictures__text {
    font-size: 16px;
  }
}

.precision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .precision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.precision__img {
  margin-right: 37px;
  margin-right: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .precision__img {
    margin-right: 0;
  }
}

.precision__img img {
  width: 100%;
  max-width: 485;
}
@media screen and (max-width: 768px) {
  .precision__img img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.precision__info-img {
  width: 100%;
  max-width: 490;
}
@media screen and (max-width: 768px) {
  .precision__info-img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.precision__info {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.precision__text {
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .precision__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .precision__text {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .precision__text {
    font-size: 16px;
  }
}

.team-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.team-list_img {
  width: 28.82%;
}

.team-list_item {
  width: 47.45%;
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
  border-bottom: 1px solid #e0e0e0;
  margin-right: 5.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 77px;
  margin-bottom: 4.8125rem;
}

.team-list_content {
  width: 71.18%;
  max-width: 430px;
  max-width: 26.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin: 36px 0 30px auto;
  margin: 2.25rem 0 1.875rem auto;
  color: #343072;
}

.team-list_organization {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: -1px;
}
@media screen and (max-width: 600px) {
  .team-list_organization {
    font-size: 16px;
  }
}

.doctor-info_txt {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 600px) {
  .doctor-info_txt {
    font-size: 24px;
  }
}

.doctor-info_en {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-left: 8px;
  margin-left: 0.5rem;
  position: relative;
  top: -2px;
  top: -0.125rem;
}
@media screen and (max-width: 600px) {
  .doctor-info_en {
    font-size: 16px;
  }
}

.btn-type01-blue {
  color: #fff;
  background: #0096b3;
}
.btn-type01-org {
  color: #fff;
  background: #da7865;
}

.btn-type01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 130px;
  max-width: 8.125rem;
  color: #4d5057;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 1.875rem;
  padding: 7px;
  cursor: pointer;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .btn-type01 {
    font-size: 16px;
    border-radius: 30px;
  }
}

.btn-type01:before {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.btn-type01-blue:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.btn-type01 span {
  position: relative;
  z-index: 1;
  color: white;
}

.btn-type01-blue:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d47ce;
  content: "";
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .btn-type01-blue:after {
    display: none;
  }
}

.team-list_item:nth-child(even) {
  margin-right: 0;
}

.team-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(38, 38, 38, .25);
  padding: 20px;
  padding: 1.25rem;
  display: none;
}

.team-modal_wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1350px;
  max-width: 84.375rem;
  background: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.team-modal_inner {
  padding: 47px 50px 60px 53px;
  padding: 2.9375rem 3.125rem 3.75rem 3.3125rem;
}

.team-modal_item {
  display: none;
}

.team-modal_img {
  width: 33.97%;
}

.team-modal_content {
  width: 66.03%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  max-width: 710px;
  max-width: 44.375rem;
  margin-left: auto;
}

.team-modal_info {
  position: relative;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.team-modal_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 600px) {
  .team-modal_ttl {
    font-size: 20px;
  }
}

.team-modal_info > *:last-child {
  margin-bottom: 0;
}

.team-modal_txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.72;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .team-modal_txt {
    font-size: 16px;
  }
}

.team-modal_txt dl dt {
  width: 85px;
  width: 5.3125rem;
}

.team-modal_txt dl dd {
  width: calc(100% - 85px);
}

.team-modal_item.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.prifile__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1110px;
  max-width: 69.375rem;
}

.team-modal_close {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 300;
}

.team-modal_close:before, .team-modal_close:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
}

.team-modal_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.team-modal_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.profile__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: 'Overpass', sans-serif;
/*
  font-family: 'Noto Serif JP', serif;
*/
  font-weight: bold;
  text-align: left;
  color: #343072;
}
@media screen and (max-width: 768px) {
  .profile__title {
    font-size: 2.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .profile__title {
    font-size: 24px;
  }
}

.profile__subtitle {
  font-size: 16px;
  font-size: 1.0rem;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-bottom: 16px;
  color: #343072;
  font-family: 'Zen Old Mincho', serif;
}

@media screen and (max-width: 768px) {
  .team-list_item {
    width: calc(50% - 1.25rem);
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .team-list_img {
    margin: 0 auto 15px;
    width: 40%;
  }

  .team-list_organization {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .team-list_organization {
    font-size: 14px;
    height: 65px;
    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;
  }
}
@media screen and (max-width: 768px) {
  .team-list_content {
    width: 100%;
    max-width: 80%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .doctor-info_txt {
    font-size: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .doctor-info_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-info_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_txt {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .team-modal_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .profile__subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .profile__subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .profile__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .team-list_content .btn-type01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-type01 {
    max-width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_item.on {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_ttl {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_close {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .doctor-info_en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  .doctor-info_en {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .team-modal_txt dl dt, .team-modal_txt dl dd {
    width: 100%;
  }
}
.quickness-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .quickness-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quickness-table__row:nth-child(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .quickness-table__row:nth-child(2) {
    margin-top: 3.125rem;
  }
}
.quickness-table__sub {
  font-weight: bold;
  font-size: 16px;
  color: #5242cf;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .quickness-table__sub {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
.quickness-table__title {
  color: white;
  background: #5242cf;
  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;
  width: 100%;
  font-weight: bold;
  max-width: 105px;
  max-width: 6.5625rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
.quickness-table__title.ttl02 {
  background: #5242cf;
}
@media screen and (max-width: 768px) {
  .quickness-table__title {
    max-width: 100%;
    font-size: 1.875rem;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .quickness-table__info {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__info {
    font-size: 16px;
  }
}

.quickness-table__content {
  position: relative;
}

.quickness-table__content--bottom {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.quickness-table__content--bottom:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.quickness-table__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .quickness-table__subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__subtitle {
    font-size: 16px;
  }
}

.quickness-table__attention {
  color: #5242cf;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .quickness-table__attention {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}

.quickness-table__subtitle--top {
  margin-right: 13px;
  margin-right: 0.8125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .quickness-table__subtitle--top {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__subtitle--top {
    font-size: 16px;
  }
}

.quickness-table__text {
  margin-top: 15px;
  margin-top: 1.15rem;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .quickness-table__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .quickness-table__text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__text {
    font-size: 16px;
  }
}

.quickness-table__arrow-img img {
  width: 35px;
  width: 2.1875rem;
  margin-left: 21px;
  margin-left: 1.3125rem;
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .quickness-table__arrow-img img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.75rem;
    bottom: -1.875rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .quickness-table__arrow-img img {
    width: 25px;
  }
}

.quickness {
  margin-top: 80px;
  margin-top: 5rem;
}

.quickness__title {
  text-align: center;
}

.quickness__subtitle {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Zen Old Mincho', serif;
}
@media screen and (max-width: 600px) {
  .quickness__subtitle {
    font-size: 17px;
  }
}

.quickness__maintitle {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  margin-top: 8px;
  margin-top: 0.5rem;
  border-bottom: 1px solid #152845;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .quickness__maintitle {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 600px) {
  .quickness__maintitle {
    font-size: 21px;
  }
}

.quickness__contents {
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 900px;
  max-width: 56.25rem;
  width: 95%;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}




.slider {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background-color: #fff;
  overflow: scroll;
  margin-top: 47px;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-nav__items:nth-child(2) {
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .sp-nav__items:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sp-nav__banner {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 600px) {
  .sp-nav__banner {
    width: 100%;
  }
}

.sp-nav__item {
  width: 100%;
}

.sp-nav__item a {
  background-color: #152845;
  color: #fff;
  margin-top: 1px;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-family: "";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sp-nav__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border-radius: 30px;
}

.sp-nav__banner a i {
  position: relative;
  top: auto;
  top: initial;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
  font-size: 20px;
}

.sp-nav__banner:nth-child(1) a {
  background-color: #00B900;
}

.sp-nav__banner:nth-child(2) a {
  background-color: #293198;
}

.sp-nav__banner:nth-child(3) a {
  background-color: #FF4F65;
}

.sp-nav__banner:nth-child(4) a {
  background-color: #FFC000;
}

.sp-nav__banner:nth-child(n+3) a {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .sp-nav__banner:nth-child(n+3) a {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .sp-nav__banner:nth-child(n+2) a {
    margin-top: 15px;
  }
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .tel {
	margin-left: 40%;
    width: 100%;
    max-width: 28.125rem;
  }
}

.tel__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .tel__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  .tel__text {
        font-size: 10px;
        white-space: nowrap;
        transform: scale(0.9);
		transform-origin: 0 0;
  }
}

.tel__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tel__img img {
  max-width: 45px;
  max-width: 2.8125rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
    }
@media screen and (max-width: 600px) {
  .tel__img img {
  max-width: 4.8125rem;
  }
}

.tel__num {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .tel__num {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 600px) {
.tel_sp_nav{
	width: 100%;
    max-width: 52.125rem;
    margin: 40px auto 0px auto;
}
.tel__text_sp_nav {
    font-size: 16px;
	text-align: center;
}
.tel__info_sp_nav{
	margin: 0 60px auto;
}
.tel__img_sp_nav{
    display: flex;
}
.tel__img_sp_nav img{
	max-width: 45px;
    max-width: 6.8125rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.tel__num_sp_nav{
    font-size: 2.75rem;
    font-family: "Inter", sans-serif;
    font-weight: bold;
}
}
.youtube {
  margin: 110px auto 0;
  margin: 6.875rem auto 0;
  max-width: 1100px;
}

.youtube__img {
  text-align: center;
}

.youtube__img img {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */

.interview-profile__link {
  margin-top: 1rem;
}

img.lb-image {
  filter: none;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .sp_large_img {
    overflow-x: scroll;
    display: block;
  }
  .sp_large_img img {
    width: 600px;
    max-width: 600px;
  }
}
.sp_txt {
  text-align: center;
  margin-top: 10px;
  font-size: 2.0rem;
}

.interview_profile_cell {
  width: 92%;
  max-width: 1100px;
  margin: 60px auto 0;
  background: #f7f5f5;
  padding: 50px 55px;
}
.interview_profile_cell h3 {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  color: #da7865;
  font-size: 30px;
  margin:  0 0 30px;
  position: relative;

}
.interview_profile_cell h3::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #da7865;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.interview_profile_cell h3 span {
  background: #f7f5f5;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 10;
}
.interview_profile_cell .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 40px;
}

.interview_profile_cell .flex_cell {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.interview_profile_cell .flex_cell .cell {
  width: 46%;
}
.interview_profile_cell .flex_cell .ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.interview_profile_cell .flex_cell dl {
  overflow: hidden;
}
.interview_profile_cell .flex_cell dl dt{
  clear: both;
  float: left;
  font-weight: normal;
  padding-right: .7em;
  width: 5em;
}
.interview_profile_cell .flex_cell dl dd {
  float: left;
  width: calc(100% - 5em);
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(247, 245, 245, 0) 0%,
    rgba(247, 245, 245, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(247, 245, 245, 0) 0%,
    rgba(247, 245, 245, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(247, 245, 245, 0) 0%,
    rgba(247, 245, 245, 1) 60%
  );
/*
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
*/
}
.close-btn {
  background: none;
}
.slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #4d5057;
  cursor: pointer;
  background: #f7f5f5;
  padding: 5px 20px;
  width: 100%;
  border: 1px solid #4d5057;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}
.close-btn {
  padding:0;
}
.close-btn p {
  background: #aaa;
}
@media screen and (max-width: 768px) {
  .more-btn p {
    font-size: 16px;
  }
}

.type {
  display: block;
  width: 92%;
  max-width: 1100px;
  margin: 90px auto 0;
}
.type h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 auto 60px;
  color: #4d5057;
  font-family: "Zen Old Mincho", serif;
}
.type ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.type ul li {
  width: 23.6%;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #4d5057;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 1.8% 19px 0;
}
.type ul li:nth-child(4n) {
  margin: 0 0% 19px 0;
}
@media screen and (max-width: 768px) {
  .interview_profile_cell {
    margin: 30px auto 0;
    padding: 20px 25px;
  }
  .interview_profile_cell h3 {
    font-size: 30px;
    margin:  0 0 20px;
  }
  .interview_profile_cell .txt {
    font-size: 14px;
    margin: 0 0 40px;
  }

  .interview_profile_cell .flex_cell {
    flex-direction: column;
  }
  .interview_profile_cell .flex_cell .cell {
    width: 100%;
  }
  .interview_profile_cell .flex_cell .cell:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .interview_profile_cell .flex_cell dl dt,
  .interview_profile_cell .flex_cell dl dd,
  .interview_profile_cell .flex_cell .content-txt p {
    font-size: 14px;
  }
  .interview_profile_cell .flex_cell p.ttl {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .type {
    margin: 40px auto 0;
  }
  .type h2 {
    text-align: center;
    /*font-size: 30px;*/
    font-size: 3.25rem;
    margin: 0 auto 30px;
  }
  .type ul li {
    width: 48.5%;
    padding: 12px 10px;
    /*font-size: 20px;*/
    font-size: 2.25rem;
    margin: 0 3% 19px 0;
  }
  .type ul li:nth-child(4n) {
    margin: 0 0% 19px 0;
  }
  .type ul li:nth-child(2n) {
    margin: 0 0% 19px 0;
  }
}

.list_ope {
  display: flex;
  justify-content: space-between;
}
.list_ope li {
  width: 32%;
  border: 1px solid #cccccc;
}
.list_ope li .img_cell {
  width: 100%;
}
.list_ope li .img_cell img {
  width: 100%;
}
.list_ope li .txt_cell {
  width: 100%;
  padding: 30px 30px 30px;
  position: relative;
}
.list_ope li .txt_cell .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #d89487;
  padding: 3px 20px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'EB Garamond', serif;
}
.list_ope li .txt_cell h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #da7865;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  border-bottom: 1px solid #d89487;
}
.list_ope li .txt_cell .ttl {
  font-size: 20px;
  font-size: 1.25rem;
  color: #4d5057;
  text-align: center;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 1.5;
}
.list_ope li .txt_cell .txt {
  font-size: 16px;
  font-size: 1.0rem;
  color: #4d5057;
  text-align: left;
  margin: 0 0 0px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .list_ope {
    flex-direction: column;
  }
  .list_ope li {
    width: 100%;
    max-width: 610px;
    margin: 0 auto 30px;
  }
  .list_ope li:last-child {
    margin: 0px;
  }
  .list_ope li .img_cell {
    width: 100%;
  }
  .list_ope li .txt_cell {
    padding: 30px 30px 30px;
  }
  .list_ope li .txt_cell .icon {
    top: -20px;
    padding: 3px 20px;
    font-size: 18px;
  }
  .list_ope li .txt_cell h3 {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .list_ope li .txt_cell .ttl {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .list_ope li .txt_cell .txt {
    font-size: 14px;
  }
}

.heart-lead {
}
.heart-lead h3 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin: 0 0 0px;
  padding-bottom: 30px;
}
.heart-lead h3 span {
  padding: 0 0 21px;
  border-bottom: 1px solid #4d5057;
}
.heart-lead p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2;
  margin: 35px 0 95px;
}
.heart-cell {
  background: #fff;
  padding: 55px 35px;
  margin: 0 auto 60px;
  position: relative;
}
.heart-cell h4 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.heart-cell h4 span {
  background: #f9e8e4;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #4d5057;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  padding: 2px 20px;
}
.heart-cell .heart-cell_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heart-cell .heart-cell_inner .img_cell {
  width: 47.3%;
}
.heart-cell .heart-cell_inner .txt_cell {
  width: 50%;
}
.heart-cell .heart-cell_inner .txt_cell p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2;
  margin-bottom: 30px;
}
.heart-cell .heart-cell_inner .txt_cell p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .heart-cell h4 span {
    font-size: 17px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 768px) {
  .heart-lead h3 {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .heart-lead h3 span {
    padding: 0 0 11px;
  }
  .heart-lead p {
    font-size: 16px;
    line-height: 2;
    margin: 15px 0 45px;
  }
  .heart-cell {
    padding: 25px 20px;
    margin: 0 auto 30px;
  }
  .heart-cell h4 {
    top: -20px;
  }
  .heart-cell h4 span {
    font-size: 17px;
    padding: 2px 10px;
  }
  .heart-cell .heart-cell_inner {
    flex-direction: column;
  }
  .heart-cell .heart-cell_inner .img_cell {
    width: 100%;
    margin: 0 auto 15px;
  }
  .heart-cell .heart-cell_inner .txt_cell {
    width: 100%;
  }
  .heart-cell .heart-cell_inner .txt_cell p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .heart-cell .heart-cell_inner .txt_cell p span {
    font-size: 12px;
  }
}

.heart-top__foot02 {}
.heart-top__foot02 h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 40px;
}
.heart-top__foot02 .flex_cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heart-top__foot02 .flex_cell .img_cell {
  width: 50%;
}
.heart-top__foot02 .flex_cell .txt_cell {
  width: 47%;
}
.heart-top__foot02 .flex_cell .txt_cell h4 {
  text-align: left;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0 auto 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.heart-top__foot02 .flex_cell .txt_cell h4 span {
  color: #da7865;
}
.heart-top__foot02 .flex_cell .txt_cell p.txt {
  text-align: left;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.25;
  margin: 0 auto 20px;
}
.heart-top__foot02 .flex_cell .txt_cell p.small_txt {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14;
  margin: 0 auto 0px;
}
.heart-top__foot02 .flex_cell .txt_cell img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .heart-top__foot02 h3 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .heart-top__foot02 .flex_cell {
    flex-direction: column;
  }
  .heart-top__foot02 .flex_cell .img_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .heart-top__foot02 .flex_cell .txt_cell {
    width: 100%;
  }
  .heart-top__foot02 .flex_cell .txt_cell h4 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .heart-top__foot02 .flex_cell .txt_cell p.txt {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .heart-top__foot02 .flex_cell .txt_cell p.small_txt {
    font-size: 14px;
  }
  .heart-top__foot02 .flex_cell .txt_cell img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}

.after_ope_cell {
  background: #fff;
  padding: 32px 32px;
}
.after_ope_cell ul {
  display: flex;
  justify-content: space-between;
}
.after_ope_cell ul li {
  width: 48%;
}
.after_ope_cell ul li div {
  width: 100%;
  text-align: center;
  margin: 10px auto 0;
  padding: 3px 10px;
  font-size: 16px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #4d5057;
  background: #f1dad6;
  border-radius: 30px;
  line-height: 1.2;
}
.after_ope_cell ul li div span {
  color: #db7b68;
}
.img_ope {
  display: block;
  width: 100%;
  margin: 0 auto 113px;
}
@media screen and (max-width: 768px) {
  .after_ope_cell {
    padding: 22px 22px;
  }
  .after_ope_cell ul {
    flex-direction: column;
  }
  .after_ope_cell ul li {
    width: 100%;
  }
  .after_ope_cell ul li:first-child {
    margin-bottom: 20px;
  }
  .after_ope_cell ul li div {
    font-size: 14px;
  }
  .img_ope {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}

.feature_box {
}
.feature_box .feature01 {
  display: block;
  padding: 0 0 80px;
}
.feature_box .feature02 {
  display: block;
  padding: 75px 0 100px;
  background: #f7f5f5;
}
.feature_box .feature03 {
  display: block;
  padding: 125px 0 75px;
}
.feature_box .flex_cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.feature_box .flex_cell.flex_reverse {
  flex-direction: row-reverse;
}
.feature_box .flex_cell .img_cell {
  width: 47%;
}
.feature_box .flex_cell .txt_cell {
  width: 50%;
}
.feature_box .flex_cell .txt_cell .ttl {
  margin: 0 0 20px;
}
.feature_box .flex_cell .txt_cell .ttl span {
  border-radius: 30px;
  padding: 2px 25px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background: #d89487;
}
.feature_box .flex_cell .txt_cell h3 {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 0 0 20px;
  margin: 0 0 20px;
  color: #4d5057;
  border-bottom: 1px solid #4d5057;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.feature_box .flex_cell .txt_cell h3 span {
  color: #da7b68;
}
.feature_box .flex_cell .txt_cell p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.5;
  margin: 0 0 0px;
  color: #4d5057;
}
.feature_box .org_cell {
  display: block;
  background: #f9e8e4;
  width: 92%;
  max-width: 1100px;
  margin: 30px auto 35px;
  padding: 40px 50px;
}
.feature_box .org_cell ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.feature_box .org_cell ul li {
  width: 30.6%;
  background: #fff;
  padding: 30px 37px 27px;
  border-radius: 10px;
}
.feature_box .org_cell ul li h4 {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4d5057;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  font-weight: bold;
}
.feature_box .org_cell ul li h4::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.feature_box .org_cell ul li:nth-child(1) h4::before {
  background: url(../images/common/feature_list_icon01.png) no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
}
.feature_box .org_cell ul li:nth-child(2) h4::before {
  background: url(../images/common/feature_list_icon02.png) no-repeat;
  background-size: 23px 36px;
  width: 23px;
  height: 36px;
}
.feature_box .org_cell ul li:nth-child(3) h4::before {
  background: url(../images/common/feature_list_icon03.png) no-repeat;
  background-size: 33px 28px;
  width: 33px;
  height: 28px;
}
.feature_box .org_cell ul li p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 1.875;
  color: #4d5057;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  min-height: 100px;
}
.feature_box .org_cell ul li img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.feature_box .movie_cell {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
.feature_box .movie_cell .iframe_cell {
  width: 59%;
}
.feature_box .movie_cell .txt_cell {
  width: 37%;
}
.feature_box .movie_cell .txt_cell h3 {
  font-size: 80px;
  font-size: 5.0rem;
  color: #e7e7e7;
  margin: 0 0 20px;
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
}
.feature_box .movie_cell .txt_cell p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2.25;
  color: #4d5057;
  margin: 0 0 0px;
}
.feature_box .list_cell .list_feature02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1100px;
  margin: 68px auto 0;
}
.feature_box .list_cell .list_feature02 li {
  width: 48%;
}
.feature_box .doctor_cell .list_feature02 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1100px;
  margin: 68px auto 0;
}
.feature_box .doctor_cell .list_feature02 .img_cell {
  width: 48%;
}
.feature_box .doctor_cell .list_feature02 .txt_cell {
  width: 45.5%;
}
.feature_box .doctor_cell .list_feature02 .txt_cell h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  color: #4d5057;
  margin: 0 0 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
}
.feature_box .doctor_cell .list_feature02 .txt_cell .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #4d5057;
  margin: 0 0 15px;
}
.feature_box .doctor_cell .list_feature02 .txt_cell .name {
  font-size: 30px;
  font-size: 1.875rem;
  color: #4d5057;
  margin: 0 0 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
}
.feature_box .doctor_cell .list_feature02 .txt_cell .name span {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .feature_box .feature01 {
    padding: 0 0 40px;
  }
  .feature_box .feature02 {
    display: block;
    padding: 35px 0 50px;
  }
  .feature_box .feature03 {
    padding: 60px 0 35px;
  }
  .feature_box .flex_cell {
    flex-direction: column;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .feature_box .flex_cell.flex_reverse {
    flex-direction: column;
  }
  .feature_box .flex_cell .img_cell {
    width: 100%;
  }
  .feature_box .flex_cell .txt_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_box .flex_cell .txt_cell .ttl {
    margin: 0 0 20px;
  }
  .feature_box .flex_cell .txt_cell .ttl span {
    font-size: 20px;
  }
  .feature_box .flex_cell .txt_cell h3 {
    font-size: 26px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .feature_box .flex_cell .txt_cell p {
    font-size: 16px;
  }
  .feature_box .org_cell {
    width: 92%;
    max-width: 1100px;
    margin: 30px auto 35px;
    padding: 20px 20px;
  }
  .feature_box .org_cell ul {
    flex-direction: column;
  }
  .feature_box .org_cell ul li {
    width: 100%;
    padding: 30px 37px 27px;
    margin-bottom: 20px;
  }
  .feature_box .org_cell ul li:last-child {
    margin-bottom: 0px;
  }
  .feature_box .org_cell ul li h4 {
    font-size: 20px;
    padding: 0 0 0 40px;
  }
  .feature_box .org_cell ul li p {
    font-size: 16px;
    margin: 0 0 10px;
    min-height: inherit;
  }
  .feature_box .org_cell ul li img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .feature_box .movie_cell {
    flex-direction: column-reverse;
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .feature_box .movie_cell .iframe_cell {
    width: 100%;
  }
  .feature_box .movie_cell .iframe_cell iframe {
    height: 320px;
  }
  .feature_box .movie_cell .txt_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_box .movie_cell .txt_cell h3 {
    font-size: 60px;
    margin: 0 0 5px;
  }
  .feature_box .movie_cell .txt_cell p {
    font-size: 16px;
  }
  .feature_box .list_cell .list_feature02 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    max-width: 1100px;
    margin: 28px auto 0;
  }
  .feature_box .list_cell .list_feature02 li {
    width: 48%;
  }
  .feature_box .doctor_cell .list_feature02 {
    margin: 28px auto 0;
    flex-direction: column-reverse;
  }
  .feature_box .doctor_cell .list_feature02 .img_cell {
    width: 100%;
  }
  .feature_box .doctor_cell .list_feature02 .txt_cell {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature_box .doctor_cell .list_feature02 .txt_cell h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .feature_box .doctor_cell .list_feature02 .txt_cell .txt {
    font-size: 14px;
    margin: 20px 0 15px;
  }
  .feature_box .doctor_cell .list_feature02 .txt_cell .name {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .feature_box .doctor_cell .list_feature02 .txt_cell .name span {
    font-size: 15px;
    padding-left: 15px;
  }
}


.interview__profile_new {
  background-image: url(../images/common/bg-interview-pc_new.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 550px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 600px) {
  .interview__profile_new {
    height: 350px;
    background-position: 60% center;
  }
}

.interview-profile__meta_new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 90px;
  left: 5.625rem;
  color: white;
}
@media screen and (min-width: 769px) {
  .interview-profile__meta_new {
    width: 40%;
    max-width: 1035px;
  }
}
@media screen and (max-width: 768px) {
  .interview-profile__meta_new {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 85%;
  }
}
.interview-profile__midtitle_new {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .interview-profile__midtitle_new {
    font-size: 15px;
  }
}

.interview-profile__subtitle_new {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .interview-profile__subtitle_new {
    font-size: 15px;
  }
}

.interview-profile__title_new {
  font-size: 36px;
  font-size: 2.25rem;
/*
  margin-top: 20px;
  margin-top: 1.25rem;
*/
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 600px) {
  .interview-profile__title_new {
    font-size: 22px;
  }
}

.interview-profile__txt_new {
  margin-top: 0px;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview-profile__txt_new {
    font-size: 14px;
  }
}

.interview-profile__position_new {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 14.5px;
  font-size: 0.90625rem;
}
@media screen and (max-width: 768px) {
  .interview-profile__position_new {
    font-size: 12px;
  }
}

.interview-profile__name_new {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-profile__janame_new {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .interview-profile__janame {
    font-size: 18px;
  }
}

.interview-profile__enname_new {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .interview-profile__enname_new {
    font-size: 13px;
  }
}

.t_bold { font-weight: bold !important;}
.mb30 { margin-bottom: 30px !important;}
.text-center { text-align: center;}




/*------------------------------------*/

.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.p3 {
  padding: 3px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.ml1em {
  margin-left: 1em !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.pb140 {
  padding-bottom: 140px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr100 {
  padding-right: 100px !important;
}

 .fv-info {
        margin-left: auto;
        margin-right: auto;
}

.btn_s{
	display: inline-block;
    color: #fff;
    background: #0096b3;
	text-decoration: none;
	border-radius: 100px;
	padding: 10px 40px 10px 30px;
	position: relative;
	overflow: hidden;
}
.btn_s span{
	z-index: 2;
	display: inline-block;
	position: relative;
}
.btn_s:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3d47ce;
    content: "";
    display: block;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn_s:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media screen and (min-width: 768px) {
	.sp_only{
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.sp_none{
		display: none!important;
	}
	.sp_txt_center{
		text-align: center;
	}
}