@charset "UTF-8";
.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.center {
  text-align: center;
}

.a-center {
  align-items: center;
}

.j-center {
  justify-content: center;
}

.j-between {
  justify-content: space-between;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.u-wrapper {
  max-width: 146rem;
  margin: auto;
}

.u-wrapper2 {
  max-width: 129rem;
  margin: auto;
}

.u-wrapper3 {
  max-width: 158rem;
  margin: auto;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-auto {
  width: auto;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  margin: 0 auto;
  border: solid 1px #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .tabs {
    justify-content: space-between;
    margin: 0 1.8rem;
  }
}

/*タブのスタイル*/
.tab_item {
  font-size: 2rem;
  padding: 3.5rem 4rem 2.75rem;
  text-align: center;
  color: #565656;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab_item {
    font-size: 1.4rem;
    padding: 2rem 1rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  overflow: hidden;
  flex: 0 0 100%;
  text-align: center;
  border-top: 1px solid #ACACAC;
  padding: 5rem 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .tab_content {
    padding: 2.5rem 1.8rem 5rem;
  }
}
.tab_content p {
  text-align: left;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .tab_content p {
    margin-bottom: 2rem;
  }
}
.tab_content iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab_content iframe {
    width: 102%;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #2D53A3;
  position: relative;
}
.tabs input:checked + .tab_item::after {
  content: "";
  border-bottom: 2px solid #2D53A3;
  width: 17.7rem;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tabs input:checked + .tab_item::after {
    width: 100%;
  }
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.4208333333vw;
  min-width: 1240px;
}
@media (max-width: 1240px) {
  html {
    font-size: 31.25%;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.header__logo {
  margin-right: auto;
}
.header__logo img {
  margin: 0;
  width: 40.3rem;
}
.header__row1 {
  height: 14rem;
  padding-right: 4.4rem;
  font-size: 2.2rem;
}
.header__row2 {
  background: #940012;
  background: linear-gradient(to left, #940012 0%, #de7a7e 100%);
  color: #fff;
  padding-right: 3.8rem;
}
.header__row2-inner {
  justify-content: flex-end;
  height: 9rem;
}
.header__row2-rect {
  margin-left: 4.5rem;
  min-width: 28rem;
  height: 5.8rem;
  border-radius: 29px;
  background: #fff;
  color: #940012;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.5rem;
  box-shadow: 2px 2px 2px 2px #ddd inset;
  text-align: center;
}
.header__row3 {
  color: #940012;
  padding: 5.25rem 0 4.5rem;
  text-align: center;
}
.header__row3 .header__navi {
  justify-content: space-around;
  font-size: 2.4rem;
}
.header__row3 .header__navi a {
  display: block;
}
.header__row3 li {
  border-right: 1px solid;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
}
.header__row3 li:first-child {
  border-left: 1px solid;
}
.header__menu1 {
  margin-left: 3.3rem;
}
.header__menu1 a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.header__menu1:last-child {
  border-left: 1px solid #707070;
  padding-left: 4rem;
}
.header__menu1:last-child img {
  margin-left: 1rem;
}
.header__menu1 img {
  display: inline-block;
  margin-right: 1rem;
  width: 2.4rem;
}

.red {
  color: #940012;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.hide {
  display: none;
}

.h-0 {
  height: 0;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.5s;
}
.h-0.is-active {
  transform: scale(1);
  height: auto;
  opacity: 1;
}

.cp_ipselect {
  overflow: hidden;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.cp_ipselect.cp_sl03 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #940012;
  border-radius: 11px;
  background: #fff;
  background: #ffffff;
}

.cp_ipselect.cp_sl03::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #940012;
  pointer-events: none;
}

.cp_ipselect.cp_sl03 select {
  padding: 8px 38px 8px 8px;
  color: #940012;
}

main.main {
  display: block;
  padding-top: 10rem;
}

.c-page-head1 {
  margin-bottom: 7.4rem;
}
.c-page-head1__title {
  font-size: 6rem;
  color: #940012;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 4rem;
  line-height: 1;
}
.c-page-head1__title img {
  display: inline-block;
  margin-left: 0;
  margin-right: 4rem;
}
.c-page-head1__text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 5rem;
}

.c-page-head2 {
  text-align: center;
  margin-bottom: 7.6rem;
  transform: translate(0, -4rem);
}
.c-page-head2__title {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 1.2rem;
  font-weight: bold;
}
.c-page-head2__text {
  font-size: 1.6rem;
}

.c-block-title1 {
  margin-bottom: 4.5rem;
}
.c-block-title1 .main {
  font-size: 6.5rem;
  letter-spacing: 0.2em;
  color: #940012;
  background: -webkit-linear-gradient(300deg, #940012 0%, #EF5B6D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.c-block-title1 .sub {
  font-weight: bold;
  color: #940012;
}

.c-block-title2 {
  text-align: center;
}
.c-block-title2 .main {
  font-size: 6.5rem;
  letter-spacing: 0.2em;
  color: #940012;
  background: -webkit-linear-gradient(300deg, #940012 0%, #EF5B6D 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
}
.c-block-title2__figure img {
  margin: auto;
}

.c-block-title3 {
  display: flex;
  align-items: center;
}
.c-block-title3__figure {
  display: inline-block;
  margin-right: 3rem;
}
.c-block-title3__figure img {
  margin: 0;
}
.c-block-title3 .main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #940012;
  background: -webkit-linear-gradient(300deg, #940012 0%, #EF5B6D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.c-list1 {
  border-radius: 4px;
  background: linear-gradient(to right, #FFAA8B 0%, #c21500 100%);
  padding: 0.8rem;
  border-radius: 50px;
  border-image-slice: 1;
}
.c-list1__inner {
  padding: 3.5rem 5.5rem 5.5rem;
  background: #FFF;
  border-radius: 50px;
}
.c-list1--noborder {
  background: none;
  padding: 0;
}

.date {
  font-size: 2.2rem;
  color: #940012;
  font-weight: bold;
}

.c-list-item1 {
  display: flex;
  padding: 3.5rem 1rem;
  border-bottom: #B9B9B9 1px solid;
}
.c-list-item1__body {
  padding-left: 6rem;
}

.c-button1 {
  cursor: pointer;
  text-align: center;
  height: 9rem;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(to right, #940012 0%, #ef5b6d 100%);
  color: #fff;
  padding: 0 4rem;
  border: none;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
}
.c-button1--arrow {
  position: relative;
}
.c-button1--arrow::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  background-image: url("../images/common/arrow-right.svg");
  width: 1.4rem;
  height: 1.8rem;
  background-size: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.c-button1--grey {
  background: #707070;
}
.c-button1--xlarge {
  width: 61rem;
  height: 29.7rem;
  border-radius: 76px;
  border: 4px solid #e34f61;
  box-shadow: 1px 5px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 3.3rem;
}
.c-button1--xlarge::after {
  display: none;
}
.c-button1--xlarge img {
  margin: 0 0 0 4rem;
}
.c-button1--large {
  font-size: 3rem;
  border-radius: 76px;
  height: 14.6rem;
}
.c-button1--large::after {
  display: none;
}
.c-button1--large img {
  margin-left: 2.7rem;
}
.c-button1--outline {
  background: #fff;
  border: 2px solid #940012;
  color: #940012;
}
.c-button1--outline img {
  margin-right: 3.5rem;
}

.c-card1 {
  padding: 0 2.5rem;
  transition: 0.3s;
  display: block;
}
.c-card1:hover {
  opacity: 0.7;
}
.c-card1__inner {
  height: 40rem;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(1px 5px 30px rgba(0, 0, 0, 0.1));
  padding-top: 5rem;
}
.c-card1__figure {
  margin-bottom: 2.5rem;
}
.c-card1__figure img {
  width: 16rem;
}
.c-card1__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  text-align: center;
}
.c-card1__text {
  text-align: center;
  font-size: 2rem;
}

.c-card1-text {
  text-align: center;
  margin-top: 3rem;
  font-size: 2rem;
}

.bg-gray {
  background-color: #F3F3F3;
}

.page-content {
  background: #F3F3F3;
  box-shadow: 0px 0px 6px 2px #ccc inset;
  padding: 9rem 0 13rem;
}
.page-content--white {
  background: #fff;
  box-shadow: none;
  filter: none;
}

.table-header {
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  margin-top: -3.2rem;
  height: 3.2rem;
  background-color: #fff;
  z-index: 2;
}
.table-header__row {
  display: flex;
}

.master-table {
  font-size: 2.4rem;
}
.master-table__row {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 17px;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.master-table__td .rec {
  font-size: 2.6rem;
  font-weight: bold;
  color: #940012;
}
.master-table__td .delete-text {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(100%, -50%);
}
.master-table__td .delete-text:hover {
  color: #940012;
}

.fill-button {
  border-radius: 9px;
  background-color: #940012;
  text-align: center;
  line-height: 1;
  display: inline-block;
  min-width: 13.3rem;
  color: #fff;
  padding: 1.4rem 1.5rem 1.3rem;
  cursor: pointer;
}

.edit-button {
  height: 7rem;
  display: inline-block;
  width: 17rem;
  line-height: 7rem;
  text-align: center;
  border-radius: 35px;
  background: #ebebeb;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.form-error {
  color: #E44F61;
}

.form-back-button {
  margin-bottom: 2rem;
}

.form-item {
  display: flex;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.form-item--block {
  display: block;
}
.form-item--block .form-item-label {
  margin-bottom: 3rem;
}
.form-item-label {
  position: relative;
  flex: 1 0 20%;
  padding-top: 2rem;
}
.form-item-label.require {
  display: flex;
  justify-content: space-between;
}
.form-item-label.require::after {
  align-self: flex-start;
  content: "必須";
  margin-right: 2rem;
  background-color: #E44F61;
  display: inline-block;
  padding: 0.1rem 0.25rem;
  color: #fff;
}
.form-item-body {
  flex: 1 0 80%;
}
.form-item-confirm {
  padding-top: 2rem;
}
.form-item-annotation {
  font-size: 0.9em;
  margin-top: 1rem;
}

.form-input {
  border-radius: 11px;
  background: #fff;
  border: 1px solid #d2d2d2;
  height: 7rem;
  width: 100%;
  padding: 0 2.8rem;
}

.form-select {
  border-radius: 11px;
  background: #fff;
  border: 1px solid #d2d2d2;
  height: 7rem;
  width: 100%;
  padding: 0 2.8rem;
}

.form-input-file {
  border-radius: 11px;
  background: #fff;
  border: 1px solid #d2d2d2;
  height: 7rem;
  width: 100%;
  padding: 0 2.8rem;
  display: block;
}
.form-input-file span {
  line-height: 7rem;
}
.form-input-file input {
  display: none;
}

textarea.form-input {
  height: 25rem;
}

.form-card {
  margin: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 7px 30px rgba(0, 0, 0, 0.1);
  padding: 7.3rem 0 15rem;
}
.form-card__inner {
  max-width: 110rem;
  margin: auto;
}
.form-card .c-block-title1 {
  text-align: center;
}

.button {
  width: 47rem;
  margin: auto;
}

.bottom-content {
  max-width: 158rem;
  padding: 11.6rem 0 16.5rem;
  background-color: #fff;
  margin: 0 auto;
}
.bottom-content .banners {
  display: flex;
  margin: 4rem -2rem 0;
}
.bottom-content .banners .banner {
  flex: 0 0 25.5%;
  max-width: 25.5%;
  padding: 0 2rem;
}
.bottom-content .banners .banner:first-child {
  max-width: 120.5rem;
  flex: 0 0 74.5%;
}

.footer {
  background-color: #DEDEDE;
  padding: 8rem 0 7.2rem;
}
.footer__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #940012;
  margin-bottom: 3.5rem;
}
.footer__left {
  flex: 0 0 45%;
}
.footer__right {
  flex: 0 0 55%;
}
.footer__items {
  flex: 0 0 33%;
}
.footer__item {
  display: block;
  margin-bottom: 0.8rem;
}
.footer__inner {
  display: flex;
  padding-right: 9rem;
  max-width: 158rem;
  margin: auto;
}
.footer__items a {
  display: block;
}
.footer__profile {
  line-height: 1.8;
}

.copyright {
  background: linear-gradient(to right, #940012 0%, #de7a7e 100%);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4.6rem 0 3rem;
}
.copyright .inner {
  max-width: 158rem;
  margin: auto;
}

.form-area {
  border-radius: 10px;
}

.c-alert {
  margin: auto;
  border-radius: 5px;
  margin-bottom: 3rem;
  padding: 6.4rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}
.c-alert > span {
  position: relative;
}
.c-alert--success {
  background: #D5F8CB;
  border: solid 2px rgba(64, 185, 78, 0.3);
  color: #40B94E;
}
.c-alert--success > span::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 1rem;
}
.c-alert--danger, .c-alert--error, .c-alert--warning {
  background: #FFC9C9;
  border: solid 2px rgba(148, 0, 18, 0.3);
  color: #940012;
}
.c-alert--danger > span::before,
.c-alert--error > span::before,
.c-alert--warning > span::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 1rem;
}

.mock-menu {
  position: fixed;
  right: 0;
  background: #fff;
  padding: 2rem;
  line-height: 2;
  box-shadow: 4px 2px 4px 6px #ddd;
  z-index: 100;
}
.mock-menu__title {
  font-weight: bold;
}
.mock-menu__item {
  cursor: pointer;
}

.pt-2rem {
  padding-top: 2rem;
}

.form-area__title {
  font-weight: bold;
  font-size: 4rem;
  color: #940012;
  margin-bottom: 7rem;
  letter-spacing: 0.05em;
}

.confirm-title {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.confirm-items {
  margin-bottom: 10rem;
}

.confirm-item {
  display: flex;
  padding: 3rem 0;
  border-bottom: 1px solid #231916;
  font-weight: bold;
}
.confirm-item__label {
  width: 20rem;
}

.confirm-table {
  margin-bottom: 10rem;
}
.confirm-table__row {
  display: flex;
}
.confirm-table__row .confirm-item:nth-child(1) {
  flex: 1 0 20rem;
}
.confirm-table__row .confirm-item:nth-child(2) {
  flex: 1 0 41rem;
}
.confirm-table__row .confirm-item:nth-child(3) {
  flex: 1 0 24rem;
}

/*# sourceMappingURL=common.css.map */
