@charset "UTF-8";
/*****************/
/**** reset *****/
/*****************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  color: black;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s ease;
  color: #707070;
}
a:hover {
  opacity: 0.6;
}

.no-link {
  pointer-events: none !important;
}
.no-link * {
  pointer-events: none !important;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  height: auto;
}

.wp-block-table td {
  border: none;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

/*****************/
/****   font *****/
/*****************/
.eng {
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
}

.desc {
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.4em;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 616px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .desc {
    font-size: 1.4rem;
  }
  .section-wrapper {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .section-wrapper .section-eng {
    font-size: 8.7rem;
    letter-spacing: 0.01em;
    color: #eff4f7;
    position: absolute;
    left: -29px;
    top: -70px;
    white-space: nowrap;
  }
  .section-wrapper .section-ttl {
    font-size: 2rem;
    color: black;
    padding-left: 20px;
    position: relative;
  }
  .section-wrapper .section-ttl::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #0165ff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .cta {
    background-color: #ff8f3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    font-size: 1.6rem;
    color: white;
    border-radius: 10px;
  }
  .cta span {
    flex-shrink: 0;
    width: 28px;
    height: 17px;
  }
  .cta span.arrow {
    margin-top: 2px;
    background-color: white;
    position: relative;
    border-radius: 10px;
  }
  .cta span.arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff8f3c;
    border-right: 1px solid #ff8f3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(45deg);
  }
}
/*****************/
/****  header   *****/
/*****************/
@media screen and (min-width: 769px) {
  .header {
    width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    padding: 40px;
    z-index: 99;
    overflow-y: scroll;
    /* Firefox用 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Chrome, Safari用 */
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .header-ttl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .header-ttl__left {
    width: 72px;
    flex-shrink: 0;
  }
  .header-ttl__right {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: black;
  }
  .header-ttl__right span {
    display: block;
    margin-bottom: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #d9ebff;
  }
  .header-facility-tour {
    margin-top: 25px;
    background-color: #ff8f3c;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__left {
    flex-shrink: 0;
    width: 125px;
    height: 100px;
    margin-right: 25px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
  }
  .header-facility-tour__right {
    color: white;
  }
  .header-facility-tour__right .p01 {
    font-size: 1.2rem;
  }
  .header-facility-tour__right .p02 {
    margin-top: 15px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__right .p02 span {
    color: #ff8f3c;
    font-size: 2.1rem;
    background-color: white;
    padding: 3px;
    margin-right: 5px;
  }
  .header-facility-tour__right .detail {
    margin-top: 17px;
    justify-content: flex-end;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__right .detail span {
    margin-top: 2px;
    background-color: white;
    width: 28px;
    height: 17px;
    position: relative;
    border-radius: 10px;
    margin-left: 7px;
  }
  .header-facility-tour__right .detail span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff8f3c;
    border-right: 1px solid #ff8f3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(45deg);
  }
  .header-cta {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
  }
  .header-cta__item {
    width: 100%;
    height: 68px;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .header-cta__item img {
    margin-right: 10px;
    margin-top: 2px;
  }
  .header-cta__item.contact {
    background-color: #19bc45;
  }
  .header-cta__item.contact img {
    width: 16px;
  }
  .header-cta__item.document {
    background-color: #0768ff;
  }
  .header-cta__item.document img {
    width: 17px;
  }
  .header-nav {
    margin-top: 23px;
  }
  .header-nav ul li {
    border-bottom: 1px solid #d9ebff;
  }
  .header-nav ul li:last-child {
    border: none;
  }
  .header-nav ul li a {
    color: #333333;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
  }
  .header-nav ul li a:after {
    content: "";
    width: 29px;
    height: 17px;
    background-image: url(../images/common/nav-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-corporate {
    margin-top: 20px;
    background-color: #0165ff;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 71px;
  }
  .header-corporate .eng {
    font-size: 2.6rem;
    font-weight: 400;
  }
  .header-corporate .jp {
    margin-top: 5px;
    font-size: 1rem;
  }
  .header-corporate__after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 14px;
  }
  .header-nikken {
    margin-top: 10px;
    padding: 11px;
    position: relative;
    border: 1px solid #c5c9d0;
    border-radius: 10px;
  }
  .header-nikken__logo {
    width: 120px;
    margin: 0 auto;
  }
  .header-nikken__p {
    margin-top: 5px;
    font-size: 1rem;
    color: black;
    text-align: center;
  }
  .header-nikken__after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 14px;
  }
  .hamburger-menu {
    display: none;
  }
  .page-wrapper {
    width: calc(100% - 400px);
  }
}
/*****************/
/****  footer   *****/
/*****************/
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-logo {
    width: 233px;
    margin: 0 auto;
  }
  .footer-links {
    margin: 33px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-links__item {
    min-width: 236px;
    border-radius: 5px;
    border: 1px solid #0165ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    padding: 15px;
    color: #0165ff;
  }
  .footer-links__after {
    flex-shrink: 0;
    width: 12px;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer-nav ul li {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #c5c9d0;
    margin-bottom: 10px;
  }
  .footer-nav ul li a {
    font-size: 1.6rem;
    color: black;
  }
  .footer-nav ul li:first-child {
    padding-left: 0;
  }
  .footer-nav ul li:last-child {
    padding-right: 0;
    border: none;
  }
  .footer-sns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-sns__item.instagram {
    width: 22px;
    margin-right: 20px;
  }
  .footer-sns__item.x {
    width: 21px;
  }
  .footer-privacy {
    margin-top: 40px;
    font-size: 1.2rem;
    text-align: center;
    color: black;
  }
  .footer-copy {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0165ff;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  #to-top {
    position: fixed;
    right: 413px;
    bottom: 13px;
    display: block;
    width: 46px;
    height: 46px;
    background-color: white;
    border: 1px solid #0165ff;
    transform: translateY(150%);
  }
  #to-top.active {
    transform: translateY(0);
  }
  #to-top:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-top: 2px solid #0165ff;
    border-left: 2px solid #0165ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%) rotate(45deg);
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  section {
    position: relative;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 616px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .desc {
    font-size: 1.4rem;
  }
  .section-wrapper {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-wrapper .section-eng {
    font-size: 5rem;
    letter-spacing: 0.01em;
    color: #eff4f7;
    position: absolute;
    left: 0;
    top: -40px;
    white-space: nowrap;
  }
  .section-wrapper .section-ttl {
    font-size: 1.6rem;
    color: black;
    padding-left: 15px;
    position: relative;
    line-height: 1.6;
  }
  .section-wrapper .section-ttl::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #0165ff;
    position: absolute;
    top: 9px;
    left: 0;
  }
  .cta {
    background-color: #ff8f3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 1.4rem;
    color: white;
    border-radius: 10px;
  }
  .cta span {
    flex-shrink: 0;
    width: 28px;
    height: 17px;
  }
  .cta span.arrow {
    margin-top: 2px;
    background-color: white;
    position: relative;
    border-radius: 10px;
  }
  .cta span.arrow:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff8f3c;
    border-right: 1px solid #ff8f3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(45deg);
  }
}
/*****************/
/****  header   *****/
/*****************/
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    max-width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    padding: 40px;
    z-index: 99;
    transform: translateX(100%);
    transition: all 0.6s ease;
    overflow-y: scroll;
    /* Firefox用 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Chrome, Safari用 */
  }
  .header::-webkit-scrollbar {
    display: none;
  }
  .header.active {
    transform: translateX(0);
  }
  .header-ttl {
    display: flex;
    align-items: center;
  }
  .header-ttl__left {
    width: 25%;
    margin-right: 10px;
    height: auto;
  }
  .header-ttl__right {
    width: 75%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: black;
  }
  .header-ttl__right span {
    display: block;
    margin-bottom: 12px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #d9ebff;
  }
  .header-facility-tour {
    margin-top: 25px;
    background-color: #ff8f3c;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__left {
    flex-shrink: 0;
    width: 100px;
    height: 90px;
    margin-right: 15px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
  }
  .header-facility-tour__right {
    color: white;
  }
  .header-facility-tour__right .p01 {
    font-size: 1.2rem;
  }
  .header-facility-tour__right .p02 {
    margin-top: 15px;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__right .p02 span {
    color: #ff8f3c;
    font-size: 2.1rem;
    background-color: white;
    padding: 3px;
    margin-right: 5px;
  }
  .header-facility-tour__right .detail {
    margin-top: 17px;
    justify-content: flex-end;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  .header-facility-tour__right .detail span {
    margin-top: 2px;
    background-color: white;
    width: 28px;
    height: 17px;
    position: relative;
    border-radius: 10px;
    margin-left: 7px;
  }
  .header-facility-tour__right .detail span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff8f3c;
    border-right: 1px solid #ff8f3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%) rotate(45deg);
  }
  .header-cta {
    margin-top: 20px;
    display: flex;
    gap: 10px;
  }
  .header-cta__item {
    width: 50%;
    height: 68px;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .header-cta__item img {
    margin-right: 10px;
    margin-top: 2px;
  }
  .header-cta__item.contact {
    background-color: #19bc45;
  }
  .header-cta__item.contact img {
    width: 16px;
  }
  .header-cta__item.document {
    background-color: #0768ff;
  }
  .header-cta__item.document img {
    width: 17px;
  }
  .header-nav {
    margin-top: 23px;
  }
  .header-nav ul li {
    border-bottom: 1px solid #d9ebff;
  }
  .header-nav ul li:last-child {
    border: none;
  }
  .header-nav ul li a {
    color: #333333;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
  }
  .header-nav ul li a:after {
    content: "";
    width: 29px;
    height: 17px;
    background-image: url(../images/common/nav-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-corporate {
    margin-top: 20px;
    background-color: #0165ff;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 71px;
  }
  .header-corporate .eng {
    font-size: 2.6rem;
    font-weight: 400;
  }
  .header-corporate .jp {
    margin-top: 5px;
    font-size: 1rem;
  }
  .header-corporate__after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 12px;
  }
  .header-nikken {
    margin-top: 10px;
    padding: 11px;
    position: relative;
    border: 1px solid #c5c9d0;
    border-radius: 10px;
  }
  .header-nikken__logo {
    width: 120px;
    margin: 0 auto;
  }
  .header-nikken__p {
    margin-top: 5px;
    font-size: 1rem;
    color: black;
    text-align: center;
  }
  .header-nikken__after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 12px;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    border: none;
    background: white;
    appearance: none;
    padding: 0;
    cursor: pointer;
    top: 10px;
    right: 10px;
    z-index: 100;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #0165ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open {
    background-color: transparent;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
}
/*****************/
/****  footer   *****/
/*****************/
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer-links {
    margin: 20px auto 0;
    max-width: 480px;
  }
  .footer-links__item {
    border-radius: 5px;
    border: 1px solid #0165ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    padding: 15px;
    color: #0165ff;
    margin-bottom: 10px;
  }
  .footer-links__after {
    flex-shrink: 0;
    width: 12px;
  }
  .footer-nav {
    margin-top: 20px;
  }
  .footer-nav ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c5c9d0;
  }
  .footer-nav ul li a {
    font-size: 1.4rem;
    color: black;
    text-align: center;
  }
  .footer-nav ul li:first-child {
    padding-top: 0;
  }
  .footer-nav ul li:last-child {
    padding-bottom: 0;
    border: none;
  }
  .footer-sns {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-sns__item.instagram {
    width: 22px;
    margin-right: 20px;
  }
  .footer-sns__item.x {
    width: 21px;
  }
  .footer-privacy {
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: center;
    color: black;
  }
  .footer-copy {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0165ff;
    color: white;
    text-align: center;
    font-size: 1.2rem;
  }
  #to-top {
    position: fixed;
    right: 13px;
    bottom: 13px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #0165ff;
    transform: translateY(150%);
  }
  #to-top.active {
    transform: translateY(0);
  }
  #to-top:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #0165ff;
    border-left: 2px solid #0165ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%) rotate(45deg);
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #facility-tour .page-header {
    padding-top: 56px;
    padding-bottom: 100px;
    background-image: url(../images/common/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #facility-tour .page-header:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #facility-tour .page-header:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #facility-tour .page-header .cotainer {
    position: relative;
  }
  #facility-tour .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #facility-tour .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #facility-tour .page-header__thumb {
    margin-top: 26px;
    width: 100%;
  }
  #facility-tour .page-header__lead {
    color: white;
    margin-top: 34px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
  }
  #facility-tour .page-header__benefits {
    margin-top: 20px;
  }
  #facility-tour .page-header__item {
    background-color: white;
    padding: 15px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
  #facility-tour .page-header__item span {
    color: #0165FF;
  }
  #facility-tour .page-header__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-header__item img {
    margin-top: 2px;
    width: 21px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  #facility-tour .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 80px;
    /*************/
    /*** flow ****/
    /*************/
    /*************/
    /*** facility-image ****/
    /*************/
    /*************/
    /*** comment ****/
    /*************/
    /*************/
    /*** reserve ****/
    /*************/
  }
  #facility-tour .page-content .section-wrapper.wrapper01 {
    padding-bottom: 30px;
    padding-top: 53px;
  }
  #facility-tour .page-content .section-wrapper.wrapper02 {
    margin-top: 25px;
  }
  #facility-tour .page-content .flow {
    position: relative;
  }
  #facility-tour .page-content .flow-list {
    margin-top: 16px;
  }
  #facility-tour .page-content .flow-list__item {
    margin-bottom: 10px;
    background-color: #EFF4F7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.6rem;
  }
  #facility-tour .page-content .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .flow-list__item span {
    color: white;
    padding: 2px;
    border-radius: 2px;
    background-color: #0165FF;
    font-size: 1.6rem;
    margin-right: 15px;
  }
  #facility-tour .page-content .flow-note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .flow-cta {
    margin-top: 20px;
    position: relative;
    z-index: 5;
  }
  #facility-tour .page-content .facility-image {
    margin-top: 55px;
  }
  #facility-tour .page-content .facility-image .section-ttl {
    margin-bottom: 20px;
  }
  #facility-tour .page-content .facility-image__genre {
    padding: 10px;
    border-radius: 5px;
    background-color: #0165FF;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
  }
  #facility-tour .page-content .facility-image__box {
    border: 1px solid #C5C9D0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
  }
  #facility-tour .page-content .facility-image__box:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .facility-image__ttl {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #facility-tour .page-content .facility-image__lead {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #0165FF;
  }
  #facility-tour .page-content .facility-image__desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .facility-image__slider {
    margin-top: 22px;
    width: 100%;
    position: relative;
  }
  #facility-tour .page-content .facility-image__slider .slick-track {
    display: flex !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-slide {
    padding: 0 2.5px;
  }
  #facility-tour .page-content .facility-image__slider .slick-slide > div {
    padding: 0;
  }
  #facility-tour .page-content .facility-image__slider .slide img {
    width: 100%;
    height: auto;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow {
    background-color: rgba(47, 52, 60, 0.5) !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    color: white !important;
    z-index: 10 !important;
    border: none !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:before {
    content: "" !important;
    border-top: 1px solid white;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:hover {
    background-color: rgba(47, 52, 60, 0.9) !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:focus {
    background-color: rgba(47, 52, 60, 0.7) !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-next {
    right: 0;
    transform: translate(50%, -50%);
  }
  #facility-tour .page-content .facility-image__slider .slick-next:before {
    border-right: 1px solid white;
    transform: translate(-75%, -50%) rotate(45deg);
  }
  #facility-tour .page-content .facility-image__slider .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  #facility-tour .page-content .facility-image__slider .slick-prev:before {
    border-left: 1px solid white;
    transform: translate(-25%, -50%) rotate(-45deg);
  }
  #facility-tour .page-content .facility-image__slider .slick-dots {
    display: none !important;
  }
  #facility-tour .page-content .comment {
    margin-top: 111px;
  }
  #facility-tour .page-content .comment-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  #facility-tour .page-content .comment-box__left {
    flex-shrink: 0;
    width: 66px;
    margin-right: 23px;
  }
  #facility-tour .page-content .comment-box__left span {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  #facility-tour .page-content .comment-box__right {
    width: 100%;
  }
  #facility-tour .page-content .comment-box__right .voice {
    background-color: #EFF4F7;
    padding-left: 39px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 5px;
    font-size: 1.6rem;
    position: relative;
    border-radius: 10px;
  }
  #facility-tour .page-content .comment-box__right .voice::before {
    content: "";
    border-top: 7px solid transparent;
    border-right: 10px solid #EFF4F7;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
  #facility-tour .page-content .comment-box__right .role {
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: end;
    color: #4B4747;
  }
  #facility-tour .page-content .comment-cta {
    margin-top: 35px;
  }
  #facility-tour .page-content .reserve-ttl {
    font-size: 2rem;
    color: white;
    padding-left: 48px;
    position: relative;
    background-color: #0165FF;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-left: -30px;
    margin-right: -30px;
  }
  #facility-tour .page-content .reserve-ttl:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  #facility-tour .page-content .reserve-tab {
    margin-top: 30px;
    display: flex;
    border-bottom: 2px solid #0165FF;
  }
  #facility-tour .page-content .reserve-tab__item {
    font-size: 1.6rem;
    color: #B7B7B7;
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-left: 1px solid #B7B7B7;
    border-top: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-tab__item.active {
    color: white;
    background-color: #0165FF;
    border: none;
  }
  #facility-tour .page-content .reserve-tab__item.web {
    margin-left: 12px;
  }
  #facility-tour .page-content .reserve-wrapper {
    margin-top: 20px;
    display: none;
  }
  #facility-tour .page-content .reserve-wrapper.active {
    display: block;
  }
  #facility-tour .page-content .reserve-list {
    overflow: hidden;
  }
  #facility-tour .page-content .reserve-list.more {
    height: auto !important;
  }
  #facility-tour .page-content .reserve-list__item {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    margin-bottom: 10px;
    padding: 14px 20px;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-list__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-list__ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #C5C9D0;
    line-height: 1.6;
  }
  #facility-tour .page-content .reserve-list dl {
    margin-top: 14px;
  }
  #facility-tour .page-content .reserve-list dl div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #facility-tour .page-content .reserve-list dl div:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-list dl dt {
    flex-shrink: 0;
    width: 60px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #0165FF;
    border: 1px solid #0165FF;
  }
  #facility-tour .page-content .reserve-list dl dd {
    margin-left: 18px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-more {
    margin: 16px auto 0;
    width: 94px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #facility-tour .page-content .reserve-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 7px;
    right: 3px;
  }
  #facility-tour .page-content .reserve-more.active {
    text-align: center;
  }
  #facility-tour .page-content .reserve-more.active:after {
    display: none;
  }
  #facility-tour .page-content .reserve-calender {
    margin-top: 90px;
  }
  #facility-tour .page-content .reserve-calender__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #facility-tour .page-content .reserve-calender__arrows.bottom {
    margin-top: 17px;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month {
    flex-shrink: 0;
    width: 80px;
    height: 21px;
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #000000;
    position: relative;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month.prev:before {
    left: 7px;
    border-left: 1px solid #C5C9D0;
    transform: translateY(-50%) rotate(-45deg);
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month.next:before {
    right: 7px;
    border-right: 1px solid #C5C9D0;
    transform: translateY(-50%) rotate(45deg);
  }
  #facility-tour .page-content .reserve-calender__month {
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-calender__month span {
    font-size: 2.2rem;
  }
  #facility-tour .page-content .reserve-calender__header {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #C5C9D0;
    border-left: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__youbi {
    font-size: 1.4rem;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    border-right: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__body {
    border-top: 1px solid #C5C9D0;
    border-left: 1px solid #C5C9D0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  #facility-tour .page-content .reserve-calender__day {
    min-height: 131px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px solid #C5C9D0;
    border-bottom: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__day .date {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
  #facility-tour .page-content .reserve-calender__day.sat .date {
    color: #6498E6;
  }
  #facility-tour .page-content .reserve-calender__day.sun .date {
    color: #FF8341;
  }
  #facility-tour .page-content .reserve-calender__day.past ul li {
    background-color: #C5C9D0 !important;
  }
  #facility-tour .page-content .reserve-calender__event.tour li {
    background-color: #0165FF;
  }
  #facility-tour .page-content .reserve-calender__event.web li {
    background-color: #FF8341;
  }
  #facility-tour .page-content .reserve-calender__item {
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  #facility-tour .page-content .reserve-form {
    margin-top: 35px;
  }
  #facility-tour .page-content .reserve-form__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  #facility-tour .page-content .reserve-form__wrapper {
    margin-top: 22px;
  }
  #facility-tour .page-content .reserve-form__content h3 {
    font-size: 1.6rem;
  }
  #facility-tour .page-content .reserve-form__content .outputs {
    margin-top: 15px;
    font-size: 1.4rem;
    padding-bottom: 17px;
    border-bottom: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-form__inner {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    padding: 30px 20px;
  }
  #facility-tour .page-content .reserve-form h3 {
    font-size: 1.6rem;
  }
  #facility-tour .page-content .reserve-form h3.form-h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form {
    margin-top: 21px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .form-ttl {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .form-ttl span {
    margin-left: 11px;
    background-color: #FF6767;
    padding: 2px 4px;
    color: white;
    font-size: 1rem;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 15px 18px;
    font-size: 1.4rem;
    color: black;
    margin-bottom: 18px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input.wpcf7-submit {
    cursor: pointer;
    background-color: #FF8F3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    font-size: 1.6rem;
    color: white;
    border-radius: 20px;
    border: none;
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance {
    margin-top: 27px;
    display: block;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .submit-wrapper {
    position: relative;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .submit-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 28px;
    height: 17px;
    display: block;
    background-image: url(../images/common/cta-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-response-output {
    margin-bottom: 40px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #facility-tour .page-header {
    padding-top: 40px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-headerSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #facility-tour .page-header:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #facility-tour .page-header:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #facility-tour .page-header .cotainer {
    position: relative;
  }
  #facility-tour .page-header__ttl {
    font-size: 2rem;
    color: white;
  }
  #facility-tour .page-header__ttl .eng {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #facility-tour .page-header__thumb {
    margin-top: 18px;
    width: 100%;
  }
  #facility-tour .page-header__lead {
    color: white;
    margin-top: 25px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
  }
  #facility-tour .page-header__benefits {
    margin-top: 15px;
  }
  #facility-tour .page-header__item {
    background-color: white;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #facility-tour .page-header__item span {
    color: #0165FF;
  }
  #facility-tour .page-header__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-header__item img {
    margin-top: 2px;
    width: 21px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  #facility-tour .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 20px;
    padding-bottom: 50px;
    /*************/
    /*** flow ****/
    /*************/
    /*************/
    /*** facility-image ****/
    /*************/
    /*************/
    /*** comment ****/
    /*************/
    /*************/
    /*** reserve ****/
    /*************/
  }
  #facility-tour .page-content .section-wrapper.wrapper01 {
    padding-bottom: 20px;
    padding-top: 33px;
  }
  #facility-tour .page-content .section-wrapper.wrapper02 {
    margin-top: 15px;
  }
  #facility-tour .page-content .flow {
    position: relative;
  }
  #facility-tour .page-content .flow-list {
    margin-top: 16px;
  }
  #facility-tour .page-content .flow-list__item {
    margin-bottom: 10px;
    background-color: #EFF4F7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .flow-list__item span {
    color: white;
    padding: 2px;
    border-radius: 2px;
    background-color: #0165FF;
    font-size: 1.6rem;
    margin-right: 15px;
  }
  #facility-tour .page-content .flow-note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .flow-cta {
    margin-top: 20px;
    position: relative;
    z-index: 5;
  }
  #facility-tour .page-content .facility-image {
    margin-top: 30px;
  }
  #facility-tour .page-content .facility-image .section-ttl {
    margin-bottom: 20px;
  }
  #facility-tour .page-content .facility-image__genre {
    padding: 10px;
    border-radius: 5px;
    background-color: #0165FF;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: center;
  }
  #facility-tour .page-content .facility-image__box {
    border: 1px solid #C5C9D0;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  #facility-tour .page-content .facility-image__box:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .facility-image__ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #facility-tour .page-content .facility-image__lead {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #0165FF;
    line-height: 1.6;
  }
  #facility-tour .page-content .facility-image__desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .facility-image__slider {
    margin-top: 22px;
    width: 100%;
    position: relative;
  }
  #facility-tour .page-content .facility-image__slider .slick-track {
    display: flex !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-slide {
    padding: 0 2.5px;
  }
  #facility-tour .page-content .facility-image__slider .slick-slide > div {
    padding: 0;
  }
  #facility-tour .page-content .facility-image__slider .slide img {
    width: 100%;
    height: auto;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow {
    background-color: rgba(47, 52, 60, 0.5) !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    color: white !important;
    z-index: 10 !important;
    border: none !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:before {
    content: "" !important;
    border-top: 1px solid white;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:hover {
    background-color: rgba(47, 52, 60, 0.9) !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-arrow:focus {
    background-color: rgba(47, 52, 60, 0.7) !important;
  }
  #facility-tour .page-content .facility-image__slider .slick-next {
    right: 0;
    transform: translate(50%, -50%);
  }
  #facility-tour .page-content .facility-image__slider .slick-next:before {
    border-right: 1px solid white;
    transform: translate(-75%, -50%) rotate(45deg);
  }
  #facility-tour .page-content .facility-image__slider .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  #facility-tour .page-content .facility-image__slider .slick-prev:before {
    border-left: 1px solid white;
    transform: translate(-25%, -50%) rotate(-45deg);
  }
  #facility-tour .page-content .facility-image__slider .slick-dots {
    display: none !important;
  }
  #facility-tour .page-content .comment {
    margin-top: 60px;
  }
  #facility-tour .page-content .comment-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  #facility-tour .page-content .comment-box__left {
    flex-shrink: 0;
    width: 66px;
    margin-right: 23px;
  }
  #facility-tour .page-content .comment-box__left span {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  #facility-tour .page-content .comment-box__right {
    width: 100%;
  }
  #facility-tour .page-content .comment-box__right .voice {
    background-color: #EFF4F7;
    padding-left: 39px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 5px;
    font-size: 1.6rem;
    position: relative;
    border-radius: 10px;
  }
  #facility-tour .page-content .comment-box__right .voice::before {
    content: "";
    border-top: 7px solid transparent;
    border-right: 10px solid #EFF4F7;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
  }
  #facility-tour .page-content .comment-box__right .role {
    margin-top: 12px;
    font-size: 1.2rem;
    text-align: end;
    color: #4B4747;
  }
  #facility-tour .page-content .comment-cta {
    margin-top: 35px;
  }
  #facility-tour .page-content .reserve-ttl {
    font-size: 1.6rem;
    color: white;
    padding-left: 30px;
    position: relative;
    background-color: #0165FF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #facility-tour .page-content .reserve-ttl:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #facility-tour .page-content .reserve-tab {
    margin-top: 20px;
    display: flex;
    border-bottom: 2px solid #0165FF;
  }
  #facility-tour .page-content .reserve-tab__item {
    font-size: 1.4rem;
    color: #B7B7B7;
    width: 107px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-left: 1px solid #B7B7B7;
    border-top: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-tab__item.active {
    color: white;
    background-color: #0165FF;
    border: none;
  }
  #facility-tour .page-content .reserve-tab__item.web {
    margin-left: 12px;
  }
  #facility-tour .page-content .reserve-wrapper {
    margin-top: 20px;
    display: none;
  }
  #facility-tour .page-content .reserve-wrapper.active {
    display: block;
  }
  #facility-tour .page-content .reserve-list {
    overflow: hidden;
  }
  #facility-tour .page-content .reserve-list.more {
    height: auto !important;
  }
  #facility-tour .page-content .reserve-list__item {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    margin-bottom: 10px;
    padding: 10px 15px;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-list__item:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-list__ttl {
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #C5C9D0;
    line-height: 1.6;
  }
  #facility-tour .page-content .reserve-list dl {
    margin-top: 14px;
  }
  #facility-tour .page-content .reserve-list dl div {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #facility-tour .page-content .reserve-list dl div:last-child {
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-list dl dt {
    flex-shrink: 0;
    width: 60px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #0165FF;
    border: 1px solid #0165FF;
  }
  #facility-tour .page-content .reserve-list dl dd {
    margin-left: 18px;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-more {
    margin: 16px auto 0;
    width: 80px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #facility-tour .page-content .reserve-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 7px;
    right: 3px;
  }
  #facility-tour .page-content .reserve-more.active {
    text-align: center;
  }
  #facility-tour .page-content .reserve-more.active:after {
    display: none;
  }
  #facility-tour .page-content .reserve-calender {
    margin-top: 40px;
  }
  #facility-tour .page-content .reserve-calender__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #facility-tour .page-content .reserve-calender__arrows.bottom {
    margin-top: 17px;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month {
    flex-shrink: 0;
    width: 80px;
    height: 21px;
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #000000;
    position: relative;
    cursor: pointer;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month.prev:before {
    left: 7px;
    border-left: 1px solid #C5C9D0;
    transform: translateY(-50%) rotate(-45deg);
  }
  #facility-tour .page-content .reserve-calender__arrows .arrow-month.next:before {
    right: 7px;
    border-right: 1px solid #C5C9D0;
    transform: translateY(-50%) rotate(45deg);
  }
  #facility-tour .page-content .reserve-calender__month {
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-calender__month span {
    font-size: 2.2rem;
  }
  #facility-tour .page-content .reserve-calender__header {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #C5C9D0;
    border-left: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__youbi {
    font-size: 1.4rem;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    border-right: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__body {
    border-top: 1px solid #C5C9D0;
    border-left: 1px solid #C5C9D0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  #facility-tour .page-content .reserve-calender__day {
    min-height: 131px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px solid #C5C9D0;
    border-bottom: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-calender__day .date {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
  #facility-tour .page-content .reserve-calender__day.sat .date {
    color: #6498E6;
  }
  #facility-tour .page-content .reserve-calender__day.sun .date {
    color: #FF8341;
  }
  #facility-tour .page-content .reserve-calender__day.past ul li {
    background-color: #C5C9D0 !important;
  }
  #facility-tour .page-content .reserve-calender__event.tour li {
    background-color: #0165FF;
  }
  #facility-tour .page-content .reserve-calender__event.web li {
    background-color: #FF8341;
  }
  #facility-tour .page-content .reserve-calender__item {
    padding: 2px 3px;
    border-radius: 2px;
    color: white;
    font-size: 1.8vw;
    margin-bottom: 5px;
  }
  #facility-tour .page-content .reserve-form {
    margin-top: 35px;
  }
  #facility-tour .page-content .reserve-form__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  #facility-tour .page-content .reserve-form__wrapper {
    margin-top: 22px;
  }
  #facility-tour .page-content .reserve-form__content h3 {
    font-size: 1.6rem;
  }
  #facility-tour .page-content .reserve-form__content .outputs {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 1.4rem;
    padding-bottom: 17px;
    border-bottom: 1px solid #C5C9D0;
  }
  #facility-tour .page-content .reserve-form__inner {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    padding: 30px 20px;
  }
  #facility-tour .page-content .reserve-form h3 {
    font-size: 1.6rem;
  }
  #facility-tour .page-content .reserve-form h3.form-h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form {
    margin-top: 21px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .form-ttl {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .form-ttl span {
    margin-left: 11px;
    background-color: #FF6767;
    padding: 2px 4px;
    color: white;
    font-size: 1rem;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    color: black;
    margin-bottom: 14px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form input.wpcf7-submit {
    cursor: pointer;
    background-color: #FF8F3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 1.4rem;
    color: white;
    border-radius: 10px;
    border: none;
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance {
    margin-top: 15px;
    display: block;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .submit-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .submit-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 28px;
    height: 17px;
    display: block;
    background-image: url(../images/common/cta-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  #facility-tour .page-content .reserve-form .wpcf7-form .wpcf7-response-output {
    margin-bottom: 20px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #thanks .page-header {
    background-color: #EFF4F7;
    padding-top: 38px;
    padding-bottom: 200px;
  }
  #thanks .page-header .thanks {
    padding-top: 71px;
    padding-bottom: 88px;
  }
  #thanks .page-header .thanks-check {
    margin: 0 auto;
    width: 18px;
  }
  #thanks .page-header .thanks-ttl {
    margin-top: 17px;
    font-size: 2.6rem;
    color: #0165FF;
    text-align: center;
  }
  #thanks .page-header .thanks-desc {
    margin-top: 33px;
    font-size: 1.4rem;
    text-align: center;
  }
  #thanks .page-header .thanks-cta {
    margin-top: 42px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #thanks .page-header {
    background-color: #EFF4F7;
    padding-top: 20px;
    padding-bottom: 200px;
  }
  #thanks .page-header .thanks {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #thanks .page-header .thanks-check {
    margin: 0 auto;
    width: 18px;
  }
  #thanks .page-header .thanks-ttl {
    margin-top: 12px;
    font-size: 2rem;
    color: #0165FF;
    text-align: center;
  }
  #thanks .page-header .thanks-desc {
    margin-top: 25px;
    font-size: 1.4rem;
    text-align: center;
  }
  #thanks .page-header .thanks-cta {
    margin-top: 30px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #top .page-header {
    position: relative;
    aspect-ratio: 993/665;
    overflow: hidden;
    display: flex;
    min-height: 363px;
  }
  #top .page-header__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
  }
  #top .page-header .container {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 378px;
    padding: 10px 0;
  }
  #top .page-header .wrapper {
    padding: 20% 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #0165FF;
    background-color: white;
  }
  #top .page-header__logo {
    margin: 0 auto;
    width: 300px;
  }
  #top .page-header__lead {
    margin-top: 26px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #top .page-header__lead span.blue {
    color: #0165FF;
    font-size: 2.4rem;
  }
  #top .page-header__lead span.small {
    font-size: 1.6rem;
  }
  #top .page-intro {
    background-color: #0165FF;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
  }
  #top .page-intro:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #top .page-intro:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #top .page-intro .section-wrapper {
    background-color: #0165FF;
    color: white;
  }
  #top .page-intro__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #top .page-intro__desc01 {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
  }
  #top .page-intro__desc01 span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #0165FF;
    background-color: white;
    padding: 2px;
    font-size: 2rem;
    line-height: 1;
  }
  #top .page-intro__desc02 {
    margin-top: 40px;
    font-size: 2rem;
    font-weight: bold;
  }
  #top .page-lead {
    position: relative;
    padding-bottom: 150px;
  }
  #top .page-lead:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #top .page-lead:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #top .page-lead__ttl {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0165FF;
    line-height: 1.6;
  }
  #top .page-lead__list {
    margin-top: 33px;
  }
  #top .page-lead__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    font-size: 2rem;
    padding: 10px 20px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 100px;
    line-height: 1.6;
  }
  #top .page-lead__item::before {
    content: "お悩み";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 22px;
    color: white;
    font-size: 1.2rem;
    background-color: #0165FF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #top .page-lead__item span {
    color: #0165FF;
  }
  #top .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 111px;
    position: relative;
    /*************/
    /***program ****/
    /*************/
    /*************/
    /***comment ****/
    /*************/
    /*************/
    /***about ****/
    /*************/
    /*************/
    /***tour ****/
    /*************/
  }
  #top .page-content__catch {
    text-align: center;
    color: #0165FF;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #top .page-content__catch span {
    font-size: 4.1rem;
  }
  #top .page-content .section-wrapper.wrapper01 {
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #top .page-content .section-wrapper.wrapper02 {
    margin-top: 40px;
    padding-top: 63px;
    padding-bottom: 33px;
  }
  #top .page-content .section-wrapper.wrapper03 {
    margin-top: 40px;
    padding-top: 36px;
    padding-bottom: 33px;
    background-color: #0165FF;
    position: relative;
  }
  #top .page-content .section-wrapper.wrapper03 .top-wrapper03__obj {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
  }
  #top .page-content .program-intro {
    margin-top: 22px;
    font-size: 1.6rem;
  }
  #top .page-content .program-thumb {
    margin-top: 30px;
  }
  #top .page-content .program-benefit {
    margin-top: 37px;
    border: 1px solid #0165FF;
    border-radius: 5px;
    position: relative;
    padding: 20px;
  }
  #top .page-content .program-benefit__ttl {
    background-color: white;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top .page-content .program-benefit__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
  }
  #top .page-content .program-benefit__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .program-benefit__item img {
    flex-shrink: 0;
    width: 21px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #top .page-content .program-benefit__item p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #top .page-content .program-benefit__item p .blue {
    color: #0165FF;
  }
  #top .page-content .program-benefit__item p .small {
    font-size: 1.2rem;
  }
  #top .page-content .program-desc {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  #top .page-content .program-note {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: end;
  }
  #top .page-content .program-cta {
    margin-top: 27px;
  }
  #top .page-content .program .section-ttl.ttl02 {
    margin-top: 38px;
  }
  #top .page-content .program-school {
    margin-top: 26px;
    font-size: 1.5rem;
    position: relative;
    line-height: 2;
    font-weight: 400;
    overflow: hidden;
  }
  #top .page-content .program-school.close {
    height: 220px;
  }
  #top .page-content .program-school span {
    color: #0165FF;
  }
  #top .page-content .program-school span.program-gradation {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, white);
    transition: all 0.6s ease;
  }
  #top .page-content .program-school span.program-gradation.active {
    opacity: 0;
  }
  #top .page-content .program-school span.program-school__other {
    color: black;
    display: block;
    margin-top: 10px;
    text-align: end;
  }
  #top .page-content .program-more {
    margin: 18px auto 0;
    width: 144px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  #top .page-content .program-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #top .page-content .program-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 7px;
    right: 3px;
  }
  #top .page-content .program-more.active {
    text-align: center;
  }
  #top .page-content .program-more.active:after {
    display: none;
  }
  #top .page-content .comment {
    margin-top: 100px;
  }
  #top .page-content .comment-box {
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    overflow: hidden;
  }
  #top .page-content .comment-box.box01 {
    margin-top: 28px;
  }
  #top .page-content .comment-box.box02 {
    margin-top: 17px;
  }
  #top .page-content .comment-box__ttl {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1.5rem;
  }
  #top .page-content .comment-box__ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    color: white;
    font-size: 1.2rem;
    background-color: #0165FF;
    border-radius: 5px;
    margin-right: 14px;
  }
  #top .page-content .comment-box__content {
    background-color: #EFF4F7;
    padding: 25px 20px;
  }
  #top .page-content .comment-box__voice {
    font-size: 1.6rem;
  }
  #top .page-content .comment-box__desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #top .page-content .comment-images {
    margin-top: 32px;
    width: 100%;
  }
  #top .page-content .comment-images .slick-slide {
    margin-right: 4px;
    margin-left: 4px;
  }
  #top .page-content .about-lead {
    margin-top: 22px;
    font-size: 1.6rem;
  }
  #top .page-content .about-images {
    margin-top: 36px;
    width: 100%;
  }
  #top .page-content .about-images .slick-slide {
    margin-right: 4px;
    margin-left: 4px;
  }
  #top .page-content .about-feature {
    margin-top: 28px;
    padding: 20px;
    position: relative;
    border: 1px solid #0165FF;
    border-radius: 10px;
  }
  #top .page-content .about-feature__ttl {
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #top .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .about-feature__item img {
    width: 21px;
    margin-right: 10px;
    margin-top: 2px;
  }
  #top .page-content .about-feature__item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #top .page-content .about-feature__item p span {
    color: #0165FF;
    font-size: 1.6rem;
  }
  #top .page-content .about-feature__item p span.small {
    font-size: 1.4rem;
  }
  #top .page-content .about-feature__item p span.big {
    font-size: 2.2rem;
  }
  #top .page-content .about-desc {
    margin-top: 28px;
    font-size: 1.4rem;
  }
  #top .page-content .about-corporate {
    margin-top: 26px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    position: relative;
  }
  #top .page-content .about-corporate:after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url(../images/common/white-link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top .page-content .about-corporate img {
    margin: 0 auto 13px;
    width: 140px;
  }
  #top .page-content .about-cta {
    margin-top: 20px;
  }
  #top .page-content .tour-sub {
    background-color: white;
    color: #0165FF;
    border-radius: 30px;
    position: relative;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  #top .page-content .tour-sub:after {
    content: "";
    display: block;
    border-top: 5px solid white;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #top .page-content .tour-ttl {
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 2.6rem;
  }
  #top .page-content .tour-lead {
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
  }
  #top .page-content .tour-list {
    margin: 25px 22px 0;
  }
  #top .page-content .tour-list__item {
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #top .page-content .tour-list__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .tour-list__item img {
    width: 21px;
    margin-top: 2px;
    margin-right: 10px;
  }
  #top .page-content .tour-list__item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #top .page-content .tour-list__item p span {
    color: #0165FF;
    font-size: 1.6rem;
  }
  #top .page-content .tour-list__item p span.big {
    font-size: 2.2rem;
  }
  #top .page-content .tour-list__item:nth-child(2) {
    padding-top: 0px;
  }
  #top .page-content .tour-list__item:nth-child(2) img {
    margin-top: 10px;
  }
  #top .page-content .tour-desc {
    margin-top: 30px;
    font-size: 1.4rem;
    color: white;
  }
  #top .page-content .tour-cta {
    margin-top: 20px;
    background-color: white;
    color: #0165FF;
  }
  #top .page-content .tour-cta span.arrow {
    background-color: #0165FF;
  }
  #top .page-content .tour-cta span.arrow::before {
    border-color: white;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #top .page-header {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
  }
  #top .page-header__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
  }
  #top .page-header .container {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 5px;
    border: 2px solid #0165FF;
    background-color: white;
  }
  #top .page-header__logo {
    margin: 0 auto;
    width: 200px;
  }
  #top .page-header__lead {
    margin-top: 18px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }
  #top .page-header__lead span.blue {
    color: #0165FF;
    font-size: 2rem;
    display: block;
  }
  #top .page-header__lead span.small {
    font-size: 1.4rem;
  }
  #top .page-intro {
    background-color: #0165FF;
    padding-top: 40px;
    padding-bottom: 150px;
    position: relative;
  }
  #top .page-intro:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #top .page-intro:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #top .page-intro .section-wrapper {
    background-color: #0165FF;
    color: white;
  }
  #top .page-intro__ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #top .page-intro__desc01 {
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
  }
  #top .page-intro__desc01 span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #0165FF;
    background-color: white;
    padding: 2px;
    font-size: 1.6rem;
    line-height: 1;
  }
  #top .page-intro__desc02 {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top .page-lead {
    position: relative;
    padding-top: 0;
    padding-bottom: 130px;
  }
  #top .page-lead:before {
    content: "";
    width: 50%;
    height: 30%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #top .page-lead:after {
    content: "";
    width: 52%;
    height: 30%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #top .page-lead__ttl {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #0165FF;
    line-height: 1.6;
  }
  #top .page-lead__list {
    margin-top: 25px;
  }
  #top .page-lead__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    font-size: 1.4rem;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 55px;
    padding-right: 10px;
    line-height: 1.6;
  }
  #top .page-lead__item::before {
    content: "お悩み";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 22px;
    color: white;
    font-size: 1.1rem;
    background-color: #0165FF;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }
  #top .page-lead__item span {
    color: #0165FF;
  }
  #top .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 0px;
    padding-bottom: 60px;
    position: relative;
    /*************/
    /***program ****/
    /*************/
    /*************/
    /***comment ****/
    /*************/
    /*************/
    /***about ****/
    /*************/
    /*************/
    /***tour ****/
    /*************/
  }
  #top .page-content__catch {
    text-align: center;
    color: #0165FF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #top .page-content__catch span {
    font-size: 2.5rem;
  }
  #top .page-content .section-wrapper.wrapper01 {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #top .page-content .section-wrapper.wrapper02 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #top .page-content .section-wrapper.wrapper03 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #0165FF;
    position: relative;
  }
  #top .page-content .section-wrapper.wrapper03 .top-wrapper03__obj {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
  }
  #top .page-content .program-intro {
    margin-top: 18px;
    font-size: 1.4rem;
  }
  #top .page-content .program-thumb {
    margin-top: 20px;
  }
  #top .page-content .program-benefit {
    margin-top: 25px;
    border: 1px solid #0165FF;
    border-radius: 5px;
    position: relative;
    padding: 20px 10px;
  }
  #top .page-content .program-benefit__ttl {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  #top .page-content .program-benefit__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
  }
  #top .page-content .program-benefit__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .program-benefit__item img {
    flex-shrink: 0;
    width: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #top .page-content .program-benefit__item p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #top .page-content .program-benefit__item p .blue {
    color: #0165FF;
  }
  #top .page-content .program-benefit__item p .small {
    font-size: 1.1rem;
  }
  #top .page-content .program-desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #top .page-content .program-note {
    margin-top: 10px;
    font-size: 1.1rem;
    text-align: end;
  }
  #top .page-content .program-cta {
    margin-top: 20px;
  }
  #top .page-content .program .section-ttl.ttl02 {
    margin-top: 25px;
  }
  #top .page-content .program-school {
    margin-top: 20px;
    font-size: 1.4rem;
    position: relative;
    line-height: 2;
    font-weight: 400;
    overflow: hidden;
  }
  #top .page-content .program-school.close {
    height: 220px;
  }
  #top .page-content .program-school span {
    color: #0165FF;
  }
  #top .page-content .program-school span.program-gradation {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, white);
    transition: all 0.6s ease;
  }
  #top .page-content .program-school span.program-gradation.active {
    opacity: 0;
  }
  #top .page-content .program-school span.program-school__other {
    color: black;
    display: block;
    margin-top: 10px;
    text-align: end;
  }
  #top .page-content .program-more {
    margin: 12px auto 0;
    width: 120px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
  }
  #top .page-content .program-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 8px;
    right: 0;
  }
  #top .page-content .program-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 5px;
    right: 3px;
  }
  #top .page-content .program-more.active {
    text-align: center;
  }
  #top .page-content .program-more.active:after {
    display: none;
  }
  #top .page-content .comment {
    margin-top: 50px;
  }
  #top .page-content .comment-box {
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    overflow: hidden;
  }
  #top .page-content .comment-box.box01 {
    margin-top: 20px;
  }
  #top .page-content .comment-box.box02 {
    margin-top: 15px;
  }
  #top .page-content .comment-box__ttl {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1.2rem;
  }
  #top .page-content .comment-box__ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: white;
    font-size: 1.1rem;
    background-color: #0165FF;
    border-radius: 5px;
    margin-right: 5px;
  }
  #top .page-content .comment-box__content {
    background-color: #EFF4F7;
    padding: 15px 10px;
  }
  #top .page-content .comment-box__voice {
    font-size: 1.4rem;
  }
  #top .page-content .comment-box__desc {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  #top .page-content .comment-images {
    margin-top: 25px;
    width: 100%;
  }
  #top .page-content .comment-images .slick-slide {
    margin-right: 2px;
    margin-left: 2px;
  }
  #top .page-content .about-lead {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #top .page-content .about-images {
    margin-top: 20px;
    width: 100%;
  }
  #top .page-content .about-images .slick-slide {
    margin-right: 2px;
    margin-left: 2px;
  }
  #top .page-content .about-feature {
    margin-top: 20px;
    padding: 20px 10px;
    position: relative;
    border: 1px solid #0165FF;
    border-radius: 10px;
  }
  #top .page-content .about-feature__ttl {
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  #top .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #top .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .about-feature__item img {
    width: 15px;
    margin-right: 10px;
    margin-top: 5px;
  }
  #top .page-content .about-feature__item p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #top .page-content .about-feature__item p span {
    color: #0165FF;
    font-size: 1.4rem;
  }
  #top .page-content .about-feature__item p span.small {
    font-size: 1.2rem;
  }
  #top .page-content .about-feature__item p span.big {
    font-size: 1.6rem;
  }
  #top .page-content .about-desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #top .page-content .about-corporate {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    position: relative;
  }
  #top .page-content .about-corporate:after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url(../images/common/white-link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top .page-content .about-corporate img {
    margin: 0 auto 13px;
    width: 140px;
  }
  #top .page-content .about-cta {
    margin-top: 20px;
  }
  #top .page-content .tour-sub {
    background-color: white;
    color: #0165FF;
    border-radius: 30px;
    position: relative;
    width: 240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
  #top .page-content .tour-sub:after {
    content: "";
    display: block;
    border-top: 5px solid white;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #top .page-content .tour-ttl {
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 2rem;
  }
  #top .page-content .tour-lead {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 1.4rem;
  }
  #top .page-content .tour-list {
    margin: 20px 10px 0;
  }
  #top .page-content .tour-list__item {
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #top .page-content .tour-list__item:last-child {
    margin-bottom: 0;
  }
  #top .page-content .tour-list__item img {
    width: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #top .page-content .tour-list__item p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #top .page-content .tour-list__item p span {
    color: #0165FF;
    font-size: 1.4rem;
  }
  #top .page-content .tour-list__item p span.big {
    font-size: 1.6rem;
  }
  #top .page-content .tour-list__item:nth-child(2) br {
    display: none;
  }
  #top .page-content .tour-desc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: white;
  }
  #top .page-content .tour-cta {
    margin-top: 20px;
    background-color: white;
    color: #0165FF;
  }
  #top .page-content .tour-cta span.arrow {
    background-color: #0165FF;
  }
  #top .page-content .tour-cta span.arrow::before {
    border-color: white;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #system .page-header {
    padding-top: 56px;
    padding-bottom: 100px;
    background-image: url(../images/common/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #system .page-header:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #system .page-header:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #system .page-header .cotainer {
    position: relative;
  }
  #system .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #system .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #system .page-header__thumb {
    margin-top: 26px;
    width: 100%;
  }
  #system .page-header__lead {
    margin-top: 23px;
    font-size: 2.2rem;
    color: white;
    line-height: 1.6;
    text-align: center;
  }
  #system .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 50px;
    /*****************/
    /****  flow   *****/
    /*****************/
    /*****************/
    /****  flow   *****/
    /*****************/
    /*****************/
    /****  open   *****/
    /*****************/
  }
  #system .page-content .section-wrapper.wrapper01 {
    padding-bottom: 40px;
    padding-top: 53px;
  }
  #system .page-content .about-lead {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #system .page-content .about-thumb {
    margin-top: 22px;
  }
  #system .page-content .about-feature {
    margin-top: 37px;
    border: 1px solid #0165FF;
    border-radius: 5px;
    position: relative;
    padding: 20px;
  }
  #system .page-content .about-feature__ttl {
    background-color: white;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #system .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
  }
  #system .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #system .page-content .about-feature__item img {
    flex-shrink: 0;
    width: 21px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #system .page-content .about-feature__item p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #system .page-content .about-feature__item p .blue {
    color: #0165FF;
  }
  #system .page-content .about-feature__item p .small {
    font-size: 1.2rem;
  }
  #system .page-content .flow {
    margin-top: 90px;
  }
  #system .page-content .flow-images {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
  }
  #system .page-content .flow-images__item {
    width: 21.5%;
  }
  #system .page-content .flow-list {
    margin-top: 32px;
  }
  #system .page-content .flow-list__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
  }
  #system .page-content .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #system .page-content .flow-list__left {
    font-size: 1.6rem;
    color: white;
    background-color: #0165FF;
    border-radius: 5px;
    padding: 3px 4px;
    margin-right: 15px;
  }
  #system .page-content .flow-list__right {
    width: 100%;
  }
  #system .page-content .flow-list__ttl {
    font-size: 1.6rem;
  }
  #system .page-content .flow-list__ttl span {
    color: #0165FF;
  }
  #system .page-content .flow-list__entry {
    margin-top: 10px;
  }
  #system .page-content .flow-list__child {
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
  }
  #system .page-content .flow-list__child:last-child {
    margin-bottom: 0;
  }
  #system .page-content .flow-list__child p {
    font-size: 1.2rem;
    position: relative;
    padding-left: 15px;
  }
  #system .page-content .flow-list__child p:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0165FF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #system .page-content .flow-list__child p a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .flow-list__cta {
    margin-top: 17px;
    padding: 14px;
    font-size: 1.2rem;
  }
  #system .page-content .flow-list__desc {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #system .page-content .flow-list__desc a {
    display: inline;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .open {
    margin-top: 111px;
  }
  #system .page-content .open-lead {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  #system .page-content .open-lead a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .open-thumb {
    margin-top: 23px;
    background-color: #0165FF;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    border-radius: 5px;
  }
  #system .page-content .open-thumb__obj {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
  }
  #system .page-content .open-thumb__sub {
    background-color: white;
    color: #0165FF;
    border-radius: 30px;
    position: relative;
    width: 188px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  #system .page-content .open-thumb__sub:after {
    content: "";
    display: block;
    border-top: 5px solid white;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #system .page-content .open-thumb__ttl {
    margin-top: 20px;
    text-align: center;
    color: white;
    font-size: 2.6rem;
  }
  #system .page-content .open-thumb__ttl span {
    font-size: 3.8rem;
  }
  #system .page-content .open-thumb__desc {
    margin-top: 25px;
    text-align: center;
    color: white;
    font-size: 1.6rem;
  }
  #system .page-content .open-inner {
    margin-top: 20px;
    background-color: #EFF4F7;
    padding: 20px;
    position: relative;
  }
  #system .page-content .open-inner__number {
    font-size: 4.8rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -5px;
  }
  #system .page-content .open-inner__ttl {
    position: relative;
    font-size: 1.6rem;
    color: #0165FF;
    text-align: center;
  }
  #system .page-content .open-inner__lead {
    margin-top: 17px;
    font-size: 1.2rem;
  }
  #system .page-content .open-inner__lead span {
    font-weight: bold;
  }
  #system .page-content .open-program {
    margin-top: 16px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 14px;
  }
  #system .page-content .open-program__ttl {
    background-color: #0165FF;
    padding: 5px;
    text-align: center;
    font-size: 1.3rem;
    color: white;
    margin-left: -16px;
    margin-right: -16px;
  }
  #system .page-content .open-program__list {
    margin-top: 18px;
  }
  #system .page-content .open-program__item {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
  }
  #system .page-content .open-program__item span {
    background-color: #0165FF;
    width: 21px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 12px;
    border-radius: 1px;
    flex-shrink: 0;
  }
  #system .page-content .open-program__item:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #EFF4F7;
  }
  #system .page-content .open-program__item:last-child {
    margin-top: 10px;
  }
  #system .page-content .open-program__time {
    margin-top: 20px;
    background-color: #EFF4F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px 18px;
    font-size: 1.2rem;
  }
  #system .page-content .open-program__time span {
    background-color: white;
    width: 57px;
    height: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
  }
  #system .page-content .open-cta {
    margin-top: 17px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #system .page-header {
    padding-top: 40px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-headerSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #system .page-header:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #system .page-header:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #system .page-header .cotainer {
    position: relative;
  }
  #system .page-header__ttl {
    font-size: 2rem;
    color: white;
  }
  #system .page-header__ttl .eng {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #system .page-header__thumb {
    margin-top: 18px;
    width: 100%;
  }
  #system .page-header__lead {
    margin-top: 15px;
    font-size: 1.6rem;
    color: white;
    line-height: 1.6;
    text-align: center;
  }
  #system .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-bottom: 50px;
    /*****************/
    /****  flow   *****/
    /*****************/
    /*****************/
    /****  flow   *****/
    /*****************/
    /*****************/
    /****  open   *****/
    /*****************/
  }
  #system .page-content .section-wrapper.wrapper01 {
    padding-bottom: 20px;
    padding-top: 33px;
  }
  #system .page-content .about-lead {
    margin-top: 18px;
    font-size: 1.4rem;
  }
  #system .page-content .about-thumb {
    margin-top: 20px;
  }
  #system .page-content .about-feature {
    margin-top: 25px;
    border: 1px solid #0165FF;
    border-radius: 5px;
    position: relative;
    padding: 20px 10px;
  }
  #system .page-content .about-feature__ttl {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #system .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
  }
  #system .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #system .page-content .about-feature__item img {
    flex-shrink: 0;
    width: 15px;
    margin-top: 5px;
    margin-right: 10px;
  }
  #system .page-content .about-feature__item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #system .page-content .about-feature__item p .blue {
    color: #0165FF;
  }
  #system .page-content .about-feature__item p .small {
    font-size: 1.1rem;
  }
  #system .page-content .flow {
    margin-top: 50px;
  }
  #system .page-content .flow-images {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #system .page-content .flow-images__item {
    width: 21.5%;
  }
  #system .page-content .flow-list {
    margin-top: 25px;
  }
  #system .page-content .flow-list__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
  }
  #system .page-content .flow-list__item:last-child {
    margin-bottom: 0;
  }
  #system .page-content .flow-list__left {
    font-size: 1.4rem;
    color: white;
    background-color: #0165FF;
    border-radius: 5px;
    padding: 3px 4px;
    margin-right: 10px;
  }
  #system .page-content .flow-list__right {
    width: 100%;
  }
  #system .page-content .flow-list__ttl {
    font-size: 1.4rem;
    margin-top: 2px;
  }
  #system .page-content .flow-list__ttl span {
    color: #0165FF;
  }
  #system .page-content .flow-list__entry {
    margin-top: 10px;
  }
  #system .page-content .flow-list__child {
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
  }
  #system .page-content .flow-list__child:last-child {
    margin-bottom: 0;
  }
  #system .page-content .flow-list__child p {
    font-size: 1.2rem;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
  }
  #system .page-content .flow-list__child p:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0165FF;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #system .page-content .flow-list__child p a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .flow-list__cta {
    margin-top: 17px;
    padding: 14px;
    font-size: 1.2rem;
  }
  #system .page-content .flow-list__desc {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #system .page-content .flow-list__desc a {
    display: inline;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .open {
    margin-top: 50px;
  }
  #system .page-content .open-lead {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #system .page-content .open-lead a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #system .page-content .open-thumb {
    margin-top: 20px;
    background-color: #0165FF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-radius: 5px;
  }
  #system .page-content .open-thumb__obj {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
  }
  #system .page-content .open-thumb__sub {
    background-color: white;
    color: #0165FF;
    border-radius: 30px;
    position: relative;
    width: 140px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
  #system .page-content .open-thumb__sub:after {
    content: "";
    display: block;
    border-top: 5px solid white;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  #system .page-content .open-thumb__ttl {
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 2rem;
  }
  #system .page-content .open-thumb__ttl span {
    font-size: 3rem;
  }
  #system .page-content .open-thumb__desc {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-size: 1.4rem;
  }
  #system .page-content .open-inner {
    margin-top: 20px;
    background-color: #EFF4F7;
    padding: 20px;
    position: relative;
  }
  #system .page-content .open-inner__number {
    font-size: 4.8rem;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 0;
    top: -5px;
  }
  #system .page-content .open-inner__ttl {
    font-size: 1.6rem;
    color: #0165FF;
    text-align: center;
    position: relative;
  }
  #system .page-content .open-inner__lead {
    margin-top: 17px;
    font-size: 1.2rem;
  }
  #system .page-content .open-inner__lead span {
    font-weight: bold;
  }
  #system .page-content .open-program {
    margin-top: 16px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 14px;
  }
  #system .page-content .open-program__ttl {
    background-color: #0165FF;
    padding: 5px;
    text-align: center;
    font-size: 1.3rem;
    color: white;
    margin-left: -16px;
    margin-right: -16px;
  }
  #system .page-content .open-program__list {
    margin-top: 18px;
  }
  #system .page-content .open-program__item {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
  #system .page-content .open-program__item span {
    background-color: #0165FF;
    width: 21px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 12px;
    border-radius: 1px;
    flex-shrink: 0;
  }
  #system .page-content .open-program__item:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #EFF4F7;
  }
  #system .page-content .open-program__item:last-child {
    margin-top: 10px;
  }
  #system .page-content .open-program__time {
    margin-top: 20px;
    background-color: #EFF4F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #system .page-content .open-program__time span {
    background-color: white;
    width: 57px;
    height: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
  }
  #system .page-content .open-cta {
    margin-top: 12px;
  }
  #system .page-content .open-cta span.empty {
    width: 5px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #ob-og .page-header {
    padding-top: 56px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #ob-og .page-header:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #ob-og .page-header:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #ob-og .page-header .cotainer {
    position: relative;
  }
  #ob-og .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #ob-og .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #ob-og .page-header__thumb {
    margin-top: 26px;
    width: 100%;
  }
  #ob-og .page-header__lead {
    color: white;
    margin-top: 25px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #ob-og .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 80px;
    /*************/
    /***voice-list ****/
    /*************/
    /*************/
    /***voice01 ****/
    /*************/
    /*************/
    /***voice02 ****/
    /*************/
  }
  #ob-og .page-content .section-wrapper.wrapper01 {
    padding-bottom: 30px;
    padding-top: 53px;
  }
  #ob-og .page-content .section-wrapper.wrapper02 {
    padding-bottom: 30px;
    padding-top: 53px;
    margin-top: 25px;
  }
  #ob-og .page-content .voice-list {
    margin-top: 35px;
  }
  #ob-og .page-content .voice-list__item {
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    margin-bottom: 14px;
  }
  #ob-og .page-content .voice-list__item:last-child {
    margin-bottom: 0;
  }
  #ob-og .page-content .voice-list__item:nth-child(even) .voice-list__content {
    background-color: #EFF4F7;
  }
  #ob-og .page-content .voice-list__ttl {
    padding: 7px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  #ob-og .page-content .voice-list__ttl span {
    font-size: 1.2rem;
    padding: 5px;
    color: white;
    background-color: #0165FF;
    border-radius: 5px;
    margin-right: 15px;
  }
  #ob-og .page-content .voice-list__content {
    background-color: #D9EBFF;
    padding: 23px;
    font-size: 1.6rem;
  }
  #ob-og .page-content .voice-list__content span {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #ob-og .page-content .voice01 .program-school {
    margin-top: 34px;
    font-size: 1.5rem;
    position: relative;
    line-height: 2;
    font-weight: 400;
    overflow: hidden;
  }
  #ob-og .page-content .voice01 .program-school.close {
    height: 220px;
  }
  #ob-og .page-content .voice01 .program-school span {
    color: #0165FF;
  }
  #ob-og .page-content .voice01 .program-school span.program-gradation {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, white);
    transition: all 0.6s ease;
  }
  #ob-og .page-content .voice01 .program-school span.program-gradation.active {
    opacity: 0;
  }
  #ob-og .page-content .voice01 .program-more {
    margin: 18px auto 0;
    width: 144px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  #ob-og .page-content .voice01 .program-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #ob-og .page-content .voice01 .program-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 7px;
    right: 3px;
  }
  #ob-og .page-content .voice01 .program-more.active {
    text-align: center;
  }
  #ob-og .page-content .voice01 .program-more.active:after {
    display: none;
  }
  #ob-og .page-content .voice02-cta {
    margin-top: 20px;
  }
  #ob-og .page-content .voice02-cta p {
    text-align: center;
    line-height: 1.2;
  }
  #ob-og .page-content .voice02-cta p span {
    background-color: transparent;
    font-size: 1.2rem;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #ob-og .page-header {
    padding-top: 40px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-headerSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #ob-og .page-header:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #ob-og .page-header:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #ob-og .page-header .cotainer {
    position: relative;
  }
  #ob-og .page-header__ttl {
    font-size: 2rem;
    color: white;
    line-height: 1.6;
  }
  #ob-og .page-header__ttl .eng {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #ob-og .page-header__thumb {
    margin-top: 18px;
    width: 100%;
  }
  #ob-og .page-header__lead {
    color: white;
    margin-top: 25px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #ob-og .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 20px;
    padding-bottom: 50px;
    /*************/
    /***voice-list ****/
    /*************/
    /*************/
    /***voice01 ****/
    /*************/
    /*************/
    /***voice02 ****/
    /*************/
  }
  #ob-og .page-content .section-wrapper.wrapper01 {
    padding-bottom: 20px;
    padding-top: 33px;
  }
  #ob-og .page-content .section-wrapper.wrapper02 {
    padding-bottom: 20px;
    padding-top: 33px;
    margin-top: 15px;
  }
  #ob-og .page-content .voice-list {
    margin-top: 25px;
  }
  #ob-og .page-content .voice-list__item {
    border: 1px solid #C5C9D0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #ob-og .page-content .voice-list__item:last-child {
    margin-bottom: 0;
  }
  #ob-og .page-content .voice-list__item:nth-child(even) .voice-list__content {
    background-color: #EFF4F7;
  }
  #ob-og .page-content .voice-list__ttl {
    padding: 7px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
  #ob-og .page-content .voice-list__ttl span {
    font-size: 1.1rem;
    padding: 5px;
    color: white;
    background-color: #0165FF;
    border-radius: 5px;
    margin-right: 15px;
  }
  #ob-og .page-content .voice-list__content {
    background-color: #D9EBFF;
    padding: 18px;
    font-size: 1.4rem;
  }
  #ob-og .page-content .voice-list__content span {
    display: block;
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
  }
  #ob-og .page-content .voice01 .program-school {
    margin-top: 20px;
    font-size: 1.4rem;
    position: relative;
    line-height: 2;
    font-weight: 400;
    overflow: hidden;
  }
  #ob-og .page-content .voice01 .program-school.close {
    height: 220px;
  }
  #ob-og .page-content .voice01 .program-school span {
    color: #0165FF;
  }
  #ob-og .page-content .voice01 .program-school span.program-gradation {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, white);
    transition: all 0.6s ease;
  }
  #ob-og .page-content .voice01 .program-school span.program-gradation.active {
    opacity: 0;
  }
  #ob-og .page-content .voice01 .program-more {
    margin: 12px auto 0;
    width: 120px;
    color: #0165FF;
    padding-bottom: 7px;
    border-bottom: 1px solid #0165FF;
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
  }
  #ob-og .page-content .voice01 .program-more:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #0165FF;
    position: absolute;
    top: 8px;
    right: 0;
  }
  #ob-og .page-content .voice01 .program-more:after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: #0165FF;
    position: absolute;
    top: 5px;
    right: 3px;
  }
  #ob-og .page-content .voice01 .program-more.active {
    text-align: center;
  }
  #ob-og .page-content .voice01 .program-more.active:after {
    display: none;
  }
  #ob-og .page-content .voice02-cta {
    margin-top: 20px;
  }
  #ob-og .page-content .voice02-cta p {
    text-align: center;
    line-height: 1.2;
  }
  #ob-og .page-content .voice02-cta p span {
    background-color: transparent;
    font-size: 1.2rem;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #totalsourcing .page-header {
    padding-top: 56px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #totalsourcing .page-header:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #totalsourcing .page-header:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #totalsourcing .page-header .cotainer {
    position: relative;
  }
  #totalsourcing .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #totalsourcing .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #totalsourcing .page-header__thumb {
    margin-top: 35px;
    width: 100%;
  }
  #totalsourcing .page-header__lead {
    color: white;
    margin-top: 18px;
    text-align: center;
    font-size: 2.4rem;
  }
  #totalsourcing .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 80px;
    /*************/
    /*** intro ****/
    /*************/
    /*************/
    /*** about ****/
    /*************/
    /*************/
    /*** comparison ****/
    /*************/
    /*************/
    /*** number ****/
    /*************/
  }
  #totalsourcing .page-content .section-wrapper.wrapper01 {
    padding-bottom: 25px;
    padding-top: 26px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper02 {
    margin-top: 22px;
    padding-bottom: 27px;
    padding-top: 55px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper03 {
    margin-top: 22px;
    padding-bottom: 27px;
    padding-top: 55px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper04 {
    margin-top: 30px;
    padding-bottom: 34px;
  }
  #totalsourcing .page-content .intro-lead {
    font-size: 1.6rem;
    text-align: center;
  }
  #totalsourcing .page-content .intro-ranking {
    margin-top: 15px;
    background-color: #EFF4F7;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  #totalsourcing .page-content .intro-ranking__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: white;
    padding: 8px 12px;
    border-radius: 20px;
  }
  #totalsourcing .page-content .intro-ranking__banners {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
  }
  #totalsourcing .page-content .intro-ranking__banner.banner01 img {
    width: 192px;
  }
  #totalsourcing .page-content .intro-ranking__banner.banner02 img {
    width: 123px;
  }
  #totalsourcing .page-content .intro-ranking__number {
    margin-top: 20px;
    font-size: 3rem;
    font-weight: bold;
    color: #0165FF;
    text-align: center;
  }
  #totalsourcing .page-content .intro-ranking__number span {
    font-size: 3.8rem;
  }
  #totalsourcing .page-content .intro-ranking__term {
    margin-top: 22px;
    font-size: 1.2rem;
    text-align: center;
  }
  #totalsourcing .page-content .intro-feature {
    margin-top: 19px;
    background-color: #EFF4F7;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  #totalsourcing .page-content .intro-feature__ttl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: white;
    padding: 8px 12px;
    border-radius: 20px;
  }
  #totalsourcing .page-content .intro-feature__img {
    margin: 20px auto 0;
    width: 194px;
  }
  #totalsourcing .page-content .intro-feature__desc {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-feature {
    margin-top: 34px;
    position: relative;
    border: 1px solid #0165FF;
    border-radius: 10px;
    padding: 20px;
  }
  #totalsourcing .page-content .about-feature__ttl {
    position: absolute;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.6rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  #totalsourcing .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #totalsourcing .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #totalsourcing .page-content .about-feature__item img {
    margin-top: 2px;
    width: 21px;
  }
  #totalsourcing .page-content .about-feature__item p {
    margin-left: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #totalsourcing .page-content .about-feature__item p span {
    color: #0165FF;
    font-size: 1.6rem;
  }
  #totalsourcing .page-content .about-feature__item p span.big {
    font-size: 2.2rem;
  }
  #totalsourcing .page-content .about-feature__item p span.small {
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .about-lead {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .about-corporate {
    margin-top: 26px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    position: relative;
  }
  #totalsourcing .page-content .about-corporate:after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url(../images/common/white-link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #totalsourcing .page-content .about-corporate img {
    margin: 0 auto 13px;
    width: 140px;
  }
  #totalsourcing .page-content .about-qa {
    margin-top: 40px;
  }
  #totalsourcing .page-content .about-qa__item {
    margin-bottom: 40px;
  }
  #totalsourcing .page-content .about-qa__item:last-child {
    margin-bottom: 0;
  }
  #totalsourcing .page-content .about-qa__question {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #C5C9D0;
    font-weight: bold;
  }
  #totalsourcing .page-content .about-qa__question span {
    flex-shrink: 0;
    background-color: #0165FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    margin-right: 10px;
    padding-bottom: 4px;
  }
  #totalsourcing .page-content .about-qa__answer {
    margin-top: 10px;
    display: flex;
  }
  #totalsourcing .page-content .about-qa__answer span {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EFF4F7;
    font-size: 1.7rem;
    color: #0165FF;
    margin-right: 10px;
    padding-bottom: 2px;
  }
  #totalsourcing .page-content .about-qa__detail h3 {
    font-weight: 500;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #totalsourcing .page-content .about-qa__detail p {
    margin-top: 17px;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-qa__detail-img {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__banners {
    margin-top: 27px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__banner {
    flex-shrink: 0;
    width: 95px;
  }
  #totalsourcing .page-content .about-qa__career {
    margin-top: 18px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__benefits {
    margin-top: 43px;
    border-radius: 10px;
    border: 1px solid #0165FF;
    position: relative;
    padding: 20px 15px;
  }
  #totalsourcing .page-content .about-qa__benefits h4 {
    position: absolute;
    font-size: 1.6rem;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background-color: white;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #totalsourcing .page-content .about-qa__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  #totalsourcing .page-content .about-qa__icon {
    width: 86px;
    flex-shrink: 0;
  }
  #totalsourcing .page-content .about-qa__icon img {
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__worksup {
    margin-top: 40px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__worksup img {
    width: 1100%;
  }
  #totalsourcing .page-content .comparison .section-ttl {
    line-height: 1.6;
    letter-spacing: -0.01em;
    padding-left: 10px;
  }
  #totalsourcing .page-content .comparison .section-ttl:before {
    top: 15px;
    transform: translateY(0);
  }
  #totalsourcing .page-content .comparison-lead {
    margin-top: 15px;
    background-color: #0165FF;
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #totalsourcing .page-content .comparison-table {
    margin-top: 20px;
  }
  #totalsourcing .page-content .comparison-table thead tr {
    display: flex;
  }
  #totalsourcing .page-content .comparison-table thead tr th {
    width: 25%;
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th02 {
    background-color: #FF7F00;
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th02::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FF7F00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -2px;
    left: 0;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th03 {
    background-color: #808080;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th04 {
    background-color: #BCBCBC;
  }
  #totalsourcing .page-content .comparison-table tbody {
    border-top: 2px solid #BCBCBC;
    margin-top: -2px;
    display: block;
  }
  #totalsourcing .page-content .comparison-table tbody tr {
    border-bottom: 2px solid #BCBCBC;
    display: flex;
  }
  #totalsourcing .page-content .comparison-table tbody tr th {
    width: 25%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  #totalsourcing .page-content .comparison-table tbody tr td {
    width: 25%;
    display: flex;
  }
  #totalsourcing .page-content .comparison-table tbody tr td img {
    width: 24px;
    margin: auto;
  }
  #totalsourcing .page-content .comparison-table tbody tr td img.good {
    width: 30px;
  }
  #totalsourcing .page-content .comparison-table tbody tr td:nth-child(2) {
    border-left: 2px solid #FF7F00;
    border-right: 2px solid #FF7F00;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child {
    border: none;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td {
    padding: 10px 5px;
    font-size: 1.2rem;
    line-height: 1.6;
    display: block;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td a {
    display: inline;
    text-decoration: underline;
    color: #0165FF;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #FF7F00;
  }
  #totalsourcing .page-content .comparison-desc {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .number-ttl {
    background-color: #0165FF;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 16px;
    padding-bottom: 18px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 25px;
  }
  #totalsourcing .page-content .number-ttl span {
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
  }
  #totalsourcing .page-content .number-ttl img {
    position: absolute;
    top: 0;
    right: 0;
    width: 108px;
  }
  #totalsourcing .page-content .number-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 15px;
    gap: 15px;
    flex-wrap: wrap;
  }
  #totalsourcing .page-content .number-box__item {
    background-color: #EFF4F7;
    border-radius: 10px;
    flex: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 150px;
  }
  #totalsourcing .page-content .number-box__ttl {
    color: #375FC6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
  }
  #totalsourcing .page-content .number-box__ttl::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF7F00;
    margin-right: 5px;
    border-radius: 50%;
  }
  #totalsourcing .page-content .number-box__main {
    margin-top: 21px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #375FC6;
    line-height: 1.2;
  }
  #totalsourcing .page-content .number-box__main span {
    font-size: 1.5rem;
  }
  #totalsourcing .page-content .number-box__main.flex {
    display: flex;
    align-items: flex-end;
  }
  #totalsourcing .page-content .number-box__term {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #375FC6;
    line-height: 1.2;
  }
  #totalsourcing .page-content .number-box.box02 li:last-child p span {
    margin-bottom: 5px;
  }
  #totalsourcing .page-content .number-box.box03 .number-box__term {
    margin-top: 3px;
  }
  #totalsourcing .page-content .number-box.box03 li:last-child p {
    text-align: center;
  }
  #totalsourcing .page-content .number-box:last-child {
    display: block;
    margin-bottom: 0;
    background-color: #EFF4F7;
    border-radius: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
  }
  #totalsourcing .page-content .number-box__year {
    font-size: 1.2rem;
    font-weight: bold;
    color: #375FC6;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #totalsourcing .page-content .number-box__inner {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  #totalsourcing .page-content .number-box__left {
    min-width: 250px;
  }
  #totalsourcing .page-content .number-box__acquirers {
    display: flex;
    align-items: center;
    color: #375FC6;
    font-weight: bold;
    align-items: flex-end;
  }
  #totalsourcing .page-content .number-box__acquirers .sex {
    border: 1px solid #375FC6;
    border-radius: 5px;
    width: 38px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  #totalsourcing .page-content .number-box__acquirers .target {
    margin-left: 5px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  #totalsourcing .page-content .number-box__acquirers .target span {
    font-size: 1.8rem;
  }
  #totalsourcing .page-content .number-box__acquirers .arrow {
    margin-left: 10px;
    border-top: 1px solid #375FC6;
    border-right: 1px solid #375FC6;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-bottom: 5px;
  }
  #totalsourcing .page-content .number-box__acquirers .acquirer {
    margin-left: 12px;
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  #totalsourcing .page-content .number-box__acquirers .acquirer span {
    font-size: 3.3rem;
  }
  #totalsourcing .page-content .number-box__right {
    width: 150px;
    height: 62px;
    flex-shrink: 0;
    position: relative;
    color: #375FC6;
    font-weight: bold;
  }
  #totalsourcing .page-content .number-box__right:before {
    content: "";
    display: block;
    height: 90px;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 1px;
    position: absolute;
    top: 30%;
    left: 38%;
    background-color: #375FC6;
  }
  #totalsourcing .page-content .number-box__right .acquirer {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #totalsourcing .page-content .number-box__right .acquirer span {
    font-size: 3.6rem;
  }
  #totalsourcing .page-content .number-box__right .target {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #totalsourcing .page-content .number-box__right .target span {
    font-size: 2.2rem;
  }
}
/*****************/
/****  SP  *****/
/*****************/
@media screen and (max-width: 768px) {
  #totalsourcing .page-header {
    padding-top: 40px;
    padding-bottom: 150px;
    background-image: url(../images/common/page-headerSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #totalsourcing .page-header:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #totalsourcing .page-header:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #totalsourcing .page-header .cotainer {
    position: relative;
  }
  #totalsourcing .page-header__ttl {
    font-size: 2rem;
    color: white;
  }
  #totalsourcing .page-header__ttl .eng {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #totalsourcing .page-header__thumb {
    margin-top: 20px;
    width: 100%;
  }
  #totalsourcing .page-header__lead {
    color: white;
    margin-top: 15px;
    text-align: center;
    font-size: 1.8rem;
  }
  #totalsourcing .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 20px;
    padding-bottom: 50px;
    /*************/
    /*** intro ****/
    /*************/
    /*************/
    /*** about ****/
    /*************/
    /*************/
    /*** comparison ****/
    /*************/
    /*************/
    /*** number ****/
    /*************/
  }
  #totalsourcing .page-content .section-wrapper.wrapper01 {
    padding-bottom: 25px;
    padding-top: 26px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper02 {
    margin-top: 22px;
    padding-bottom: 27px;
    padding-top: 30px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper03 {
    margin-top: 22px;
    padding-bottom: 27px;
    padding-top: 30px;
  }
  #totalsourcing .page-content .section-wrapper.wrapper04 {
    margin-top: 30px;
    padding-bottom: 34px;
  }
  #totalsourcing .page-content .intro-lead {
    font-size: 1.4rem;
    text-align: center;
  }
  #totalsourcing .page-content .intro-ranking {
    margin-top: 10px;
    background-color: #EFF4F7;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #totalsourcing .page-content .intro-ranking__ttl {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: white;
    padding: 6px 10px;
    border-radius: 20px;
  }
  #totalsourcing .page-content .intro-ranking__banners {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  #totalsourcing .page-content .intro-ranking__banner.banner01 img {
    width: 150px;
  }
  #totalsourcing .page-content .intro-ranking__banner.banner02 img {
    width: 96px;
  }
  #totalsourcing .page-content .intro-ranking__number {
    margin-top: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: #0165FF;
    text-align: center;
  }
  #totalsourcing .page-content .intro-ranking__number span {
    font-size: 2.8rem;
  }
  #totalsourcing .page-content .intro-ranking__term {
    margin-top: 18px;
    font-size: 1.2rem;
    text-align: center;
  }
  #totalsourcing .page-content .intro-feature {
    margin-top: 15px;
    background-color: #EFF4F7;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #totalsourcing .page-content .intro-feature__ttl {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: white;
    padding: 6px 10px;
    border-radius: 20px;
  }
  #totalsourcing .page-content .intro-feature__img {
    margin: 20px auto 0;
    width: 194px;
  }
  #totalsourcing .page-content .intro-feature__desc {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-feature {
    margin-top: 25px;
    position: relative;
    border: 1px solid #0165FF;
    border-radius: 5px;
    padding: 20px 10px;
  }
  #totalsourcing .page-content .about-feature__ttl {
    position: absolute;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  #totalsourcing .page-content .about-feature__item {
    background-color: #EFF4F7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  #totalsourcing .page-content .about-feature__item:last-child {
    margin-bottom: 0;
  }
  #totalsourcing .page-content .about-feature__item img {
    margin-top: 5px;
    width: 15px;
  }
  #totalsourcing .page-content .about-feature__item p {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #totalsourcing .page-content .about-feature__item p span {
    color: #0165FF;
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .about-feature__item p span.big {
    font-size: 1.8rem;
  }
  #totalsourcing .page-content .about-feature__item p span.small {
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-lead {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-corporate {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    color: black;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    position: relative;
  }
  #totalsourcing .page-content .about-corporate:after {
    content: "";
    display: block;
    width: 11px;
    height: 12px;
    background-image: url(../images/common/white-link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #totalsourcing .page-content .about-corporate img {
    margin: 0 auto 13px;
    width: 140px;
  }
  #totalsourcing .page-content .about-qa {
    margin-top: 25px;
  }
  #totalsourcing .page-content .about-qa__item {
    margin-bottom: 25px;
  }
  #totalsourcing .page-content .about-qa__item:last-child {
    margin-bottom: 0;
  }
  #totalsourcing .page-content .about-qa__question {
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #C5C9D0;
    font-weight: bold;
    line-height: 1.6;
  }
  #totalsourcing .page-content .about-qa__question span {
    margin-top: 2px;
    background-color: #0165FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.6rem;
    margin-right: 10px;
    flex-shrink: 0;
    padding-bottom: 4px;
    margin-top: -2px;
  }
  #totalsourcing .page-content .about-qa__answer {
    margin-top: 7px;
    display: flex;
  }
  #totalsourcing .page-content .about-qa__answer span {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EFF4F7;
    font-size: 1.6rem;
    color: #0165FF;
    margin-right: 10px;
    margin-top: -3px;
  }
  #totalsourcing .page-content .about-qa__detail h3 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #totalsourcing .page-content .about-qa__detail p {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .about-qa__detail-img {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
  }
  #totalsourcing .page-content .about-qa__banners {
    margin-top: 20px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__banner {
    flex-shrink: 0;
    width: 95px;
  }
  #totalsourcing .page-content .about-qa__career {
    margin-top: 12px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__benefits {
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #0165FF;
    position: relative;
    padding: 20px 10px;
  }
  #totalsourcing .page-content .about-qa__benefits h4 {
    position: absolute;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background-color: white;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #totalsourcing .page-content .about-qa__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  #totalsourcing .page-content .about-qa__icon {
    width: 86px;
    flex-shrink: 0;
  }
  #totalsourcing .page-content .about-qa__icon img {
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__worksup {
    margin-top: 20px;
    width: 100%;
  }
  #totalsourcing .page-content .about-qa__worksup img {
    width: 1100%;
  }
  #totalsourcing .page-content .comparison .section-ttl {
    line-height: 1.6;
    letter-spacing: -0.01em;
    padding-left: 10px;
  }
  #totalsourcing .page-content .comparison .section-ttl:before {
    top: 10px;
    transform: translateY(0);
  }
  #totalsourcing .page-content .comparison-lead {
    margin-top: 15px;
    background-color: #0165FF;
    border-radius: 5px;
    padding: 8px 10px;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  #totalsourcing .page-content .comparison-table {
    margin-top: 20px;
  }
  #totalsourcing .page-content .comparison-table thead tr {
    display: flex;
  }
  #totalsourcing .page-content .comparison-table thead tr th {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th02 {
    background-color: #FF7F00;
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th02::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FF7F00;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -2px;
    left: 0;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th03 {
    background-color: #808080;
  }
  #totalsourcing .page-content .comparison-table thead tr th.th04 {
    background-color: #BCBCBC;
  }
  #totalsourcing .page-content .comparison-table tbody {
    border-top: 2px solid #BCBCBC;
    margin-top: -2px;
    display: block;
  }
  #totalsourcing .page-content .comparison-table tbody tr {
    border-bottom: 2px solid #BCBCBC;
    display: flex;
  }
  #totalsourcing .page-content .comparison-table tbody tr th {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  #totalsourcing .page-content .comparison-table tbody tr td {
    width: 25%;
    display: flex;
  }
  #totalsourcing .page-content .comparison-table tbody tr td img {
    width: 24px;
    margin: auto;
  }
  #totalsourcing .page-content .comparison-table tbody tr td img.good {
    width: 30px;
  }
  #totalsourcing .page-content .comparison-table tbody tr td:nth-child(2) {
    border-left: 2px solid #FF7F00;
    border-right: 2px solid #FF7F00;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child {
    border: none;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td {
    padding: 10px 5px;
    font-size: 1rem;
    line-height: 1.6;
    display: block;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td a {
    display: inline;
    text-decoration: underline;
    color: #0165FF;
  }
  #totalsourcing .page-content .comparison-table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #FF7F00;
  }
  #totalsourcing .page-content .comparison-desc {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .number-ttl {
    background-color: #0165FF;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 12px;
    padding-bottom: 14px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
  }
  #totalsourcing .page-content .number-ttl span {
    font-size: 1.2rem;
    margin-bottom: 7px;
    display: block;
  }
  #totalsourcing .page-content .number-ttl img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
  }
  #totalsourcing .page-content .number-box.sp_only.bisection {
    display: flex;
    gap: 10px;
  }
  #totalsourcing .page-content .number-box.sp_only.bisection > li {
    flex: 1;
  }
  #totalsourcing .page-content .number-box__item {
    background-color: #EFF4F7;
    border-radius: 10px;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #totalsourcing .page-content .number-box__ttl {
    color: #375FC6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .number-box__ttl::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF7F00;
    margin-right: 5px;
    border-radius: 50%;
  }
  #totalsourcing .page-content .number-box__main {
    margin-top: 15px;
    font-size: 3rem;
    font-weight: bold;
    color: #375FC6;
    line-height: 1.2;
  }
  #totalsourcing .page-content .number-box__main span {
    font-size: 1.5rem;
  }
  #totalsourcing .page-content .number-box__main span.small {
    font-size: 1.2rem;
  }
  #totalsourcing .page-content .number-box__main.flex {
    display: flex;
    align-items: flex-end;
  }
  #totalsourcing .page-content .number-box__term {
    margin-top: 10px;
    font-size: 1rem;
    color: #375FC6;
    line-height: 1.2;
  }
  #totalsourcing .page-content .number-box.box01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  #totalsourcing .page-content .number-box.box01 li {
    margin-bottom: 0;
  }
  #totalsourcing .page-content .number-box.box01 li:last-child {
    grid-column: 1/-1;
    margin-bottom: 10px;
  }
  #totalsourcing .page-content .number-box.box02 li:last-child p span {
    margin-bottom: 5px;
  }
  #totalsourcing .page-content .number-box.box02 li:last-child p.number-box__term {
    text-align: center;
  }
  #totalsourcing .page-content .number-box.box03 {
    display: flex;
    gap: 10px;
  }
  #totalsourcing .page-content .number-box.box03 p.span {
    color: #375FC6;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: bold;
  }
  #totalsourcing .page-content .number-box.box03 .number-box__term {
    margin-top: 3px;
  }
  #totalsourcing .page-content .number-box.box03 li:last-child p {
    text-align: center;
  }
  #totalsourcing .page-content .number-box:last-child {
    display: block;
    margin-bottom: 0;
    background-color: #EFF4F7;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  #totalsourcing .page-content .number-box__year {
    font-size: 1.2rem;
    font-weight: bold;
    color: #375FC6;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  #totalsourcing .page-content .number-box__inner {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  #totalsourcing .page-content .number-box__acquirers {
    display: flex;
    align-items: center;
    color: #375FC6;
    font-weight: bold;
    align-items: flex-end;
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  #totalsourcing .page-content .number-box__acquirers .sex {
    border: 1px solid #375FC6;
    border-radius: 15px;
    width: 30px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #totalsourcing .page-content .number-box__acquirers .target {
    margin-left: 5px;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  #totalsourcing .page-content .number-box__acquirers .target span {
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .number-box__acquirers .arrow {
    margin-left: 5px;
    border-top: 1px solid #375FC6;
    border-right: 1px solid #375FC6;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin-bottom: 5px;
  }
  #totalsourcing .page-content .number-box__acquirers .acquirer {
    margin-left: 7px;
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
  #totalsourcing .page-content .number-box__acquirers .acquirer span {
    font-size: 1.4rem;
  }
  #totalsourcing .page-content .number-box__right {
    margin-top: 20px;
    margin-left: 20px;
    width: 120px;
    height: 62px;
    flex-shrink: 0;
    position: relative;
    color: #375FC6;
    font-weight: bold;
  }
  #totalsourcing .page-content .number-box__right:before {
    content: "";
    display: block;
    height: 90px;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 1px;
    position: absolute;
    top: 30%;
    left: 38%;
    background-color: #375FC6;
  }
  #totalsourcing .page-content .number-box__right .acquirer {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #totalsourcing .page-content .number-box__right .acquirer span {
    font-size: 3rem;
  }
  #totalsourcing .page-content .number-box__right .target {
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #totalsourcing .page-content .number-box__right .target span {
    font-size: 1.4rem;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  #inquiry .page-header {
    padding-top: 56px;
    padding-bottom: 200px;
    background-image: url(../images/common/contact-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    overflow: hidden;
  }
  #inquiry .page-header:before {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #inquiry .page-header:after {
    content: "";
    width: 50%;
    height: 10vw;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #inquiry .page-header .cotainer {
    position: relative;
  }
  #inquiry .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #inquiry .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #inquiry .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 80px;
    /*************/
    /*** content ****/
    /*************/
  }
  #inquiry .page-content .section-wrapper {
    padding-bottom: 27px;
    padding-top: 55px;
  }
  #inquiry .page-content .content-lead {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #inquiry .page-content .content .wpcf7-form {
    margin-top: 31px;
  }
  #inquiry .page-content .content .wpcf7-form .form-ttl {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  #inquiry .page-content .content .wpcf7-form .form-ttl span {
    margin-left: 11px;
    background-color: #FF6767;
    padding: 2px 4px;
    color: white;
    font-size: 1rem;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio {
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 30px;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio .wpcf7-list-item {
    margin-right: 30px;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label {
    display: flex;
    font-size: 1.4rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label input {
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    background-color: #fff;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label input:checked:after {
    content: "";
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #FF8341;
    border-radius: 50%;
  }
  #inquiry .page-content .content .wpcf7-form input {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 15px 18px;
    font-size: 1.4rem;
    color: black;
    margin-bottom: 18px;
  }
  #inquiry .page-content .content .wpcf7-form input::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #inquiry .page-content .content .wpcf7-form input.wpcf7-submit {
    cursor: pointer;
    background-color: #FF8F3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    font-size: 1.6rem;
    color: white;
    border-radius: 20px;
    border: none;
    margin-bottom: 0;
  }
  #inquiry .page-content .content .wpcf7-form textarea {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 15px 18px;
    font-size: 1.4rem;
    color: black;
    resize: vertical;
  }
  #inquiry .page-content .content .wpcf7-form textarea::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance {
    margin-top: 27px;
    display: block;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #inquiry .page-content .content .wpcf7-form .submit-wrapper {
    position: relative;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  #inquiry .page-content .content .wpcf7-form .submit-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 28px;
    height: 17px;
    display: block;
    background-image: url(../images/common/cta-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  #inquiry .page-content .content-tel {
    margin-top: 70px;
    background-color: #EFF4F7;
    border-radius: 10px;
    padding-top: 28px;
    padding-bottom: 38px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #inquiry .page-content .content-tel__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  #inquiry .page-content .content-tel__number {
    margin-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0165FF;
    font-size: 3.6rem;
  }
  #inquiry .page-content .content-tel__number img {
    width: 20px;
    margin-right: 10px;
  }
  #inquiry .page-content .content-tel__time {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #inquiry .page-content .content-tel__time span {
    width: 62px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6A84A8;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
    margin-right: 5px;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  #inquiry .page-header {
    padding-top: 40px;
    padding-bottom: 150px;
    background-image: url(../images/common/contact-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    overflow: hidden;
  }
  #inquiry .page-header:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #inquiry .page-header:after {
    content: "";
    width: 52%;
    height: 20%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 1px;
    transform: skewY(-10deg) translate(2px, 50%);
  }
  #inquiry .page-header .cotainer {
    position: relative;
  }
  #inquiry .page-header__ttl {
    font-size: 2rem;
    color: white;
  }
  #inquiry .page-header__ttl .eng {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
  }
  #inquiry .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 20px;
    padding-bottom: 50px;
    /*************/
    /*** content ****/
    /*************/
  }
  #inquiry .page-content .section-wrapper {
    padding-bottom: 20px;
    padding-top: 33px;
  }
  #inquiry .page-content .content-lead {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #inquiry .page-content .content .wpcf7-form {
    margin-top: 31px;
  }
  #inquiry .page-content .content .wpcf7-form .form-ttl {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 13px;
  }
  #inquiry .page-content .content .wpcf7-form .form-ttl span {
    margin-left: 11px;
    background-color: #FF6767;
    padding: 2px 4px;
    color: white;
    font-size: 1rem;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio {
    margin-top: 17px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label {
    display: flex;
    font-size: 1.4rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label input {
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    background-color: #fff;
  }
  #inquiry .page-content .content .wpcf7-form .radio-wrapper.wpcf7-radio label input:checked:after {
    content: "";
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #FF8341;
    border-radius: 50%;
  }
  #inquiry .page-content .content .wpcf7-form input {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    color: black;
    margin-bottom: 14px;
  }
  #inquiry .page-content .content .wpcf7-form input::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #inquiry .page-content .content .wpcf7-form input.wpcf7-submit {
    cursor: pointer;
    background-color: #FF8F3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 1.4rem;
    color: white;
    border-radius: 10px;
    border: none;
    margin-bottom: 0;
  }
  #inquiry .page-content .content .wpcf7-form textarea {
    border-radius: 10px;
    border: 1px solid #C5C9D0;
    width: 100%;
    padding: 10px 14px;
    font-size: 1.4rem;
    color: black;
    resize: vertical;
  }
  #inquiry .page-content .content .wpcf7-form textarea::placeholder {
    color: #C5C9D0;
    font-size: 1.4rem;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance {
    margin-top: 15px;
    display: block;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #inquiry .page-content .content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label span a {
    display: inline-block;
    color: #0165FF;
    text-decoration: underline;
  }
  #inquiry .page-content .content .wpcf7-form .submit-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #inquiry .page-content .content .wpcf7-form .submit-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 28px;
    height: 17px;
    display: block;
    background-image: url(../images/common/cta-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  #inquiry .page-content .content-tel {
    margin-top: 40px;
    background-color: #EFF4F7;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #inquiry .page-content .content-tel__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  #inquiry .page-content .content-tel__number {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0165FF;
    font-size: 2.6rem;
  }
  #inquiry .page-content .content-tel__number img {
    width: 20px;
    margin-right: 10px;
  }
  #inquiry .page-content .content-tel__time {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #inquiry .page-content .content-tel__time span {
    width: 52px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6A84A8;
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  #privacy-policy .page-header {
    padding-top: 56px;
    padding-bottom: 100px;
    background-image: url(../images/common/page-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  #privacy-policy .page-header:before {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skewY(10deg) translateY(50%);
  }
  #privacy-policy .page-header:after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #D9EBFF;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skewY(-10deg) translateY(50%);
  }
  #privacy-policy .page-header .cotainer {
    position: relative;
  }
  #privacy-policy .page-header__ttl {
    font-size: 2.6rem;
    color: white;
  }
  #privacy-policy .page-header__ttl .eng {
    display: block;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #privacy-policy .page-content {
    background: linear-gradient(#D9EBFF, #91BEFF, #F8E0FF);
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #privacy-policy .page-content .section-wrapper.wrapper01 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #privacy-policy .page-content .section-wrapper.wrapper02 {
    margin-top: 25px;
  }
  #privacy-policy .page-content .content h2 {
    font-size: 1.8rem;
    color: black;
    display: flex;
    border-left: 5px solid #FF8341;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #privacy-policy .page-content .content h3 {
    font-size: 1.6rem;
    color: black;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  #privacy-policy .page-content .content h3:before {
    content: "";
    background-color: #FF8341;
    width: 5px;
    height: 5px;
    margin-right: 11px;
  }
  #privacy-policy .page-content .content p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #privacy-policy .page-content .content ul li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    list-style: disc outside none;
  }
  #privacy-policy .page-content .content a {
    font-size: 1.4rem;
    color: #0165FF;
    text-decoration: underline;
  }
}