@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;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 5vh;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #44453C;
  overflow-x: 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;
}

.l-section {
  position: relative;
}

.l-content {
  position: relative;
  width: 1240px;
  margin: auto;
  padding: 200px 0 0;
  box-sizing: border-box;
}

.l-content--wide {
  width: 1440px;
  margin: auto;
}

.l-box--left {
  width: 450px;
}

.l-box--right {
  width: 647px;
}

.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-interrupt {
  position: relative;
  height: 0;
  margin-top: 190px;
  z-index: 15;
}

.l-interrupt + * .l-content {
  padding-top: 190px;
}

.c-image01 {
  width: 500px;
  border-radius: 160px 0 0 0;
  overflow: hidden;
}

.c-image02 {
  position: relative;
}

.c-image02__text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 5;
}

.c-textBox01 {
  width: 680px;
}

.c-headline01 {
  text-align: center;
}

.c-headline01 span {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  background-image: url(../image/headline_border01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 0 50px 15px;
}

.c-headline01--white {
  display: block;
  text-align: left;
  color: #fff;
}

.c-headline01--white span {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  background-image: url(../image/headline_border01_white.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 15px;
}

.c-headline02 {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 600;
  margin: 75px 0 0;
  text-align: center;
}

.c-text01 {
  margin-top: 50px;
  font-size: 24px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}

.c-text02 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  margin-top: 60px;
}

.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-list01 li {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 40px;
}

.c-list01 li:not(:first-child) {
  margin-top: 10px;
}

.c-list01 li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.c-logo {
  width: 248px;
}

.c-map {
  width: 645px;
}

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

.c-button__container {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 100px auto 0;
}

.c-button01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
  min-width: 465px;
  min-height: 102px;
  font-weight: 600;
  color: #f8f8f6;
  background-color: #fff;
  border: 3px solid #f8f8f6;
}

.c-button01__icon {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}

.c-button02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-top: 35px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  min-width: 465px;
  min-height: 102px;
  font-weight: 600;
  color: #fff;
  background-color: #f5f6e8;
  border: 3px solid #f5f6e8;
}

.c-button02__main {
  width: 1142px;
}

.c-button02__icon {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}

.c-textTable {
  width: 740px;
  text-align: left;
}

.c-textTable__headline {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 161px;
  padding-right: 45px;
  padding-bottom: 32px;
  font-weight: normal;
  vertical-align: top;
}

.c-textTable__cell {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  vertical-align: top;
  width: 534px;
  padding-bottom: 32px;
}

.c-textTable__cell a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.c-textTable__cell a::after {
  content: "";
  display: inline-block;
  margin-left: 0.25em;
  width: 1em;
  height: 1em;
  background-position: center center;
  background-size: contain;
  background-image: url(../image/icon_arrow_up.png);
  background-repeat: no-repeat;
}

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

.c-scroll:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-right: 25px;
  background-color: #6b8089;
}

.c-float {
  display: none;
}

.p-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 54px 70px;
  background-size: 100% 100%;
  background-position: center;
  z-index: 100;
}

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

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

.p-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 283px;
  padding: 38px 52px;
  box-sizing: border-box;
  background-image: url(../image/bg_header.png);
  background-size: 100% 100%;
}

.p-header__logo__inner {
  width: 235px;
}

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

.p-header__menu__link {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 25px;
}

.p-header__menu__contact a {
  display: block;
  color: #fff;
  background-color: #F5BDD5;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 35px;
  border-radius: 120px;
  margin-left: 40px;
}

.p-header__button {
  display: none;
}

.p-header__button.is-active::after {
  content: "";
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 16vw;
  height: 16vw;
  border-radius: 500px;
  background-color: #fff;
  z-index: -1;
}

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

.p-fv__main {
  position: relative;
}

.p-fv__text {
  position: absolute;
  top: 156px;
  right: 0;
  left: 0;
  width: 1153px;
  margin: auto;
  z-index: 15;
}

.p-fv__title {
  display: block;
  text-align: right;
}

