@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: unset;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
}

img,
svg {
  width: 100%;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
  padding-top: 0;
}

.l-section {
  position: relative;
}

.l-content {
  width: 1250px;
  margin: auto;
  padding: 96px 0 0;
}

.l-content--stick {
  width: 1345px;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 0 140px;
}

.l-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--spReverse {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-row--asymmetric {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.l-spSort {
  display: flex;
  flex-direction: column;
}

.l-spSort--01 {
  order: 1;
}

.l-spSort--02 {
  order: 2;
}

.l-spSort--03 {
  order: 3;
}

.c-image01 {
  width: 500px;
  overflow: hidden;
}

.c-textBox01 {
  width: 680px;
}

.c-headline01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #0C7E7E;
}

.c-headline01__sub {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.c-headline01__sub::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 30px;
  background-color: #C0C0C0;
}

.c-headline02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: 500;
}

.c-headline02__sub {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.c-headline02__sub::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 30px;
  background-color: #C0C0C0;
}

.c-headline03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #0C7E7E;
}

.c-headline03__sub {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.c-headline03__sub::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 30px;
  background-color: #C0C0C0;
}

.c-text01 {
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.035em;
  font-weight: 400;
}

.c-text02 {
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text03 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-notes01 {
  display: block;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}

.c-logo {
  width: 300px;
}

.c-logo02 {
  width: 236px;
}

.c-map {
  width: 100%;
  height: 370px;
  margin-top: 168px;
}

.c-map iframe {
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0em;
  color: #414351;
}

.c-button {
  text-align: left;
}

.c-button__main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  margin-top: 35px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #414351;
  border: 1px solid #ccc;
}

.c-button__icon {
  display: inline-block;
  width: 28px;
  margin-left: 20px;
}

.c-textTable {
  text-align: left;
  width: 910px;
  margin: 60px auto 0;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}

.c-textTable__headline {
  position: relative;
  font-weight: normal;
  width: 280px;
  padding: 24px 40px;
  box-sizing: border-box;
  color: #050a23;
  text-align: right;
  vertical-align: middle;
  z-index: 5;
}

.c-textTable__row .c-textTable__headline {
  border-bottom: 1px solid #0C7E7E;
}

.c-textTable__cell {
  position: relative;
  font-weight: normal;
  text-align: left;
  width: 680px;
  padding: 24px 100px;
  box-sizing: border-box;
  z-index: 5;
}

.c-textTable__row .c-textTable__cell {
  border-bottom: 1px solid #b9bdc5;
  vertical-align: middle;
}

.c-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 80px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  color: #0C7E7E;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-80%);
  z-index: 20;
}

.c-scroll:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-left: 25px;
  background-color: #0C7E7E;
}

.c-float {
  display: none;
}

.p-header {
  position: relative;
  width: 100%;
  height: 7.6388888889vw;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 40px #414351;
}

.p-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 100%;
}

.p-header__logo {
  width: 417px;
  margin-left: 52px;
}

.p-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.p-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
}

.p-header__menu__link {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 60px;
}

.p-header__menu__link__sub {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0C7E7E;
}

.p-header__menu__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 100%;
  box-sizing: border-box;
  background-color: #25BFBF;
  color: #fff;
}

.p-header__button {
  display: none;
}

.p-fv {
  position: relative;
  z-index: 0;
}

.p-fv__image {
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-fv__sub {
  position: relative;
  width: 1200px;
  padding: 114px 0 60px;
  margin: 240px auto 0;
  color: #050a23;
  text-align: center;
  background-color: #FFF4DE;
  color: #065757;
  position: relative;
  z-index: 5;
}

.p-fv__sub__headline {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
}

.p-fv__sub__headline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -86px;
  margin: auto;
  display: block;
  width: 428px;
  height: 428px;
  border-radius: 100%;
  background-color: #FFF4DE;
  color: #065757;
  z-index: -1;
}

