 @charset "utf-8";

html {
   font-size: 16px;
}

 body {
 	font-size: 1rem;
 	line-height: 1.75;
 	font-family: 'Noto Sans JP', sans-serif;
 	color: #333333;
 	box-sizing: border-box;
 	text-size-adjust: 100%;
 	-webkit-text-size-adjust: 100%;
 	-moz-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
 	-o-text-size-adjust: 100%;
 	letter-spacing: 0;
 }

 * {
 	box-sizing: border-box;
   margin: 0;
   padding: 0;
 }

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

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

 img {
 	max-width: 100%;
 	height: auto;
 }

 a:hover, a:visited, a:focus {
 	outline: none;
 	border: none;
 }

 a, button {
 	color: inherit;
 	text-decoration: none;
 	-webkit-transition: all 0.5s;
 	-moz-transition: all 0.5s;
 	-o-transition: all 0.5s;
 	transition: all 0.5s;
 }

 input, textarea, button, select {
 	outline: none;
 	resize: none;
 }

 a:hover, a:focus, a:active, button:hover, button:focus, button:active {
 	-webkit-transition: all 0.35s ease 0s;
 	-moz-transition: all 0.35s ease 0s;
 	transition: all 0.35s ease 0s;
 }

 .hv-o {
 	transition: ease all 0.45s;
 }

 .hv-o:hover {
 	opacity: 0.8;
 }

 .anchor_fixtop {
 	display: block;
 	position: relative;
 	top: -100px;
 	width: 100%;
 	visibility: hidden;
 }

 a[href^="tel:"] {
 	cursor: default;
 	pointer-events: none;
 }

 a[href^="tel:"]:hover {
 	text-decoration: none;
 }

.noto-serif {
   font-family: 'Noto Serif JP', serif;
}

.flex {
   display: flex;
   flex-wrap: wrap;
}

main {
   display: block;
}

.cont1000 {
   max-width: 1000px;
   width: 100%;
   margin: 0 auto;
}

.cont1030 {
   max-width: 1030px;
   width: 100%;
   margin: 0 auto;
}

.cont1075 {
   max-width: 1075px;
   width: 100%;
   margin: 0 auto;
}

.cont1100 {
   max-width: 1100px;
   width: 100%;
   margin: 0 auto;
}

.cont1300 {
   max-width: 1300px;
   width: 100%;
   margin: 0 auto;
}

.show-on-sp {
   display: none;
}
.show-on-365 {
   display: none;
}

/* Header */
.hd {
   background-color: #fff;
   position: absolute;
   top: 1.625rem;
   left: 0;
   width: 100%;
   z-index: 2;
   padding: 0 20px;
}
.hd__logo {
   padding: 1.5rem 0;
}
.hd__logo img {
   width: 192px;
}

.hd__menu {
   font-family: 'Poppins', sans-serif;
   font-size: 1.125rem;
   font-weight: 600;
   display: flex;
   flex-wrap: wrap;
   margin-left: auto;
}

/*added 20230810*/

.ft .hd__menu{
   font-size: 0.9rem;  
}


.hd__menu li a {
   position: relative;
}
.hd__menu li::after {
   content: '';
   display: inline-block;
   width: 1.438rem;
   height: 2px;
   background-color: #FEEF00;
   position: relative;
   top: -0.375rem;
   left: 0;
   margin: 0 0.625rem;
}
.hd__menu li:last-child::after {
   display: none;
}
.hd__wrap {
   align-items: center;
}
.hd__menu a {
   position: relative;
   transition: .3s ease;
}
@media screen and (min-width: 751px) {
   .hd__menu a:hover {
      color: #00559C;
   }
}

/* Footer */
.ft {
   position: relative;
   z-index: 1000;
   padding: 0 20px 1.375rem 20px;
   background-color: #BFBEBD;
}
.ft__logo {
   padding: 3.75rem 0 0 0;
}
.ft__logo img {
   width: 214.6px;
}
.hd__menu--ct-1 {
   padding: 3.75rem 0 0 0;
}
.ft__part-2 {
   margin-top: 11.688rem;
}
.copyright {
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
   font-size: 1.125rem;
}
.bottom-nav {
   display: none;
}
.fixed-content__menu,
.fixed-content__close {
   display: none;
}
/* End Footer */

/* Elements */
.main-slider__wrap {
   position: relative;
}
.main-slider__item__img {
   background: url('../img/new-slide-1.jpg') no-repeat top center / cover;
   min-height: 49.231vw;
}
.main-slider__item__img--ct-1 {
   background-image: url('../img/new-slide-2.jpg');
}
.main-slider__item__img--ct-2 {
   background-image: url('../img/new-slide-3.jpg');
}
.main-slider__item__img--ct-3 {
   background-image: url('../img/new-slide-4.jpg');
}
.main-slider__item__img--ct-4 {
   background-image: url('../img/new-slide-5.jpg');
}
.main-slider__txt {
   color: #fff;
   text-align: center;
   position: absolute;
   top: 47.65625%;
   left: 0;
   width: 100%;
   z-index: 2;
   padding: 0 20px;
}
.main-slider__txt__big {
   font-size: 3rem;
   font-weight: 700;
   max-width: 100%;
   margin: 0 auto 0.375rem auto;
   opacity: 0;
   animation: fadeInUp 2s forwards;
}
.main-slider__txt__normal {
   font-size: 1.313rem;
   font-weight: 500;
   max-width: 725px;
   margin: 0 auto;
   line-height: 1.71;
   opacity: 0;
   animation: fadeInUp 2s 0.5s forwards;
}
.main-slider__item {
   position: relative;
   overflow: hidden;
}
.main-slider__item::before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: url('../img/slider-overlay.png') no-repeat top center / cover;
   content: '';
   display: block;
   z-index: 2;
}
.main-slider .owl-item.active
.main-slider__item__img {
   animation: current 4.8s forwards;
}
@keyframes current {
   0% {
      transform: scale(1.15);
   }
   100% {
      transform: scale(1.001);
   }
}
@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translate3d(0, 50px, 0);
   }
   100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }
}

.title-1 {
   text-align: center;
   font-size: 3rem;
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 0.75rem;
}
.para-1 {
   text-align: center;
   font-size: 1.313rem;
   font-weight: 500;
   line-height: 1.71;
   max-width: 657px;
   margin: 0 auto;
}
.ct-sec-1 {
   padding: 6rem 20px 6.75rem 20px;
   background: #fff;
}
.ct-sec-2 {
   padding: 2.188rem 20px 5rem 20px;
   background-color: #F0EFED;
   position: relative;
   z-index: 20;
}
.title-2 {
   margin-bottom: 1.75rem;
}
.title-2 {
   font-size: 6.25rem;
   font-weight: 600;
   line-height: 1.2;
   color: #005497;
   font-family: 'Poppins', sans-serif;
}
.title-3 {
   text-align: center;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom: 3.75rem;
}
.title-3::after {
   content: '';
   display: block;
   margin: 0.813rem auto 0 auto;
   width: 13.25rem;
   height: 4px;
   background: url('../img/border-1.svg') no-repeat top center / cover;
}
.img-1 {
   text-align: center;
   margin-bottom: 3.75rem;
}
.banner-1 {
   text-align: center;
   margin-bottom: 4.625rem;
}
.banner-1 img {
   width: 375px;
}
.para-1--ct-1 {
   text-align: left;
   max-width: 100%;
   font-weight: 400;
   margin-bottom: 3.375rem;
}
.layout-1__item__p {
   font-size: 1.125rem;
   line-height: 2;
}
.layout-1 {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 8.75rem;
}
.layout-1__item {
   width: 47.5%;
   margin-right: 5%;
}
.layout-1__item:nth-child(2n) {
   margin-right: 0;
}
.layout-1__item__banner {
   text-align: center;
   margin: 3.75rem 0 3.125rem 0;
}
.layout-1__item__banner img {
   width: 375px;
}
.layout-1__item__banner--ct-1 img {
   width: auto;
}
.layout-1--ct-1 {
   margin-bottom: 0;
}
.ct-sec-3 {
   padding: 4.125rem 20px 5.188rem 20px;
   position: relative;
   z-index: 20;
   background-color: #fff;
}
.news-list__date,
.news-list__title {
   display: block;
}
.news-list {
   max-height: 14rem;
   overflow: auto;
   color: #000;
   z-index: 20;
}
.news-list li {
   margin-bottom: 0.875rem;
   padding-right: 2.5rem;
}
.news-list li:last-child {
   margin-bottom: 0;
}
.news-list__date {
   color: #4D4D4D;
   font-size: 0.875rem;
}
.news-list__title {
   font-size: 1.125rem;
}
.ct-sec-4 {
   padding: 4.063rem 20px 5.625rem 20px;
   background-color: #F0EFED;
   position: relative;
   z-index: 20;
}
.tb {
   max-width: 770px;
   width: 100%;
   margin: 0 auto 3.125rem auto;
}

.tb table {
   width: 100%;
}
.tb td {
   font-size: 1.125rem;
   line-height: 2;
   padding: 0.188rem 0 0.188rem 2.25rem;
   border-bottom: 3px solid #fff;
   vertical-align: top;
   color: #000;
}
.tb tr:last-child td {
   border-bottom: none;
}
.tb td:first-child {
   width: 22%;
   text-align: right;
   color: #4D4D4D;
   padding-left: 0;
}



/*20230805追加*/
.ck {
   width: 100%;
   margin: 0 auto;
}
.ck table {
   width: 100%;
}

.ck th, .ck td{
   border: 1px solid #E0E0E0;
   font-size: .8rem;
   line-height: 2;
   padding: 0.75rem;   
   color: #000;
}
.ck th{
   background: rgba(255,255,255,.3);
   vertical-align: middle;
}

.ck td {
   vertical-align: top;
}
.ck__lk, .ck__usr{
   width: 16%;
}
.ck__pps{
   width: 35%;
}

.ck table a{
   color: blue;
}

.ck table a:before{
   content: "・";
}

.ck table a:hover{
   opacity: .5;
   transition: .3s;
}


th.sp,td.sp{
   display: none;
}

@media screen and (max-width: 750px) {

.ck table th, .ck table td{
   display:block;
}

.pc__ckadd {
   display: none;
}


.ck th, .ck td{
   border-bottom: none;
}

.ck td:last-child{
   border-bottom: 1px solid #E0E0E0;
   margin-bottom: 2em;
}

}





/*20230805追加終わり*/


.title-2--ct-1 {
   margin-bottom: 1.25rem;
}
.map {
   margin-bottom: 3.75rem;
}
.map iframe {
   width: 100%;
   height: 37.5rem;
   display: block;
}
.layout-2 {
   align-items: center;
}
.layout-2__left {
   width: 36.7%;
}
.layout-2__right {
   width: 63.3%;
}
.tb--ct-1 {
   margin-bottom: 0;
}
.tb--ct-1 td {
   border-bottom: none;
   padding: 0.188rem 0 0.188rem 3.375rem;
}
.tb--ct-1 td:first-child {
   width: 22.59%;
}
.layout-3__left {
   width: 32.81%;
}
.layout-3__right {
   width: 67.19%;
   padding: 0 0 0 0;
}
.ct-sec-5 {
   padding: 4.125rem 20px 5rem 20px;
   position: relative;
   z-index: 20;
}
.title-4 {
   font-weight: 700;
   font-size: 2.375rem;
   line-height: 1.2;
   margin-top: -0.438rem;
}
.sign {
   font-size: 1.5rem;
   font-weight: 500;
   text-align: right;
   padding-right: 3.75rem;
   margin: 1.063rem 0 0.813rem 0;
}
.layout-3__p {
   font-size: 1.25rem;
   font-weight: 500;
   line-height: 1.8;
   padding-left: 2.813rem;
}
.title-2--ct-2 {
   color: #fff;
   margin-bottom: 1.875rem;
}
.ct-sec-6 {
   padding: 3.938rem 20px 5.625rem 20px;
   background: url('../img/bg-1.jpg') no-repeat top center / cover;
   position: relative;
   z-index: 20;
}
.ct-sec-7 {
   padding: 4.063rem 20px 8.125rem 20px;
   position: relative;
   z-index: 20;
   background-color: #fff;
}
.banner-2 a {
   display: block;
   padding: 2.188rem 2.813rem;
   background: url('../img/bg-2.jpg') no-repeat top center / cover;
}
.banner-2__title {
   display: block;
   font-size: 1.5rem;
   font-weight: 700;
   color: #005497;
   margin-bottom: 0.938rem;
}
.banner-2__btn {
   color: #fff;
   font-weight: 700;
   font-size: 1.125rem;
   background-color: #005497;
   border-radius: 21.712px;
   padding: 0.375rem 3.125rem;
   display: inline-block;
}
.contact-form {
   border: 1px solid #333333;
   padding: 3.25rem 1rem 3.625rem 1rem;
   position: relative;
   z-index: 20;
}
.contact-form__row {
   max-width: 890px;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   margin: 0 auto 1.25rem auto;
}
.contact-form__row:last-child {
   margin-bottom: 0;
}
.contact-form__item {
   display: flex;
   flex-wrap: wrap;
   width: 41.91%;
   padding-right: 1.375rem;
}
.contact-form__item:last-child {
   width: 58.09%;
   padding-right: 0;
}
.contact-form__item__title__txt {
   font-weight: 500;
   font-size: 1.125rem;
   padding-right: 0.938rem;
   display: block;
}
.contact-form__item__title {
   position: relative;
}
.required {
   position: absolute;
   top: -0.625rem;
   left: -0.625rem;
   font-size: 0.875rem;
   color: #A11F2C;
   font-weight: 700;
}
.contact-form__item__data {
   width: calc(100% - 69px);
   padding-top: 0.188rem;
}
.contact-form__item__data input[type="text"],
.contact-form__item__data input[type="email"] {
   outline: none;
   border: none;
   width: 100%;
   display: block;
   border-bottom: 1px solid #000000;
   -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
   border-radius: 0;
}
.contact-form__item__data input[type="text"]::-ms-clear,
.contact-form__item__data input[type="email"]::-ms-clear {
   display: none;  
}
.contact-form__item__data textarea {
   width: 100%;
   height: 15.625rem;
   outline: none;
   border: 1px solid #000;
   display: block;
   padding: 1rem;
   overflow: auto;
}
.contact-form__item__data--ct-1 {
   width: calc(100% - 141px);
}
.contact-form__item--ct-1 {
   width: 100% !important;
}
.contact-form__item__title--ct-1 {
   min-width: 69px;
}
.contact-form__item__title__txt--ct-1 {
   padding-right: 0;
}
.contact-form__item__title--ct-2 {
   width: 100%;
   margin-bottom: 1.25rem;
}
.contact-form__item__data--ct-2 {
   width: 100%;
}
.contact-form__row--ct-1 {
   margin-bottom: 0.875rem;
}
.contact-form__row--ct-2 {
   display: block;
   text-align: right;
}
.contact-form__btn {
   display: inline-block;
   background: #fff;
   font-weight: 500;
   font-size: 1.125rem;
   font-family: inherit;
   padding: 0.438rem 1.875rem;
   border: 1px solid #000;
   cursor: pointer;
}
.contact-note {
   text-align: right;
   font-weight: 700;
   color: #A11F2C;
   margin-top: 1.25rem;
}
.contact-note a {
   display: inline-block;
   margin-top: 1rem;
   color: #333333;
}
.ct-letter-spacing {
   letter-spacing: -0.5px;
}
.added-margin {
   display: block;
   margin-top: 0.214rem;
}

.simplebar-track.simplebar-vertical {
   background-color: #B3CCE1;
   width: 1.875rem;
   border-radius: 0.906rem;
}
.simplebar-scrollbar {
   right: 0;
   width: 100%;
   background-color: #00559C;
   border-radius: 0.906rem;
}
.simplebar-scrollbar:before {
   background-color: #00559C;
   display: none;
}
.hd--ct-1 {
   position: static;
}
.privacy-sec {
   background-color: #F0EFED;
   padding: 3.5rem 20px 6.25rem 20px;
}
.title-6 {
   font-size: 2.25rem;
   font-weight: 600;
   text-align: center;
   line-height: 1.4;
   font-family: 'Poppins', sans-serif;
   margin-bottom: 2.875rem;
}
.title-7 {
   font-weight: 700;
   font-size: 1.25rem;
   margin-bottom: 2.313rem;
}
.para-2 {
   font-size: 1.25rem;
   line-height: 1.8;
   margin-bottom: 2.313rem;
}
.para-2--ct-1 {
   margin-bottom: 3.438rem;
}
.para-2--ct-2 {
   margin-bottom: 0;
}
.link:hover {
   color: #00559C;
}
.para-2--ct-3 {
   text-align: center;
}
.scrolltop {
   position: fixed;
   bottom: 1.25rem;
   right: 1.25rem;
   outline: none;
   border: none;
   background: none;
   cursor: pointer;
   display: block;
   z-index: 9;
}
.scrolltop img {
   width: 3.75rem;
}

.l-kv__img1 {
    height: 49.231vw;
    position: relative;
}

.l-kv__img1 .img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 19;
    color: #fff;
}

.l-kv__img1 .img1-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: 0.8s ease-out all;
    transition: 0.8s ease-out all;
}

.l-kv__img1 .wrap {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.l-kv__txt1 {
    text-align: center;
    z-index: 13;
    padding: 23.281vw 20px 0 20px;
}

.l-kv__img1 .txt1 {
    position: absolute;
    z-index: 18;
    width: 100%;
    height: 100vh;
    color: #333333;
}

.ct-sec-1__wrap {
   opacity: 0;
}
.ct-sec-1__wrap.show-ct {
   opacity: 1;
}
.l-kv__txt1.not-show {
   opacity: 0;
   z-index: -1;
}

/* End Elements */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .tb {
      max-width: 775px;
   }
   .main-slider .owl-item.active
   .main-slider__item__img {
      animation: current 4.8s forwards;
   }
}

/* RWD */
@media screen and (max-width: 1100px) {
   .ft__logo,
   .hd__menu--ct-1 {
      width: 100%;
   }
   .ft__logo {
      text-align: center;
   }
   .hd__menu--ct-1 {
      justify-content: center;
   }

}
@media screen and (max-width: 992px) {
   html {
      font-size: 14px;
   }
   .hd {
      top: 1rem;
   }
   .hd__logo img {
      width: 160px;
   }
   .ft__logo img {
      width: 160px;
   }
   .ft__part-2 {
      margin-top: 8rem;
   }
   .main-slider__item__img {
      min-height: 55vw;
   }
   .title-4 {
      font-size: 2.1rem;
   }
   .sign {
      padding-right: 1rem;
   }
   .layout-3__p {
      padding-left: 1.5rem;
   }
   .title-2 {
      font-size: 5.5rem;
   }
   .contact-form__item__data {
      width: calc(100% - 60.38px);
   }
   .contact-form__item__data--ct-1 {
      width: calc(100% - 123.38px);
   }
   .contact-form__item__title--ct-1 {
      min-width: 60.38px;
   }
   .contact-form__item__data--ct-2 {
      width: 100%;
   }
}
@media screen and (max-width: 750px) {
   .hd__menu {
      display: none;
   }
   .hd {
      top: 0;
      background-color: transparent;
      padding: 6.800vw 0 0 6.667vw;
   }
   .hd__logo img {
      width: 44.400vw;
   }
   .hd__logo {
      padding: 0;
      position: relative;
      z-index: 2;
   }
   .hd::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 33.333vw;
      background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 62%);
   }
   .hd--ct-1 {
      padding: 6.800vw 6.667vw;
   }
   .hd--ct-1::after {
      display: none;
   }

   .main-slider__item__img {
      min-height: 186.667vw;
   }
   .l-kv__img1 {
      height: 186.667vw;
   }
   .main-slider__item__img {
      background-image: url('../img/sp/new-slide-1.jpg');
   }
   .main-slider__item__img--ct-1 {
      background-image: url('../img/sp/new-slide-2.jpg');
   }
   .main-slider__item__img--ct-2 {
      background-image: url('../img/sp/new-slide-3.jpg');
   }
   .main-slider__item__img--ct-3 {
      background-image: url('../img/sp/new-slide-4.jpg');
   }
   .main-slider__item__img--ct-4 {
      background-image: url('../img/sp/new-slide-5.jpg');
   }
   .main-slider__item::before {
      background-image: url('../img/sp/slider-overlay.png');
   }
   .l-kv__txt1 {
      padding-top: 76.533vw;
   }
   .main-slider__txt {
      transform: none;
      top: 76.533vw;
   }
   .main-slider__txt__big {
      font-size: 5.333vw;
      margin-bottom: 3.467vw;
   }
   .main-slider__txt__normal {
      font-size: 3.467vw;
      line-height: 1.2;
      text-align: left;
   }
   .main-slider__txt__sp {
      font-size: 8vw;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      line-height: 1.2;
      margin-bottom: 2.933vw;
   }
   .main-slider__txt__scroll {
      text-align: center;
      margin-top: 16vw;
   }
   .main-slider__txt__scroll img {
      width: 7.093vw;
   }

   .ct-sec-1 {
      padding: 14vw 6vw 15.600vw 6vw;
   }
   .title-5 {
      font-size: 8vw;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      color: #333333;
      text-align: center;
      line-height: 1.2;
      margin-bottom: 13.067vw;
   }
   .title-1 {
      font-size: 5.333vw;
      margin-bottom: 6vw;
   }
   .para-1 {
      font-size: 3.467vw;
      max-width: 100%;
      line-height: 1.38;
      text-align: left;
   }
   .para-1--ct-1 {
      margin-bottom: 6.667vw;
      font-size: 2.800vw;
      line-height: 1.71;
   }
   .title-2 {
      text-align: center;
      font-size: 8vw;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 5.067vw;
   }
   .ct-sec-2 {
      padding: 5.733vw 4vw 7.067vw 4vw;
   }
   .title-3 {
      font-size: 2.800vw;
      margin-bottom: 8vw;
   }
   .title-3::after {
      display: none;
   }
   .img-1 {
      margin-bottom: 8vw;
   }
   .banner-1 {
      margin-bottom: 6.667vw;
   }
   .layout-1 {
      margin-bottom: 6vw;
   }
   .layout-1--ct-1 {
      margin-bottom: 0;
   }
   .layout-1__item {
      width: 100%;
      margin: 0;
   }
   .layout-1__item__banner img {
      margin: 0 auto;
   }
   .layout-1__item__banner {
      margin: 8vw 0 7.067vw 0;
   }
   .layout-1__item__p {
      font-size: 2.800vw;
      line-height: 1.71;
      margin-bottom: 6.800vw;
   }
   .layout-1__item__p--ct-1 {
      margin-bottom: 0;
   }
   .sp-re-order--ct-1 {
      order: 2;
   }
   .sp-re-order--ct-2 {
      order: 1;
   }
   .layout-1__item__p--ct-2 {
      margin-top: 6.667vw;
   }
   .news-list {
      padding: 1.467vw 0 2vw 10vw;
      max-height: 66.667vw;
   }
   .news-list li {
      text-align: left;
      padding: 0 0 4vw 0;
      margin-bottom: 2.667vw;
      border-bottom: 1px solid #4D4D4D;
   }
   .news-list li:last-child {
      margin-bottom: 0;
   }
   .news-list__date {
      font-size: 2.667vw;
      margin-bottom: 1.333vw;
   }
   .news-list__title {
      font-size: 2.800vw;
      line-height: 1.71;
   }
   .ct-sec-3 {
      padding: 5.867vw 4vw 11.333vw 4vw;
   }
   .title-2--ct-3 {
      margin-bottom: 4vw;
   }
   .ct-sec-4 {
      padding: 5.733vw 4vw 5.333vw 4vw;
   }
   .title-2--ct-1 {
      margin-bottom: 2.133vw;
   }
   .tb {
      margin-bottom: 2vw;
   }
   .tb td:first-child {
      width: 100%;
      text-align: left;
      border-bottom: none;
      font-size: 2.667vw;
      padding-top: 2.933vw;
      padding-bottom: 1.067vw;
   }
   .tb td {
      float: left;
      width: 100%;
      padding: 0 0 4vw 0;
      font-size: 2.800vw;
      line-height: 1.71;
      border-color: #4D4D4D;
      border-width: 1px;
   }
   .tb tr:last-child td:last-child {
      padding-bottom: 0;
   }
   .tb--ct-1 td {
      border-bottom: 1px solid #4D4D4D;
   }
   .tb--ct-1 tr:first-child td:first-child {
      border-top: 1px solid #4D4D4D;
   }
   .map {
      margin-bottom: 5.067vw;
   }
   .map iframe {
      height: 55.333vw;
   }
   .layout-2__right {
      width: 100%;
   }
   .layout-3__left,
   .layout-3__right {
      width: 100%;
   }
   .layout-3__left {
      margin-bottom: 6.933vw;
   }
   .layout-3__img img {
      margin: 0 auto;
   }
   .ct-sec-5 {
      padding: 6vw 4vw 7.333vw 4vw;
   }
   .title-2--ct-4 {
      margin-bottom: 6vw;
   }
   .title-4 {
      margin: 0 0 6.667vw 0;
      text-align: right;
      font-size: 5.333vw;
      padding-right: 7.200vw;
   }
   .sign {
      padding: 0 3.467vw 0 0;
      font-size: 3.200vw;
      margin-bottom: 7.067vw;
      margin-top: 0;
   }
   .layout-3__p {
      padding-left: 0;
      font-size: 2.800vw;
      line-height: 1.71;
   }
   .ct-sec-6 {
      padding: 6vw 4vw 8vw 4vw;
      background-image: url('../img/sp/bg-1.jpg');
   }
   .title-2--ct-2 {
      margin-bottom: 6.400vw;
   }
   .banner-2__btn-2 {
      text-align: center;
   }
   .banner-2__btn-2 a {
      background: #00559C;
      width: 92vw;
      height: 13.333vw;
      padding: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 6.667vw;
      color: #fff;
      font-size: 5.333vw;
      font-weight: 700;
      text-align: center;
   }
   .banner-2__img {
      margin-bottom: 8vw;
   }
   .ct-sec-7 {
      padding: 6.267vw 4vw 8vw 4vw;
   }
   .contact-form {
      padding: 0;
      border: none;
   }
   .contact-form__item {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 2.533vw;
   }
   .contact-form__row {
      display: block;
      margin-bottom: 0;
   }
   .contact-form__item__title__txt {
      padding: 0;
      font-size: 2.800vw;
   }
   .contact-form__item__data {
      width: 100%;
      padding: 0;
      margin-top: 1.067vw;
   }
   .required {
      top: -1.867vw;
      right: -2.533vw;
      left: auto;
      font-size: 2.400vw;
   }
   .contact-form__item__title {
      display: inline-block;
   }
   .contact-form__item__title--ct-2 {
      margin-bottom: 1.600vw;
      width: auto;
   }
   .contact-form__item:last-child {
      width: 100%;
   }
   .contact-form__item__data textarea {
      height: 40vw;
   }
   .title-2--ct-5 {
      margin-bottom: 4.667vw;
   }
   .contact-note {
      font-size: 2.400vw;
      margin-top: 1.067vw;
   }
   .contact-note a {
      margin-top: 0.35rem;
      margin-bottom: 0.5rem;
   }
   .contact-form__row--ct-3 {
      margin-bottom: 0;
   }
   .contact-form__btn-sp {
      text-align: center;
      margin-top: 2.667vw;
   }
   .contact-form__btn-sp button {
      outline: none;
      background: #0351A0;
      border: none;
      color: #fff;
      text-align: center;
      cursor: pointer;
      font-size: 5.333vw;
      font-weight: 700;
      font-family: inherit;
      border-radius: 6.667vw;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 92vw;
      max-width: 100%;
      height: 13.333vw;
   }
   .contact-form__item__data input[type="text"], 
   .contact-form__item__data input[type="email"] {
      height: 2.800vw;
   }
   .ft {
      padding: 0;
   }
   .ft__logo {
      text-align: left;
      padding: 0;
   }
   .ft__logo img {
      width: 28.667vw;
   }
   .hd__menu--ct-1 {
      display: block;
      margin: 6.667vw 0 0 0;
      padding: 0;
      font-size: 2.800vw;
      font-weight: 700;
      color: #000;
   }
   .hd__menu--ct-1 li {
      margin-bottom: 3.200vw;
   }
   .hd__menu--ct-1 li:last-child {
      margin-bottom: 0;
   }
   .hd__menu--ct-1 li::after {
      display: none;
   }
   .ft__part-1 {
      display: block;
      padding: 8vw 6vw 0 6vw;
   }
   .ft__part-2 {
      padding: 1.733vw 2.667vw;
      background-color: #00022C;
      margin-top: 14.667vw;
   }
   .copyright {
      color: #fff;
      text-align: center;
      font-size: 2.400vw;
   }
   .bottom-nav {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 9;
      background-color: #FFFFFF;
      font-family: 'Poppins', sans-serif;
   }
   .bottom-nav ul {
      display: flex;
      flex-wrap: wrap;
   }
   .bottom-nav__icon {
      display: block;
      margin-bottom: 0.533vw;
   }
   .bottom-nav__icon img {
      height: 5.333vw;
   }
   .bottom-nav li {
      width: 20%;
      padding: 4.267vw 0 2.933vw 0;
      text-align: center;
   }
   .bottom-nav__txt {
      display: block;
      font-size: 2.800vw;
      font-weight: 600;
      color: #B2B2B2;
   }
   .bottom-nav__menu {
      background-color: #FEEE03;
   }
   .bottom-nav__menu img {
      width: 8vw;
   }
   .bottom-nav__menu__txt {
      display: block;
      font-size: 2.800vw;
      font-weight: 600;
      color: #4D4D4D;
   }
   .bottom-nav__icon--ct-1 {
      margin-bottom: 0.667vw;
   }

   .fixed-content__menu {
      position: fixed;
      top: 0;
      right: 0;
      max-width: 49.867vw;
      width: 100%;
      z-index: 9;
   }
   .fixed-content__menu li {
      border-bottom: 1px solid #fff;
   }
   .fixed-content__menu li:last-child {
      border-bottom: none;
   }
   .fixed-content__menu a {
      font-size: 5.333vw;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      background-color: rgba(36, 84, 145, 0.8);
      color: #fff;
      display: block;
      text-align: center;
      line-height: 1.2;
      padding: 2.57vh 0;
   }
   .fixed-content__close {
      position: fixed;
      bottom: 18.096vw;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9;
   }
   .fixed-content__close img {
      width: 13.600vw;
   }
   .added-margin {
      margin: 0;
   }

   .simplebar-track {
      right: auto;
      left: 0;
   }
   .simplebar-track.simplebar-vertical {
      width: 2.667vw;
      border-radius: 1.333vw;
   }
   .simplebar-scrollbar {
      border-radius: 1.333vw;
   }
   .banner-1 img {
      max-width: 50vw;
   }
   .layout-1__item__banner img {
      max-width: 50vw;
   }

   .title-6 {
      font-size: 7vw;
   }
   .title-7 {
      font-size: 2.800vw;
   }
   .para-2 {
      font-size: 2.800vw;
   }
   .privacy-sec {
      padding-right: 2.667vw;
      padding-left: 2.667vw;
   }
   .scrolltop {
      bottom: 12rem;
   }

   .show-on-pc {
      display: none;
   }
   .show-on-sp {
      display: block;
   }
}

