@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

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

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.833333vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.6666vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background-size: 100%;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.l-header {
  width: 100%;
  background: url(../img/header_bg.webp) 50% 0 repeat-x;
  background-size: auto 78.947368%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .l-header.on .l-header__logo {
    position: fixed;
    top: 0;
    left: 1rem;
    z-index: 30;
  }
  .l-header.on .l-header__menu {
    z-index: 30;
  }
}
.l-header__container {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    padding: 0 1rem;
    position: relative;
  }
}
.l-header__logo {
  width: 28rem;
  filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 22rem;
  }
}
.l-header__logo_link {
  display: block;
}
.l-header__content {
  width: calc(100% - 31rem);
  padding: 1.4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .l-header__content {
    display: none;
    width: 100%;
    height: 100%;
    padding: 12.7rem 0 0;
    box-sizing: border-box;
    background: rgba(25, 72, 162, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
  }
}
.l-header__content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-header__content_inner {
    flex-direction: column;
    width: 100%;
    padding: 0 4rem 2rem;
    box-sizing: border-box;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-header__nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 6rem;
    text-align: left;
  }
}
.l-header__nav_item {
  line-height: 1.42857;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-header__nav_item {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
    position: relative;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .l-header__nav_item::after {
    content: "";
    width: 0.943rem;
    height: 1.5rem;
    background: url(../img/icon_arrow_02.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.l-header__nav_item + .l-header__nav_item {
  margin-left: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .l-header__nav_item + .l-header__nav_item {
    margin: 0;
  }
}
.l-header__nav_link {
  text-decoration: none;
  color: #FFF;
}
.l-header__menu {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .l-header__menu {
    display: block;
    width: 2.8rem;
    height: 1.8rem;
    position: fixed;
    top: 1.7rem;
    right: 1.7rem;
    z-index: 10;
  }
  .l-header__menu::before, .l-header__menu::after,
.l-header__menu span {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-header__menu::before {
    top: 0;
  }
  .l-header__menu::after {
    bottom: 0;
  }
  .l-header__menu span {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__menu.on::before {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  .l-header__menu.on::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-30deg);
  }
  .l-header__menu.on span {
    opacity: 0;
  }
}

.l-main {
  display: block;
  margin-top: 5.7rem;
}

.l-footer {
  background: #1948A2;
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4.6rem;
}
.l-footer__copy {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFF;
}

.l-section {
  position: relative;
}
.l-section--ptn1 {
  background: #EEF4F9;
  position: relative;
  z-index: 1;
}
.l-section--ptn1::before, .l-section--ptn1::after {
  content: "";
  width: 100%;
  height: 15.888rem;
  background: url(../img/wave_01.png) 50% 0 repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn1::before, .l-section--ptn1::after {
    height: 10.473rem;
    background-image: url(../img/wave_01_sp.png);
  }
}
.l-section--ptn1::before {
  top: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn1::before {
    top: -1rem;
  }
}
.l-section--ptn1::after {
  bottom: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn1::after {
    bottom: -1rem;
  }
}
.l-section--ptn2 {
  background: #EEF4F9;
  position: relative;
  z-index: 1;
}
.l-section--ptn2::before {
  content: "";
  width: 100%;
  height: 15.888rem;
  background: url(../img/wave_01.png) 50% 0 repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn2::before {
    height: 10.473rem;
    background-image: url(../img/wave_01_sp.png);
    top: -1rem;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.l-container--ptn1 {
  max-width: 98rem;
}
.l-container--ptn2 {
  max-width: 118rem;
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}

.c-btn--ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34rem;
  height: 8rem;
  padding: 0 4rem;
  border-radius: 100px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #F7A500;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1 {
    width: 27.2rem;
    height: 6.4rem;
    padding: 0 3.2rem;
    font-size: 1.6rem;
    align-items: start;
  }
}
.c-btn--ptn1::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1::after {
    width: 3.2rem;
    height: 3.2rem;
    right: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn1-noarrow {
    align-items: center;
    width: 22rem;
    height: 5rem;
  }
  .c-btn--ptn1-noarrow::after {
    display: none;
  }
}

.c-btn--ptn-bf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35rem;
  height: 8rem;
  padding: 0 4rem;
  border-radius: 100px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #cd853f;
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 500;
  color: #FFF;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn-bf {
    width: 27.2rem;
    height: 6.4rem;
    padding: 0 3.2rem;
    font-size: 1.6rem;
  }
}
.c-btn--ptn-bf::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn-bf::after {
    width: 3.2rem;
    height: 3.2rem;
    right: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn-bf-noarrow {
    align-items: center;
    width: 22rem;
    height: 5rem;
  }
  .c-btn--ptn-bf-noarrow::after {
    display: none;
  }
}

.c-btn--ptn2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 18rem;
  height: 4.6rem;
  border-radius: 100px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #F7A500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn2 {
    align-items: flex-start;
    width: 27.2rem;
    height: 6.4rem;
    padding: 0 3.2rem;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  .c-btn--ptn2::after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/icon_arrow_01.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
  }
}

.c-btn--ptn2-bf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 21rem;
  height: 4.6rem;
  border-radius: 100px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #cd853f;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-btn--ptn2-bf {
    align-items: flex-start;
    width: 27.2rem;
    height: 6.4rem;
    padding: 0 3.2rem;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  .c-btn--ptn2-bf::after {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/icon_arrow_01.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
  }
}


