@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: "Zen Kaku Gothic New", 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: 125px 0;
}

.l-content--spBreak {
  width: 1250px;
  margin: auto;
  padding: 200px 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;
}

v .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;
}

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

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

.c-headline02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 54px;
  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;
  color: #fff;
}

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

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

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

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

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

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

.c-headline04__sub::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 20px;
  background-color: #fff;
}

.c-text01 {
  font-size: 22px;
  line-height: 1.9090909091;
  letter-spacing: 0em;
  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;
}

.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: 100%;
  margin-top: 85px;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

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

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

.c-textTable__cell {
  position: relative;
  font-weight: normal;
  text-align: left;
  width: 680px;
  padding: 20px 60px;
  color: #fff;
  box-sizing: border-box;
  z-index: 5;
}

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

.c-textTable__cell a img {
  width: 1em;
  height: 1em;
}

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

.c-textTable__cell__name01 {
  width: auto;
  height: 1.2em;
  vertical-align: middle;
}

.c-textTable__cell__name02 {
  width: auto;
  height: 1.1em;
  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: #F39800;
  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: #F39800;
}

.c-float {
  display: none;
}

.c-float__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.8vw;
  height: 14.4vw;
  background-color: #EA5414;
  color: #fff;
  border-radius: calc(infinity * 1px);
}

.p-header {
  position: relative;
  width: 100%;
  height: 7.6388888889vw;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 5;
}

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

.p-header__logo {
  width: 329px;
  margin-left: 60px;
}

.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: 2.2222222222vw;
}

.p-header__menu__link {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.05em;
  width: auto;
  margin: 0vw 2.2222222222vw 0vw 2.2222222222vw;
}

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

.p-header__menu__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.7777777778vw 2.7777777778vw 2.7777777778vw 2.7777777778vw;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 100%;
  box-sizing: border-box;
  background-color: #EA5414;
  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 {
  padding: 100px 0 90px;
  color: #050a23;
  text-align: center;
}

.p-fv__sub__text {
  font-size: 32px;
  line-height: 2.1875;
  letter-spacing: 0em;
}

.p-fv__sub__text__strong {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #F39800;
  border: 3px solid #F39800;
  padding: 14px;
  margin-right: 8px;
  transition: 0.75s;
  transition-delay: 1s;
}

.p-fv__sub__text__strong.is-active {
  color: #fff;
}

.p-message {
  padding: 98px 0;
}

.p-message__wrap {
  position: relative;
  width: 1201px;
  margin: 0 auto 0;
  box-shadow: 0 0 30px rgba(243, 152, 0, 0.1);
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}

.p-message__inner {
  position: relative;
  width: 640px;
  height: 100%;
  padding: 60px 0 60px 60px;
  z-index: 5;
}

.p-message__name {
  width: auto;
  margin-top: -0.25em;
  margin-left: 1em;
  height: 2em;
}

.p-message__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 725px;
  margin-top: 86px;
  margin-left: auto;
}

.p-service {
  position: relative;
  padding: 130px 0;
  background-color: #F39800;
}

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

.p-service__container {
  width: 100%;
  margin: 70px auto 0;
}

.p-service__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: #fff;
}

.p-service__box:not(:first-child) {
  margin-top: 30px;
}

.p-service__box__term {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  margin-right: 35px;
  color: #6E6757;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0em;
  flex: 0 0 auto;
  font-weight: 600;
}

.p-service__box__term::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #6E6757;
}

.p-service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-image: url(../image/image02.jpg);
  background-size: cover;
  z-index: 5;
}

.p-news__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 64px 0 0;
  width: 1240px;
}

.p-news__box {
  width: 280px;
  font-weight: 400;
}

.p-news__box__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  height: 3em;
}

.p-news__box__date {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}

.p-news__button {
  text-align: center;
}

.p-news__button__cell {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  padding: 26px 88px 26px 67px;
  border-radius: calc(infinity * 1px);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.005em;
  font-weight: 400;
  background-color: #EA5414;
  color: #fff;
}

.p-news__button__cell::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

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

.p-card__box {
  width: 590px;
  border: 7px solid #7F5800;
  box-sizing: border-box;
  background-color: #fff;
}

.p-card__box:nth-of-type(n+3) {
  margin-top: 60px;
}

