@charset "UTF-8";

/*==================
mixin.scss
====================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================
base.scss
====================*/
:root {
  scroll-padding: 137px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1199px) {
  :root {
    scroll-padding: 60px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS Pゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  overflow: hidden;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  color: #018C55;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.l-footer__top {
  padding: 50px 0;
  background: #F3F3F3;
}

.l-footer__top__wrap {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__wrap {
    flex-direction: column;
    gap: 40px;
  }
}

.l-footer__top__contact {
  flex: 1;
}

.l-footer__top__contact .c-topSec_ttl {
  margin-bottom: 30px;
}

.l-footer__top__contact__tel {
  margin-top: 20px;
  margin-bottom: 30px;
}

.l-footer__top__contact__tel a {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color: #018C55;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__contact__tel a {
    font-size: 3rem;
  }
}

.l-footer__top__contact__tel a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/common/phone.svg) no-repeat center center/contain;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__contact__tel a::before {
    width: 36px;
    height: 36px;
  }
}

.l-footer__top__nav {
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__nav {
    width: 100%;
  }
}

.l-footer__top__nav_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__nav_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__nav_list li {
    width: 47%;
  }
}

.l-footer__top__nav_list li a {
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .l-footer__top__nav_list li a::before {
    content: "  ●";
    font-weight: bold;
    font-size: 0.8rem;
    color: #018C55;
    margin-right: 8px;
  }
}

.l-footer__bottom {
  padding: 30px 0;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 1199px) {
  .l-footer__bottom {
    padding: 20px 0;
  }
}

.l-footer__bottom__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 1199px) {
  .l-footer__bottom__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.l-footer__bottom__copy {
  font-size: 1.2rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1200px) {
  .l-header {
    height: 137px;
  }

  .l-header__inner {
    width: 90%;
    max-width: 1000px;
    margin-inline: auto;
  }
}

.l-header__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

@media only screen and (max-width: 1199px) {
  .l-header__wrap {
    height: 60px;
    width: 100%;
    padding: 0 15px;
  }
}

.l-header__logo {
  width: 180px;
}

@media only screen and (max-width: 1199px) {
  .l-header__logo {
    width: 140px;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__info {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width: 1199px) {
  .l-header__info {
    position: absolute;
    right: 60px;
    gap: 10px;
  }
}

.l-header__info__tel a {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #018C55;
}

@media only screen and (max-width: 1199px) {
  .l-header__info__tel a span {
    display: none;
  }
}

.l-header__info__tel a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/common/phone.svg) no-repeat center center/contain;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  .l-header__info__tel a::before {
    width: 36px;
    height: 36px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__info__contact a {
    padding: 10px 15px;
    line-height: 1;
    font-size: 2.8rem;
  }

  .l-header__info__contact a::before {
    content: "\f0e0";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    display: inline-block;
  }

  .l-header__info__contact a span {
    display: none;
  }
}

.l-header__overlay {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .l-header__overlay {
    display: block;
    position: fixed;
    top: 60px;
    /* ヘッダーの高さ分下げる */
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: -1;
  }

  .l-header__overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.l-header__ham {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .l-header__ham {
    display: block;
  }
}

.l-header__ham span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #018C55;
  transition: all 0.3s;
}

.l-header__ham span:nth-child(1) {
  top: 0;
}

.l-header__ham span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-header__ham span:nth-child(3) {
  bottom: 0;
}

.l-header__ham.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header__ham.is-active span:nth-child(2) {
  opacity: 0;
}

.l-header__ham.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media only screen and (max-width: 1199px) {
  .l-header__nav {
    position: fixed;
    right: -100%;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0 3%;
    transition: right 0.3s;
  }

  .l-header__nav.is-active {
    right: 0;
  }
}

.l-header__nav__list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .l-header__nav__list {
    flex-direction: column;
  }
}

.l-header__nav__item a {
  display: block;
  padding: 20px 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .l-header__nav__item a {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__nav__item {
    width: 100%;
  }

  .l-header__nav__item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}

.l-mainCont {
  padding: 90px 0;
}

@media only screen and (max-width: 1199px) {
  .l-mainCont {
    padding: 60px 0;
  }
}

.l-inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}

@media only screen and (max-width: 1199px) {
  .l-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.l-inner--small {
  width: 90%;
  max-width: 880px;
  margin-inline: auto;
}

@media only screen and (max-width: 1199px) {
  .l-inner--small {
    width: 100%;
    padding: 0 5%;
  }
}

.l-secCont {
  position: relative;
}

.l-secCont+.l-secCont {
  padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont+.l-secCont {
    padding-top: 60px;
  }
}

.l-secCont--bg_lightmain {
  background-color: #EDFFF6;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont--bg_lightmain {
    padding-bottom: 60px;
  }
}

.l-secCont--bg_lightsub {
  background-color: #F8F8EB;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont--bg_lightsub {
    padding-bottom: 60px;
  }
}

