@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: #707070;
  font-family: "游ゴシック", YuGothic, "yu-gothic-pr6n", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  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;
}

/*****************/
/****   font *****/
/*****************/
.desc {
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #333;
}

.bold {
  font-weight: bold;
}

.alfarn {
  font-family: "alfarn", sans-serif;
}

.din {
  font-family: "din-condensed", serif;
}

/*****************/
/***animation*****/
/*****************/
.lazy {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transform: translate(0, 0);
  transition: all 1s;
}

/*****************/
/*** pagenavi ****/
/*****************/
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .xs_only {
    display: none !important;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  a[href*=tel] {
    pointer-events: none;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*****************/
  /***  fixed    ***/
  /*****************/
  html.wf-active .loader {
    opacity: 0;
    z-index: -10;
  }
  .loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(#DAEFF5, #c6d8f4);
    transition: all 0.6s ease;
  }
  .loader .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .loader .wrapper .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    -webkit-animation: circle 0.5s alternate infinite ease;
            animation: circle 0.5s alternate infinite ease;
  }
  @-webkit-keyframes circle {
    0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
    }
    40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0%;
    }
  }
  @keyframes circle {
    0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
    }
    40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0%;
    }
  }
  .loader .wrapper .circle:nth-child(2) {
    left: 45%;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .loader .wrapper .circle:nth-child(3) {
    left: auto;
    right: 15%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loader .wrapper .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    -webkit-animation: shadow 0.5s alternate infinite ease;
            animation: shadow 0.5s alternate infinite ease;
  }
  @-webkit-keyframes shadow {
    0% {
      transform: scaleX(1.5);
    }
    40% {
      transform: scaleX(1);
      opacity: 0.7;
    }
    100% {
      transform: scaleX(0.2);
      opacity: 0.4;
    }
  }
  @keyframes shadow {
    0% {
      transform: scaleX(1.5);
    }
    40% {
      transform: scaleX(1);
      opacity: 0.7;
    }
    100% {
      transform: scaleX(0.2);
      opacity: 0.4;
    }
  }
  .loader .wrapper .shadow:nth-child(4) {
    left: 45%;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .loader .wrapper .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loader .wrapper span {
    position: absolute;
    top: 75px;
    font-family: "Lato";
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
  }
  .stalker {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 0;
    width: 454px;
    z-index: 5;
  }
  .stalker img {
    width: 100%;
  }
  /*****************/
  /***  header  ***/
  /*****************/
  .header {
    background-color: white;
  }
  .header-top {
    padding-top: 20px;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .header-top_left a {
    width: 237px;
  }
  .header-top_left a img {
    width: 100%;
  }
  .header-top_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-top_right__sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-top_right__sns-item {
    width: 26px;
    margin-left: 10px;
  }
  .header-top_right__company {
    margin-left: 20px;
    width: 102px;
    height: 35px;
    line-height: 35px;
    background-color: #EBFAFD;
    font-size: 1.1rem;
    text-align: center;
    position: relative;
    border-radius: 20px;
  }
  .header-top_right__company::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(45deg) translateY(-50%);
  }
  .header-top_right__button {
    margin-left: 20px;
    width: 197px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-top_right__button p {
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    text-align: center;
    line-height: 1.2;
  }
  .header-top_right__button img {
    width: 33px;
  }
  .header-top_right__tester {
    background: linear-gradient(to left, #FF5F9C, #BCB2F1);
  }
  .header-top_right__contact {
    background: linear-gradient(to left, #007DC9, #A1B4E8);
  }
  .header-nav {
    margin-top: 26px;
    position: relative;
    z-index: 1;
  }
  .header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav ul li {
    margin-right: 5%;
    margin-left: 5%;
  }
  .header-nav ul li a {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .header-front {
    margin-top: 20px;
    height: calc(100vh - 152px);
    position: relative;
    overflow: hidden;
  }
  .header-front video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
  .header-front .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-front__h1 {
    color: white;
    font-size: 5.4rem;
    margin-left: -1%;
    line-height: 1.6;
  }
  .header .page-header {
    margin-top: 20px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .header .page-header__span {
    font-size: 4rem;
    color: #707070;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    letter-spacing: 0.1em;
    z-index: 5;
  }
  .header .page-header.archive-header {
    background-image: url(../img/archive-header.jpg);
  }
  .header .page-header.faq-header {
    background-image: url(../img/faq-header.jpg);
  }
  .header .page-header.contact-header {
    background-image: url(../img/contact-header.jpg);
  }
  .header .page-header.privacy-policy-header {
    background-image: url(../img/contact-header.jpg);
  }
  .header .page-header.user-header {
    background-image: url(../img/user-header.jpg);
    background-position-y: 64%;
  }
  .header .page-header.guide-header {
    background-image: url(../img/guide-header.jpg);
  }
  .header .page-header.about-header {
    background-image: url(../img/about-header.jpg);
    background-position: 0 35%;
  }
  .header .page-header.proposal-header {
    background-image: url(../img/proposal-header.jpg);
  }
  .header .page-header.recruit-header {
    background-image: url(../img/recruit-header.jpg);
  }
  main.lower-page .lower-page__h1 {
    color: #67B2C9;
    text-align: center;
    padding-top: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .header-top_right, .header-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  /*****************/
  /***  footer  ***/
  /*****************/
  .footer-contact {
    background-image: url(../img/footer-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .footer-contact__h2 {
    font-family: "游ゴシック", YuGothic, "yu-gothic-pr6n", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2.9rem;
    text-align: center;
    color: #707070;
  }
  .footer-contact__desc {
    margin-top: 25px;
    font-size: 1.5rem;
    text-align: center;
  }
  .footer-contact__main {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
  }
  .footer-contact__main-left .phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-contact__main-left .phone img {
    width: 58px;
    flex-shrink: 0;
  }
  .footer-contact__main-left .phone p {
    margin-left: 13px;
    margin-right: 26px;
    font-size: 5rem;
    font-weight: 500;
  }
  .footer-contact__main-left .time {
    margin-top: 15px;
    font-size: 2rem;
    text-align: center;
  }
  .footer-contact__main-right a {
    width: 383px;
    height: 62px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-contact__main-right a p {
    font-size: 2rem;
    margin-left: 10%;
    min-width: 200px;
  }
  .footer-contact__main-right a img {
    flex-shrink: 0;
  }
  .footer-contact__main-right .mail img {
    width: 38px;
  }
  .footer-contact__main-right .line {
    margin-top: 18px;
  }
  .footer-contact__main-right .line img {
    width: 38px;
  }
  .footer-nav {
    padding-top: 45px;
    padding-bottom: 68px;
  }
  .footer-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-nav__left-logo {
    width: 207px;
    margin-left: -20px;
  }
  .footer-nav__left-desc {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  .footer-nav__left-sns {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-nav__left-sns li {
    flex-shrink: 0;
    width: 36px;
    margin-right: 1%;
  }
  .footer-nav__left-sns li a img {
    width: 100%;
  }
  .footer-nav__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .footer-nav__right-item {
    margin-left: 10%;
    min-width: 142px;
  }
  .footer-nav__right-item .menu-link {
    font-size: 1.3rem;
    color: #67B2C9;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  .footer-nav__right-item .toggle-menu {
    margin-top: 15px;
  }
  .footer-nav__right-item .toggle-menu li {
    margin-bottom: 5px;
  }
  .footer-nav__right-item .toggle-menu li a {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
  }
  .footer-copy {
    background-image: url(../img/footer-copy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
/*****************/
/****   TAB  *****/
/*****************/
@media screen and (min-width: 1000px) {
  .sp-nav, .hamburger-menu {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .sp-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
  .sp-nav.active {
    transform: translateX(0);
  }
  .sp-nav .menu-main-menu-container {
    width: 100%;
  }
  .sp-nav .menu-main-menu-container #menu-main-menu {
    border-top: 1px solid #ccc;
  }
  .sp-nav .menu-main-menu-container #menu-main-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .sp-nav .menu-main-menu-container #menu-main-menu li a {
    font-size: 1.6rem;
    text-align: center;
  }
  .sp-nav__bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .sp-nav__bottom__sns {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sp-nav__bottom__sns-item {
    width: 26px;
    margin-left: 10px;
  }
  .sp-nav__bottom__company {
    margin-top: 20px;
    width: 197px;
    height: 55px;
    line-height: 55px;
    border-radius: 30px;
    background-color: #EBFAFD;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
  }
  .sp-nav__bottom__company::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 48%;
    left: 10px;
    transform: rotate(45deg) translateY(-50%);
  }
  .sp-nav__bottom__button {
    margin-top: 20px;
    width: 197px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-nav__bottom__button p {
    color: white;
    font-size: 1.5rem;
    margin-left: 20px;
    text-align: center;
    line-height: 1.2;
  }
  .sp-nav__bottom__button img {
    width: 33px;
  }
  .sp-nav__bottom__tester {
    background: linear-gradient(to left, #FF5F9C, #BCB2F1);
  }
  .sp-nav__bottom__contact {
    background: linear-gradient(to left, #007DC9, #A1B4E8);
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    border: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    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 .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;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .xs_only {
    display: none !important;
  }
  body {
    overflow-x: hidden;
  }
  /*****************/
  /***  parts  ***/
  /*****************/
  section {
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*****************/
  /***  fixed   ***/
  /*****************/
  html.wf-active .loader {
    opacity: 0;
    z-index: -10;
  }
  .loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(#DAEFF5, #c6d8f4);
    transition: all 0.6s ease;
  }
  .loader .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .loader .wrapper .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    -webkit-animation: circle 0.5s alternate infinite ease;
            animation: circle 0.5s alternate infinite ease;
  }
  @-webkit-keyframes circle {
    0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
    }
    40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0%;
    }
  }
  @keyframes circle {
    0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
    }
    40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      top: 0%;
    }
  }
  .loader .wrapper .circle:nth-child(2) {
    left: 45%;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .loader .wrapper .circle:nth-child(3) {
    left: auto;
    right: 15%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loader .wrapper .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    -webkit-animation: shadow 0.5s alternate infinite ease;
            animation: shadow 0.5s alternate infinite ease;
  }
  @-webkit-keyframes shadow {
    0% {
      transform: scaleX(1.5);
    }
    40% {
      transform: scaleX(1);
      opacity: 0.7;
    }
    100% {
      transform: scaleX(0.2);
      opacity: 0.4;
    }
  }
  @keyframes shadow {
    0% {
      transform: scaleX(1.5);
    }
    40% {
      transform: scaleX(1);
      opacity: 0.7;
    }
    100% {
      transform: scaleX(0.2);
      opacity: 0.4;
    }
  }
  .loader .wrapper .shadow:nth-child(4) {
    left: 45%;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .loader .wrapper .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .loader .wrapper span {
    position: absolute;
    top: 75px;
    font-family: "Lato";
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
  }
  .stalker {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 0;
    width: 300px;
    z-index: 5;
  }
  .stalker img {
    width: 100%;
  }
  /*****************/
  /***  header  ***/
  /*****************/
  .header {
    background-color: white;
  }
  .header-top {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .header-top_left a {
    width: 120px;
  }
  .header-top_left a img {
    width: 100%;
  }
  .header-top_right {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-front {
    margin-top: 10px;
    height: calc(100vh - 56px);
    position: relative;
    overflow: hidden;
  }
  .header-front video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 56.25vh;
    height: 177.77777778vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
  .header-front .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-front__h1 {
    color: white;
    font-size: 4rem;
    margin-left: 2%;
    line-height: 1.6;
  }
  .header .page-header {
    margin-top: 10px;
    height: 120px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .header .page-header__span {
    font-size: 3rem;
    color: #707070;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    letter-spacing: 0.1em;
    z-index: 5;
    white-space: nowrap;
  }
  .header .page-header.archive-header {
    background-image: url(../img/archive-headerSP.jpg);
  }
  .header .page-header.faq-header {
    background-image: url(../img/faq-headerSP.jpg);
  }
  .header .page-header.contact-header {
    background-image: url(../img/contact-headerSP.jpg);
  }
  .header .page-header.privacy-policy-header {
    background-image: url(../img/contact-headerSP.jpg);
  }
  .header .page-header.user-header {
    background-image: url(../img/user-header.jpg);
  }
  .header .page-header.guide-header {
    background-image: url(../img/guide-header.jpg);
  }
  .header .page-header.about-header {
    background-image: url(../img/about-header.jpg);
  }
  .header .page-header.proposal-header {
    background-image: url(../img/proposal-header.jpg);
  }
  .header .page-header.recruit-header {
    background-image: url(../img/recruit-header.jpg);
  }
  main.lower-page .lower-page__h1 {
    color: #67B2C9;
    text-align: center;
    padding-top: 30px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
/*****************/
/***  footer  ***/
/*****************/
@media screen and (max-width: 999px) {
  .footer-contact {
    background-image: url(../img/footer-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-contact__h2 {
    font-family: "游ゴシック", YuGothic, "yu-gothic-pr6n", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2rem;
    text-align: center;
    color: #707070;
  }
  .footer-contact__desc {
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-contact__main {
    margin-top: 20px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .footer-contact__main-left .phone {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-contact__main-left .phone img {
    width: 30px;
    flex-shrink: 0;
  }
  .footer-contact__main-left .phone p {
    margin-left: 13px;
    font-size: 3rem;
    font-weight: 500;
  }
  .footer-contact__main-left .time {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: center;
  }
  .footer-contact__main-right {
    margin-top: 30px;
  }
  .footer-contact__main-right a {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-contact__main-right a p {
    font-size: 1.6rem;
    margin-left: 2%;
    min-width: 160px;
  }
  .footer-contact__main-right a img {
    flex-shrink: 0;
  }
  .footer-contact__main-right .mail img {
    width: 20px;
  }
  .footer-contact__main-right .line {
    margin-top: 18px;
  }
  .footer-contact__main-right .line img {
    width: 20px;
  }
  .footer-nav {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer-nav .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-nav__left {
    max-width: 207px;
    margin: 30px auto;
  }
  .footer-nav__left-logo {
    width: 100%;
    margin-left: -20px;
  }
  .footer-nav__left-desc {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  .footer-nav__left-sns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-nav__left-sns li {
    flex-shrink: 0;
    width: 36px;
    margin-right: 1%;
    margin-left: 1%;
  }
  .footer-nav__left-sns li a img {
    width: 100%;
  }
  .footer-nav__right {
    margin-top: 20px;
    width: 100%;
  }
  .footer-nav__right-item .menu-link {
    font-size: 1.6rem;
    color: #67B2C9;
    margin-bottom: 5px;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #67B2C9;
    text-align: center;
  }
  .footer-nav__right-item .toggle-menu {
    margin-top: 15px;
  }
  .footer-nav__right-item .toggle-menu li {
    margin-bottom: 5px;
  }
  .footer-nav__right-item .toggle-menu li a {
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #333;
  }
  .footer-copy {
    background-image: url(../img/footer-copy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 499px) {
  .sp-nav {
    width: 100%;
    background-color: white;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#front {
    /*****************/
    /****  parts *****/
    /*****************/
    /*****************/
    /****  intro *****/
    /*****************/
    /*****************/
    /****  movie *****/
    /*****************/
    /*****************/
    /****  work *****/
    /*****************/
    /*****************/
    /****  job *****/
    /*****************/
    /*****************/
    /****  news *****/
    /*****************/
  }
  main#front h2 {
    font-family: "alfarn", sans-serif;
    font-size: 6.1rem;
    color: rgba(103, 178, 201, 0.1);
  }
  main#front .intro {
    padding-top: 180px;
    padding-bottom: 162px;
  }
  main#front .intro .container {
    position: relative;
  }
  main#front .intro-obj {
    position: absolute;
    top: -100%;
    right: -63%;
    width: 1562px;
  }
  main#front .intro-obj img {
    width: 100%;
  }
  main#front .intro-imgs {
    position: absolute;
    top: -5%;
    right: -20%;
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  main#front .intro-imgs-img1 {
    width: 50%;
  }
  main#front .intro-imgs-img2 {
    margin-top: 141px;
    width: 40%;
  }
  main#front .intro-content {
    position: relative;
  }
  main#front .intro-content__ttl {
    width: 361px;
  }
  main#front .intro-content__h3 {
    margin-top: 42px;
    font-size: 2.9rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main#front .intro-content__text {
    margin-top: 29px;
    font-size: 1.2rem;
  }
  main#front .intro-content__link {
    margin-top: 27px;
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#front .intro-content__link-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(to left, #AAF5B2, #A1B4E8);
    position: relative;
    margin-left: 47px;
  }
  main#front .intro-content__link-btn span {
    position: absolute;
    top: 53%;
    left: 33%;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  main#front .intro-content__h2 {
    margin-top: 25px;
  }
  main#front .movie {
    overflow: visible;
  }
  main#front .movie .container {
    position: relative;
  }
  main#front .movie-obj {
    position: absolute;
    left: -50%;
    top: 0;
    width: 1027px;
  }
  main#front .movie-obj img {
    width: 100%;
  }
  main#front .movie-content {
    position: relative;
    z-index: 1;
  }
  main#front .movie-content__h2 {
    text-align: center;
  }
  main#front .movie-content__h3 {
    margin-top: 15px;
    font-size: 2.9rem;
    text-align: center;
  }
  main#front .movie-content__youtube {
    margin: 20px auto 0;
    width: 90%;
    aspect-ratio: 16/9;
    border-radius: 30px;
    overflow: hidden;
  }
  main#front .movie-content__youtube iframe {
    width: 100%;
    height: 100%;
  }
  main#front .movie-content__link {
    margin: 30px auto 0;
    width: 275px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to left, rgba(161, 180, 232, 0.5), rgba(168, 245, 176, 0.5));
    position: relative;
    font-size: 1.8rem;
  }
  main#front .movie-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 48%;
    right: 25px;
    transform: rotate(45deg) translateY(-50%);
  }
  main#front .work {
    margin-top: 212px;
    padding-bottom: 145px;
  }
  main#front .work .container {
    position: relative;
  }
  main#front .work-obj {
    position: absolute;
    left: -73%;
    bottom: -37%;
    width: 1486px;
  }
  main#front .work-obj img {
    width: 100%;
  }
  main#front .work-content {
    position: relative;
    z-index: 1;
  }
  main#front .work-content__h2 {
    text-align: center;
  }
  main#front .work-content__h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 2.9rem;
    line-height: 1.6;
  }
  main#front .work-content__desc {
    margin-top: 30px;
    text-align: center;
    font-size: 1.3rem;
  }
  main#front .work-content__list {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
  }
  main#front .work-content__list-item {
    width: 31%;
    max-width: 321px;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 290px;
    margin-bottom: 60px;
  }
  main#front .work-content__list-item img {
    width: 100%;
  }
  main#front .work-content__list-item_ttl {
    margin-top: 25px;
    font-size: #67B2C9;
    font-size: 2.2rem;
    text-align: center;
  }
  main#front .work-content__list-item_text {
    margin-top: 15px;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 1.2rem;
  }
  main#front .job {
    overflow: visible;
    padding-bottom: 123px;
  }
  main#front .job .container {
    position: relative;
  }
  main#front .job-obj {
    position: absolute;
    width: 698px;
    top: -43%;
    right: -40%;
  }
  main#front .job-content {
    position: relative;
    z-index: 1;
  }
  main#front .job-content__h2 {
    text-align: center;
  }
  main#front .job-content__h3 {
    margin-top: 15px;
    font-size: 2.9rem;
    text-align: center;
    line-height: 1.6;
  }
  main#front .job-content__desc {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: center;
  }
  main#front .job-content__main {
    position: relative;
    margin-top: 30px;
  }
  main#front .job-content__main-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url(../img/job-content__main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#front .job-content__main-img {
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  main#front .job-content__main-img img {
    width: 100%;
  }
  main#front .job-content__main-img.img1 {
    width: 212px;
    top: -13%;
    left: -17%;
  }
  main#front .job-content__main-img.img2 {
    width: 233px;
    top: -13%;
    right: -15%;
  }
  main#front .job-content__main-img.img3 {
    width: 234px;
    bottom: -14%;
    left: -14%;
  }
  main#front .job-content__main-img.img4 {
    width: 222px;
    bottom: -11%;
    right: -12%;
  }
  main#front .job-content__main-list {
    position: relative;
    padding-top: 64px;
    padding-bottom: 44px;
    max-width: 752px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main#front .job-content__main-list_item {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
  }
  main#front .job-content__main-list_item__text {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  main#front .job-content__main-list_item.item1 .img {
    width: 44px;
  }
  main#front .job-content__main-list_item.item2 .img {
    width: 39px;
  }
  main#front .job-content__main-list_item.item3 .img {
    width: 31px;
  }
  main#front .job-content__main-list_item.item4 .img {
    width: 31px;
  }
  main#front .job-content__main-list_item.item5 .img {
    width: 30px;
  }
  main#front .job-content__main-list_item.item6 .img {
    width: 48px;
  }
  main#front .job-content__main-list_item.item7 .img {
    width: 28px;
  }
  main#front .job-content__main-list_item.item8 .img {
    width: 35px;
  }
  main#front .job-content__main-list_item.item9 .img {
    width: 45px;
  }
  main#front .job-content__main-list_item.item10 .img {
    width: 48px;
  }
  main#front .job-content__main-list_item.item11 .img {
    width: 39px;
  }
  main#front .job-content__main-list_item.item12 .img {
    width: 31px;
  }
  main#front .job-content__link {
    margin: 45px auto 0;
    width: 275px;
    height: 60px;
    background-color: #EBFAFD;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
  }
  main#front .job-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  main#front .news {
    padding-top: 123px;
    padding-bottom: 154px;
  }
  main#front .news .container {
    position: relative;
  }
  main#front .news-obj {
    position: absolute;
    top: -65%;
    right: -60%;
    width: 1061px;
  }
  main#front .news-obj img {
    width: 100%;
  }
  main#front .news-content {
    position: relative;
    z-index: 1;
  }
  main#front .news-content__h2 {
    font-family: "游ゴシック", YuGothic, "yu-gothic-pr6n", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2.9rem;
    text-align: center;
    color: #707070;
  }
  main#front .news-content__list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
  }
  main#front .news-content__list-item {
    padding: 15px 45px;
    border-bottom: 1px solid #ccc;
  }
  main#front .news-content__list-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#front .news-content__list-item_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#front .news-content__list-item_left time {
    font-size: 1.3rem;
    font-weight: 500;
  }
  main#front .news-content__list-item_left span {
    margin-left: 30%;
    flex-shrink: 0;
    width: 87px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.9rem;
  }
  main#front .news-content__list-item_left span.info {
    background-color: #CEECFF;
  }
  main#front .news-content__list-item_left span.blog {
    background-color: #EBFAFD;
  }
  main#front .news-content__list-item_left span.support {
    background-color: #CEF7EF;
  }
  main#front .news-content__list-item_right {
    margin-left: 10%;
  }
  main#front .news-content__list-item_right h3.ttl {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
  }
  main#front .news-content__link {
    margin: 38px auto 0;
    width: 275px;
    height: 60px;
    background-color: #EBFAFD;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
  }
  main#front .news-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
