@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html,
body {
  font-family: "DIN 2014", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  background-color: #ffffff;
  color: #313131;
  font-size: 56.25%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    font-size: 1.48625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 1.025vw;
  }
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo,
    メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6",
    "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica,
    Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover,
button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

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

.innerBox {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

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

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho",
    "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

main {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 10rem;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 7.5rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 10rem;
    padding-left: 2.4rem;
  }
}
.l-header__logo {
  margin-left: 2%;
  max-width: 100%;
  width: 10.205rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin-left: 0;
    width: 15.7rem;
  }
}
.l-header__logo img {
  height: auto;
  width: 100%;
}
.l-header__hamburger {
  align-items: center;
  background: #009f87;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  height: 7.5rem;
  justify-content: center;
  padding: 0;
  width: 8.84rem;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger .hamburger-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: initial;
  text-align: center;
}
.l-header__hamburger .hamburger-icon {
  display: flex;
  flex-direction: column;
  height: 1.8rem;
  justify-content: space-between;
  width: 2.4rem;
}
.l-header__hamburger .hamburger-icon .bar {
  background: #fff;
  height: 0.2rem;
  transition: all 0.3s ease;
  width: 100%;
}
.l-header #l-header__nav {
  display: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav {
    align-items: center;
    display: flex;
    margin-top: 0;
    width: auto;
  }
}
.l-header #l-header__nav ul {
  padding: 0 2% 2%;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav ul {
    display: flex;
    gap: 5rem;
    padding: 0 4rem 0 0;
  }
}
.l-header #l-header__nav ul li {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav ul li {
    font-size: 1.8rem;
    height: 10rem;
    position: relative;
  }
}
.l-header #l-header__nav ul li a {
  color: #333;
  display: block;
  font-weight: bold;
  height: 100%;
  line-height: 7.5rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav ul li a {
    height: auto;
    line-height: 10rem;
    width: auto;
  }
}
.l-header #l-header__nav ul li a:hover {
  color: #009f87;
}
@media screen and (max-width: 767px) {
  .l-header #l-header__nav ul li.is-active a {
    color: #009f87;
    position: relative;
    width: fit-content;
  }
  .l-header #l-header__nav ul li.is-active a::after {
    animation: expandFromCenter 0.4s ease-out forwards;
    background: linear-gradient(90deg, #03d9b9, #009f87);
    bottom: 1.5rem;
    content: "";
    height: 0.2rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
  }
}
@keyframes expandFromCenter {
  to {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav ul li.is-active a::before {
    border-top: 0.4rem solid #009f87;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 10.2rem;
  }
}
.l-header #l-header__nav .l-header__contact {
  align-items: center;
  background: #009f87;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.91rem;
  justify-content: center;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav .l-header__contact {
    gap: 1.4rem;
    height: 10rem;
    min-width: 13.6rem;
    padding: 1.9rem 1.9rem 2.7rem 1.9rem;
  }
}
.l-header #l-header__nav .l-header__contact span:last-of-type {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: initial;
}
@media screen and (min-width: 768px) {
  .l-header #l-header__nav .l-header__contact span:last-of-type {
    font-size: 2.2rem;
  }
}
.l-header.is-open #l-header__nav {
  background: #fff;
  display: block;
}
.l-header.is-open .l-header__hamburger .hamburger-icon .bar:nth-child(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}
.l-header.is-open .l-header__hamburger .hamburger-icon .bar:nth-child(2) {
  opacity: 0;
}
.l-header.is-open .l-header__hamburger .hamburger-icon .bar:nth-child(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}

.hamburger-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  inset: 0;
  position: fixed;
  transition: opacity 0.3s ease;
  width: 100vw;
  z-index: 999;
}

.l-header.is-open {
  z-index: 1000;
}

.l-footer {
  color: #7c7c7c;
  padding: 6rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 8rem 0 3.2rem;
  }
}
.l-footer__logo {
  margin-bottom: 4.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 5.5rem;
  }
}
.l-footer__logo img {
  height: auto;
  width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 17.5rem;
  }
}
.l-footer nav {
  margin-bottom: 5.1rem;
}
@media screen and (min-width: 768px) {
  .l-footer nav {
    margin-bottom: 6.8rem;
  }
}
.l-footer nav ul {
  display: grid;
  gap: 2.625rem 0;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  margin: 0 auto;
  max-width: 53rem;
}
@media screen and (min-width: 768px) {
  .l-footer nav ul {
    gap: 3.5rem 0;
  }
}
.l-footer nav ul li {
  min-width: 50.41px;
  text-align: center;
}
.l-footer nav ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.l-footer nav ul li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.l-footer nav ul li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.l-footer nav ul li:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}
.l-footer nav ul li:nth-child(5) {
  grid-column: 5;
  grid-row: 1;
}
.l-footer nav ul li:nth-child(6),
.l-footer nav ul li:nth-child(7) {
  grid-row: 2;
  justify-self: center;
}
.l-footer nav ul li:nth-child(6) {
  grid-column: 2/3;
}
.l-footer nav ul li:nth-child(7) {
  grid-column: 4/5;
}
.l-footer nav ul a {
  align-items: center;
  color: #7c7c7c;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 0.91rem;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .l-footer nav ul a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer nav ul a {
    font-size: 1.8rem;
    gap: 1.4rem;
  }
}
.l-footer nav ul a img {
  height: 1.35rem;
  width: 1.65rem;
}
@media screen and (min-width: 768px) {
  .l-footer nav ul a img {
    height: 1.8rem;
    width: 2.2rem;
  }
}

small {
  color: #666666;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  small {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.l-contact {
  background: #f9f9f9;
  padding-bottom: 5.88rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-bottom: 9.8rem;
  }
}
.l-contact__title {
  padding-bottom: 3.9rem;
  padding-top: 5.82rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact__title {
    padding-bottom: 6.5rem;
    padding-top: 9.7rem;
  }
}
.l-contact__title h2 {
  color: #4fbcad;
  font-size: 3.38rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 2.1rem;
}
@media screen and (min-width: 768px) {
  .l-contact__title h2 {
    font-size: 5.2rem;
    margin-bottom: 2.8rem;
  }
}
.l-contact__title p {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-contact__title p {
    font-size: 2rem;
  }
}
.l-contact__content {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.275rem;
  padding: 5.625rem 0 6.15rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact__content {
    flex-direction: row;
    gap: 3.5rem;
    justify-content: center;
    padding: 7.5rem 0 8.2rem;
  }
}
.l-contact__content--triangle {
  background: transparent;
  border-bottom: 0 solid transparent;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 3rem solid #f9f9f9;
  height: 3rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -2.4rem;
  transform: translate(-50%, 80%);
  width: 10rem;
  z-index: 10;
}
.l-contact__content--left {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.l-contact__content--left p:first-child {
  align-items: center;
  display: flex;
  font-size: 2.99rem;
  font-weight: 600;
  gap: 0.65rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--left p:first-child {
    font-size: 4.6rem;
    gap: 1rem;
    margin-bottom: 2.4rem;
  }
}
.l-contact__content--left p:first-child img {
  height: 2.015rem;
  width: 2.015rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--left p:first-child img {
    height: 3.1rem;
    width: 3.1rem;
  }
}
.l-contact__content--left p:first-child a {
  color: #313131 !important;
}
.l-contact__content--left p:last-child {
  color: #7c7c7c;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-contact__content--left p:last-child {
    font-size: 1.8rem;
  }
}
.l-contact__content--right .o-btn {
  width: 34.8rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--right .o-btn {
    width: 43.5rem;
  }
}
.l-contact__content--right .o-btn a {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 9.75rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--right .o-btn a {
    height: 13rem;
  }
}
.l-contact__content--right .o-btn a span:first-child {
  align-items: center;
  display: flex;
  font-size: 2.34rem;
  font-weight: 600;
  gap: 0.91rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--right .o-btn a span:first-child {
    font-size: 3.6rem;
    gap: 1.4rem;
    margin-bottom: 2rem;
  }
}
.l-contact__content--right .o-btn a span:first-child img {
  width: 2.08rem;
}
@media screen and (min-width: 768px) {
  .l-contact__content--right .o-btn a span:first-child img {
    width: 3.2rem;
  }
}
.l-contact__content--right .o-btn a span:first-child a {
  color: #313131 !important;
}
.l-contact__content--right .o-btn a span:last-child {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-contact__content--right .o-btn a span:last-child {
    font-size: 1.8rem;
  }
}