.p-fv__title__inner {
  opacity: 1;
  transition: 2s;
}

.is-active .p-fv__title__inner {
  opacity: 0;
}

.p-fv__title__inner:nth-child(1) {
  transition-delay: 1s;
}

.p-fv__title__inner:nth-child(2) {
  transition-delay: 2s;
}

.p-fv__title__inner:nth-child(3) {
  transition-delay: 3s;
}

.p-fv__title__inner:nth-child(4) {
  transition-delay: 3s;
}

.p-fv__title__inner:nth-child(5) {
  transition-delay: 4s;
}

.p-fv__title__inner span {
  display: inline-block;
  margin-top: 20px;
  background-color: #fff;
  padding: 15px 23px;
  border-radius: 7px;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 600;
  transition: opacity 1.2s;
}

.p-fv__title__inner img {
  width: 386px;
}

.p-fv__image {
  position: relative;
  margin: auto;
  width: 90vw;
  height: 770px;
  border-radius: 40px;
  background-image: url(../image/fv01.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 5;
}

.p-fv__bg {
  position: absolute;
  bottom: -248px;
  right: 0;
  width: 411px;
  height: 570px;
  background-image: url(../image/bg_fv.png);
  background-size: 100% 100%;
  z-index: 0;
}

.p-message {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 260px;
}

.p-message__text {
  position: relative;
  width: 630px;
  margin-left: 140px;
  z-index: 5;
}

.p-message__text p {
  margin-top: 1em;
}

.p-message__text::after {
  content: "";
  position: absolute;
  top: -200px;
  left: -350px;
  display: block;
  width: 1180px;
  height: 941px;
  background-image: url(../image/bg_message.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-message__image {
  position: relative;
  width: 439px;
  margin-left: 64px;
  z-index: 5;
}

.p-message__image div {
  border-radius: 35px;
  overflow: hidden;
}

.p-message__image__caption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.p-message__image__caption span {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-left: 24px;
}

.p-works {
  position: relative;
  margin: 92px auto 0;
}

.p-works__headline {
  display: block;
  color: #5EB7E8;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.p-works__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 40px auto 0;
  background-color: #fff;
}

.p-works__container::after {
  content: "";
  display: block;
  width: 373px;
  height: 0;
}

.p-works__box {
  width: 373px;
  margin: 0 0 48px;
  padding: 15px;
  box-sizing: border-box;
}

.p-works__box__details {
  margin: 18px;
}

.p-works__box__date {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}

.p-works__box__title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-works__bg01 {
  position: absolute;
  top: -270px;
  right: -410px;
  width: 749px;
  z-index: -1;
}

.p-works__bg02 {
  position: absolute;
  top: -270px;
  left: -610px;
  width: 722px;
  z-index: -1;
}

.p-works__bg03 {
  position: absolute;
  top: -270px;
  right: -610px;
  width: 749px;
  z-index: -1;
}

.p-works__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  width: 288px;
  height: 52px;
  border-radius: 4px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background-color: #F5BDD5;
}

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

.p-information {
  position: relative;
  width: 1153px;
  margin: 40px auto 0;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 80px;
  background-color: #fff;
}

.p-information__details {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 991px;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #f8f8f6;
}

.p-information__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  border: 2px solid #5EB7E8;
  background-color: #f8f8f6;
  color: #5EB7E8;
  margin-right: 40px;
}

.p-information__bg01 {
  position: absolute;
  top: -170px;
  left: -410px;
  width: 722px;
  z-index: -1;
}

.p-information__bg02 {
  position: absolute;
  bottom: -270px;
  right: -710px;
  width: 722px;
  z-index: -1;
}

.p-flow {
  position: relative;
  margin: 72px auto 0;
}

.p-flow__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 1153px;
  margin: auto;
  z-index: 5;
}

.p-flow__container:after {
  content: "";
  width: 340px;
  height: 0;
}

.p-flow__box {
  position: relative;
  box-sizing: border-box;
  width: 340px;
  padding: 80px 25px 50px;
  border-radius: 30px;
  margin-top: 105px;
  background-color: #fff;
  border: 1px solid #f5f6e8;
}