/*****************/
/****   SP  *****/
/*****************/
@media screen and (max-width: 768px) {
  main#front {
    /*****************/
    /****  parts *****/
    /*****************/
    /*****************/
    /****  intro *****/
    /*****************/
    /*****************/
    /****  movie *****/
    /*****************/
    /*****************/
    /****  work *****/
    /*****************/
    /*****************/
    /****  job *****/
    /*****************/
    /*****************/
    /****  news *****/
    /*****************/
  }
  main#front h2 {
    font-family: "alfarn", sans-serif;
    font-size: 3rem;
    color: rgba(103, 178, 201, 0.1);
  }
  main#front .intro {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  main#front .intro .container {
    position: relative;
    padding-bottom: 70vw;
  }
  main#front .intro-obj {
    position: absolute;
    top: -10%;
    right: -50%;
    width: 100vw;
  }
  main#front .intro-obj img {
    width: 100%;
  }
  main#front .intro-imgs {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transform: translateX(-50%);
  }
  main#front .intro-imgs-img1 {
    width: 50%;
  }
  main#front .intro-imgs-img2 {
    margin-top: 70px;
    width: 40%;
  }
  main#front .intro-content {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }
  main#front .intro-content__ttl {
    width: 200px;
  }
  main#front .intro-content__h3 {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main#front .intro-content__text {
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  main#front .intro-content__link {
    margin-top: 15px;
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#front .intro-content__link-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(to left, #AAF5B2, #A1B4E8);
    position: relative;
    margin-left: 20px;
  }
  main#front .intro-content__link-btn span {
    position: absolute;
    top: 53%;
    left: 32%;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  main#front .intro-content__h2 {
    margin-top: 15px;
  }
  main#front .movie {
    margin-top: 60px;
  }
  main#front .movie .container {
    position: relative;
  }
  main#front .movie-obj {
    position: absolute;
    left: -55%;
    top: -10%;
    width: 100vw;
  }
  main#front .movie-obj img {
    width: 100%;
  }
  main#front .movie-content {
    position: relative;
    z-index: 1;
  }
  main#front .movie-content__h2 {
    text-align: center;
  }
  main#front .movie-content__h3 {
    margin-top: 15px;
    font-size: 2rem;
    text-align: center;
  }
  main#front .movie-content__youtube {
    margin: 20px auto 0;
    width: 90%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
  }
  main#front .movie-content__youtube iframe {
    width: 100%;
    height: 100%;
  }
  main#front .movie-content__link {
    margin: 30px auto 0;
    width: 275px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to left, rgba(161, 180, 232, 0.5), rgba(168, 245, 176, 0.5));
    position: relative;
    font-size: 1.8rem;
  }
  main#front .movie-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 48%;
    right: 25px;
    transform: rotate(45deg) translateY(-50%);
  }
  main#front .work {
    margin-top: 60px;
    padding-bottom: 80px;
  }
  main#front .work .container {
    position: relative;
  }
  main#front .work-obj {
    position: absolute;
    left: -50%;
    bottom: 50%;
    width: 100vw;
  }
  main#front .work-obj img {
    width: 100%;
  }
  main#front .work-content {
    position: relative;
    z-index: 1;
  }
  main#front .work-content__h2 {
    text-align: center;
  }
  main#front .work-content__h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.6;
  }
  main#front .work-content__desc {
    margin-top: 30px;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
  main#front .work-content__list {
    margin-top: 35px;
  }
  main#front .work-content__list-item {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  main#front .work-content__list-item img {
    margin: 0 auto;
    max-width: 321px;
    width: 100%;
  }
  main#front .work-content__list-item_ttl {
    margin-top: 20px;
    font-size: #67B2C9;
    font-size: 1.6rem;
    text-align: center;
  }
  main#front .work-content__list-item_text {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  main#front .job {
    padding-bottom: 60px;
  }
  main#front .job .container {
    position: relative;
  }
  main#front .job-obj {
    display: none;
    position: absolute;
    width: 100vw;
    top: -43%;
    right: -30%;
  }
  main#front .job-content {
    position: relative;
    z-index: 1;
  }
  main#front .job-content__h2 {
    text-align: center;
  }
  main#front .job-content__h3 {
    margin-top: 15px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
  }
  main#front .job-content__desc {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: center;
  }
  main#front .job-content__main {
    position: relative;
    margin-top: 30px;
  }
  main#front .job-content__main-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url(../img/job-content__main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#front .job-content__main-img {
    position: absolute;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  main#front .job-content__main-img img {
    width: 100%;
  }
  main#front .job-content__main-img.img1 {
    width: 100px;
    top: -3%;
    left: 0%;
  }
  main#front .job-content__main-img.img2 {
    width: 120px;
    top: -3%;
    right: 0%;
  }
  main#front .job-content__main-img.img3 {
    width: 120px;
    bottom: -14%;
    left: -3%;
  }
  main#front .job-content__main-img.img4 {
    width: 100px;
    bottom: -11%;
    right: -2%;
  }
  main#front .job-content__main-list {
    position: relative;
    padding-top: 64px;
    padding-bottom: 44px;
    max-width: 752px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main#front .job-content__main-list_item {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
  main#front .job-content__main-list_item__text {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  main#front .job-content__main-list_item.item1 .img {
    width: 44px;
  }
  main#front .job-content__main-list_item.item2 .img {
    width: 39px;
  }
  main#front .job-content__main-list_item.item3 .img {
    width: 31px;
  }
  main#front .job-content__main-list_item.item4 .img {
    width: 31px;
  }
  main#front .job-content__main-list_item.item5 .img {
    width: 30px;
  }
  main#front .job-content__main-list_item.item6 .img {
    width: 48px;
  }
  main#front .job-content__main-list_item.item7 .img {
    width: 28px;
  }
  main#front .job-content__main-list_item.item8 .img {
    width: 35px;
  }
  main#front .job-content__main-list_item.item9 .img {
    width: 45px;
  }
  main#front .job-content__main-list_item.item10 .img {
    width: 48px;
  }
  main#front .job-content__main-list_item.item11 .img {
    width: 39px;
  }
  main#front .job-content__main-list_item.item12 .img {
    width: 31px;
  }
  main#front .job-content__link {
    margin: 100px auto 0;
    width: 275px;
    height: 60px;
    background-color: #EBFAFD;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
  }
  main#front .job-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  main#front .news {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  main#front .news .container {
    position: relative;
  }
  main#front .news-obj {
    position: absolute;
    top: -17%;
    right: -33%;
    width: 100vw;
  }
  main#front .news-obj img {
    width: 100%;
  }
  main#front .news-content {
    position: relative;
    z-index: 1;
  }
  main#front .news-content__h2 {
    font-family: "游ゴシック", YuGothic, "yu-gothic-pr6n", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 2rem;
    text-align: center;
    color: #707070;
  }
  main#front .news-content__list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
  }
  main#front .news-content__list-item {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
  }
  main#front .news-content__list-item_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#front .news-content__list-item_left time {
    font-size: 1.3rem;
    font-weight: 500;
  }
  main#front .news-content__list-item_left span {
    margin-left: 5%;
    flex-shrink: 0;
    width: 87px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.9rem;
  }
  main#front .news-content__list-item_left span.info {
    background-color: #CEECFF;
  }
  main#front .news-content__list-item_left span.blog {
    background-color: #EBFAFD;
  }
  main#front .news-content__list-item_left span.support {
    background-color: #CEF7EF;
  }
  main#front .news-content__list-item_right {
    margin-top: 20px;
  }
  main#front .news-content__list-item_right h3.ttl {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
  }
  main#front .news-content__link {
    margin: 38px auto 0;
    width: 275px;
    height: 60px;
    background-color: #EBFAFD;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
  }
  main#front .news-content__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#archive {
    /*****************/
    /****content *****/
    /*****************/
  }
  main#archive .content {
    background-color: #EBFAFD;
    padding-top: 76px;
    padding-bottom: 86px;
  }
  main#archive .content .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#archive .content-sidebar__item {
    margin-bottom: 20px;
  }
  main#archive .content-sidebar__item a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  main#archive .content-sidebar__item.active a {
    color: #67B2C9;
    font-weight: bold;
  }
  main#archive .content-main {
    max-width: 723px;
    width: 100%;
    margin-left: 2%;
    margin-right: 5%;
  }
  main#archive .content-main__list {
    border-top: 1px solid #CCCCCC;
  }
  main#archive .content-main__list-item {
    border-bottom: 1px solid #CCCCCC;
  }
  main#archive .content-main__list-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px;
  }
  main#archive .content-main__list-item_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#archive .content-main__list-item_left time {
    font-size: 1.3rem;
  }
  main#archive .content-main__list-item_left .cat {
    width: 100px;
    flex-shrink: 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    margin-left: 30%;
    border-radius: 20px;
  }
  main#archive .content-main__list-item_left .cat.news {
    background-color: #92DAF0;
  }
  main#archive .content-main__list-item_left .cat.blog {
    background-color: #67B2C9;
  }
  main#archive .content-main__list-item_left .cat.support {
    background-color: #707070;
  }
  main#archive .content-main__list-item_right {
    margin-left: 15%;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
    color: #333;
  }
  main#archive .content-main .wp-pagenavi {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main#archive .content-main .wp-pagenavi a, main#archive .content-main .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    margin-left: 1%;
    margin-right: 1%;
    border: none;
    padding: 0;
  }
  main#archive .content-main .wp-pagenavi .pages {
    display: none;
  }
  main#archive .content-main .wp-pagenavi .previouspostslink {
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    transform: rotate(-45deg);
    color: transparent;
    margin-right: 20px;
    border-radius: 0;
  }
  main#archive .content-main .wp-pagenavi .nextpostslink {
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    color: transparent;
    margin-left: 20px;
    border-radius: 0;
  }
  main#archive .content-main .wp-pagenavi .page {
    font-size: 2rem;
  }
  main#archive .content-main .wp-pagenavi .current {
    font-size: 2rem;
    color: white;
    background-color: #92DAF0;
  }
  main#archive .content-main .wp-pagenavi .first, main#archive .content-main .wp-pagenavi .last {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#archive {
    /*****************/
    /****content *****/
    /*****************/
  }
  main#archive .content {
    background-color: #EBFAFD;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main#archive .content .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#archive .content-sidebar {
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #67B2C9;
    padding-top: 10px;
  }
  main#archive .content-sidebar__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #67B2C9;
  }
  main#archive .content-sidebar__item a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  main#archive .content-sidebar__item.active a {
    color: #67B2C9;
    font-weight: bold;
  }
  main#archive .content-main {
    width: 100%;
  }
  main#archive .content-main__list {
    border-top: 1px solid #CCCCCC;
  }
  main#archive .content-main__list-item {
    border-bottom: 1px solid #CCCCCC;
  }
  main#archive .content-main__list-item a {
    padding: 10px;
  }
  main#archive .content-main__list-item_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#archive .content-main__list-item_left time {
    font-size: 1.3rem;
  }
  main#archive .content-main__list-item_left .cat {
    width: 100px;
    flex-shrink: 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    margin-left: 5%;
    border-radius: 20px;
  }
  main#archive .content-main__list-item_left .cat.news {
    background-color: #92DAF0;
  }
  main#archive .content-main__list-item_left .cat.blog {
    background-color: #67B2C9;
  }
  main#archive .content-main__list-item_left .cat.support {
    background-color: #707070;
  }
  main#archive .content-main__list-item_right {
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
  }
  main#archive .content-main .wp-pagenavi {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main#archive .content-main .wp-pagenavi a, main#archive .content-main .wp-pagenavi span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    margin-left: 1%;
    margin-right: 1%;
    border: none;
    padding: 0;
  }
  main#archive .content-main .wp-pagenavi .pages {
    display: none;
  }
  main#archive .content-main .wp-pagenavi .previouspostslink {
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    transform: rotate(-45deg);
    color: transparent;
    margin-right: 20px;
    border-radius: 0;
  }
  main#archive .content-main .wp-pagenavi .nextpostslink {
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    color: transparent;
    margin-left: 20px;
    border-radius: 0;
  }
  main#archive .content-main .wp-pagenavi .page {
    font-size: 1.4rem;
  }
  main#archive .content-main .wp-pagenavi .current {
    font-size: 1.4rem;
    color: white;
    background-color: #92DAF0;
  }
  main#archive .content-main .wp-pagenavi .first, main#archive .content-main .wp-pagenavi .last {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#single {
    margin-top: 20px;
    background-color: #DAEFF5;
    padding-top: 77px;
    padding-bottom: 117px;
  }
  main#single .column-inner {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 114px;
    padding-left: 1%;
    padding-right: 1%;
  }
  main#single .column-main {
    max-width: 690px;
    margin: 0 auto;
  }
  main#single .column-main__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#single .column-main__info .cat {
    width: 70px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #5F9CFA;
    font-size: 1rem;
    color: #5F9CFA;
    border-radius: 10px;
    font-weight: 500;
  }
  main#single .column-main__info time {
    font-size: 1.1rem;
  }
  main#single .column-main__h1 {
    margin-top: 22px;
    font-size: 3rem;
    margin-bottom: 22px;
    line-height: 1.6;
  }
  main#single .column-main__eye {
    margin-bottom: 42px;
  }
  main#single .column-main__eye img {
    width: 100%;
  }
  main#single .column-main__content p {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 42px;
    line-height: 1.6;
    color: #333;
  }
  main#single .column-main__content h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    padding: 15px 35px;
    background-color: #EBFAFD;
    border-left: 5px solid #67B2C9;
  }
  main#single .column-main__content h3 {
    margin-bottom: 30px;
    font-size: 1.7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#single .column-main__content h3::before {
    margin-right: 10px;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/h4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#single .column-main__content a {
    text-decoration: underline;
  }
  main#single .column-main__content ul {
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    padding: 25px 35px;
    margin-bottom: 30px;
  }
  main#single .column-main__content ul li {
    list-style: inside;
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  main#single .column-main__content ul li:last-child {
    margin-bottom: 0;
  }
  main#single .column-main__profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 2px dashed rgba(8, 102, 255, 0.7);
    padding: 20px;
  }
  main#single .column-main__profile-left {
    flex-shrink: 0;
    width: 150px;
  }
  main#single .column-main__profile-left img {
    width: 100%;
  }
  main#single .column-main__profile-right {
    margin-left: 5%;
  }
  main#single .column-main__profile-right_name {
    font-size: 2rem;
  }
  main#single .column-main__profile-right_desc {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  main#single .column .link-arrows {
    margin-top: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#single .column .link-arrows > div {
    min-width: 123px;
  }
  main#single .column .link-arrows > div a {
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#single .column .link-arrows > div.prev a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    transform: rotate(-45deg);
    margin-right: 30px;
  }
  main#single .column .link-arrows > div.next a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-left: 30px;
  }
  main#single .column .link-arrows .archive {
    margin-left: 5%;
    margin-right: 5%;
    width: 257px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: white;
    background-color: #67B2C9;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#single {
    margin-top: 10px;
    background-color: #DAEFF5;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  main#single .column-inner {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
  main#single .column-main {
    max-width: 690px;
    margin: 0 auto;
  }
  main#single .column-main__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#single .column-main__info .cat {
    width: 70px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #5F9CFA;
    font-size: 1rem;
    color: #5F9CFA;
    border-radius: 10px;
    font-weight: 500;
  }
  main#single .column-main__info time {
    font-size: 1.1rem;
  }
  main#single .column-main__h1 {
    margin-top: 15px;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  main#single .column-main__eye {
    margin-bottom: 30px;
  }
  main#single .column-main__eye img {
    width: 100%;
  }
  main#single .column-main__content p {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #333;
  }
  main#single .column-main__content h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    padding: 10px 25px;
    background-color: #EBFAFD;
    border-left: 3px solid #67B2C9;
  }
  main#single .column-main__content h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#single .column-main__content h3::before {
    margin-right: 10px;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/h4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#single .column-main__content a {
    text-decoration: underline;
  }
  main#single .column-main__content ul {
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    padding: 18px 25px;
    margin-bottom: 30px;
  }
  main#single .column-main__content ul li {
    list-style: inside;
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  main#single .column-main__content ul li:last-child {
    margin-bottom: 0;
  }
  main#single .column-main__profile {
    border: 2px dashed rgba(8, 102, 255, 0.7);
    padding: 20px;
  }
  main#single .column-main__profile-right {
    margin-left: 5%;
  }
  main#single .column-main__profile-right_name {
    font-size: 1.6rem;
    text-align: center;
  }
  main#single .column-main__profile-right_img {
    margin: 15px auto 0;
    width: 150px;
  }
  main#single .column-main__profile-right_img img {
    width: 100%;
  }
  main#single .column-main__profile-right_desc {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  main#single .column .link-arrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#single .column .link-arrows > div {
    min-width: 100px;
  }
  main#single .column .link-arrows > div a {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#single .column .link-arrows > div.prev a:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    transform: rotate(-45deg);
    margin-right: 10px;
  }
  main#single .column .link-arrows > div.next a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  main#single .column .link-arrows .archive {
    margin-left: 5%;
    margin-right: 5%;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #67B2C9;
    border-radius: 30px;
    font-size: 1.4rem;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#faq {
    /*****************/
    /****content *****/
    /*****************/
    background-color: #EBFAFD;
  }
  main#faq .content {
    background-color: #EBFAFD;
    padding-top: 90px;
    padding-bottom: 200px;
  }
  main#faq .content-main__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#faq .content-main__header-item {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EDEDED;
    width: 50%;
    cursor: pointer;
  }
  main#faq .content-main__header-item h2 {
    font-size: 2.2rem;
    color: #B4B4B4;
    text-align: center;
  }
  main#faq .content-main__header-item.active {
    background-color: white;
    position: relative;
  }
  main#faq .content-main__header-item.active h2 {
    color: #707070;
  }
  main#faq .content-main__header-item.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #92DAF0;
  }
  main#faq .content-main__list-wrapper {
    position: relative;
    transition: height 0.6s ease;
  }
  main#faq .content-main__list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
    background-color: white;
    padding: 60px 55px 15px;
    width: 100%;
  }
  main#faq .content-main__list.active {
    opacity: 1;
    z-index: 1;
  }
  main#faq .content-main__list > p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
  }
  main#faq .content-main__list-item {
    margin-bottom: 45px;
  }
  main#faq .content-main__list-item_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#faq .content-main__list-item_box--icon {
    width: 39px;
    flex-shrink: 0;
    margin-right: 22px;
  }
  main#faq .content-main__list-item_box--icon img {
    width: 100%;
  }
  main#faq .content-main__list-item_box--h3 {
    font-size: 2rem;
  }
  main#faq .content-main__list-item_box > p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
    color: #333;
  }
  main#faq .content-main__list-item_box.question {
    position: relative;
    cursor: pointer;
  }
  main#faq .content-main__list-item_box.question:after {
    content: "＋";
    font-size: 5rem;
    color: #67B2C9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.6s ease;
  }
  main#faq .content-main__list-item_box.question.active:after {
    content: "－";
  }
  main#faq .content-main__list-item_box.answer {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: flex-start;
  }
  main#faq .content-main__list-item_box.answer .addtoany_content_bottom {
    display: none;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#faq {
    background-color: #EBFAFD;
    /*****************/
    /****content *****/
    /*****************/
  }
  main#faq .content {
    background-color: #EBFAFD;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main#faq .content-main__header {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  main#faq .content-main__header-item {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EDEDED;
    width: 30%;
    cursor: pointer;
    position: relative;
  }
  main#faq .content-main__header-item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #B4B4B4;
    font-size: 1.4rem;
  }
  main#faq .content-main__header-item.left:after {
    content: "ご利用";
  }
  main#faq .content-main__header-item.right:after {
    content: "お仕事";
  }
  main#faq .content-main__header-item h2 {
    font-size: 1.4rem;
    display: none;
    text-align: center;
  }
  main#faq .content-main__header-item.active {
    width: 70%;
    background-color: white;
    position: relative;
  }
  main#faq .content-main__header-item.active h2 {
    color: #707070;
    display: block;
  }
  main#faq .content-main__header-item.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #92DAF0;
  }
  main#faq .content-main__header-item.active::after {
    color: transparent;
  }
  main#faq .content-main__list-wrapper {
    position: relative;
    transition: height 0.6s ease;
  }
  main#faq .content-main__list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s ease;
    background-color: white;
    padding: 30px 10px 15px;
    width: 100%;
  }
  main#faq .content-main__list.active {
    opacity: 1;
    z-index: 1;
  }
  main#faq .content-main__list > p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    color: #333;
  }
  main#faq .content-main__list-item {
    margin-bottom: 15px;
  }
  main#faq .content-main__list-item_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#faq .content-main__list-item_box--icon {
    width: 20px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  main#faq .content-main__list-item_box--icon img {
    width: 100%;
  }
  main#faq .content-main__list-item_box--h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  main#faq .content-main__list-item_box > p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }
  main#faq .content-main__list-item_box.question {
    position: relative;
    cursor: pointer;
    padding-right: 5%;
  }
  main#faq .content-main__list-item_box.question:after {
    content: "＋";
    font-size: 2rem;
    color: #67B2C9;
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
    transition: all 0.6s ease;
  }
  main#faq .content-main__list-item_box.question.active:after {
    content: "－";
  }
  main#faq .content-main__list-item_box.answer {
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: flex-start;
  }
  main#faq .content-main__list-item_box.answer .addtoany_content_bottom {
    display: none;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#contact {
    background: linear-gradient(#DAEFF5, #c6d8f4);
    padding-bottom: 90px;
  }
  main#contact .lower-page__h1 {
    margin-bottom: 90px;
  }
  main#contact .column-tel {
    background-color: white;
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
  }
  main#contact .column-tel__left {
    padding: 4% 0% 4% 4%;
    font-size: 1.5rem;
  }
  main#contact .column-tel__right {
    max-width: 489px;
    width: 100%;
    margin-left: 1%;
    background: linear-gradient(to left, rgba(161, 180, 232, 0.5), rgba(170, 245, 178, 0.5));
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  main#contact .column-tel__right-number {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#contact .column-tel__right-number img {
    width: 48px;
  }
  main#contact .column-tel__right-number p {
    font-size: 5.1rem;
    margin-left: 8px;
    font-weight: 500;
  }
  main#contact .column-tel__right-time {
    margin: 10px auto 0;
    font-size: 2rem;
  }
  main#contact .column-text {
    margin-top: 60px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main#contact .column-form {
    margin-top: 60px;
  }
  main#contact .column-form .table-wrapper table {
    width: 100%;
  }
  main#contact .column-form .table-wrapper table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label span {
    display: block;
    font-size: 1.6rem;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label_after {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    background-color: #ACACAC;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label_after.required {
    background-color: #5BC8AC;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) {
    margin-left: 45px;
    width: 100%;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) > p {
    font-size: 1.5em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea {
    font-size: 1.5em;
    border: none;
    background-color: white;
    padding-left: 22px;
    color: #707070;
    width: 100%;
    display: block;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input::-moz-placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select::-moz-placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea::-moz-placeholder {
    color: #CCCCCC;
    font-size: 1.5em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input::placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select::placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea::placeholder {
    color: #CCCCCC;
    font-size: 1.5em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select {
    height: 50px;
  }
  main#contact .column-form .table-wrapper table tbody tr.message {
    align-items: flex-start;
  }
  main#contact .column-form .table-wrapper table tbody tr.message td:nth-child(1) {
    padding-top: 5px;
  }
  main#contact .column-form .privacy {
    margin-top: 48px;
  }
  main#contact .column-form .privacy-text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #707070;
  }
  main#contact .column-form .privacy-text a {
    display: inline-block;
    color: #67B2C9;
    text-decoration: underline;
  }
  main#contact .column-form .privacy-check {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#contact .column-form .privacy-check input {
    display: block;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
  main#contact .column-form .privacy-check__annotation {
    margin-left: 12px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }
  main#contact .column-form .submit > p {
    margin: 25px auto 0;
    width: 436px;
    height: 93px;
    background-color: #67B2C9;
    border-radius: 50px;
    position: relative;
  }
  main#contact .column-form .submit > p:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(45deg);
  }
  main#contact .column-form .submit > p input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 2.2rem;
    line-height: 93px;
    text-align: center;
    color: white;
    cursor: pointer;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#contact {
    background: linear-gradient(#DAEFF5, #c6d8f4);
    padding-bottom: 50px;
  }
  main#contact .lower-page__h1 {
    margin-bottom: 50px;
  }
  main#contact .column-tel {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
  }
  main#contact .column-tel__left {
    padding: 4% 2%;
    font-size: 1.4rem;
    text-align: center;
  }
  main#contact .column-tel__right {
    width: 100%;
    padding: 3% 0;
    background: linear-gradient(to left, rgba(161, 180, 232, 0.5), rgba(170, 245, 178, 0.5));
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  main#contact .column-tel__right-number {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#contact .column-tel__right-number img {
    width: 30px;
  }
  main#contact .column-tel__right-number p {
    font-size: 3rem;
    margin-left: 8px;
    font-weight: 500;
  }
  main#contact .column-tel__right-time {
    margin: 10px auto;
    font-size: 1.6rem;
  }
  main#contact .column-text {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main#contact .column-form {
    margin-top: 30px;
  }
  main#contact .column-form .table-wrapper table {
    width: 100%;
  }
  main#contact .column-form .table-wrapper table tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label {
    font-size: 1.4rem;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label_after {
    display: block;
    margin-left: 5%;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    background-color: #ACACAC;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(1) .form-label_after.required {
    background-color: #5BC8AC;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) {
    margin-top: 15px;
    width: 100%;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) > p {
    font-size: 1.4em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea {
    font-size: 1.4em;
    border: none;
    background-color: white;
    padding-left: 12px;
    color: #707070;
    width: 100%;
    display: block;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input::-moz-placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select::-moz-placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea::-moz-placeholder {
    color: #CCCCCC;
    font-size: 1.4em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input::placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select::placeholder, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) textarea::placeholder {
    color: #CCCCCC;
    font-size: 1.4em;
  }
  main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) input, main#contact .column-form .table-wrapper table tbody tr td:nth-child(2) select {
    height: 40px;
  }
  main#contact .column-form .privacy {
    margin-top: 30px;
  }
  main#contact .column-form .privacy-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #707070;
  }
  main#contact .column-form .privacy-text a {
    display: inline-block;
    color: #67B2C9;
    text-decoration: underline;
  }
  main#contact .column-form .privacy-check {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#contact .column-form .privacy-check input {
    display: block;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
  }
  main#contact .column-form .privacy-check__annotation {
    margin-left: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
  }
  main#contact .column-form .submit > p {
    margin: 15px auto 0;
    max-width: 436px;
    width: 100%;
    height: 50px;
    background-color: #67B2C9;
    border-radius: 30px;
    position: relative;
  }
  main#contact .column-form .submit > p:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(45deg);
  }
  main#contact .column-form .submit > p input {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#privacy-policy {
    background-color: #DAEFF5;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  main#privacy-policy .column p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 500;
  }
  main#privacy-policy .column p.text-right {
    text-align: end;
  }
  main#privacy-policy .column h2 {
    font-size: 1.5rem;
  }
  main#privacy-policy .column h3 {
    font-size: 1.5rem;
  }
  main#privacy-policy .column ul {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  main#privacy-policy .column ul li {
    margin-left: 20px;
    list-style: square;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 10px;
    font-weight: 500;
  }
  main#privacy-policy .column ul li > ul {
    padding-left: 10px;
  }
  main#privacy-policy .column ul li > ul li {
    list-style: inside;
  }
  main#privacy-policy .column ul li > ul li > ul li {
    list-style: none;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#privacy-policy {
    background-color: #DAEFF5;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  main#privacy-policy .column p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 500;
  }
  main#privacy-policy .column p.text-right {
    text-align: end;
  }
  main#privacy-policy .column h2 {
    font-size: 1.4rem;
  }
  main#privacy-policy .column h3 {
    font-size: 1.4rem;
  }
  main#privacy-policy .column ul {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  main#privacy-policy .column ul li {
    margin-left: 10px;
    list-style: square;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 7px;
    font-weight: 500;
  }
  main#privacy-policy .column ul li > ul {
    padding-left: 7px;
  }
  main#privacy-policy .column ul li > ul li {
    list-style: inside;
  }
  main#privacy-policy .column ul li > ul li > ul li {
    list-style: none;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#user {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****summary *****/
    /*****************/
    /*****************/
    /****feature *****/
    /*****************/
    /*****************/
    /****work *****/
    /*****************/
  }
  main#user .intro {
    padding-top: 93px;
    padding-bottom: 119px;
  }
  main#user .intro-top {
    position: relative;
  }
  main#user .intro-top__content {
    width: 50%;
    position: relative;
  }
  main#user .intro-top__content-h2 {
    color: white;
    font-size: 2.7rem;
    padding-top: 25px;
    margin: 0 auto;
    border-radius: 30px;
    width: 483px;
    height: 85px;
    text-align: center;
    background-image: url(../img/user/intro-top__content-h2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  main#user .intro-top__content-h2:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #C4B9F6;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-12%);
  }
  main#user .intro-top__content-list {
    margin-top: 38px;
  }
  main#user .intro-top__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 453px;
  }
  main#user .intro-top__img img {
    width: 100%;
  }
  main#user .intro-list {
    margin-left: 11px;
  }
  main#user .intro-list__item {
    position: relative;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.6;
    padding-left: 45px;
  }
  main#user .intro-list__item span {
    font-weight: bold;
  }
  main#user .intro-list__item:before {
    content: "";
    display: block;
    width: 32px;
    height: 25px;
    background-image: url(../img/user/intro-top__content-list_item-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  main#user .intro-dots {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  main#user .intro-dots__item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C4B9F6;
    margin-bottom: 10px;
  }
  main#user .intro-bottom {
    margin-top: 42px;
    position: relative;
  }
  main#user .intro-bottom__wrapper {
    margin: 0 0 0 auto;
    width: 60%;
    padding: 12px;
    border-radius: 50px;
    background-image: url(../img/user/intro-bottom__wrapper.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#user .intro-bottom__content {
    background-color: white;
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 1%;
    padding-right: 1%;
  }
  main#user .intro-bottom__content-h2 {
    max-width: 450px;
    margin: 0 auto;
    font-size: 3rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
  }
  main#user .intro-bottom__content-list {
    margin: 34px auto 0;
    max-width: 450px;
  }
  main#user .intro-bottom__img {
    width: 47%;
    max-width: 470px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  main#user .summary {
    overflow: visible;
    position: relative;
    background-image: url(../img/user/summary-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 93px;
    padding-bottom: 97px;
  }
  main#user .summary::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #707070;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main#user .summary-ttl {
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: center;
  }
  main#user .summary-sub {
    margin-top: 60px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  main#user .summary-list {
    margin: 77px auto 0;
    max-width: 853px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  main#user .summary-list__item {
    max-width: 180px;
  }
  main#user .summary-list__item-img {
    margin: 0 auto;
    width: 90%;
  }
  main#user .summary-list__item-h3 {
    margin-top: 25px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  main#user .summary-list__item-p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  main#user .feature {
    overflow: hidden;
    position: relative;
    padding-top: 142px;
    padding-bottom: 227px;
  }
  main#user .feature:before {
    content: "";
    display: block;
    width: 1139px;
    height: 972px;
    background-image: url(../img/user/feature-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8%;
    left: -19%;
  }
  main#user .feature:after {
    content: "";
    display: block;
    width: 1115px;
    height: 1010px;
    background-image: url(../img/user/feature-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -27%;
    right: -6%;
  }
  main#user .feature .container {
    position: relative;
    z-index: 1;
  }
  main#user .feature-ttl {
    font-size: 4rem;
    position: relative;
    text-align: center;
  }
  main#user .feature-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#user .feature-list {
    margin-top: 130px;
  }
  main#user .feature-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 162px;
    position: relative;
  }
  main#user .feature-list__item-content {
    max-width: 335px;
    position: relative;
    z-index: 1;
  }
  main#user .feature-list__item-content__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 33px;
    border-bottom: 1px solid #707070;
  }
  main#user .feature-list__item-content__top span {
    color: #A2D9EA;
    font-size: 11.6rem;
  }
  main#user .feature-list__item-content__top p {
    margin-left: 10%;
    font-size: 2.9rem;
    line-height: 1.6;
  }
  main#user .feature-list__item-content__bottom {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main#user .feature-list__item-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(30%, -50%);
    width: 86%;
    border-radius: 40px;
    aspect-ratio: 86/31;
    overflow: hidden;
  }
  main#user .feature-list__item-img img {
    width: 100%;
  }
  main#user .feature-list li:nth-child(even) {
    justify-content: flex-end;
  }
  main#user .feature-list li:nth-child(even) .feature-list__item-img {
    right: auto;
    left: 0;
    transform: translate(-30%, -50%);
  }
  main#user .feature-list li:last-child {
    margin-bottom: 0;
  }
  main#user .work {
    padding-top: 114px;
    padding-bottom: 124px;
    position: relative;
  }
  main#user .work-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  main#user .work-bg img {
    width: 100%;
  }
  main#user .work-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(transparent, white);
  }
  main#user .work .container {
    position: relative;
    z-index: 1;
  }
  main#user .work-ttl {
    font-size: 4rem;
    text-align: center;
  }
  main#user .work-sub {
    margin-top: 78px;
    font-size: 2.6rem;
    text-align: center;
  }
  main#user .work-p {
    margin-top: 36px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
  main#user .work-list {
    margin: 90px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main#user .work-list__item {
    max-width: 215px;
    width: 30%;
    margin-bottom: 118px;
    margin-left: 5%;
    margin-right: 5%;
  }
  main#user .work-list__item-img {
    width: 100%;
  }
  main#user .work-list__item-h3 {
    margin-top: 25px;
    text-align: center;
    font-size: 2.4rem;
  }
  main#user .work-list__item-p {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  main#user .work-list li:nth-child(10) .work-list__item-p {
    text-align: center;
  }
  main#user .work-other__ttl {
    font-size: 2.4rem;
    position: relative;
    text-align: center;
  }
  main#user .work-other__ttl::before {
    content: "";
    display: block;
    width: 411px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    background-image: url(../img/user/work-other__ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#user .work-other__p {
    margin-top: 58px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
  main#user .work-link {
    margin: 28px auto 0;
    width: 436px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    font-size: 2.1rem;
    position: relative;
    background-color: #DAEFF5;
    border-radius: 50px;
  }
  main#user .work-link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg);
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#user {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****summary *****/
    /*****************/
    /*****************/
    /****feature *****/
    /*****************/
    /*****************/
    /****work *****/
    /*****************/
  }
  main#user .intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main#user .intro-top {
    position: relative;
  }
  main#user .intro-top__content {
    position: relative;
  }
  main#user .intro-top__content-h2 {
    color: white;
    font-size: 1.8rem;
    padding-top: 17px;
    margin: 0 auto;
    border-radius: 20px;
    width: 300px;
    height: 53px;
    text-align: center;
    background-image: url(../img/user/intro-top__content-h2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  main#user .intro-top__content-h2:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #C4B9F6;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-12%);
  }
  main#user .intro-top__content-list {
    margin: 40px auto 0;
    max-width: 450px;
  }
  main#user .intro-top__img {
    margin: 30px auto 0;
    max-width: 453px;
  }
  main#user .intro-top__img img {
    width: 100%;
  }
  main#user .intro-list__item {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-left: 45px;
  }
  main#user .intro-list__item span {
    font-weight: bold;
  }
  main#user .intro-list__item:before {
    content: "";
    display: block;
    width: 32px;
    height: 25px;
    background-image: url(../img/user/intro-top__content-list_item-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  main#user .intro-dots {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  main#user .intro-dots__item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #C4B9F6;
    margin-bottom: 10px;
  }
  main#user .intro-bottom {
    margin-top: 30px;
    position: relative;
  }
  main#user .intro-bottom__wrapper {
    margin: 0 auto;
    padding: 6px;
    border-radius: 30px;
    background-image: url(../img/user/intro-bottom__wrapper.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#user .intro-bottom__content {
    background-color: white;
    border-radius: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  main#user .intro-bottom__content-h2 {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.8rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #707070;
  }
  main#user .intro-bottom__content-list {
    margin: 20px auto 0;
    max-width: 450px;
  }
  main#user .intro-bottom__img {
    margin: 30px auto 0;
    max-width: 470px;
  }
  main#user .summary {
    overflow: visible;
    position: relative;
    background-image: url(../img/user/summary-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main#user .summary::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #707070;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main#user .summary-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  main#user .summary-sub {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  main#user .summary-list {
    margin: 40px auto 0;
    max-width: 853px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  main#user .summary-list__item {
    width: 180px;
    flex-shrink: 0;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  main#user .summary-list__item-img {
    margin: 0 auto;
    width: 90%;
  }
  main#user .summary-list__item-h3 {
    margin-top: 25px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  main#user .summary-list__item-p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  main#user .feature {
    overflow: hidden;
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  main#user .feature:before {
    content: "";
    display: block;
    width: 570px;
    height: 486px;
    background-image: url(../img/user/feature-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8%;
    left: -75%;
  }
  main#user .feature:after {
    content: "";
    display: block;
    width: 558px;
    height: 505px;
    background-image: url(../img/user/feature-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -15%;
    right: -54%;
  }
  main#user .feature .container {
    position: relative;
    z-index: 1;
  }
  main#user .feature-ttl {
    font-size: 2rem;
    position: relative;
    text-align: center;
  }
  main#user .feature-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#user .feature-list {
    margin-top: 80px;
  }
  main#user .feature-list__item {
    margin-bottom: 40px;
    position: relative;
  }
  main#user .feature-list__item-content {
    max-width: 335px;
    position: relative;
    z-index: 1;
  }
  main#user .feature-list__item-content__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6px;
    border-bottom: 1px solid #707070;
  }
  main#user .feature-list__item-content__top span {
    color: #A2D9EA;
    font-size: 6rem;
  }
  main#user .feature-list__item-content__top p {
    margin-left: 5%;
    font-size: 2rem;
    line-height: 1.6;
  }
  main#user .feature-list__item-content__bottom {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
  }
  main#user .feature-list__item-img {
    margin-top: 30px;
    margin-right: -50px;
    margin-left: auto;
    width: 100%;
    border-radius: 30px;
    aspect-ratio: 86/31;
    overflow: hidden;
  }
  main#user .feature-list__item-img img {
    width: 100%;
  }
  main#user .feature-list li:nth-child(even) .feature-list__item-img {
    margin-right: auto;
    margin-left: -50px;
  }
  main#user .feature-list li:last-child {
    margin-bottom: 0;
  }
  main#user .work {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  main#user .work-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  main#user .work-bg img {
    width: 100%;
  }
  main#user .work-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(transparent, white);
  }
  main#user .work .container {
    position: relative;
    z-index: 1;
  }
  main#user .work-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#user .work-sub {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  main#user .work-p {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  main#user .work-list {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main#user .work-list__item {
    max-width: 215px;
    width: 45%;
    margin-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
  }
  main#user .work-list__item-img {
    width: 100%;
  }
  main#user .work-list__item-h3 {
    margin-top: 18px;
    text-align: center;
    font-size: 1.8rem;
  }
  main#user .work-list__item-p {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  main#user .work-other__ttl {
    margin-top: 30px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
  }
  main#user .work-other__ttl::before {
    content: "";
    display: block;
    width: 300px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background-image: url(../img/user/work-other__ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#user .work-other__p {
    margin-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  main#user .work-link {
    margin: 30px auto 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    background-color: #DAEFF5;
    border-radius: 50px;
  }
  main#user .work-link::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#guide {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****flow *****/
    /*****************/
    /*****************/
    /****access *****/
    /*****************/
  }
  main#guide .intro {
    padding-top: 116px;
    padding-bottom: 116px;
    position: relative;
  }
  main#guide .intro:before {
    content: "";
    display: block;
    width: 1303px;
    height: 1128px;
    background-image: url(../img/guide/intro-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5%;
    left: -30%;
  }
  main#guide .intro .container {
    position: relative;
  }
  main#guide .intro-about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#guide .intro-about__left {
    max-width: 40%;
  }
  main#guide .intro-about__left-ttl {
    font-size: 2.9rem;
  }
  main#guide .intro-about__left-ttl:before {
    content: "";
    display: block;
    margin-bottom: 24px;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-about__left-sub {
    margin-top: 50px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main#guide .intro-about__left-p {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  main#guide .intro-about__right {
    margin-left: 1%;
    margin-right: -7%;
    width: 60%;
  }
  main#guide .intro-about__right-img {
    width: 100%;
  }
  main#guide .intro-condition {
    margin-top: 138px;
  }
  main#guide .intro-condition__ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#guide .intro-condition__ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-condition__p {
    margin-top: 40px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
  }
  main#guide .intro-condition__list {
    margin: 35px auto 0;
    max-width: 789px;
    background-color: #EFF8FA;
    padding: 50px 8%;
  }
  main#guide .intro-condition__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
  main#guide .intro-condition__list-item::before {
    content: "";
    display: block;
    width: 32px;
    height: 25px;
    background-image: url(../img/guide/intro-condition__list-item_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 32px;
  }
  main#guide .intro-condition__list li:last-child {
    margin-bottom: 0;
  }
  main#guide .intro-requirement {
    margin-top: 138px;
  }
  main#guide .intro-requirement__ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#guide .intro-requirement__ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-requirement__p {
    margin-top: 40px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
  }
  main#guide .intro-requirement table {
    margin: 35px auto 0;
    max-width: 789px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #BFBFBF;
  }
  main#guide .intro-requirement table tbody tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #BFBFBF;
  }
  main#guide .intro-requirement table tbody tr th {
    background-color: #F0FCFD;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 138px;
    flex-shrink: 0;
    border-right: 1px solid #BFBFBF;
  }
  main#guide .intro-requirement table tbody tr td {
    width: 100%;
    padding: 22px 26px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  main#guide .intro-requirement table tbody tr:last-child {
    border: none;
  }
  main#guide .intro-requirement__link {
    margin: 65px auto 0;
    background-color: #DAEFF5;
    width: 436px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    border-radius: 50px;
    font-size: 2.1rem;
    position: relative;
  }
  main#guide .intro-requirement__link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg);
  }
  main#guide .flow {
    padding-top: 100px;
    padding-bottom: 132px;
    background-color: #EFF8FA;
  }
  main#guide .flow-ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#guide .flow-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#guide .flow-p {
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: center;
  }
  main#guide .flow-list {
    margin: 68px auto 0;
    max-width: 789px;
  }
  main#guide .flow-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 40px;
  }
  main#guide .flow-list__item-left {
    background-color: white;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main#guide .flow-list__item-left span {
    position: absolute;
    display: block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-image: url(../img/guide/flow-list__item-left-span.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 4.3rem;
    color: white;
    top: 15px;
    left: 0;
    transform: translateX(-50%);
    font-weight: 500;
  }
  main#guide .flow-list__item-left_content {
    max-width: 390px;
  }
  main#guide .flow-list__item-left_content-h3 {
    font-size: 2.2rem;
    padding-bottom: 13px;
    border-bottom: 1px solid #707070;
  }
  main#guide .flow-list__item-left_content-p {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  main#guide .flow-list__item-right {
    width: 240px;
    flex-shrink: 0;
  }
  main#guide .flow-list__item-right_img {
    width: 100%;
  }
  main#guide .access {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  main#guide .access-ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#guide .access-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .access-list {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  main#guide .access-list__item {
    width: 49%;
    max-width: 464px;
  }
  main#guide .access-list__item-h3 {
    font-size: 2.9rem;
  }
  main#guide .access-list__item-h3 span {
    font-size: 2.3rem;
  }
  main#guide .access-list__item-img {
    margin-top: 30px;
    width: 100%;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#guide {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****flow *****/
    /*****************/
    /*****************/
    /****access *****/
    /*****************/
  }
  main#guide .intro {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  main#guide .intro:before {
    content: "";
    display: block;
    width: 651px;
    height: 564px;
    background-image: url(../img/guide/intro-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 400px;
    left: -300px;
  }
  main#guide .intro .container {
    position: relative;
  }
  main#guide .intro-about__left-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#guide .intro-about__left-ttl:before {
    content: "";
    display: block;
    margin: 0 auto 15px;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-about__left-sub {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  main#guide .intro-about__left-p {
    margin: 18px auto 0;
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 500px;
  }
  main#guide .intro-about__right {
    margin: 30px auto 0;
    width: 90%;
    max-width: 500px;
  }
  main#guide .intro-about__right-img {
    width: 100%;
  }
  main#guide .intro-condition {
    margin-top: 70px;
  }
  main#guide .intro-condition__ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#guide .intro-condition__ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-condition__p {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
  main#guide .intro-condition__list {
    margin: 25px auto 0;
    max-width: 789px;
    background-color: #EFF8FA;
    padding: 30px 3%;
  }
  main#guide .intro-condition__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.6rem;
    margin-bottom: 13px;
    line-height: 1.6;
  }
  main#guide .intro-condition__list-item::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 16px;
    background-image: url(../img/guide/intro-condition__list-item_before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
    margin-right: 15px;
  }
  main#guide .intro-condition__list li:last-child {
    margin-bottom: 0;
  }
  main#guide .intro-requirement {
    margin-top: 70px;
  }
  main#guide .intro-requirement__ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#guide .intro-requirement__ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .intro-requirement__p {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
  main#guide .intro-requirement table {
    margin: 20px auto 0;
    max-width: 789px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #BFBFBF;
  }
  main#guide .intro-requirement table tbody tr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px solid #BFBFBF;
  }
  main#guide .intro-requirement table tbody tr th {
    background-color: #F0FCFD;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 60px;
    flex-shrink: 0;
    border-right: 1px solid #BFBFBF;
    line-height: 1.6;
  }
  main#guide .intro-requirement table tbody tr td {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
  }
  main#guide .intro-requirement table tbody tr:last-child {
    border: none;
  }
  main#guide .intro-requirement__link {
    margin: 40px auto 0;
    background-color: #DAEFF5;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 40px;
    font-size: 1.6rem;
    position: relative;
  }
  main#guide .intro-requirement__link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  main#guide .flow {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #EFF8FA;
  }
  main#guide .flow-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#guide .flow-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#guide .flow-p {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  main#guide .flow-list {
    margin: 40px auto 0;
    max-width: 400px;
  }
  main#guide .flow-list__item {
    margin-bottom: 40px;
  }
  main#guide .flow-list__item-left {
    background-color: white;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 5% 20px 5%;
  }
  main#guide .flow-list__item-left span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: url(../img/guide/flow-list__item-left-span.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 2rem;
    color: white;
    top: 15px;
    right: 10px;
    font-weight: 500;
  }
  main#guide .flow-list__item-left_content-h3 {
    font-size: 1.6rem;
    padding-bottom: 7px;
    border-bottom: 1px solid #707070;
  }
  main#guide .flow-list__item-left_content-p {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
  }
  main#guide .flow-list__item-right_img {
    width: 100%;
  }
  main#guide .access {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  main#guide .access-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#guide .access-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, #E4FAFA, #A1B4E8);
  }
  main#guide .access-list {
    margin: 40px auto;
    max-width: 500px;
  }
  main#guide .access-list__item {
    margin-bottom: 20px;
  }
  main#guide .access-list__item-h3 {
    font-size: 2rem;
  }
  main#guide .access-list__item-h3 span {
    font-size: 1.6rem;
  }
  main#guide .access-list__item-img {
    margin-top: 15px;
    width: 100%;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#about {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****philosophy *****/
    /*****************/
    /*****************/
    /****company *****/
    /*****************/
    /*****************/
    /****staff *****/
    /*****************/
  }
  main#about .intro {
    padding-top: 162px;
    padding-bottom: 151px;
  }
  main#about .intro .container {
    position: relative;
  }
  main#about .intro-img {
    position: absolute;
  }
  main#about .intro-img img {
    width: 100%;
  }
  main#about .intro-img1 {
    width: 37%;
    right: -29%;
    top: 7%;
  }
  main#about .intro-img2 {
    width: 42%;
    left: 0;
    top: -11%;
  }
  main#about .intro-img3 {
    width: 26%;
    left: -19%;
    bottom: -38%;
  }
  main#about .intro-content {
    width: 410px;
    margin-left: auto;
    margin-right: 12%;
    position: relative;
    z-index: 3;
    background-color: white;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  main#about .intro-content-img {
    width: 361px;
  }
  main#about .intro-content__h2 {
    margin-top: 45px;
    font-size: 2.2rem;
  }
  main#about .intro-content__p {
    margin-top: 17px;
    font-size: 1.5rem;
  }
  main#about .philosophy {
    background-color: #E6F1FE;
    padding-top: 120px;
  }
  main#about .philosophy-ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#about .philosophy-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#about .philosophy-list {
    margin-top: 100px;
  }
  main#about .philosophy-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 118px;
  }
  main#about .philosophy-list__item-content {
    width: 100%;
  }
  main#about .philosophy-list__item-content__h3 {
    font-size: 3.7rem;
    padding-top: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #707070;
    font-weight: 500;
  }
  main#about .philosophy-list__item-content__eng {
    margin-top: 12px;
    font-size: 2rem;
    font-weight: 500;
  }
  main#about .philosophy-list__item-content__sub {
    margin-top: 35px;
    font-size: 2.8rem;
  }
  main#about .philosophy-list__item-content__p {
    margin-top: 16px;
    font-size: 1.5rem;
    padding-right: 1%;
  }
  main#about .philosophy-list__item-img {
    width: 54%;
    flex-shrink: 0;
  }
  main#about .philosophy-list li:nth-child(even) {
    flex-direction: row-reverse;
  }
  main#about .philosophy-list li:nth-child(even) .philosophy-list__item-content__h3 {
    padding-left: 10%;
  }
  main#about .philosophy-list li:nth-child(even) .philosophy-list__item-content__eng {
    padding-left: 10%;
  }
  main#about .philosophy-list li:nth-child(even) .philosophy-list__item-content__sub {
    padding-left: 10%;
  }
  main#about .philosophy-list li:nth-child(even) .philosophy-list__item-content__p {
    padding-left: 10%;
  }
  main#about .company {
    padding-top: 40px;
    padding-bottom: 120px;
    background-color: #E6F1FE;
  }
  main#about .company .container {
    background-color: white;
    padding: 93px 7%;
  }
  main#about .company-ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#about .company table {
    width: 100%;
    margin-top: 70px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
  }
  main#about .company table tbody tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #CCCCCC;
  }
  main#about .company table tbody tr.noborder {
    border: none;
  }
  main#about .company table tbody tr th,
main#about .company table tbody tr td {
    padding: 25px 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main#about .company table tbody tr th {
    margin-right: 7%;
    width: 110px;
    text-align: left;
    flex-shrink: 0;
  }
  main#about .company table tbody tr td:nth-child(2) {
    width: 100%;
    min-width: 220px;
  }
  main#about .company table tbody tr td:nth-child(3) {
    font-weight: 500;
    margin-left: 5%;
	  width: 340px;
    flex-shrink: 0;
    color: #333;
  }
  main#about .staff {
    background-color: #E6F1FE;
    padding-bottom: 167px;
  }
  main#about .staff-ttl {
    font-size: 2.9rem;
    text-align: center;
  }
  main#about .staff-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#about .staff-list {
    margin: 75px auto 0;
    width: 90%;
  }
  main#about .staff-list .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }
  main#about .staff-list .slick-arrow {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  main#about .staff-list .slick-arrow:before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #67B2C9;
    position: absolute;
    top: 50%;
  }
  main#about .staff-list .slick-arrow.slick-prev {
    left: -7%;
  }
  main#about .staff-list .slick-arrow.slick-prev:before {
    left: 52%;
    border-left: 1px solid #67B2C9;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  main#about .staff-list .slick-arrow.slick-next {
    right: -7%;
  }
  main#about .staff-list .slick-arrow.slick-next:before {
    left: 48%;
    border-right: 1px solid #67B2C9;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  main#about .staff-list__item {
    border-top: 3px solid linear-gradient(to right, #AAF5F2, #A1B4E8);
    background-color: white;
    position: relative;
  }
  main#about .staff-list__item-front {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  main#about .staff-list__item-front-top {
    padding-left: 30px;
    padding-right: 30px;
  }
  main#about .staff-list__item-front-top_role {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
  }
  main#about .staff-list__item-front-top_eng {
    margin-top: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #67B2C9;
  }
  main#about .staff-list__item-front-top_name {
    margin-top: 12px;
    font-size: 2rem;
  }
  main#about .staff-list__item-front-bottom {
    margin-top: 30px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#about .staff-list__item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 15% 7%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease;
  }
  main#about .staff-list__item-back.active {
    cursor: pointer;
  }
  main#about .staff-list__item-back.active:hover {
    opacity: 1;
  }
  main#about .staff-list__item-back p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#about {
    background-color: white;
    /*****************/
    /****intro *****/
    /*****************/
    /*****************/
    /****philosophy *****/
    /*****************/
    /*****************/
    /****company *****/
    /*****************/
    /*****************/
    /****staff *****/
    /*****************/
  }
  main#about .intro {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  main#about .intro .container {
    position: relative;
  }
  main#about .intro-img img {
    width: 100%;
  }
  main#about .intro-img1 {
    max-width: 370px;
    width: 100%;
    margin: 30px auto 0;
  }
  main#about .intro-img2 {
    max-width: 420px;
    width: 59%;
    display: inline-block;
    margin-right: 1%;
  }
  main#about .intro-img3 {
    max-width: 260px;
    width: 38%;
    display: inline-block;
  }
  main#about .intro-content {
    max-width: 410px;
    margin-left: auto;
    margin: 30px auto 50px;
    position: relative;
    background-color: white;
  }
  main#about .intro-content-img {
    margin: 0 auto;
    max-width: 361px;
    width: 100%;
  }
  main#about .intro-content__h2 {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  main#about .intro-content__p {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  main#about .philosophy {
    background-color: #E6F1FE;
    padding-top: 70px;
  }
  main#about .philosophy-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#about .philosophy-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#about .philosophy-list {
    margin-top: 50px;
  }
  main#about .philosophy-list__item {
    margin-bottom: 60px;
  }
  main#about .philosophy-list__item-content {
    width: 100%;
  }
  main#about .philosophy-list__item-content__h3 {
    font-size: 2.4rem;
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
    font-weight: 500;
  }
  main#about .philosophy-list__item-content__eng {
    margin-top: 7px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  main#about .philosophy-list__item-content__sub {
    margin-top: 20px;
    font-size: 2rem;
  }
  main#about .philosophy-list__item-content__p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  main#about .philosophy-list__item-img {
    margin: 30px auto 0;
    max-width: 540px;
    width: 100%;
  }
  main#about .company {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #E6F1FE;
  }
  main#about .company .container {
    background-color: white;
    padding: 50px 2%;
  }
  main#about .company-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#about .company table {
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
    border-top: 1px solid #CCCCCC;
  }
  main#about .company table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #CCCCCC;
  }
  main#about .company table tbody tr.noborder {
    border: none;
  }
  main#about .company table tbody tr th,