.c-title--ptn1 {
  margin: 0 auto 6rem;
  padding: 5.7rem 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1 {
    margin-bottom: 4rem;
    padding: 4rem 0 0;
  }
}
.c-title--ptn1::before {
  content: "";
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1::before {
    bottom: calc(100% + 1rem);
  }
}
.c-title--ptn1__main {
  display: block;
  margin: 0 auto 0.9rem;
  line-height: 1.204081;
  letter-spacing: 0.1em;
  font-size: 4.9rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1__main {
    margin-bottom: 0.6rem;
    font-size: 3.6rem;
  }
}
.c-title--ptn1__sub {
  display: block;
  margin: 0 auto;
  line-height: 1.470588235;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1__sub {
    font-size: 1.4rem;
  }
}

.c-text__weight_700 {
  font-weight: 700;
}
.c-text__color_blue1 {
  color: #1948A2;
}

.c-link--inner {
  text-decoration: none;
  color: #1948A2;
}

.c-list--asterisk .list__item {
  padding-left: 1.2em;
  position: relative;
}
.c-list--asterisk .list__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--no-asterisk .list__item {
  position: relative;
}
.c-list--no-asterisk .list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.c-page-links {
  margin-top: -11.4rem;
  padding-top: 11.4rem;
}
@media only screen and (max-width: 767px) {
  .c-page-links {
    margin-top: -8.7rem;
    padding-top: 8.7rem;
  }
}
.c-page-links--ptn2 {
  margin-top: -22.8rem;
  padding-top: 22.8rem;
}
@media only screen and (max-width: 767px) {
  .c-page-links--ptn2 {
    margin-top: -17.4rem;
    padding-top: 17.4rem;
  }
}
.c-page-links--ptn3 {
  margin-top: -5.7rem;
  padding-top: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .c-page-links--ptn3 {
    margin-top: -4.35rem;
    padding-top: 4.35rem;
  }
}

.c-fadeToUp {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.c-fadeToUp.on {
  opacity: 1;
  transform: translateY(0);
}

.p-mv__container {
  position: relative;
}

.fv_logo {
  width: 16rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.p-mv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54rem;
  height: 45rem;
  border: 1px solid #FFF;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-mv__content {
    width: 28.4rem;
    height: 35rem;
  }

  .fv_logo {
    width: 11rem;
  }
}
.p-mv__title {
  margin: 0 auto 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 2rem;
  }
}
.p-mv__title_sub {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.6rem;
       column-gap: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_sub {
    -moz-column-gap: 3.4rem;
         column-gap: 3.4rem;
  }
}
.p-mv__title_sub-text {
  position: relative;
  line-height: 1.619047;
  letter-spacing: 0.3em;
  font-size: 2.1rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_sub-text {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
.p-mv__title_sub-text + .p-mv__title_sub-text::before {
  content: "";
  width: 1.907rem;
  height: 1.864rem;
  background: url(../img/mv_cross.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.39rem);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-mv__title_sub-text + .p-mv__title_sub-text::before {
    width: 1.483rem;
    height: 1.449rem;
    right: calc(100% + 0.92rem);
  }
}
.p-mv__title_main {
  line-height: 1.2272727;
  letter-spacing: 0.2em;
  font-size: 4.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-mv__title_main {
    line-height: 1.24;
    letter-spacing: 0.1em;
    font-size: 2.5rem;
  }
}
.p-mv__lead {
  margin: 0 auto 4rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-mv__lead {
    margin-bottom: 3rem;
    line-height: 1.6923;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}
.p-mv__slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 1.94rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-mv__slider .slick-dots {
    bottom: 2.12rem;
  }
}
.p-mv__slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  text-indent: -99999px;
  opacity: 1;
}
.p-mv__slider .slick-dots li.slick-active button {
  background: #1948A2;
}

.p-about {
  padding: 6.56rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-about {
    padding-top: 4.08rem;
  }
}
.p-about__head {
  padding: 0 0 6.8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__head {
    padding-bottom: 3.04rem;
  }
}
.p-about__title::before {
  width: 3.753rem;
  height: 4rem;
  background-image: url(../img/icon_flag.svg);
}
@media only screen and (max-width: 767px) {
  .p-about__title::before {
    width: 2.814rem;
    height: 3rem;
  }
}
.p-about__lead {
  display: inline-block;
  padding: 1.2rem 4.3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-about__lead {
    padding: 0.8rem 2.8rem;
    font-size: 2.7rem;
  }
}
.p-about__lead::before, .p-about__lead::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-about__lead::before, .p-about__lead::after {
    width: 2rem;
    height: 2rem;
  }
}
.p-about__lead::before {
  border-top: 0.7rem solid #1948A2;
  border-left: 0.7rem solid #1948A2;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-about__lead::before {
    border-top-width: 0.5rem;
    border-left-width: 0.5rem;
  }
}
.p-about__lead::after {
  border-right: 0.7rem solid #1948A2;
  border-bottom: 0.7rem solid #1948A2;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-about__lead::after {
    border-right-width: 0.5rem;
    border-bottom-width: 0.5rem;
  }
}
.p-about__body_container {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-about__body_container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
  }
}
.p-about__body_container::before, .p-about__body_container::after {
  content: "";
  width: 11.221rem;
  height: 6.654rem;
  background: url(../img/deco_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-about__body_container::before, .p-about__body_container::after {
    display: none;
  }
}
.p-about__body_container::before {
  top: 6.6rem;
  right: -6.9rem;
}
.p-about__body_container::after {
  top: 19.1rem;
  left: -6.9rem;
}
.p-about__body_text {
  line-height: 2.642857;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-about__body_text {
    line-height: 1.714285;
  }
}
.p-about__body_text + .p-about__body_text {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .p-about__body_text + .p-about__body_text {
    margin-top: 1.2em;
  }
}
.p-about__body_strong {
  display: inline;
  background: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-about__body_strong {
    font-size: 1.6rem;
  }
}

.p-sharing {
  padding: 19.7rem 0 20.6rem;
}
@media only screen and (max-width: 767px) {
  .p-sharing {
    padding: 3.13rem 0 15.5rem;
  }
}
.p-sharing__block {
  margin: 0 auto;
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-sharing__block_ttl {
  padding: 2.2rem 0;
  box-sizing: border-box;
  background: #1948A2;
  line-height: 1.375;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-sharing__block_ttl {
    line-height: 1.5714;
    letter-spacing: 0.1em;
    font-size: 2.1rem;
  }
}
.p-sharing__block_sub {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-sharing__block_sub {
    font-size: 1.4rem;
  }
}
.p-sharing__att {
  margin: 1rem 0 0 auto;
  line-height: 3.083333;
  letter-spacing: 0.1em;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-sharing__att {
    margin-top: 1.2rem;
    line-height: 1.66666;
    text-align: left;
  }
}

.p-activities {
  padding: 11.4rem 0 6.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-activities {
    padding: 8rem 0 13rem;
  }
}
.p-activities__container {
  position: relative;
}
.p-activities__container::before, .p-activities__container::after {
  content: "";
  width: 11.221rem;
  height: 6.654rem;
  background: url(../img/deco_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-activities__container::before, .p-activities__container::after {
    width: 5.784rem;
    height: 3.43rem;
  }
}
.p-activities__container::before {
  top: -5.7rem;
  right: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-activities__container::before {
    top: -3.4rem;
    right: 2rem;
  }
}
.p-activities__container::after {
  top: 7.4rem;
  left: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-activities__container::after {
    top: -3.4rem;
    left: 2rem;
  }
}
.p-activities__title {
  position: absolute;
  top: -9.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-activities__title {
    top: -6.8rem;
  }
}
.p-activities__title::before {
  width: 5.951rem;
  height: 4rem;
  background-image: url(../img/icon_ship.svg);
}
@media only screen and (max-width: 767px) {
  .p-activities__title::before {
    width: 4.463rem;
    height: 3rem;
  }
}
.p-activities__sub {
  margin: 0 auto 4rem;
  padding: 0 0 1.3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.458333;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1948A2;
}
@media only screen and (max-width: 767px) {
  .p-activities__sub {
    margin-bottom: 2rem;
    padding-bottom: 1.1rem;
    font-size: 1.9rem;
  }
}
.p-activities__sub::after {
  content: "";
  width: 4.6rem;
  height: 3px;
  background: #1948A2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-activities__block {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.p-activities__block_ttl {
  padding: 2.2rem 0;
  box-sizing: border-box;
  background: #1948A2;
  line-height: 1.458333;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-activities__block_ttl {
    line-height: 1.571428;
    font-size: 2.1rem;
  }
}
.p-activities__block_cont {
  padding: 4rem 6rem;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-activities__block_cont {
    padding: 3rem 2rem;
  }
}
.p-activities__grid {
  display: grid;
  grid-template-columns: 38rem 32rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto 4.5rem;
}
@media only screen and (max-width: 767px) {
  .p-activities__grid {
    grid-template-columns: 100%;
    position: relative;
  }
  .p-activities__grid::after {
    content: "";
    border-top: 2.5rem solid rgba(25, 72, 162, 0.4);
    border-left: 3.5rem solid transparent;
    border-right: 3.5rem solid transparent;
    border-bottom: 0;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-activities__item {
  background: #F8F8F8;
  position: relative;
}
.p-activities__item::after {
  content: "";
  border-top: 2.5rem solid;
  border-left: 3.5rem solid transparent;
  border-right: 3.5rem solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-activities__item::after {
    display: none;
  }
}
.p-activities__item_01::after {
  border-top-color: rgba(140, 2, 65, 0.4);
}
.p-activities__item_01 .p-activities__item_title {
  background: #8C0241;
}
.p-activities__item_02::after {
  border-top-color: rgba(247, 165, 0, 0.4);
}
.p-activities__item_02 .p-activities__item_title {
  background: #F7A500;
}
.p-activities__item_title {
  padding: 1.6rem 0;
  box-sizing: border-box;
  line-height: 1.42857;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-activities__item_title {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
.p-activities__item_cont {
  padding: 2rem 3rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-activities__item_cont {
    padding: 2rem;
  }
}
.p-activities__list_item {
  padding-left: 2.3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.44444;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-activities__list_item {
    font-size: 1.6rem;
  }
}
.p-activities__list_item::before {
  content: "";
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.p-activities__list_item + .p-activities__list_item {
  margin-top: 1.6rem;
}
.p-activities__list_check .p-activities__list_item::before {
  width: 1.4rem;
  height: 0.9rem;
  background-image: url(../img/icon_check_01.svg);
  top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-activities__list_check .p-activities__list_item::before {
    top: 0.8rem;
  }
}
.p-activities__list_dot .p-activities__list_item::before {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: #F7A500;
  top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-activities__list_dot .p-activities__list_item::before {
    top: 0.6rem;
  }
}
.p-activities-seminar {
  padding: 3rem 8rem;
  box-sizing: border-box;
  background: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar {
    padding: 3rem 2rem;
  }
}
.p-activities-seminar__logo {
  width: 40.042rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__logo {
    width: 100%;
    margin-bottom: 1.98rem;
  }
}
.p-activities-seminar__box {
  padding: 2rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__box {
    padding: 1rem;
  }
}
.p-activities-seminar__box--ptn1 {
  border: 3px solid #1948A2;
}
.p-activities-seminar__box + .p-activities-seminar__box {
  margin-top: 4.5rem;
}
.p-activities-seminar__box + .p-activities-seminar__box::before {
  content: "";
  border-top: 2.5rem solid rgba(25, 72, 162, 0.4);
  border-left: 3.5rem solid transparent;
  border-right: 3.5rem solid transparent;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  transform: translateX(-50%);
}
.p-activities-seminar__box_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__box_head {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.p-activities-seminar__box_title {
  margin-top: 0.8rem;
  line-height: 1.7777;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1948A2;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__box_title {
    margin-top: 0.4rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.p-activities-seminar__head_data {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.p-activities-seminar__head_date, .p-activities-seminar__head_locate {
  line-height: 2.4285714;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__head_date, .p-activities-seminar__head_locate {
    font-size: 1.3rem;
  }
}
.p-activities-seminar__head_qty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2.4rem;
  background: #1948A2;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-activities-seminar__head_qty {
    width: 6rem;
    height: 2.2rem;
    font-size: 1.3rem;
  }
}
.p-activities__lead {
  margin: 2rem auto 0;
  line-height: 1.7777;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-activities__lead_strong {
  font-size: 3.1rem;
}
.p-activities__lead_underline {
  background: linear-gradient(to top, #1948A2 2px, rgba(255, 255, 255, 0) 2px);
}

.p-archive {
  padding: 9.31rem 0 20rem;
}
@media only screen and (max-width: 767px) {
  .p-archive {
    padding: 8.03rem 0 14rem;
  }
}
.p-archive__title::before {
  width: 4.472rem;
  height: 4rem;
  background-image: url(../img/icon_camera.svg);
}
@media only screen and (max-width: 767px) {
  .p-archive__title::before {
    width: 3.354rem;
    height: 3rem;
  }
}
.p-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-archive__grid {
    grid-template-columns: 100%;
    row-gap: 3rem;
    width: 31.5rem;
    margin: 0 auto;
  }
}
.p-archive__grid_caption {
  display: flex;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin: 1.2rem 0 0;
  text-align: left;
}
.p-archive__grid_tag {
  display: inline-block;
  padding: 0.3rem 1rem;
  box-sizing: border-box;
  background: #1948A2;
  line-height: 1.42857;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
.p-archive__grid_title {
  line-height: 1.4444;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-archive__grid_title {
    font-size: 1.6rem;
  }
}

.archive_img {
  border-radius: 15px;
}

.p-voice {
  padding: 25.1rem 0 5.3rem;
}
@media only screen and (max-width: 767px) {
  .p-voice {
    padding: 21.6rem 0 7rem;
  }
}
.p-voice__container {
  position: relative;
}
.p-voice__container::before, .p-voice__container::after {
  content: "";
  width: 11.221rem;
  height: 6.654rem;
  background: url(../img/deco_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-voice__container::before, .p-voice__container::after {
    width: 5.784rem;
    height: 3.43rem;
  }
}
.p-voice__container::before {
  top: -19.1rem;
  right: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-voice__container::before {
    top: -17.1rem;
    right: 2rem;
  }
}
.p-voice__container::after {
  top: -6rem;
  left: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-voice__container::after {
    top: -17.1rem;
    left: 2rem;
  }
}
.p-voice__title {
  position: absolute;
  top: -9.9rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-voice__title {
    top: -6.9rem;
  }
}
.p-voice__title::before {
  width: 4.653rem;
  height: 4rem;
  background-image: url(../img/icon_chat.svg);
}
@media only screen and (max-width: 767px) {
  .p-voice__title::before {
    width: 3.354rem;
    height: 3rem;
  }
}
.p-voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-voice__grid {
    grid-template-columns: 100%;
    row-gap: 18rem;
    width: 30rem;
    margin: 0 auto;
  }
}
.p-voice__grid_item {
  padding: 8rem 2rem 4rem;
  border-bottom: 1rem solid #1948A2;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
.p-voice__grid_img {
  width: 20rem;
  position: absolute;
  top: -14rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-voice__grid_name {
  margin: 0 auto 2.1rem;
  line-height: 1.4285714;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
}
.p-voice__grid_department {
  font-size: 1.4rem;
}
.p-voice__grid_sub {
  font-size: 1.4rem;
}
.p-voice__grid_comment {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-schedule {
  padding: 9.01rem 0 17rem;
}
@media only screen and (max-width: 767px) {
  .p-schedule {
    padding: 9.03rem 0 15rem;
  }
}
.p-schedule__title::before {
  width: 3.911rem;
  height: 4rem;
  background-image: url(../img/icon_cal.svg);
}
@media only screen and (max-width: 767px) {
  .p-schedule__title::before {
    width: 2.933rem;
    height: 3rem;
  }
}
.p-schedule__lead {
  margin: 0 auto 6rem;
  padding: 0 0 1.3rem;
  position: relative;
  line-height: 1.59259;
  letter-spacing: 0.1em;
  font-size: 2.7rem;
  font-weight: 700;
  color: #1948A2;
}
@media only screen and (max-width: 767px) {
  .p-schedule__lead {
    margin-bottom: 4rem;
    padding-bottom: 1.1rem;
    font-size: 2.1rem;
  }
}
.p-schedule__lead::after {
  content: "";
  width: 4.6rem;
  height: 3px;
  background: #1948A2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-schedule__lead_sub {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-schedule__lead_sub {
    font-size: 1.5rem;
  }
}
.p-schedule__date {
  margin: 0 auto 2.1rem;
  line-height: 1.4583333;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-schedule__date {
    font-size: 1.7rem;
  }
}
.p-schedule__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto 4.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-schedule__grid {
    grid-template-columns: 100%;
    row-gap: 2rem;
    position: relative;
  }
  .p-schedule__grid::after {
    content: "";
    border-top: 2.5rem solid rgba(25, 72, 162, 0.4);
    border-left: 3.5rem solid transparent;
    border-right: 3.5rem solid transparent;
    border-bottom: 0;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-schedule__grid_item {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  position: relative;
}
.p-schedule__grid_item::after {
  content: "";
  border-top: 2.5rem solid;
  border-left: 3.5rem solid transparent;
  border-right: 3.5rem solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-schedule__grid_item::after {
    display: none;
  }
}
.p-schedule__grid_item-01::after {
  border-top-color: rgba(247, 165, 0, 0.4);
}
.p-schedule__grid_item-01 .p-schedule__head {
  background: #F7A500;
}
.p-schedule__grid_item-01 .p-schedule__body_date {
  background: #F7A500;
}
.p-schedule__grid_item-02::after {
  border-top-color: rgba(140, 2, 65, 0.4);
}
.p-schedule__grid_item-02 .p-schedule__head {
  background: #8C0241;
}
.p-schedule__grid_item-02 .p-schedule__body_date {
  background: #8C0241;
}
.p-schedule__head {
  flex-grow: 0;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-schedule__head {
    padding: 1.4rem;
  }
}
.p-schedule__head_title {
  margin: 0 auto 1.5rem;
  line-height: 1.42857;
  letter-spacing: 0.2em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-schedule__head_title {
    font-size: 1.8rem;
  }
}
.p-schedule__head_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 8.9rem;
  padding: 0 2rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-schedule__head_cont {
    display: block;
    height: auto;
    padding: 1.4rem;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.p-schedule__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-schedule__body {
    padding: 2rem 1.6rem;
  }
}
.p-schedule__body_block + .p-schedule__body_block {
  margin-top: 3.1rem;
}
.p-schedule__body_date {
  display: inline-block;
  margin: 0 0 1.6rem;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-schedule__body_date {
    margin-bottom: 1.2rem;
  }
}
.p-schedule__list {
  display: flex;
  /* -moz-column-gap: 1.6rem;
       column-gap: 1.6rem; */
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-schedule__list {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.p-schedule__list + .p-schedule__list {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-schedule__list + .p-schedule__list {
    margin-top: 1.3rem;
  }
}
.p-schedule__list_time {
  width: 4.5rem;
  text-align: right;
  line-height: 1.66666;
  letter-spacing: 0.1em;
  /* font-size: 1.5rem; */
  font-size: 2rem;
  /* font-weight: 400; */
  font-weight: 500;

}
@media only screen and (max-width: 767px) {
  .p-schedule__list_time {
    width: 4.2rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.p-schedule__list_cont {
  width: calc(100% - 6.1rem);
  line-height: 1.66666;
  letter-spacing: 0.1em;
  /* font-size: 1.5rem; */
  font-size: 2rem;
  /* font-weight: 400; */
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-schedule__list_cont {
    width: calc(100% - 5.6rem);
    line-height: 1.5;
    font-size: 1.4rem;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.p-schedule__list_small {
  font-size: 1.2rem;
}
.p-schedule__presen {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  width: 100%;
  margin: 0 auto 4.5rem;
  padding: 2.2rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #EEF4F9;
  position: relative;
  line-height: 1.458333;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-schedule__presen {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 2.5rem 0;
    font-size: 1.8rem;
  }
}
.p-schedule__presen::after {
  content: "";
  border-top: 2.5rem solid rgba(25, 72, 162, 0.4);
  border-left: 3.5rem solid transparent;
  border-right: 3.5rem solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
.p-schedule__presen_tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background: #1948A2;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-schedule__presen_tag {
    font-size: 1.4rem;
  }
}
.p-schedule__end {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
  padding: 2rem 0;
  border: 3px solid #1948A2;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #EEF4F9;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1948A2;
}
@media only screen and (max-width: 767px) {
  .p-schedule__end {
    flex-direction: column;
    row-gap: 0.4rem;
  }
}
.p-schedule__end_strong {
  line-height: 1.42857;
  font-size: 2.8rem;
}

.p-guideline {
  padding: 12.6rem 0 8rem;
}
@media only screen and (max-width: 767px) {
  .p-guideline {
    padding: 7.9rem 0 5rem;
  }
}
.p-guideline__title {
  position: absolute;
  top: -9.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-guideline__title {
    top: -6.9rem;
  }
}
.p-guideline__title::before {
  width: 2.848rem;
  height: 4rem;
  background-image: url(../img/icon_docs.svg);
}
@media only screen and (max-width: 767px) {
  .p-guideline__title::before {
    width: 2.136rem;
    height: 3rem;
  }
}
.p-guideline__container {
  position: relative;
}
.p-guideline__container::before, .p-guideline__container::after {
  content: "";
  width: 11.221rem;
  height: 6.654rem;
  background: url(../img/deco_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-guideline__container::before, .p-guideline__container::after {
    display: none;
  }
}
.p-guideline__container::before {
  top: -5.7rem;
  right: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-guideline__container::before {
    top: -3.4rem;
    right: 2rem;
  }
}
.p-guideline__container::after {
  top: 7.4rem;
  left: -6.9rem;
}
@media only screen and (max-width: 767px) {
  .p-guideline__container::after {
    top: -3.4rem;
    left: 2rem;
  }
}
.p-guideline__block {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  max-width: 86.6rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-guideline__block {
    flex-direction: column;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.p-guideline__block + .p-guideline__block {
  margin-top: 2rem;
}
.p-guideline__block_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  padding: 1.2rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.7777;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-guideline__block_title {
    width: 100%;
  }
}
.p-guideline__block_cont {
  width: calc(100% - 25.6rem);
  padding: 1.2rem 0;
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-guideline__block_cont {
    width: 100%;
    padding: 0;
  }
}
.p-guideline__block_text + .p-guideline__block_text {
  margin-top: 2em;
}
.p-guideline__price {
  display: flex;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  margin: 0;
}
.p-guideline__price_title {
  width: 12.5rem;
  text-align: right;
}
.p-guideline__price_cont {
  width: calc(100% - 12.5rem - 0.2rem);
}
.p-guideline__att {
  max-width: 86.6rem;
  width: 100%;
  margin: 2rem auto 0;
  line-height: 1.78571;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-guideline__att {
    margin-top: 4rem;
  }
}
.p-guideline__btn {
  margin: 6rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-guideline__btn {
    margin-top: 5rem;
  }
}
.p-guideline__btn .c-btn {
  margin: 0 auto;
}
/*# sourceMappingURL=maps/style.css.map */

/* new */
.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  margin: 0 auto 4.5rem;
}

.schedule-grid .p-schedule__head.item-01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: left;
}

/* .schedule-grid .p-schedule__head.item-02 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: left;
} */

.schedule-grid .p-schedule__body_block.item-01.day-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  text-align: left;
  padding: 2rem 3rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* .schedule-grid .p-schedule__body_block.item-01.day-2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  text-align: left;
  padding: 2rem 3rem;
} */

/* .schedule-grid .p-schedule__body_block.item-02.day-1 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  text-align: left;
  padding: 2rem 3rem;
}

.schedule-grid .p-schedule__body_block.item-02.day-2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  text-align: left;
  padding: 2rem 3rem;
} */

/* .p-schedule__head.item-01 {
  background: #F7A500;
}
.p-schedule__body_block.item-01 .p-schedule__body_date {
  background: #F7A500;
}

.p-schedule__body_block.item-01.day-2:after {
  border-top-color: rgba(247, 165, 0, 0.4);
  left: 25%;
}
.p-schedule__body_block.item-02.day-2:after {
  border-top-color: rgba(140, 2, 65, 0.4);
  left: 75%;
}

.p-schedule__body_block.day-2:after {
  content: "";
  border-top: 2.5rem solid;
    border-top-color: currentcolor;
  border-left: 3.5rem solid transparent;
  border-right: 3.5rem solid transparent;
  border-bottom: 0;
  position: absolute;
  top: calc(100% + 1rem);
  transform: translateX(-50%);
}

.p-schedule__head.item-02 {
  background: #8C0241;
}
.p-schedule__body_block.item-02 .p-schedule__body_date {
  background: #8C0241;
} */

/* .p-schedule__body_block {
background-color: #F8F8F8;
} */

.schedule-grid .p-schedule__body_block + .p-schedule__body_block {
  margin-top: 0;
}

.schedule-grid .p-schedule__head_title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .schedule-grid .p-schedule__head.item-02 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
  }

  .schedule-grid .p-schedule__body_block.item-02.day-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 6;
    grid-row-end: 7;
  }

  .schedule-grid .p-schedule__body_block.item-02.day-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 8;
  }

  .schedule-grid .p-schedule__head.item-02 {
    margin-top: 2rem;
  }

  .p-schedule__body_block.item-01.day-2:after {
    border-top-color: rgba(25, 72, 162, 0.4);
    left: 50%;
  }
  .p-schedule__body_block.item-02.day-2:after {
    display: none;
  }
}
/* /new */