.p-flow__time,
.p-flow__time--blue,
.p-flow__time--orange,
.p-flow__time--green {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 105px;
  height: 105px;
  border-radius: 105px;
  margin: auto;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  z-index: 5;
}

.p-flow__time--green {
  background-color: #5EB7E8;
}

.p-flow__time--orange {
  background-color: #F5BDD5;
}

.p-flow__time--blue {
  background-color: #8682d3;
}

.p-flow__title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2em;
  color: #44453C;
  text-align: center;
}

.p-flow__title span {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
}

.p-flow__text {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 25px;
}

.p-flow__bg {
  position: absolute;
  top: 0;
  left: -140px;
  width: 553px;
}

.p-contact {
  position: relative;
  margin: auto;
  width: 990px;
  padding: 130px 0 0;
}

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

.p-contact__text {
  margin: auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.p-contact__button,
.p-contact__button--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px auto 0;
  width: 465px;
  height: 105px;
  border-radius: 100px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  border: 2px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
}

.p-contact__button--mail {
  color: #fff;
  background-color: #F5BDD5;
  border-color: #F5BDD5;
}

.p-contact__button__icon {
  display: block;
  width: 51px;
  margin-right: 30px;
}

.p-contact__button__text {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-map {
  width: 100%;
  margin-top: 160px;
}

.p-map iframe {
  display: block;
  width: 100%;
  height: 480px;
}

.p-footer {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  background-color: #5EB7E8;
  z-index: 10;
}

.p-footer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 20.8333333333vw;
  border-top-right-radius: 138.8888888889vw 20.8333333333vw;
  border-top-left-radius: 138.8888888889vw 20.8333333333vw;
  margin-left: -13.8888888889vw;
  margin-right: -13.8888888889vw;
  padding-left: 13.8888888889vw;
  padding-right: 13.8888888889vw;
  transform: translateY(16.6666666667vw);
  background-color: #5EB7E8;
  z-index: -1;
}

.p-footer__wrapper {
  margin: auto;
  width: 1320px;
}

.p-footer__container {
  width: 1240px;
  margin: auto;
}

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

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

.p-footer__sns__icon {
  width: 50px;
  margin: 0 15px;
}

.p-footer__logo {
  width: 165px;
  margin: 45px auto 0;
}

.p-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}

.p-footer__link__text {
  margin: 0 40px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-footer__details__list {
  text-align: center;
  margin-top: 10px;
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 91.6666666667vw;
  margin: 50px auto 0;
  padding: 25px 0 40px;
  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-ftKlee {
  font-family: "Klee One", cursive;
}

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

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

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

.u-mt70 {
  margin-top: 70px;
}

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

.u-color01 {
  color: #f5f6e8;
}

.u-color03 {
  color: #5EB7E8;
}

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

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

.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(10%);
  filter: blur(12px);
}

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

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 1;
  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-content {
    width: 86.1111111111vw;
    padding: 13.8888888889vw 0vw 0vw 0vw;
  }

  .l-content--wide {
    width: 100vw;
  }

  .l-box--left {
    width: 31.25vw;
  }

  .l-box--right {
    width: 44.9305555556vw;
  }

  .l-interrupt {
    margin-top: 13.1944444444vw;
  }

  .l-interrupt + * .l-content {
    margin-top: 13.1944444444vw;
  }

  .c-image01 {
    width: 34.7222222222vw;
    border-radius: 11.1111111111vw 0 0 0;
  }

  .c-image02__text {
    font-size: 45px;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .c-textBox01 {
    width: 47.2222222222vw;
  }

  .c-headline01 span {
    font-size: 48px;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0vw 4.4444444444vw 2.6666666667vw 4.4444444444vw;
  }

  .c-headline01--white span {
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.05em;
    background-size: 100% 0.5555555556vw;
    padding-bottom: 1.0416666667vw;
  }

  .c-headline02 {
    font-size: 48px;
    font-size: 3.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin: 5.2083333333vw 0vw 0vw 0vw;
  }

  .c-text01 {
    margin-top: 3.4722222222vw;
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }

  .c-text02 {
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 4.1666666667vw;
  }

  .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-list01 li {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 2.7777777778vw;
  }

  .c-list01 li:not(:first-child) {
    margin-top: 0.6944444444vw;
  }

  .c-list01 li:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }

  .c-logo {
    width: 17.2222222222vw;
  }

  .c-map {
    width: 44.7916666667vw;
  }

  .c-button__container {
    width: 68.75vw;
    margin: 6.9444444444vw auto 0vw auto;
  }

  .c-button01 {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    min-width: 32.2916666667vw;
    min-height: 7.0833333333vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button01__icon {
    width: 3.4722222222vw;
    margin-right: 1.3888888889vw;
  }

  .c-button02 {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    min-width: 32.2916666667vw;
    min-height: 7.0833333333vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button02__icon {
    width: 3.4722222222vw;
    margin-right: 1.3888888889vw;
  }

  .c-textTable {
    width: 51.3888888889vw;
  }

  .c-textTable__headline {
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 11.1805555556vw;
    padding-right: 3.125vw;
    padding-bottom: 2.2222222222vw;
  }

  .c-textTable__cell {
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 37.0833333333vw;
    padding-bottom: 2.2222222222vw;
  }

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

  .p-header {
    padding: 3.75vw 4.8611111111vw 3.75vw 4.8611111111vw;
  }

  .p-header__logo {
    width: 27.2916666667vw;
    height: 19.6527777778vw;
    padding: 2.6388888889vw 3.6111111111vw 2.6388888889vw 3.6111111111vw;
  }

  .p-header__logo__inner {
    width: 16.3194444444vw;
  }

  .p-header__menu__link {
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0vw 1.7361111111vw 0vw 1.7361111111vw;
  }

  .p-header__menu__contact a {
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 1.0416666667vw 2.4305555556vw 1.0416666667vw 2.4305555556vw;
    margin-left: 2.7777777778vw;
  }

  .p-fv__text {
    top: 10.8333333333vw;
    width: 80.0694444444vw;
  }

  .p-fv__title__inner span {
    margin-top: 1.3888888889vw;
    padding: 1.0416666667vw 1.5972222222vw 1.0416666667vw 1.5972222222vw;
    border-radius: 0.4861111111vw;
    font-size: 54px;
    font-size: 3.75vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-fv__title__inner img {
    width: 26.8055555556vw;
  }

  .p-fv__image {
    width: 90.2777777778vw;
    height: 53.4722222222vw;
    border-radius: 2.7777777778vw;
  }

  .p-fv__bg {
    bottom: -17.2222222222vw;
    width: 28.5416666667vw;
    height: 39.5833333333vw;
  }

  .p-message {
    margin-top: 18.0555555556vw;
  }

  .p-message__text {
    width: 43.75vw;
    margin-left: 9.7222222222vw;
  }

  .p-message__text::after {
    top: -13.8888888889vw;
    left: -24.3055555556vw;
    width: 81.9444444444vw;
    height: 65.3472222222vw;
  }

  .p-message__image {
    width: 30.4861111111vw;
    margin-left: 4.4444444444vw;
  }

  .p-message__image div {
    border-radius: 2.4305555556vw;
  }

  .p-message__image__caption {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .p-message__image__caption span {
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-left: 1.6666666667vw;
  }

  .p-works {
    margin: 6.3888888889vw auto 0vw auto;
  }

  .p-works__headline {
    font-size: 28px;
    font-size: 1.9444444444vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__container {
    width: 83.3333333333vw;
    margin: 2.7777777778vw auto 0vw auto;
  }

  .p-works__container::after {
    width: 25.9027777778vw;
  }

  .p-works__box {
    width: 25.9027777778vw;
    margin: 0vw 0vw 2.7777777778vw 0vw;
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
  }

  .p-works__box__details {
    margin: 1.25vw 1.25vw 1.25vw 1.25vw;
  }

  .p-works__box__date {
    font-size: 16px;
    font-size: 1.1111111111vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__box__title {
    margin-top: 0.5555555556vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-works__bg01 {
    top: -18.75vw;
    right: -28.4722222222vw;
    width: 52.0138888889vw;
  }

  .p-works__bg02 {
    top: -18.75vw;
    left: -42.3611111111vw;
    width: 50.1388888889vw;
  }

  .p-works__bg03 {
    top: -18.75vw;
    right: -42.3611111111vw;
    width: 52.0138888889vw;
  }

  .p-works__button {
    margin: 1.1111111111vw auto 0vw auto;
    width: 20vw;
    height: 3.6111111111vw;
    border-radius: 0.2777777778vw;
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__button::after {
    right: 2.2222222222vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }

  .p-information {
    width: 80.0694444444vw;
    margin: 2.7777777778vw auto 0vw auto;
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }

  .p-information__details {
    width: 68.8194444444vw;
    padding: 2.0833333333vw 2.7777777778vw 2.0833333333vw 2.7777777778vw;
    border-radius: 2.0833333333vw;
  }

  .p-information__circle {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
    margin-right: 2.7777777778vw;
  }

  .p-information__bg01 {
    top: -11.8055555556vw;
    left: -28.4722222222vw;
    width: 50.1388888889vw;
  }

  .p-information__bg02 {
    bottom: -18.75vw;
    right: -49.3055555556vw;
    width: 50.1388888889vw;
  }

  .p-flow {
    width: 100%;
    margin: 5vw auto 0vw auto;
  }

  .p-flow__container {
    width: 80.0694444444vw;
  }

  .p-flow__container:after {
    width: 23.6111111111vw;
  }

  .p-flow__box {
    width: 23.6111111111vw;
    padding: 5.5555555556vw 1.7361111111vw 3.4722222222vw 1.7361111111vw;
    margin-top: 7.2916666667vw;
    border-radius: 2.0833333333vw;
  }

  .p-flow__time,
  .p-flow__time--blue,
  .p-flow__time--orange,
  .p-flow__time--green {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }

  .p-flow__title {
    font-size: 32px;
    font-size: 2.2222222222vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-flow__title span {
    margin-top: 0.5555555556vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-flow__text {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-flow__bg {
    left: -9.7222222222vw;
    width: 38.4027777778vw;
  }

  .p-contact {
    width: 68.75vw;
    padding: 9.0277777778vw 0vw 0vw 0vw;
  }

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

  .p-contact__button,
  .p-contact__button--mail {
    margin: 1.9444444444vw auto 0vw auto;
    width: 32.2916666667vw;
    height: 7.2916666667vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-contact__button__text {
    font-size: 45px;
    font-size: 3.125vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-map {
    margin-top: 11.1111111111vw;
  }

  .p-map iframe {
    height: 33.3333333333vw;
  }

  .p-footer {
    margin-top: -3.4722222222vw;
  }

  .p-footer__wrapper {
    width: 91.6666666667vw;
  }

  .p-footer__container {
    width: 86.1111111111vw;
  }

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

  .p-footer__sns__icon {
    width: 3.4722222222vw;
    margin: 0vw 1.0416666667vw 0vw 1.0416666667vw;
  }

  .p-footer__logo {
    width: 11.4583333333vw;
    margin: 45px auto 0;
  }

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

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

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

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

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

  .u-mt70 {
    margin-top: 4.8611111111vw;
  }

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

@media screen and (max-width: 767px) {
  .l-wrapper {
    overflow-x: hidden;
  }

  .l-content {
    width: 90.6666666667vw;
    padding: 16vw 0vw 16vw 0vw;
  }

  .l-content--wide {
    width: 90.6666666667vw;
  }

  .l-box--left {
    width: 100%;
    padding: 15.1111111111vw 0vw 15.1111111111vw 0vw;
  }

  .l-box--right {
    width: 100%;
    padding: 15.1111111111vw 0vw 15.1111111111vw 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;
  }

  .l-interrupt {
    width: 100%;
    padding: 15.1111111111vw 0vw 15.1111111111vw 0vw;
  }

  .l-interrupt + * .l-content {
    width: 100%;
    padding: 15.1111111111vw 0vw 15.1111111111vw 0vw;
  }

  .c-image01 {
    width: 93.3333333333vw;
    margin-left: auto;
    border-radius: 14.2222222222vw 0 0 0;
  }

  .c-image02__text {
    font-size: 60px;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-textBox01 {
    width: 85.3333333333vw;
  }

  .c-headline01 span {
    font-size: 72px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }

  .c-headline01--white {
    text-align: center;
    color: #44453C;
  }

  .c-headline01--white span {
    text-align: center;
    font-size: 72px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    background-size: 100% 1.4222222222vw;
    background-image: url(../image/headline_border01.svg);
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }

  .c-headline02 {
    font-size: 90px;
    font-size: 8vw;
    line-height: 1.7;
    letter-spacing: 0em;
    margin: 8.4444444444vw auto 0vw auto;
  }

  .c-text01 {
    margin-top: 4.2666666667vw;
    font-size: 54px;
    font-size: 4.8vw;
    line-height: 2.5;
    letter-spacing: 0em;
  }

  .c-text02 {
    font-size: 45px;
    font-size: 4vw;
    line-height: 1.7333333333;
    letter-spacing: 0em;
    margin-top: 8vw;
  }

  .c-text03 {
    font-size: 45px;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0em;
  }

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

  .c-list01 li {
    font-size: 36px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
  }

  .c-list01 li:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }

  .c-logo {
    width: 36.4444444444vw;
    margin: 9.7777777778vw 0vw 4.4444444444vw 0vw;
  }

  .c-map {
    width: 100%;
    height: 53.3333333333vw;
  }

  .c-button__container {
    flex-direction: column;
    width: 88vw;
    margin: 12.4444444444vw auto 0vw auto;
  }

  .c-button01 {
    margin-top: 0;
    padding: 2.2222222222vw 4.4444444444vw 2.2222222222vw 4.4444444444vw;
    min-width: 72.8888888889vw;
    min-height: 14.4vw;
    font-size: 60px;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button01__icon {
    width: 8vw;
    margin-right: 3.5555555556vw;
  }

  .c-button02 {
    margin-top: 5.7777777778vw;
    padding: 2.2222222222vw 4.4444444444vw 2.2222222222vw 4.4444444444vw;
    min-width: 72.8888888889vw;
    min-height: 14.4vw;
    font-size: 60px;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button02__icon {
    width: 8.8888888889vw;
    margin-right: 3.5555555556vw;
  }

  .c-textTable {
    width: 100%;
  }

  .c-textTable__headline {
    font-size: 42px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 26.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 2.8444444444vw;
  }

  .c-textTable__cell {
    font-size: 42px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
    width: auto;
    padding-bottom: 2.8444444444vw;
  }

  .c-scroll {
    left: 7.1111111111vw;
    font-size: 30px;
    font-size: 2.6666666667vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .c-float {
    position: fixed;
    left: 0;
    bottom: 8vw;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.4888888889vw auto 0vw auto;
    width: 73.3333333333vw;
    height: 15.1111111111vw;
    font-size: 63px;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: 0.05em;
    background-color: #F5BDD5;
    color: #fff;
    border-radius: 10000px;
    margin: auto;
    z-index: 80;
  }

  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 6.2222222222vw 9.3333333333vw 6.2222222222vw 9.3333333333vw;
  }

  .p-header__logo {
    width: 50.6666666667vw;
    height: 33.9555555556vw;
    padding: 6.2222222222vw 16.8888888889vw 14.4888888889vw 5.3333333333vw;
    background-image: url(../image/bg_header-sp.png);
  }

  .p-header__logo__inner {
    width: 28.8888888889vw;
  }

  .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(94, 183, 232, 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: 80px;
    font-size: 7.1111111111vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .p-header__menu__link:not(:first-child) {
    margin-top: 13.3333333333vw;
  }

  .p-header__menu__contact a {
    padding: 4vw 7.1111111111vw 4vw 7.1111111111vw;
    font-size: 80px;
    font-size: 7.1111111111vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 13.3333333333vw;
    margin-left: unset;
    color: #fff;
  }

  .p-header__menu__contact img {
    width: 9.7777777778vw;
    margin-right: 4vw;
  }

  .p-header__button {
    position: relative;
    display: block;
    width: 8.8888888889vw;
    height: 7.5555555556vw;
    cursor: pointer;
    z-index: 300;
  }

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

  .is-active > .p-header__button__bar {
    height: 0.4444444444vw;
    background-color: #5EB7E8;
  }

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

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

  .p-header__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
  }

  .is-active > .p-header__button__bar:nth-child(2) {
    width: 0;
  }

  .p-header__button__bar:nth-child(3) {
    bottom: 0;
  }

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

  .p-fv {
    margin-top: 10.6666666667vw;
  }

  .p-fv__text {
    top: auto;
    right: auto;
    bottom: 4.4444444444vw;
    left: 1.3888888889vw;
    width: 100%;
  }

  .p-fv__title {
    text-align: left;
  }

  .p-fv__title__inner span {
    margin-top: 3.5555555556vw;
    padding: 2.6666666667vw 7.1111111111vw 4vw 3.4666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 99px;
    font-size: 8.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-fv__title__inner img {
    width: 66.1333333333vw;
  }

  .p-fv__image {
    width: 89.3333333333vw;
    height: 148.8888888889vw;
    border-radius: 2.6666666667vw;
    background-image: url(../image/fv01-sp.jpg);
  }

  .p-fv__bg {
    display: none;
  }

  .p-message {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 8.8888888889vw;
    margin-bottom: 22.2222222222vw;
  }

  .p-message__text {
    width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }

  .p-message__text p {
    margin-top: 2em;
  }

  .p-message__text::after {
    top: -46.2222222222vw;
    left: -59.5555555556vw;
    width: 195.2vw;
    height: 213.6888888889vw;
  }

  .p-message__image {
    width: 64vw;
    margin: auto;
    transform: unset !important;
  }

  .p-message__image div {
    border-radius: 4vw;
  }

  .p-message__image__caption {
    position: static;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
    font-size: 54px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

  .p-message__image__caption span {
    display: block;
    margin-top: 3.7333333333vw;
    font-size: 96px;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-left: 0;
  }

  .p-works {
    margin: 18.6666666667vw auto 0vw auto;
  }

  .p-works__headline {
    font-size: 84px;
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__container {
    flex-direction: column;
    width: 85.3333333333vw;
    margin: 10.6666666667vw auto 0vw auto;
  }

  .p-works__container::after {
    display: none;
  }

  .p-works__box {
    width: 85.3333333333vw;
    margin: 0vw 0vw 10.6666666667vw 0vw;
    padding: 4vw 4vw 4vw 4vw;
  }

  .p-works__box:nth-of-type(n+4) {
    display: none;
  }

  .p-works__box__details {
    margin: 1.6vw 1.6vw 1.6vw 1.6vw;
  }

  .p-works__box__date {
    font-size: 48px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__box__title {
    margin-top: 0.7111111111vw;
    font-size: 54px;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-works__bg01 {
    display: none;
  }

  .p-works__bg02 {
    top: -13.3333333333vw;
    left: -45.3333333333vw;
    width: 73.0666666667vw;
  }

  .p-works__bg03 {
    top: -20.4444444444vw;
    right: -56.8888888889vw;
    width: 75.4666666667vw;
  }

  .p-works__button {
    margin: 4.2666666667vw auto 0vw auto;
    width: 76.8vw;
    height: 13.8666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 66px;
    font-size: 5.8666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-works__button::after {
    right: 8.5333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }

  .p-information {
    width: 100%;
    margin: 26.6666666667vw auto 0vw auto;
    padding: 0vw 0vw 0vw 0vw;
    border-radius: 10.6666666667vw;
  }

  .p-information__details {
    flex-direction: column;
    width: 90.6666666667vw;
    padding: 32vw 4.2666666667vw 8.8888888889vw 4.2666666667vw;
  }

  .p-information__circle {
    position: absolute;
    top: -16vw;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 72px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 1px solid #5EB7E8;
    width: 36.2666666667vw;
    height: 36.2666666667vw;
  }

  .p-information__bg01 {
    top: -15.1111111111vw;
    left: -12.4444444444vw;
    width: 64.1777777778vw;
  }

  .p-information__bg02 {
    bottom: -24vw;
    right: -36.4444444444vw;
    width: 64.1777777778vw;
  }

  .p-flow__container {
    width: 100%;
    flex-direction: column;
  }

  .p-flow__box {
    width: 82.6666666667vw;
    padding: 4vw 5.3333333333vw 4vw 11.5555555556vw;
    margin-top: 5.7777777778vw;
    margin-left: auto;
  }

  .p-flow__time,
  .p-flow__time--blue,
  .p-flow__time--orange,
  .p-flow__time--green {
    top: 0;
    right: unset;
    bottom: 0;
    left: -5.3333333333vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    font-size: 45px;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0em;
    transform: unset;
  }

  .p-flow__title {
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    height: auto;
    font-size: 54px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-flow__title span {
    display: inline-block;
    margin-top: 0;
    font-size: 30px;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-flow__text {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 36px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-contact {
    width: 100%;
    padding: 0vw 0vw 17.7777777778vw 0vw;
    margin: 0vw 0vw 35.5555555556vw 0vw;
  }

  .p-contact__text {
    font-size: 48px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-contact__button,
  .p-contact__button--mail {
    position: fixed;
    bottom: 4.4444444444vw;
    margin: 0vw auto 0vw auto;
    width: 73.3333333333vw;
    height: 15.1111111111vw;
    font-size: 63px;
    font-size: 5.6vw;
    line-height: 1;
    letter-spacing: 0.05em;
    z-index: 50;
  }

  .p-contact__button.is-attachment,
  .is-attachment.p-contact__button--mail {
    position: absolute;
    bottom: 0vw;
  }

  .p-contact__button__icon {
    width: 9.3333333333vw;
    margin-right: 5.3333333333vw;
  }

  .p-contact__button__text {
    width: 40vw;
  }

  .p-map {
    margin-top: 23.1111111111vw;
  }

  .p-map iframe {
    height: 69.3333333333vw;
  }

  .p-footer {
    margin-top: -8.8888888889vw;
    padding-bottom: 26.6666666667vw;
  }

  .p-footer:before {
    height: 26.6666666667vw;
    border-top-right-radius: 177.7777777778vw 80vw;
    border-top-left-radius: 177.7777777778vw 80vw;
    margin-left: -17.7777777778vw;
    margin-right: -17.7777777778vw;
    padding-left: 17.7777777778vw;
    padding-right: 17.7777777778vw;
    transform: translateY(8vw);
    background-color: #5EB7E8;
  }

  .p-footer__wrapper {
    width: 84.4444444444vw;
  }

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

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

  .p-footer__sns {
    margin-top: 6.2222222222vw;
  }

  .p-footer__sns__icon {
    width: 8.4444444444vw;
    margin: 0vw 4.4444444444vw 0vw 4.4444444444vw;
  }

  .p-footer__logo {
    width: 47.2vw;
  }

  .p-footer__link {
    flex-direction: column;
    width: 47.1111111111vw;
    margin: 10.6666666667vw auto 0vw auto;
  }

  .p-footer__link__text {
    width: unset;
    font-size: 54px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 10.6666666667vw 0vw 0vw 0vw;
  }

  .p-footer__copy {
    font-size: 36px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 13.3333333333vw auto 0vw auto;
    width: 100%;
    padding: 5.7777777778vw 0vw 5.7777777778vw 0vw;
  }

  .u-pc {
    display: none;
  }

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

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

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

  .u-mt70 {
    margin-top: 12.4444444444vw;
  }

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

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