@charset "UTF-8";
/* ==========================================================================
  Font
  ========================================================================== */
/* ==========================================================================
  Foundation
  ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

* {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.5rem;
  word-break: normal !important;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  font-family: "source-han-serif-japanese", serif;
  line-height: 1.8;
  font-size: 1.5rem;
  word-break: break-all;
  color: #333;
  background-color: #f7f5ef;
  overflow: visible;
}

body.p-top {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}

a:hover {
  opacity: 0.6;
}

.link {
  text-decoration: underline;
}

li,
ul {
  list-style: none;
}

p {
  line-height: 1.73;
}

p + p {
  margin-top: 29px;
}

@media screen and (max-width: 768px) {
  p + p {
    margin-top: 20px;
  }
}
html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.js-header {
  transition: 0.5s;
  top: 0;
  left: 0;
}

.js-header.HeightMin {
  z-index: 999;
  height: 70px;
}
.js-header.HeightMin .p-header__logo img {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .js-header.HeightMin {
    height: 50px;
  }
  .js-header.HeightMin .p-header__logo img {
    width: 150px;
  }
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1360px) {
  .inner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .inner.--nest {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-page {
  padding-top: 1px;
  margin-top: -1px;
  display: block;
  position: relative;
}

.l-main {
  position: relative;
  padding-top: 120px;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main.--2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-main.--2col .l-side {
  width: 250px;
}
.l-main.--2col .l-contents {
  width: calc(100% - 300px);
}

.l-main.--2col.--reverse .l-contents {
  width: calc(100% - 370px);
}
.l-main.--2col.--reverse .l-side {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .l-main.--2col {
    flex-direction: column;
  }
  .l-main.--2col .l-side {
    display: none;
  }
  .l-main.--2col .l-contents {
    width: 100%;
  }
  .l-main.--2col.--reverse .l-contents {
    width: 100%;
  }
  .l-main.--2col.--reverse .l-side {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-main.--2col {
    padding-top: 70px;
  }
}
/* ==========================================================================
  Object
  ========================================================================== */