.p-card__image {
  width: 100%;
}

.p-card__image img {
  display: block;
}

.p-card__details {
  padding: 30px 30px;
}

.p-card__title {
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-card__badge {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-right: 1em;
  color: #fff;
  background-color: #7F5800;
  padding: 7px 20px;
}

.p-card__text {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.p-contact {
  padding: 73px 0 77px;
}

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

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

.p-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA5414;
  color: #fff;
  border-radius: calc(infinity * 1px);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  width: 460px;
  height: 103px;
  margin: 0 32px;
}

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

.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 40px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

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

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

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

.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-ftMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

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

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

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

.u-color01 {
  color: #173167;
}

.u-color03 {
  color: #414351;
}

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

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

.u-bgc03 {
  position: relative;
  background-color: #F39800;
  z-index: 1;
}

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

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.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;
  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: 8.6805555556vw 0vw 8.6805555556vw 0vw;
  }

  .l-content--spBreak {
    width: 83.3333333333vw;
    padding: 13.8888888889vw 0vw 13.8888888889vw 0vw;
  }

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

  v .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 1.3888888889vw 0vw 1.3888888889vw;
  }

  .c-headline02 {
    font-size: 54px;
    font-size: 3.75vw;
    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 1.3888888889vw 0vw 1.3888888889vw;
  }

  .c-headline03 {
    font-size: 54px;
    font-size: 3.75vw;
    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 1.3888888889vw 0vw 1.3888888889vw;
  }

  .c-headline04 {
    font-size: 54px;
    font-size: 3.75vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }

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

  .c-headline04__sub::before {
    width: 6.9444444444vw;
    margin: 0vw 1.3888888889vw 0vw 1.3888888889vw;
  }

  .c-text01 {
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 1.9090909091;
    letter-spacing: 0em;
  }

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

  .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 {
    margin-top: 5.9027777778vw;
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }

  .c-textTable__headline {
    width: 19.4444444444vw;
    padding: 1.3888888889vw 4.1666666667vw 1.3888888889vw 4.1666666667vw;
  }

  .c-textTable__cell {
    width: 47.2222222222vw;
    padding: 1.3888888889vw 4.1666666667vw 1.3888888889vw 4.1666666667vw;
  }

  .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: 22.8472222222vw;
    margin-left: 5.3333333333vw;
  }

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

  .p-fv__sub {
    padding: 6.9444444444vw 0vw 6.25vw 0vw;
  }

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

  .p-fv__sub__text__strong {
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0.1em;
    border: 0.2083333333vw solid #F39800;
    padding: 0.9722222222vw 0.9722222222vw 0.9722222222vw 0.9722222222vw;
    margin-right: 0.5555555556vw;
  }

  .p-message {
    padding: 6.8055555556vw 0vw 6.8055555556vw 0vw;
  }

  .p-message__wrap {
    width: 83.4027777778vw;
    box-shadow: 0 0 2.0833333333vw rgba(243, 152, 0, 0.1);
  }

  .p-message__inner {
    width: 44.4444444444vw;
    padding: 4.1666666667vw 0vw 4.1666666667vw 4.1666666667vw;
  }

  .p-message__image {
    width: 50.3472222222vw;
    margin-top: 5.9722222222vw;
  }

  .p-service {
    padding: 9.0277777778vw 0vw 9.0277777778vw 0vw;
  }

  .p-service__wrapper {
    width: 83.3333333333vw;
  }

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

  .p-service__box {
    padding: 2.7777777778vw 3.4722222222vw 2.7777777778vw 3.4722222222vw;
  }

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

  .p-service__box__term {
    width: 22.2222222222vw;
    margin-right: 2.4305555556vw;
    font-size: 40px;
    font-size: 2.7777777778vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-news__container {
    margin: 4.4444444444vw 0vw 0vw 0vw;
    width: 86.1111111111vw;
  }

  .p-news__box {
    width: 19.4444444444vw;
  }

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

  .p-news__box__date {
    margin-top: 1.1111111111vw;
    font-size: 14px;
    font-size: 0.9722222222vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-news__button__cell {
    margin: 2.7777777778vw auto 0vw auto;
    padding: 1.8055555556vw 6.1111111111vw 1.8055555556vw 4.6527777778vw;
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.005em;
  }

  .p-news__button__cell::after {
    right: 1.7361111111vw;
  }

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

  .p-card__box {
    width: 40.9722222222vw;
    border: 0.4861111111vw solid #7F5800;
  }

  .p-card__box:nth-of-type(n+3) {
    margin-top: 4.1666666667vw;
  }

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

  .p-card__title {
    font-size: 27px;
    font-size: 1.875vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

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

  .p-card__text {
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    margin-top: 1.0416666667vw;
  }

  .p-contact {
    padding: 5.0694444444vw 0vw 5.3472222222vw 0vw;
  }

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

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

  .p-contact__button {
    margin: 0vw 2.2222222222vw 0vw 2.2222222222vw;
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1;
    letter-spacing: 0em;
    width: 31.9444444444vw;
    height: 7.1527777778vw;
  }

  .p-footer {
    padding: 3.4722222222vw 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 2.7777777778vw 0vw 2.7777777778vw;
    font-size: 18px;
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

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

  .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-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: 88.8vw;
    padding: 16vw 0vw 16vw 0vw;
  }

  .l-content--spBreak {
    width: 100%;
    padding: 17.8666666667vw 0vw 17.8666666667vw 0vw;
  }

  .l-content--stick {
    width: 92vw;
    padding: 19.4666666667vw 0vw 19.4666666667vw 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;
  }

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

  .c-textBox01 {
    width: 85.3333333333vw;
  }

  .c-headline01 {
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline01__sub {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline01__sub::before {
    width: 9.3333333333vw;
    margin: 0vw 4vw 0vw 4vw;
  }

  .c-headline02 {
    justify-content: flex-start;
    text-align: left;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline02__sub {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline02__sub::before {
    width: 8.8vw;
    margin: 0vw 1.8666666667vw 0vw 1.8666666667vw;
  }

  .c-headline03 {
    justify-content: flex-start;
    text-align: left;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline03__sub {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline03__sub::before {
    width: 8.8vw;
    margin: 0vw 1.8666666667vw 0vw 1.8666666667vw;
  }

  .c-headline04 {
    justify-content: flex-start;
    text-align: left;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline04__sub {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.008em;
  }

  .c-headline04__sub::before {
    width: 8.8vw;
    margin: 0vw 1.8666666667vw 0vw 1.8666666667vw;
  }

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

  .c-text02 {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0.017em;
  }

  .c-text03 {
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.3333333333;
    letter-spacing: 0.017em;
  }

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

  .c-logo {
    width: 40.9722222222vw;
  }

  .c-logo02 {
    width: 40.9722222222vw;
  }

  .c-map {
    height: 44.5333333333vw;
  }

  .c-button__main {
    margin-top: 8vw;
    padding: 2.1333333333vw 4.5333333333vw 2.1333333333vw 4.5333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.033em;
  }

  .c-button__icon {
    width: 5.0666666667vw;
    margin-left: 3.4666666667vw;
  }

  .c-textTable {
    margin-top: 8.8vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    letter-spacing: 0.033em;
  }

  .c-textTable__headline {
    width: 26.6666666667vw;
    padding: 6.1333333333vw 2.1333333333vw 4.5333333333vw 2.1333333333vw;
    text-align: left;
  }

  .c-textTable__cell {
    width: 56.8vw;
    padding: 6.1333333333vw 0.8vw 4.5333333333vw 0vw;
  }

  .c-textTable__cell__name01 {
    height: 2.4em;
  }

  .c-scroll {
    left: 7.2vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-float {
    position: fixed;
    left: 0;
    bottom: 8vw;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85.8666666667vw;
    z-index: 80;
  }

  .p-header {
    height: 17.8666666667vw;
  }

  .p-header__logo {
    width: 49.8666666667vw;
    margin-left: 5.3333333333vw;
  }

  .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.4vw;
    line-height: 1;
    letter-spacing: 0.017em;
    margin-top: 6.6666666667vw;
    width: 100%;
  }

  .p-header__menu__link__sub {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.017em;
    margin-top: 1.3333333333vw;
  }

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

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

  .p-header__button {
    position: relative;
    display: block;
    width: 18.6666666667vw;
    height: 17.8666666667vw;
    background-color: #EA5414;
    cursor: pointer;
    z-index: 300;
  }

  .p-header__button__bar {
    position: absolute;
    display: block;
    width: 9.3333333333vw;
    height: 0.5333333333vw;
    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.1333333333vw;
  }

  .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.1333333333vw;
  }

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

  .p-fv__sub {
    padding: 12.5333333333vw 0vw 8vw 0vw;
  }

  .p-fv__sub__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2.0625;
    letter-spacing: 0em;
  }

  .p-fv__sub__text__strong {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.033em;
    border: 0.5333333333vw solid #F39800;
    padding: 1.8666666667vw 2.6666666667vw 1.8666666667vw 2.6666666667vw;
    margin-right: 0;
  }

  .p-message {
    padding: 0;
  }

  .p-message__wrap {
    display: flex;
    flex-direction: column;
    box-shadow: none;
    width: 100%;
    padding-top: 5.5555555556vw;
  }

  .p-message__inner {
    position: relative;
    width: 87.4666666667vw;
    margin: 0vw auto 21.3333333333vw auto;
    padding: 0;
  }

  .p-message__image {
    position: relative;
    width: 100%;
  }

  .p-service {
    padding: 17.8666666667vw 0vw 17.8666666667vw 0vw;
  }

  .p-service__wrapper {
    width: 84vw;
  }

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

  .p-service__box {
    flex-direction: column;
    padding: 7.4666666667vw 6.1333333333vw 7.4666666667vw 6.1333333333vw;
  }

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

  .p-service__box__term {
    width: 100%;
    margin-right: 0;
    padding-bottom: 3.2vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.017em;
  }

  .p-service__box__term::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.017em;
  }

  .p-service__box__description {
    margin-top: 5.3333333333vw;
  }

  .p-news__container {
    flex-direction: column;
    align-items: center;
    margin: 0vw auto 0vw auto;
    width: 74.6666666667vw;
  }

  .p-news__box {
    margin-top: 10.6666666667vw;
    width: 74.6666666667vw;
  }

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

  .p-news__box__title {
    margin-top: 4.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-news__box__date {
    margin-top: 4.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-news__button__cell {
    margin: 10.6666666667vw auto 0vw auto;
    padding: 6.9333333333vw 23.4666666667vw 6.9333333333vw 17.8666666667vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0.005em;
  }

  .p-news__button__cell::after {
    right: 6.6666666667vw;
  }

  .p-card {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0.6944444444vw auto 0vw auto;
  }

  .p-card__box {
    width: 100%;
    border: 1.8666666667vw solid #7F5800;
    flex-direction: column;
    align-items: center;
    margin-top: 14.9333333333vw;
  }

  .p-card__box:nth-of-type(n+3) {
    margin-top: 14.9333333333vw;
  }

  .p-card__details {
    padding: 5.6vw 6.6666666667vw 5.6vw 6.6666666667vw;
  }

  .p-card__title {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.017em;
  }

  .p-card__badge {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3.2vw 5.8666666667vw 3.2vw 5.8666666667vw;
  }

  .p-card__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 4vw;
  }

  .p-contact {
    padding: 19.4666666667vw 0vw 20.5333333333vw 0vw;
  }

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

  .p-contact__container {
    margin-top: 7.4666666667vw;
    flex-direction: column;
  }

  .p-contact__button {
    margin: 0vw 8.5333333333vw 0vw 8.5333333333vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    width: 81.0666666667vw;
    height: 20.2666666667vw;
  }

  .p-contact__button + .p-contact__button {
    margin-top: 14.4vw;
  }

  .p-footer {
    padding: 13.3333333333vw 0vw 26.6666666667vw 0vw;
  }

  .p-footer__logo {
    width: 32vw;
  }

  .p-footer__wrapper {
    width: 100%;
  }

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

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

  .p-footer__link {
    width: 91.4666666667vw;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .p-footer__link__text {
    display: inline-block;
    margin: 0vw 3.4666666667vw 9.6vw 3.4666666667vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
  }

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

  .p-footer__sns__icon {
    width: 8vw;
    margin: 0vw 4.5333333333vw 0vw 4.5333333333vw;
  }

  .p-footer__copy {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.033em;
    margin: 4.8vw auto 0vw auto;
    width: 100%;
    padding: 5.8666666667vw 0vw 5.8666666667vw 0vw;
  }

  .u-pc {
    display: none;
  }

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

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

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

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

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

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