@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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

.Outfit {
  font-family: "Outfit", sans-serif;
}

main {
  overflow: clip;
}

.contents-wrap {
  padding: 24px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

html, body {
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1440px;
  padding: 0 32px;
}

#wrapper {
  position: relative;
  overflow: clip;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/Outfit-Medium.woff) format("woff");
  font-family: "Outfit";
  font-weight: 500;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #e6e3d6;
}
header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 0;
}
.c-header.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-header__nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.c-header__logo {
  width: 331px;
}
.c-header__logo a {
  display: block;
}
.c-header__logo img {
  width: 100%;
}

.c-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.c-header-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: clip;
}
.c-header-list__link .ico {
  width: 16px;
  height: 16px;
}
.c-header-list__link .txt {
  font-size: 16px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: clip;
}
.c-header-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dad7ca;
  padding: 0 32px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  height: 100%;
  height: 96px;
}
.c-header-cta__ico {
  width: 20px;
  height: 16px;
  margin-right: 8px;
}
.c-header-cta__txt {
  width: calc(100% - 28px);
}

.c-header-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 16px;
  right: 10px;
  overflow: clip;
}
.c-header-btn span {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #0066B5;
  position: absolute;
  left: 6px;
}
.c-header-btn span:nth-child(1) {
  top: 10px;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
}
.c-header-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}
.c-header-btn span:nth-child(3) {
  bottom: 10px;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
}

.nav-wrap.active {
  left: 0;
  opacity: 1;
}

#loading-screen.is-animated {
  display: none; /* 初期状態で非表示 */
  opacity: 0; /* アニメーション用 */
}

.c-footer {
  background-color: #E6E3D6;
  position: relative;
}
.c-footer__wrap {
  padding-top: 48px;
  position: relative;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer__copy {
  position: relative;
  overflow: clip;
  text-align: right;
  color: #6A685E;
}

.c-footer-left {
  width: 50%;
  max-width: 670px;
}
.c-footer-left__nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-left__logo {
  width: 145px;
  margin-right: 65px;
}
.c-footer-left__logo a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-footer-left__nav {
  width: calc(100% - 210px);
}

.c-footer-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  width: 50%;
}
.c-footer-right__ico-area {
  width: 120px;
}
.c-footer-right__ico-area .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-footer-right__ico-area .sns-list img {
  vertical-align: middle;
}
.c-footer-right__ico-area .sns-list__link {
  display: block;
  padding: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-footer-right__cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 32px;
}
.c-footer-right__cta .link {
  position: relative;
  display: block;
  overflow: clip;
  border-top: 1px solid #CDCAC8;
}
.c-footer-right__cta .link .txt {
  padding: 34px 24px;
  display: block;
}
.c-footer-right__cta .link .ico {
  width: 160px;
  height: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.8;
  transition: 0.8;
}
.c-footer-right__cta .link .ico svg {
  width: 100%;
  height: 100%;
}
.c-footer-right__cta .link .ico svg path {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-footer-right__cta .link .ico::after {
  content: "";
  width: 27px;
  height: 26px;
  background: url("../img/common/arrow_right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-footer-right__cta .link:hover svg path {
  fill: #3789D4;
}

.c-footer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 40px;
}
.c-footer-list__link {
  display: block;
  padding: 4px;
}
.c-footer-list__link .txt {
  overflow: clip;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-footer-list__link .txt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0066B5;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-footer-list__link .ico {
  vertical-align: middle;
}
.c-footer-list__link .ico img {
  vertical-align: middle;
}

.c-footer-copy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer-copy__ico-area {
  margin-left: auto;
  width: 107px;
}

.c-footer-sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-sp__wrap .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.c-footer-sp__wrap .img {
  width: 100px;
}
.c-footer-sp__wrap .page {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

/* ----------------------------------- 
  layout
-------------------------------------*/
.l-sec {
  position: relative;
  overflow: clip;
}

.l-25 {
  width: 25%;
}

.l-75 {
  width: 75%;
}

.l-50 {
  width: 50%;
}

.p-left {
  padding-left: 32px;
}

.p-left2 {
  padding-left: 10.625%;
}

.p-right {
  padding-right: 32px;
}

.p-right2 {
  padding-right: 10.625%;
}

.l-r {
  position: relative;
}

.l-mv {
  overflow: clip;
  position: relative;
  z-index: 2;
}
.l-mv__txt {
  padding: 69px 96px;
  position: relative;
  z-index: 5;
}
.l-mv__txt .service-txt {
  font-size: 20px;
  margin-top: 32px;
  display: inline-block;
}
.l-mv__txt-ja {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.l-mv__txt-en {
  margin-top: 8px;
  font-family: "Outfit";
  font-weight: 500;
  font-size: 90px;
  letter-spacing: 0.04;
  line-height: 1.25;
  color: #322C27;
}
.l-mv__dec {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  width: 740px;
  height: 740px;
}
.l-mv__dec.story {
  top: 418px;
}

/* ----------------------------------- 
  line animation
-------------------------------------*/
.c-line-y {
  height: 100%;
  width: 1px;
  background-color: #CDCAC8;
  position: absolute;
  top: 0;
  z-index: 100;
  opacity: 0;
}
.c-line-y.left {
  left: 32px;
}
.c-line-y.left0 {
  left: 0;
}
.c-line-y.left2 {
  left: 25%;
}
.c-line-y.left3 {
  left: calc((50% + 32px) / 2);
}
.c-line-y.left4 {
  left: 10.625%;
}
.c-line-y.right {
  right: 32px;
}
.c-line-y.right0 {
  right: 0;
}
.c-line-y.right2 {
  right: 25%;
}
.c-line-y.right3 {
  right: calc((50% + 32px) / 2);
}
.c-line-y.right4 {
  right: 10.625%;
}
.c-line-y.center {
  left: 50%;
}
.c-line-y.right0 {
  right: 0;
}

.c-line-x {
  width: 100%;
  height: 1px;
  background-color: #CDCAC8;
  position: absolute;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.c-line-x.top {
  top: 0;
}
.c-line-x.bottom {
  bottom: 0;
}
.c-line-x.top {
  top: 0;
}

/* ----------------------------------- 
  ttl
-------------------------------------*/
.c-dot-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-dot-ttl.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-dot-ttl__txt {
  color: #524c47;
  width: calc(100% - 24px);
}
.c-dot-ttl__txt.black {
  color: #322C27;
}
.c-dot-ttl__txt.count {
  position: relative;
}
.c-dot-ttl__txt.count::before {
  display: block;
  content: "(" counter(num, decimal-leading-zero) ")";
  counter-increment: num 1;
}
.c-dot-ttl__ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
}

.c-ttl {
  font-size: 36px;
  letter-spacing: 0.14em;
}
.c-ttl.mt {
  margin-top: 40px;
}

.c-ttl02 {
  font-size: 24px;
  line-height: 1.5;
  color: #322C27;
}

/* ----------------------------------- 
  btn
-------------------------------------*/
.c-btn01 {
  display: block;
  background-color: #F5F3F3;
  overflow: clip;
  position: relative;
}
.c-btn01__txt {
  padding: 45px 32px;
  display: block;
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-btn01__txt .txt {
  position: relative;
  z-index: 2;
}
.c-btn01__txt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0066B5;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-btn01__ico {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn01__ico svg {
  width: 100%;
  height: 100%;
}
.c-btn01__ico::after {
  content: "";
  width: 27px;
  height: 26px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn02 {
  display: block;
  border: 1px solid #CDCAC8;
  font-size: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f5f3f3;
  overflow: clip;
}
.c-btn02__txt {
  display: block;
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 24px 32px;
}
.c-btn02__txt .txt {
  position: relative;
  z-index: 2;
}
.c-btn02__txt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0066B5;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-btn02::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-btn03 {
  cursor: pointer;
  padding: 5 20px;
  border: 1px solid #cdcac8;
  border-radius: 20px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.c-btn03:hover {
  background-color: #e6e3d6;
}

.c-contact-us {
  font-size: 40px;
  letter-spacing: 0.12em;
  background-color: #f5f3f3;
}
.c-contact-us .c-btn01__txt {
  padding: 32px;
}

.c-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}
.c-more__txt {
  color: #0066B5;
  display: inline-block;
  vertical-align: middle;
}
.c-more__ico {
  display: inline-block;
  vertical-align: middle;
}
.c-more__ico img {
  vertical-align: middle;
}

.c-btn-wrap {
  padding: 24px 56px 48px;
}

.c-detail-cont-top-btn__wrap a {
  padding: 35px;
  background-color: #f5f3f3;
  position: relative;
  display: block;
}
.c-detail-cont-top-btn__txt {
  font-size: 20px;
  text-align: center;
}
.c-detail-cont-top-btn__ico {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ----------------------------------- 
  txt
-------------------------------------*/
.c-date {
  color: #807b77;
  position: relative;
  display: inline-block;
}

.c-link {
  color: #0066b5;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 4px;
  position: relative;
}
.c-link::after {
  content: "";
  background: url(../img/common/link_ico.svg) no-repeat;
  background-size: contain;
  width: 16px;
  position: absolute;
  top: 0;
  right: -10px;
}
.c-link.ptn02::after {
  width: 16px;
  height: 16px;
  position: absolute;
  top: unset;
  bottom: 2px;
  right: -17px;
}

.c-none-txt {
  font-size: 20px;
  color: #9f9b97;
}
.c-none-txt .contents-wrap {
  padding: 48px 24px;
  background-color: #fff;
}

/* ----------------------------------- 
  layout
-------------------------------------*/
.c-news-list {
  background-color: #fff;
}
.c-news-list__ttl {
  font-size: 20px;
  width: calc(100% - 150px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px;
  position: relative;
  padding-right: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-news-list__link::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-news-list__date {
  width: 150px;
}
.c-news-list__category {
  padding: 0 10px;
  margin-right: 16px;
  background-color: #e6e3d6;
}
.c-news-list__item {
  position: relative;
  overflow: clip;
}

.c-dot-list {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-dot-list__li {
  padding: 20px 24px;
  border-bottom: solid 1px #CDCAC8;
}
.c-dot-list__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-dot-list__dec {
  width: 24px;
}
.c-dot-list__dec img {
  vertical-align: middle;
}
.c-dot-list__ttl {
  padding-left: 8px;
  width: calc(100% - 24px);
}

.c-img-list__li {
  border-bottom: solid 1px #CDCAC8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c-img-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.c-img-list__box::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-img-list__img {
  background: #fff;
  border: solid 1px #CDCAC8;
  overflow: clip;
}
.c-img-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-img-list__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-img-list__cap {
  font-weight: 400;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.c-img-list__dec {
  width: 24px;
}
.c-img-list__dec img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-tag-list__item {
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 5px;
  background-color: #f5f3f3;
  border: 1px solid #cdcac8;
  line-height: 1.7;
}
.c-tag-list__item.blue {
  background-color: #0066B5;
  color: #fff;
  border: none;
}
.c-tag-list__item.beige {
  background-color: #867256;
  color: #fff;
  border: none;
}
.c-tag-list__item.gray {
  background-color: #cdcac8;
  border: none;
}

.c-card-wrap {
  padding: 0 32px;
}

.c-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
}
.c-card > li {
  padding: 24px;
  height: 100%;
  background-color: #fff;
}
.c-card__tag {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.c-card__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-card__box02 {
  padding-top: 16px;
}
.c-card__box03 {
  margin-top: 16px;
  min-height: 110px;
}
.c-card__box04 {
  width: 50%;
}
.c-card__img {
  aspect-ratio: 1200/628;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  width: 50%;
  position: relative;
}
.c-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 103, 181, 0.456);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.c-card__img.story_archive {
  width: 100%;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-card__img .thumb {
  aspect-ratio: 296/155;
}
.c-card__date {
  font-size: 12px;
  color: #F5F3F3;
  padding-top: 4px;
}
.c-card__date.mt-auto {
  margin-top: auto;
}
.c-card__ttl01 {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: clip;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.c-card__label {
  letter-spacing: 0.05em;
  padding: 5px 10px 5px 29px;
  border: 1px solid #cdcac8;
  font-size: 14px;
  position: relative;
}
.c-card__label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_ttl.svg) no-repeat center;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}

.c-detail-cont-top-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.c-detail-cont-top-cont__ttl {
  font-size: 20px;
}
.c-detail-cont-top-cont__txt {
  margin-top: 8px;
}
.c-detail-cont-top-cont__item {
  background-color: #f5f3f3;
  padding: 16px 24px;
}

.c-box-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  padding-left: 0 !important;
}
.c-box-list__item {
  background-color: #f5f3f3;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.c-box-list__ico {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.c-box-list__txt {
  width: calc(100% - 72px);
  padding-left: 24px;
  margin-top: 0 !important;
}
.c-box-list__txt02 {
  margin-top: 10px !important;
}
.c-box-list__ttl01 {
  color: #867256;
}
.c-box-list__ttl02 {
  font-size: 20px;
  margin-top: 8px !important;
}
.c-box-list__ttl02 .small {
  font-size: 14px;
  margin-left: 8px;
  display: inline-block;
}

.c-table01 {
  margin: 32px 0;
}
.c-table01 tr {
  border: 1px solid #cdcac8;
}
.c-table01 th {
  text-align: center;
  font-weight: 400;
  background-color: #F5F3F3;
  padding: 5px 20px;
}
.c-table01 th + th, .c-table01 td + td {
  border-left: 1px solid #cdcac8;
}
.c-table01 td {
  text-align: center;
  padding: 5px 20px;
}
.c-table01 td:last-child {
  text-align: left;
}
.c-table01 td > a {
  color: #0066b5;
  border-bottom: 1px solid #0066b5;
}

.c-table02 {
  width: 100%;
}
.c-table02 th,
.c-table02 td {
  border-bottom: solid 1px #cdcac8;
}
.c-table02 th {
  text-align: left;
  vertical-align: top;
  color: #867256;
  font-weight: 500;
}
.c-table02 td .img {
  max-width: 120px;
}
.c-table02 td .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  padding: 16px;
}
.c-breadcrumb__item {
  display: inline;
  position: relative;
  line-height: 1;
}
.c-breadcrumb__item::after {
  display: inline-block;
  position: absolute;
  content: "";
  background: url(../img/common/breadcrumb.svg) no-repeat center;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}
.c-breadcrumb__link {
  display: inline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  font-size: 12px;
  line-height: 1;
  color: #0066B5;
  border-bottom: 1px solid #0066B5;
}
.c-breadcrumb__link.current {
  color: #333;
  border: none;
  pointer-events: none;
}

.bg-movie {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-banner__img {
  text-align: center;
}

.c-anker {
  display: grid;
}
.c-anker__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-anker__txt {
  padding: clamp(24px, 3vw, 45px) clamp(12px, 2vw, 16px) clamp(24px, 3vw, 45px) clamp(16px, 2.5vw, 32px);
  position: relative;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.c-anker__dec::before {
  content: "";
  display: block;
  background: url(../img/common/arrow_right.svg) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: contain;
}

.c-hover-down {
  position: relative;
}
.c-hover-down__ico {
  z-index: 2;
}
.c-hover-down__ico svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-hover-down__txt {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-hover-down.default-blue {
  background-color: #0066B5;
}
.c-hover-down.default-blue::before {
  background: #f5f3f3;
}
.c-hover-down.default-blue .c-hover-down__txt {
  color: #fff;
}
.c-hover-down.default-blue svg path {
  fill: #fff;
}

.bg-white {
  background-color: #fff;
}

.paging-area {
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging-area > * {
  width: 80px;
  height: 80px;
  line-height: 1;
  color: #0066B5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.paging-area > *.b-r {
  border-right: 1px solid #CDCAC8;
}
.paging-area > *.b-l {
  border-left: 1px solid #CDCAC8;
}
.page-numbers.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: #F5F3F3;
  color: #322C27;
}

.paging-area .page-numbers.b-b {
  position: relative;
}
.paging-area .page-numbers.b-b::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #0066B5;
  bottom: 36%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.paging-area .page-numbers.b-b:hover::after {
  background-color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  color: #000;
  min-width: 1px;
  margin: 0;
  width: 48px;
}

.paging-area .page-numbers.dots.mid {
  display: none;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .page-numbers:before,
.paging-area .page-numbers:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  background-image: url("../img/news/arrow-right01.svg");
}

.paging-area .next2.page-numbers:before,
.paging-area .prev2.page-numbers:before {
  background-image: url("../img/news/arrow-right02.svg");
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/news/arrow-right01-white.svg");
}

.paging-area .next2.page-numbers:hover:before,
.paging-area .prev2.page-numbers:hover:before {
  background-image: url("../img/news/arrow-right02-white.svg");
}

.paging-area .prev.page-numbers:before,
.paging-area .prev2.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 90px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #0066B5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pagetop img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 2px;
  display: block;
  width: 24px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
.c-line-y.is-animated {
  -webkit-animation: lineY 2.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: lineY 2.5s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
}

@-webkit-keyframes lineY {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes lineY {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.c-line-x.is-animated {
  -webkit-animation: lineX 2.5s cubic-bezier(0.65, 0, 0.35, 1);
          animation: lineX 2.5s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 1;
}

@-webkit-keyframes lineX {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes lineX {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.beyond-anm {
  -webkit-animation: beyondAnm 20s linear;
          animation: beyondAnm 20s linear;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.beyond-anm.is-animated {
  -webkit-animation: beyondAnm2 40s linear infinite;
          animation: beyondAnm2 40s linear infinite;
  width: 100%;
  left: 100%;
}

.beyond-anm2 {
  -webkit-animation: beyondAnm2 40s linear infinite;
          animation: beyondAnm2 40s linear infinite;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@-webkit-keyframes beyondAnm {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes beyondAnm {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes beyondAnm2 {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes beyondAnm2 {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

@-webkit-keyframes btnAnm {
  0% {
    fill: transparent;
    stroke: #DEDBD8;
  }
  100% {
    fill: #3789D4;
    stroke: #3789D4;
  }
}

@keyframes btnAnm {
  0% {
    fill: transparent;
    stroke: #DEDBD8;
  }
  100% {
    fill: #3789D4;
    stroke: #3789D4;
  }
}

@-webkit-keyframes btnAnmIco {
  0% {
    background: url(../img/common/arrow_right.svg) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
  }
}

@keyframes btnAnmIco {
  0% {
    background: url(../img/common/arrow_right.svg) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
  }
}

@-webkit-keyframes homeBtnAnm {
  0% {
    fill: #F5F3F3;
  }
  100% {
    fill: #3789D4;
  }
}

@keyframes homeBtnAnm {
  0% {
    fill: #F5F3F3;
  }
  100% {
    fill: #3789D4;
  }
}
@-webkit-keyframes fadeUpText {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpText {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.txt-anm-up span {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.txt-anm-up span.is-show {
  -webkit-animation: fadeUpText 1.5s forwards;
          animation: fadeUpText 1.5s forwards;
}

.roate-anm img {
  -webkit-animation: rotateAnm 40s linear infinite;
          animation: rotateAnm 40s linear infinite;
}

@-webkit-keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnm {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.txt-fade-anm span {
  opacity: 0.2;
}

.txt-fade-anm span.is-show {
  -webkit-animation: txtFadeAnm 0.3s forwards;
          animation: txtFadeAnm 0.3s forwards;
}

@-webkit-keyframes txtFadeAnm {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txtFadeAnm {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.js-img {
  overflow: clip;
}
.js-img img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.js-img.is-animated img {
  -webkit-animation: imgAnm 1.5s forwards;
          animation: imgAnm 1.5s forwards;
}

@-webkit-keyframes imgAnm {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgAnm {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.nav-btn.active span:nth-child(1) {
  -webkit-animation: hamburgerAnm_1 1s forwards;
          animation: hamburgerAnm_1 1s forwards;
}
.nav-btn.active span:nth-child(2) {
  -webkit-animation: hamburgerAnm_2 1s forwards;
          animation: hamburgerAnm_2 1s forwards;
}
.nav-btn.active span:nth-child(3) {
  -webkit-animation: hamburgerAnm_3 1s forwards;
          animation: hamburgerAnm_3 1s forwards;
}

.nav-btn.remove span:nth-child(1) {
  animation: hamburgerAnm_1 1s reverse forwards;
}
.nav-btn.remove span:nth-child(2) {
  animation: hamburgerAnm_2 1s reverse forwards;
}
.nav-btn.remove span:nth-child(3) {
  animation: hamburgerAnm_3 1s reverse forwards;
}

@-webkit-keyframes hamburgerAnm_1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
            clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
    left: 100%;
  }
  55% {
    left: 6px;
    opacity: 0;
  }
  60% {
    top: 50%;
    left: 6px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes hamburgerAnm_1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
            clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
    left: 100%;
  }
  55% {
    left: 6px;
    opacity: 0;
  }
  60% {
    top: 50%;
    left: 6px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes hamburgerAnm_2 {
  0% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
            clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
    left: -100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hamburgerAnm_2 {
  0% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
            clip-path: polygon(0 47%, 100% 50%, 100% 50%, 0 53%);
    left: -100%;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hamburgerAnm_3 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 53%, 100% 50%, 100% 50%, 0 47%);
            clip-path: polygon(0 53%, 100% 50%, 100% 50%, 0 47%);
    left: 100%;
  }
  55% {
    left: 6px;
    opacity: 0;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  }
  60% {
    top: 50%;
    left: 6px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@keyframes hamburgerAnm_3 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    left: 6px;
  }
  30% {
    -webkit-clip-path: polygon(0 53%, 100% 50%, 100% 50%, 0 47%);
            clip-path: polygon(0 53%, 100% 50%, 100% 50%, 0 47%);
    left: 100%;
  }
  55% {
    left: 6px;
    opacity: 0;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  }
  60% {
    top: 50%;
    left: 6px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_home__mv {
  position: relative;
  overflow: clip;
  height: calc(75vh - 76px);
  background-color: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.p_home__mv.is-animated {
  background-color: transparent;
}
.p_home__mv .scroll {
  width: 55px;
  height: 135px;
  position: absolute;
  right: 50px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p_home__mv .scroll__txt {
  width: 35px;
  height: 60px;
  margin-bottom: 20px;
}
.p_home__mv .scroll__txt img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_home__mv-txt {
  font-size: 120px;
  position: absolute;
  left: 130px;
  bottom: 70px;
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p_home__mv-txt .txt02 {
  font-size: 24px;
  line-height: 1.6;
}
.p_home__mv-lottie {
  margin: 0 32px;
  height: 100%;
  overflow: clip;
}

.p_home-cap {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#F5F3F3), color-stop(#fff), color-stop(#f5f3f3), to(#DEDBD8));
  background: linear-gradient(to right, #fff, #F5F3F3, #fff, #f5f3f3, #DEDBD8);
  position: relative;
  overflow: clip;
}
.p_home-cap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-cap__left {
  position: relative;
  z-index: 2;
}
.p_home-cap__right {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.p_home-cap__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_home-cap__ttl {
  font-size: 36px;
  font-weight: 400;
}
.p_home-cap__txt {
  font-weight: 400;
  margin-top: 24px;
  line-height: 1.8;
}
.p_home-cap__bg {
  width: 740px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p_home-beyond {
  position: relative;
}
.p_home-beyond__wrap {
  position: relative;
  height: 95px;
  margin: 0 32px;
  overflow: clip;
}

.p_home-sec01,
.p_home-sec02,
.p_home-sec03,
.p_home-sec04 {
  position: relative;
}

.p_home-sec .comment {
  text-align: right;
  font-size: 12px;
}

.p_home-sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_home-sec01__list-wrap {
  background-color: #fff;
  padding: 48px 40px;
}

.p_home-sec01-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 10px;
}
.p_home-sec01-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_home-sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_home-sec02__img {
  padding: 56px 0;
  padding-bottom: 24px;
}
.p_home-sec02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_home-sec02__btn {
  margin-top: auto;
}
.p_home-sec02__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_home-sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_home-sec03__cap {
  font-size: 24px;
  margin-top: 40px;
}
.p_home-sec03__img {
  margin-top: auto;
}
.p_home-sec03__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p_home-sec03-list {
  margin-top: 56px;
  background-color: #fff;
}
.p_home-sec03-list li {
  position: relative;
  overflow: clip;
}
.p_home-sec03-list__link {
  display: block;
  padding: 24px 32px;
  position: relative;
  overflow: clip;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_home-sec03-list__link .ico {
  position: absolute;
  bottom: -8px;
  right: 2px;
  width: 100px;
  height: 100px;
}
.p_home-sec03-list__link .ico::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url("../img/common/arrow_right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_home-sec03-list__link .ico svg {
  width: 100%;
  height: 100%;
}
.p_home-sec03-list__link .ttl {
  font-size: 24px;
  position: relative;
  display: inline-block;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_home-sec03-list__link .c-date {
  margin-top: 15px;
  display: block;
}

.p_home-sec04 {
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_home-sec04__more {
  width: 300px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: 24px;
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.loading-animation {
  width: 150px;
  height: 150px;
}

.kv_background {
  height: 100%;
}

.kv_text {
  position: relative;
  left: 200px;
  top: 100px;
}

/* -----------------------------------------------
* service Module
* serviceページ用
-------------------------------------------------- */
.p_service__body {
  counter-reset: num 0;
}
.p_service__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_service__sec.one {
  display: block;
}
.p_service__sec-ttl {
  letter-spacing: 0.04em;
}

.p_service-img01 {
  background-color: #F5F3F3;
}
.p_service-img01__ttl01 {
  font-size: 36px;
  padding-left: 56px;
}
.p_service-img01__img01 {
  padding: 0 96px 48px;
}
.p_service-img01__img01 img {
  width: 100%;
}
.p_service-img01__img02 {
  text-align: center;
  padding: 24px 0;
}
.p_service-img01__box01 {
  padding: 0 16px;
}
.p_service-img01__list01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 16px;
  padding: 0px 96px;
}
.p_service-img01__cap01 {
  text-align: center;
  padding: 8px 24px;
  font-size: 16px;
  background-color: #E5DDD0;
}

.p_service-item01.top {
  padding-top: 88px;
  padding-bottom: 88px;
}
.p_service-item01__cont {
  padding: 0px 24px;
}
.p_service-item01__img {
  margin-top: 40px;
}
.p_service-item01__img img {
  width: 100%;
}
.p_service-item02 {
  background-color: #fff;
}
.p_service-item02__img {
  margin-top: 40px;
}
.p_service-item02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_service-item02__list {
  margin-top: 24px;
}
.p_service-item02__btn {
  max-width: 296px;
  margin-top: 24px;
}

.p_service-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #423C37;
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p_service-btn::before {
  display: block;
  content: "";
  -webkit-mask-image: url(../img/common/btn-dec.svg);
          mask-image: url(../img/common/btn-dec.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #E6E3D6;
  width: 160px;
  height: 160px;
  opacity: 0.3;
  -webkit-clip-path: inset(0 2.5vw 0 0);
          clip-path: inset(0 2.5vw 0 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: absolute;
  top: 5px;
  right: -10px;
}
.p_service-btn__txt {
  color: #E6E3D6;
  letter-spacing: 0.04em;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p_service-btn__dec::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p_service-btn__dec img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 27px;
  height: 27px;
}
.js-fixed.is-absolute {
  position: absolute;
  top: unset;
  bottom: 32px;
  width: calc(50% - 32px);
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.l-policy-sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-policy-item01__img {
  text-align: right;
}
.l-policy-item01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-policy-item02__box01 {
  padding-top: 48px;
  background-color: #fff;
  padding-bottom: 48px;
}
.l-policy-item02__ttl01 {
  font-size: 28px;
  margin-top: 40px;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.l-policy-item02__ttl02 {
  font-size: 32px;
  margin-top: 40px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.l-policy-item02__cap01 {
  margin-top: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.l-policy-item02__cap02 {
  margin-top: 16px;
  color: #807B77;
  letter-spacing: 0.04em;
}
.l-policy-item02__cap02 a {
  color: #0066B5;
  border-bottom: 1px solid #0066B5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-policy-item02__cap02 a :hover {
  opacity: 0.8;
}
.l-policy-item02__img01 {
  margin-top: 40px;
}
.l-policy-item02__img01 img {
  width: 100%;
}

.l_policy-list01 {
  margin-top: 40px;
}
.l_policy-list01 > li + li {
  margin-top: 40px;
}
.l_policy-list01 p {
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.l_policy-list02 {
  margin-top: 14px;
}
.l_policy-list02 > li + li {
  margin-top: 14px;
}

.l_policy-list03 {
  margin-top: 14px;
  padding-left: 16px;
}

.l_policy-list04,
.l_policy-list05 {
  position: relative;
  padding-left: 40px;
}
.l_policy-list04 > li::before,
.l_policy-list05 > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 24px;
}

.l_policy-list05 > li {
  margin-top: 14px;
}

.l-policy__body.contact {
  background-color: #fff;
  position: relative;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_security__box01 {
  margin-top: 40px;
  text-align: right;
}
.p_security-list01 {
  list-style-type: decimal;
  padding-left: 18px;
  margin-top: 40px;
}
.p_security-list01 li + li {
  margin-top: 16px;
}
.p_security-list01 p {
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_privacy__ttl01 {
  font-size: 28px;
  letter-spacing: 0.04em;
}
.p_privacy__cap01 {
  margin: 16px 0;
}
.p_privacy__box01 {
  margin-top: 16px;
  padding-left: 25px;
}
.p_privacy__box02 {
  margin-top: 40px;
  text-align: right;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_cookie__box01 {
  width: 296px;
  margin-top: 40px;
}
.p_cookie__box01 > a {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
.p_cookie__box02 {
  margin-top: 40px;
  text-align: right;
}
.p_cookie__ttl01 {
  font-size: 32px;
}
.p_cookie__ttl02 {
  font-size: 24px;
}
.p_cookie__cap01 {
  margin-top: 16px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_news-sec01__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_news-sec01__box02 {
  margin-top: 50px;
}
.p_news-sec01__ttl {
  background-color: #fff;
}
.p_news-sec01__ttl .c-ttl02 {
  margin-top: 40px;
}
.p_news-sec01__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.p_news-sec01__list01 li {
  background-color: #fff;
}
.p_news-sec01__list01 > li > a {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 3px 16px;
  border: 1px solid #CDCAC8;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
}
.p_news-sec01__list01 > li > a:hover {
  background-color: #E6E3D6;
}
.p_news-sec01__list01 > li > a.current {
  background-color: #E6E3D6;
  border: none;
}

.p_news-select {
  position: relative;
  width: 100%;
  background-color: #E6E3D6;
}
.p_news-select::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/stroke.svg) no-repeat center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.p_news-select select {
  width: 100%;
  padding: 10px 20px;
}

.p_news-list__box01 {
  margin-top: 16px;
  width: 100%;
}
.p_news-list__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_news-list__box02 .c-news-list__category {
  padding: 4px 10px;
}
.p_news-list__box02 a {
  display: block;
  width: 100%;
  padding: 24px;
  padding-right: 70px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p_news-list__box02 > a::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p_news-sec03 {
  background-color: #fff;
}
.p_news-sec03__box01 {
  margin: 40px 0 88px;
}
.p_news-sec03__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_news-sec03__list01 li + li {
  margin-left: 16px;
}
.p_news-sec03__list01 > li > a {
  padding: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p_news-sec03__list01 > li > a:hover {
  background-color: #CDCAC8;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_story-list01.p_news-sec01__list01 > li > a:not(.category-all) {
  position: relative;
  padding-left: 32px;
}
.p_story-list01.p_news-sec01__list01 > li > a:not(.category-all)::before {
  position: absolute;
  content: "";
  background: url(../img/common/ico_ttl.svg) no-repeat center;
  width: 16px;
  height: 16px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_story-list01.p_news-sec01__list01 > li > a:not(.category-all).current {
  background-color: #0066B5;
  color: #fff;
}
.p_story-list01.p_news-sec01__list01 > li > a:not(.category-all).current:not(.category-all)::before {
  background: url(../img/common/ico_ttl03.svg) no-repeat center;
}
.p_story-list01.p_news-sec01__list01 > li > a:not(.category-all).category-all::before {
  content: none;
}

.p_story-sec02__box01 {
  background-color: #fff;
}
.p_story-sec02__ttl01 {
  font-size: 24px;
}

.p_story-sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.p_story-test {
  padding: 0 32px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p_story-test > li {
  margin-top: 48px;
}

.p_story-card01 {
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.p_story-card01 > li {
  padding: 48px 24px;
  height: 100%;
  background-color: #fff;
}
.p_story-card01__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p_story-card01__box02 {
  padding-top: 12px;
}
.p_story-card01__box03 {
  margin-top: 16px;
  min-height: 110px;
}
.p_story-card01__box04 {
  width: 50%;
}
.p_story-card01__img {
  aspect-ratio: 1200/628;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
  width: 50%;
}
.p_story-card01__img.story_archive {
  width: 100%;
}
.p_story-card01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_story-card01__img .thumb {
  aspect-ratio: 296/155;
}
.p_story-card01__date {
  font-size: 14px;
  color: #F5F3F3;
}
.p_story-card01__ttl01 {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: clip;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p_story-card01__label {
  letter-spacing: 0.05em;
  padding: 5px 10px 5px 29px;
  border: 1px solid #CDCAC8;
  font-size: 14px;
  position: relative;
}
.p_story-card01__label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_ttl.svg) no-repeat center;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
}

.p_story-sec04__box01 {
  width: 884px;
  height: 205px;
  position: relative;
  background-color: #D9D9D9;
  width: 62%;
  margin: 40px auto;
}

.p_story-sec05__box02 {
  top: 0;
  left: 0;
}
.p_story-sec05__img01 {
  right: -5px;
  bottom: -5px;
}
.p_story-sec05__img01 img {
  height: auto !important;
}
.p_story-sec05__link {
  display: block;
  margin: 0 auto;
  width: 884px;
  overflow: clip;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p_story-sec05__link:hover {
  opacity: 0.8;
}
.p_story-sec05__ttl01 {
  font-size: 40px;
  color: #fff;
}
.p_story-sec05__ttl02 {
  font-size: 16px;
  color: #fff;
}
.p_story-sec05__box03 {
  width: 290px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.p_story-sec05__cap01 {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding-right: 92px;
  position: relative;
  color: #fff;
}
.p_story-sec05__cap01::after {
  content: "";
  position: absolute;
  width: 76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  right: 23px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center;
}

.p_story-ptn {
  overflow: initial;
}

.p_story-ptn-crumb {
  overflow: clip;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.p_company__sec-lead {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p_company__sec-cap .item {
  text-align: right;
}
.p_company__img01 img {
  aspect-ratio: 1328/508;
}
.p_company-item01__cont.white {
  background-color: #fff;
}
.p_company-item01__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 332/127;
}

.p_company-item02.white {
  background-color: #fff;
}
.p_company-item02.top {
  padding-top: 83px;
}
.p_company-item02__img img {
  width: 100%;
}

.p_company-list li::before {
  content: "・";
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_detail__box01 {
  margin: 0 auto;
  padding: 72px 32px;
  background-color: #fff;
}
.p_detail__box01 * + * {
  margin-top: 24px;
}
.p_detail__box01 * + h2 {
  margin-top: 72px;
}
.p_detail__box01 a {
  color: #0066B5;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 4px;
}
.p_detail__box01 a .ico {
  margin-left: 8px;
  display: inline-block;
  margin-top: 0;
}
.p_detail__box01 a .ico img {
  vertical-align: middle;
}
.p_detail__box01 a :hover {
  opacity: 0.8;
}
.p_detail__box01 h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  color: #322C27;
}
.p_detail__box01 h2::after {
  position: absolute;
  top: -12px;
  left: -20px;
  content: "";
  width: 72px;
  height: 72px;
  background: url(../img/news/news-img02.png) no-repeat center;
  z-index: -1;
}
.p_detail__box01 h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #322C27;
  margin-top: 48px;
}
.p_detail__box01 h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #867256;
}
.p_detail__box01 p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p_detail__box01:where(figure) {
  margin: 0 0 1em;
  margin-top: 24px;
}
.p_detail__box01:where(figure) image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_detail__box01 figure {
  text-align: center;
  margin-top: 24px;
  width: 100%;
}
.p_detail__box01 figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_detail__box01 figure image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_detail__box01 figcaption {
  font-size: 12px;
  color: #6A685E;
}
.p_detail__box01 ol {
  list-style-type: decimal;
  padding-left: 18px;
}
.p_detail__box01 ul {
  list-style-type: disc;
  padding-left: 18px;
}
.p_detail__box01 .wp-block-media-text__content {
  text-align: center;
  font-size: 12px;
  color: #6A685E;
}
.p_detail__box01 .c-content-line {
  width: 110%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 40px 0 40px;
  position: relative;
  left: -24px;
}
.p_detail__box01-end {
  padding: 24px 32px;
  background-color: #F5F3F3;
}
.p_detail__box01-end h2::after {
  background: url(../img/common/Subtract.png) no-repeat center;
  background-size: contain;
}
.p_detail__form-ttl {
  margin-top: 40px;
}
.p_detail__form-ttl h2 {
  font-size: 28px;
}
.p_detail__box02.banner, .p_detail__box02.all {
  padding: 24px 32px;
}
.p_detail__box03 {
  background-color: #fff;
}
.p_detail p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p_detail__box02 {
  margin: 0 auto;
}

.p_detail-sec01__box01 {
  padding: 72px 96px;
  padding-bottom: 0;
}
.p_detail-sec01__ttl01 {
  padding-top: 16px;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p_detail-sec01__img01 {
  aspect-ratio: 1032/565;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}
.p_detail-sec01__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_detail-sec01 .p_story-list01 {
  padding-top: 16px;
}
.p_detail-sec01.img_false {
  padding-bottom: 72px;
}

.p_detail-sec02__box01 {
  margin: 0 auto;
  padding: 72px 64px;
  background-color: #fff;
}
.p_detail-sec02__box01 p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p_detail-sec02__box01 .gray-box {
  background-color: #F5F3F3;
  padding: 16px 24px;
  margin-top: 24px;
}
.p_detail-sec02__box01 .gray-box .name {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.p_detail-sec02__gray-box .gray-box {
  background-color: #F5F3F3;
  padding: 16px 24px;
}
.p_detail-sec02__gray-box .gray-box .name {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.p_detail-sec04__box01 {
  margin: 0 auto;
  background-color: #fff;
}
.p_detail-sec04__box01 .detail {
  padding: 0 32px 32px !important;
}
.p_detail-sec04__box01 .detail li {
  padding: 0;
}
.p_detail-sec04__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 32px;
}
.p_detail-sec04__box02__item01 {
  font-size: 20px;
}
.p_detail-sec04__box02__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.p_detail-sec04__box02__link01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_detail-sec04__box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_detail-sec04__box03.brand {
  padding: 16px 24px;
}
.p_detail-sec04__box03.brand:last-child .c-line-x {
  display: none;
}
.p_detail-sec04__box03__item01 {
  width: 150px;
}
.p_detail-sec04__box03__item02 {
  width: auto;
}
.p_detail-sec04__box03__item02 .brand-name {
  font-weight: 500;
}
.p_detail-sec04__box03__img {
  border: 1px solid #ccc;
}
.p_detail-sec04__box03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_detail-sec04__box03__img > a {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p_detail-sec04__box03__img > a:hover {
  opacity: 0.8;
}
.p_detail-sec04__box03__cap01 {
  color: #0066B5;
  border-bottom: 1px solid #0066B5;
  position: relative;
}
.p_detail-sec04__box03__cap01::after {
  position: absolute;
  content: "";
  background: url(../img/common/link_ico.svg) center;
  top: 6px;
  right: -20px;
  width: 16px;
  height: 16px;
}
.p_detail-sec04__wrap .padding {
  padding-left: 32px;
}
.p_detail-sec04__ttl01 {
  font-size: 20px;
  font-weight: 400;
}
.p_detail-sec04__ttl02 {
  font-size: 20px;
  font-weight: 400;
}
.p_detail-sec04__ttl02.ptn02 {
  padding: 32px;
}
.p_detail-sec04__link {
  display: block;
  padding: 45px 72px 45px 0;
  width: 344px;
  margin-left: auto;
  text-align: right;
  position: relative;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.p_detail-sec04__link:hover {
  background-color: #F5F3F3;
  opacity: 0.8;
}
.p_detail-sec04__link::after {
  position: absolute;
  content: "";
  background: url(../img/common/arrow_right.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
}
.p_detail-sec04__box05 {
  text-align: left;
  width: 300px;
  margin-left: auto;
}
.p_detail-sec04__box05.btn-wrap {
  width: 300px;
  margin-left: auto;
}

.p_detail-card01 {
  padding: 32px 24px;
}
.p_detail-card01 li {
  padding: 0 16px;
}
.p_detail-card01 > li + li {
  margin-top: 24px;
}
.p_detail-card01__box01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.p_detail-card01__img img {
  width: 100%;
}
.p_detail-card01__ttl01 {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p_story-card01.detail {
  display: grid;
  grid-template-columns: none;
  padding: 32px 24px;
}

.p_story-card01__box01.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.p_event-list01 {
  margin-top: 24px;
}

.p_event-form {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  main {
    margin-top: 96px;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    overflow: clip;
  }
  .c-header__logo {
    padding: 16px 0;
  }
  .c-header-list__link:hover .txt {
    color: #0066B5;
  }
  .c-header-list__link:hover .txt::after {
    left: 0;
  }
  .c-header-list__link .txt::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0066B5;
    position: absolute;
    bottom: 0;
    left: -100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .c-header-cta__link:hover {
    background-color: #0066B5;
    color: #fff;
  }
  .c-header-cta__link:hover svg path {
    fill: rgb(114, 170, 212);
  }
  .c-header-cta__ico svg {
    vertical-align: super;
  }
  .c-header-cta__ico svg path {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .c-footer-left__logo a:hover {
    opacity: 0.8;
  }
  .c-footer-right__ico-area .sns-list__link:hover {
    opacity: 0.8;
  }
  .c-footer-list {
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6" "item7 item9" "item8 ." "item10 ." "item11 .";
  }
  .c-footer-list li.item1 {
    grid-area: item1;
  }
  .c-footer-list li.item2 {
    grid-area: item2;
  }
  .c-footer-list li.item3 {
    grid-area: item3;
  }
  .c-footer-list li.item4 {
    grid-area: item4;
  }
  .c-footer-list li.item5 {
    grid-area: item5;
  }
  .c-footer-list li.item6 {
    grid-area: item6;
  }
  .c-footer-list li.item7 {
    grid-area: item7;
  }
  .c-footer-list li.item8 {
    grid-area: item8;
  }
  .c-footer-list li.item9 {
    grid-area: item9;
  }
  .c-footer-list li.item10 {
    grid-area: item10;
  }
  .c-footer-list li.item11 {
    grid-area: item11;
  }
  .c-footer-list__link:hover {
    color: #0066B5;
  }
  .c-footer-list__link:hover .txt::after {
    left: 0;
  }
  .pt {
    padding-top: 40px;
  }
  .pb {
    padding-bottom: 40px;
  }
  .c-btn01:hover .c-btn01__txt {
    color: #fff;
  }
  .c-btn01:hover .c-btn01__txt::after {
    left: 0;
  }
  .c-btn02:hover::after {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
  }
  .c-btn02:hover .c-btn02__txt {
    color: #fff;
  }
  .c-btn02:hover .c-btn02__txt::after {
    left: 0;
  }
  .c-btn-wrap__btn {
    width: 320px;
    margin-left: auto;
  }
  .c-news-list__link:hover {
    background-color: #0066B5;
  }
  .c-news-list__link:hover .c-news-list__ttl {
    color: #fff;
  }
  .c-news-list__link:hover::after {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
  }
  .c-img-list__box:hover {
    background-color: #0066B5;
    color: #fff;
  }
  .c-img-list__box:hover::after {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
    background-size: contain;
  }
  .c-img-list__img {
    width: 144px;
    height: 75px;
  }
  .c-img-list__case {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 24px;
  }
  .c-img-list__txt {
    width: 416px;
  }
  .c-card > li:hover .c-card__img::after {
    opacity: 1;
  }
  .c-card > li:hover .c-card__ttl01 {
    color: #0066B5;
    text-decoration: underline;
  }
  .c-card__link:hover .p_story-card01__img img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .c-card__link:hover .p_story-card01__ttl01 {
    color: #0066b5;
    text-decoration: underline;
  }
  .c-detail-cont-top-cont__item.col-span-2 {
    grid-row: span 2;
  }
  .c-table02 th,
  .c-table02 td {
    padding: 24px 0;
  }
  .c-table02 th {
    min-width: 110px;
    padding-left: 24px;
    padding-right: 16px;
  }
  .c-table02 td {
    padding-left: 16px;
    padding-right: 24px;
  }
  .c-sec-breadcrumb__wrap {
    position: relative;
    overflow: clip;
  }
  .c-anker {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-anker__txt::before {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: #0066b5;
    z-index: -1;
  }
  .c-hover-down:hover .c-hover-down__txt {
    color: #fff;
  }
  .c-hover-down:hover .c-hover-down__txt::before {
    top: 0;
  }
  .c-hover-down:hover .c-hover-down__ico svg path {
    fill: #fff;
  }
  .c-hover-down:hover::before {
    top: 0;
    z-index: 1;
  }
  .c-hover-down::before {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: #0066b5;
    z-index: -1;
  }
  .c-hover-down.default-blue:hover .c-hover-down__txt {
    color: #333;
  }
  .c-hover-down.default-blue:hover svg path {
    fill: #0066B5;
  }
  .paging-area > * {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .paging-area > *:not(.dots, .current):hover {
    background: #0066B5;
    color: #fff;
    opacity: 0.8;
  }
  .page-numbers.prev {
    border-right: 1px solid #CDCAC8;
  }
  .page-numbers.next {
    border-left: 1px solid #CDCAC8;
  }
  .page-numbers.next2 {
    border-left: 1px solid #CDCAC8;
  }
  #pagetop:hover a {
    opacity: 0.8;
  }
  .btn-anm.is-animated path {
    -webkit-animation: btnAnm 1.8s forwards;
            animation: btnAnm 1.8s forwards;
  }
  .btn-anm.is-animated .c-btn01__ico::after {
    -webkit-animation: btnAnmIco 2s forwards;
            animation: btnAnmIco 2s forwards;
  }
  .c-footer-right__cta:hover .ico::after {
    -webkit-animation: btnAnmIco 2s forwards;
            animation: btnAnmIco 2s forwards;
  }
  .home-btn-anm.is-animated path {
    -webkit-animation: homeBtnAnm 0.5s forwards;
            animation: homeBtnAnm 0.5s forwards;
  }
  .p_home-cap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: url("../img/home/halftone.svg") no-repeat;
    background-size: cover;
  }
  .p_home-cap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: url("../img/home/halftone2.svg") no-repeat;
    background-size: cover;
  }
  .p_home-cap__right img {
    aspect-ratio: 1/1;
  }
  .p_home-sec01-list img {
    aspect-ratio: 183/77;
  }
  .p_home-sec02__img img {
    aspect-ratio: 632/390;
  }
  .p_home-sec03__wrap {
    padding-bottom: 48px;
  }
  .p_home-sec03-list__link:hover {
    background-color: #0066B5;
  }
  .p_home-sec03-list__link:hover .ico::after {
    background: url("../img/common/arrow_right_white.svg") no-repeat;
    background-size: contain;
  }
  .p_home-sec03-list__link:hover .ttl {
    color: #fff;
  }
  .p_service__sec-ttl.top {
    margin-top: 48px;
  }
  .p_service__sec-ttl.rl-p {
    padding: 0 24px;
  }
  .p_service-item01__cont {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    left: 0;
    padding-bottom: 24px;
  }
  .p_service-item02 {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-left: auto;
  }
  .p_service-item02-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_service-item02__cont.top {
    margin-top: 72px;
  }
  .p_service-item02__btn {
    margin-left: auto;
    margin-right: 24px;
  }
  .p_service-btn {
    padding: 40px 56px;
  }
  .p_service-btn__txt {
    font-size: 40px;
  }
  .js-fixed.is-fixed {
    position: fixed;
    top: 96px;
    width: calc(50% - 32px);
  }
  .p_news-list__box02 a:hover {
    background-color: #F5F3F3;
  }
  .p_story-card01__link:hover .p_story-card01__img img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .p_story-card01__link:hover .p_story-card01__ttl01 {
    color: #0066B5;
    text-decoration: underline;
  }
  .p_story-paging__box01 {
    background-color: #fff;
  }
  .p_company__sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_company__sec.one {
    display: block;
  }
  .p_company__sec-txt.top {
    margin-top: 183px;
  }
  .p_company__sec-txt.top02 {
    margin-top: 56px;
  }
  .p_company__sec-txt.ptn01 {
    margin-top: 80px;
  }
  .p_company__sec-lead {
    font-size: 20px;
    margin-top: 40px;
  }
  .p_company__sec-boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .p_company__sec-cap {
    margin-top: 40px;
  }
  .p_company__sec-cap .box {
    width: 50%;
  }
  .p_company__sec-cap .item {
    margin-top: 40px;
  }
  .p_company__img01 {
    padding: 0px 24px 24px;
  }
  .p_company-item01__cont {
    padding: 16px 24px;
  }
  .p_company-item01__cont.bottom {
    padding-bottom: 88px;
  }
  .p_company-item01__cont.map {
    padding: 16px 24px 88px;
  }
  .p_company-item01__img {
    margin-top: 40px;
  }
  .p_company-item01__map {
    margin-top: 56px;
  }
  .p_company-item02__img {
    padding: 48px 24px;
    padding-top: 123px;
  }
  .p_detail__box02 {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  main {
    margin-top: 71.9px;
  }
  .contents-wrap {
    padding: 16px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: clip;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 20px 8px;
  }
  .c-header__nav {
    position: fixed;
    top: 72px;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #e6e3d6;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
  }
  .c-header__nav nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom: 120px;
  }
  .c-header__logo {
    position: relative;
    z-index: 2;
    width: 165px;
  }
  .c-header-list {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-header-list li {
    width: 50%;
  }
  .c-header-list__link {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .c-header-list__link .txt {
    font-size: 24px;
    margin-top: 16px;
  }
  .c-header-cta .c-btn01 {
    background-color: transparent;
  }
  .c-header-cta .c-btn01__txt {
    display: block;
    padding: 16px 16px 24px;
  }
  .c-header-cta .c-btn01__txt .txt {
    margin-top: 16px;
    display: inline-block;
    font-size: 24px;
  }
  .c-footer__wrap {
    display: block;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-top: 0;
  }
  .c-footer__copy {
    font-size: 12px;
    text-align: center;
  }
  .c-footer-left {
    padding-right: 8px;
  }
  .c-footer-left__nav-area {
    display: block;
  }
  .c-footer-left__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .c-footer-left__logo a {
    width: 96px;
    display: block;
  }
  .c-footer-left__logo .c-footer-right__ico-area {
    width: 108px;
  }
  .c-footer-left__nav {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .c-footer-right {
    padding-left: 24px !important;
    padding-right: 24px !important;
    max-width: none;
  }
  .c-footer-right__ico-area {
    margin-top: 20px;
  }
  .c-footer-right__cta {
    position: relative;
    padding-right: 8px;
  }
  .c-footer-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .c-footer-copy__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer-copy__ico-area {
    width: 96px;
  }
  .p-left {
    padding-left: 8px;
  }
  .p-left2 {
    padding-left: 8px;
  }
  .p-right {
    padding-right: 8px;
  }
  .p-right2 {
    padding-right: 8px;
  }
  .sp-w-full {
    width: 100%;
  }
  .sp-pr {
    padding-right: 8px;
  }
  .sp-pl {
    padding-left: 8px;
  }
  .sp-p-ptn01 {
    padding-bottom: 40px;
  }
  .sp-p-ptn02 {
    padding-top: 0;
  }
  .pt {
    padding-top: 24px;
  }
  .pb {
    padding-bottom: 24px;
  }
  .l-mv__txt .service-txt {
    font-size: 16px;
    margin-top: 16px;
  }
  .l-mv__txt {
    padding: 40px 36px 64px 24px;
  }
  .l-mv__txt-en {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
  .l-mv__dec.story {
    top: 132px;
  }
  .l-mv__dec {
    width: 180px;
    height: 248px;
    right: 8px;
  }
  .c-line-y.left {
    left: 8px;
  }
  .c-line-y.right {
    right: 8px;
  }
  .c-dot-ttl__txt {
    font-size: 14px;
    width: calc(100% - 16px);
  }
  .c-dot-ttl__ico {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .c-ttl {
    letter-spacing: 0.04em;
  }
  .c-ttl.mt {
    margin-top: 40px;
  }
  .c-ttl {
    font-size: 32px;
  }
  .c-ttl.small {
    font-size: 24px;
    margin-top: 0;
  }
  .c-ttl02 {
    font-size: 20px;
  }
  .c-btn01__txt {
    padding: 25px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-btn01__txt .txt {
    font-size: 20px;
  }
  .c-btn01__ico {
    width: 120px;
    height: 120px;
  }
  .c-btn01__ico::after {
    width: 16px;
    height: 15px;
    right: 30px;
  }
  .c-btn02__txt {
    padding: 16px;
  }
  .c-btn02__txt .txt {
    font-size: 16px;
  }
  .c-contact-us .c-btn01__txt {
    padding: 24px 16px;
  }
  .c-btn-wrap {
    padding: 40px 32px;
  }
  .c-detail-cont-top-btn__wrap a {
    padding: 20px;
  }
  .c-detail-cont-top-btn__txt {
    font-size: 16px;
  }
  .c-detail-cont-top-btn__ico svg {
    width: 16px;
    height: 18px;
  }
  .c-none-txt .contents-wrap {
    padding: 24px;
  }
  .c-news-list__ttl {
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
  }
  .c-news-list__link {
    display: block;
    padding: 16px 24px;
    padding-right: 50px;
  }
  .c-news-list__date {
    width: 100%;
  }
  .c-news-list__category {
    position: relative;
    font-size: 16px;
    padding: 4px 10px;
  }
  .c-dot-list__li {
    padding: 20px 16px;
  }
  .c-img-list__box {
    display: block;
  }
  .c-img-list__img {
    width: 152px;
  }
  .c-img-list__case {
    margin-top: 16px;
    padding-left: 0;
  }
  .c-img-list__txt {
    padding-right: 12px;
  }
  .c-card-wrap {
    padding: 0 8px;
  }
  .c-card {
    grid-template-columns: 1fr;
  }
  .c-card > li {
    margin-top: 0;
    padding: 24px 16px;
    width: 100%;
  }
  .c-card__box02 {
    padding-bottom: 8px;
  }
  .c-card__box03 {
    margin-top: 8px;
    min-height: 73px;
  }
  .c-card__img .thumb {
    aspect-ratio: 326/171;
  }
  .c-card__ttl01 {
    margin-top: 8px;
  }
  .c-card__label {
    display: block;
  }
  .c-detail-cont-top-cont {
    grid-template-columns: 1fr;
  }
  .c-detail-cont-top-cont__ttl {
    font-size: 16px;
  }
  .c-detail-cont-top-cont__item {
    padding: 12px;
  }
  .c-box-list__ttl01 {
    font-size: 14px;
  }
  .c-box-list__ttl02 {
    font-size: 16px;
  }
  .c-table02 th,
  .c-table02 td {
    padding: 16px 0;
  }
  .c-table02 th {
    min-width: 110px;
    font-size: 16px;
    padding: 20px 0;
    padding-left: 16px;
    padding-right: 12px;
  }
  .c-table02 td {
    font-size: 16px;
    padding: 20px 0;
    padding-left: 12px;
  }
  .c-breadcrumb {
    overflow: initial;
  }
  .c-breadcrumb .c-line-x {
    width: 110%;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .bg-movie__video {
    -webkit-transform: none !important;
            transform: none !important;
    -ms-touch-action: none;
        touch-action: none;
    will-change: auto;
  }
  .js-more-body {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-height: 335px;
  }
  .js-more-body::before {
    content: "";
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #f5f3f3), to(transparent));
    background: linear-gradient(to top, #f5f3f3 65%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .js-more-body.is-active {
    max-height: 1100px;
    padding-bottom: 60px;
  }
  .js-more-body.is-active .c-more__ico {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .js-more-body.is-active::before {
    content: none;
  }
  .c-anker__txt {
    padding: 24px;
  }
  .c-anker__dec::before {
    width: 16px;
    height: 16px;
    bottom: 24px;
  }
  .paging-area > * {
    width: min(17vw, 64px);
    height: min(17vw, 64px);
  }
  .page-numbers.mid-hidden {
    display: none;
  }
  .page-numbers {
    border-top: 1px solid #CDCAC8;
    border-bottom: 1px solid #CDCAC8;
  }
  .page-numbers:first-child {
    border-left: none;
  }
  .page-numbers:last-child {
    border-right: none;
  }
  .page-numbers.prev {
    margin-right: auto;
  }
  .page-numbers.next {
    margin-left: auto;
  }
  .paging-area .page-numbers.dots {
    width: 27vw;
  }
  #pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pagetop a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.04em;
    font-weight: 400;
    height: 50px;
  }
  #pagetop img {
    margin-top: 1px;
    margin-bottom: 10px;
  }
  .p_home__mv {
    height: 75vh;
  }
  .p_home__mv .scroll {
    right: 22px;
  }
  .p_home__mv-txt {
    font-size: 70px;
    left: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .p_home__mv-txt .txt02 {
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.4;
  }
  .p_home-cap {
    display: block;
    padding: 40px 0;
    background: #F5F3F3;
  }
  .p_home-cap__wrap {
    display: block;
    overflow: clip;
  }
  .p_home-cap__ttl {
    font-size: 24px;
  }
  .p_home-cap__txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .p_home-cap__bg {
    width: 150%;
  }
  .p_home-beyond__wrap {
    height: 80px;
  }
  .p_home-beyond__wrap img {
    height: 100%;
    display: block;
  }
  .p_home-sec .comment {
    font-size: 10px;
  }
  .p_home-sec__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_home-sec01 {
    display: block;
  }
  .p_home-sec01-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
  }
  .p_home-sec01-list img {
    aspect-ratio: 155/65;
  }
  .p_home-sec02 {
    display: block;
  }
  .p_home-sec02__img {
    padding: 40px 0;
  }
  .p_home-sec02__img img {
    aspect-ratio: 327/210;
  }
  .p_home-sec02__btn {
    margin-top: 40px;
    width: 100%;
  }
  .p_home-sec02 .sp-p-ptn02 {
    margin-top: -16px;
  }
  .p_home-sec03 {
    display: block;
  }
  .p_home-sec03__cap {
    margin-top: 16px;
    font-size: 20px;
    width: 159px;
  }
  .p_home-sec03__cap.ver02 {
    width: 100%;
  }
  .p_home-sec03__img-wrap {
    width: 50%;
    margin-left: auto;
    padding: 0;
    margin-right: 16px;
  }
  .p_home-sec03-list {
    margin-top: 24px;
  }
  .p_home-sec03-list__link {
    padding: 24px;
  }
  .p_home-sec03-list__link .ico {
    width: 120px;
    height: 120px;
  }
  .p_home-sec03-list__link .ttl {
    font-size: 16px;
  }
  .p_home-sec04 {
    display: block;
    padding-bottom: 40px;
  }
  .p_home-sec04__more {
    margin: 0 auto;
    margin-top: 24px;
    padding-left: 8px;
  }
  .kv_background {
    height: 100%;
    margin-top: 0;
  }
  .p_service__sec {
    display: block;
  }
  .p_service__sec:first-child .p_service-item01__cont {
    padding-top: 16px;
  }
  .p_service__sec + .p_service__sec {
    padding-top: 16px;
  }
  .p_service__sec-ttl {
    margin-top: 40px;
  }
  .p_service .l-sec {
    overflow: clip;
  }
  .p_service-img01__ttl01 {
    font-size: 28px;
    padding-left: 8px;
  }
  .p_service-img01__img01 {
    padding: 0 8px 40px;
  }
  .p_service-img01__list01 {
    padding: 0;
  }
  .p_service-img01__list01 {
    display: block;
  }
  .p_service-img01__list01 > li + li {
    margin-top: 8px;
  }
  .p_service-item01.top {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .p_service-item01__cont {
    padding: 0 8px;
  }
  .p_service-item02 {
    padding: 0 8px 44px;
    padding-bottom: 24px;
  }
  .p_service-item02__cont {
    padding: 0 8px;
  }
  .p_service-item02__cont.top {
    margin-top: 35px;
  }
  .p_service-item02__list {
    margin-top: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .p_service-item02__btn {
    margin: auto;
    margin-top: 24px;
  }
  .l-policy-sec01 {
    display: block;
  }
  .l-policy-item01 {
    padding-right: 8px;
  }
  .l-policy-item01__box01 {
    background-color: #fff;
  }
  .l-policy-item01__img img {
    width: 50%;
    height: 50%;
  }
  .l-policy-item02__box01 {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .l-policy-item02__ttl01 {
    font-size: 24px;
    line-height: 1.5;
  }
  .l-policy-item02__ttl02 {
    font-size: 28px;
    line-height: 1.5;
  }
  .p_privacy__ttl01 {
    font-size: 24px;
  }
  .p_cookie__box01 {
    margin-top: 16px;
    width: 100%;
  }
  .p_cookie__box03 {
    overflow-x: auto;
    display: block;
  }
  .p_cookie__box03 > .c-table01 {
    width: 1000px;
  }
  .p_cookie__ttl01 {
    font-size: 28px;
  }
  .p_cookie__ttl02 {
    font-size: 20px;
  }
  .p_news-sec01__box01 {
    display: block;
  }
  .p_news-sec01__box01 .c-date {
    width: auto;
  }
  .p_news-sec01__ttl .c-ttl02 {
    margin-top: 20px;
  }
  .p_news-sec01__ttl {
    padding-top: 8px;
  }
  .p_news-sec01__list01 {
    gap: 8px;
  }
  .p_news-sec01__list01 > li > a {
    font-size: 14px;
    display: block;
  }
  .p_news-select select {
    padding: 20px;
  }
  .p_news-list__box02 .c-news-list__ttl {
    font-size: 16px;
    overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
  }
  .p_news-list__box02 a {
    display: block;
    padding: 24px 16px;
    padding-right: 70px;
  }
  .p_news-sec03__box01 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .p_story-sec02__ttl01 {
    font-size: 20px;
  }
  .p_story-card01 {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }
  .p_story-card01 > li {
    margin-top: 0;
    padding: 24px 16px;
    width: 100%;
  }
  .p_story-card01__box02 {
    padding-bottom: 8px;
  }
  .p_story-card01__box03 {
    margin-top: 8px;
    min-height: 73px;
  }
  .p_story-card01__img .thumb {
    aspect-ratio: 326/171;
  }
  .p_story-card01__ttl01 {
    margin-top: 8px;
  }
  .p_story-card01__label {
    display: block;
  }
  .p_story-paging__box01 {
    padding: 40px 0;
  }
  .p_story-sec04__box01 {
    width: 80%;
    height: 73px;
  }
  .p_story-sec05__img01 svg {
    width: 60px;
    height: 60px;
  }
  .p_story-sec05__link {
    width: 100%;
    margin: 0 auto;
  }
  .p_story-sec05__ttl01 {
    font-size: 19px;
  }
  .p_story-sec05__ttl02 {
    font-size: 8px;
  }
  .p_story-sec05__box03 {
    right: 10px;
  }
  .p_story-sec05__cap01 {
    font-size: 16px;
    padding-right: 42px;
  }
  .p_story-sec05__cap01::after {
    width: 28px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
    background-size: 100%;
  }
  .p_company__sec-txt {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .p_company__sec-lead {
    font-size: 20px;
    margin-top: 40px;
  }
  .p_company__sec-cap {
    margin-top: 40px;
  }
  .p_company__sec-cap .box + .box {
    margin-top: 24px;
  }
  .p_company__sec-cap .item {
    margin-top: 24px;
  }
  .p_company__img01 {
    padding: 0 16px 16px;
  }
  .p_company__img01 img {
    aspect-ratio: 327/184;
  }
  .p_company-item01 {
    background-color: #fff;
  }
  .p_company-item01__cont {
    padding: 16px 16px 40px;
  }
  .p_company-item01__cont.map {
    padding: 16px;
  }
  .p_company-item01__img {
    margin-top: 40px;
  }
  .p_company-item01__map {
    margin-top: 40px;
  }
  .p_company-item01__map iframe {
    aspect-ratio: 1/1;
  }
  .p_company-item02.top {
    padding-top: 20px;
  }
  .p_company-item02__img {
    padding: 16px 16px 40px;
  }
  .p_company-item02 {
    background-color: #fff;
  }
  .p_detail__box01 {
    padding: 40px 16px;
  }
  .p_detail__box01 * + * {
    margin-top: 12px;
  }
  .p_detail__box01 * + h2 {
    margin-top: 12px;
  }
  .p_detail__box01 h2::after {
    top: -18px;
    left: -24px;
  }
  .p_detail__box01 h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .p_detail__box01 h3 {
    font-size: 20px;
    margin-top: 36px;
  }
  .p_detail__box01 h4 {
    font-size: 16px;
  }
  .p_detail__box01-end h2 {
    margin-top: 0;
  }
  .p_detail__form-ttl h2 {
    font-size: 20px;
  }
  .p_detail__form-ttl {
    margin-top: 30px;
  }
  .p_detail__box02.banner, .p_detail__box02.all {
    padding: 24px 16px !important;
  }
  .p_detail__box02.ptn02 {
    padding: 24px 32px !important;
  }
  .p_detail .c-news-list__category {
    display: inline-block;
  }
  .p_detail .c-date {
    display: block;
    margin-top: 5px;
  }
  .p_detail-sec01__box01 {
    padding: 40px 16px 24px;
  }
  .p_detail-sec01__ttl01 {
    font-size: 20px;
  }
  .p_detail-sec01__img01 {
    padding-bottom: 0;
    padding: 16px 24px;
    padding-top: 0;
  }
  .p_detail-sec01__img01 img {
    height: auto;
    aspect-ratio: 327/184;
  }
  .p_detail-sec01.img_false {
    padding-bottom: 24px;
  }
  .p_detail-sec02__box01 {
    padding: 40px 16px 24px;
  }
  .p_detail-sec04__box01 .detail {
    padding: 0 !important;
  }
  .p_detail-sec04__box01 .detail li {
    padding: 24px 16px;
  }
  .p_detail-sec04__box01 .detail li .p_story-card01__img {
    width: 100%;
  }
  .p_detail-sec04__box01 .detail li .p_story-card01__box04 {
    width: 100%;
  }
  .p_detail-sec04__box02 {
    padding: 32px 24px;
  }
  .p_detail-sec04__box03.brand {
    padding: 16px;
  }
  .p_detail-sec04__box03 {
    display: block;
  }
  .p_detail-sec04__box03__item02 {
    margin-top: 8px;
  }
  .p_detail-sec04__wrap .padding {
    padding-left: 24px;
  }
  .p_detail-sec04__wrap {
    background-color: #fff;
  }
  .p_detail-sec04__ttl01 {
    font-size: 20px;
  }
  .p_detail-sec04__ttl02.ptn02 {
    padding: 24px 16px;
  }
  .p_detail-sec04__ttl02 {
    padding: 0;
  }
  .p_detail-sec04__link::after {
    content: none;
  }
  .p_detail-sec04__link {
    display: none;
  }
  .p_detail-sec04__box05 {
    padding: 24px;
    width: 100%;
  }
  .p_detail-sec04__box05.ptn02 {
    padding: 0;
  }
  .p_detail-card01 {
    padding: 12px 0;
  }
  .p_detail-card01__box01 {
    display: block;
    padding-bottom: 24px;
  }
  .p_story-card01.detail {
    padding: 12px 0 0;
  }
  .p_story-card01__box01.detail {
    display: block;
  }
  .p_story-card01__img.detail,
  .p_story-card01__box04.detail {
    width: 100%;
  }
}

@media only screen and (768px <= width <= 1300px) {
  .c-header {
    padding: 0 2.2vw;
    padding-right: 0;
  }
  .c-header__nav nav {
    gap: 2.7vw;
  }
  .c-header__logo {
    width: 15vw;
  }
  .c-header-list {
    gap: 2.7vw;
  }
  .c-header-list__link {
    gap: 0.5vw;
  }
  .c-header-list__link .ico {
    width: 1vw;
    height: 1vw;
  }
  .c-header-list__link .txt {
    font-size: 1.3vw;
  }
  .c-header-cta__link {
    padding: 0.8vw 1.6vw;
  }
  .c-header-cta__ico {
    width: 1.2vw;
    height: 1vw;
    margin-right: 0.5vw;
  }
  .c-header-cta__txt {
    width: calc(100% - 1vw);
    font-size: 1.3vw;
  }
  .c-footer__copy {
    font-size: 1.3vw;
  }
  .c-footer-left__logo {
    width: 9.7vw;
    margin-right: 3.7vw;
  }
  .c-footer-left__nav {
    gap: 1.3vw;
    width: calc(100% - 11vw);
  }
  .c-footer-right__cta .link .txt {
    font-size: 1.3vw;
    padding: 2.3vw 1.6vw;
  }
  .c-footer-right__cta .link .ico::after {
    width: 1.6vw;
    height: 1.5vw;
    right: 2.4vw;
  }
  .c-footer-right__cta .link .ico {
    width: 10.6vw;
    height: 10.6vw;
    right: -0.5vw;
    bottom: -0.5vw;
  }
  .c-footer-right__cta .link .ico svg {
    width: 100%;
    height: 100%;
  }
  .c-footer-list__link .txt {
    font-size: 1.3vw;
  }
  .l-mv__txt-ja {
    font-size: 1.6vw;
  }
  .l-mv__txt-en {
    font-size: 6.5vw;
  }
  .l-mv__dec.story {
    top: 25vw;
  }
  .l-mv__dec {
    width: 40vw;
    height: 40vw;
  }
  .c-dot-ttl__txt {
    font-size: 1.3vw;
  }
  .c-dot-ttl__ico {
    width: 1vw;
    height: 1vw;
  }
  .c-ttl.mt {
    margin-top: 3.7vw;
  }
  .c-ttl {
    font-size: 2.4vw;
  }
  .c-ttl02 {
    font-size: 1.3vw;
  }
  .c-btn01__ico {
    width: 13vw;
    height: 13vw;
    right: -1vw;
  }
  .c-btn01__ico svg {
    width: 100%;
    height: 100%;
  }
  .c-btn01__ico::after {
    width: 1.8vw;
    height: 1.7vw;
    right: 3vw;
  }
  .c-btn02 {
    font-size: 1.3vw;
  }
  .c-btn02::after {
    width: 1.6vw;
    height: 1.5vw;
    right: 3vw;
  }
  .c-date {
    font-size: 1.3vw;
  }
  .c-news-list__ttl {
    font-size: 1.5vw;
  }
  .c-news-list__link {
    padding: 2.7vw 1.6vw;
    padding-right: 4.6vw;
  }
  .c-img-list__box {
    display: block;
  }
  .c-img-list__case {
    margin-top: 1.2vw;
    padding-left: 0;
  }
  .c-card__list01 {
    gap: 1.2vw;
  }
  .c-card__label {
    font-size: 1.2vw;
  }
  .c-anker__txt {
    font-size: 12px;
  }
  .c-anker__dec::before {
    width: 18px;
    height: 18px;
  }
  .page-numbers.mid-hidden {
    display: none;
  }
  .paging-area .page-numbers.dots.mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_home__mv {
    height: 50vw;
  }
  .p_home__mv-txt {
    font-size: 8vw;
    left: 8.3vw;
    bottom: 4.6vw;
  }
  .p_home__mv-txt .txt02 {
    font-size: 1.6vw;
  }
  .p_home-cap__ttl {
    font-size: 2.6vw;
  }
  .p_home-cap__txt {
    font-size: 1.4vw;
  }
  .p_home-beyond__wrap {
    height: 6vw;
  }
  .p_home-sec .comment {
    font-size: 1vw;
  }
  .p_home-sec01-list {
    margin-top: 2.7vw;
  }
  .p_home-sec03__cap {
    font-size: 1.6vw;
    margin-top: 2.7vw;
  }
  .p_home-sec03-list__link {
    padding: 1.6vw 2.1vw;
  }
  .p_home-sec03-list__link .ico::after {
    width: 1.6vw;
    height: 1.5vw;
  }
  .p_home-sec03-list__link .ico {
    width: 6vw;
    height: 6vw;
    bottom: -0.2vw;
    right: -0.2vw;
  }
  .p_home-sec03-list__link .ttl {
    font-size: 1.6vw;
  }
  .p_service-img01__ttl01 {
    font-size: 3vw;
  }
  .p_service-img01__cap01 {
    font-size: 1.5vw;
  }
  .l-policy-item02__ttl01 {
    font-size: 2.5vw;
  }
  .l-policy-item02__ttl02 {
    font-size: 3vw;
  }
  .p_privacy__ttl01 {
    font-size: 2.5vw;
  }
  .p_cookie__ttl01 {
    font-size: 2.5vw;
  }
  .p_cookie__ttl02 {
    font-size: 2vw;
  }
  .p_news-list__box02 a:hover {
    background-color: #F5F3F3;
  }
  .p_news-list__box02 a {
    padding: 2.7vw 1.6vw;
    padding-right: 4.6vw;
  }
  .p_story-card01__list01 {
    gap: 1.2vw;
  }
  .p_story-card01__label {
    font-size: 1.2vw;
  }
  .p_story-sec05__link {
    width: 61.4vw;
  }
  .p_story-sec05__ttl01 {
    font-size: 2.8vw;
  }
  .p_story-sec05__ttl02 {
    font-size: 1.3vw;
  }
  .p_story-sec05__cap01 {
    font-size: 18px;
  }
}

@media (any-hover: hover) {
  .c-anker__li:hover .c-anker__txt {
    color: #fff;
  }
  .c-anker__li:hover .c-anker__txt::before {
    top: 0;
  }
  .c-anker__li:hover .c-anker__dec::before {
    background: url(../img/common/arrow_right_white.svg) no-repeat;
  }
  .p_service-btn:hover {
    background: #fff;
  }
  .p_service-btn:hover::before {
    background: #423C37;
  }
  .p_service-btn:hover .p_service-btn__txt {
    color: #423C37;
  }
  .p_service-btn:hover .p_service-btn__dec {
    -webkit-mask-image: url(../img/common/arrow_right_white.svg);
            mask-image: url(../img/common/arrow_right_white.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background: #423C37;
    width: 27px;
    height: 27px;
  }
  .p_service-btn:hover .p_service-btn__dec img {
    opacity: 0;
    visibility: hidden;
  }
}

@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p_story-sec05__cap01 {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
  .p_story-sec05__cap01::after {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */