@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 64px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
  }
}

.c-button1 {
  text-align: right;
}
.c-button1 a {
  padding-right: 23px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-bottom: 5px;
  background-image: linear-gradient(#333333, #333333);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
.c-button1 a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.c-button1 a::before {
  content: "";
  background: rgb(0, 168, 123);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.c-button1 a::after {
  content: "";
  background: url(../images/arrow_white.svg) no-repeat;
  width: 6px;
  height: 9px;
  background-size: 100%;
  position: absolute;
  top: 9.5px;
  right: 7px;
  z-index: 2;
}

.c-content {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-content {
    width: 92%;
  }
}

.c-gray {
  background: url(../images/bg_gray.jpg) no-repeat;
  background-size: cover;
}

.c-top__title2 {
  margin-bottom: 78px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.c-top__title2-color {
  color: rgb(0, 168, 123);
}
.c-top__title2 span {
  width: 100%;
}
.c-top__title2-small {
  font-size: 16px;
  color: rgb(119, 119, 119);
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.c-top__title2::after {
  content: "";
  background: url(../images/h2_logo.svg) no-repeat;
  background-size: 100%;
  width: 33px;
  height: 6px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-top__title2 {
    font-size: 40px;
    margin-bottom: 62px;
  }
}

.c-pagetop {
  background: #333333;
}
.c-pagetop a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 27px 0 14px;
  transition: 0.3s;
}
.c-pagetop a::after {
  content: "";
  background: url(../images/arrow_white.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
  transition: all 0.2s;
}
.c-pagetop a:hover::after {
  top: 5px;
}

.p-header__inner {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.p-header__logo {
  padding: 21px 0 22px;
}
.p-header__logo a {
  display: flex;
  align-items: center;
}
.p-header__logo img {
  width: 188px;
}
.p-header__logo-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 500;
  margin-left: 30px;
}
.p-header__logo-text.en {
  font-size: 16px;
  line-height: 1.3;
}
.p-header__link {
  display: flex;
  padding: 25px 0;
}
.p-header__link-col4 {
  display: flex;
  margin-right: 20px;
  border-left: 1px solid rgba(221, 221, 221, 0.87);
}
.p-header__link-col4 > div {
  border-right: 1px solid rgba(221, 221, 221, 0.87);
  display: flex;
  align-items: center;
}
.p-header__link-col4 a {
  width: 100%;
  height: 100%;
  padding: 2px 20px;
  display: flex;
  font-size: 13px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  line-height: 1;
  transition: 0.3s;
}
.p-header__link-col4 a:hover {
  color: rgb(0, 168, 123);
}
.p-header__link-col4 i {
  margin-right: 5px;
}
.p-header__link-col4 i img {
  display: block;
}
.p-header__link-language a {
  display: block;
  padding: 7.5px 31px;
  font-size: 13px;
  border: 1px solid rgb(0, 168, 123);
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
  color: rgb(0, 168, 123);
}
.p-header__link-language a:hover {
  background: rgb(0, 168, 123);
  color: #fff;
}
.p-header__green {
  background: rgb(0, 168, 123);
}
.p-header__nav {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  height: 48px;
}
.p-header__nav > div {
  width: 14.2857142857%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.p-header__nav > div:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.p-header__nav a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}
.p-header__nav a:hover {
  background: rgb(0, 135, 99);
}
.p-header__nav-hover {
  position: relative;
}
.p-header__nav-hover:hover .p-header__nav-list {
  display: block;
}
.p-header__nav-list {
  display: none;
  position: absolute;
  width: 100%;
  transition: 0.5s ease;
  transition-delay: 0.45s;
  background: rgb(0, 168, 123);
  overflow: hidden;
  z-index: 2;
}
.p-header__nav-item a {
  padding: 24px 0;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  transition: 0.3s;
}
.p-header__nav-item a::before {
  content: "";
  background: url(../images/arrow_white.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  z-index: 2;
}
.p-header__menu {
  display: none;
}
.p-header__spmenu {
  display: none;
}
@media screen and (max-width: 1180px) {
  .p-header__logo img {
    width: 140px;
  }
  .p-header__logo-text {
    font-size: 14px;
    margin-left: 10px;
  }
  .p-header__link-col4 {
    margin-right: 10px;
  }
  .p-header__link-col4 a {
    padding: 2px 10px;
    font-size: 12px;
  }
  .p-header__link-language a {
    padding: 7.5px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .p-header__logo img {
    width: 130px;
  }
  .p-header__logo-text {
    font-size: 13px;
  }
  .p-header__link-col4 a {
    font-size: 10px;
  }
  .p-header__link-language a {
    font-size: 10px;
  }
  .p-header__nav a {
    font-size: 14px;
  }
  .p-header__nav-item a {
    font-size: 12px;
  }
  .p-header__nav-item a::before {
    width: 6px;
    height: 10px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    width: 100%;
    height: 100%;
  }
  .p-header__logo {
    padding: 10px 0 9px 4%;
  }
  .p-header__logo.en {
    padding: 5px 0 9px 4%;
  }
  .p-header__logo.en a {
    width: auto;
  }
  .p-header__logo.en a img {
    width: 130px;
  }
  .p-header__logo a {
    flex-wrap: wrap;
    width: 140px;
  }
  .p-header__logo img {
    width: 100%;
    margin-bottom: 6px;
  }
  .p-header__logo-text {
    font-size: 12px;
  }
  .p-header__logo-text.en {
    width: 100%;
    margin-left: 0;
    font-size: 10px;
  }
  .p-header__link {
    display: none;
  }
  .p-header__green {
    display: none;
  }
  .p-header__menu {
    display: block;
    width: 64px;
    height: 100%;
    background: rgb(0, 168, 123);
    position: relative;
  }
  .p-header__menu span {
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    transition: 0.2s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .p-header__menu span:nth-of-type(1) {
    top: 22px;
  }
  .p-header__menu span:nth-of-type(2) {
    top: 31px;
  }
  .p-header__menu span:nth-of-type(3) {
    bottom: 22px;
  }
  .p-header__spmenu {
    position: fixed;
    top: 64px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 64px);
    background: rgb(0, 168, 123);
    transition: left 0.5s ease-in-out;
    display: block;
  }
  .p-header__spmenu-list {
    padding-top: 19px;
    width: 92%;
    margin: 0 auto;
  }
  .p-header__spmenu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .p-header__spmenu-list a {
    padding: 21px 0;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-weight: 500;
    display: block;
  }
  .p-header__spmenu-link {
    width: 92%;
    margin: 40px auto 0;
    gap: 36px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .p-header__spmenu-link li {
    width: 50%;
  }
  .p-header__spmenu-link a {
    display: flex;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #fff;
  }
  .p-header__spmenu-link i {
    width: 16px;
    margin-right: 10px;
  }
}

.act .p-header__menu span:nth-of-type(1) {
  transform: rotateZ(30deg) translate(1.91px, 9px);
}
.act .p-header__menu span:nth-of-type(2) {
  opacity: 0;
}
.act .p-header__menu span:nth-of-type(3) {
  transform: rotateZ(-30deg) translate(1.91px, -9px);
}
.act .p-header__spmenu {
  left: 0;
  overflow-y: scroll;
  z-index: 100;
}

.p-mv {
  position: relative;
}
.p-mv__slider {
  position: relative;
}
.p-mv__slider .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.3333333333%;
  margin: auto;
  width: 64px;
  height: 64px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  transition: 0.3s;
}
.p-mv__slider .slick-prev::before {
  content: "";
  background: url(../images/arrow_green.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-mv__slider .slick-prev:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.p-mv__slider .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.3333333333%;
  margin: auto;
  width: 64px;
  height: 64px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  transition: 0.3s;
}
.p-mv__slider .slick-next::before {
  content: "";
  background: url(../images/arrow_green.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}
.p-mv__slider .slick-next:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.p-mv__slider .slick-list {
  overflow: hidden;
}
.p-mv__title {
  position: absolute;
  bottom: -38px;
  left: 5.5555555556%;
  z-index: 3;
}
.p-mv__title-text {
  font-size: 56px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 20px 24px 20px 28px;
  background: url(../images/h1_bg.png) no-repeat;
  background-size: cover;
}
.p-mv__title-text rt {
  font-size: 16px;
}
.p-mv__title-text + p {
  margin-top: 10px;
}
.p-mv__title-text:first-of-type {
  display: inline-block;
}
.p-mv__title.en .p-mv__title-text {
  font-size: 40px;
  display: block;
}
.p-mv__title.en .p-mv__title-text:last-of-type {
  display: inline-block;
  margin-top: 10px;
}
.p-mv__chemical1 {
  position: absolute;
  z-index: 2;
  width: 324.8px;
  left: 16.5972222222%;
  bottom: 75px;
}
.p-mv__chemical2 {
  position: absolute;
  z-index: 4;
  width: 83px;
  left: calc(5.5555555556% + 343px);
  bottom: -38px;
}
@media screen and (max-width: 900px) {
  .p-mv__title.en .p-mv__title-text {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-top: 64px;
  }
  .p-mv__slider {
    height: 400px;
  }
  .p-mv .slick-list, .p-mv .slick-track {
    height: 100%;
  }
  .p-mv .slick-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-mv .slick-slide img {
    width: auto;
    height: 100%;
  }
  .p-mv .slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 2.6666666667%;
  }
  .p-mv .slick-prev::before {
    width: 6px;
    height: 11px;
  }
  .p-mv .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    right: 2.6666666667%;
  }
  .p-mv .slick-next::before {
    width: 6px;
    height: 11px;
  }
  .p-mv__title {
    bottom: -80px;
    left: 4%;
  }
  .p-mv__title-text {
    font-size: 35px;
    line-height: 55.6px;
    padding: 0 14px 0 20px;
  }
  .p-mv__title-text rt {
    font-size: 12px;
  }
  .p-mv__title-text:first-of-type {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .p-mv__title-text:last-of-type {
    font-size: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .p-mv__title-text + p {
    margin-top: 5px;
  }
  .p-mv__title.en .p-mv__title-text {
    font-size: 25px;
    line-height: 1.4;
  }
  .p-mv__title.en .p-mv__title-text:first-of-type {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .p-mv__chemical1 {
    width: 238.19px;
    left: 14.6666666667%;
    bottom: 0;
  }
  .p-mv__chemical2 {
    width: 55px;
    left: 68.2666666667%;
    bottom: -72px;
  }
}

.p-read {
  padding: 80px 0;
}
.p-read__text {
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-read {
    padding: 129px 0 40px;
  }
}

.p-news {
  padding: 80px 0;
}
.p-news__change {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.p-news__change-item {
  width: calc((100% - 30px) / 5);
}
.p-news__change-item a {
  border: 2px solid rgb(0, 168, 123);
  border-radius: 8px;
  background: rgb(0, 168, 123);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  justify-content: center;
  transition: 0.3s;
}
.p-news__change-item a:hover {
  color: rgb(0, 168, 123);
  background: #fff;
}
.p-news__change-item.active a {
  color: rgb(0, 168, 123);
  background: #fff;
}
.p-news__list {
  margin-bottom: 24px;
}
.p-news__list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.p-news__list-item:nth-child(n+6) {
  display: none;
}
.p-news__list-data {
  display: flex;
  gap: 16px;
  align-items: center;
}
.p-news__list-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.p-news__list-label {
  background: #fff;
  border: 1px solid rgb(0, 168, 123);
  border-radius: 4px;
  width: 96px;
  padding: 9.5px 0 8.5px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: rgb(0, 168, 123);
}
.p-news__list-title {
  width: calc(100% - 265px);
  padding: 20.5px 0;
  font-size: 16px;
  color: rgb(34, 34, 34);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.5s ease;
  text-underline-offset: 4px;
}
.p-news__list-title:hover {
  text-decoration-color: rgb(34, 34, 34);
}
.p-news__list.archive {
  margin-top: 40px;
}
.p-news__list.archive .p-news__list-item:nth-child(n+6) {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 40px 0;
  }
  .p-news__change {
    overflow-x: scroll;
    gap: 10px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
  }
  .p-news__change-item {
    flex: 0 0 160px;
  }
  .p-news__change-item-title {
    padding: 14px 0;
  }
  .p-news__list-item {
    flex-wrap: wrap;
  }
  .p-news__list-data {
    width: 100%;
    padding-top: 24px;
  }
  .p-news__list-title {
    width: 100%;
    padding: 16px 0;
  }
}

.p-topics-archive__btn {
  margin: 0 auto 40px;
}
.p-topics-archive__btn .wp-pagenavi {
  text-align: center;
}

.p-contents {
  position: relative;
  padding: 72px 0 128px;
}
.p-contents .c-content {
  max-width: 1440px;
}
.p-contents__block {
  display: flex;
  gap: 2.8846153846%;
}
.p-contents__block + .p-contents__block {
  margin-top: 82px;
}
.p-contents__block-photo {
  width: 62.7884615385%;
}
.p-contents__block-photo a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.p-contents__block-photo a img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.p-contents__block-photo a:hover img {
  transform: scale(1.1);
}
.p-contents__block-area {
  width: 57.2115384615%;
}
.p-contents__block.p-contents__block-change .p-contents__block-photo {
  order: 2;
}
.p-contents__block.p-contents__block-change .p-contents__block-area {
  order: 1;
}
.p-contents__block-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 500;
}
.p-contents__title3 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 38px;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 13px 21px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
.p-contents__title3::before {
  content: "";
  background: #777777;
  width: 4px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-contents__title3::after {
  content: "";
  background: #00A87B;
  width: 4px;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-contents__col3 {
  width: 100%;
  max-width: 1040px;
  display: flex;
  gap: 2.7884615385%;
  margin: 100px auto 0;
}
.p-contents__col3 > div {
  width: calc((100% - 58px) / 3);
}
.p-contents__col3-img {
  margin-bottom: 16px;
}
.p-contents__col3-img a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.p-contents__col3-img a img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.p-contents__col3-img a:hover img {
  transform: scale(1.1);
}
.p-contents__col3-title {
  font-size: 20px;
  line-height: 2;
  padding-left: 10px;
  border-left: 3px solid #00A87B;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}
.p-contents__col3-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}
.p-contents__chemical1 {
  position: absolute;
  width: 341px;
  top: 4px;
  right: 0;
  z-index: -1;
}
.p-contents__chemical2 {
  position: absolute;
  left: 0;
  width: 382px;
  top: 104px;
  z-index: -1;
}
.p-contents__chemical3 {
  position: absolute;
  top: 557px;
  width: 161px;
  left: 47.9861111111%;
  z-index: -1;
}
.p-contents__chemical4 {
  position: absolute;
  width: 220px;
  left: 0;
  bottom: 959px;
  z-index: -1;
}
.p-contents__chemical5 {
  position: absolute;
  width: 346px;
  right: 0;
  bottom: 346px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-contents {
    padding: 40px 0 80px;
  }
  .p-contents__block-photo {
    display: none;
  }
  .p-contents__block-area {
    width: 100%;
  }
  .p-contents__block + .p-contents__block {
    margin-top: 40px;
  }
  .p-contents__title3 {
    font-size: 24px;
    padding: 10px 0 12px 18px;
    margin-bottom: 24px;
  }
  .p-contents__photo {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-contents__col3 {
    margin-top: 64px;
    gap: 40px;
    flex-wrap: wrap;
  }
  .p-contents__col3 > div {
    width: 100%;
  }
  .p-contents__chemical1 {
    max-width: 50%;
  }
  .p-contents__chemical2 {
    max-width: 50%;
  }
  .p-contents__chemical3 {
    max-width: 50%;
  }
  .p-contents__chemical4 {
    max-width: 50%;
  }
  .p-contents__chemical5 {
    max-width: 50%;
  }
}

.p-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-slider .swiper-slide {
  width: 327px;
}
@media screen and (max-width: 768px) {
  .p-slider .swiper-slide {
    width: 240px;
  }
}

.p-links {
  padding: 82px 0 80px;
}
.p-links__col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2.8846153846%;
}
.p-links__col3 > div {
  width: 31.3461538462%;
  overflow: hidden;
}
.p-links__col3 a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.p-links__col3 a img {
  width: 100%;
  vertical-align: middle;
}
.p-links__col3 a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-links {
    padding: 40px 0;
  }
  .p-links__col3 {
    gap: 24px 5.7971014493%;
  }
  .p-links__col3 > div {
    width: 46.3768115942%;
  }
}

.p-footer {
  background: url(../images/footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.p-footer__inner {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 0 51px;
  display: flex;
  justify-content: space-between;
  gap: 10.1923076923%;
}
.p-footer__info {
  width: 251px;
}
.p-footer__logo {
  width: 237px;
  margin-bottom: 19px;
}
.p-footer__logo a {
  display: block;
}
.p-footer__logo img {
  margin-bottom: 16px;
}
.p-footer__logo p {
  font-size: 23px;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.p-footer__logo.en p {
  font-size: 13px;
  line-height: 1.3;
}
.p-footer__address {
  margin-bottom: 16px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
.p-footer__tel {
  margin-bottom: 5px;
  align-items: center;
  display: flex;
  line-height: 1.5;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-footer__tel i {
  margin: 0 15px 0 5px;
}
.p-footer__tel img {
  margin: 0 auto;
  display: block;
}
.p-footer__fax {
  margin-bottom: 5px;
  align-items: center;
  display: flex;
  line-height: 1.5;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-footer__fax i {
  margin: 0 15px 0 5px;
}
.p-footer__fax img {
  margin: 0 auto;
  display: block;
}
.p-footer__col4 {
  width: 65.6730769231%;
  gap: 10px 4.39238653%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-footer__col4 > div {
  width: 148px;
}
.p-footer__col4-list {
  border-top: 1px solid #ddd;
}
.p-footer__col4-item {
  border-bottom: 1px solid #ddd;
}
.p-footer__col4-item a {
  display: block;
  color: #222222;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 0 14px;
  font-weight: 500;
  transition: 0.3s;
}
.p-footer__col4-item a:hover {
  color: rgb(0, 168, 123);
}
.p-footer__col4-item.p-footer__col4-item--sencond a {
  padding-bottom: 10px;
}
.p-footer__col4-second {
  margin-bottom: 13px;
}
.p-footer__col4-seconditem {
  margin-bottom: 10px;
}
.p-footer__col4-seconditem a {
  padding: 0 0 0 15px !important;
  position: relative;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-footer__col4-seconditem a::before {
  content: "";
  background: rgb(0, 168, 123);
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .p-footer__info {
    width: 100%;
  }
  .p-footer__logo {
    margin: 0 auto 24px;
  }
  .p-footer__address {
    text-align: center;
  }
  .p-footer__tel {
    justify-content: center;
  }
  .p-footer__fax {
    justify-content: center;
  }
  .p-footer__col4 {
    display: none;
  }
}

.p-copyright {
  background: rgb(0, 168, 123);
}
.p-copyright__inner {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-copyright__text {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.p-copyright__link {
  display: flex;
  border-left: 1px solid rgba(221, 221, 221, 0.87);
}
.p-copyright__link > div {
  border-right: 1px solid rgba(221, 221, 221, 0.87);
}
.p-copyright__link a {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  padding: 0 24px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
}
.p-copyright__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-copyright__inner {
    width: 92%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 0;
  }
  .p-copyright__text {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-copyright__link {
    order: 1;
    margin-bottom: 21px;
    justify-content: center;
  }
}

.p-secondtitle {
  background: url(../images/second/second_title.jpg) no-repeat;
  background-size: cover;
  position: relative;
  width: 94.4444444444%;
  margin: 0 0 0 auto;
  height: 240px;
}
.p-secondtitle h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 48px;
  background: #fff;
  padding: 20px 40px;
  width: auto;
  font-weight: 400;
}
.p-secondtitle h1::first-letter {
  color: rgb(0, 168, 123);
}
@media screen and (max-width: 768px) {
  .p-secondtitle {
    margin-top: 64px;
    height: 160px;
    background: url(../images/second/second_title_sp.jpg) no-repeat;
    background-position: center bottom;
    width: 96%;
  }
  .p-secondtitle h1 {
    font-size: 32px;
    padding: 16px;
  }
}

.p-breadcrumb {
  width: 88.8888888889%;
  margin: 48px auto 0;
}
.p-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: center;
}
.p-breadcrumb li a {
  font-size: 13px;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
}
.p-breadcrumb li:nth-child(n+2) {
  position: relative;
}
.p-breadcrumb li:nth-child(n+2)::before {
  content: "";
  background: url(../images/arrow_green.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.p-breadcrumb li:last-child {
  font-size: 13px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    margin-top: 24px;
    width: 92%;
  }
}

.p-entry {
  padding: 44px 0 80px;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
.p-entry h2 {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin: 92px 0;
  line-height: 1.5;
}
.p-entry h2:first-of-type {
  margin-top: 0;
}
.p-entry h2::before {
  content: "";
  background: linear-gradient(to right, rgb(119, 119, 119) 0 40px, rgb(0, 168, 123) 40px 80px);
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-entry h3 {
  margin: 100px 0 56px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  position: relative;
  line-height: 1.3;
}
.p-entry h3::before {
  content: "";
  background: linear-gradient(to right, rgb(0, 168, 123) 0 22.7083333333%, rgb(221, 221, 221) 22.7083333333% 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -18px;
  left: 0;
}
.p-entry h4 {
  margin-bottom: 32px;
  background: rgb(245, 245, 245);
  padding: 10px 14px;
  line-height: 1.3;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: 500;
  border-left: 3px solid rgb(0, 168, 123);
}
.p-entry p {
  margin-bottom: 40px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: rgb(0, 0, 0);
}
.p-entry p a {
  text-decoration: underline;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
.p-entry p a:hover {
  text-decoration: none;
}
.p-entry figure.wp-block-image {
  margin: 0 0 38px;
}
.p-entry .wp-block-image {
  margin: 0 0 30px;
  overflow: hidden;
}
.p-entry .wp-block-image img {
  width: auto;
}
.p-entry .wp-block-columns {
  display: flex;
  gap: 3.4375%;
  margin-bottom: 40px;
}
.p-entry .wp-block-columns .wp-block-column {
  width: 48.3333333333%;
}
.p-entry .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.p-entry .wp-block-columns .wp-block-column h3 {
  margin-top: 0;
}
.p-entry .wp-block-list {
  padding-left: 20px;
  margin-bottom: 40px;
}
.p-entry .wp-block-list li {
  list-style: disc;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.p-entry .wp-block-list li::marker {
  color: rgb(0, 168, 123);
}
.p-entry .wp-block-list li:has(a) {
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.p-entry .wp-block-list li:has(a) a {
  color: rgb(34, 34, 34);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
}
.p-entry .wp-block-list li:has(a) a:hover {
  text-decoration: underline;
}
.p-entry .wp-block-list li:has(a) a[target=_blank]::after {
  content: "";
  background: url(../images/blank.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a[href*=".pdf"]::after, .p-entry .wp-block-list li:has(a) a.pdf::after {
  content: "";
  background: url(../images/pdf.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a[href*=".pdf"]:focus::after, .p-entry .wp-block-list li:has(a) a[href*=".pdf"]:active::after, .p-entry .wp-block-list li:has(a) a.pdf:focus::after, .p-entry .wp-block-list li:has(a) a.pdf:active::after {
  content: "";
  background: url(../images/pdf.svg) no-repeat !important;
  background-size: 100%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a[href*=".docx"]::after {
  content: "";
  background: url(../images/word.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a[href*=".xlsx"]::after {
  content: "";
  background: url(../images/excel.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a[href*=".pptx"]::after {
  content: "";
  background: url(../images/powerpoint.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.p-entry .wp-block-list li:has(a) a:has(img)::after {
  content: none !important;
}
.p-entry .wp-block-list li:has(a) a:has(img):focus::after, .p-entry .wp-block-list li:has(a) a:has(img):active::after {
  content: none !important;
}
.p-entry .wp-block-list li:has(a)::before {
  content: "";
  background: rgb(0, 168, 123);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: -20px;
}
.p-entry .wp-block-list li:has(a)::after {
  content: "";
  background: url(../images/arrow_white.svg) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 5.5px;
  left: -13px;
}
.p-entry .wp-block-table {
  margin-bottom: 40px;
}
.p-entry .wp-block-table table {
  border-bottom: 1px solid rgb(221, 221, 221);
  width: 100%;
}
.p-entry .wp-block-table table tr {
  border-top: 1px solid rgb(221, 221, 221);
}
.p-entry .wp-block-table table tr:nth-child(2n+2) td {
  background: rgb(245, 245, 245);
}
.p-entry .wp-block-table table thead {
  border-bottom: unset;
}
.p-entry .wp-block-table table thead th {
  width: 50%;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  background: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: bold;
}
.p-entry .wp-block-table table tbody th {
  width: 22.732012513%;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  background: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: bold;
}
.p-entry .wp-block-table table tbody td {
  width: auto;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.p-entry .wp-block-table table tbody td a {
  text-decoration: underline;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
.p-entry .wp-block-table table tbody td a:hover {
  text-decoration: none;
}
.p-entry .wp-block-table table tfoot {
  border-top: unset;
}
.p-entry .wp-block-table table tfoot td {
  width: auto;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.p-entry .wp-block-table table tfoot td a {
  text-decoration: underline;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
.p-entry .wp-block-table table tfoot td a:hover {
  text-decoration: none;
}
.p-entry .wp-block-table table td {
  border-left: unset;
  border-right: unset;
}
.p-entry .wp-block-table table.has-fixed-layout thead th {
  width: auto;
  border: unset;
}
.p-entry .wp-block-table table.has-fixed-layout thead th + th {
  border-left: 1px solid rgb(221, 221, 221);
}
.p-entry .wp-block-table table.has-fixed-layout tbody tr {
  border-color: rgb(221, 221, 221);
}
.p-entry .wp-block-table table.has-fixed-layout tbody th, .p-entry .wp-block-table table.has-fixed-layout tbody td {
  border: unset;
}
.p-entry .wp-block-table table.has-fixed-layout tfoot td {
  border: unset;
}
.p-entry .wp-block-flexible-table-block-table {
  margin-bottom: 40px;
}
.p-entry .wp-block-flexible-table-block-table table {
  border-bottom: 1px solid rgb(221, 221, 221);
  width: 100%;
}
.p-entry .wp-block-flexible-table-block-table table tr {
  border-top: 1px solid rgb(221, 221, 221);
}
.p-entry .wp-block-flexible-table-block-table table tr:nth-child(2n+2) td {
  background: rgb(245, 245, 245);
}
.p-entry .wp-block-flexible-table-block-table table tbody th {
  width: 22.732012513%;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  background: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: bold;
}
.p-entry .wp-block-flexible-table-block-table table tbody td {
  width: auto;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.p-entry .wp-block-flexible-table-block-table table tbody td a {
  text-decoration: underline;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
.p-entry .wp-block-flexible-table-block-table table tbody td a:hover {
  text-decoration: none;
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr tr {
  border-top: 1px solid rgb(221, 221, 221);
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr tr:nth-child(2n+2) td {
  background: rgb(245, 245, 245);
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th {
  border: unset;
  width: 22.732012513%;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  color: #fff;
  background: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: bold;
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td {
  width: auto;
  vertical-align: middle;
  text-align: left;
  padding: 18px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: rgb(34, 34, 34);
  border: unset;
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td a {
  text-decoration: underline;
  color: rgb(34, 34, 34);
  transition: 0.3s;
}
.p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td a:hover {
  text-decoration: none;
}
.p-entry__inquiry {
  background: rgb(245, 245, 245);
  padding: 32px;
  margin-bottom: 40px;
}
.p-entry__inquiry .p-entry__inquiry-title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}
.p-entry__inquiry .p-entry__inquiry-name p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 27px;
}
.p-entry__inquiry .p-entry__inquiry-faculty {
  color: rgb(68, 68, 68);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-entry__inquiry .p-entry__inquiry-tel {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}
.p-entry__inquiry .p-entry__inquiry-tel i {
  margin: 0 26px 0 5px;
}
.p-entry__inquiry .p-entry__inquiry-tel i img {
  display: block;
  width: 16px;
}
.p-entry__inquiry .p-entry__inquiry-mail {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}
.p-entry__inquiry .p-entry__inquiry-mail i {
  margin: 0 12px 0 5px;
}
.p-entry__inquiry .p-entry__inquiry-mail i img {
  display: block;
  width: 16px;
}
.p-entry__inquiry .p-entry__inquiry-time {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.5;
}
.p-entry__links {
  display: flex;
  margin-top: 80px;
  border-left: 1px solid rgba(221, 221, 221, 0.87);
}
.p-entry__links > div {
  width: 137px;
  border-right: 1px solid rgba(221, 221, 221, 0.87);
}
.p-entry__links a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}
.p-entry__links a:hover {
  color: rgb(0, 168, 123);
}
.p-entry a:has(img) {
  display: inline-block;
  width: auto;
  overflow: hidden;
}
.p-entry a:has(img) img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.p-entry a:has(img):hover img {
  transform: scale(1.1);
}
.p-entry .wp-block-buttons {
  margin-bottom: 40px;
}
.p-entry .wp-block-buttons .wp-block-button__link {
  background: rgb(0, 168, 123);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 15px;
  min-width: 218px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}
.p-entry .wp-block-buttons .wp-block-button__link:hover {
  transform: translateY(4px);
  box-shadow: unset;
}
.p-entry .wp-block-math {
  margin-bottom: 40px;
}
.p-entry .wp-block-gallery {
  margin-bottom: 40px;
}
.p-entry .wp-block-gallery.is-layout-flex {
  display: flex;
  gap: 10px;
}
.p-entry .wp-block-gallery.is-layout-flex .wp-block-image {
  flex: 1;
}
.p-entry .wp-block-gallery.is-layout-flex .wp-block-image img {
  width: 100%;
  height: 200px; /* 好きな高さに揃える */
  -o-object-fit: cover;
     object-fit: cover; /* 重要：切り抜き */
  display: block;
}
.p-entry .wp-block-media-text {
  margin-bottom: 40px;
}
.p-entry .wp-block-accordion {
  margin-bottom: 40px;
}
.p-entry .wp-block-accordion h3 {
  margin: 0 0 40px;
}
.p-entry .wp-block-accordion h3::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-entry {
    padding: 40px 0;
    width: 92%;
  }
  .p-entry h2 {
    font-size: 28px;
    margin-bottom: 68px;
  }
  .p-entry h2::before {
    bottom: -28px;
  }
  .p-entry h3 {
    margin: 64px 0 42px;
    font-size: 24px;
  }
  .p-entry h4 {
    font-size: 20px;
    padding: 11px 10px;
    margin-bottom: 24px;
  }
  .p-entry p {
    line-height: 1.8;
    word-break: break-all;
  }
  .p-entry .wp-block-columns {
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-entry .wp-block-columns .wp-block-column {
    width: 100%;
  }
  .p-entry .wp-block-columns .wp-block-column.is-image {
    order: 2;
  }
  .p-entry .wp-block-columns .wp-block-column.is-text {
    order: 1;
  }
  .p-entry .wp-block-table table {
    table-layout: fixed;
  }
  .p-entry .wp-block-table table tbody th {
    width: 100%;
    padding: 20px 20px 21px;
  }
  .p-entry .wp-block-table table tbody td {
    width: 100%;
    padding: 20px 18px;
  }
  .p-entry .wp-block-table table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-entry .wp-block-table table.has-fixed-layout thead th {
    width: inherit;
  }
  .p-entry .wp-block-table table.has-fixed-layout tr {
    flex-wrap: nowrap;
  }
  .p-entry .wp-block-flexible-table-block-table table {
    table-layout: fixed;
  }
  .p-entry .wp-block-flexible-table-block-table table tbody th {
    width: 100%;
    padding: 20px 20px 21px;
  }
  .p-entry .wp-block-flexible-table-block-table table tbody td {
    width: 100%;
    padding: 20px 18px;
  }
  .p-entry .wp-block-flexible-table-block-table table tbody td:first-of-type {
    border-top: unset;
  }
  .p-entry .wp-block-flexible-table-block-table table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    table-layout: fixed;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th {
    width: 100% !important;
    padding: 20px 20px 21px;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td {
    width: 100%;
    padding: 20px 18px;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-scroll-on-mobile > table {
    width: 200%;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-scroll-on-mobile > table tr {
    flex-wrap: nowrap;
  }
  .p-entry .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-scroll-on-mobile > table tbody td {
    width: inherit;
  }
  .p-entry .wp-block-media-text {
    gap: 10px;
  }
  .p-entry__inquiry {
    padding: 20px 18px;
  }
  .p-entry__links {
    flex-wrap: wrap;
    gap: 20px 0;
    border-left: unset;
  }
  .p-entry__links > div {
    width: 115px;
  }
  .p-entry__links > div:first-child {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:last-child {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
}
@media screen and (max-width: 749px) {
  .p-entry__links > div:nth-child(6) {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:last-child {
    border-left: unset;
  }
}
@media screen and (max-width: 624px) {
  .p-entry__links > div:nth-child(5) {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:nth-child(6) {
    border-left: unset;
  }
}
@media screen and (max-width: 499px) {
  .p-entry__links > div:nth-child(4) {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:nth-child(5) {
    border-left: unset;
  }
  .p-entry__links > div:last-child {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
}
@media screen and (max-width: 374px) {
  .p-entry__links > div:nth-child(3) {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:nth-child(5) {
    border-left: 1px solid rgba(221, 221, 221, 0.87);
  }
  .p-entry__links > div:nth-child(4) {
    border-left: unset;
  }
}

.u-margin-t30 {
  margin-top: 30px;
}
.u-margin-t80 {
  margin-top: 80px;
}/*# sourceMappingURL=style.css.map */