/* Components
  ----------------------------------------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeInTrigger {
  opacity: 0;
}

.c-btn {
  width: 180px;
  height: 40px;
  border: 1px solid #a37947;
  border-radius: 20px;
  background-color: #a37947;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: initial;
  font-size: 1.5rem;
  position: relative;
}

.c-btn.--news {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  font-size: 1.4rem;
}

.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #a37947;
}

.c-btn.--mail {
  width: 160px;
  padding-left: 20px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
}

.c-btn.--mail::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../assets/images/common/icon_mail_white.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 7px);
  left: 24px;
  transition: 0.2s;
}

.c-btn.--mail:hover {
  color: #a37947;
}

.c-btn.--mail:hover::after {
  background: url(../assets/images/common/icon_mail_brown.svg) no-repeat center;
  background-size: contain;
}

.c-btn.--mail.--cta {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  border-color: #fff;
  background-color: unset;
  font-size: 1.8rem;
  padding-left: 25px;
  line-height: 65px;
}

.c-btn.--mail.--cta::after {
  width: 18px;
  height: 19px;
  top: calc(50% - 9px);
  left: 80px;
}

.c-btn.--mail.--cta:hover {
  background-color: #fff;
  color: #333;
  opacity: 0.8;
}

.c-btn.--mail.--cta:hover::after {
  width: 18px;
  height: 19px;
  background: url(../assets/images/common/icon_mail_black.svg) no-repeat center;
  background-size: contain;
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .c-btn.--mail {
    width: 260px;
    height: 70px;
    border-radius: 35px;
  }
  .c-btn.--mail::after {
    width: 18px;
    height: 19px;
    top: calc(50% - 9px);
    left: 24px;
  }
  .p-header__menu-cta .c-btn.--mail.--cta {
    width: 260px;
    border-color: #a37947;
    background-color: #a37947;
  }
  .p-header__menu-cta .c-btn.--mail.--cta::after {
    left: calc(50% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--mail {
    max-width: 260px;
    width: 100%;
  }
  .c-btn.--mail.--cta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn.--mail.--cta::after {
    left: calc(50% - 70px);
  }
}
.c-bgcolor {
  background-color: #f7f5ef;
}

.c-red {
  color: #d31619;
}

.c-ttl {
  position: relative;
  line-height: 1.37;
}

.c-ttl .--large {
  display: block;
  padding-top: 37px;
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 600;
  color: #6fb169;
}

.c-ttl .--small {
  display: block;
  margin-top: 15px;
}

.c-ttl::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #6fb169;
  top: 0;
  left: 0;
}

.c-subttl {
  font-size: 2rem;
  font-weight: 700;
  color: #6fb169;
  position: relative;
  width: max-content;
}

.c-subttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #6fb169;
  top: calc(50% - 1px);
  right: -45px;
}

.c-middlettl {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-read {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .c-ttl .--large {
    padding-top: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .c-ttl .--small {
    margin-top: 13px;
    font-size: 1.3rem;
  }
  .c-subttl {
    font-size: 1.8rem;
  }
  .c-subttl::after {
    top: calc(50% + 1px);
    right: -40px;
  }
  .c-middlettl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .c-read {
    font-size: 1.8rem;
  }
}
.c-top-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c-top-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-marker {
  background: linear-gradient(transparent 70%, #ffe558 70%);
}

.c-strong {
  font-weight: bold;
}

.c-note {
  font-size: 1.3rem;
}

.c-sec {
  padding-top: 150px;
}

.c-sec.--top-bottom {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .c-sec {
    padding-top: 80px;
  }
  .c-sec.--top-bottom {
    padding-bottom: 80px;
  }
}
.c-pagesec {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .c-pagesec {
    padding-bottom: 80px;
  }
}
.c-news-list {
  transition: 0.2s;
  border-bottom: 1px solid #bababa;
}
.c-news-list li a {
  border-top: 1px solid #bababa;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px;
}
.c-news-list li a img {
  width: 270px;
}

.c-news-info {
  width: calc(100% - 270px - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

.c-news-img {
  width: 270px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.c-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-news-date {
  width: 80px;
  transition: 0.2s;
  font-size: 1.4rem;
}

.c-news-cate {
  padding-left: 10px;
  width: auto;
  font-size: 1.4rem;
  color: #6fb169;
}

.c-news-item-ttl {
  margin-top: 5px;
  transition: 0.2s;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.77;
  width: 100%;
}

.c-news-info {
  margin-top: -5px;
}
.c-news-info .c-news-date {
  font-size: 1.5rem;
}
.c-news-info .c-news-cate {
  padding-left: 15px;
  font-size: 1.5rem;
}
.c-news-info .c-news-item-ttl {
  font-size: 1.8rem;
}

.c-news-item-ttl.--new::after {
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: normal;
  margin-left: 0px;
  content: "NEW";
  color: #ed1f1d;
}

.c-news-item-txt {
  margin-top: 8px;
  padding-right: 10px;
}

.c-news-pagenation .wp-pagenavi {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.c-news-pagenation a,
.c-news-pagenation span {
  text-align: center;
}

.c-news-pagenation .wp-pagenavi a,
.c-news-pagenation .wp-pagenavi span {
  margin: 0 8px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  color: #a37947;
  border: 1px solid #a37947;
  background-color: #fff;
}

.c-news-pagenation .wp-pagenavi a:hover {
  color: #fff;
  background-color: #a37947;
  opacity: 1;
}

.c-news-pagenation .wp-pagenavi span.current {
  color: #fff;
  background-color: #a37947;
}

@media screen and (max-width: 1024px) {
  .c-news-list {
    width: 100%;
  }
  .c-news-item-ttl {
    width: 100%;
    padding-top: 0px;
  }
  .c-news-img {
    width: 200px;
    height: 133px;
  }
  .c-news__wrap.c-pagesec {
    padding-bottom: 80px;
  }
  .c-news-list .c-news-img {
    width: 270px;
    height: 180px;
  }
  .c-news-list .c-news-item-txt {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-list li a {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 15px;
  }
  .c-news-list li a img {
    max-width: 340px;
    width: 100%;
  }
  .c-news-item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-news-img {
    width: 150px;
    height: 100px;
  }
  .c-news-date {
    width: 100%;
    line-height: 1;
  }
  .c-news-cate {
    width: 100%;
    padding-left: 0;
    line-height: 1.8;
    margin-top: 8px;
  }
  .c-news-item-ttl {
    padding-top: 0px;
    margin-top: 2px;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .c-news-item-ttl.--new::after {
    margin-left: 5px;
  }
  .c-news-list .c-news-img {
    width: 340px;
    height: 227px;
  }
  .c-news-info {
    width: 100%;
    margin-top: 0;
  }
  .c-news-info .c-news-date {
    padding-left: 0;
    font-size: 1.5rem;
    width: 80px;
    line-height: 1.5;
  }
  .c-news-info .c-news-cate {
    width: calc(100% - 80px);
    margin-top: 0;
    font-size: 1.5rem;
    padding-left: 10px;
    line-height: 1.5;
  }
  .c-news-info .c-news-item-ttl {
    padding-left: 0;
    padding-top: 3px;
    font-size: 1.6rem;
  }
  .c-news-info .c-news-item-txt {
    padding-right: 0;
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .c-news-info .c-news-item-ttl.--new::after {
    font-size: 1.3rem;
    margin-left: 2px;
  }
  .c-news-pagenation .wp-pagenavi {
    margin-top: 40px;
  }
  .c-news-pagenation .wp-pagenavi a,
  .c-news-pagenation .wp-pagenavi span {
    margin: 0 4px;
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
}
.c-dotlist {
  padding-left: 30px;
}
.c-dotlist li {
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .c-dotlist li:not(:first-child) {
    margin-top: 5px;
  }
}
.c-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-checklist li {
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  margin: 0 0 6px 0;
  line-height: 1.86;
  vertical-align: middle;
}
.c-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background-image: url("../assets/images/common/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 15px 13px;
}

@media screen and (max-width: 768px) {
  .c-checklist li {
    line-height: 1.75;
  }
}
.c-tbl {
  width: 100%;
}
.c-tbl > tbody a {
  color: #36c;
}
.c-tbl > tbody > tr > th,
.c-tbl > tbody > tr > td {
  padding: 23px 30px 25px 0px;
}
.c-tbl > tbody > tr > th {
  border-top: 1px solid #6fb169;
  width: 200px;
  text-align: left;
  font-weight: 700;
}
.c-tbl > tbody > tr > td {
  border-top: 1px solid #ccc;
}
.c-tbl > tbody > tr:last-child > th {
  border-bottom: 1px solid #6fb169;
}
.c-tbl > tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1024px) {
  .c-tbl > tbody > tr > th,
  .c-tbl > tbody > tr > td {
    padding: 22px 28px 25px 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-tbl > tbody > tr > th,
  .c-tbl > tbody > tr > td {
    padding: 14px 4px 14px 0px;
    font-size: 1.3rem;
  }
  .c-tbl > tbody > tr > th {
    width: 100px;
  }
}
.c-innertbl th,
.c-innertbl td {
  text-align: left;
  padding: 4px 5px 4px 0px;
  line-height: 1.7;
}
.c-innertbl th {
  width: 90px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-innertbl th,
  .c-innertbl td {
    font-size: 1.3rem;
  }
  .c-innertbl th {
    width: 83px;
  }
}
.c-roundimg {
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 30px;
  max-height: 500px;
}
.c-roundimg img {
  width: auto;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .c-roundimg {
    height: 410px;
  }
}
@media screen and (max-width: 768px) {
  .c-roundimg {
    border-bottom-left-radius: 20px;
    max-height: 190px;
  }
  .c-roundimg img {
    height: auto;
    min-height: 100%;
  }
}
.c-detaillist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px 60px;
}
.c-detaillist li {
  width: calc((100% - 60px) / 2);
  display: flex;
  justify-content: space-between;
}

.c-detaillist-icon {
  width: 58px;
}
.c-detaillist-icon img {
  margin-top: 4px;
  margin-left: -5px;
}

.c-detaillist-txt {
  width: calc(100% - 80px);
}

.c-detaillist-ttl {
  font-weight: 700;
  font-size: 1.8rem;
}

.c-detaillist-ttl + p {
  margin-top: 18px;
}

@media screen and (max-width: 1024px) {
  .c-detaillist {
    flex-direction: column;
    gap: 45px 60px;
  }
  .c-detaillist li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-detaillist {
    gap: 20px;
  }
  .c-detaillist-icon img {
    margin-top: 0;
  }
  .c-detaillist-txt {
    width: calc(100% - 70px);
  }
  .c-detaillist-ttl {
    font-size: 1.6rem;
  }
  .c-detaillist-ttl + p {
    margin-top: 8px;
  }
}
.--en .c-ttl .--small {
  display: none;
}
.--en .u-mv-ttl .--small {
  display: none;
}
.archive .--en .c-news-item-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Project
  ----------------------------------------------------------------- */
.p-header {
  position: fixed;
  height: 120px;
  width: 100%;
  background-color: #f7f5ef;
  z-index: 999;
  display: flex;
  justify-content: center;
}

.p-header-inner {
  width: calc(100% - 160px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}

.p-header__logo {
  display: block;
}

.p-header__logo img {
  width: 276px;
  height: auto;
  transition: 0.2s;
}

.p-header__menu-wrapper {
  width: calc(100% - 280px);
  transition: 0.2s;
}

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

.p-header__menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
}

.p-header__menu-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__menu-item:not(:first-child) {
  padding-left: 38px;
  transition: 0.2s;
}

@media screen and (max-width: 1300px) {
  .p-header__menu-item:not(:first-child) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__menu-item:not(:first-child) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1090px) {
  .p-header__menu-item:not(:first-child) {
    padding-left: 5px;
  }
  .p-header__menu-link {
    font-size: 1.3rem;
  }
}
.p-header__menu-link {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.p-header__menu-language-item {
  height: 100%;
}

.p-header__menu-language-item.--ja {
  position: relative;
  margin-right: 13px;
}

.p-header__menu-language-item.--ja::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #333;
  display: block;
  right: -7px;
  top: 7px;
}

.--en > .p-header__menu-language-link {
  opacity: 0.6;
}

.--en > .p-header__menu-language-link:hover {
  opacity: 1;
}