main#about .company table tbody tr td {
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main#about .company table tbody tr td:nth-child(3) {
    font-weight: 500;
    color: #333;
  }
  main#about .staff {
    background-color: #E6F1FE;
    padding-bottom: 70px;
  }
  main#about .staff-ttl {
    font-size: 2rem;
    text-align: center;
  }
  main#about .staff-ttl:after {
    content: "";
    display: block;
    margin: 15px auto;
    width: 135px;
    height: 12px;
    background: linear-gradient(to right, white, transparent);
  }
  main#about .staff-list {
    margin: 40px auto 0;
    width: 90%;
  }
  main#about .staff-list .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }
  main#about .staff-list .slick-arrow {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  main#about .staff-list .slick-arrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #67B2C9;
    position: absolute;
    top: 50%;
  }
  main#about .staff-list .slick-arrow.slick-prev {
    left: -7%;
  }
  main#about .staff-list .slick-arrow.slick-prev:before {
    left: 52%;
    border-left: 1px solid #67B2C9;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  main#about .staff-list .slick-arrow.slick-next {
    right: -7%;
  }
  main#about .staff-list .slick-arrow.slick-next:before {
    left: 48%;
    border-right: 1px solid #67B2C9;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  main#about .staff-list__item {
    border-top: 3px solid linear-gradient(to right, #AAF5F2, #A1B4E8);
    background-color: white;
    position: relative;
  }
  main#about .staff-list__item-front {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main#about .staff-list__item-front-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  main#about .staff-list__item-front-top_role {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
  }
  main#about .staff-list__item-front-top_eng {
    margin-top: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #67B2C9;
  }
  main#about .staff-list__item-front-top_name {
    margin-top: 12px;
    font-size: 2rem;
  }
  main#about .staff-list__item-front-bottom {
    margin-top: 30px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  main#about .staff-list__item-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 15% 7%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease;
    overflow-y: scroll;
  }
  main#about .staff-list__item-back.active {
    cursor: pointer;
  }
  main#about .staff-list__item-back.animate {
    opacity: 1;
  }
  main#about .staff-list__item-back p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#contact .column-proposal__ttl {
    font-size: 3.1rem;
    text-align: center;
    width: 634px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
  }
  main#contact .column-proposal__ttl span {
    color: #67B2C9;
  }
  main#contact .column-proposal__p {
    margin-top: 27px;
    text-align: center;
    font-size: 1.5rem;
  }
  main#contact .column-proposal__link {
    margin: 50px auto 0;
    width: 436px;
    height: 93px;
    line-height: 93px;
    border-radius: 50px;
    text-align: center;
    background-color: #67B2C9;
    color: white;
    font-size: 2.4rem;
    position: relative;
  }
  main#contact .column-proposal__link:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
  }
  main#contact .column-proposal__sub {
    margin-top: 136px;
    text-align: center;
    font-size: 3.3rem;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#contact .column-proposal__ttl {
    font-size: 2rem;
    white-space: nowrap;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
  }
  main#contact .column-proposal__ttl span {
    color: #67B2C9;
  }
  main#contact .column-proposal__p {
    margin-top: 18px;
    text-align: center;
    font-size: 1.5rem;
  }
  main#contact .column-proposal__link {
    margin: 30px auto 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    background-color: #67B2C9;
    color: white;
    font-size: 1.8rem;
    position: relative;
  }
  main#contact .column-proposal__link:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  main#contact .column-proposal__sub {
    margin-top: 70px;
    text-align: center;
    font-size: 2rem;
  }
}
/*****************/
/****   PC   *****/
/*****************/
@media screen and (min-width: 769px) {
  main#contact .column-recruit__ttl {
    font-size: 3.1rem;
    text-align: center;
    width: 634px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
  }
  main#contact .column-recruit__ttl span {
    color: #67B2C9;
  }
  main#contact .column-recruit__p {
    margin-top: 27px;
    text-align: center;
    font-size: 1.5rem;
  }
  main#contact .column-recruit__flow {
    margin: 60px auto 0;
    background-color: white;
    padding-top: 85px;
    padding-bottom: 115px;
    padding-left: 12%;
    padding-right: 12%;
  }
  main#contact .column-recruit__flow-ttl {
    text-align: center;
    font-size: 2.9rem;
  }
  main#contact .column-recruit__flow-list {
    margin-top: 50px;
  }
  main#contact .column-recruit__flow-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 5%;
    margin-bottom: 65px;
    background-color: #EFF8FA;
    border: 2px solid #C7DADD;
    border-radius: 10px;
    position: relative;
  }
  main#contact .column-recruit__flow-list__item:after {
    content: "";
    border-top: 20px solid #C7DADD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
  }
  main#contact .column-recruit__flow-list__item-left {
    width: 88px;
    flex-shrink: 0;
  }
  main#contact .column-recruit__flow-list__item-left img {
    width: 100%;
  }
  main#contact .column-recruit__flow-list__item-right {
    margin-left: 5%;
  }
  main#contact .column-recruit__flow-list__item-right_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#contact .column-recruit__flow-list__item-right_top span {
    display: block;
    width: 99px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    background-color: #67B2C9;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  main#contact .column-recruit__flow-list__item-right_top h3 {
    margin-left: 18px;
    font-size: 2rem;
  }
  main#contact .column-recruit__flow-list__item-right_bottom {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  main#contact .column-recruit__flow-list li:last-child {
    margin-bottom: 0;
  }
  main#contact .column-recruit__flow-list li:last-child:after {
    display: none;
  }
  main#contact .column-recruit__sub {
    margin-top: 136px;
    text-align: center;
    font-size: 3.3rem;
  }
}
/*****************/
/****   SP   *****/
/*****************/
@media screen and (max-width: 768px) {
  main#contact .column-recruit__ttl {
    font-size: 2rem;
    white-space: nowrap;
    text-align: center;
    width: 350px;
    margin: 0 auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
  }
  main#contact .column-recruit__ttl span {
    color: #67B2C9;
  }
  main#contact .column-recruit__p {
    margin-top: 18px;
    font-size: 1.5rem;
  }
  main#contact .column-recruit__flow {
    margin: 40px auto 0;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }
  main#contact .column-recruit__flow-ttl {
    text-align: center;
    font-size: 2rem;
  }
  main#contact .column-recruit__flow-list {
    margin-top: 30px;
  }
  main#contact .column-recruit__flow-list__item {
    padding: 10px 2%;
    margin-bottom: 30px;
    background-color: #EFF8FA;
    border: 2px solid #C7DADD;
    border-radius: 10px;
    position: relative;
  }
  main#contact .column-recruit__flow-list__item:after {
    content: "";
    border-top: 20px solid #C7DADD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
  main#contact .column-recruit__flow-list__item-left {
    width: 60px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  main#contact .column-recruit__flow-list__item-left img {
    width: 100%;
  }
  main#contact .column-recruit__flow-list__item-right {
    margin-top: 10px;
  }
  main#contact .column-recruit__flow-list__item-right_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 70px;
  }
  main#contact .column-recruit__flow-list__item-right_top span {
    display: block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    background-color: #67B2C9;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  main#contact .column-recruit__flow-list__item-right_top h3 {
    padding-top: 1px;
    margin-left: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  main#contact .column-recruit__flow-list__item-right_bottom {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  main#contact .column-recruit__flow-list li:last-child {
    margin-bottom: 0;
  }
  main#contact .column-recruit__flow-list li:last-child:after {
    display: none;
  }
  main#contact .column-recruit__flow-list li:last-child .column-recruit__flow-list__item-right_bottom {
    margin-top: 5px;
  }
  main#contact .column-recruit__sub {
    margin-top: 70px;
    text-align: center;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */

h1.page-header__h1 {
    text-align: center;
    margin: 60px auto;
}
.column-proposal {
    margin: 96px 0 0 0;
}

@media screen and (min-width: 769px) {
    .header-nav ul li a {
        font-size: 1.5rem;
        font-weight: bold;
		white-space: nowrap;
    }
}

@media screen and (min-width: 769px) {
    main#about .company table tbody tr th {
        width: 136px;
        text-align: left;
        flex-shrink: 0;
    }
}