.p-fv__sub__text {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-fv__sub__text--large {
  display: inline-block;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 52px;
  font-weight: 400;
}

.p-fv__sub__illust {
  position: absolute;
  top: -142px;
  left: 98px;
  width: 91px;
}

.p-message {
  position: relative;
  width: 1200px;
  margin: 90px auto 0;
  z-index: 5;
}

.p-message__inner {
  position: absolute;
  top: 110px;
  left: 0;
  height: 100%;
  width: 660px;
  box-sizing: border-box;
  z-index: 5;
}

.p-message__position {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-message__name {
  width: auto;
  margin-left: 48px;
  width: 193px;
}

.p-message__name__sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-message__profile {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-message__image {
  margin-top: 60px;
  width: 1200px;
  text-align: right;
}

.p-message__image img {
  width: 100%;
  height: 100%;
}

.p-service {
  position: relative;
  margin-top: 100px;
  padding: 90px 0 120px;
  background-color: #26BFBF;
}

.p-service__wrapper {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 10;
}

.p-service__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 70px auto 0;
}

.p-service__box {
  width: 370px;
  padding: 23px 25px;
  box-sizing: border-box;
  background-color: #fff;
}

.p-service__box__term {
  margin-top: 30px;
  width: 320px;
  color: #0C7E7E;
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  min-height: 2.666666em;
  text-align: center;
  flex: 0 0 auto;
  font-weight: 600;
}

.p-service__box__description {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  color: #050A23;
}

.p-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1230px;
  margin: 75px auto 0;
}

.p-card__box {
  width: 228px;
  border: 1px solid #25BFBF;
  box-sizing: border-box;
  background-color: #fff;
}

.p-card__details {
  padding: 28px 20px;
}

.p-card__num {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0em;
  color: #0C7E7E;
  font-weight: 400;
}

.p-card__image {
  width: 100%;
  margin-top: 32px;
}

.p-card__title {
  font-size: 23px;
  line-height: 1.7391304348;
  letter-spacing: 0em;
  color: #0C7E7E;
  margin-top: 25px;
}

.p-card__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-top: 7px;
}

.p-contact__text {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-top: 33px;
  text-align: center;
}

.p-contact__container {
  margin-top: 96px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-contact__box {
  margin: 0 48px 0;
}

.p-contact__icon {
  width: 40px;
  margin: auto;
}

.p-contact__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  margin: 24px auto 0;
  padding-bottom: 0.125em;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #25BFBF;
  color: #fff;
}

.p-contact__button::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 15px;
  background-image: url(../image/icon_arrow.png);
  background-size: contain;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.p-contact__code {
  width: 120px;
  margin: 32px auto 0;
}

.p-flow {
  margin-top: 96px;
}

.p-footer {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
  text-align: center;
  color: #fff;
  background-color: #26BFBF;
}

.p-footer__logo {
  width: 165px;
}

.p-footer__wrapper {
  width: 91.6666666667vw;
  margin: auto;
}

.p-footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__container:not(:first-child) {
  margin-top: 50px;
}

.p-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__link__text {
  margin: 0 50px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 91.6666666667vw;
  margin: 78px auto 0;
  padding: 25px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-caution {
  font-size: 0.5em;
  color: #A80000;
}

.u-ftMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-color01 {
  color: #25BFBF;
}

.u-color03 {
  color: #414351;
}

.u-bgc01 {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.u-bgc02 {
  position: relative;
  background-color: #f2f6fc;
  z-index: 1;
}

.u-ml40 {
  margin-left: 40px;
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}

.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(12px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

.u-slideLeft {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideLeft.is-active {
  transform: translateX(-100%);
}

.u-slideRight {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideRight.is-active {
  transform: translateX(100%);
}

@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .l-wrapper {
    padding-top: 0vw;
  }

  .l-content {
    width: 86.8055555556vw;
    padding: 6.6666666667vw 0vw 0vw 0vw;
  }

  .l-content--stick {
    width: 93.4027777778vw;
    margin-right: unset;
    padding: 13.8888888889vw 0vw 9.7222222222vw 0vw;
  }

  .c-image01 {
    width: 34.7222222222vw;
  }

  .c-textBox01 {
    width: 47.2222222222vw;
  }

  .c-headline01 {
    font-size: 48px;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline01__sub {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline01__sub::before {
    width: 6.9444444444vw;
    margin: 0vw 2.0833333333vw 0vw 2.0833333333vw;
  }

  .c-headline02 {
    font-size: 48px;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline02__sub {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline02__sub::before {
    width: 6.9444444444vw;
    margin: 0vw 2.0833333333vw 0vw 2.0833333333vw;
  }

  .c-headline03 {
    font-size: 48px;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline03__sub {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline03__sub::before {
    width: 6.9444444444vw;
    margin: 0vw 2.0833333333vw 0vw 2.0833333333vw;
  }

  .c-text01 {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.9444444444;
    letter-spacing: 0.035em;
  }

  .c-text02 {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.7222222222;
    letter-spacing: 0.05em;
  }

  .c-text03 {
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    margin-top: 1.3888888889vw;
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }

  .c-logo {
    width: 20.8333333333vw;
  }

  .c-logo02 {
    width: 16.3888888889vw;
  }

  .c-map {
    height: 25.6944444444vw;
    margin-top: 11.6666666667vw;
  }

  .c-button__main {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button__icon {
    width: 1.9444444444vw;
    margin-left: 1.3888888889vw;
  }

  .c-textTable {
    width: 63.1944444444vw;
    margin: 4.1666666667vw auto 0vw auto;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.7777777778;
    letter-spacing: 0.1em;
  }

  .c-textTable__headline {
    width: 19.4444444444vw;
    padding: 1.6666666667vw 2.7777777778vw 1.6666666667vw 2.7777777778vw;
  }

  .c-textTable__cell {
    width: 47.2222222222vw;
    padding: 1.6666666667vw 6.9444444444vw 1.6666666667vw 6.9444444444vw;
  }

  .c-scroll {
    left: 5.5555555556vw;
    font-size: 30px;
    font-size: 2.0833333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-header {
    height: 7.6388888889vw;
  }

  .p-header__logo {
    width: 28.9583333333vw;
    margin-left: 3.6111111111vw;
  }

  .p-header__menu {
    margin-right: 4.1666666667vw;
  }

  .p-header__menu__link {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: 4.1666666667vw;
  }

  .p-header__menu__link__sub {
    font-size: 14px;
    font-size: 0.9722222222vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 0.3472222222vw;
  }

  .p-header__menu__contact {
    padding: 2.7777777778vw 2.7777777778vw 2.7777777778vw 2.7777777778vw;
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-fv__sub {
    width: 83.3333333333vw;
    margin: 16.6666666667vw auto 0vw auto;
    padding: 7.9166666667vw 0vw 4.1666666667vw 0vw;
  }

  .p-fv__sub__headline {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-fv__sub__headline::after {
    top: -5.9722222222vw;
    width: 29.7222222222vw;
    height: 29.7222222222vw;
  }

  .p-fv__sub__text {
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .p-fv__sub__text--large {
    font-size: 64px;
    font-size: 4.4444444444vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 3.6111111111vw;
  }

  .p-fv__sub__illust {
    top: -9.8611111111vw;
    left: 6.8055555556vw;
    width: 6.3194444444vw;
  }

  .p-message {
    width: 83.3333333333vw;
    margin: 6.25vw auto 0vw auto;
  }

  .p-message__inner {
    top: 7.6388888889vw;
    width: 45.8333333333vw;
  }

  .p-message__name {
    margin-left: 3.3333333333vw;
    width: 13.4027777778vw;
  }

  .p-message__name__sub {
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .p-message__profile {
    margin-top: 1.1111111111vw;
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .p-message__image {
    margin-top: 4.1666666667vw;
    width: 83.3333333333vw;
  }

  .p-service {
    margin-top: 6.9444444444vw;
    padding: 6.25vw 0vw 8.3333333333vw 0vw;
  }

  .p-service__wrapper {
    width: 83.3333333333vw;
  }

  .p-service__container {
    margin: 4.8611111111vw auto 0vw auto;
  }

  .p-service__box {
    width: 25.6944444444vw;
    padding: 1.5972222222vw 1.7361111111vw 1.5972222222vw 1.7361111111vw;
  }

  .p-service__box__term {
    margin-top: 2.0833333333vw;
    width: 22.2222222222vw;
    font-size: 30px;
    font-size: 2.0833333333vw;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .p-service__box__description {
    margin-top: 1.1111111111vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.5555555556;
    letter-spacing: 0em;
    text-align: center;
  }

  .p-card {
    width: 85.4166666667vw;
    margin: 4.8611111111vw auto 0vw auto;
  }

  .p-card__box {
    width: 15.8333333333vw;
  }

  .p-card__details {
    padding: 1.9444444444vw 1.3888888889vw 1.9444444444vw 1.3888888889vw;
  }

  .p-card__num {
    font-size: 26px;
    font-size: 1.8055555556vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-card__image {
    margin-top: 2.2222222222vw;
  }

  .p-card__title {
    font-size: 23px;
    font-size: 1.5972222222vw;
    line-height: 1.7391304348;
    letter-spacing: 0em;
    margin-top: 1.7361111111vw;
  }

  .p-card__text {
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-top: 0.4861111111vw;
  }

  .p-contact__text {
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-top: 2.2916666667vw;
  }

  .p-contact__container {
    margin-top: 6.6666666667vw;
  }

  .p-contact__box {
    margin: 0vw 3.3333333333vw 0vw 3.3333333333vw;
  }

  .p-contact__icon {
    width: 2.7777777778vw;
  }

  .p-contact__button {
    width: 12.5vw;
    height: 3.4722222222vw;
    margin: 1.6666666667vw auto 0vw auto;
    border-radius: 0.6944444444vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-contact__button::after {
    width: 0.5555555556vw;
    height: 1.0416666667vw;
  }

  .p-contact__code {
    width: 8.3333333333vw;
    margin: 2.2222222222vw auto 0vw auto;
  }

  .p-flow {
    margin-top: 6.6666666667vw;
  }

  .p-footer {
    padding: 4.1666666667vw 0vw 0vw 0vw;
  }

  .p-footer__logo {
    width: 11.4583333333vw;
  }

  .p-footer__container:not(:first-child) {
    margin-top: 3.4722222222vw;
  }

  .p-footer__link__text {
    margin: 0vw 3.4722222222vw 0vw 3.4722222222vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-footer__copy {
    font-size: 12px;
    font-size: 0.8333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 5.4166666667vw auto 0vw auto;
    padding: 1.7361111111vw 0vw 4.1666666667vw 0vw;
  }

  .u-mt20 {
    margin-top: 1.3888888889vw;
  }

  .u-mt30 {
    margin-top: 2.0833333333vw;
  }

  .u-mt40 {
    margin-top: 2.7777777778vw;
  }

  .u-mt50 {
    margin-top: 3.4722222222vw;
  }

  .u-mt60 {
    margin-top: 4.1666666667vw;
  }

  .u-mt80 {
    margin-top: 5.5555555556vw;
  }

  .u-ml40 {
    margin-left: 2.7777777778vw;
  }
}

@media screen and (max-width: 767px) {
  body.is-fixed-sp {
    overflow: hidden;
  }

  .l-wrapper {
    padding-top: 0vw;
  }

  .l-content {
    width: 84.6153846154vw;
    padding: 16.4102564103vw 0vw 0vw 0vw;
  }

  .l-content--stick {
    width: 265.641025641vw;
    padding: 56.4102564103vw 0vw 56.4102564103vw 0vw;
  }

  .l-row {
    flex-direction: column;
  }

  .l-row--spReverse {
    flex-direction: column-reverse;
  }

  .l-row--center {
    flex-direction: column;
  }

  .l-row--asymmetric {
    flex-direction: column;
  }

  .c-image01 {
    width: 269.2307692308vw;
    margin-left: auto;
  }

  .c-textBox01 {
    width: 246.1538461538vw;
  }

  .c-headline01 {
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1;
    letter-spacing: 0.033em;
  }

  .c-headline01__sub {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline01__sub::before {
    width: 9.4871794872vw;
    margin: 0vw 3.0769230769vw 0vw 3.0769230769vw;
  }

  .c-headline02 {
    justify-content: flex-start;
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1;
    letter-spacing: 0.033em;
  }

  .c-headline02__sub {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .c-headline02__sub::before {
    width: 9.4871794872vw;
    margin: 0vw 3.0769230769vw 0vw 3.0769230769vw;
  }

  .c-headline03 {
    justify-content: flex-start;
    font-size: 25px;
    font-size: 6.4102564103vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-headline03__sub {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-headline03__sub::before {
    width: 6.1538461538vw;
    margin: 0vw 3.0769230769vw 0vw 3.0769230769vw;
  }

  .c-text01 {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.6875;
    letter-spacing: 0.035em;
  }

  .c-text02 {
    font-size: 36px;
    font-size: 9.2307692308vw;
    line-height: 1.7222222222;
    letter-spacing: 0.05em;
  }

  .c-text03 {
    font-size: 64px;
    font-size: 16.4102564103vw;
    line-height: 1.296875;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    text-align: left;
    margin-top: 5.1282051282vw;
    font-size: 36px;
    font-size: 9.2307692308vw;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }

  .c-logo {
    width: 40.9722222222vw;
  }

  .c-logo02 {
    width: 40.9722222222vw;
  }

  .c-map {
    height: 53.8461538462vw;
    margin-top: 20.5128205128vw;
  }

  .c-button__main {
    margin-top: 23.0769230769vw;
    padding: 6.4102564103vw 12.8205128205vw 6.4102564103vw 12.8205128205vw;
    font-size: 40px;
    font-size: 10.2564102564vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button__icon {
    width: 14.358974359vw;
    margin-left: 10.2564102564vw;
  }

  .c-textTable {
    width: 84.6153846154vw;
    margin: 2.5641025641vw auto 0vw auto;
    font-size: 12px;
    font-size: 3.0769230769vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .c-textTable__headline {
    width: 23.0769230769vw;
    padding: 5.1282051282vw 0vw 5.1282051282vw 0vw;
    text-align: left;
  }

  .c-textTable__cell {
    width: auto;
    padding: 5.1282051282vw 2.5641025641vw 5.1282051282vw 3.8461538462vw;
  }

  .c-scroll {
    left: 20.5128205128vw;
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-float {
    position: fixed;
    right: 0;
    bottom: 5.1282051282vw;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.6153846154vw;
    height: 14.358974359vw;
    border-radius: 2.0512820513vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #25BFBF;
    color: #fff;
    z-index: 20;
  }

  .c-float::after {
    content: "";
    display: inline-block;
    width: 2.0512820513vw;
    height: 3.8461538462vw;
    margin-left: 4.358974359vw;
    background-image: url(../image/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .p-header {
    height: 17.6923076923vw;
  }

  .p-header__logo {
    width: 62.3076923077vw;
    margin-left: 4.1025641026vw;
  }

  .p-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 0vw;
    height: 0vh;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.3s 0s, width 0s 0.3s, height 0s 0.3s;
    opacity: 0;
    z-index: 80;
    pointer-events: none;
  }

  .p-header__nav.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    transition: opacity 0.3s 0s, width 0s 0s, height 0s 0s;
    opacity: 1;
    pointer-events: all;
  }

  .p-header__menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .p-header__menu__link {
    font-size: 24px;
    font-size: 6.1538461538vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 12.3076923077vw;
    margin-left: 0;
    width: 100%;
  }

  .p-header__menu__link__sub {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 2.5641025641vw;
  }

  .p-header__menu__contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 53.8461538462vw;
    height: 51.2820512821vw;
    background-color: #25BFBF;
    margin-left: 0;
    z-index: 300;
  }

  .p-header__menu__contact img {
    width: 26.9230769231vw;
  }

  .p-header__button {
    position: relative;
    display: block;
    width: 17.6923076923vw;
    height: 17.6923076923vw;
    background-color: #25BFBF;
    cursor: pointer;
    z-index: 300;
  }

  .p-header__button__bar {
    position: absolute;
    display: block;
    width: 9.4871794872vw;
    height: 0.3846153846vw;
    border-radius: 5px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    transform-origin: center center;
    transition: transform 0.3s;
  }

  .p-header__button__bar:nth-child(1) {
    top: 6.6666666667vw;
  }

  .is-active > .p-header__button__bar:nth-child(1) {
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }

  .p-header__button__bar:nth-child(2) {
    bottom: 6.6666666667vw;
  }

  .is-active > .p-header__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }

  .p-fv__sub {
    width: 84.6153846154vw;
    margin: 34.6153846154vw auto 0vw auto;
    padding: 20vw 0vw 17.9487179487vw 0vw;
  }

  .p-fv__sub__headline {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1;
    letter-spacing: 0.027em;
    top: 0;
    bottom: unset;
  }

  .p-fv__sub__headline::after {
    top: -8.7179487179vw;
    width: 56.1538461538vw;
    height: 56.1538461538vw;
  }

  .p-fv__sub__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.875;
    letter-spacing: 0.03em;
  }

  .p-fv__sub__text--large {
    font-size: 30px;
    font-size: 7.6923076923vw;
    line-height: 1.4;
    letter-spacing: 0.048em;
    margin-bottom: 5.1282051282vw;
  }

  .p-fv__sub__illust {
    top: -23.0769230769vw;
    left: 1.7948717949vw;
    width: 14.8717948718vw;
  }

  .p-message {
    width: 84.6153846154vw;
    margin: 15.3846153846vw auto 0vw auto;
  }

  .p-message__inner {
    position: relative;
    text-align: justify;
    width: 100%;
    top: unset;
  }

  .p-message__position {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5.1282051282vw;
  }

  .p-message__name {
    margin-top: 3.0769230769vw;
    margin-left: unset;
    width: 31.7948717949vw;
  }

  .p-message__name__sub {
    font-size: 10px;
    font-size: 2.5641025641vw;
    line-height: 1;
    letter-spacing: 0.035em;
  }

  .p-message__profile {
    margin-top: 3.5897435897vw;
    font-size: 11px;
    font-size: 2.8205128205vw;
    line-height: 1;
    letter-spacing: 0.035em;
  }

  .p-message__image {
    margin-top: 6.9230769231vw;
    width: 84.6153846154vw;
  }

  .p-message__image img {
    width: 100%;
    height: auto;
  }

  .p-service {
    margin-top: 16.4102564103vw;
    padding: 19.4871794872vw 0vw 19.2307692308vw 0vw;
  }

  .p-service__wrapper {
    width: 84.6153846154vw;
  }

  .p-service__container {
    flex-direction: column;
    margin: 7.6923076923vw auto 0vw auto;
  }

  .p-service__box {
    width: 84.6153846154vw;
    padding: 5.8974358974vw 6.4102564103vw 7.6923076923vw 6.4102564103vw;
  }

  .p-service__box:not(:first-child) {
    margin-top: 7.6923076923vw;
  }

  .p-service__box__term {
    width: 100%;
    min-height: unset;
    margin-top: 4.1025641026vw;
    font-size: 22px;
    font-size: 5.641025641vw;
    line-height: 1.3636363636;
    letter-spacing: 0em;
  }

  .p-service__box__description {
    width: 100%;
    margin-top: 2.5641025641vw;
    text-align: left;
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
    letter-spacing: 0em;
  }

  .p-card {
    width: 84.6153846154vw;
    margin: 7.6923076923vw auto 0vw auto;
  }

  .p-card__box {
    width: 100%;
  }

  .p-card__box:not(:first-child) {
    margin-top: 8.2051282051vw;
  }

  .p-card__details {
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  }

  .p-card__num {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-card__image {
    margin-top: 2.5641025641vw;
  }

  .p-card__title {
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 2;
    letter-spacing: 0em;
    margin-top: 1.2820512821vw;
  }

  .p-card__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-top: unset;
  }

  .p-contact__text {
    font-size: 12px;
    font-size: 3.0769230769vw;
    line-height: 2.3333333333;
    letter-spacing: 0em;
    margin-top: 3.5897435897vw;
    text-align: left;
  }

  .p-contact__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.5641025641vw;
  }

  .p-contact__box {
    margin: 12.3076923077vw 0vw 0vw 0vw;
  }

  .p-contact__icon {
    width: 10.2564102564vw;
  }

  .p-contact__button {
    width: 73.0769230769vw;
    height: 12.3076923077vw;
    margin: 2.5641025641vw auto 0vw auto;
    border-radius: 2.5641025641vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-contact__button::after {
    width: 2.0512820513vw;
    height: 3.8461538462vw;
  }

  .p-contact__code {
    display: none;
  }

  .p-flow {
    margin: 15.3846153846vw auto 0vw auto;
    width: 84.6153846154vw;
  }

  .p-footer {
    padding: 12.8205128205vw 0vw 25.641025641vw 0vw;
  }

  .p-footer__logo {
    width: 92.3076923077vw;
  }

  .p-footer__wrapper {
    width: 100%;
  }

  .p-footer__container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .p-footer__container:not(:first-child) {
    margin-top: 14.1025641026vw;
    flex-direction: column;
  }

  .p-footer__link__text {
    margin: 0vw 2.5641025641vw 0vw 2.5641025641vw;
    font-size: 12px;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-footer__copy {
    font-size: 11px;
    font-size: 2.8205128205vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 7.6923076923vw auto 0vw auto;
    width: 100%;
    padding: 5.1282051282vw 0vw 16.6666666667vw 0vw;
  }

  .u-pc {
    display: none;
  }

  .u-mt20 {
    margin-top: 5.1282051282vw;
  }

  .u-mt30 {
    margin-top: 7.6923076923vw;
  }

  .u-mt40 {
    margin-top: 10.2564102564vw;
  }

  .u-mt50 {
    margin-top: 12.8205128205vw;
  }

  .u-mt60 {
    margin-top: 15.3846153846vw;
  }

  .u-mt80 {
    margin-top: 41.0256410256vw;
  }

  .u-ml40 {
    margin-left: 20.5128205128vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}