@charset "UTF-8";
/* media quary */
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/*
茶//40220F
うす茶色//C9A063
table-text/7F4F21
black//231815
blue-test//36318F
blue-haikei//DFF2FC
アクセント//D31377
yle//FFF100
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  letter-spacing: 0;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 999.98px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.font-en {
  font-family: "Nunito Sans", sans-serif;
}

h2, h3 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 999.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
body button:focus {
  background: none;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.target::selection {
  background-color: #DCDCDC;
}

::-moz-selection {
  background-color: #DCDCDC;
}

::selection {
  background-color: #DCDCDC;
}

.target::-moz-selection {
  background-color: #DCDCDC;
}

.c-red {
  color: red !important;
  font-weight: bold;
}
.c-red .c-red-small {
  font-size: 12px;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.c-anchor {
  margin-top: -120px;
  padding-top: 120px;
}

/*
background-image: url(../../_assets/img/common/icon-category-food.svg);
 */
.base-page {
  margin-top: 126px;
}
@media screen and (max-width: 999.98px) {
  .base-page {
    margin-top: 66px;
  }
}
.base-page .base-page__sec00 {
  padding: 0 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec00 {
    padding-bottom: 70px;
  }
}
.base-page .base-page__sec {
  padding: 32px 0 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__sec {
    padding-bottom: 76px;
  }
}
.base-page .base-page__item + .base-page__item {
  margin-top: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__item + .base-page__item {
    margin-top: 80px;
  }
}
.base-page .base-page__second {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__second {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__second.-bottom-cancel {
  margin-bottom: 0;
}
.base-page .base-page__bg01 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bg01 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.base-page .base-page__bg01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../_assets/img/common/gl_gr01.webp);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1480px;
  height: 960px;
}
@media screen and (min-width: 1470px) {
  .base-page .base-page__bg01:before {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 1200px) {
  .base-page .base-page__bg01:before {
    top: auto;
    bottom: 0;
  }
}
.base-page .base-page__contents01 {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__contents01 {
    margin-top: 46px;
  }
}
.base-page .base-page__bottom-image01 {
  position: relative;
  margin-top: 120px;
  height: 300px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 {
    height: auto;
    margin-top: 70px;
  }
}
.base-page .base-page__bottom-image01 .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1630px;
}
@media screen and (min-width: 1629px) {
  .base-page .base-page__bottom-image01 .inner {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (max-width: 999.98px) {
  .base-page .base-page__bottom-image01 .inner {
    margin-top: 72px;
    position: static;
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    height: auto;
  }
}

.font-en {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.p-fixed-bg {
  position: relative;
  z-index: -1;
}

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

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

.u-hidden {
  display: none !important;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.swiper-container .slide-img img {
  width: 100%;
}

.slide-img img {
  display: block;
}

.swiper-wrap .swiper-button-prev {
  left: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev {
    bottom: calc((-62/375)*100vw);
    top: auto;
    left: calc((110/375)*100vw);
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-prev.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-prev:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next {
  right: -28px;
  width: 56px;
  height: 56px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next {
    bottom: calc((-62/375)*100vw);
    top: auto;
    right: calc((110/375)*100vw);
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.swiper-wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./_assets/img/common/slide-next.svg);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 999.98px) {
  .swiper-wrap .swiper-button-next:after {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slow, .swiper-slow-left, .swiper-slow-right {
  /* 画像のサイズ調整 */
}
.swiper-slow .swiper-wrapper, .swiper-slow-left .swiper-wrapper, .swiper-slow-right .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-slow .swiper-slide img, .swiper-slow-left .swiper-slide img, .swiper-slow-right .swiper-slide img {
  height: auto;
  width: 100%;
}

.p-slow-sliders .swiper-slide:nth-child(odd) {
  margin-top: 3.0208333333vw;
}
.p-slow-sliders .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .p-slow-sliders .swiper-slide {
    width: calc((180/375)*100vw) !important;
  }
}

.swiper-slow-left + .swiper-slow-right,
.swiper-slow-left + .swiper-slow-left02 {
  margin-top: 1.25vw;
}

.p-slow-sliders-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-slow-sliders-left .swiper-slide.num01 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num03 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num05 {
  width: calc((340/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num06 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide.num08 {
  width: calc((320/1200)*100vw) !important;
}
.p-slow-sliders-left .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.p-slow-sliders-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slow-sliders-right .swiper-slide.num01 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num02 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num03 {
  width: calc((310/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num04 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num05 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num06 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num07 {
  width: calc((240/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide.num08 {
  width: calc((220/1200)*100vw) !important;
}
.p-slow-sliders-right .swiper-slide img {
  border-radius: calc((12/1200)*100vw);
}

.js-mask-image {
  position: relative;
}
.js-mask-image img {
  opacity: 0;
}
.js-mask-image.is_animation:before {
  width: 100%;
}
.js-mask-image.is_animationed:before {
  width: 0;
  left: auto;
  right: 0;
}
.js-mask-image.is_animationed img {
  opacity: 1;
}
.js-mask-image:before {
  background-color: #0033A4;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 5;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 20px;
  z-index: 2;
  padding-top: 5px;
  font-size: 5em;
  color: white;
  height: 142px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  #slides .slide .title {
    font-size: 60px;
    line-height: 1;
    height: 80px;
  }
}
#slides .slide .title .title-text {
  display: block;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#slides .slide.active .title .title-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-side {
  padding-left: 340px;
}
@media screen and (max-width: 999.98px) {
  .l-side {
    padding-left: 0;
  }
}

.l-wide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(900px + 40px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-wide {
    width: 100%;
    max-width: none;
    padding: 0 calc((30/640)*100vw);
  }
}
@media screen and (max-width: 999.98px) {
  .l-wide.-full-sp {
    padding: 0;
  }
}

.l-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}
@media screen and (max-width: 999.98px) {
  .l-wrapper.-full-sp {
    padding: 0;
  }
}
.l-wrapper.-mid {
  max-width: 940px;
}

.l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(900px + 40px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-inner {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}

.l-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(660px + 40px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .l-contents {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
}

.l-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 824px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .l-box {
    width: 100%;
    max-width: none;
    padding: 0 15px;
  }
}

.l-body {
  width: 100%;
}
.bg-base .bg-base__item {
  min-width: 1280px;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .bg-base .bg-base__item {
    min-width: auto;
  }
}
.bg-base .bg-base__item.-bg01 {
  background: #dee2e4;
}

.p-new-visual {
  position: relative;
  overflow: hidden;
  margin-top: 102px;
  height: 720px;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .p-new-visual {
    margin-top: 52px;
    height: auto;
  }
}
.p-new-visual .p-new-visual__contents {
  padding-top: 192px;
}
@media screen and (max-width: 999.98px) {
  .p-new-visual .p-new-visual__contents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-new-visual .p-new-visual__contents .p-new-visual__copy01 p {
  text-align: center;
  font-size: 66px;
  line-height: 1.1363636364;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 999.98px) {
  .p-new-visual .p-new-visual__contents .p-new-visual__copy01 p {
    font-size: 32px;
    line-height: 1.25;
  }
}
.p-new-visual .p-new-visual__contents .p-new-visual__copy02 {
  margin-top: 12px;
}
.p-new-visual .p-new-visual__contents .p-new-visual__copy02 p {
  text-align: center;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-new-visual .p-new-visual__contents .p-new-visual__copy02 p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.p-new-visual .p-new-visual__bottom {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 384px 24px 384px;
  grid-template-columns: repeat(2, 384px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-new-visual .p-new-visual__bottom {
    margin-top: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
    padding: 0 20px;
  }
}
.p-new-visual .p-new-visual__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  height: 720px;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .p-new-visual .p-new-visual__bg {
    width: 100%;
    height: 100%;
  }
}
.p-new-visual .p-new-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.c-new-link001 {
  position: relative;
  padding: 10px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#5e6f86), color-stop(58.08%, #96a0ac), to(#bec4c7));
  background: linear-gradient(to right, #5e6f86 0%, #96a0ac 58.08%, #bec4c7 100%);
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  a.c-new-link001 {
    height: 60px;
  }
}
a.c-new-link001:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 15.66px;
  height: 13.704px;
  background-image: url(../../_assets/img/index-new/arrow-right-white.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-new01 {
  padding-block: 102px 124px;
}
@media screen and (max-width: 999.98px) {
  .sec-new01 {
    padding-block: 60px 80px;
  }
}

.bg01n {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
}

.bg02n {
  background: #F0F0F0;
}

.c-title01n {
  color: #5E6F86;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-title01n {
    font-size: 28px;
    line-height: 1.2857142857;
  }
}

.c-title02n {
  position: relative;
  padding-left: 22px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: 0;
  color: #5E6F86;
  border-left: 4px solid #5E6F86;
}
@media screen and (max-width: 999.98px) {
  .c-title02n {
    padding-left: 18px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.c-title03n {
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0;
  font-weight: 700;
  color: #5E6F86;
}

.c-title04n {
  position: relative;
  padding-left: 22px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  border-left: 4px solid #000;
}
@media screen and (max-width: 999.98px) {
  .c-title04n {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.c-title02n + .c-title04n {
  margin-top: 20px;
}

.p-text01n {
  margin-top: 26px;
}
@media screen and (max-width: 999.98px) {
  .p-text01n {
    margin-top: 20px;
  }
}
.p-text01n p {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-text01n p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.p-white-box-n {
  margin-top: 32px;
  padding: 26px 40px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (550px)[2];
  grid-template-columns: repeat(2, 550px);
}
@media screen and (max-width: 999.98px) {
  .p-white-box-n {
    padding: 30px 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
}

.p-list-n {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-list-n {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.p-list-n li + li {
  margin-top: 12px;
}

.p-border-box-n {
  margin-top: 40px;
  padding: 36px 50px;
  border: 2px solid #5D6F86;
  border-radius: 4px;
}
@media screen and (max-width: 999.98px) {
  .p-border-box-n {
    margin-top: 30px;
    padding: 20px;
  }
}

p.p-n {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  font-weight: 400;
}

.p-unit01-n {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 384px 24px auto;
  grid-template-columns: 384px auto;
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-unit01-n {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}

.item01-n {
  margin-top: 52px;
}

.p-n-dl {
  margin-top: 30px;
  border-bottom: 1px solid #C1C1C1;
}
.p-n-dl dl {
  border-top: 1px solid #C1C1C1;
  padding: 18px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 24px auto;
  grid-template-columns: 300px auto;
  gap: 0 24px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 999.98px) {
  .p-n-dl dl {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 12px 0;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.p-n-dl dl dt {
  padding-left: 7px;
}
@media screen and (max-width: 999.98px) {
  .p-n-dl dl dt {
    padding-left: 0;
  }
}

.sec-new02 {
  padding: 160px 0;
}
@media screen and (max-width: 999.98px) {
  .sec-new02 {
    padding: 80px 0;
  }
}

.g-copy {
  padding: 14px 0;
  border-radius: 4px;
  background: #F0F0F0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.g-copy + .c-simple-heading01n {
  margin-top: 20px;
}

.c-simple-heading01n {
  text-align: center;
  font-size: 40px;
  line-height: 1.625;
  letter-spacing: 0.035em;
}
.c-simple-heading01n .light {
  font-size: 28px;
  line-height: 2.3214285714;
}
@media screen and (max-width: 999.98px) {
  .c-simple-heading01n .light {
    font-size: 14px;
    line-height: 2.3571428571;
  }
}
@media screen and (max-width: 999.98px) {
  .c-simple-heading01n {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.c-simple-heading01n .en {
  font-family: "Roboto", sans-serif;
}

.c-border-heading-n {
  margin-top: 76px;
  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;
  gap: 32px;
  text-align: center;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading-n {
    margin-top: 40px;
    gap: 16px;
    display: block;
  }
  .c-border-heading-n .wrap {
    position: relative;
    display: block;
    z-index: 3;
  }
  .c-border-heading-n .wrap:before {
    position: absolute;
    top: 26px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    z-index: -1;
  }
}
.c-border-heading-n .main {
  font-size: 33px;
  line-height: 1.2727272727;
  color: #5E6F86;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading-n .main {
    font-size: 22px;
    line-height: 1.5;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    z-index: 2;
  }
}
.c-border-heading-n .light {
  font-size: 20px;
  line-height: 3.25;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading-n .light {
    font-size: 14px;
    line-height: 2.3571428571;
  }
}

.c-border-heading-n::before,
.c-border-heading-n::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #BFBFBF;
}
@media screen and (max-width: 999.98px) {
  .c-border-heading-n::before,
.c-border-heading-n::after {
    display: none;
  }
}

.c-border-heading-n > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page-nav01-n {
  margin-top: 60px;
}
.p-page-nav01-n .p-page-nav01-n__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-page-nav01-n .p-page-nav01-n__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-page-nav01-n {
    margin-top: 32px;
  }
}

a.c-page-link001-n {
  height: 90px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 2px solid #5D6F86;
  border-radius: 4px;
  color: #5E6F86;
  text-align: center;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  a.c-page-link001-n {
    height: 70px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
a.c-page-link001-n:hover {
  border: 2px solid #fff;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#5e6f86), color-stop(58.08%, #96a0ac), to(#bec4c7));
  background: linear-gradient(to right, #5e6f86 0%, #96a0ac 58.08%, #bec4c7 100%);
}

.c-set-heading-n {
  font-weight: bold;
  color: #5E6F86;
  display: -ms-grid;
  display: grid;
}
.c-set-heading-n .ja {
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading-n .ja {
    font-size: 18px;
    line-height: 1.3888888889;
  }
}
.c-set-heading-n .en {
  font-size: 40px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading-n .en {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

.c-set-heading-n + .c-title02n {
  margin-top: 30px;
}
@media screen and (max-width: 999.98px) {
  .c-set-heading-n + .c-title02n {
    margin-top: 20px;
  }
}

.c-b-heading-n {
  padding-left: 24px;
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: bold;
  border-left: 4px solid #000;
}
@media screen and (max-width: 999.98px) {
  .c-b-heading-n {
    font-size: 18px;
    line-height: 1.3888888889;
  }
}

.p-unit02-n {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 28px 380px;
  grid-template-columns: auto 380px;
  gap: 0 28px;
}
@media screen and (max-width: 999.98px) {
  .p-unit02-n {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px;
    -ms-grid-rows: auto 24px auto;
        grid-template-areas: "sub" "main";
  }
  .p-unit02-n .p-unit02-n__main {
    grid-area: main;
  }
  .p-unit02-n .p-unit02-n__sub {
    grid-area: sub;
  }
}

.sec-why {
  padding: 94px 0 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5e6f86), to(#bec4c7));
  background: linear-gradient(#5e6f86 0%, #bec4c7 100%);
}

.p-why .p-why__contents {
  margin-top: 30px;
  padding: 0 16px;
}
.p-why.open button.c-why-btn .base:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-why.open button.c-why-btn .base .icon {
  opacity: 1;
}

button.c-why-btn {
  display: block;
  width: 100%;
  cursor: pointer;
}
button.c-why-btn .base {
  position: relative;
  padding: 22px 10px;
  display: block;
  background: #fff;
  text-align: center;
  color: #5E6F86;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.035em;
  z-index: 3;
  border-radius: 4px;
}
@media screen and (max-width: 999.98px) {
  button.c-why-btn .base {
    font-size: 18px;
    line-height: 1.3888888889;
  }
}
button.c-why-btn .base:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 26px;
  height: 16.23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18.55px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url(../../_assets/img/index-new/icon-a.png);
}
button.c-why-btn .base .icon {
  position: absolute;
  width: 37.54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button.c-why-btn .base .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.sec-new03 {
  padding-block: 162px;
}
@media screen and (max-width: 999.98px) {
  .sec-new03 {
    padding-block: 80px;
  }
}

.tal-heading {
  margin-top: 62px;
  padding: 20px 0;
  border-radius: 100px 10px 10px 100px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.035em;
  background: #F0F0F0;
}
@media screen and (max-width: 999.98px) {
  .tal-heading {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.125;
  }
}
.tal-heading span {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 999.98px) {
  .tal-heading span {
    font-size: 13px;
    line-height: 1.0769230769;
  }
}
.tal-heading .tal-heading__mark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 118px;
}
@media screen and (max-width: 999.98px) {
  .tal-heading .tal-heading__mark {
    width: 61px;
  }
}

.p-side-panel {
  margin-top: 38px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 40px 0;
  }
}
.p-side-panel .p-side-panel__title {
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 999.98px) {
  .p-side-panel .p-side-panel__title {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}

.figure-col-re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 6px 0;
}
.figure-col-re figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.p-option {
  margin-top: 12px;
  text-align: right;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-option {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.6363636364;
  }
}

.p-blue-box-image {
  margin-top: 22px;
}

.p-blue-box-n {
  margin-top: 22px;
  padding: 22px 30px;
  background: #F0F0F0;
}
@media screen and (max-width: 999.98px) {
  .p-blue-box-n {
    padding: 18px;
  }
}
.p-blue-box-n .p-blue-box-n__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.035em;
}
.p-blue-box-n .p-blue-box-n__text {
  margin-top: 16px;
}

.p-side-panel-image {
  margin-top: 80px;
}

.p-product-table {
  margin-top: 30px;
}
.p-product-table table {
  width: 100%;
}
.p-product-table table tr {
  border-top: 1px solid #B7B7B7;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-product-table table tr {
    font-size: 13px;
    line-height: 1.3076923077;
  }
}
.p-product-table table tr:last-child {
  border-bottom: 1px solid #B7B7B7;
}
.p-product-table table tr th {
  padding: 16px 20px;
  background: #F0F0F0;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-product-table table tr th {
    padding: 14px 10px;
  }
}
.p-product-table table tr td {
  font-weight: 500;
  padding: 16px 20px;
}
@media screen and (max-width: 999.98px) {
  .p-product-table table tr td {
    padding: 14px 10px;
  }
}

.sec-news04 {
  padding-block: 160px;
}
@media screen and (max-width: 999.98px) {
  .sec-news04 {
    padding-bottom: 60px;
  }
}

.p-reason-n .p-reason-n__nav {
  position: relative;
  margin-top: 50px;
  z-index: 100;
}
@media screen and (max-width: 999.98px) {
  .p-reason-n .p-reason-n__nav {
    margin-top: 40px;
  }
}
.p-reason-n .p-reason-n__contents {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  gap: 40px 0;
}
.p-reason-n .p-reason-n__bottom {
  margin-top: 62px;
}

.p-short-nav .p-short-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 28px;
}
@media screen and (max-width: 999.98px) {
  .p-short-nav .p-short-nav__list {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

a.c-light-link01 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 65px;
  background: #fff;
  color: #5E6F86;
  border-radius: 4px;
  border: 2px solid #5E6F86;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 999.98px) {
  a.c-light-link01 {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
a.c-light-link01:hover {
  background: -webkit-gradient(linear, left top, right top, from(#5e6f86), color-stop(58.08%, #96a0ac), to(#bec4c7));
  background: linear-gradient(to right, #5e6f86 0%, #96a0ac 58.08%, #bec4c7 100%);
  color: #fff;
  border: 2px solid #fff;
}

.p-white-plate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 56px 504px;
  grid-template-columns: auto 504px;
  padding: 60px 60px 60px 50px;
  border-radius: 10px;
  background: #fff;
  gap: 0 56px;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate {
    padding: 18px 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto 0 auto;
        grid-template-areas: "tag" "title" "sub" "copy" "text" "link";
  }
  .p-white-plate .c-point-tag01 {
    grid-area: tag;
  }
  .p-white-plate .p-white-plate__title {
    grid-area: title;
  }
  .p-white-plate .p-white-plate__copy {
    grid-area: copy;
  }
  .p-white-plate .p-white-plate__text {
    grid-area: text;
  }
  .p-white-plate .p-white-plate__sub {
    margin-top: 10px;
    grid-area: sub;
  }
  .p-white-plate .p-white-plate__link {
    grid-area: link;
  }
  .p-white-plate > .p-unit02-n__sub {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 999.98px){
  .p-unit02-n .p-unit02-n__main {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-unit02-n .p-unit02-n__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-white-plate .c-point-tag01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-white-plate .p-white-plate__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-white-plate .p-white-plate__copy {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-white-plate .p-white-plate__text {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .p-white-plate .p-white-plate__sub {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-white-plate > .p-white-plate__sub {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-white-plate .p-white-plate__link {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__main {
    display: contents;
  }
}
.p-white-plate .p-white-plate__title {
  margin-top: 12px;
  color: #5E6F86;
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0.035em;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-white-plate .p-white-plate__copy {
  margin-top: 12px;
}
.p-white-plate .p-white-plate__copy p {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__copy p {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.p-white-plate .p-white-plate__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__text {
    font-size: 13px;
    line-height: 1.8461538462;
  }
}
.p-white-plate .p-white-plate__text p + p {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__text p + p {
    margin-top: 18px;
  }
}
.p-white-plate .p-white-plate__text + .p-white-plate__text {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__text + .p-white-plate__text {
    margin-top: 18px;
  }
}
.p-white-plate .p-white-plate__link {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .p-white-plate .p-white-plate__link {
    margin-top: 14px;
  }
}
.p-white-plate .p-white-plate__sub .p-white-plate__link {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-point-tag01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 105px;
  height: 42px;
  padding-bottom: 6px;
  border-radius: 4px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  background: #5E6F86;
}
@media screen and (max-width: 999.98px) {
  .c-point-tag01 {
    width: 85px;
    height: 27px;
  }
}
.c-point-tag01 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 999.98px) {
  .c-point-tag01 .main {
    gap: 3px;
  }
}
.c-point-tag01 .text {
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 999.98px) {
  .c-point-tag01 .text {
    font-size: 9px;
    line-height: 1;
  }
}
.c-point-tag01 .num {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 999.98px) {
  .c-point-tag01 .num {
    font-size: 12px;
    line-height: 1;
  }
}

a.c-small-link {
  width: 236px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #5E6F86;
  color: #fff;
  border-radius: 4px;
}
a.c-small-link span {
  position: relative;
  padding-right: 20px;
}
a.c-small-link span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 12.32px;
  height: 10.78px;
  background-image: url(../../_assets/img/index-new/arrow-right-white02.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-info-box-n {
  margin-top: 160px;
  padding-block: 52px 60px;
  padding-inline: 60px;
  background-image: url(../../_assets/img/index-new/info-box_bg.webp);
}
@media screen and (max-width: 999.98px) {
  .p-info-box-n {
    margin-top: 80px;
    padding-block: 32px 40px;
    padding-inline: 20px;
  }
}
.p-info-box-n .p-info-box-n__title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 999.98px) {
  .p-info-box-n .p-info-box-n__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-info-box-n .p-info-box-n__content {
  margin-top: 36px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
@media screen and (max-width: 999.98px) {
  .p-info-box-n .p-info-box-n__content {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px 0;
  }
}

.p-white-info {
  background: #fff;
  padding-top: 22px;
  height: 280px;
}
@media screen and (max-width: 999.98px) {
  .p-white-info {
    height: auto;
    padding: 20px 8px;
  }
}
.p-white-info .p-white-info__content {
  height: 156px;
  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;
}
@media screen and (max-width: 999.98px) {
  .p-white-info .p-white-info__content {
    height: auto;
    display: block;
  }
}
.p-white-info .p-white-info__content p {
  text-align: center;
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 999.98px) {
  .p-white-info .p-white-info__content p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.p-white-info .p-white-info__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .p-white-info .p-white-info__link {
    margin-top: 20px;
  }
}
.p-white-info .p-white-info__link a.c-new-link001 {
  max-width: 384px;
  width: 100%;
}

.p-sec05 {
  padding-block: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index-new/para_bg.webp);
}
@media screen and (max-width: 999.98px) {
  .p-sec05 {
    padding-block: 80px;
  }
}
.p-sec05 img {
  display: block;
  width: 100%;
  height: auto;
}

.p-sec06 {
  padding-block: 128px 160px;
}
@media screen and (max-width: 999.98px) {
  .p-sec06 {
    padding-block: 80px;
  }
}

.p-photo-grid-n {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 24px;
}
@media screen and (max-width: 999.98px) {
  .p-photo-grid-n {
    margin-top: 28px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.p-photo-grid-n figure figcaption {
  margin-top: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-photo-grid-n figure figcaption {
    margin-top: 0;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-text02-n {
  margin-top: 32px;
}
.p-text02-n.-l {
  margin-top: 12px;
}
.p-text02-n p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}

.p-blue-box02 {
  position: relative;
  margin-top: 56px;
  padding-block: 36px 30px;
  padding-inline: 40px;
  border-radius: 10px;
  background: #F0F0F0;
}
@media screen and (max-width: 999.98px) {
  .p-blue-box02 {
    padding-block: 42px 32px;
    padding-inline: 20px;
  }
}
.p-blue-box02 .p-blue-box02__title {
  position: absolute;
  top: -12.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #5E6F86;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .p-blue-box02 .p-blue-box02__title {
    top: -25.5px;
    font-size: 16px;
    line-height: 1.5625;
    text-align: center;
  }
}
.p-blue-box02 .p-blue-box02__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14px;
}
@media screen and (max-width: 999.98px) {
  .p-blue-box02 .p-blue-box02__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 14px 0;
  }
}

.p-num-plate {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 12px auto;
  grid-template-columns: 45px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
.p-num-plate .p-num-plate__num {
  background: #5E6F86;
  width: 45px;
  height: 45px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.p-option-n {
  margin-top: 6px;
}
.p-option-n p {
  text-align: right;
  font-size: 13px;
  line-height: 2.3076923077;
}

.g-big-copy {
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
  color: #5E6F86;
}
@media screen and (max-width: 999.98px) {
  .g-big-copy {
    margin-block: 20px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-image-plus {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 214px;
  grid-template-columns: auto 214px;
  gap: 0 20px;
}
@media screen and (max-width: 999.98px) {
  .p-image-plus {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
@media screen and (max-width: 999.98px) {
  .p-image-plus .p-image-plus__sub {
    width: 193px;
    margin-inline: auto;
  }
}

.p-image-plus02 {
  margin-top: 46px;
}

.p-sec07 {
  padding-bottom: 180px;
}
@media screen and (max-width: 999.98px) {
  .p-sec07 {
    padding-block: 0 80px;
  }
}

.bg03n {
  padding-block: 160px;
  background: -webkit-gradient(linear, right top, left top, from(#5e6f86), to(#bec4c7));
  background: linear-gradient(to left, #5e6f86 0%, #bec4c7 100%);
}
@media screen and (max-width: 999.98px) {
  .bg03n {
    padding-block: 80px;
  }
}

.haccp-box .haccp-box__title {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__title {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.haccp-box .haccp-box__list {
  margin-top: 40px;
  font-size: 33px;
  line-height: 1.2727272727;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__list {
    margin-top: 18px;
  }
}
.haccp-box .haccp-box__list li + li {
  margin-top: 20px;
  position: relative;
}
.haccp-box .haccp-box__list li + li:before {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-image: url(../../_assets/img/index-new/icon_circle01.webp);
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__list li + li:before {
    display: none;
  }
}
.haccp-box .haccp-box__image {
  margin-top: 80px;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__image {
    margin-top: 40px;
  }
}
.haccp-box .haccp-box__image img {
  display: block;
}
.haccp-box .haccp-box__image img + img {
  margin-top: 40px;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__image img + img {
    margin-top: 20px;
  }
}
.haccp-box .haccp-box__bottom {
  position: relative;
  margin-top: 90px;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__bottom {
    margin-top: 60px;
  }
}
.haccp-box .haccp-box__bottom:before {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index-new/icon_arrow_down.webp);
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__bottom:before {
    top: -38px;
  }
}
.haccp-box .haccp-box__copy01 {
  height: 95px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 15px;
  border: 2px solid #fff;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__copy01 {
    height: auto;
    padding: 14px 10px;
    border-radius: 10px;
  }
}
.haccp-box .haccp-box__copy01 p {
  text-align: center;
  font-size: 28px;
  line-height: 1.1428571429;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__copy01 p {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.haccp-box .haccp-box__copy02 {
  margin-top: 28px;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__copy02 {
    margin-top: 18px;
  }
}
.haccp-box .haccp-box__copy02 p {
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .haccp-box .haccp-box__copy02 p {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-haccp-box-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 204px 40px 180px 40px auto;
  grid-template-columns: 204px 180px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 999.98px) {
  .p-haccp-box-card {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.p-haccp-box-card .p-haccp-box-card__mark .c-deep-mark {
  border-radius: 4px;
  background: #5E6F86;
  width: 204px;
  height: 180px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-haccp-box-card .p-haccp-box-card__mark .c-deep-mark {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    height: 40px;
  }
}
@media screen and (max-width: 999.98px) {
  .p-haccp-box-card .p-haccp-box-card__sub {
    width: 180px;
    margin-inline: auto;
  }
}
.p-haccp-box-card .p-haccp-box-card__text p {
  font-size: 28px;
  line-height: 1.1428571429;
  letter-spacing: 0;
}
@media screen and (max-width: 999.98px) {
  .p-haccp-box-card .p-haccp-box-card__text p {
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.p-sec09 {
  padding-block: 160px;
}
@media screen and (max-width: 999.98px) {
  .p-sec09 {
    padding-block: 80px;
  }
}

.p-flow-n .p-flow-n__item02 {
  padding-block: 80px;
}

.p-l-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  padding-bottom: 40px;
}

.p-b-font {
  padding-block: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}

.p-flow-n {
  margin-top: 40px;
}
.p-flow-n .p-flow-n__contents {
  margin-top: 50px;
  padding: 0 16px;
}
.p-flow-n.open button.c-flow-btn .base:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-flow-n.open button.c-flow-btn .base .icon {
  opacity: 1;
}

button.c-flow-btn {
  display: block;
  width: 100%;
  cursor: pointer;
}
button.c-flow-btn .base {
  position: relative;
  padding: 22px 10px;
  display: block;
  background: #5E6F86;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.035em;
  z-index: 3;
  border-radius: 4px;
}
@media screen and (max-width: 999.98px) {
  button.c-flow-btn .base {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
button.c-flow-btn .base:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 26px;
  height: 16.23px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18.55px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url(../../_assets/img/index-new/icon-b.png);
}
button.c-flow-btn .base .icon {
  position: absolute;
  width: 37.54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button.c-flow-btn .base .icon img {
  display: block;
  width: 100%;
  height: auto;
}

a.c-new-link {
  position: relative;
  padding: 3px 5px;
  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;
  height: 50px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#5e6f86), color-stop(58.08%, #96a0ac), to(#bec4c7));
  background: linear-gradient(to right, #5e6f86 0%, #96a0ac 58.08%, #bec4c7 100%);
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
a.c-new-link span {
  position: relative;
  padding-right: 20px;
}
a.c-new-link span:before {
  position: absolute;
  top: 64%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 15.66px;
  height: 13.704px;
  background-image: url(../../_assets/img/index-new/arrow-right-white.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-gnav__links {
  margin-left: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 10px 150px;
  grid-template-columns: repeat(2, 150px);
  gap: 0 10px;
}

.p-global-card-wrap {
  position: relative;
  display: inline-block;
}
.p-global-card-wrap .p-global-card__contents {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  min-width: 65px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px) translateX(-50%);
          transform: translateY(-8px) translateX(-50%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-global-card-wrap a.p-global-card__link {
  display: block;
  padding: 8px 12px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}
.p-global-card-wrap a.p-global-card__link:hover {
  background: #f2f6fb;
  text-decoration: underline;
}
.p-global-card-wrap:hover .p-global-card__contents {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}

.p-global-side {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 20px 20px auto;
  grid-template-columns: 20px auto;
  gap: 20px;
}
.p-global-side .p-global-side__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
.p-global-side .p-global-side__contents .p-global-side__link {
  color: #000;
}

.p-footer .p-footer__contents {
  background: #385174;
}
.p-footer .p-footer__bottom {
  background: #213E65;
}

.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-list .lang-list__item + .lang-list__item {
  margin-left: 8px;
}
.lang-list .lang-list__item + .lang-list__item:before {
  content: "/";
  display: inline-block;
}

.page-cont {
  margin-block: 160px 100px;
}