.l-sidebar {
  position: static;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    align-self: start;
    height: fit-content;
    position: sticky;
    top: 10rem;
    width: 30%;
  }
}
.l-sidebar ul li a {
  color: #313131;
  display: block;
  font-size: 1.6rem;
  padding: 1rem 1.2rem;
  font-weight: 600;
}
.l-sidebar ul li a.is-active {
  color: #009f87;
  margin-right: auto;
  position: relative;
  width: fit-content;
}
.l-sidebar ul li a.is-active::after {
  animation: expandFromCenter 0.4s ease-out forwards;
  background: linear-gradient(90deg, #03d9b9, #009f87);
  bottom: 1rem;
  content: "";
  height: 0.2rem;
  left: 1.2rem;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  width: calc(100% - 2.4rem + 1.6rem);
}
.l-sidebar ul li ul li a {
  padding-left: 2.4rem;
}
.l-sidebar ul li ul li a.is-active::after {
  left: 2.4rem;
  width: calc(100% - 4.8rem + 1.6rem);
}
.l-sidebar ul li ul li ul li a {
  padding-left: 3.6rem;
}
.l-sidebar ul li ul li ul li a.is-active::after {
  left: 3.6rem;
}
.l-sidebar ul li ul li ul li ul li a {
  padding-left: 4.8rem;
}
.l-sidebar ul li ul li ul li ul li a.is-active::after {
  left: 4.8rem;
  width: calc(100% - 9.6rem + 1.6rem);
}

.is-sidebar_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .is-sidebar_wrap {
    flex-direction: row-reverse;
    gap: 2rem;
  }
}

.l-material__content {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-material__content {
    width: 70%;
  }
}
.l-material__content h2 {
  color: #009f87;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-material__content h2 {
    font-size: 2.4rem;
  }
}
.l-material__content h2 span {
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #222 !important;
  border-top: 1px solid #7c7c7c;
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-material__content h2 span {
    font-size: 1.6rem;
  }
}
.l-material__content .img-wrap {
  padding-bottom: 4.225rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-material__content .img-wrap {
    padding-bottom: 6.5rem;
  }
}
.l-material__content img {
  width: 100%;
}
.l-material__content img.small {
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
.l-material__content img.xsmall {
  margin: 0 auto;
  max-width: 30%;
  text-align: center;
}
.l-material__content--item {
  border-top: 3px solid #009f87;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  padding: 2.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-material__content--item {
    gap: 1.5rem;
    padding: 3rem 0;
  }
}
.l-material__content--item:last-of-type {
  border-bottom: 3px solid #009f87;
}
.l-material__content--item h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-material__content--item h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.l-material__content--item h4 {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0.5rem;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-material__content--item h4 {
    font-size: 1.9rem;
  }
}
.l-material__content--item h4::after {
  background: linear-gradient(to right, #009f87 50%, #7c7c7c 50%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-material__content--item h5 {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-material__content--item h5 {
    font-size: 1.8rem;
  }
}
.l-material__content--item p,
.l-material__content--item a,
.l-material__content--item li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-material__content--item p,
  .l-material__content--item a,
  .l-material__content--item li {
    font-size: 1.6rem;
  }
}
.l-material__content--item a {
  color: #337ab7;
}
.l-material__content--item img {
  width: 100%;
}
.l-material__content--item iframe {
  width: 100%;
}
.l-material__content--item iframe.is-youtube {
  aspect-ratio: 16/9;
}
.l-material__content--item small {
  font-size: 1rem;
  text-align: center;
}
.l-material__content .flex {
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-material__content .flex {
    gap: 1rem;
  }
}
.l-material__content .flex .column {
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-material__content .flex .column {
    gap: 1rem;
  }
}
.l-material__content .flex .column p {
  font-size: 1.2rem;
}
.l-material__content .flex .column img {
  width: 100%;
}
.l-material__content table {
  border-collapse: collapse;
  font-size: 1.2rem;
  width: 100%;
}
.l-material__content table th,
.l-material__content table td {
  border: 1px solid;
  padding: 0.7rem;
  text-align: left;
  vertical-align: middle;
}
.l-material__content table.bg-blue {
  background: #d7eaf8;
}
.l-material__content table.bg-orange {
  background: #f6e9c8;
}
.l-material__content table.bg-blue2 {
  background: #f2ffff;
}
.l-material__content table.bg-blue2 th {
  border-bottom: 3px solid;
}
.l-material__content table.bg-stripe {
  border: none;
}
.l-material__content table.bg-stripe th,
.l-material__content table.bg-stripe td {
  border: none;
}
.l-material__content table.bg-stripe thead tr {
  background: #f2f2f2;
}
.l-material__content table.bg-stripe tbody tr:nth-child(even) {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .l-material__content table th,
  .l-material__content table td {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.l-material__content .is-pdf_wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.l-material__content .is-pdf_wrap a {
  font-size: 1rem;
  width: fit-content;
}
.l-material__content .is-pdf_wrap .is-download {
  background: #32373c;
  border-radius: 2.2rem;
  color: #fff;
  padding: 0.7rem 1.4rem;
}
.l-material__content ol {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .l-material__content ol {
    gap: 1.2rem;
  }
}
.l-material__content ol li {
  list-style: decimal !important;
}
.l-material__content ol li ul {
  padding-left: 2rem;
}
.l-material__content ol li ul li {
  list-style: circle !important;
}
.l-material__content ol.is-privacy li {
  list-style: none !important;
}
.l-material__content ul {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .l-material__content ul {
    gap: 1.2rem;
  }
}
.l-material__content ul li {
  list-style: disc !important;
}
.l-material__content ul li ul {
  padding-left: 2rem;
}
.l-material__content ul li ul li {
  list-style: circle !important;
}
.l-material__content ul li ul ul {
  padding-left: 2rem;
}
.l-material__content ul li ul ul li {
  list-style: square !important;
}

.l-archive_sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar {
    width: 21.5%;
  }
}
.l-archive_sidebar h2 {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.975rem;
  padding-bottom: 1.35rem;
  line-height: initial;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.8rem;
  }
}
.l-archive_sidebar h2::after {
  background: linear-gradient(to right, #009f87 50%, #7c7c7c 50%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-archive_sidebar ul {
  margin-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar ul {
    margin-bottom: 5.5rem;
  }
}
.l-archive_sidebar ul:last-child {
  margin-bottom: 0;
}
.l-archive_sidebar ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #c3c3c3;
}
.l-archive_sidebar ul li a {
  font-size: 1.6rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar ul li a {
    font-size: 1.8rem;
  }
}
.l-archive_sidebar ul li a:hover {
  color: #009f87;
  text-decoration: underline;
}
.l-archive_sidebar ul li span {
  font-size: 1.6rem;
  color: #333;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar ul li span {
    font-size: 1.8rem;
  }
}
.l-archive_sidebar ul li span img {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar ul li span img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-archive_sidebar ul li {
    padding: 2rem 0;
    border-bottom: 1px solid #c3c3c3;
  }
  .l-archive_sidebar ul li a {
    font-size: 1.8rem;
  }
  .l-archive_sidebar ul li span {
    font-size: 1.8rem;
  }
}