.--en .p-header__logo {
  width: 350px;
}
.--en .p-header__logo-txt {
  font-size: 1rem;
}
.--en .p-header__logo img {
  width: 270px;
}
.--en .--ja > .p-header__menu-language-link {
  opacity: 0.6;
}
.--en .--ja > .p-header__menu-language-link:hover {
  opacity: 1;
}
.--en .--en > .p-header__menu-language-link {
  opacity: 1;
}
.--en .--en > .p-header__menu-language-link:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1024px) {
  .p-header__menu-cta.u-cta__list {
    display: none;
  }
}
.p-header__tel,
.p-header__reservation {
  display: none;
}

.p-header__ham {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header {
    justify-content: center;
    padding-right: 0;
  }
  .p-header-inner {
    width: calc(100% - 60px);
  }
  .p-header__menu-wrapper {
    position: fixed;
    top: 0;
    padding-top: 130px;
    padding-bottom: 180px;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #333333;
    z-index: 999;
    margin-top: 0;
    transition: 0.5s;
    opacity: 0;
    overflow: scroll;
  }
  .p-header__menu-wrapper.is-open {
    display: block;
    right: 0;
    opacity: 1;
    min-height: 500px;
  }
  .p-header__menu {
    flex-direction: column;
  }
  .p-header__menu-list {
    margin-top: 0;
    flex-direction: column;
    height: auto;
  }
  .p-header__menu-item {
    width: 100%;
  }
  .p-header__menu-item:not(:first-child) {
    padding-left: 0;
  }
  .p-header__menu-link {
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    position: relative;
    height: 50px;
    line-height: 50px;
  }
  .p-header__menu-language {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-header__menu-language-item {
    height: auto;
  }
  .p-header__menu-language-item.--ja::after {
    background-color: #fff;
  }
  .p-header__menu-language-link {
    color: #fff;
  }
  .p-header__menu-item .--mail {
    display: none;
  }
  .p-header__menu-cta.u-cta__list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header__menu-cta.u-cta__list .u-cta__item.--tel {
    width: 260px;
    margin-right: 30px;
  }
  .p-header__menu-cta.u-cta__list .u-cta__item.--mail {
    width: 260px;
    height: 70px;
  }
  .p-header__menu-cta.u-cta__list .u-cta__item-link {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
  }
  .p-header__menu-cta.u-cta__list .u-cta__item.--tel .u-cta__item-link {
    font-size: 3rem;
  }
  .p-header__menu-cta.u-cta__list .--tel .u-cta__item-link + p {
    color: #fff;
    text-align: center;
    margin-top: 3px;
  }
  .p-header__ham {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999999;
    display: flex;
    width: 25px;
    height: 25px;
    position: relative;
  }
  .p-header__ham:hover {
    cursor: pointer;
  }
  .p-header__ham.is-open .p-header__bar--01 {
    width: 27px;
    top: calc(50% - 1px);
    transform: translateY(-50%) rotate(-45deg);
  }
  .p-header__ham.is-open .p-header__bar--02 {
    width: 27px;
    bottom: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-header__ham.is-open .p-header__bar--03 {
    opacity: 0;
  }
  .p-header__bars {
    position: relative;
    width: 25px;
    height: 12px;
    transition: 0.2s;
  }
  .p-header__bars:hover {
    opacity: 0.6;
  }
  .p-header__ham.is-open .p-header__bars {
    width: 25px;
    height: 25px;
  }
  .p-header__bar {
    position: absolute;
    left: 0;
    background-color: #333;
    height: 1px;
    transition: 0.3s;
    width: 25px;
  }
  .p-header__ham.is-open .p-header__bar {
    background-color: #fff;
  }
  .p-header__bar--01 {
    top: 0;
  }
  .p-header__bar--02 {
    bottom: 0;
    transform: translateY(-1px);
  }
  .--en .p-header__menu-cta.u-cta__list .u-cta__item.--tel {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 70px;
  }
  .p-header__logo img {
    width: 190px;
  }
  .p-header-inner {
    width: calc(100% - 40px);
  }
  .p-header__menu-wrapper {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .p-header__menu-language {
    height: 45px;
  }
  .p-header__ham.is-open .p-header__bars {
    margin-right: 5px;
  }
  .p-header__menu-cta.u-cta__list .u-cta__item.--tel {
    margin-right: 0;
  }
  .--en .p-header__logo img {
    width: 190px;
  }
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  text-align: center;
  color: #333;
  background-color: #f7f5ef;
}

#splash_logo {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 48px;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-footer {
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
}

.p-footer-inner {
  display: flex;
  justify-content: space-between;
}

.p-footer__ttl {
  margin-top: 5px;
  max-width: 370px;
  width: max-content;
}

.p-footer__logo {
  display: block;
  width: 276px;
}

.p-footer__ttl-read {
  font-size: 1.3rem;
  margin-top: 23px;
}

p.p-footer__ttl-txt {
  margin-top: 0;
}

.p-footer__navi {
  max-width: 700px;
  width: calc(100% - 125px - 370px);
}

.p-footer__menu-list {
  display: grid;
  grid-template-rows: repeat(3, 40px);
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0px;
  list-style: none;
  padding: 0;
  width: 100%;
}

.p-footer__menu-link {
  display: block;
}

.p-footer__copyright {
  margin-top: 30px;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
}

.--en .p-footer__menu-list {
  grid-template-rows: repeat(3, 50px);
}
.--en .p-footer__menu-link {
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .p-footer {
    padding-bottom: 80px;
  }
  .p-footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .p-footer__ttl {
    margin-top: 0;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .p-footer__navi {
    margin-top: 50px;
    width: 100%;
    max-width: unset;
  }
  .p-footer__menu-link {
    font-size: 1.3rem;
    padding-right: 15px;
  }
  .p-footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .p-footer__ttl-read {
    margin-top: 8px;
  }
  .p-footer__navi {
    margin-top: 30px;
  }
  .p-footer__menu-list {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .p-footer__menu-item {
    min-height: 32px;
    line-height: 1.5;
  }
  .p-footer__copyright {
    margin-top: 30px;
  }
}
.l-side {
  position: relative;
  padding-bottom: 150px;
}

.p-side-nav {
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 100px;
  z-index: 99;
}
.p-side-nav li a {
  font-weight: 700;
  height: 45px;
  display: block;
  line-height: 1;
}

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

.p-contact__ttl {
  margin-bottom: 3rem;
}

.p-contact__read {
  margin-bottom: 7rem;
}

.p-contact__navi-list {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7rem;
}

.p-contact__navi-item {
  position: relative;
}

.p-contact__navi-item:not(:first-child)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #707070;
  top: 25px;
  left: -100px;
  z-index: 1;
}

.p-contact__navi-item-num {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #707070;
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: inherit;
  z-index: 5;
}

.p-contact__navi-item.is-current .p-contact__navi-item-num {
  background-color: #f3861a;
}

.p-contact__navi-item-txt {
  font-size: 1.8rem;
  color: #707070;
}

.p-contact__navi-item.is-current .p-contact__navi-item-txt {
  color: #f3861a;
}

@media screen and (max-width: 768px) {
  .p-contact__ttl {
    margin-bottom: 1.5rem;
  }
  .p-contact__read {
    margin-bottom: 3.5rem;
  }
  .p-contact__navi-list {
    max-width: 300px;
    margin-bottom: 3.5rem;
  }
  .p-contact__navi-item:not(:first-child)::before {
    width: 75px;
    left: -75px;
  }
  .p-contact__navi-item-txt {
    font-size: 1.2rem;
  }
}
.p-contact__main {
  padding-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.c-contact__form option,
.c-contact__form textarea,
.c-contact__form input[type=text],
.c-contact__form input[type=email],
.c-contact__form input[type=search],
.c-contact__form input[type=url] {
  width: 100%;
}

.c-contact__form input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.c-contact__form input[type=text],
.c-contact__form input[type=email],
.c-contact__form textarea {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 13px 20px;
  width: 100%;
  transition: 0.2s;
}

.c-contact__form input[type=text] + input[type=text] {
  margin-top: 20px;
}

.c-contact__form input[type=text]:focus,
.c-contact__form input[type=email]:focus,
.c-contact__form textarea:focus {
  box-shadow: 0px 0px 10px rgba(0, 71, 157, 0.2);
}

.c-contact__form input::placeholder,
.c-contact__form textarea::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

input[type=text].c-contact__form-content-data-shorttxt {
  width: auto;
  margin-right: 10px;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #666;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block;
  cursor: pointer;
  position: relative;
}

.select {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px 10px 10px;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

select::-ms-expand {
  display: none;
}

.c-contact__form .select::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.c-contact__form-content-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-contact__form-content-item:not(:first-child) {
  margin-top: 50px;
}

.c-contact__form-content-ttl {
  max-width: 200px;
  padding: 10px 20px 10px 0px;
  display: block;
  font-weight: 700;
  line-height: 1.67;
}

.c-contact__form-content-ttl.is-required,
.c-contact__form-content-ttl.is-optional {
  position: relative;
}

.c-contact__form-content-ttl-note {
  font-size: 1.6rem;
}

.c-contact__form-content-ttl.is-required::after,
.c-contact__form-content-ttl.is-optional::after {
  position: absolute;
  content: "*";
  width: 10px;
  height: 20px;
  color: #d31619;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  top: 12px;
  right: 10px;
}

.c-contact__form-content-data {
  width: calc(100% - 200px);
  line-height: 1.8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: auto;
}

.c-contact__form-content-data-service,
.c-contact__form-content-data-address {
  width: 100%;
}

.c-contact__form-content-data-address tr {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}

.c-contact__form-content-data-address tr:last-child {
  margin-bottom: 0;
}

.c-contact__form-content-data-address th {
  text-align: left;
  width: 30%;
  display: block;
}

.c-contact__form-content-data-address td {
  width: 70%;
  display: block;
  position: relative;
}

.c-contact__form-privacy {
  margin-top: 50px;
  border: 1px solid #ccc;
  display: block;
  padding: 24px 30px 30px 30px;
  height: 200px;
  overflow-y: scroll;
  background-color: #fff;
}

.c-contact__form-privacy-note {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.67;
}
.c-contact__form-privacy-note h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-contact__form-privacy-note h5 {
  margin-top: 20px;
  font-weight: bold;
}
.c-contact__form-privacy-note p {
  margin-top: 20px;
  line-height: 1.6;
}
.c-contact__form-privacy-note ul {
  margin-top: 20px;
  margin-left: 30px;
}
.c-contact__form-privacy-note li {
  list-style: disc;
}

.c-contact__form-action {
  margin-top: 60px;
}

.c-contact__form-btn {
  transition: 0.2s;
}
.c-contact__form-btn button {
  transition: 0.2s;
  margin-right: auto;
  margin-left: auto;
  width: 170px;
  cursor: pointer;
}

.mw_wp_form_input .--form02,
.mw_wp_form_input .c-contact__form-action.--form02 {
  display: none;
}

.mw_wp_form_confirm .--form01,
.mw_wp_form_confirm .c-contact__form-action.--form01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-contact__form {
    font-size: 1.5rem;
  }
  .c-contact__form input[type=text] + input[type=text] {
    margin-top: 10px;
  }
  select {
    font-size: 1.5rem;
  }
  .c-contact__form-content {
    margin-top: 10px;
  }
  .c-contact__form-content-item {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .c-contact__form-content-item:not(:first-child) {
    margin-top: 20px;
  }
  .c-contact__form-content-ttl,
  .c-contact__form-content-data {
    width: 100%;
    display: block;
  }
  .c-contact__form-content-ttl {
    padding: 0;
    font-size: 1.5rem;
  }
  .c-contact__form-content-ttl.is-required::after,
  .c-contact__form-content-ttl.is-optional::after {
    position: relative;
    font-size: 1.5rem;
    top: 3px;
    right: 0px;
  }
  .c-contact__form-content-data {
    margin-top: 10px;
    padding: 0;
    min-height: 35px;
    height: auto;
  }
  .c-contact__form-privacy {
    display: block;
    margin-top: 23px;
    padding: 14px 18px 15px 18px;
  }
  .c-contact__form-privacy-note h4 {
    font-size: 1.5rem;
  }
  .c-contact__form-privacy-note h5 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .c-contact__form-privacy-note p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .c-contact__form-privacy-note ul {
    margin-top: 10px;
    margin-left: 20px;
  }
  .c-contact__form-privacy-note li {
    font-size: 1.3rem;
  }
  .c-contact__form-action {
    margin-top: 40px;
  }
}
.p-contact__main.--confirm,
.p-contact__main.--complete {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.--confirm .c-contact__form {
  margin-top: 50px;
}

.mw_wp_form_confirm .c-contact__form-content-ttl {
  margin-top: 10px;
}

.mw_wp_form_confirm .select {
  border: none;
  background-color: unset;
  height: unset;
}

.mw_wp_form_confirm .select::after {
  content: none;
}

.--confirm .c-contact__form-content-data {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-contact--confirm .c-contact__form-content-data-note {
  font-size: 1.6rem;
}

.c-contact--confirm .c-contact__form-content-data-service tbody,
.c-contact--confirm .c-contact__form-content-data-address tbody {
  display: flex;
  flex-wrap: wrap;
}

.c-contact--confirm .c-contact__form-content-data-service tr,
.c-contact--confirm .c-contact__form-content-data-address tr {
  margin-bottom: 0;
}

.c-contact--confirm .c-contact__form-content-data-address th {
  display: none;
}

.c-contact--confirm .c-contact__form-content-data-service td,
.c-contact--confirm .c-contact__form-content-data-address td {
  width: auto;
}

.c-contact--confirm .c-contact__form-content-data-address tr:first-child {
  width: 100%;
}

.c-contact--confirm .c-contact__form-content-data-address tr:first-child td {
  width: 100%;
  display: block;
}

.mw_wp_form_confirm .c-contact__form-privacy {
  display: none;
}

.c-contact__form-action.--form02 {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-contact__form-action.--form02 .c-btn.--back:after {
  right: unset;
  left: 0;
}

.--complete .p-contact__main-txt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.--complete .c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-contact__main.--confirm .p-contact__main-ttl,
  .p-contact__main.--complete .p-contact__main-ttl {
    margin-bottom: 20px;
  }
  .--confirm .c-contact__form-content {
    margin-top: 0px;
  }
  .--confirm .c-contact__form-content-ttl.is-required::after,
  .--confirm .c-contact__form-content-ttl.is-optional::after {
    display: none;
  }
  .c-contact__form-action.--form02 {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}
.mw_wp_form .select .error {
  margin-top: 10px;
}

.c-contact__form-content-data.err .select,
.c-contact__form-content-data.err input {
  border: 1px solid #00a0de;
  color: #00a0de;
  position: relative;
}

.err_message {
  display: none;
}

.c-contact__form-content-data.err .err_message {
  display: block;
  color: #00a0de;
  margin-top: 5px;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-contact__form-content-data.err .err_message {
    display: block;
    color: #00a0de;
  }
}
.p-top__mv {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 160px);
  height: calc(0.5223880597 * (100vw - 160px));
  position: relative;
  transition: 0.2s;
}

.p-top__mv-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 27px;
  object-position: center center;
}

.p-top__mv-image::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-top__mv-image video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.p-top__mv-illust {
  width: 302px;
  position: absolute;
  bottom: -70px;
  right: -50px;
  transition: 0.2s;
}

.p-top__mv-ttl {
  color: #fff;
  position: absolute;
  display: block;
  left: 80px;
  bottom: 70px;
}
.p-top__mv-ttl .--large {
  font-size: 35px;
  line-height: 1.37;
  font-weight: 600;
}
.p-top__mv-ttl .--small {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .p-top__mv {
    margin-right: 0;
    width: calc(100% - 30px);
    height: 700px;
  }
  .p-top__mv-image video {
    height: 100%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .p-top__mv-image-visual {
    object-fit: cover;
    min-height: 100%;
  }
  .p-top__mv-illust {
    width: 250px;
    right: 20px;
    bottom: -55px;
  }
  .p-top__mv-ttl {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv {
    width: calc(100% - 20px);
    height: 550px;
  }
  .p-top__mv-illust {
    width: 100px;
    right: 10px;
    bottom: -42px;
  }
  .p-top__mv-ttl {
    max-width: 320px;
    left: 18px;
    bottom: 90px;
  }
  .p-top__mv-ttl .--large {
    font-size: 25px;
    line-height: 1.55;
  }
  .p-top__mv-ttl .--small {
    margin-top: 8px;
  }
}
.p-top__columns {
  display: flex;
  justify-content: space-between;
}

.p-top__columns-header {
  width: 265px;
}

.p-top__columns-btn {
  margin-top: 45px;
}

.p-top__columns-list {
  width: calc(100% - 300px);
  display: grid;
  grid-template-columns: repeat(auto-fill, 270px);
  gap: 40px;
  justify-content: end;
}
.p-top__columns-list li a {
  height: auto;
}

.p-top__columns-img {
  width: 270px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.p-top__columns-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top__columns-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .p-top__columns-header {
    width: 250px;
  }
  .p-top__columns-list {
    width: calc(100% - 250px);
    gap: 30px;
    grid-template-columns: 1fr; /* 1列に */
    justify-content: center; /* 中央寄せしたい時 */
  }
  .p-top__columns-list li {
    width: 100%; /* ブロック幅変更 */
    margin: 0 auto; /* 中央に配置 */
  }
  .p-top__columns-list li a {
    display: flex;
    align-items: flex-start;
  }
  .p-top__columns-list li a img {
    width: 200px;
  }
  .p-top__columns-img {
    width: 200px;
    height: 133px;
  }
  .p-top__columns-info {
    margin-top: -5px;
    margin-left: 20px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__columns {
    flex-direction: column;
  }
  .p-top__columns-btn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top__columns-list {
    margin-top: 40px;
    width: 100%;
    gap: 20px;
  }
  .p-top__columns-list li a {
    height: auto;
  }
  .p-top__columns-list li a img {
    width: 150px;
  }
  .p-top__columns-img {
    width: 150px;
    height: 100px;
  }
  .p-top__columns-info {
    margin-top: 0;
    width: calc(100% - 170px);
  }
}
.p-top__philosophy {
  display: flex;
  justify-content: space-between;
}

.p-top__philosophy-info {
  width: calc(50% - 30px);
}

.p-top__philosophy-read {
  margin-top: 47px;
}
.p-top__philosophy-read + p {
  margin-top: 26px;
}

p.p-top__philosophy-degree {
  margin-top: 27px;
  text-align: right;
}

p.p-top__philosophy-sign {
  margin-top: 5px;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
}

.p-top__philosophy-visual {
  width: calc(50vw - 30px);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-bottom-left-radius: 30px;
  max-height: 700px;
}
.p-top__philosophy-visual img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-top__philosophy-info {
    width: calc(50% - 0px);
  }
  .p-top__philosophy-visual {
    width: calc(50vw - 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__philosophy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-top__philosophy-info {
    width: 100%;
  }
  .p-top__philosophy-read {
    margin-top: 30px;
  }
  .p-top__philosophy-read + p {
    margin-top: 16px;
  }
  p.p-top__philosophy-degree {
    margin-top: 20px;
  }
  .p-top__philosophy-visual {
    margin-top: 40px;
    width: calc(100% + 20px);
    border-bottom-left-radius: 20px;
    max-height: 350px;
  }
}
.p-top__service-beside {
  display: flex;
  justify-content: space-between;
}

.p-top__service-header {
  width: 310px;
}

.p-top__service__headtxt {
  margin-top: 34px;
  width: calc(100% - 310px);
}

.p-top__service-type {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(2, 480px);
  gap: 60px;
  justify-content: center;
  align-items: stretch;
  transition: 0.2s;
}
.p-top__service-type > li {
  box-sizing: border-box;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-top__service-type > li::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 20px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #a37947;
}
.p-top__service-type > li a {
  width: 100%;
  height: 100%;
}
.p-top__service-type-info {
  padding: 30px 40px 30px 40px;
}

.p-top__service-type-ttl {
  font-size: 2.5rem;
  font-weight: 600;
}
.p-top__service-type-ttl + p {
  margin-top: 20px;
}

.p-top__service-type-subttl {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  width: max-content;
  display: block;
}

.p-top__service-type-subttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  top: calc(50% - 1px);
  right: -42px;
}

.p-top__service-type-checklist {
  margin-top: 12px;
}

.p-top__service-mark {
  margin-top: 80px;
  display: grid;
  gap: 0;
  box-sizing: border-box;
  grid-auto-flow: column;
  grid-auto-columns: 200px;
  grid-auto-rows: 190px;
  align-items: start;
  justify-content: center;
}
.p-top__service-mark > li {
  width: 200px;
  height: 190px;
  box-sizing: border-box;
  outline: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.p-top__service-mark li img {
  width: 70px;
  display: block;
}
.p-top__service-mark li p {
  display: block;
  margin-top: 19px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1360px) {
  .p-top__service-type {
    margin-top: 55px;
    grid-template-columns: repeat(2, 350px);
    gap: 40px;
  }
  .p-top__service-mark {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 190px;
  }
  .p-top__service-mark > li {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__service-beside {
    flex-direction: column;
  }
  .p-top__service-header {
    width: 100%;
  }
  .p-top__service__headtxt {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__service__headtxt {
    margin-top: 30px;
  }
  .p-top__service-type {
    margin-top: 37px;
    grid-template-columns: 1fr;
    padding: 0 0px;
  }
  .p-top__service-type > li {
    width: 100%;
  }
  .p-top__service-type-info {
    padding: 20px 30px 20px 25px;
  }
  .p-top__service-type-ttl {
    font-size: 2rem;
  }
  .p-top__service-type-ttl + p {
    margin-top: 15px;
  }
  .p-top__service-type-subttl {
    margin-top: 20px;
  }
  .p-top__service-mark {
    margin-top: 50px;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    justify-content: center;
  }
  .p-top__service-mark > li {
    height: 160px;
  }
  .p-top__service-mark li p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-top__about {
  display: flex;
  justify-content: space-between;
}

.p-top__about-info {
  width: calc(50% - 30px);
}

.p-top__about-ttl + p {
  margin-top: 50px;
}

.p-top__about-btn {
  margin-top: 55px;
}

.p-top__about-visual {
  width: calc(50vw - 30px);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  border-bottom-left-radius: 30px;
  max-height: 480px;
}
.p-top__about-visual img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-top__about-info {
    width: calc(50% - 0px);
  }
  .p-top__about-visual {
    width: calc(50vw - 50px);
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-top__about-info {
    width: 100%;
  }
  .p-top__about-ttl + p {
    margin-top: 30px;
  }
  .p-top__about-btn {
    margin-top: 40px;
  }
  .p-top__about-visual {
    margin-top: 35px;
    width: calc(100% + 20px);
    border-bottom-left-radius: 20px;
    max-height: 240px;
  }
  .p-top__about-visual img {
    height: auto;
  }
}
.p-top__process-beside {
  display: flex;
  justify-content: space-between;
}

.p-top__process-header {
  width: 310px;
}

.p-top__process__headtxt {
  margin-top: 34px;
  width: calc(100% - 310px);
}

.p-top__process-flow-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.p-top__process-flow {
  margin-top: 75px;
  display: grid;
  gap: 0;
  box-sizing: border-box;
  grid-auto-flow: column;
  grid-auto-columns: 300px;
  grid-auto-rows: auto;
  align-items: stretch;
  justify-content: center;
}
.p-top__process-flow > li {
  width: 300px;
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
  outline: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: #fff;
  padding: 40px 40px 40px;
  position: relative;
}
.p-top__process-flow > li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 38px;
  background: url(../assets/images/top/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  left: -10px;
  top: calc(50% - 19px);
}
.p-top__process-flow li img {
  margin-top: 5px;
  width: 80px;
  display: block;
}
.p-top__process-flow li h4 {
  margin-top: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.p-top__process-flow li p {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 1360px) {
  .p-top__process-flow-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 50vw - 50%);
    margin-right: calc(50% - 50vw);
    padding: 1px 31px 20px 1px;
  }
  .p-top__process-flow {
    margin-top: 55px;
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__process-beside {
    flex-direction: column;
  }
  .p-top__process-header {
    width: 100%;
  }
  .p-top__process__headtxt {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__process__headtxt {
    margin-top: 30px;
  }
  .p-top__process-flow-wrap {
    padding-right: 21px;
  }
  .p-top__process-flow {
    width: 1120px;
    margin-top: 35px;
    grid-auto-columns: 280px;
    grid-auto-rows: 360px;
  }
  .p-top__process-flow > li {
    width: 280px;
    height: 360px;
    padding: 25px 30px 25px;
  }
  .p-top__process-flow li img {
    margin-top: 8px;
  }
  .p-top__process-flow li h4 {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .p-top__process-flow li p {
    margin-top: 18px;
  }
}
.p-top__links {
  padding-bottom: 145px;
  display: flex;
  justify-content: space-between;
}

.p-top__links-info {
  width: 265px;
}

.p-top__links-list {
  width: calc(100% - 265px);
  display: grid;
  gap: 40px;
  grid-auto-flow: column;
  grid-auto-columns: 270px;
  grid-auto-rows: 100px;
  align-items: start;
  justify-content: end;
}
.p-top__links-list li {
  width: 270px;
  height: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-top__links-list li a {
  width: 100%;
  height: 100%;
}
.p-top__links-list li a img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .p-top__links-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1110px) {
  .p-top__links-info {
    width: 210px;
  }
  .p-top__links-list {
    margin-top: 30px;
    width: calc(100% - 210px);
    gap: 10px;
    grid-auto-columns: 170px;
    grid-auto-rows: 63px;
    justify-content: space-between;
  }
  .p-top__links-list li {
    width: 170px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__links {
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-top__links-info {
    width: 100%;
  }
  .p-top__links-list {
    width: 100%;
    margin-top: 36px;
    gap: 30px;
    grid-auto-flow: row;
    grid-auto-columns: 270px;
    grid-auto-rows: 100px;
    justify-content: center;
  }
  .p-top__links-list li {
    width: 270px;
    height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.p-about__firm-img {
  margin-top: 55px;
}

.p-about__firm-tbl {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-about__firm-img {
    margin-top: 40px;
  }
  .p-about__firm-tbl {
    margin-top: 40px;
  }
}
.p-about__repre-img {
  margin-top: 55px;
}

.p-about__repre-img + h4 {
  margin-top: 60px;
  font-weight: 700;
  line-height: 1;
}

.p-about__repre-degree {
  display: block;
  color: #6fb169;
}

.p-about__repre-name {
  margin-top: 20px;
  display: block;
  font-size: 2rem;
}

.p-about__repre-read {
  margin-top: 35px;
}

.p-about__repre-tbl {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-about__repre-img {
    margin-top: 40px;
  }
  .p-about__repre-img + h4 {
    margin-top: 40px;
  }
  .p-about__repre-read {
    margin-top: 25px;
  }
  .p-about__repre-tbl {
    margin-top: 40px;
  }
}
.p-about__seminar-img {
  margin-top: 55px;
}

.p-about__seminar-tbl {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-about__seminar-img {
    margin-top: 40px;
  }
  .p-about__seminar-tbl {
    margin-top: 40px;
  }
}
.p-service__policy-read {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-service__policy-read {
    margin-top: 40px;
  }
}
.p-service__personal-img {
  margin-top: 55px;
}

.p-service__personal-subttl {
  margin-top: 75px;
}

.p-service__personal-middlettl {
  margin-top: 45px;
}
.p-service__personal-middlettl small {
  font-size: 1.3rem;
}

.p-service__personal-checklist {
  margin-top: 20px;
}
.p-service__personal-checklist li {
  font-weight: normal;
}

.p-service__personal-detail {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-service__personal-img {
    margin-top: 40px;
  }
  .p-service__personal-subttl {
    margin-top: 32px;
  }
  .p-service__personal-middlettl {
    margin-top: 20px;
  }
  .p-service__personal-checklist {
    margin-top: 8px;
  }
  .p-service__personal-detail {
    margin-top: 20px;
  }
}
.p-service__corporate-img {
  margin-top: 55px;
}

.p-service__corporate-subttl {
  margin-top: 75px;
}

.p-service__corporate-middlettl {
  margin-top: 45px;
}

.p-service__corporate-middlettl + p {
  margin-top: 18px;
}

.p-service__corporate-detail {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-service__corporate-img {
    margin-top: 40px;
  }
  .p-service__corporate-subttl {
    margin-top: 32px;
  }
  .p-service__corporate-middlettl {
    margin-top: 20px;
  }
  .p-service__corporate-detail {
    margin-top: 20px;
  }
}
.p-fee__head {
  margin-top: -8px;
}

.c-feelist {
  margin-top: 55px;
  border-bottom: 1px solid #ccc;
}
.c-feelist li {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 25px;
}
.c-feelist li h4 {
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;
}
.c-feelist li h4 + p {
  width: calc(100% - 200px);
  display: block;
}

p.c-feelist-price {
  margin-top: 0;
  width: 200px;
  font-weight: 700;
  text-align: right;
}

.p-fee__spot-ttl + p {
  margin-top: 50px;
}

.p-fee__other-ttl + p {
  margin-top: 50px;
}

.p-fee__other-note {
  line-height: 1.75;
}

.--en .p-fee__other-note {
  margin-top: 140px;
}

@media screen and (max-width: 1024px) {
  .c-feelist li h4 + p {
    width: calc(100% - 180px);
  }
  p.c-feelist-price {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .c-feelist {
    margin-top: 35px;
  }
  .c-feelist li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-feelist li h4 {
    margin-bottom: 7px;
  }
  .c-feelist li h4 + p {
    width: 100%;
  }
  p.c-feelist-price {
    margin-top: 7px;
    width: 100%;
  }
  .p-fee__spot-ttl + p {
    margin-top: 30px;
  }
  .p-fee__other-ttl + p {
    margin-top: 30px;
  }
  .--en .p-fee__other-note {
    margin-top: 75px;
  }
}
.p-faq__box {
  margin-top: 45px;
}
.p-faq__box a {
  color: #36c;
}

.p-faq__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 10px;
  padding-left: 18px;
  text-indent: -15px;
}

.p-faq__q {
  color: #a37947;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}

.p-faq__ans {
  margin-top: 27px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-faq__box {
    margin-top: 30px;
  }
  .p-faq__ttl {
    font-size: 1.6rem;
    margin-left: 13px;
    padding-left: 13px;
    text-indent: -13px;
  }
  .p-faq__q {
    margin-right: 8px;
    vertical-align: top;
  }
  .p-faq__ans {
    margin-top: 15px;
    padding-left: 30px;
  }
}
.p-tokushoho__main {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.p-tokushoho__tbl > tbody > tr > th {
  width: 220px;
}

@media screen and (max-width: 1024px) {
  .p-tokushoho__mv .u-mv-ttl {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-tokushoho__mv .u-mv-ttl .--large {
    line-height: 1.2;
  }
  .p-tokushoho__mv .u-mv-ttl .--small {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-tokushoho__mv .u-mv-ttl {
    max-width: unset;
  }
  .p-tokushoho__mv .u-mv-ttl .--large {
    line-height: 1.2;
  }
  .p-tokushoho__mv .u-mv-ttl .--small {
    margin-top: 8px;
  }
  .p-tokushoho__tbl > tbody > tr > th {
    width: 100px;
    padding-right: 10px;
  }
  .p-tokushoho__tbl > tbody > tr > td {
    padding-right: 15px;
  }
}
.p-side__ttl {
  margin-top: -10px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-side__column-list + .p-side__ttl {
  margin-top: 40px;
}

.p-side__column-list {
  margin-top: 20px;
  padding-left: 30px;
}
.p-side__column-list li:not(:first-child) {
  margin-top: 20px;
}

.p-side__column-list.--latest {
  padding-left: 0;
}

.p-side__column-list.--category li:not(:first-child) {
  margin-top: 5px;
}

.p-side__column-list.--archive li:not(:first-child) {
  margin-top: 5px;
}

.p-side__column-list-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.p-side__column-list-link img {
  width: 100px;
}

.p-side__column .c-news-info {
  width: calc(100% - 100px - 15px);
  margin-top: -5px;
}
.p-side__column .c-news-img {
  width: 100px;
  height: 67px;
  overflow: hidden;
  position: relative;
}
.p-side__column .c-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-side__column .c-news-date {
  font-size: 1.3rem;
  width: 75px;
}
.p-side__column .c-news-cate {
  font-size: 1.2rem;
  padding-left: 0;
}
.p-side__column .c-news-item-ttl {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .l-side.--column {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-side.--column {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.p-column-detail__main .c-news-item {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-column-detail__main .c-news-date {
  margin-left: 0;
  padding-left: 0;
  width: auto;
  font-size: 1.5rem;
}
.p-column-detail__main .c-news-cate {
  padding-left: 22px;
  font-size: 1.5rem;
}
.p-column-detail__main .c-news-item-ttl {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 0;
  color: #333;
}

.p-column-detail__entry {
  padding-top: 20px;
}
.p-column-detail__entry img {
  margin-top: 40px;
}
.p-column-detail__entry h1,
.p-column-detail__entry h2,
.p-column-detail__entry h3,
.p-column-detail__entry h4,
.p-column-detail__entry h5,
.p-column-detail__entry h6 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 30px;
}
.p-column-detail__entry h4 {
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.77;
  position: relative;
  padding-left: 17px;
  margin-top: 55px;
}
.p-column-detail__entry h4::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 26px;
  background-color: #6fb169;
  top: 5px;
  left: 0;
}
.p-column-detail__entry h5 {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  margin-top: 45px;
  padding-bottom: 3px;
  border-bottom: 1px solid #bababa;
}
.p-column-detail__entry p {
  margin-top: 2.8rem;
  line-height: 1.77;
}
.p-column-detail__entry p + p {
  margin-top: 2.8rem;
}
.p-column-detail__entry img + p {
  margin-top: 5rem;
}
.p-column-detail__entry table {
  margin-top: 32px;
  width: 100%;
  border-left: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  background-color: #fff;
}
.p-column-detail__entry table th,
.p-column-detail__entry table td {
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 13px 20px 13px;
}
.p-column-detail__entry table th {
  font-weight: bold;
  width: 200px;
  text-align: left;
  background-color: #efefef;
}
.p-column-detail__entry a {
  position: relative;
  color: #36c;
}
.p-column-detail__entry ul {
  margin-top: 25px;
  padding-left: 30px;
}
.p-column-detail__entry ul li {
  list-style: disc;
}
.p-column-detail__entry ul li:not(:first-child) {
  margin-top: 5px;
}
.p-column-detail__entry .red {
  color: #c00;
}
.p-column-detail__entry strong {
  font-weight: bold;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

.wp-block-table thead {
  border-bottom: none;
}

.p-column-detail__btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .p-column-detail__main .c-news-item {
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .p-column-detail__main .c-news-cate {
    padding-left: 18px;
    width: auto;
    margin-top: 0;
  }
  .p-column-detail__main .c-news-item-ttl {
    font-size: 2rem;
    margin-top: 0;
    padding-top: 6px;
  }
  .p-column-detail__entry {
    margin-top: 15px;
    padding-top: 0;
  }
  .p-column-detail__entry img {
    margin-top: 40px;
    max-width: 100%;
  }
  .p-column-detail__entry table + img {
    margin-top: 60px;
  }
  .p-column-detail__entry h1,
  .p-column-detail__entry h2,
  .p-column-detail__entry h3,
  .p-column-detail__entry h4,
  .p-column-detail__entry h5,
  .p-column-detail__entry h6 {
    margin-top: 20px;
  }
  .p-column-detail__entry h4 {
    font-size: 2rem;
    padding-left: 12px;
    margin-top: 25px;
  }
  .p-column-detail__entry h4::before {
    height: 19px;
    top: 9px;
  }
  .p-column-detail__entry h5 {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .p-column-detail__entry p {
    margin-top: 1.5rem;
  }
  .p-column-detail__entry p + p {
    margin-top: 2rem;
  }
  .p-column-detail__entry img + p {
    margin-top: 3rem;
  }
  .p-column-detail__entry table {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .p-column-detail__entry table th,
  .p-column-detail__entry table td {
    padding: 9px 14px 8px 14px;
    font-size: 1.4rem;
  }
  .p-column-detail__entry ul {
    margin-top: 15px;
  }
  .p-column-detail__btn {
    margin-top: 40px;
  }
}
.p-contact__navi {
  padding-bottom: 100px;
}
.p-contact__navi a {
  color: #36c;
}
.p-contact__navi .c-dotlist {
  margin-top: -10px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__navi .c-dotlist li {
  text-align: left;
}
.p-contact__navi .c-dotlist li:not(:first-child) {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .p-contact__navi {
    padding-bottom: 30px;
  }
}
/* Utility
  ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden-onlypc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden-tabsp {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .u-hidden-onlytab {
    display: none;
  }
}
.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .pt60 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt110 {
  padding-top: 110px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}

.fs60 {
  font-size: 60px;
  font-size: 6rem;
}

.fw-b {
  font-weight: bold;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-none {
  box-shadow: none;
}

.u-cta {
  background: url(../assets/images/common/cta_bk.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.u-cta .inner {
  position: inherit;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 265px calc(100% - 265px);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.u-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.u-cta__ttl {
  grid-area: 1/1/3/2;
  width: 265px;
}
.u-cta__ttl .--large {
  color: #fff;
}
.u-cta__ttl .--small {
  color: #fff;
}
.u-cta__ttl.c-ttl::before {
  background-color: #fff;
}

.u-cta__read {
  grid-area: 1/2/2/3;
  text-align: center;
  margin-top: -10px;
}

.u-cta__list {
  grid-area: 2/2/3/3;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  width: 655px;
  margin-left: auto;
  margin-right: auto;
}

.u-cta__item.--tel {
  width: 260px;
}

.u-cta__item.--mail {
  width: 300px;
  height: 70px;
}

.u-cta__item-link {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

.--tel .u-cta__item-link {
  pointer-events: none;
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.--tel .u-cta__item-link::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 27px;
  background: url(../assets/images/common/icon_tel_line.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 10px);
  left: 0px;
}

.--tel .u-cta__item-link + p {
  text-align: center;
  margin-top: 7px;
}

.u-cta__totop {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 120px;
}

.u-cta__totop-link {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../assets/images/common/totop.svg) no-repeat center center;
  background-size: contain;
}

.--en .u-cta__item.--tel {
  width: 310px;
}
.--en .--tel .u-cta__item-link {
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .u-cta__totop {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .u-cta {
    background: url(../assets/images/common/cta_bk.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
  }
  .u-cta .inner {
    display: grid;
    grid-template-columns: 265px auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }
  .u-cta__ttl {
    grid-area: 1/1/2/2;
  }
  .u-cta__read {
    text-align: left;
    margin-top: 30px;
  }
  .u-cta__list {
    grid-area: 2/1/3/3;
    margin-top: 55px;
    width: 600px;
  }
  .--tel .u-cta__item-link {
    pointer-events: visible;
  }
  .u-cta__totop {
    top: unset;
    bottom: 0;
  }
  .--en .u-cta__list {
    width: 640px;
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .u-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .u-cta .inner {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .u-cta__ttl {
    width: 100%;
    font-size: 2.2rem;
    grid-area: 1/1/2/2;
  }
  .u-cta__ttl .--large {
    padding-top: 25px;
  }
  .u-cta__ttl .--small {
    margin-top: 7px;
  }
  .u-cta__read {
    grid-area: 2/1/3/2;
    margin-top: 27px;
  }
  .u-cta__list {
    grid-area: 3/1/4/2;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 30px;
  }
  .u-cta__item.--tel {
    max-width: 300px;
    width: 100%;
  }
  .u-cta__item.--mail {
    max-width: 300px;
    width: 100%;
    margin-top: 23px;
  }
  .--tel .u-cta__item-link {
    font-size: 3rem;
    letter-spacing: 0.05rem;
  }
  .--tel .u-cta__item-link::before {
    left: calc(50% - 112px);
  }
  .--tel .u-cta__item-link + p {
    margin-top: 4px;
  }
  .--en .u-cta__list {
    width: 100%;
  }
  .--en .--tel .u-cta__item-link::before {
    left: calc(50% - 137px);
  }
  .u-cta__totop {
    right: 20px;
  }
}
.u-copyright {
  position: fixed;
  z-index: 999;
  top: 120px;
  left: 0;
  width: 80px;
  height: calc(100vh - 120px);
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  pointer-events: none;
  mix-blend-mode: difference;
  isolation: isolate;
}
.u-copyright p {
  display: block;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  /* ブレンドモード用に文字色を調整 */
  color: #999;
}

@media screen and (max-width: 1024px) {
  .u-copyright {
    display: none;
  }
}
.u-mv {
  margin-left: calc(50% - 50vw + 80px);
  margin-right: calc(50% - 50vw + 80px);
  width: calc(100vw - 160px);
  height: 400px;
  position: relative;
  transition: 0.2s;
}

.u-mv-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 27px;
  object-position: center center;
}

.u-mv-image::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.u-mv-image-visual {
  object-fit: cover;
  min-height: 100%;
}

.u-mv-illust {
  width: 243px;
  position: absolute;
  bottom: -50px;
  right: -50px;
  transition: 0.2s;
}

.u-mv-ttl {
  color: #fff;
  position: absolute;
  display: block;
  left: 80px;
  top: 155px;
}
.u-mv-ttl .--large {
  font-size: 4rem;
  line-height: 1.37;
  font-weight: 600;
}
.u-mv-ttl .--small {
  display: block;
  margin-top: 3px;
}

@media screen and (max-width: 1024px) {
  .u-mv {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    width: calc(100vw - 30px);
  }
  .u-mv-image-visual {
    object-position: calc(50% - 15px) center;
  }
  .u-mv-illust {
    width: 242px;
    right: 20px;
    bottom: -50px;
  }
  .u-mv-ttl {
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mv {
    width: calc(100vw - 20px);
    height: 200px;
  }
  .u-mv-image {
    border-bottom-left-radius: 17px;
  }
  .u-mv-image-visual {
    object-position: calc(50% - 0px) center;
  }
  .u-mv-illust {
    width: 100px;
    right: 8px;
    bottom: -32px;
  }
  .u-mv-ttl {
    max-width: 320px;
    left: 28px;
    top: 61px;
  }
  .u-mv-ttl .--large {
    font-size: 3rem;
    line-height: 1.55;
  }
  .u-mv-ttl .--small {
    margin-top: 0px;
    font-size: 1.3rem;
  }
}
/* plugin
  ----------------------------------------------------------------- */