* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  font-weight: 600;
  font-style: normal;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition: .5s;
}

a:focus {
  outline: solid 2px #86C9FF;
  box-shadow: 0 0 5px #306FA2;
}

a:not {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: none;
  vertical-align: bottom;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, strong, b, dt {
  font-weight: 600;
}

.l-container {
  position: relative;
  color: #181c14;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
.l-container__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .l-container__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 360px) {
  .l-container__inner {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-container__inner {
    padding: 0 0px;
  }
}
.l-container__inner.narrow3 {
  max-width: 650px;
}

.l-header {
  padding: 0px 0px 0;
  position: relative;
  background: url("../img/progress/bg_header_m.jpg") no-repeat center bottom/cover;
}
.l-header .l-container__inner {
  padding: 0 10px;
}
@media print, screen and (min-width: 1000px) {
  .l-header .l-container__inner {
    padding: 0 0px;
  }
}
.l-header__up {
  background: #fff;
  border-bottom: 2px #0056b8 solid;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}
.l-header__up::after {
  content: '';
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #009ee7;
}
.l-header__up img {
  margin-bottom: 8px;
}
.l-header__mid {
  padding: min(15px, 3.8vw) 0;
}
.l-header__logo {
  width: 30%;
  width: calc(100% - 44px);
}
.l-header__logo img, .l-header__logo picture {
  width: 280px;
  width: calc(100% -  6px);
  display: block;
}
.l-header__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(216, 233, 252, 0.95);
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .l-header__nav {
    background: rgba(161, 207, 255, 0.6);
  }
}
.l-header__nav ul li {
  float: none;
  border-right: 0 none;
  border-bottom: 1px solid #aaa;
  display: block;
  height: auto;
  padding: 10px 5px;
  font-size: clamp(1.5rem, 2.6vw, 16px);
}
.l-header__nav ul li a {
  color: #181c14;
  position: relative;
  padding: 0 0 0 16px;
}
.l-header__nav ul li a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #009ee7;
}
.l-header__nav ul li a:hover {
  text-decoration: underline;
  color: #0056b8;
}
.l-header__nav ul li a.home {
  padding: 0 0 0 24px;
}
.l-header__nav ul li a.home::before {
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url("../img/progress/ico_home.svg") no-repeat left center/contain;
  border: none;
}
.l-header__btns .c-btn {
  border: 1px #9ace53 solid;
  background: #9ace53;
  color: #181c14;
  display: block;
  min-width: 0;
  padding: 10px;
}
.l-header__btns .c-btn.non-active {
  background: #fff;
}
.l-header__btns .c-btn.non-active:hover {
  border: 1px #9ace53 solid;
  background: #ecffcf;
  opacity: 1;
}
.l-header__btns .c-btn:hover {
  border: 1px #9ace53 solid;
  background: #9ace53;
  opacity: 0.6;
}
.l-header__btns.mBtns {
  padding: 15px 10px;
}
.l-header__btns.mBtns .l-header__btns-in {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.l-header__btns.mBtns .l-header__btns-in a {
  width: calc(50% - 10px);
}
.l-header__navClose {
  text-align: center;
  margin-bottom: 20px;
}
.l-header__navClose .c-btn {
  padding: 5px 10px;
}
.l-header__navClose .c-btn .cls {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.l-header__navClose .c-btn .cls::before, .l-header__navClose .c-btn .cls::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 14px;
  background: #fff;
}
.l-header__navClose .c-btn .cls::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__navClose .c-btn .cls::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .l-header {
    background-repeat: repeat-x;
    background-size: 2400px auto;
    background-position: center top;
  }
  .l-header__mid-in {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__logo {
    /*width: calc(100% - 260px);*/
    width: 720px;
  }
  .l-header__logo img, .l-header__logo picture {
    width: 100%;
    max-width: 720px;
  }
  .l-header__nav {
    position: inherit;
    display: block;
    background: rgba(169, 214, 255, 0.7);
  }
  .l-header__nav ul {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__nav ul li {
    border: none;
    line-height: 1.3;
    padding: 7px 5px;
  }
  .l-header__nav ul li.u-spOnly {
    display: none;
  }
  .l-header__nav ul li a {
    font-weight: 800;
    font-size: 1.2rem;
    display: block;
    text-align: center;
  }
  .l-header__nav ul li a:not(.home) {
    padding: 0;
  }
  .l-header__nav ul li a:not(.home)::before {
    display: none;
  }
  .l-header__nav ul li a.home {
    font-size: 1.5rem;
    padding: 0 0 0 29px;
  }
  .l-header__nav ul li a.home::before {
    top: -4px;
    left: 0px;
    width: 24px;
    height: 24px;
  }
  .l-header__nav ul li.active a {
    color: #0056b8;
  }
  .l-header__btns.hBtns {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    display: none;
  }
  .l-header__btns.hBtns .c-btn {
    display: block;
    padding: 2px 0;
    line-height: 1.3;
  }
  .l-header__btns.hBtns > .c-btn {
    width: 150px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 42px;
  }
  .l-header__btns.hBtns > .l-header__btns-in {
    width: calc(100% - 160px);
  }
  .l-header__btns.hBtns > .l-header__btns-in a.c-btn:first-child {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .l-header__nav ul li .u-pcOnly {
    display: none;
  }
}

#menu-open {
  position: absolute;
  bottom: 8px;
  right: 10px;
  height: 44px;
  width: 44px;
  background: #0056b8;
  border-radius: 5px;
  border: none;
  padding: 16px 10px;
}
#menu-open .navicon {
  background: #fff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
#menu-open .navicon::before, #menu-open .navicon::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
#menu-open .navicon::before {
  top: 9px;
}
#menu-open .navicon::after {
  bottom: 9px;
}
#menu-open:hover {
  background: #00407f;
}
#menu-open.open .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
#menu-open.open .navicon:after {
  transform: rotate(45deg);
  bottom: 0;
}
#menu-open.open .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
@media print, screen and (min-width: 768px) {
  #menu-open {
    display: none;
  }
}

.l-footer__logo {
  text-align: center;
  padding: min(60px, 5.8vw) 0 min(30px, 2.9vw);
  background: #fff;
  /*border-top: 1px #181c14 solid;*/
}
.l-footer__logo img {
  max-width: 180px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__logo img {
    max-width: 149px;
  }
}
.l-footer__contact {
  background-color: #d7e8fb;
  color: #0056b7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(20px, 5.1vw) 0;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact {
    flex-direction: row;
  }
}
.l-footer__contact h3 {
  background-color: #fff;
  border: solid 1px #0056b7;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  padding: 5px 20px 7px 28px;
  letter-spacing: 0.55em;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact h3 {
    margin-right: 25px;
  }
}
.l-footer__contact h3 span {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  margin-right: 0.6em;
}
.l-footer__contact a {
  color: #0056b8;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 2.9rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact a {
    margin-right: 20px;
  }
}
.l-footer__contact a span {
  background-color: #0056b7;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 0 0.8em;
}
.l-footer__contact p {
  font-size: 1.4rem;
}
.l-footer__nav {
  color: #fff;
  background: #0056b8;
  text-align: center;
  padding: min(10px, 2vw) 0;
  font-size: clamp(1.2rem, 2vw, 13px);
}
.l-footer__nav a {
  display: inline-block;
  margin: 0 10px;
  padding: 0 0 0 12px;
  position: relative;
  color: #fff;
}
.l-footer__nav a::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  margin-top: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav a {
    font-size: 1.2rem;
  }
}
.l-footer__bt {
  font-size: clamp(1.1rem, 1.8vw, 12px);
  text-align: center;
  padding: min(10px, 2vw) 0;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    min-height: 40px;
  }
  .l-footer__bt {
    padding-bottom: 10px;
  }
}

.l-main {
  padding: min(36px, 5vw) 0 0;
  background: #fffceb url("../img/progress/bg_contents.webp") no-repeat center top/auto 500px;
  min-height: calc(100svh - 422px);
}
@media print, screen and (min-width: 768px) {
  .l-main {
    background-size: auto 720px;
    min-height: calc(100svh - 512px);
  }
}

/*.progress-inner{
	.l-main{		
		background:url("../img/progress/bg_contents.jpg") no-repeat center top / auto 500px, linear-gradient(to bottom, #fffceb 1160px,#d8e9fc 1160px) ;
		@include sp2{
		background:url("../img/progress/bg_contents.jpg") no-repeat center top / auto 350px, linear-gradient(to bottom, #fffceb 1120px,#d8e9fc 1120px) ;
		}
		@include pc{	
		background:url("../img/progress/bg_contents.jpg") no-repeat center top / auto 740px, linear-gradient(to bottom, #fffceb 1120px,#d8e9fc 1120px) ;
		}
	}
}*/
.l-contents {
  padding: min(30px, 5vw) 0;
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    padding: 60px 0 80px;
  }
}
.l-contents.padTno {
  padding-top: 0;
}

.c-btn {
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  border: none;
  display: inline-block;
  background: #0056b8;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 13px);
  padding: 0 14px;
}
.c-btn:hover {
  background: #00407f;
  border-color: #00407f;
}
.c-btn.block {
  display: block;
}
.c-btn.gray {
  background: #555;
}
.c-btn.gray:hover {
  background: #333;
}
.c-btn .arrow, .c-btn .mail {
  position: relative;
}
.c-btn .arrow {
  padding: 0 0 0 12px;
}
.c-btn .arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-top: -4px;
}
.c-btn .mail {
  padding: 0 0 0 22px;
}
.c-btn .mail::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/progress/ico_mail.svg") no-repeat center/contain;
  width: 16px;
  height: 1.2em;
  padding-right: 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-btn {
    min-width: 140px;
    display: inline-block;
    font-size: 1.15rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.c-tit__style01 {
  text-shadow: 3px 3px 1px rgba(0, 86, 183, 0.25);
  font-size: clamp(1.4rem, 3vw, 19px);
  line-height: 1.4;
  margin-bottom: min(20px, 4vw);
}
.c-tit__style01.white {
  color: #fff;
}
.c-tit__style01 .fsM {
  font-weight: 800;
  font-size: clamp(2.3rem, 5vw, 31px);
}
.c-tit__style01 .padR {
  padding-right: min(20px, 2vw);
}
.c-tit__style01 .c-tit__page {
  text-shadow: 2px 2px 0px rgba(41, 32, 224, 0.45);
}
.c-tit__page {
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 86, 183, 0.8);
  font-size: clamp(2.6rem, 5.8vw, 45px);
  font-size: clamp(2rem, 5.6vw, 45px);
  margin-bottom: min(10px, 2.5vw);
  color: #fff;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1.4;
}
.c-tit__page .fL {
  font-size: 105%;
}
@media print, screen and (min-width: 768px) {
  .c-tit__page {
    letter-spacing: 10px;
    /*line-height: 1;*/
    margin-bottom: 0;
  }
}
.c-sec {
  margin-bottom: min(70px, 6.8vw);
}
.c-sec__s {
  /*margin-bottom: min(30px, 3.5vw);*/
}
.c-kadomaru {
  background: #fff;
  border-radius: 8px;
  padding: min(33px, 4vw);
}
@media print, screen and (min-width: 768px) {
  .c-kadomaru {
    border-radius: 20px;
  }
}
.c-bordT {
  border-top: 1px solid #0056b8;
  padding: min(20px, 4vw) 0 min(40px, 8vw);
}
.c-bordT.white {
  /*border-color: #fff;*/
}
.c-map__fuki {
  background-image: url("../img/progress/fuki_map_sp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  filter: drop-shadow(4px 4px 1px rgba(0, 86, 183, 0.45));
  padding: 7px 8px 35px 40px;
  /*margin-bottom: min(10px, 2vw);*/
  position: relative;
  line-height: 1.4;
  font-size: clamp(1.5rem, 3vw, 18px);
  z-index: 1;
}
.c-map__fuki::after {
  content: "";
  position: absolute;
  top: calc(100% - 22px);
  left: 50px;
  margin-left: -15px;
  background: #fff;
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  border-radius: 10px;
  z-index: 1;
  display: none;
}
.c-map__fuki p {
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.c-map__fuki .point {
  position: absolute;
  z-index: 2;
  left: -40px;
  top: calc(50% - 12px);
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-map__fuki {
    background-image: url("../img/progress/fuki_map.png");
    font-size: min(2.2rem, 2.3vw);
    padding: 5px 10px 30px 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
  }
  .c-map__fuki::after {
    left: 78px;
  }
  .c-map__fuki .point {
    top: calc(50% - 18px);
    left: -55px;
    width: initial;
  }
}
.c-map__click {
  display: inline-block;
  filter: drop-shadow(4px 4px 1px rgba(0, 86, 183, 0.45));
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .c-map__click {
    margin-top: -10px;
  }
}
.c-map__txt {
  max-width: 650px;
  margin: 0 auto;
  font-size: clamp(1.5rem, 3vw, 19px);
  letter-spacing: 0.3px;
  line-height: 2.0;
  text-align: justify;
}
.c-map__txt .ls- {
  letter-spacing: -0.3px;
}
.c-map__img {
  margin-top: -10px;
  margin-bottom: min(40px, 5.5vw);
  position: relative;
}
.c-map__pin {
  position: absolute;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  			/*&.A{
  				width: 8.5%;
  				max-width: 84px;
  				min-width: 12.4vw;
  				top: calc(50% - -15.4vw);
    				left: calc(50% - 4.3vw);
  			}*/
  			/*&.T1{
  			width: 28%;
  			max-width: 276px;
  			min-width: 50vw;
  				top: calc(50% - 6.6vw);
  				left: calc(50% - 30.3vw);
  				
  			}
  			&.T23{
  			width: 26%;
  			max-width: 236px;
  			min-width: 32vw;
  				top: calc(50% - -3.2vw);
    left: calc(50% + -30.2vw);
  				
  			}*/
}
.c-map__pin.B, .c-map__pin.C {
  /*width: 13.5%;
  max-width: 132px;
  min-width: 22vw;*/
}
.c-map__pin.B {
  top: calc(50% - 5vw);
  left: calc(50% - 47vw);
}
.c-map__pin.C {
  top: calc(50% - 9.4vw);
  left: calc(50% + 15.9vw);
}
.c-map__pin.time {
  /*width: 11.4%;
  max-width: 112px;
  min-width: 14.4vw;*/
}
.c-map__pin.timeB1 {
  top: calc(50% - 18.2vw);
  left: calc(50% + 12vw);
}
.c-map__pin.timeB2 {
  top: calc(50% + 4vw);
  left: calc(50% + 18.2vw);
}
.c-map__pin.timeB3 {
  top: calc(50% + 5vw);
  left: calc(50% + 16.7vw);
}
.c-map__pin.timeC4 {
  top: calc(50% - 7.7vw);
  left: calc(50% - 33.5vw);
}
.c-map__pin.timeC1 {
  top: calc(50% - 4vw);
  left: calc(50% - 18vw);
}
.c-map__pin.timeC3 {
  top: calc(50% - 8.4vw);
  left: calc(50% + 31.4vw);
}
@media print, screen and (min-width: 1000px) {
  .c-map__pin {
    				/*&.A{
    					top: calc(50% + 155px);
        left: calc(50% - 26px);
    				}*/
    				/*&.T1{
    					top: calc(50% + 59px);
        left: calc(50% + 2px);
    					
    				}
    				&.T23{
    					top: calc(50% + 30px);
        left: calc(50% - 295px);
    				}*/
  }
  .c-map__pin.B, .c-map__pin.C {
    /*width: auto;
    max-width: auto;
    min-width: auto;*/
  }
  .c-map__pin.B {
    top: calc(50% - 51px);
    left: calc(50% - 475px);
  }
  .c-map__pin.C {
    top: calc(50% - 98px);
    left: calc(50% + 162px);
  }
  .c-map__pin.timeB1 {
    top: calc(50% - 200px);
    left: calc(50% + 145px);
  }
  .c-map__pin.timeB2 {
    top: calc(50% - -30px);
    left: calc(50% + 200px);
  }
  .c-map__pin.timeB3 {
    top: calc(50% + 50px);
    left: calc(50% + 173px);
  }
  .c-map__pin.timeC4 {
    top: calc(50% - 70px);
    left: calc(50% - 336px);
  }
  .c-map__pin.timeC1 {
    top: calc(50% - 30px);
    left: calc(50% - 175px);
  }
  .c-map__pin.timeC3 {
    top: calc(50% + -77px);
    left: calc(50% + 338px);
  }
}
@media screen and (max-width: 767px) {
  .c-map__pin.B {
    top: calc(50% - 8.6vw);
    left: calc(50% - 35.8vw);
    width: 30.3vw;
  }
  .c-map__pin.C {
    top: calc(50% - 11.4vw);
    width: 30.3vw;
  }
  .c-map__pin.timeB1 {
    top: calc(50% - 17vw);
    left: calc(50% + 11vw);
    width: 9vw;
  }
  .c-map__pin.timeB2 {
    top: calc(50% - -4.5vw);
    left: calc(50% + 17.5vw);
    width: 9vw;
  }
  .c-map__pin.timeB3 {
    top: calc(50% + 4vw);
    left: calc(50% + 14.8vw);
  }
  .c-map__pin.timeC4 {
    top: calc(50% - 8vw);
    left: calc(50% - 34.1vw);
  }
  .c-map__pin.timeC1 {
    top: calc(50% - 4vw);
    left: calc(50% - 18vw);
    width: 9vw;
  }
  .c-map__pin.timeC3 {
    top: calc(50% - 9vw);
    left: calc(50% + 29.8vw);
  }
}
.c-map__pin a img {
  transition: .5s;
}
.c-map__pin a:hover img {
  transform: scale(1.15);
}
.c-map__pin a:focus {
  outline: none;
  box-shadow: none;
}
.c-movie .c-tit__bord {
  /*margin-bottom: 50px;*/
}
.c-movie .row {
  display: flex;
  flex-direction: column;
  row-gap: min(40px, 8vw);
}
.c-movie .row .brochure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-movie .row {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 min(80px, 7.8vw);
    column-gap: 30px;
  }
  .c-movie .row .brochure {
    align-items: flex-start;
  }
}
.c-movie h3 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
}
.c-movie .youtube {
  width: 100%;
  max-width: 500px;
  /*margin: 0 auto;*/
}
.c-movie .youtube iframe {
  width: 100%;
  height: -webkit-fill-available;
  border-radius: 8px;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768px) {
  .c-movie .youtube iframe {
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-movie .video {
    padding: 0 min(90px, 8.9vw);
  }
}
.c-movie .video video {
  border-radius: 20px;
  width: 100%;
}
.c-news {
  /*background: #d8e9fc;*/
  padding: 0 0 min(30px, 3.8vw);
}
.c-news__tit {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*padding-top: min(10px, 4vw);*/
}
.c-news__tit .c-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0 min(25px, 4vw);
}
.c-news__tit .c-tit_style01 {
  margin-bottom: min(10px, 4vw);
}
.c-news__box a {
  color: #181c14;
}
.c-news__box dl {
  border-top: 1px #0056b8 solid;
}
.c-news__box dl dt {
  color: #0056b8;
  font-weight: bold;
  padding: 10px 0px 0px;
}
.c-news__box dl dd {
  padding: 0px 4px 10px;
  border-bottom: 1px #0056b8 solid;
}
@media print, screen and (min-width: 768px) {
  .c-news__box dl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .c-news__box dl dt, .c-news__box dl dd {
    box-sizing: border-box;
    padding: 4px;
  }
  .c-news__box dl dt {
    width: 7em;
    border-bottom: 1px #0056b8 solid;
  }
  .c-news__box dl dd {
    width: calc(100% - 7em);
  }
}
.c-list {
  margin-bottom: min(90px, 8.7vw);
  padding-bottom: 0;
}
.c-list .row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-list .row {
    /*flex-direction: row;*/
    gap: min(60px, 5.8vw);
  }
  .c-list .row > div {
    /*width: 50%;*/
    /*max-width: 460px;*/
  }
}

.caption {
  text-align: center;
  font-size: clamp(1.1rem, 2vw, 13px);
}
.caption span {
  display: inline-block;
  position: relative;
  padding: 0px min(20px, 1.5vw) 0px min(44px, 7.8vw);
  border-radius: 100px;
  border: 1px #181c14 solid;
  white-space: nowrap;
}
.caption span i {
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
  .caption span i {
    width: 20px;
    height: 20px;
  }
}
.caption span i::before, .caption span i::after {
  position: absolute;
  top: 50%;
  content: "";
  vertical-align: middle;
}
.caption span i::before {
  left: 6px;
  width: 7px;
  height: 1.1px;
  background: #838bc5;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.caption span i::after {
  left: 6px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #838bc5;
  border-right: 1px solid #838bc5;
  transform: translateY(-50%) translateX(0) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
}
@media screen and (max-width: 360px) {
  .caption span i {
    left: 0px;
  }
}

.wf-mplus1p {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.wf-mplusrounded1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media print, screen and (min-width: 768px) {
  .progress-inner .c-tit__style01 .fsM {
    font-size: clamp(2rem, 4.8vw, 28px);
  }
}

.u-txtAL {
  text-align: left;
}
.u-txtAC {
  text-align: center;
}
.u-txtAR {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .u-txtAL__pc {
    text-align: left;
  }
  .u-txtAC__pc {
    text-align: center;
  }
  .u-txtAR__pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u-txtAL__sp {
    text-align: left;
  }
  .u-txtAC__sp {
    text-align: center;
  }
  .u-txtAR__sp {
    text-align: right;
  }
}
.u-ib {
  display: inline-block;
}
.u-blk {
  display: block;
}
.u-posRel {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}
.u-pcOnly {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pcOnly {
    display: block;
  }
}

span.u-pcOnly, br.u-pcOnly, a.u-pcOnly {
  display: none;
}

@media print, screen and (min-width: 768px) {
  span.u-pcOnly, br.u-pcOnly, a.u-pcOnly {
    display: inline;
  }
}
/*Swiper*/
.swiper {
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding-bottom: 28px !important;
}

.swiper-slide {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .swiper-slide {
    padding: 0 min(90px, 8.9vw);
  }
}

.swiper-slide img {
  border-radius: 20px;
  /*aspect-ratio: 16 / 9;*/
  object-fit: cover;
  cursor: grab;
  width: 100%;
}

.swiper-slide span {
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  font-weight: 900;
  top: calc(50% - 24px) !important;
  opacity: .6;
  transition: opacity .3s;
  width: 15px !important;
}
@media print, screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    color: #777 !important;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-next {
  right: 5px !important;
}

.swiper-button-prev {
  left: 5px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2.8rem !important;
  text-rendering: initial;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #0056b8 !important;
}