@media screen and (max-width: 500px) {
   .news-list__date,
   .tb td:first-child,
   .required,
   .contact-note,
   .hd__menu--ct-1 {
      font-size: 0.8rem;
   }
   .copyright {
      font-size: 0.7rem;
   }
   .para-1,
   .title-3,
   .layout-1__item__p,
   .news-list__title,
   .tb td,
   .layout-3__p,
   .contact-form__item__title__txt {
      font-size: 0.857rem;
   }
   .sign {
      font-size: 1rem;
   }
   .contact-form__item__data input[type="text"], 
   .contact-form__item__data input[type="email"] {
      height: 1.2rem;
      padding-bottom: 0.2rem;
      font-size: 0.7rem;
   }
   .contact-form__item__data textarea {
      font-size: 0.7rem;
   }
   .title-6 {
      margin-bottom: 2rem;
   }
   .title-7 {
      font-size: 1rem;
      margin-bottom: 1.5rem;
   }
   .para-2 {
      font-size: 1rem;
      margin-bottom: 2rem;
   }
   .para-2--ct-1 {
      margin-bottom: 2.5rem;
   }
   .para-2--ct-2 {
      margin-bottom: 0;
   }
   .privacy-sec {
      padding: 3rem 2.667vw;
   }
}
@media screen and (max-width: 365px) {
   .show-on-365 {
      display: block;
   }
}
/* End RWD */