.l-secCont--bg_grid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F3F3F3 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F3F3F3 calc(100% - 1px));
  background-size: 16px 16px;
  background-position: center center;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont--bg_grid {
    padding-bottom: 60px;
  }
}

.l-secCont__box+.l-secCont__box {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont__box+.l-secCont__box {
    margin-top: 40px;
  }
}

/*----------------------------------------
タイトル
----------------------------------------*/
.c-topSec_ttl {
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-topSec_ttl {
    margin-bottom: 20px;
  }
}

.c-topSec_ttl__en {
  display: flex;
  align-items: center;
  color: #018C55;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .c-topSec_ttl__en {
    font-size: 3rem;
  }
}

.c-topSec_ttl__en::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .c-topSec_ttl__en::before {
    width: 40px;
    height: 21px;
    margin-top: 5px;
  }
}

.c-topSec_ttl__en.center {
  justify-content: center;
}

.c-topSec_ttl__sub {
  display: block;
  color: #018C55;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 1199px) {
  .c-topSec_ttl__sub {
    font-size: 1.5rem;
    margin-left: 50px;
  }
}

.c-page_ttl {
  background: linear-gradient(180deg, #04AD6A 0%, #65C49E 100%);
  padding: 100px 0;
  margin-top: 137px;
}

@media only screen and (max-width: 1199px) {
  .c-page_ttl {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.c-page_ttl__inner {
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

.c-page_ttl__inner::before {
  content: "";
  display: block;
  background-image: url(../images/common/ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 51px;
  height: 30px;
  margin-inline: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-page_ttl__inner::before {
    width: 40px;
    height: 21px;
  }
}

.c-page_ttl__en {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .c-page_ttl__en {
    font-size: 3rem;
  }
}

.c-page_ttl__jp {
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .c-page_ttl__jp {
    font-size: 1.6rem;
  }
}

.c-sec_ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .c-sec_ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.c-sec_ttl__line {
  padding-bottom: 20px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(255, 204, 1) 0%, rgb(1, 140, 85) 100%) 1;
  border-image: linear-gradient(90deg, rgb(255, 204, 1) 0%, rgb(1, 140, 85) 100%) 1;
}

.c-sec_ttl__double {
  display: flex;
  align-items: center;
  gap: 1em;
}

.c-sec_ttl__double__line {
  flex: 1;
  height: 6px;
  position: relative;
}

.c-sec_ttl__double__line::before,
.c-sec_ttl__double__line::after {
  content: "";
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}

.c-sec_ttl__double__line::before {
  top: 0;
}

.c-sec_ttl__double__line::after {
  bottom: 0;
}

.c-sec_ttl__double__line.white::before,
.c-sec_ttl__double__line.white::after {
  background-color: #fff;
}

.c-ttl_S {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl_S {
    font-size: 1.8rem;
  }
}

.c-ttl_M {
  position: relative;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl_M {
    font-size: 2.3rem;
  }
}

.c-ttl_L {
  position: relative;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl_L {
    font-size: 3.2rem;
  }
}

.c-ttl_bd {
  position: relative;
  padding-left: 0.86em;
  line-height: 1.6;
}

.c-ttl_bd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 0.36em;
  height: 92%;
  background: #FFCC01;
}

.c-ttl_bd__main::before {
  background: #018C55;
}

.c-ttl_bd02 {
  position: relative;
  text-align: center;
}

.c-ttl_bd02::before {
  content: "";
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 2.5em;
  height: 1px;
  background: #202020;
  margin-right: 1em;
}

.c-ttl_bd02::after {
  content: "";
  position: relative;
  top: 50%;
  display: inline-block;
  width: 2.5em;
  height: 1px;
  background: #202020;
  margin-left: 1em;
}

.c-ttl_sq::before {
  content: "■";
  font-size: 1.1em;
  color: #018C55;
  margin-right: 0.5em;
}

/*----------------------------------------
パンくずリスト
----------------------------------------*/
.c-breadcrumbs {
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}

.c-breadcrumbs__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.c-breadcrumbs__list li {
  color: #666;
}

.c-breadcrumbs__list li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 1.4rem;
  margin: 0 1em;
}

/*----------------------------------------
言語切り替え
----------------------------------------*/
.c-lang {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  background: #018C55;
  border-radius: 10px;
  margin-left: auto;
  margin-bottom: 60px;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .c-lang {
    margin-bottom: 40px;
  }
}

.c-lang a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 6em;
  padding: 5px 0;
}

.c-lang a:hover {
  color: #202020;
}

.c-lang__inner {
  display: flex;
  position: relative;
}

.c-lang__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 6em;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.c-lang__inner:has(.en:hover)::before {
  left: 50%;
}

/*----------------------------------------
リスト
----------------------------------------*/
.c-list li {
  position: relative;
  padding-left: 1em;
}

.c-list li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background: #018C55;
}

.c-list__num li {
  list-style-type: decimal;
  margin-left: 1em;
}

/*----------------------------------------
リンクボタン
----------------------------------------*/
.c-ctabtn {
  display: inline-block;
  padding: 12px 30px;
  background: #FFCC01;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
}

.c-ctabtn:hover {
  background-color: #018C55;
  color: #fff;
}

.c-linkbtn {
  position: relative;
  z-index: 10;
}

.c-linkbtn a {
  position: relative;
  display: inline-block;
  min-width: 204px;
  background-color: #fff;
  border: 2px solid #018C55;
  border-radius: 100px;
  color: #018C55;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  padding: 10px calc(48px + 1em) 10px 20px;
}

.c-linkbtn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #018C55;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.c-linkbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2010%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.6.3c.2-.2.4-.3.6-.3s.5%2C0%2C.6.3l3.9%2C4.1c.2.2.3.4.3.6s0%2C.5-.3.6l-3.9%2C4.1c-.2.2-.4.3-.6.3-.2%2C0-.4%2C0-.6-.3-.2-.2-.3-.4-.3-.6%2C0-.2%2C0-.5.2-.6l2.4-2.5H.9c-.2%2C0-.5%2C0-.6-.3C0%2C5.5%2C0%2C5.2%2C0%2C5s0-.5.3-.6c.2-.2.4-.3.6-.3h12.1s-2.4-2.5-2.4-2.5c-.2-.2-.3-.4-.3-.6s0-.5.3-.6Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  transition: background-image 0.3s ease;
}

.c-linkbtn a:hover {
  background-color: #018C55;
  color: #fff;
}

.c-linkbtn a:hover::before {
  background: #fff;
}

.c-linkbtn a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2010%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23018c55%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.6.3c.2-.2.4-.3.6-.3s.5%2C0%2C.6.3l3.9%2C4.1c.2.2.3.4.3.6s0%2C.5-.3.6l-3.9%2C4.1c-.2.2-.4.3-.6.3-.2%2C0-.4%2C0-.6-.3-.2-.2-.3-.4-.3-.6%2C0-.2%2C0-.5.2-.6l2.4-2.5H.9c-.2%2C0-.5%2C0-.6-.3C0%2C5.5%2C0%2C5.2%2C0%2C5s0-.5.3-.6c.2-.2.4-.3.6-.3h12.1s-2.4-2.5-2.4-2.5c-.2-.2-.3-.4-.3-.6s0-.5.3-.6Z%22%2F%3E%3C%2Fsvg%3E");
}

/*----------------------------------------
flexbox
----------------------------------------*/
.c-flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .c-flexBox {
    flex-direction: column;
  }

  .c-flexBox>.c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }

  .c-flexBox>.c-flexBox__spc:nth-child(1) {
    margin-top: 0;
  }
}

.c-flexBox__spc {
  width: 100%;
}

.c-flexBox__spc--img {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .c-flexBox__spc--img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox__spc--img:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio1-9>.c-flexBox__spc:nth-child(1) {
    width: 10%;
  }

  .c-flexBox--ratio1-9>.c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio2-8>.c-flexBox__spc:nth-child(1) {
    width: 18%;
  }

  .c-flexBox--ratio2-8>.c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio3-7>.c-flexBox__spc:nth-child(1) {
    width: 28%;
  }

  .c-flexBox--ratio3-7>.c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio4-6>.c-flexBox__spc:nth-child(1) {
    width: 38%;
  }

  .c-flexBox--ratio4-6>.c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio5-5>.c-flexBox__spc:nth-child(1) {
    width: 48%;
  }

  .c-flexBox--ratio5-5>.c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--rev {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox--rev {
    flex-direction: column-reverse;
  }

  .c-flexBox--rev>.c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }

  .c-flexBox--rev>.c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--rev--pc {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox--rev--sp {
    flex-direction: column-reverse;
  }

  .c-flexBox--rev--sp>.c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }

  .c-flexBox--rev--sp>.c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: flex;
  flex-wrap: wrap;
}