.o-title {
  text-align: center;
}
.o-title--green h2 {
  color: #4fbcab;
  font-size: 3.38rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 2.025rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .o-title--green h2 {
    font-size: 5.2rem;
    margin-bottom: 2.7rem;
  }
}
.o-title--green h2::before {
  background: #4fbcab;
  content: "";
  display: block;
  height: 0.4rem;
  left: 50%;
  position: absolute;
  top: -2.25rem;
  transform: translateX(-50%);
  width: 6.63rem;
}
@media screen and (min-width: 768px) {
  .o-title--green h2::before {
    top: -3rem;
    width: 10.2rem;
  }
}
.o-title--green p {
  color: #7c7c7c;
  font-size: 1.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .o-title--green p {
    font-size: 2.4rem;
  }
}

.o-page_title {
  background: url(../images/page_title_mv.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 15rem;
  padding: 5rem 0 4.3rem;
}
@media screen and (min-width: 768px) {
  .o-page_title {
    height: 17rem;
  }
}
.o-page_title h1 {
  color: #fff;
  font-size: 2.99rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1.69rem;
}
@media screen and (min-width: 768px) {
  .o-page_title h1 {
    font-size: 4.6rem;
    margin-bottom: 2.6rem;
  }
}
.o-page_title p {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .o-page_title p {
    font-size: 2.2rem;
  }
}
.o-page_title.material {
  padding: 7rem 0 4.3rem;
}

.o-section_title {
  background: linear-gradient(125deg, #f9f9f9 50%, #f1f1f1 50%, #f1f1f1 100%);
  padding: 3.9rem 0 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .o-section_title {
    padding: 7.8rem 0 5rem;
  }
}
.o-section_title h2 {
  color: #313131;
  font-size: 2.47rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 2.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .o-section_title h2 {
    font-size: 3.8rem;
    margin-bottom: 3rem;
  }
}
.o-section_title h2::before {
  background: #313131;
  content: "";
  display: block;
  height: 0.4rem;
  left: 50%;
  position: absolute;
  top: -1.8rem;
  transform: translateX(-50%);
  width: 5.2rem;
}
@media screen and (min-width: 768px) {
  .o-section_title h2::before {
    top: -2.4rem;
    width: 8rem;
  }
}
.o-section_title p {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .o-section_title p {
    font-size: 2rem;
  }
}

.o-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 30rem;
}
.o-btn a {
  align-items: center;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 7.4rem;
  height: 68px;
  justify-content: center;
  padding: 2.5rem;
  position: relative;
  transition: background 0.3s, color 0.3s;
  width: 100%;
}
.o-btn a::after {
  content: url("../images/icon_arw.svg");
  height: auto;
  position: absolute;
  right: 3.2rem;
  top: 56%;
  transform: translateY(-50%);
  transition: right 0.3s cubic-bezier(0.4, 1, 0.4, 1);
}
.o-btn a:hover::after,
.o-btn a:focus::after {
  right: 2.5rem;
}
.o-btn--white a {
  border: 0.2rem solid #fff;
  color: #fff;
}
.o-btn--green a {
  background: #009f87;
  border: 0.2rem solid #009f87;
  color: #fff;
}

.o-table {
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-table {
    font-size: 1.8rem;
  }
}
.o-table .o-table__row {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.o-table .o-table__row:nth-child(odd) {
  background: #f5f5f5;
}
.o-table .o-table__row:nth-child(even) {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .o-table .o-table__row {
    flex-direction: row;
  }
}
.o-table dt {
  display: flex;
  font-weight: 600;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .o-table dt {
    flex: 0 0 29rem;
    padding: 3rem 0 3rem 9.5rem;
  }
}
.o-table dd {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .o-table dd {
    flex: 1;
    padding: 3rem 0;
  }
}
.o-table dd a {
  color: #313131;
  text-decoration: none;
}
.o-table dd a:hover {
  text-decoration: underline;
}

.o-breadcrumb {
  padding: 1.625rem 0 4.225rem;
}
@media screen and (min-width: 768px) {
  .o-breadcrumb {
    padding: 2.5rem 0 6.5rem;
  }
}
.o-breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
@media screen and (min-width: 768px) {
  .o-breadcrumb ul {
    gap: 1rem;
  }
}
.o-breadcrumb ul li {
  align-items: center;
  color: #7c7c7c;
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .o-breadcrumb ul li {
    font-size: 1.8rem;
  }
}
.o-breadcrumb ul li a {
  color: #7c7c7c;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .o-breadcrumb ul li a {
    font-size: 1.8rem;
  }
}
.o-breadcrumb ul li a:hover {
  text-decoration: underline;
}
.o-breadcrumb ul li img {
  display: block;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .o-breadcrumb ul li img {
    width: 1rem;
  }
}

.o-mv {
  background-position: center;
  background-size: cover;
  height: 22.2rem;
}
@media screen and (min-width: 768px) {
  .o-mv {
    height: 29.6rem;
  }
}

.o-pagination ul {
  display: flex;
  gap: 2.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .o-pagination ul {
    gap: 3rem;
  }
}
.o-pagination ul li a,
.o-pagination ul li span {
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .o-pagination ul li a,
  .o-pagination ul li span {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
  }
}
.o-pagination ul li a {
  background: #f7f7f7;
  color: #7c7c7c;
  text-decoration: none;
  transition: all 0.3s;
}
.o-pagination ul li a:hover {
  background-color: #ccc;
}
.o-pagination ul li .current {
  background: #009f87;
  color: #fff;
}

.p-top .mv {
  align-items: center;
  background: url(../images/mv.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  height: 49.125rem;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .mv {
    height: 65.5rem;
  }
}
.p-top .mv .innerBox {
  padding-bottom: 16.5rem;
  padding-top: 12.45rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .mv .innerBox {
    padding-bottom: 22rem;
    padding-top: 16.6rem;
  }
}
.p-top .mv .innerBox h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.56;
  text-shadow: 0px 0px 10px rgba(178, 178, 178, 0.69);
}
@media screen and (min-width: 768px) {
  .p-top .mv .innerBox h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top .mv .innerBox h1 {
    font-size: 5rem;
  }
}
.p-top .mv .innerBox p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 4.2;
  text-shadow: 0px 0px 10px rgba(178, 178, 178, 0.69);
}
@media screen and (min-width: 768px) {
  .p-top .mv .innerBox p {
    font-size: 2.8rem;
  }
}
.p-top .sec1 {
  padding-bottom: 10.5rem;
  padding-top: 7.8rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec1 {
    padding-bottom: 17.5rem;
    padding-top: 13rem;
  }
}
.p-top .sec1__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-top .sec1__content:not(:last-child) {
  margin-bottom: 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content:not(:last-child) {
    margin-bottom: 9rem;
  }
}
.p-top .sec1__content:nth-of-type(2) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}
.p-top .sec1__content:nth-of-type(2) .sec1__content--right {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content:nth-of-type(2) .sec1__content--right {
    margin-left: 0;
    margin-right: -11rem;
    overflow: unset;
  }
}
.p-top .sec1__content:nth-of-type(2) .sec1__content--right::after {
  clip-path: polygon(0 0, 54% 0, 100% 100%, 0 100%);
  left: 0;
  right: unset;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content:nth-of-type(2) .sec1__content--right::after {
    /* そのまま同じでOK */
  }
}
.p-top .sec1__content--left {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--left {
    max-width: 60.8rem;
  }
}
.p-top .sec1__content--left img {
  width: 100%;
}
.p-top .sec1__content--right {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 5rem 2rem 3.5rem 2rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right {
    margin-left: -11rem;
    margin-top: 5rem;
    padding: 7.9rem 9rem 7.5rem 6.5rem;
    width: 69rem;
  }
}
.p-top .sec1__content--right::after {
  background: #f9f9f9;
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50rem;
  z-index: -1;
}
.p-top .sec1__content--right h2 {
  align-items: center;
  color: #4fbcab;
  display: flex;
  font-size: 3.38rem;
  font-weight: 600;
  gap: 1.105rem;
  letter-spacing: 0.06em;
  letter-spacing: -0.01em;
  line-height: initial;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right h2 {
    font-size: 5.2rem;
    gap: 1.7rem;
    letter-spacing: unset;
  }
}
.p-top .sec1__content--right h2 span {
  font-size: 3.38rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right h2 span {
    font-size: 7.2rem;
  }
}
.p-top .sec1__content--right h3 {
  color: #7c7c7c;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right h3 {
    font-size: 2.6rem;
  }
}
.p-top .sec1__content--right p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right p {
    font-size: 1.8rem;
  }
}
.p-top .sec1__content--right .o-btn {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec1__content--right .o-btn {
    margin-top: 5rem;
  }
}
.p-top .sec2 {
  background: #f9f9f9;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 {
    padding: 10rem 0;
  }
}
.p-top .sec2 .is-news {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news {
    margin-top: 5rem;
  }
}
.p-top .sec2 .is-news__list {
  display: grid;
  gap: 1.69rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news__list {
    gap: 2.6rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 6.4rem;
  }
}
.p-top .sec2 .is-news__list li a .is-news__thumbnail {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news__list li a .is-news__thumbnail {
    margin-bottom: 2.5rem;
  }
}
.p-top .sec2 .is-news__list li a .is-news__thumbnail img {
  width: 100%;
}
.p-top .sec2 .is-news__list li a span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-top .sec2 .is-news__list li a .date {
  color: #7c7c7c;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news__list li a .date {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-top .sec2 .is-news__list li a .title {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news__list li a .title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-top .sec2 .is-news__list li a .excerpt {
  -webkit-box-orient: vertical;
  color: #313131;
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-line-clamp: 4;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .p-top .sec2 .is-news__list li a .excerpt {
    font-size: 1.8rem;
  }
}
.p-top .sec2 .is-news__list li a .excerpt:hover {
  text-decoration: underline;
}
.p-top .fade-in-element .fade-in-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-top .fade-in-element .fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-top .fade-in-element .fade-in-element:nth-child(1) {
  transition-delay: 0.12s;
}
.p-top .fade-in-element .fade-in-element:nth-child(2) {
  transition-delay: 0.24s;
}
.p-top .fade-in-element .fade-in-element:nth-child(3) {
  transition-delay: 0.36s;
}
.p-top .fade-in-element .fade-in-element:nth-child(4) {
  transition-delay: 0.48s;
}
.p-top .fade-in-element .fade-in-element:nth-child(5) {
  transition-delay: 0.6s;
}
.p-top .fade-in-element .fade-in-element:nth-child(6) {
  transition-delay: 0.72s;
}
.p-top .fade-in-element .fade-in-element:nth-child(7) {
  transition-delay: 0.84s;
}
.p-top .fade-in-element .fade-in-element:nth-child(8) {
  transition-delay: 0.96s;
}
.p-top .fade-in-element .fade-in-element:nth-child(9) {
  transition-delay: 1.08s;
}
.p-top .fade-in-element .fade-in-element:nth-child(10) {
  transition-delay: 1.2s;
}
.p-top .fade-in-element .is-news__list li {
  transition-delay: 0s;
}
.p-top .fade-in-element .is-news__list li:nth-child(1) {
  transition-delay: 0.12s;
}
.p-top .fade-in-element .is-news__list li:nth-child(2) {
  transition-delay: 0.24s;
}
.p-top .fade-in-element .is-news__list li:nth-child(3) {
  transition-delay: 0.36s;
}
.p-top .fade-in-element .is-news__list li:nth-child(4) {
  transition-delay: 0.48s;
}
.p-top .fade-in-element .is-news__list li:nth-child(5) {
  transition-delay: 0.6s;
}
.p-top .fade-in-element .is-news__list li:nth-child(6) {
  transition-delay: 0.72s;
}
.p-top .fade-in-element .is-news__list li:nth-child(7) {
  transition-delay: 0.84s;
}
.p-top .fade-in-element .is-news__list li:nth-child(8) {
  transition-delay: 0.96s;
}

.p-location .o-mv {
  background-image: url(../images/location/location_mv.jpg);
}
.p-location .sec1__content {
  padding: 3.375rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-location .sec1__content {
    padding: 4.5rem 0;
  }
}
.p-location .sec1__content p {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-location .sec1__content p {
    font-size: 2rem;
  }
}
.p-location .sec1__content .o-table {
  margin-top: 3.45rem;
}
@media screen and (min-width: 768px) {
  .p-location .sec1__content .o-table {
    margin-top: 4.6rem;
  }
}
.p-location .sec1__map {
  height: 45rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-location .sec1__map {
    height: 60rem;
  }
}
.p-location .sec1__map iframe {
  height: 100%;
  margin-top: -8rem;
  width: 100%;
}

.p-business .o-mv {
  background-image: url(../images/business/business_mv.jpg);
}
.p-business .sec1__head {
  margin: 0 auto;
  padding-bottom: 7.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__head {
    padding-bottom: 10.5rem;
  }
}
.p-business .sec1__head h2 {
  font-size: 2.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__head h2 {
    font-size: 3.8rem;
  }
}
.p-business .sec1__head p {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__head p {
    font-size: 1.8rem;
  }
}
.p-business .sec1 .venn {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8.625rem 0 9.75rem;
  padding: 11.5rem 0 13rem;
  position: relative;
}
.p-business .sec1 .venn .circle-wrapper:first-of-type {
  margin: 0 auto;
  width: min-content;
}
.p-business .sec1 .venn .circle1 {
  align-items: center;
  background: #35e1c7;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 18.6rem;
  justify-content: center;
  margin-bottom: -5.625rem;
  opacity: 0.8;
  position: relative;
  width: 18.6rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle1 {
    height: 24.8rem;
    margin-bottom: -7.5rem;
    width: 24.8rem;
  }
}
.p-business .sec1 .venn .flex-row {
  display: flex;
  justify-content: center;
}
.p-business .sec1 .venn .flex-row .circle-content {
  padding-top: 1rem;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .flex-row .circle-content {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .flex-row .circle-content {
    padding-top: 2rem;
  }
}
.p-business .sec1 .venn .flex-row .circle2,
.p-business .sec1 .venn .flex-row .circle3 {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 18.6rem;
  justify-content: center;
  opacity: 0.8;
  position: relative;
  width: 18.6rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .flex-row .circle2,
  .p-business .sec1 .venn .flex-row .circle3 {
    height: 24.8rem;
    width: 24.8rem;
  }
}
.p-business .sec1 .venn .flex-row .circle2 {
  background: #0bc2a6;
  margin-right: -1.125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .flex-row .circle2 {
    margin-right: -1.5rem;
  }
}
.p-business .sec1 .venn .flex-row .circle3 {
  background: #33b29f;
  margin-left: -1.125rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .flex-row .circle3 {
    margin-left: -1.5rem;
  }
}
.p-business .sec1 .venn .circle-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content {
    gap: 2rem;
  }
}
.p-business .sec1 .venn .circle-content p:first-of-type {
  font-size: 1.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content p:first-of-type {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content p:first-of-type {
    font-size: 3.2rem;
  }
}
.p-business .sec1 .venn .circle-content p:nth-of-type(2) {
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content p:nth-of-type(2) {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content p:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
.p-business .sec1 .venn .circle-content .circle-img--ec {
  max-width: 3.12rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content .circle-img--ec {
    max-width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content .circle-img--ec {
    max-width: 4.8rem;
  }
}
.p-business .sec1 .venn .circle-content .circle-img--support {
  max-width: 2.47rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content .circle-img--support {
    max-width: 2.85rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content .circle-img--support {
    max-width: 3.8rem;
  }
}
.p-business .sec1 .venn .circle-content .circle-img--bid {
  max-width: 2.99rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-content .circle-img--bid {
    max-width: 3.45rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-content .circle-img--bid {
    max-width: 4.6rem;
  }
}
.p-business .sec1 .venn .circle-txt {
  padding-bottom: 18px;
  position: relative;
  width: 100%;
}
.p-business .sec1 .venn .circle-txt p {
  color: #7c7c7c;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt p {
    font-size: 1.9rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1180px) {
  .p-business .sec1 .venn .circle-txt p {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_ec {
  padding-bottom: 0.5rem;
  position: absolute;
  right: 0%;
  top: 11%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_ec {
    padding-bottom: 1rem;
    right: -24%;
    top: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_ec {
    padding-bottom: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    right: -19%;
    top: 18%;
    transform: translateX(-50%) translateY(-50%);
    width: 39%;
    z-index: 10;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_ec::before {
  background: #d0d0d0;
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.p-business .sec1 .venn .circle-txt.circle-txt_ec::after {
  background-color: #d0d0d0;
  bottom: -0.7rem;
  content: "";
  display: none;
  height: 0.3rem;
  left: -1.7rem;
  position: absolute;
  transform: rotate(130deg);
  width: 2.25rem;
  z-index: 6;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_ec::after {
    bottom: -1.3rem;
    display: block;
    left: -2.6rem;
    width: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_ec::after {
    bottom: -1.6rem;
    left: -3.6rem;
    width: 4.5rem;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_support {
  bottom: 0%;
  padding-bottom: 0.5rem;
  position: absolute;
  right: 31%;
  transform: translateX(-50%) translateY(-50%);
  width: 45%;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_support {
    bottom: unset;
    padding-bottom: 1rem;
    right: 51%;
    top: 38%;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_support {
    padding-bottom: 2rem;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_support::before {
  background: #d0d0d0;
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.p-business .sec1 .venn .circle-txt.circle-txt_support::after {
  background-color: #d0d0d0;
  bottom: -0.7rem;
  content: "";
  display: none;
  height: 0.3rem;
  position: absolute;
  right: -1.7rem;
  transform: rotate(-130deg);
  width: 2.25rem;
  z-index: 6;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_support::after {
    bottom: -1.3rem;
    display: block;
    right: -2.6rem;
    width: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_support::after {
    bottom: -1.6rem;
    right: -3.6rem;
    width: 4.5rem;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_bid {
  bottom: 0%;
  min-height: 7rem;
  padding-bottom: 0.5rem;
  position: absolute;
  right: -20%;
  transform: translateX(-50%) translateY(-50%);
  width: 45%;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_bid {
    bottom: unset;
    padding-bottom: 1rem;
    right: -15%;
    top: 39%;
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_bid {
    bottom: unset;
    padding-bottom: 2rem;
    right: -15%;
    top: 39%;
    width: 31%;
  }
}
.p-business .sec1 .venn .circle-txt.circle-txt_bid::before {
  background: #d0d0d0;
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.p-business .sec1 .venn .circle-txt.circle-txt_bid::after {
  background-color: #d0d0d0;
  bottom: 0.8rem;
  content: "";
  display: none;
  height: 0.3rem;
  left: -1.6rem;
  position: absolute;
  transform: rotate(-130deg);
  width: 2.25rem;
  z-index: 6;
}
@media screen and (min-width: 480px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_bid::after {
    bottom: -1.3rem;
    display: block;
    left: -2.6rem;
    transform: rotate(130deg);
    width: 2.25rem;
    width: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec1 .venn .circle-txt.circle-txt_bid::after {
    bottom: -1.6rem;
    left: -3.6rem;
    width: 4.5rem;
  }
}
.p-business .sec1__content {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-business .sec1__content:not(:last-child) {
  margin-bottom: 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content:not(:last-child) {
    margin-bottom: 9rem;
  }
}
.p-business .sec1__content:last-child {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content:last-child {
    margin-bottom: 10rem;
  }
}
.p-business .sec1__content.sec1__content--reverse {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content.sec1__content--reverse {
    flex-direction: row-reverse !important;
  }
}
.p-business .sec1__content.sec1__content--reverse .sec1__content--right {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content.sec1__content--reverse .sec1__content--right {
    margin-left: 0;
    margin-right: -11rem;
    overflow: unset;
  }
}
.p-business .sec1__content.sec1__content--reverse .sec1__content--right::after {
  clip-path: polygon(0 0, 54% 0, 100% 100%, 0 100%);
  left: 0;
  right: unset;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content.sec1__content--reverse .sec1__content--right::after {
    /* そのまま同じでOK */
  }
}
.p-business .sec1__content--left {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--left {
    max-width: 60.8rem;
  }
}
.p-business .sec1__content--left img {
  width: 100%;
}
.p-business .sec1__content--right {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 3rem 1rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--right {
    margin-left: -11rem;
    margin-top: 5rem;
    padding: 6.5rem;
    width: 69rem;
  }
}
.p-business .sec1__content--right::after {
  background: #f9f9f9;
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50rem;
  z-index: -1;
}
.p-business .sec1__content--right h2 {
  align-self: center;
  border-top: 0.4rem solid #4fbcab;
  color: #4fbcab;
  font-size: 5.07rem;
  font-weight: 600;
  gap: 1.105rem;
  letter-spacing: 0.06em;
  letter-spacing: -0.01em;
  line-height: initial;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--right h2 {
    font-size: 7.8rem;
    gap: 1.7rem;
    letter-spacing: unset;
  }
}
.p-business .sec1__content--right h3 {
  align-self: center;
  color: #7c7c7c;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--right h3 {
    font-size: 2.6rem;
    margin-bottom: 5.5rem;
  }
}
.p-business .sec1__content--right p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--right p {
    font-size: 1.8rem;
  }
}
.p-business .sec1__content--right .o-btn {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec1__content--right .o-btn {
    margin-top: 5rem;
  }
}
.p-business .sec2 .sec__contents,
.p-business .sec3 .sec__contents {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 6rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec2 .sec__contents,
  .p-business .sec3 .sec__contents {
    gap: 8rem;
    padding: 10rem 0 12.5rem;
  }
}
.p-business .sec2 li,
.p-business .sec3 li {
  overflow: hidden;
  position: relative;
}
.p-business .sec2 li img,
.p-business .sec3 li img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-business .sec2 li a,
.p-business .sec3 li a {
  display: block;
  text-decoration: none;
}
.p-business .sec2 li a:hover .is-caption img,
.p-business .sec2 li a:focus .is-caption img,
.p-business .sec3 li a:hover .is-caption img,
.p-business .sec3 li a:focus .is-caption img {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec2 li a:hover .is-caption img,
  .p-business .sec2 li a:focus .is-caption img,
  .p-business .sec3 li a:hover .is-caption img,
  .p-business .sec3 li a:focus .is-caption img {
    right: 1.5rem;
  }
}
.p-business .sec2 li .is-caption,
.p-business .sec3 li .is-caption {
  align-items: center;
  background: rgba(48, 182, 170, 0.8);
  bottom: 0;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 480px) {
  .p-business .sec2 li .is-caption,
  .p-business .sec3 li .is-caption {
    height: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec2 li .is-caption,
  .p-business .sec3 li .is-caption {
    height: 8rem;
  }
}
.p-business .sec2 li .is-caption p,
.p-business .sec3 li .is-caption p {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  opacity: 1;
}
@media screen and (min-width: 480px) {
  .p-business .sec2 li .is-caption p,
  .p-business .sec3 li .is-caption p {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .sec2 li .is-caption p,
  .p-business .sec3 li .is-caption p {
    font-size: 2.2rem;
  }
}
.p-business .sec2 li .is-caption img,
.p-business .sec3 li .is-caption img {
  height: unset;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  transition: right 0.3s cubic-bezier(0.4, 1, 0.4, 1);
}
@media screen and (min-width: 768px) {
  .p-business .sec2 li .is-caption img,
  .p-business .sec3 li .is-caption img {
    right: 3rem;
    width: 1.2rem;
  }
}
.p-business .sec3 {
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 {
    padding-bottom: 20rem;
  }
}
.p-business .sec3 .sec__contents {
  margin-bottom: 4.8rem;
  padding: 0;
  padding-top: 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec__contents {
    margin-bottom: 8rem;
    padding-top: 9rem;
  }
}
.p-business .sec3 .sec__contents--B {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec__contents--B {
    gap: 5.5rem;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 9rem;
  }
}
.p-business .sec3 .sec__contents--B .is-caption {
  align-items: center;
  background: rgba(48, 182, 170, 0.8);
  bottom: 0;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec__contents--B .is-caption {
    height: 8rem;
  }
}
.p-business .sec3 .sec3__kv {
  background: linear-gradient(125deg, rgba(0, 0, 0, 0) 55%, rgba(48, 182, 170, 0.8) 55%, rgba(48, 182, 170, 0.8) 100%),
    url("../images/business/delivery_img06.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 13rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec3__kv {
    height: 29.3rem;
  }
}
.p-business .sec3 .sec3__kv .innerBox {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.p-business .sec3 .sec3__kv p {
  color: #fff;
  font-size: 1.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-right: 0 !important;
  text-shadow: 0px 0px 10px rgba(178, 178, 178, 0.69);
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec3__kv p {
    font-size: 2.8rem;
    margin-right: 7rem;
    text-shadow: unset;
  }
}
.p-business .sec3 .sec3__kv p span {
  font-size: 2.88rem;
}
@media screen and (min-width: 768px) {
  .p-business .sec3 .sec3__kv p span {
    font-size: 4.8rem;
  }
}

.p-recruit .o-mv {
  background-image: url(../images/recruit/recruit_mv.jpg);
}
.p-recruit .sec1 {
  padding-bottom: 9.9rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1 {
    padding-bottom: 16.5rem;
  }
}
.p-recruit .sec1 .o-section_title {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1 .o-section_title {
    margin-bottom: 10rem;
  }
}
.p-recruit .sec1__content p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content p {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
}
.p-recruit .sec1__content ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 7.5rem;
  margin-top: 5.1rem;
}
@media screen and (min-width: 480px) {
  .p-recruit .sec1__content ul {
    gap: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul {
    gap: 5rem 8.5rem;
    margin-bottom: 12.5rem;
    margin-top: 8.5rem;
  }
}
.p-recruit .sec1__content ul li {
  align-items: center;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  justify-content: center;
  padding: 3.75rem 1% 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul li {
    gap: 3.6rem;
    padding: 5rem 1% 4rem;
  }
}
.p-recruit .sec1__content ul li img {
  height: 45%;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul li img {
    height: 100%;
    max-width: 100%;
  }
}
.p-recruit .sec1__content ul li p {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul li p {
    font-size: 2.4rem;
    line-height: 2.1;
  }
}
.p-recruit .sec1__content ul.is-about__list,
.p-recruit .sec1__content ul.is-photo__list {
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 0;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul.is-about__list,
  .p-recruit .sec1__content ul.is-photo__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12.5rem;
  }
}
.p-recruit .sec1__content ul.is-about__list li,
.p-recruit .sec1__content ul.is-photo__list li {
  gap: 0;
  justify-content: flex-start;
  padding: 0;
}
.p-recruit .sec1__content ul.is-about__list li img,
.p-recruit .sec1__content ul.is-photo__list li img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.p-recruit .sec1__content ul.is-about__list li p,
.p-recruit .sec1__content ul.is-photo__list li p {
  background: #fff;
  color: #313131;
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.44;
  padding: 2.25rem 1.95rem 0.825rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1__content ul.is-about__list li p,
  .p-recruit .sec1__content ul.is-photo__list li p {
    font-size: 2.2rem;
    line-height: 1.8;
    padding: 3rem 3rem 1.1rem;
  }
}
.p-recruit .sec1__content ul.is-photo__list li p {
  border: 1px solid #eaeaea;
}
.p-recruit .sec1 .is-about {
  background: #f9f9f9;
  margin-bottom: 8.1rem;
  margin-top: 6.9rem;
  padding: 8.1rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec1 .is-about {
    margin-bottom: 13.5rem;
    margin-top: 11.5rem;
    padding: 13.5rem 0 10rem;
  }
}
.p-recruit .sec2 .o-section_title p {
  padding: 0;
}
.p-recruit .sec2 p {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 3.375rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec2 p {
    font-size: 2rem;
    padding: 4.5rem 0;
  }
}
.p-recruit .sec2__map {
  height: 45rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit .sec2__map {
    height: 60rem;
  }
}
.p-recruit .sec2__map iframe {
  height: 100%;
  margin-top: -8rem;
  width: 100%;
}

.p-company .o-mv {
  background-image: url(../images/company/company_mv.jpg);
}
.p-company .page-head {
  gap: 4.2rem;
  margin: 0 auto;
  padding-bottom: 9.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company .page-head {
    gap: 7rem;
    padding-bottom: 16rem;
  }
}
.p-company .page-head h2 {
  font-size: 2.28rem;
  font-weight: 600;
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-company .page-head h2 {
    font-size: 3.8rem;
    margin-bottom: 7rem;
  }
}
.p-company .page-head p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-company .page-head p {
    font-size: 1.8rem;
  }
}
.p-company .sec1 .is-pyramid__container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 6rem 0 7.8rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid__container {
    padding: 10rem 0 13rem;
  }
}
.p-company .sec1 .is-pyramid {
  background: linear-gradient(to top, #ccc, #eee);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  flex: 1;
  height: 27.75rem;
  list-style: none;
  margin: 0;
  max-width: 38.25rem;
  min-width: 20rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid {
    height: 37rem;
    max-width: 51rem;
  }
}
.p-company .sec1 .is-pyramid li {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .p-company .sec1 .is-pyramid li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid li {
    font-size: 2.8rem;
  }
}
.p-company .sec1 .is-pyramid li:nth-child(1) {
  background: #03d9b9;
  color: #fff;
  height: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid li:nth-child(1) {
    height: 15rem;
  }
}
.p-company .sec1 .is-pyramid li:nth-child(2) {
  background: #01ba9e;
  color: #fff;
  height: 8.25rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid li:nth-child(2) {
    height: 11rem;
  }
}
.p-company .sec1 .is-pyramid li:nth-child(3) {
  background: #009f87;
  color: #fff;
  height: 8.25rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid li:nth-child(3) {
    height: 11rem;
  }
}
.p-company .sec1 .is-pyramid li span {
  letter-spacing: -0.01em;
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid li span {
    letter-spacing: unset;
    margin-top: 7rem;
  }
}
.p-company .sec1 .is-pyramid__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 27.75rem;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid__texts {
    height: 37rem;
  }
}
.p-company .sec1 .is-pyramid__texts li {
  align-items: center;
  color: #7c7c7c;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  gap: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  .p-company .sec1 .is-pyramid__texts li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company .sec1 .is-pyramid__texts li {
    font-size: 2rem;
    gap: 2rem;
  }
}
.p-company .sec1 .is-pyramid__texts li img {
  display: none;
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 480px) {
  .p-company .sec1 .is-pyramid__texts li img {
    display: block;
  }
}
.p-company .sec1 .is-pyramid__texts li:first-of-type {
  margin-left: -22%;
}
.p-company .sec1 .is-pyramid__texts li:nth-child(2) {
  margin-left: -12%;
}
.p-company .sec1 .is-pyramid__texts li:nth-child(3) {
  margin-left: -1.5%;
}
.p-company .sec2__content {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  margin: 0 auto;
  max-width: 87.5rem;
  padding: 6rem 0 6.6rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec2__content {
    gap: 6rem;
    padding: 10rem 0 11rem;
  }
}
.p-company .sec2__content h3 {
  align-items: center;
  color: #7c7c7c;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1.3rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-company .sec2__content h3 {
    font-size: 2rem;
    gap: 2rem;
  }
}
.p-company .sec2__content h3 img {
  width: 172.25px;
}
@media screen and (min-width: 768px) {
  .p-company .sec2__content h3 img {
    width: 265px;
  }
}
.p-company .sec2__content p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec2__content p {
    font-size: 1.8rem;
  }
}
.p-company .sec3__content {
  padding: 5.4rem 0 6.9rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec3__content {
    padding: 9rem 0 11.5rem;
  }
}
.p-company .sec3__content .o-table dt {
  color: #7c7c7c;
}
@media screen and (min-width: 768px) {
  .p-company .sec3__content .o-table dt {
    padding: 3rem 0 3rem 6rem;
  }
}
.p-company .sec4__content {
  padding: 6rem 0 7.8rem;
}
@media screen and (min-width: 768px) {
  .p-company .sec4__content {
    padding: 10rem 0 13rem;
  }
}
.p-company .sec4__content img {
  width: 100%;
}

.p-material .sec1 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-material .sec1 {
    margin-bottom: 4rem;
  }
}
.p-material .sec1__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-material .sec1__content {
    width: 70%;
  }
}
.p-material .sec1__content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-material .sec1__content h2 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
.p-material .sec1__content--list ul {
  align-items: stretch;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 480px) {
  .p-material .sec1__content--list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-material .sec1__content--list ul li {
  background-color: #fff;
  border: 1px solid #7c7c7c;
  height: 100%;
  padding: 1.5rem;
}
.p-material .sec1__content--list ul li a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-material .sec1__content--list ul li a dl {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-material .sec1__content--list ul li a dl dt {
  border-bottom: 1px solid #7c7c7c;
  color: #7c7c7c;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  padding-bottom: 0.4em;
}
.p-material .sec1__content--list ul li a dl dd {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.05rem;
  margin-bottom: 1.2rem;
  min-height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-material .sec1__content--list ul li a dl dd {
    flex-direction: row;
    gap: 1.4rem;
    margin-bottom: 1.6rem;
    min-height: 3.2rem;
  }
}
.p-material .sec1__content--list ul li a dl dd img {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  height: 12rem;
  min-width: 12rem;
  object-fit: cover;
  width: 30%;
}
.p-material .sec1__content--list ul li a dl dd p {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-material .sec1__content--list ul li a dl dd p:hover {
  text-decoration: underline;
}
.p-material .sec1__content--list ul li a > p {
  background: #009f87;
  color: #fff;
  display: block;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: auto;
  margin-top: auto;
  padding: 0.8rem;
  width: fit-content;
}

.p-404 p {
  color: #7c7c7c;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404 p {
    font-size: 1.8rem;
  }
}
.p-404 .o-btn {
  margin-top: 3rem;
}

.p-construction .o-mv {
  background-image: url(../images/construction/construction_mv.jpg);
}
.p-construction .sec1 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1 {
    padding-bottom: 5rem;
  }
}
.p-construction .sec1 .o-section_title {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1 .o-section_title {
    margin-bottom: 10rem;
  }
}
.p-construction .sec1 .o-section_title h2 {
  margin-bottom: 0;
}
.p-construction .sec1 .o-title h2 {
  margin-bottom: 0;
}
.p-construction .sec1__content {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content {
    margin-top: 7.5rem;
  }
}
.p-construction .sec1__content p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content p {
    font-size: 1.8rem;
  }
}
.p-construction .sec1__content table {
  border-collapse: collapse;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table {
    margin-top: 5rem;
  }
}
.p-construction .sec1__content table table,
.p-construction .sec1__content table tr,
.p-construction .sec1__content table td {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table table,
  .p-construction .sec1__content table tr,
  .p-construction .sec1__content table td {
    display: table;
  }
  .p-construction .sec1__content table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .p-construction .sec1__content table td {
    display: table-cell;
  }
}
.p-construction .sec1__content table td {
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5rem;
    width: unset;
  }
}
.p-construction .sec1__content table td:first-child {
  background: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td:first-child {
    margin-bottom: 0;
    width: 25%;
  }
}
.p-construction .sec1__content table td:first-child h2 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td:first-child h2 {
    font-size: 3rem;
  }
}
.p-construction .sec1__content table td:first-child p {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: initial;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td:first-child p {
    font-size: 2rem;
  }
}
.p-construction .sec1__content table td:last-child {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td:last-child {
    padding-left: 3.5rem;
  }
}
.p-construction .sec1__content table td:last-child p {
  color: #333;
  font-size: 1.6rem;
  line-height: initial;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction .sec1__content table td:last-child p {
    font-size: 1.8rem;
    padding: 0;
    text-align: left;
  }
}
.p-construction .sec1__content table td:last-child img {
  display: block;
  height: auto;
  max-width: 100%;
}

.p-netshops .o-mv {
  background-image: url(../images/netshops/netshops_mv.jpg);
}
.p-netshops .sec1 {
  padding-bottom: 10.8rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1 {
    padding-bottom: 18rem;
  }
}
.p-netshops .sec1 .o-section_title h2 {
  margin-bottom: 0;
}
.p-netshops .sec1__content {
  padding: 6rem 0 5.1rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content {
    padding: 10rem 0 8.5rem;
  }
}
.p-netshops .sec1__content--txt {
  color: #313131;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content--txt {
    font-size: 1.8rem;
  }
}
.p-netshops .sec1__content.B {
  background: #f9f9f9;
  padding: 7.2rem 0 5.4rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.B {
    padding: 12rem 0 9rem;
  }
}
.p-netshops .sec1__content.B .sec1__content--txt {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.B .sec1__content--txt {
    margin-top: 7.5rem;
  }
}
.p-netshops .sec1__content.C {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.C {
    padding: 10rem 0;
  }
}
.p-netshops .sec1__content.C ul {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.C ul {
    grid-gap: 7.7rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-netshops .sec1__content.C ul li h3 {
  background: #f9f9f9;
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.C ul li h3 {
    font-size: 2.2rem;
    padding: 3rem 0;
  }
}
.p-netshops .sec1__content.C ul li img {
  width: 100%;
}
.p-netshops .sec1__content.D {
  background: #f9f9f9;
  padding: 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D {
    padding: 7.5rem 0;
  }
}
.p-netshops .sec1__content.D p {
  color: #7c7c7c;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-netshops .sec1__content.D .o-btn {
  width: 34.8rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D .o-btn {
    width: 43.5rem;
  }
}
.p-netshops .sec1__content.D .o-btn a {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 9.75rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D .o-btn a {
    height: 13rem;
  }
}
.p-netshops .sec1__content.D .o-btn a span:first-child {
  align-items: center;
  display: flex;
  font-size: 2.34rem;
  font-weight: 600;
  gap: 0.91rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D .o-btn a span:first-child {
    font-size: 3.6rem;
    gap: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-netshops .sec1__content.D .o-btn a span:first-child img {
  width: 1.69rem;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D .o-btn a span:first-child img {
    width: 2.6rem;
  }
}
.p-netshops .sec1__content.D .o-btn a span:first-child a {
  color: #313131 !important;
}
.p-netshops .sec1__content.D .o-btn a span:last-child {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-netshops .sec1__content.D .o-btn a span:last-child {
    font-size: 1.8rem;
  }
}

.p-notice .o-mv {
  background-image: url(../images/notice/notice_mv.jpg);
}
.p-notice .is-sidebar_wrap {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-sidebar_wrap {
    flex-direction: row-reverse;
    padding-top: 5rem;
    gap: 5.5%;
  }
}
.p-notice .is-news {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news {
    width: 73%;
  }
}
.p-notice .is-news__list {
  display: grid;
  gap: 1.69rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 14.1rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news__list {
    gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 23.5rem;
  }
}
.p-notice .is-news__list li a .is-news__thumbnail {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news__list li a .is-news__thumbnail {
    margin-bottom: 2.5rem;
  }
}
.p-notice .is-news__list li a .is-news__thumbnail img {
  width: 100%;
}
.p-notice .is-news__list li a span {
  display: block;
  letter-spacing: 0.02em;
  line-height: 1;
}
.p-notice .is-news__list li a .date {
  color: #7c7c7c;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news__list li a .date {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-notice .is-news__list li a .title {
  color: #7c7c7c;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news__list li a .title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-notice .is-news__list li a .excerpt {
  -webkit-box-orient: vertical;
  color: #313131;
  display: -webkit-box;
  font-size: 1.6rem;
  -webkit-line-clamp: 4;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .p-notice .is-news__list li a .excerpt {
    font-size: 1.8rem;
  }
}
.p-notice .is-news__list li a .excerpt:hover {
  text-decoration: underline;
}
.p-notice .is-single {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single {
    width: 73%;
  }
}
.p-notice .is-single .flex {
  align-items: center;
  justify-content: space-between;
  line-height: initial;
}
.p-notice .is-single .flex p span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single .flex p span {
    font-size: 1.8rem;
  }
  .p-notice .is-single .flex p span img {
    height: 16.72px;
    width: 16.72px;
    vertical-align: middle;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-notice .is-single .flex p span img {
    height: 19px;
    width: 19px;
  }
}
.p-notice .is-single .flex .post-categories {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single .flex .post-categories {
    gap: 1rem;
  }
}
.p-notice .is-single .flex .category {
  font-size: 1.4rem;
  color: #fff;
  background: #11a58f;
  border-radius: 4px;
  width: 90px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single .flex .category {
    font-size: 1.6rem;
    width: 120px;
    height: 20px;
    line-height: 20px;
  }
}
.p-notice .is-single h1 {
  font-size: 2.25rem;
  border-bottom: 1px solid #c3c3c3;
  line-height: initial;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single h1 {
    font-size: 3rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.p-notice .is-single__content {
  font-size: 16px !important;
  padding: 2.4rem 0 9.3rem 0;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__content {
    padding: 4rem 0 15.5rem 0;
  }
}
.p-notice .is-single__list .flex {
  align-items: center;
  justify-content: flex-start;
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list .flex {
    gap: 2rem;
  }
}
.p-notice .is-single__list .flex span:first-of-type {
  font-size: 1.4rem;
  color: #fff;
  background: #11a58f;
  border-radius: 4px;
  width: 90px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list .flex span:first-of-type {
    font-size: 1.6rem;
    width: 120px;
    height: 20px;
    line-height: 20px;
  }
}
.p-notice .is-single__list .flex span:last-of-type {
  color: #11a58f;
  background: unset;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list .flex span:last-of-type {
    font-size: 1.6rem;
  }
}
.p-notice .is-single__list--box {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box {
    margin-top: 3.5rem;
  }
}
.p-notice .is-single__list--box a {
  display: flex;
  justify-content: flex-start;
  border-radius: 10px;
  border: 2px solid #dfdfdf;
}
.p-notice .is-single__list--box .thumb {
  position: relative;
}
.p-notice .is-single__list--box .thumb img {
  position: relative;
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .thumb img {
    width: 14rem;
    height: 14rem;
  }
}
.p-notice .is-single__list--box .thumb > span {
  position: absolute;
  top: 0;
  right: 0;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  width: 60px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .thumb > span {
    font-size: 1.4rem;
    width: 80px;
    height: 20px;
    line-height: 20px;
  }
}
.p-notice .is-single__list--box .text {
  flex: 1;
  padding: 1.5rem 1.125rem 1.2rem;
  color: #313131;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  height: 12rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .text {
    padding: 2rem 1.5rem 1.2rem;
    height: 14rem;
  }
}
.p-notice .is-single__list--box .text div:first-of-type p {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .text div:first-of-type p {
    font-size: 1.4rem;
  }
}
.p-notice .is-single__list--box .text div:first-of-type h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .text div:first-of-type h2 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.p-notice .is-single__list--box .text div:first-of-type h2:hover {
  text-decoration: underline;
}
.p-notice .is-single__list--box .text div:last-child p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-notice .is-single__list--box .text div:last-child p {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */
