@charset "utf-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-display: swap;
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansJP-Light.woff2) format("woff2"),
    url(../font/NotoSansJP-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.woff2) format("woff2"),
    url(../font/NotoSansJP-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansJP-Bold.woff2) format("woff2"),
    url(../font/NotoSansJP-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: NotoSansJP;
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansJP-Black.woff2) format("woff2"),
    url(../font/NotoSansJP-Black.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifJP-Regular.woff2) format("woff2"),
    url(../font/NotoSerifJP-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifJP-Bold.woff2) format("woff2"),
    url(../font/NotoSerifJP-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSerifJP-Black.woff2) format("woff2"),
    url(../font/NotoSerifJP-Black.woff) format("woff");
}
body {
  color: #031705;
  font-family: NotoSansJP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3,
  メイリオ, Meiryo, sans-serif;
  font-size-adjust: none;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
figure {
  line-height: 0;
}
img {
  width: 100%;
}
a {
  color: #031705;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
* {
  box-sizing: border-box;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.u-fade-up.is-active {
  -webkit-animation: fadeUp 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: fadeUp 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
.u-slidein-left {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.u-slidein-left.is-active {
  -webkit-animation: slideInLeft 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: slideInLeft 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
.u-slidein-right {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.u-slidein-right.is-active {
  -webkit-animation: slideInRight 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: slideInRight 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  to {
    opacity: 1;
  }
}
.u-hidden-sp {
  display: inline;
}
.u-hidden-pc {
  display: none;
}
.u-primary,
.u-strong {
  color: #133c80;
}
.u-bold {
  font-weight: 700;
}
.u-ta-right {
  text-align: right;
}
.u-caution {
  color: red;
}
body {
  min-width: 1200px;
}
body.is-open {
  overflow: hidden;
}
.l-header {
  background-color: #fff;
  display: none;
  height: 54px;
}
.l-header__inner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.l-header__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.l-header__logo {
  max-width: 70px;
}
.l-header__nav {
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 28px;
}
.l-header__nav-line {
  background-color: #EE9D25;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-header__nav-line:first-of-type {
  top: 0;
}
.l-header__nav-line:nth-of-type(2) {
  top: 50%;
}
.l-header__nav-line:nth-of-type(3) {
  top: 100%;
}
.l-float {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 1000;
}
.l-float.is-footer {
  opacity: 0;
  visibility: hidden;
}
.l-float__top {
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
}
.l-float__top-wrapper {
  display: flex;
  justify-content: space-between;
}
.l-float__top-tel {
  align-items: center;
  background-color: #EE9D25;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  padding: 7px 27px;
}
.l-float__top-tel-text {
  font-size: 11px;
  font-weight: 400;
  margin-right: 12px;
}
.l-float__top-tel-icon {
  margin-right: 5px;
  width: 12.5px;
}
.l-float__top-tel-number {
  font-family: Arsenal, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.l-float__top-cart {
  align-items: center;
  background-color: #fff;
  border: 2px solid #0f6a18;
  border-radius: 1000px;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 10px;
  width: 40px;
}
.l-float__bottom {
  width: 100%;
}
.l-float__bottom-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-float__bottom-item {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 12px;
  width: 50%;
}
.l-float__bottom-item{
}
.l-float__bottom-item:nth-child(1),
.l-float__bottom-item:nth-child(2){
  width:50%;
}
.l-float__bottom-item{
  width:33.3%;
}
.l-float__bottom-item:nth-child(1){
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.l-float__bottom-item:nth-child(2){
  border-bottom: 1px solid #aaa;
}
.l-float__bottom-item:nth-child(3){
  border-right: 1px solid #aaa;
}
.l-float__bottom-item:nth-child(4){
  border-right: 1px solid #aaa;
}
.l-float__bottom-item:nth-child(5){
}
/*.l-float__bottom-item:first-of-type {
  border-right: 1px solid silver;
}
.l-float__bottom-item:nth-of-type(2) {
  border-left: 1px solid silver;
}*/
.l-float__bottom-item-img {
  margin-right: 5px;
  width: 12px;
}
.l-float__bottom-item-text {
  color: #0f6a18;
  font-size: 12px;
}
.l-aside {
  background-color: #fff;
  height: 100vh;
  padding: 48px 30px 40px;
  position: fixed;
  width: 300px;
  z-index: 2;
}
.l-aside__inner {
  max-width: 100%;
  position: relative;
  width: 300px;
}
.l-aside__inner,
.l-aside__logo {
  margin-left: auto;
  margin-right: auto;
}
.l-aside__logo {
  margin-bottom: 28px;
  max-width: 120px;
}
.l-aside__tel {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.l-aside__tel-number {
  font-family: Arsenal, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-aside__tel-sales {
  font-size: 11px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.l-aside__list {
  margin-bottom: 30px;
}
.l-aside__item:not(:last-of-type) {
  margin-bottom: 23px;
}
.l-aside__item-link {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.l-aside__item-main {
  font-family: Arsenal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.l-aside__item-sub {
  font-size: 12px;
}
.l-aside__snses {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.l-aside__sns {
  width: 30px;
}
.l-aside__sns:not(:last-of-type) {
  margin-right: 12px;
}
.l-aside__close {
  display: none;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
}
.l-aside__close-line {
  background-color: #EE9D25;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.l-aside__close-line:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-aside__close-line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-aside__news-ttl {
  border-bottom: 1px solid #000;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 0.6em;
}
.l-aside__news-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.l-aside__news-item-ttl {
  font-size: 12px;
  margin-bottom: 3px;
  text-decoration: underline;
}
.l-aside__news-item-date {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
  text-align: left;
}
.l-main,
main {
  background-color: #f5f3eb;
  flex: 1;
  margin-left: auto;
  margin-right: 0;
  max-width: calc(100vw - 300px);
  min-width: 900px;
  position: relative;
  width: calc(100vw - 300px);
  z-index: 1;
}
.l-body:not(.front-page) main .l-body:not(.front-page) .l-main {
  background-image: url(../image/page_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-slider {
  padding-bottom: 30px;
  padding-top: 108px;
  position: relative;
}
.p-slider:before {
  background-image: url(../image/slider_bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 92%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-slider__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-slider__list {
  list-style: none;
  padding-bottom: 40px;
}
.p-slider__item {
  flex-shrink: 0;
  max-width: 900px;
  position: relative;
  width: 100%;
}
.p-slider__item.swiper-slide-active .p-slider__item-button {
  opacity: 1;
  transition: 3s;
  visibility: visible;
}
.p-slider__item-button {
  bottom: -40px;
  opacity: 0;
  position: absolute;
  right: 60px;
  transition: 3s;
  visibility: hidden;
}
.p-slider__item-link {
  align-items: center;
  background-color: #EE9D25;
  border-radius: 94px;
  color: #fff;
  display: flex;
  font-family: Arsenal, sans-serif;
  font-weight: 700;
  height: 94px;
  justify-content: center;
  letter-spacing: 0.15em;
  width: 94px;
}
.p-slider__item-link:visited {
  color: #fff;
}
.p-campaign {
  padding-bottom: 50px;
  padding-top: 60px;
}
.p-campaign__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-campaign__ttl {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.p-campaign__ttl-main {
  color: #0f6a18;
  font-family: Arsenal, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-right: 28px;
}
.p-campaign__ttl-sub {
  font-size: 14px;
}
.p-campaign__list {
  display: flex;
  list-style: none;
  padding-left: calc(50vw - 640px);
}
.p-campaign__item {
  flex-shrink: 0;
  margin-right: 30px;
  width: 291px;
}
.p-news {
  padding-bottom: 50px;
  padding-top: 50px;
}
.p-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.p-news__deco {
  bottom: -80px;
  left: -100px;
  position: absolute;
  width: 432px;
}
.p-news__wrapper {
  display: flex;
  justify-content: space-between;
}
.p-news__ttl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.p-news__ttl-main {
  color: #0f6a18;
  font-family: Arsenal, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-news__list {
  list-style: none;
  margin-top: 18px;
  max-width: 740px;
}
.p-news__item {
  background-color: #fff;
  border-radius: 10px;
  margin-right: 40px;
  padding: 30px;
}
.p-news__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-news__item-link {
  display: flex;
  justify-content: space-between;
}
.p-news__item-pic {
  width: 20%;
}
.p-news__item-copy {
  width: 75%;
}
.p-news__item-ttl {
  color: #EE9D25;
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: underline;
}
.p-news__item-date {
  color: silver;
  font-family: Arsenal, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.p-service {
  padding-bottom: 140px;
  padding-top: 100px;
}
.p-service__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-service__item {
  align-items: center;
  background-image: url(../image/service__item_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 512px;
  position: relative;
  width: 500px;
}
.p-service__item:first-of-type:before {
  background-image: url(../image/service_line01.svg);
  background-size: contain;
  content: "";
  height: 272px;
  position: absolute;
  right: -200px;
  top: -200px;
  width: 282px;
  z-index: -1;
}
.p-service__item:nth-of-type(2) {
  margin: -100px 0 200px auto;
}
.p-service__item:nth-of-type(2):before {
  background-image: url(../image/service_line02.svg);
  background-size: contain;
  content: "";
  height: 372.54px;
  left: 0;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
  width: 480px;
  z-index: -1;
}
.p-service__item:nth-of-type(3) {
  height: 714px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 123px;
  width: 703px;
}
.p-service__item:nth-of-type(3):before {
  background-image: url(../image/service_line03.svg);
  background-size: contain;
  content: "";
  height: 387px;
  position: absolute;
  right: -100px;
  top: -300px;
  width: 262px;
  z-index: -1;
}
.p-service__item:nth-of-type(3) .p-service__item-ttl-main {
  font-size: 42px;
}
.p-service__item:nth-of-type(3) .p-service__item-subttl {
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 23px;
}
.p-service__item:nth-of-type(3) .p-service__item-button {
  bottom: auto;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.p-service__item-pic {
  margin-bottom: 20px;
  margin-top: -30px;
  width: 160px;
}
.p-service__item-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.p-service__item-ttl-sub {
  border-bottom: 1px dotted #0f6a18;
  font-size: 12px;
  margin-bottom: 17px;
}
.p-service__item-ttl-main,
.p-service__item-ttl-sub {
  color: #0f6a18;
  font-family: Arsenal, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-service__item-ttl-main {
  font-size: 24px;
}
.p-service__item-ttl-jp {
  font-weight: 400;
}
.p-service__item-subttl {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
  text-align: center;
}
.p-service__item-text {
  line-height: 1.8;
  text-align: center;
}
.p-service__item-button {
  background-color: #EE9D25;
  border-radius: 94px;
  bottom: 0;
  height: 94px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 94px;
  z-index: 1;
}
.p-service__item-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Arsenal, sans-serif;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.15em;
  width: 100%;
}
.p-service__item-link:visited {
  color: #fff;
}
.p-service__item-deco01 {
  bottom: 40px;
  position: absolute;
  right: 10px;
  width: 117px;
}
.p-service__item-deco02 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 175px;
}
.p-service__item-deco03 {
  bottom: 70px;
  position: absolute;
  right: 45px;
  -webkit-transform: translate(20%, 30%);
  transform: translate(20%, 30%);
  width: 245px;
}
.l-footer {
  background-color: #0f6a18;
  color: #fff;
  padding-bottom: 59px;
  padding-top: 65px;
}
.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.l-footer__condition {
  width: 55.5555555556%;
}
.l-footer__condition-ttl {
  border-bottom: 1px solid #fff;
  font-size: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.l-footer__condition-body {
  font-size: 14px;
  margin-bottom: 25px;
}
.l-footer__contact {
  width: 33.3333333333%;
}
.l-footer__contact-ttl {
  font-family: Arsenal;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 27px;
  margin-bottom: 4px;
  text-align: left;
}
.l-footer__contact-button {
  margin-bottom: 16px;
}
.l-footer__contact-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Arsenal, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.l-footer__contact-link-img {
  height: auto;
  margin-right: 10px;
  width: 20px;
}
.l-footer__contact-link-text {
  color: #fff;
  font-size: 20px;
  position: relative;
}
.l-footer__contact-link-text.large {
  font-size: 24px;
}
.l-footer__contact-link-text.small {
  font-size: 12px;
}
.l-footer__contact-link-text.medium {
  font-size: 14px;
}
.l-footer__contact-hour {
  font-size: 12px;
  padding-left: 2em;
  position: relative;
  top: -0.2em;
}
.l-footer__contact-caution {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 20px;
  text-align: left;
}
.l-footer__links-button:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-footer__links-link {
  color: #fff;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}
.l-footer__copylight {
  font-family: Arsenal, sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 30px;
  text-align: center;
}
.p-page {
  padding-bottom: 80px;
  padding-top: 100px;
}
.p-page__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-page__ttl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.p-page__ttl-main {
  color: #0f6a18;
  font-family: Arsenal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.p-page__ttl-sub {
  font-size: 16px;
}
.p-thanks__ttl {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 80px;
}
.p-thanks__body {
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-thanks__link {
  align-items: center;
  color: #EE9D25;
  display: flex;
  font-weight: 700;
}
.p-thanks__link-img {
  margin-right: 10px;
  padding-top: 0.1em;
  width: 12px;
}
.p-thanks__link-text {
  font-size: 14px;
}
.p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-contact__ttl {
  margin-bottom: 62px;
}
.p-contact__caution {
  margin-bottom: 30px;
}
.p-contact__caution .red {
  color: red;
}
.p-contact dl {
  display: flex;
}
.p-contact dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-contact dl:not(:last-of-type) dt {
  align-items: flex-start;
}
.p-contact dt {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 1em 0;
  width: 22%;
}
.p-contact dt i {
  display: none;
}
.p-contact dt.required:after {
  color: red;
  content: "※";
}
.p-contact dd {
  width: 78%;
}
.p-contact dd .no-copy {
  color: red;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding-top: 11px;
}
.p-contact dd .error_blank {
  color: red;
  display: block;
  font-size: 12px;
}
.p-contact input:not([type="checkbox"]):not([type="button"]),
.p-contact textarea {
  background: #fff;
  border: 1px solid #EE9D25;
  border-radius: 10px;
  width: 100%;
}
.p-contact input:not([type="checkbox"]):not([type="button"]):focus,
.p-contact textarea:focus {
  outline: 1px solid #EE9D25;
}
.p-contact input:not([type="checkbox"]):not([type="button"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  max-width: 500px;
  padding: 0.2em 1em;
}
.p-contact textarea {
  padding: 1em;
}
.p-contact__wish {
  font-size: 18px;
  margin-bottom: 13px;
  text-align: center;
}
.p-contact__wish-tel {
  font-family: Arsenal;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 66px;
  text-align: center;
}
.p-contact__wish-tel-number {
  color: #EE9D25;
}
.p-contact__notice {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1.6em;
}
.p-contact__notice:before {
  color: red;
  content: "※";
}
.p-contact__notice-tel {
  font-family: Arsenal;
  font-style: normal;
  font-weight: 700;
  padding-left: 0.1em;
}
.p-contact #agreement {
  margin-left: auto;
  margin-right: 0;
  margin-top: 45px;
  width: 78%;
}
.p-contact__agreement-box {
  background-color: #fff;
  border-radius: 10px;
  height: 230px;
  margin-bottom: 65px;
  overflow-y: scroll;
  padding: 20px 40px;
}
.p-contact__agreement-box h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.p-contact__agreement-box p {
  font-size: 14px;
  margin-bottom: 30px;
}
.p-contact__agreement-box p .bold {
  font-weight: 700;
}
.p-contact #agree_check {
  margin-bottom: 30px;
  margin-left: 100px;
}
.p-contact #agree_check a {
  color: #EE9D25;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact #agree_check .error_check {
  color: red;
  display: none;
  font-size: 12px;
}
.p-contact input[type="checkbox"] {
  background-color: #fff;
}
.p-contact #form_submit {
  margin-left: 100px;
  max-width: 300px;
}
.p-contact #confirm_field {
  display: none;
}
.p-contact input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 0;
  width: 100%;
}
.p-contact #confirm_submit {
  display: flex;
}
.p-contact #confirm_submit input[type="button"]:first-of-type {
  background: #999;
  border-color: #999;
  margin-right: 10px;
}
.p-contact #confirm_submit input[type="button"]:nth-of-type(2) {
  margin-left: 10px;
}
.p-contact #confirm_field #confirm_window {
  margin-bottom: 60px;
}
.p-contact #confirm_field #confirm_window dl:not(:last-of-type) dd {
  align-items: center;
  border-bottom: 1px solid #EE9D25;
  display: flex;
}
.c-btn,
.p-contact input[type="button"],
.p-nav__item-link {
  align-items: center;
  background-color: #EE9D25;
  border: 2px solid #EE9D25;
  border-radius: 20px 5px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
.c-btn:visited,
.p-contact input[type="button"]:visited,
.p-nav__item-link:visited {
  color: #fff;
}
.c-btn:after,
.p-contact input[type="button"]:after,
.p-nav__item-link:after {
  background-image: url(../image/icon_arrow_white-right.svg);
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}
.c-btn:hover,
.p-contact input[type="button"]:hover,
.p-nav__item-link:hover {
  background-color: #fff;
  color: #EE9D25;
  opacity: 1;
}
.c-btn:hover:after,
.p-contact input[type="button"]:hover:after,
.p-nav__item-link:hover:after {
  background-image: url(../image/icon_arrow_white.svg);
}
.c-btn--white {
  background-color: #fff;
  color: #EE9D25;
  opacity: 1;
}
.c-btn--white:visited {
  color: #EE9D25;
}
.c-btn--white:after {
  background-image: url(../image/icon_arrow_white.svg);
}
.c-btn--white:hover {
  background-color: #EE9D25;
  color: #fff;
}
.c-btn--white:hover:after {
  background-image: url(../image/icon_arrow_white_right.svg);
}
.p-archive__ttl,
.p-nav__list {
  margin-bottom: 60px;
}
.p-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-nav__item {
  margin-bottom: 30px;
  width: 31%;
}
.p-recommend {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-recommend__ttl {
  color: #0f6a18;
  font-family: Noto Sans JP;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.p-recommend__wrapper {
  background-color: #fff;
  border-radius: 80px 10px;
  padding: 58px 100px 80px;
  position: relative;
}
.p-recommend__deco {
  height: 141px;
  position: absolute;
  right: -20px;
  top: -30px;
  width: 138px;
}
.p-recommend__block {
  align-items: flex-start;
  display: flex;
  margin-bottom: 58px;
}
.p-recommend__pic {
  margin-right: 40px;
  padding-top: 30px;
  width: 30%;
}
.p-recommend__copy {
  width: 70%;
}
.p-recommend__name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.p-recommend__text {
  line-height: 1.8;
  margin-bottom: 4px;
}
.p-recommend__dl {
  align-items: center;
  display: flex;
  padding: 5px 0;
  width: 100%;
}
.p-recommend__dl:first-of-type {
  margin-bottom: 10px;
}
.p-recommend__dt {
  font-size: 12px;
  font-weight: 700;
  width: 132px;
}
.p-recommend__dd {
  align-items: center;
  display: flex;
  font-size: 12px;
}
.p-recommend__price {
  font-family: Arsenal;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.p-recommend__color {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  display: inline-block;
  flex: none;
  flex-grow: 0;
  height: 20px;
  margin-right: 8px;
  order: 0;
  width: 20px;
}
.p-recommend__color.black {
  background: #000;
  border: 1px solid #eaeaea;
}
.p-recommend__icon {
  height: 1em;
  margin-right: 0.2em;
  width: auto;
}
.p-recommend__cap {
  margin-right: 1em;
}
.p-recommend__buttons {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.p-recommend__button {
  width: 100%;
}
.p-recommend__button:first-of-type {
  margin-right: 20px;
}
.p-contact input.p-recommend__link[type="button"],
.p-recommend__link.c-btn,
.p-recommend__link.p-nav__item-link {
  padding: 16px 0;
}
.p-servers {
  padding-top: 116px;
}
.p-servers__ttl {
  color: #0f6a18;
  font-family: Noto Sans JP;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 160%;
  margin-bottom: 60px;
}
.p-servers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.p-servers__item {
  margin-bottom: 100px;
  width: 29%;
}
.p-servers__item-pic {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 169px;
}
.p-servers__item-pic.member:before {
  background-image: url(../image/member-price.svg);
  content: "";
  height: 66px;
  left: 0;
  position: absolute;
  top: 0;
  width: 66px;
}
.p-servers__item-ttl {
  color: #031705;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 10px;
  text-align: center;
}
.p-servers__item-dl {
  align-items: center;
  display: flex;
  font-size: 12px;
  padding: 5px 0;
}
.p-servers__item-dt {
  font-weight: 700;
  width: 84px;
}
.p-servers__item-dd {
  align-items: center;
  display: flex;
}
.p-servers__item-price {
  color: #031705;
  font-family: Arsenal;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
}
.p-servers__item-icon {
  height: 1em;
  margin-right: 0.2em;
  width: auto;
}
.p-servers__item-cap {
  margin-right: 0.2em;
}
.p-servers__item-body {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 160%;
  text-align: justify;
}
.p-servers__item-button {
  margin-left: auto;
  margin-right: auto;
}
.p-servers__item-button:first-of-type {
  margin-bottom: 20px;
  margin-top: 20px;
}
.p-servers__item-button.margin {
  margin-bottom: 20px;
  margin-top: 30px;
}
.p-transfer {
  padding-bottom: 90px;
  padding-top: 10px;
}
.p-transfer__ttl {
  color: #0f6a18;
  font-family: Noto Sans JP;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 160%;
  margin-bottom: 60px;
}
.p-flow {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-flow__wrapper {
  background-color: #fff;
  padding: 50px 62px 75px;
}
.p-flow__ttl {
  color: #0f6a18;
  font-family: Noto Sans JP;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 160%;
  margin-bottom: 18px;
}
.p-flow__list {
  counter-reset: li_count;
  list-style: none;
}
.p-flow__item {
  display: flex;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 30px;
}
.p-flow__item,
.p-flow__item:before {
  align-items: center;
  font-style: normal;
  position: relative;
}
.p-flow__item:before {
  background-color: #0f6a18;
  border-radius: 40px;
  color: #fff;
  content: counter(li_count);
  counter-increment: li_count;
  display: inline-block;
  display: flex;
  flex-shrink: 0;
  font-family: Arsenal;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin-right: 14px;
  width: 40px;
  z-index: 2;
}
.p-flow__item:first-of-type:after,
.p-flow__item:nth-of-type(2):after {
  background-color: #0f6a18;
  content: "";
  height: calc(100% + 30px);
  left: 18px;
  position: absolute;
  top: 0;
  width: 3px;
}
.p-flow__item:nth-of-type(3) {
  margin-bottom: 0;
}
.p-flow__item:nth-of-type(4) {
  align-items: flex-start;
  font-size: 12px;
}
.p-flow__item:nth-of-type(4):before {
  background-color: transparent;
  content: "";
}
.p-flow__item:nth-of-type(4) .red {
  color: red;
  display: inline-block;
  padding-right: 0.3em;
}
.p-flow__item a {
  color: #EE9D25;
  font-weight: 700;
  text-decoration: underline;
}
.p-mente {
  padding-bottom: 78px;
  padding-top: 30px;
}
.p-mente__ttl {
  color: #0f6a18;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 160%;
  margin-bottom: 65px;
}
.p-mente__list {
  list-style: none;
}
.p-mente__item {
  display: flex;
}
.p-mente__item:not(:last-of-type) {
  margin-bottom: 70px;
}
.p-mente__item-pic {
  margin-right: 4%;
  width: 45%;
}
.p-mente__item-copy {
  width: 50%;
}
.p-mente__item-ttl {
  align-items: flex-start;
  display: flex;
  margin-bottom: 10px;
}
.p-mente__item-ttl-num {
  color: #0f6a18;
  font-family: Arsenal;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin-right: 0.2em;
}
.p-mente__item-ttl-text {
  color: #031705;
  font-size: 20px;
  font-weight: 400;
}
.p-mente__item-subttl,
.p-mente__item-ttl-text {
  font-family: Noto Sans JP;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 180%;
}
.p-mente__item-subttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
}
.p-mente__item-body {
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 4px;
}
.p-mente__item-cautions {
  list-style: none;
}
.p-mente__item-caution {
  align-items: flex-start;
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
}
.p-mente__item-caution:before {
  color: red;
  content: "※";
  margin-right: 0;
  padding-right: 0;
}
.p-inqcan {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-inqcan__wrapper {
  background-color: #fff;
  padding: 60px 60px 93px;
}
.p-inqcan__ttl {
  font-size: 38px;
  margin-bottom: 30px;
}
.p-inqcan__subttl,
.p-inqcan__ttl {
  color: #0f6a18;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 160%;
}
.p-inqcan__subttl {
  font-size: 32px;
  margin-bottom: 20px;
}
.p-inqcan__body {
  letter-spacing: 0.1em;
  line-height: 180%;
}
.p-inqcan__list {
  counter-reset: li_count;
}
.p-inqcan__item {
  align-items: flex-start;
  display: flex;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 30px;
  position: relative;
}
.p-inqcan__item:before {
  align-items: center;
  background-color: #0f6a18;
  border-radius: 40px;
  color: #fff;
  content: counter(li_count);
  counter-increment: li_count;
  display: inline-block;
  display: flex;
  flex-shrink: 0;
  font-family: Arsenal;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 140%;
  margin-right: 14px;
  width: 40px;
  z-index: 2;
}
.p-inqcan__item:first-of-type:after,
.p-inqcan__item:nth-of-type(2):after {
  background-color: #0f6a18;
  content: "";
  height: calc(100% + 30px);
  left: 18px;
  position: absolute;
  top: 0;
  width: 3px;
}
.p-inqcan__item small {
  font-size: 12px;
}
.p-inqcan__item .red {
  color: red;
  display: inline-block;
  padding-right: 0.3em;
}
.p-about {
  padding-bottom: 200px;
  padding-top: 100px;
}
.p-about__ttl {
  margin-bottom: 120px;
}
.p-about__wrapper {
  padding-bottom: 153px;
  padding-top: 128px;
  position: relative;
}
.p-about__wrapper:before {
  background-image: url(../image/about_bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-about__deco01 {
  left: 0;
  position: absolute;
  top: 0;
  width: 290px;
}
.p-about__deco02 {
  bottom: -150px;
  position: absolute;
  right: -50px;
  width: 313px;
}
.p-about__subttl {
  font-size: 60px;
  font-weight: 300;
  line-height: 160%;
}
.p-about__subttl,
.p-about__text {
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-align: center;
}
.p-about__text {
  font-size: 18px;
  line-height: 180%;
}
.p-company__pic,
.p-company__ttl {
  margin-bottom: 60px;
}
.p-company__subttl {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: left;
}
.p-company__greeting-ttl {
  color: #0f6a18;
  font-size: 34px;
  font-weight: 300;
  line-height: 61px;
}
.p-company__greeting-body,
.p-company__greeting-ttl {
  font-family: Noto Sans JP;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: left;
}
.p-company__greeting-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.p-company__greeting-dir {
  align-items: center;
  display: flex;
  margin-bottom: 120px;
}
.p-company__greeting-pic {
  height: 141.4px;
  margin-right: 30px;
  width: 140px;
}
.p-company__greeting-name {
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.p-company__greeting-name,
.p-company__text {
  font-family: Noto Sans JP;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.p-company__text {
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 40px;
  text-align: justified;
}
.p-company__text a {
  color: #EE9D25;
  font-weight: 700;
  text-decoration: underline;
}
.p-medicals__ttl {
  margin-bottom: 60px;
}
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
.p-item {
  padding-bottom: 100px;
  padding-top: 100px;
}
.p-item__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-item__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 124px;
}
.p-item__pics {
  width: 44%;
}
.p-item__pic {
  margin-bottom: 36px;
}
.p-item__info {
  width: 49%;
}
.p-item__gallery {
  display: flex;
  justify-content: space-between;
}
.p-item__gallery-img {
  width: 20%;
}
.p-item__info-ttl {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 34px;
}
.p-item__info-dl {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.p-item__info-dt {
  font-size: 12px;
  font-weight: 700;
  width: 30%;
}
.p-item__info-dd {
  font-size: 12px;
  width: 70%;
}
.p-item__info-dd .price {
  font-family: Arsenal;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
}
.p-item__info-dd .price-member {
  font-family: Arsenal;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: left;
}
.p-item__info-dd .red {
  color: #EE9D25;
}
.p-item__info-dd.margin {
  margin-top: -10px;
}
.p-item input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #EE9D25;
  border-radius: 10px;
  height: 40px;
  width: 100%;
}
.p-item input[type="number"]:focus {
  outline: 1px solid #EE9D25;
}
.p-item__button {
  margin-bottom: 42px;
  margin-top: 30px;
}
.p-contact .p-item__button input[type="button"],
.p-item__button .c-btn,
.p-item__button .p-contact input[type="button"],
.p-item__button .p-nav__item-link {
  max-width: 100%;
}
.p-item__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.p-item__link {
  color: #EE9D25;
  margin-bottom: 10px;
  text-decoration: underline;
}
.p-item__detail-navs {
  border-bottom: 2px solid #EE9D25;
  display: flex;
}
.p-item__detail-nav {
  align-items: center;
  border: 2px solid #EE9D25;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #EE9D25;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-right: 10px;
  padding: 16px 10px;
  width: 250px;
}
.p-item__detail-nav.current {
  position: relative;
}
.p-item__detail-nav.current:before {
  background-color: #f5f3eb;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-item__detail-block {
  display: none;
  padding: 80px 0;
}
.p-item__detail-block.current {
  display: block;
}
.p-item__detail-block .column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-item__detail-block .column .item {
  width: 47%;
}
.p-item__detail-block .full {
  margin-bottom: 50px;
}
.p-item__detail-block .full .item {
  width: 100%;
}
.p-item__detail-block .center {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.p-item__detail-block .center .item {
  width: 47%;
}
.p-item__detail-block h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 11px;
}
.p-item__detail-block h3,
.p-item__detail-block p {
  font-family: Noto Sans JP;
  letter-spacing: 0.1em;
  text-align: left;
}
.p-item__detail-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.p-item__detail-block dl {
  border-bottom: 1px solid silver;
  display: flex;
  padding: 20px 0;
}
.p-item__detail-block dl:first-of-type {
  border-top: 1px solid silver;
}
.p-item__detail-block dt {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 30px;
  width: 100px;
}
.p-law__ttl {
  margin-bottom: 60px;
}
.p-law__privacy .p-law__block {
  margin-bottom: 40px;
}
.p-law__privacy .p-law__block dl {
  display: flex;
  margin-bottom: 5px;
}
.p-law__privacy .p-law__block dt {
  font-weight: 700;
  width: 150px;
}
.p-law__privacy .p-law__block dd a {
  color: #EE9D25;
  font-family: Arsenal;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.p-law__privacy .p-law__block h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  margin-bottom: 8px;
  text-align: left;
}
.p-law__privacy .p-law__block p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 26px;
  margin-bottom: 8px;
  text-align: justified;
}
.p-law__privacy .p-law__block ul {
  padding-left: 1.2em;
}
.p-law__privacy .p-law__block ol {
  counter-reset: number 0;
  list-style: none;
  padding-left: 2em;
}
.p-law__privacy .p-law__block ol li {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 26px;
  margin-bottom: 8px;
  text-align: justified;
  text-indent: -2em;
}
.p-law__privacy .p-law__block ol li:before {
  content: counter(number) "、";
  counter-increment: number 1;
}
.p-law__privacy .p-law__block ol li ol {
  counter-reset: number2 0;
  list-style: none;
  padding-left: 1.8em;
}
.p-law__privacy .p-law__block ol li ol li {
  margin-bottom: 8px;
  text-indent: -2.8em;
}
.p-law__privacy .p-law__block ol li ol li:before {
  content: "（" counter(number2) "）";
  counter-increment: number2 1;
}
.p-law__privacy .p-law__block ol p {
  display: inline-block;
  margin-bottom: 8px;
  text-indent: 0;
}
.p-law__content .mb40 {
  margin-bottom: 40px;
}
.p-law__content ul {
  margin-top: 8px;
  padding-left: 1.4em;
}
.p-law__content li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: justified;
}
.p-law__content h2 {
  color: #0f6a18;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 45px;
}
.p-law__content h3 {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: left;
}
.p-law__content a {
  color: #EE9D25;
  font-weight: 700;
  text-decoration: underline;
}
.p-law__content dl {
  display: flex;
  margin-bottom: 5px;
  margin-top: 8px;
}
.p-law__content dt {
  font-size: 14px;
  font-weight: 700;
  width: 160px;
}
.p-law__content .u-notice {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 8px;
  text-align: left;
}
.p-law__content .u-notice:before {
  color: red;
  content: "※";
}
.p-law__content p {
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 29px;
  margin-bottom: 40px;
  text-align: justified;
}
.p-single-news__ttl {
  margin-bottom: 60px;
}
.p-single-news__content-ttl {
  color: #0f6a18;
  font-family: Noto Sans JP;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 51px;
  margin-bottom: 10px;
  text-align: left;
}
.p-single-news__content-time {
  font-family: Arsenal;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 21px;
  margin-bottom: 43px;
  text-align: left;
}
.p-single-news__content-pic {
  margin-bottom: 40px;
}
.p-single-news__content-body h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.p-single-news__content-body p {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 29px;
  margin-bottom: 30px;
  text-align: justified;
}
.l-float-pc {
  display: flex;
  justify-content: flex-end;
  left: auto;
  list-style: none;
  position: fixed;
  right: calc(50% - 640px);
  top: 0;
  width: 100%;
  z-index: 99999;
}
.l-float-pc__item {
  background-color: #EE9D25;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 10px;
}
.l-float-pc__item:last-of-type {
  background-color: #0f6a18;
}
.l-float-pc__link {
  align-items: center;
  display: flex;
  padding: 13px 10px;
}
.l-float-pc__link:hover {
  text-decoration: none;
}
.l-float-pc__link:hover .l-float-pc__text {
  color: #fff;
}
.l-float-pc__img {
  margin-right: 6px;
  width: 18px;
}
.l-float-pc__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.l-header__login,
.l-header__right {
  align-items: center;
  display: flex;
}
.l-header__login {
  background-color: #EE9D25;
  border-radius: 100px;
  margin-right: 10px;
  padding: 5px 11px;
}
.l-header__login-img {
  margin-right: 5px;
  width: 18px;
}
.l-header__login-text {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
  .u-hidden-sp {
    display: none;
  }
  .u-hidden-pc {
    display: inline;
  }
  body {
    min-width: 0;
  }
  .l-aside,
  .l-float,
  .l-header {
    display: block;
  }
  .l-aside {
    overflow-y: scroll;
    padding-bottom: 80px;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
  }
  .l-aside.is-open {
    visibility: visible;
  }
  .l-aside__close {
    display: block;
  }
  .l-main,
  main {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }
  .l-body:not(.front-page) main .l-body:not(.front-page) .l-main {
    background-image: url(../image/page_back_sp.svg);
  }
  .p-slider:before {
    height: 89%;
    left: 50%;
    position: absolute;
    top: 54%;
  }
  .p-slider__item-button {
    bottom: -15px;
    right: 19px;
  }
  .p-slider__item-link {
    font-size: 12px;
    height: 50px;
    width: 50px;
  }
  .p-campaign__ttl {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 42px;
  }
  .p-campaign__ttl-main {
    font-family: Arsenal;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 36px;
    margin-right: 0;
    text-align: left;
  }
  .p-campaign__ttl-sub {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: left;
  }
  .p-campaign__list {
    padding-left: 20px;
  }
  .p-campaign__item {
    margin-right: 20px;
    width: 250px;
  }
  .p-news__deco {
    bottom: auto;
    left: auto;
    right: -30px;
    top: -20px;
    width: 250px;
  }
  .p-news__wrapper {
    flex-direction: column;
  }
  .p-news__ttl {
    margin-bottom: 20px;
  }
  .p-news__ttl-main {
    font-family: Arsenal;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 36px;
    text-align: left;
  }
  .p-news__item,
  .p-news__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .p-news__item {
    margin-right: 0;
    padding: 18px;
  }
  .p-news__item-pic {
    width: 28%;
  }
  .p-news__item-copy {
    width: 67%;
  }
  .p-service {
    padding-bottom: 190px;
  }
  .p-service__item {
    background-image: none;
    height: 430px;
    position: relative;
    width: auto;
  }
  .p-service__item:after {
    background-image: url(../image/service__item_bg.svg);
    background-size: contain;
    content: "";
    height: 430px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 420px;
    z-index: -1;
  }
  .p-service__item:first-of-type:before {
    background-image: url(../image/service_line01_sp.svg);
    background-repeat: no-repeat;
    right: -70px;
  }
  .p-service__item:nth-of-type(2) {
    margin: 100px 0 0;
  }
  .p-service__item:nth-of-type(2):before {
    background-image: url(../image/service_line02_sp.svg);
    background-repeat: no-repeat;
    left: 400px;
    position: absolute;
    top: -250px;
  }
  .p-service__item:nth-of-type(3) {
    height: 436px;
    margin: 100px 0 0;
    padding-top: 60px;
    width: auto;
  }
  .p-service__item:nth-of-type(3):before {
    background-image: url(../image/service_line03_sp.svg);
    right: 0;
  }
  .p-service__item:nth-of-type(3) .p-service__item-button {
    margin-top: 20px;
  }
  .p-service__item-pic {
    margin-bottom: 15px;
  }
  .p-service__item-ttl {
    margin-bottom: 16px;
  }
  .p-service__item-ttl-sub {
    margin-bottom: 0;
  }
  .p-service__item-subttl {
    font-size: 26px;
  }
  .p-service__item-text {
    font-size: 14px;
  }
  .p-service__item-button {
    font-size: 12px;
    height: 50px;
    width: 50px;
  }
  .p-service__item-deco01 {
    bottom: -46px;
    width: 90px;
  }
  .p-service__item-deco02 {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 130px;
  }
  .p-service__item-deco03 {
    bottom: -51px;
    position: absolute;
    right: -21px;
    -webkit-transform: translate(20%, 30%);
    transform: translate(20%, 30%);
    width: 170px;
  }
  .l-footer__wrapper {
    flex-direction: column;
  }
  .l-footer__condition {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .l-footer__contact {
    width: 100%;
  }
  .l-footer__contact-caution {
    margin-bottom: 30px;
  }
  .l-footer__links {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer__links-button:not(:last-of-type) {
    margin-right: 10px;
  }
  .l-footer__links-link {
    font-size: 12px;
  }
  .p-page {
    padding-top: 40px;
  }
  .p-page__ttl-main {
    font-family: Arsenal;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 34px;
  }
  .p-page__ttl-sub {
    line-height: 18px;
    text-align: center;
  }
  .p-contact__caution,
  .p-page__ttl-sub {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .p-contact__caution {
    line-height: 22px;
    text-align: left;
  }
  .p-contact dl:not(:last-of-type) {
    margin-bottom: 0;
  }
  .p-contact dl {
    flex-direction: column;
  }
  .p-contact dt {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  .p-contact dd {
    margin-bottom: 28px;
    padding: 0;
    width: 100%;
  }
  .p-contact__wish {
    font-size: 16px;
    text-align: left;
  }
  .p-contact__wish-tel {
    text-align: left;
  }
  .p-contact__notice-tel {
    margin-top: 5px;
    padding-left: 12px;
  }
  .p-contact #agreement {
    width: 100%;
  }
  .p-contact__agreement-box {
    padding: 40px 20px;
  }
  .p-contact #agree_check {
    margin-left: 0;
    text-align: center;
  }
  .p-contact #form_submit {
    margin-left: auto;
    margin-right: auto;
  }
  .p-contact #confirm_submit {
    flex-direction: column-reverse;
  }
  .p-contact #confirm_submit input[type="button"]:first-of-type {
    margin-right: 0;
  }
  .p-contact #confirm_submit input[type="button"]:nth-of-type(2) {
    margin-bottom: 25px;
    margin-left: 0;
  }
  .p-contact #confirm_field #confirm_window dl:not(:last-of-type) dd {
    padding-bottom: 0.4em;
  }
  .c-btn,
  .p-contact input[type="button"],
  .p-nav__item-link {
    border-radius: 15px 5px;
    font-size: 12px;
    padding: 16px 0;
  }
  .c-btn:after,
  .p-contact input[type="button"]:after,
  .p-nav__item-link:after {
    right: 3px;
  }
  .p-archive__ttl {
    margin-bottom: 46px;
  }
  .p-nav__item {
    margin-bottom: 22px;
    text-align: center;
    width: 48%;
  }
  .p-nav__item-link {
    padding: 10px 0;
  }
  .p-recommend__ttl {
    font-size: 28px;
  }
  .p-recommend__wrapper {
    border-radius: 60px 10px;
    padding: 24px 22px 78px;
  }
  .p-recommend__deco {
    height: 121px;
    right: -10px;
    top: -38px;
    width: 118px;
  }
  .p-recommend__block {
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .p-recommend__pic {
    margin-bottom: 30px;
    margin-right: 0;
    width: 56%;
  }
  .p-recommend__copy {
    width: 100%;
  }
  .p-recommend__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
  }
  .p-recommend__name,
  .p-recommend__text {
    font-family: Noto Sans JP;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .p-recommend__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .p-recommend__dl:not(:first-of-type) {
    display: block;
  }
  .p-recommend__dl:not(:first-of-type) .p-recommend__dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .p-recommend__dl:not(:first-of-type) .p-recommend__dd {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-recommend__cap {
    margin-right: 2em;
  }
  .p-recommend__buttons {
    flex-direction: column;
  }
  .p-recommend__button:first-of-type {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .p-servers {
    padding-top: 96px;
  }
  .p-servers__ttl {
    font-size: 28px;
  }
  .p-servers__list {
    flex-direction: column;
  }
  .p-servers__item {
    margin-bottom: 78px;
    width: 100%;
  }
  .p-servers__item-pic {
    width: 153px;
  }
  .p-servers__item-ttl {
    font-family: Noto Sans JP;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
  }
  .p-servers__item-dl {
    justify-content: space-between;
  }
  .p-servers__item-price {
    font-size: 44px;
    font-weight: 700;
    line-height: 66px;
    text-align: left;
  }
  .p-servers__item-button:first-of-type {
    margin-bottom: 12px;
    margin-top: 38px;
  }
  .p-transfer {
    padding-bottom: 67px;
  }
  .p-transfer__ttl {
    font-family: Noto Sans JP;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 42px;
    margin-bottom: 44px;
    text-align: left;
  }
  .p-flow__wrapper {
    padding: 60px 20px;
  }
  .p-flow__ttl {
    font-size: 28px;
  }
  .p-flow__item {
    align-items: flex-start;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-align: left;
  }
  .p-flow__item:last-of-type {
    margin-bottom: 0;
  }
  .p-flow__item:before {
    height: 30px;
    width: 30px;
  }
  .p-flow__item:first-of-type:after,
  .p-flow__item:nth-of-type(2):after {
    left: 14px;
  }
  .p-mente__ttl {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .p-mente__item {
    flex-direction: column;
  }
  .p-mente__item-pic {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  .p-mente__item-copy {
    width: 100%;
  }
  .p-mente__item-subttl {
    font-size: 17px;
  }
  .p-inqcan__wrapper {
    padding: 60px 20px;
  }
  .p-inqcan__ttl {
    font-size: 28px;
  }
  .p-inqcan__subttl {
    font-size: 22px;
  }
  .p-about__wrapper:before {
    width: 250%;
  }
  .p-about__deco01 {
    left: -100px;
  }
  .p-about__deco02 {
    bottom: 0;
    position: absolute;
    right: -30px;
    width: 150px;
  }
  .p-about__subttl {
    font-size: 40px;
  }
  .p-about__text {
    font-size: 16px;
  }
  .p-company__greeting-ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-company__greeting-dir {
    margin-bottom: 100px;
  }
  .p-company__greeting-pic {
    margin-right: 20px;
  }
  .p-item {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-item__wrapper {
    flex-direction: column;
  }
  .p-item__pics {
    margin-bottom: 30px;
    width: 100%;
  }
  .p-item__info {
    width: 100%;
  }
  .p-item__info-ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .p-item__detail-nav {
    font-size: 12px;
    padding: 10px 5px;
    text-align: center;
  }
  .p-item__detail-block .column {
    flex-direction: column;
  }
  .p-item__detail-block .column .item {
    width: 100%;
  }
  .p-item__detail-block .column .item:not(:last-of-type),
  .p-item__detail-block .full .item:not(:last-of-type) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .p-item__detail-block .center .item {
    width: 100%;
  }
  .p-law__privacy .p-law__block dl {
    display: block;
  }
  .p-law__privacy .p-law__block dt {
    width: auto;
  }
  .p-law__privacy .p-law__block dd {
    margin-bottom: 14px;
  }
  .p-law__content h2 {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: left;
  }
  .p-law__content h3 {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 25px;
    margin-bottom: 8px;
    text-align: left;
  }
  .p-law__content dl {
    display: block;
  }
  .p-law__content dt {
    margin-bottom: 5px;
  }
  .p-law__content dd {
    font-size: 13px;
  }
  .p-law__content p {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 26px;
    margin-bottom: 26px;
    text-align: justified;
  }
  .p-single-news__ttl {
    margin-bottom: 30px;
  }
  .p-single-news__content-ttl {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-single-news__content-body p {
    font-size: 14px;
    line-height: 1.8;
  }
  .l-float-pc {
    display: none;
  }
}