.c-col__item {
  position: relative;
}

.c-col__item figure img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-col__item {
    width: 100%;
  }

  .c-col__item:nth-child(n+2) {
    margin-top: 2%;
  }

  .c-col__item p {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1199px) {
  .c-col--sp--item2>.c-col__item {
    width: 49%;
    margin-left: 2%;
  }

  .c-col--sp--item2>.c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .c-col--sp--item2>.c-col__item:nth-child(n+2) {
    margin-top: 0;
  }

  .c-col--sp--item2>.c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }

  .c-col--sp--item3>.c-col__item {
    width: 32%;
    margin-left: 2%;
  }

  .c-col--sp--item3>.c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-col--sp--item3>.c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }

  .c-col--sp--item3>.c-col__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-col>.c-col__item+.c-col__item {
    margin-left: 2%;
  }

  .c-col--item2>.c-col__item {
    width: 49%;
  }

  .c-col--item2>.c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .c-col--item2>.c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }

  .c-col--item3>.c-col__item {
    width: 32%;
  }

  .c-col--item3>.c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-col--item3>.c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }

  .c-col--item4>.c-col__item {
    width: 23.5%;
  }

  .c-col--item4>.c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .c-col--item4>.c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }

  .c-col--item5>.c-col__item {
    width: 18.4%;
  }

  .c-col--item5>.c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }

  .c-col--item5>.c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }

  .c-col--item6>.c-col__item {
    width: 15%;
  }

  .c-col--item6>.c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }

  .c-col--item6>.c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/*----------------------------------------
テーブル
----------------------------------------*/
.c-dlstyle dl {
  display: flex;
  flex-wrap: nowrap;
  border-top: 1px solid #A0D5BA;
}

@media only screen and (max-width: 768px) {
  .c-dlstyle dl {
    flex-direction: column;
  }
}

.c-dlstyle dl:last-child {
  border-bottom: 1px solid #A0D5BA;
}

.c-dlstyle dl dt {
  width: 20%;
  background-color: #EDFFF6;
  color: #018C55;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
}

@media only screen and (max-width: 768px) {
  .c-dlstyle dl dt {
    width: 100%;
    border-bottom: 1px solid #A0D5BA;
    padding: 10px 15px;
  }
}

.c-dlstyle dl dd {
  flex: 1;
  background-color: #fff;
  color: #202020;
  padding: 15px 20px;
}

@media only screen and (max-width: 768px) {
  .c-dlstyle dl dd {
    width: 100%;
    padding: 10px 15px;
  }
}

/*----------------------------------------
SPで横スクロール
----------------------------------------*/
.c-sp-scroll {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-sp-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-sp-scroll img {
    width: 600px;
    max-width: none;
    height: auto;
    display: block;
  }

  .c-sp-scroll {
    /* 中の要素が親幅に潰されるのを防ぐ */
  }

  .c-sp-scroll>* {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .c-sp-scroll::before {
    content: "※横にスクロールできます";
    display: block;
    color: #AEAEAE;
    margin-block: 10px;
  }
}

/*=============================================*/
/* project */
/*=============================================*/
/*=============================================*/
/* TOPページ */
/*=============================================*/
/***************************************/
/* 共通 */
/***************************************/
.p-top_lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .p-top_lead {
    font-size: 2.1rem;
    text-align: left;
  }
}

/***************************************/
/* FV */
/***************************************/
.p-fv {
  position: relative;
  height: calc(100vh - 137px);
  background: url(../images/top/fv.webp) no-repeat center bottom/cover;
  margin-top: 137px;
}

@media only screen and (max-width: 1199px) {
  .p-fv {
    height: calc(100vh - 60px);
    margin-top: 60px;
    background-position: 30% bottom;
  }
}

.p-fv::before,
.p-fv::after {
  content: "";
  position: absolute;
  width: min(31.1vw, 311px);
  height: min(31.1vw, 311px);
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(255, 241, 187) 0%, rgb(208, 255, 231) 100%);
  filter: blur(50px);
  z-index: 1;
}

@media only screen and (max-width: 768px) {

  .p-fv::before,
  .p-fv::after {
    width: clamp(180px, 31.25vw, 200px);
    height: clamp(180px, 31.25vw, 200px);
  }
}

.p-fv::before {
  bottom: -100px;
  left: -100px;
}

@media only screen and (max-width: 768px) {
  .p-fv::before {
    bottom: 0;
  }
}

.p-fv::after {
  top: 0;
  right: -100px;
}

@media only screen and (max-width: 768px) {
  .p-fv::after {
    top: -6.5vw;
    right: min(-15vw, -100px);
  }
}

.p-fv__visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .p-fv__visual {
    width: 100%;
    opacity: 0.4;
  }
}

.p-fv__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 1199px) {
  .p-fv__visual img {
    clip-path: none;
  }
}

.p-fv__content {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .p-fv__content {
    width: 100%;
    padding: 100px 3% 0;
    text-align: center;
  }
}

.p-fv__txt {
  padding-left: 54px;
}

@media only screen and (min-width: 769px) {
  .p-fv__txt {
    padding-right: 2vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .p-fv__txt {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p-fv__txt {
    padding-left: 0;
  }
}

.p-fv__copy {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-fv__copy {
    font-size: clamp(1.8rem, 5.2vw, 2.8rem);
    text-shadow: 0 0 10px #000;
  }
}

.p-fv__sub {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 33px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 1199px) {
  .p-fv__sub {
    font-size: clamp(1.4rem, 4.3vw, 1.6rem);
    text-shadow: 0 0 10px #000;
  }
}

.p-fv__news {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .p-fv__news {
    border-radius: 5px;
  }
}

.p-fv__news a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 14px 30px;
}

@media only screen and (max-width: 768px) {
  .p-fv__news a {
    row-gap: 0;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 15px;
  }
}

.p-fv__news span {
  display: inline-block;
}

.p-fv__news__date {
  color: #018D56;
  font-weight: bold;
}

.p-fv__news__cat {
  color: #018D56;
  font-weight: bold;
  border: 1px solid #018D56;
  padding: 2px 12px;
}

@media only screen and (max-width: 768px) {
  .p-fv__news__cat {
    font-size: 12px;
    padding: 2px 8px;
  }
}

.p-fv__news__ttl {
  width: 32rem;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .p-fv__news__ttl {
    width: 100%;
    text-align: left;
  }
}

/***************************************/
/* About */
/***************************************/
.p-top_about {
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-top_about {
    padding-top: 12vw;
  }
}

.p-top_about::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -130px;
  left: 0;
  width: 100%;
  height: 145%;
  background: linear-gradient(180deg, rgba(1, 140, 85, 0) 0%, rgba(1, 140, 85, 0.75) 5%, rgb(1, 140, 85) 10%, rgb(86, 179, 142) 75%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 768px) {
  .p-top_about::before {
    top: -150px;
    height: 130%;
  }
}

.p-top_about .c-topSec_ttl__sub {
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-top_about .c-topSec_ttl__sub {
    margin-left: 0;
  }
}

.p-top_about .c-topSec_ttl__en {
  color: #fff;
}

.p-top_about__ttl {
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.p-top_about__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #FFCC01;
}

.p-top_about__lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .p-top_about__lead {
    font-size: 2.4rem;
  }
}

.p-top_about__detail {
  position: relative;
}

.p-top_about__detail__txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .p-top_about__detail__txt {
    width: 60%;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-top_about__detail__txt {
    font-size: 1.6rem;
  }
}

.p-top_about__detail__txt p {
  margin-bottom: 2em;
}

.p-top_about__detail__deco {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .p-top_about__detail__deco {
    top: 40%;
    right: 0;
    width: 35%;
  }
}

@media only screen and (max-width: 768px) {
  .p-top_about__detail__deco {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    margin-top: 30px;
  }
}

/***************************************/
/* Why Choose Us */
/***************************************/
.p-top_reason {
  padding: 100px 0 30px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .p-top_reason {
    padding-bottom: 0;
  }
}

.p-top_reason .c-topSec_ttl__sub {
  margin-left: 0;
}

.p-top_reason__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px 5%;
  counter-reset: reason;
}

@media only screen and (max-width: 768px) {
  .p-top_reason__list {
    gap: 15px;
  }
}

.p-top_reason__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 180px;
  border: 4px solid #018D56;
  padding: 0 min(2vw, 20px);
  text-align: center;
  border-radius: 4px;
  counter-increment: reason;
}

@media only screen and (max-width: 768px) {
  .p-top_reason__item {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}

.p-top_reason__item_ttl {
  font-size: clamp(19px, 2.1vw, 2.8rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-top_reason__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 61px;
  background: #018D56;
  clip-path: polygon(0 0, 100% 0%, 50% 50%, 0% 100%);
}

.p-top_reason__item::after {
  content: counter(reason);
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

.p-top_reason__num {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(1, 140, 85, 0.1);
}

.p-top_reason__marquee {
  position: relative;
  top: -30px;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-top_reason__marquee {
    top: -20px;
  }
}

.p-top_reason__marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 60s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.p-top_reason__marquee__inner .marquee_span {
  font-size: max(7.8125vw, 132px);
  font-weight: 900;
  white-space: nowrap;
  padding-right: 0.3em;
  color: #018D56;
  line-height: 1.2;
  opacity: 0.15;
}

@media only screen and (max-width: 768px) {
  .p-top_reason__marquee__inner .marquee_span {
    font-size: max(17vw, 80px);
  }
}

/***************************************/
/* Profile */
/***************************************/
.p-top_profile {
  padding: 70px 0 140px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 222, 89) 100%);
}

@media only screen and (max-width: 768px) {
  .p-top_profile {
    padding: 50px 0 70px;
  }
}

.p-top_profile__wrap {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__wrap {
    margin-top: 30px;
  }
}

.p-top_profile__item {
  display: flex;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__item {
    flex-direction: column;
  }
}

.p-top_profile__item:not(:first-child) {
  margin-top: 110px;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-top_profile__item:nth-child(even) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__item:nth-child(even) {
    flex-direction: column;
  }
}

.p-top_profile__item:nth-child(even) .p-top_profile__txt {
  margin-left: 0;
  margin-right: -3%;
  padding: min(3.4vw, 30px) min(5.68vw, 50px) min(3.4vw, 30px) min(3.4vw, 30px);
}

@media only screen and (max-width: 768px) {
  .p-top_profile__item:nth-child(even) .p-top_profile__txt {
    width: 95%;
    top: -15px;
    margin-left: auto;
    padding: 30px max(3.9vw, 20px) max(3.9vw, 20px);
  }
}

.p-top_profile__img {
  position: relative;
  z-index: 1;
  width: 46%;
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__img {
    width: 70%;
  }
}

.p-top_profile__txt {
  position: relative;
  top: 50px;
  z-index: 0;
  width: 57%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 140, 85) 100%);
  border-radius: 4px;
  margin-left: -3%;
  padding: min(3.4vw, 30px) min(3.4vw, 30px) min(3.4vw, 30px) min(5.68vw, 50px);
}

@media only screen and (max-width: 768px) {
  .p-top_profile__txt {
    width: 95%;
    top: -15px;
    margin-left: auto;
    padding: 30px max(3.9vw, 20px) max(3.9vw, 20px);
  }
}

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

.p-top_profile__txt__wrap::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 104%;
  height: 93%;
  background: #018C55;
  opacity: 0.3;
  border-radius: 2px;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__txt__wrap::before {
    bottom: -5px;
  }
}

.p-top_profile__txt__ttl {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #018C55;
  font-weight: bold;
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 20px;
  border-radius: 2px;
  padding: 3px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .p-top_profile__txt__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.p-top_profile__txt__desc {
  position: relative;
  z-index: 1;
  color: #fff;
}

/***************************************/
/* Portfolio */
/***************************************/
.p-top_portfolio {
  padding: 80px 0;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .p-top_portfolio {
    padding: 40px 0;
  }
}

.p-top_portfolio__lead {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.p-top_portfolio__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .p-top_portfolio__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}

.p-top_portfolio__item {
  position: relative;
  border: 2px solid #018D56;
  border-radius: 4px;
}

.p-top_portfolio__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .p-top_portfolio__item a {
    padding: 10px;
  }
}

.p-top_portfolio__item a:hover {
  opacity: 0.8;
}

.p-top_portfolio__item_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 2rem;
  font-weight: 900;
  color: #018D56;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .p-top_portfolio__item_ttl {
    font-size: 1.4rem;
  }
}

.p-top_portfolio__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.5s;
}

.p-top_portfolio__icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: #018C55;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .p-top_portfolio__icon {
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 10px;
  }
}

.p-top_portfolio__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2010%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M10.6.3c.2-.2.4-.3.6-.3s.5%2C0%2C.6.3l3.9%2C4.1c.2.2.3.4.3.6s0%2C.5-.3.6l-3.9%2C4.1c-.2.2-.4.3-.6.3-.2%2C0-.4%2C0-.6-.3-.2-.2-.3-.4-.3-.6%2C0-.2%2C0-.5.2-.6l2.4-2.5H.9c-.2%2C0-.5%2C0-.6-.3C0%2C5.5%2C0%2C5.2%2C0%2C5s0-.5.3-.6c.2-.2.4-.3.6-.3h12.1s-2.4-2.5-2.4-2.5c-.2-.2-.3-.4-.3-.6s0-.5.3-.6Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 13px;
}

@media only screen and (max-width: 768px) {
  .p-top_portfolio__icon::after {
    right: 10px;
    width: 19px;
    height: 11px;
  }
}

.p-top_portfolio__txt {
  margin-top: 15px;
  letter-spacing: 0.12em;
}

/***************************************/
/* Q&A */
/***************************************/
.p-top_qa {
  padding: 80px 0 60px;
}

.p-top_qa .c-topSec_ttl__sub {
  margin-left: 0;
}

.p-top_qa__box {
  border-width: 4px !important;
}

.p-top_qa__txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .p-top_qa__txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*=============================================*/
/* 会社案内 */
/*=============================================*/
.p-company_history__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .p-company_history__item {
    flex-direction: column;
  }
}

.p-company_history__item:not(:last-child) {
  margin-bottom: 30px;
}

.p-company_history__item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 30px;
  background-color: #F3F3F3;
}

.p-company_history__item dt {
  position: relative;
  width: 20%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-company_history__item dt {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}

.p-company_history__item dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #018C55;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .p-company_history__item dt::after {
    right: -2em;
    width: 8px;
    height: 8px;
  }
}

.p-company_history__item dd {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .p-company_history__item dd {
    width: 100%;
  }
}

/*=============================================*/
/* 選ばれる理由 */
/*=============================================*/
.p-reason_detail {
  position: relative;
  padding-bottom: 90px;
  margin: 90px 0;
}

@media only screen and (max-width: 1199px) {
  .p-reason_detail {
    padding-bottom: 60px;
    margin: 60px 0;
  }
}

.p-reason_detail::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #EDFFF6;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail::before {
    width: 90%;
  }
}

.p-reason_detail__list {
  position: relative;
  z-index: 1;
  counter-reset: count;
}

.p-reason_detail__item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-reason_detail__item:not(:last-child) {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item {
    flex-direction: column;
    gap: 20px;
  }
}

.p-reason_detail__item__img {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item__img {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
  }
}

.p-reason_detail__item__body {
  width: 58%;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item__body {
    width: 100%;
  }
}

.p-reason_detail__item__ttl {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #018D56;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item__ttl {
    line-height: 1.5;
  }
}

.p-reason_detail__item__ttl::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  counter-increment: count;
  content: counter(count);
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #FFCC01;
  border-radius: 50%;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .p-reason_detail__item__ttl::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-sp {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp_only {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp_only {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-tb_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-tb_pc {
    display: block !important;
  }
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}

@media only screen and (min-width: 1200px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}

@media only screen and (min-width: 1200px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}

@media only screen and (min-width: 1200px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textS {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1199px) {
  .u-textS {
    font-size: 1.225rem;
  }
}

.u-textM {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1199px) {
  .u-textM {
    font-size: 1.575rem;
  }
}

.u-textL {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1199px) {
  .u-textL {
    font-size: 2.1rem;
  }
}

.u-textBold {
  font-weight: bold;
}

.u-textMain {
  color: #018C55;
}

.u-textMain2 {
  color: #018D56;
}

.u-textSub {
  color: #FFCC01;
}

.u-textBlack {
  color: #202020;
}

.u-textWhite {
  color: #fff;
}

.u-textLink {
  text-decoration: underline;
}

.u-kome::before {
  content: "※";
  margin-right: 0.2em;
}

.u-ls0p05 {
  letter-spacing: 0.05em;
}

.u-lh1p8 {
  line-height: 1.8;
}

.u-lh2 {
  line-height: 2;
}

.u-fw400 {
  font-weight: 400;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}

.u-underline {
  text-decoration: underline;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

/*背景*/
.u-bg_main {
  background-color: #018C55;
}

.u-bg_main2 {
  background-color: #018D56;
}

.u-bg_lightmain {
  background-color: #EDFFF6;
}

.u-bg_lightsub {
  background-color: #F8F8EB;
}

.u-bg_white {
  background-color: #fff;
}

/*装飾*/
.u-bgBox--white {
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--white {
    padding: min(8%, 20px);
  }
}

.u-bgBox--white--small {
  padding: 22px;
  background-color: #fff;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--white--small {
    padding: min(4%, 20px);
  }
}

.u-bgBox--gray {
  padding: 40px;
  background-color: #F3F3F3;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--gray {
    padding: min(8%, 20px);
  }
}

.u-bgBox--gray--small {
  padding: 22px;
  background-color: #F3F3F3;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--gray--small {
    padding: min(4%, 20px);
  }
}

.u-bgBox--lightmain {
  padding: 40px;
  background-color: #EDFFF6;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--lightmain {
    padding: min(8%, 20px);
  }
}

.u-bgBox--lightmain--small {
  padding: 22px;
  background-color: #EDFFF6;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--lightmain--small {
    padding: min(4%, 20px);
  }
}

.u-bgBox--lightsub {
  padding: 40px;
  background-color: #F8F8EB;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--lightsub {
    padding: min(8%, 20px);
  }
}

.u-bgBox--lightsub--small {
  padding: 22px;
  background-color: #F8F8EB;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--lightsub--small {
    padding: min(4%, 20px);
  }
}

.u-bgBox--grad {
  padding: 10px;
  background: linear-gradient(180deg, rgba(15, 143, 95, 0.5) 0%, rgba(144, 230, 192, 0.8) 100%);
  border-radius: 4px;
}

.u-bgBox--grad__inner {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--grad__inner {
    padding: min(8%, 20px);
  }
}

.u-bgBox--grad--small {
  padding: 10px;
  background: linear-gradient(180deg, rgba(15, 143, 95, 0.5) 0%, rgba(144, 230, 192, 0.8) 100%);
  border-radius: 4px;
}

.u-bgBox--grad--small__inner {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--grad--small__inner {
    padding: min(4%, 20px);
  }
}

.u-bdBox--main {
  padding: 40px;
  border: 2px solid #018D56;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bdBox--main {
    padding: min(8%, 20px);
  }
}

.u-bdBox--main--small {
  padding: 22px;
  border: 2px solid #018D56;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .u-bdBox--main--small {
    padding: min(4%, 20px);
  }
}

.u-bdBox--grad {
  padding: 5px;
  background: linear-gradient(150deg, rgb(187, 198, 131) 0%, rgb(127, 179, 155) 50%, rgb(98, 166, 129) 100%);
  border-radius: 30px;
}

.u-bdBox--grad__inner {
  padding: 40px;
  border-radius: 25px;
}

@media only screen and (max-width: 1199px) {
  .u-bdBox--grad__inner {
    padding: min(8%, 20px);
  }
}

.u-bdBox--grad--small {
  padding: 5px;
  background: linear-gradient(150deg, rgb(187, 198, 131) 0%, rgb(127, 179, 155) 50%, rgb(98, 166, 129) 100%);
  border-radius: 20px;
}

.u-bdBox--grad--small__inner {
  padding: 22px;
  border-radius: 15px;
}

@media only screen and (max-width: 1199px) {
  .u-bdBox--grad--small__inner {
    padding: min(4%, 20px);
  }
}

.u-borderTop {
  border-top: 1px solid #385E49;
}

.u-borderBottom {
  border-bottom: 1px solid #385E49;
}

.u-marker {
  display: inline;
  background: linear-gradient(transparent 75%, rgba(1, 140, 85, 0.15) 50%);
}

.u-brdelete {
  border-radius: 0;
}

.u-br10 {
  border-radius: 10px;
}

.u-br20 {
  border-radius: 20px;
}

.u-br30 {
  border-radius: 30px;
}

/*flex*/
.u-align--center {
  align-items: center !important;
}

.u-align--end {
  align-items: flex-end !important;
}

.u-justify--center {
  justify-content: center !important;
}

.u-justify--end {
  justify-content: flex-end !important;
}

/*レイアウト*/
.u-width100 {
  width: 100%;
}

/*余白*/
.u-mt0 {
  margin-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt0--pc {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt5--pc {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt5--sp {
    margin-top: 5px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

.u-mb70 {
  margin-bottom: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

.u-mb90 {
  margin-bottom: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-ml0 {
  margin-left: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml0--pc {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml0--sp {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr0--pc {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr0--sp {
    margin-right: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt0--pc {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt0--sp {
    padding-top: 0 !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}

/*# sourceMappingURL=style.css.map */