@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
  font-size: 62.5%;
}

body{
	overflow-x: hidden;
	height: 100%;
	color: #333;
	word-spacing: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	text-align: center;
    vertical-align: baseline;
}

.d-pc {
	display: block !important;
}
.d-sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.d-pc {
	display: none !important;
}
.d-sp {
	display: block !important;
}
.d-sp-inlineblock {
	display: inline-block!important;
}
}

/* リンク
----------------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #252B55;
	background-color: aliceblue;
}
a:active {
	color: #252B55;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	z-index: 1;
}
a {
	word-wrap: break-word;
    cursor: pointer;
}
button {
    cursor: pointer;
}
button.cta1 {
    color: #333;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 1rem 0 1rem 0;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #333333;
    width: 96%;
    text-align: center;
}
button.cta1:hover {
    background-color: #46A1B4;
    color: #FFFFFF;
}
button.cta2 {
    color: #FFF;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 3px 10px;
    background-color: #333333;
    border-radius: 10px;
}
button.cta2:hover {
    background-color: #485A8F;
}
button.cta3 {
    color: #333;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 20px 0;
    background-color: #6FD3E8;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
	margin-bottom: 15px;
}
button.cta3:hover {
    background-color: #46A1B4;
    color: #FFFFFF;
}
button.cta4 {
    color: #FFF;
    font-size: 2.4rem;
    padding: 0.6rem 5rem;
    background-color: #2565A5;
    border-radius: 10px;
}
button.cta4:hover {
    background-color: #7a8da1;
}
button.cta5 {
    color: #FFF;
    font-size: 2rem;
    padding: 3px 8px;
    background-color: #2565A5;
    border-radius: 10px;
}
button.cta5:hover {
    background-color: #485A8F;
}
.floating-banner {
  position: fixed;
  bottom: 2%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2F465E;
  color: white;
  padding: 30px 0;
  font-size: 2rem;
  line-height: 1.2;
  width: 180px; /* バナー幅 */
  height: auto; /* 高さを自動調整 */
  display: block;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  border-radius: 10px 0 0 10px;
  z-index: 4;
  cursor: pointer;
  box-shadow: 5px 5px 5px #666666;
}
.floating-banner i {
  font-size: 4.0rem;
}
.floating-banner:hover {
    background-color: #798799;
}

div.cta3set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
div.cta3set i {
    font-size: clamp(2.2rem, 1.8vw, 2.8rem);
}

button.cta3setA {
    color: #FFF;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 20px 0;
    background-color: #e8782d;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 32%;
}
button.cta3setA:hover {
    background-color: #B55C21;
}
button.cta3setB {
    color: #FFF;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 20px 0;
    background-color: #37B483;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 32%;
}
button.cta3setB:hover {
    background-color: #1C7351;
}
button.cta3setC {
    color: #FFF;
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    padding: 20px 0;
    background-color: #C65557;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 32%;
}
button.cta3setC:hover {
    background-color: #943F41;
}



@media screen and (max-width: 767px) {
button.cta1 {
    color: #333;
    font-size: 3.8vw;
	font-weight: 500;
    padding: 1rem 0 1rem 0;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #333333;
    width: 90%;
    text-align: center;
	margin: 0 auto;
}
button.cta1:hover {
    background-color: #46A1B4;
    color: #FFFFFF;
}
button.cta2 {
    color: #FFF;
    font-size: 3.4vw;
    padding: 3px 5px;
    background-color: #333333;
    border-radius: 10px;
}
button.cta2:hover {
    background-color: #485A8F;
}
button.cta3 {
    color: #333;
    font-size: 5vw;
	font-weight: 500;
    padding: 15px 0;
    background-color: #6FD3E8;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 90%;
    text-align: center;
}
button.cta3:hover {
    background-color: #46A1B4;
    color: #FFFFFF;
}
button.cta4 {
    color: #FFF;
    font-size: 2rem;
    padding: 0.6rem 5rem;
    background-color: #2565A5;
    border-radius: 10px;
}
button.cta4:hover {
    background-color: #7a8da1;
}
button.cta5 {
    color: #FFF;
    font-size: 1.8rem;
    padding: 3px 8px;
    background-color: #2565A5;
    border-radius: 10px;
}
button.cta5:hover {
    background-color: #485A8F;
}

.floating-banner {
  position: fixed;
  bottom: 2%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2F465E;
  color: white;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 150px; /* バナー幅 */
  height: auto; /* 高さを自動調整 */
  display: block;
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  border-radius: 10px 0 0 10px;
  z-index: 4;
  cursor: pointer;
}
.floating-banner i {
  font-size: 3rem;
}
.floating-banner:hover {
    background-color: #798799;
}
div.cta3set {
    display: block;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
}
div.cta3set i {
    font-size: 5.2vw;
}

button.cta3setA {
    color: #FFF;
    font-size: 5vw;
    padding: 15px 0;
    background-color: #e8782d;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
button.cta3setA:hover {
    background-color: #B55C21;
}
button.cta3setB {
    color: #FFF;
    font-size: 5vw;
    padding: 15px 0;
    background-color: #37B483;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
button.cta3setB:hover {
    background-color: #1C7351;
}
button.cta3setC {
    color: #FFF;
    font-size: 5vw;
    padding: 15px 0;
    background-color: #C65557;
    border-radius: 10px;
    border: 3px solid #f6f6f6;
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
button.cta3setC:hover {
    background-color: #943F41;
}

}


/* 本文
----------------------------------------------------------- */

.wrapper{
    width: 96%;
    max-width: 1600px;
    min-width: 1144px;
    margin: 0 auto;
    padding: 0 32px;
    overflow-x: auto;
}

main {
	text-align: center;
    width: 100%;
	margin:  0 auto !important;
	background-color: #ffffff;
    padding-bottom: 60px;
}
article {
	margin: 70px auto;
	width: 96%;
	padding: 0px;
}
section {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 0px 0 50px;
}

div.fLex {
    display: flex;
    display: -webkit-flex;
}


@media screen and (max-width: 767px) {
.wrapper{
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
	padding: 0;
}

main {
	text-align: center;
	width: 100%;
	margin: 8px auto 0 auto !important;
	background-color: #ffffff;
}
article {
	margin: 0px auto;
	text-align: center;
	width: 90%;
	padding: 20px 0;
}
section {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 0;
}
div.fLex {
    display: block;
    width: 100%;
}
.boxScroll {
	overflow-x: scroll;
}
.boxScroll::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
.boxScroll::-webkit-scrollbar-thumb {
  background: #5C818B; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.boxScroll::-webkit-scrollbar-track {
  background: #CDE2F0; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}
}

/* 文字
----------------------------------------------------------- */
.text-start {
    text-align: left !important;
}
.text-red{
	color: #cc3333;
}
.yellowMarker {
    background: linear-gradient(transparent 50%, #ffff00 50%);
}



/* ヘッダー
----------------------------------------------------------- */
header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: auto;
    width: 100%;
    margin: 15px auto 12px auto;
    padding: 0;
}
h1 {
    width: 450px;
    font-size: 3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
h2.headerLogo {
    width: 380px;
    margin: 0;
    padding: 0 1.6rem;
}
h2.headerLogo img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
header {
    display: flex;
    display: -webkit-flex;
    height: auto;
    width: 95%;
    margin: 8px auto;
    padding: 0;
-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
h1 {
    width: auto;
    font-size: 1.4rem;
	line-height: 1.2;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
h2.headerLogo {
    width: 220px;
    margin: 0;
    padding: 5px 50px 0 0;
}
h2.headerLogo img {
    width: 100%;
    height: auto;
}
}

.menu-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-width: 1144px;
  overflow-x: auto;
}
.menu-icon {
  width: 50px;
  height: 50px;
  position: fixed; /* ← fixedにして常に右上固定 */
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 7;
  display: inline-block;
  background-color: #2F465E;
  padding: 5px 7px;
  border-radius: 0 0 0 5px;
}

.menu-icon span {
  display: block;
  height: 4px;
  margin: 6px 0;
  background: #FFF;
  border-radius: 2px;
  transition: 0.4s;
}

/* ハンバーガーがXに変形 */
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* オーバーレイ背景 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 5;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（右から出す） */
.menu {
  position: fixed;
  top: 0;
 right: -300px; /* ← 初期位置を右へ */
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  z-index: 6;
}

#menu-toggle:checked ~ .menu {
  right: 0; /* ← 開いたときは右0へ */
}

.menu ul {
  list-style: none;
  padding: 60px 20px;
  font-size: 1.6rem;
}

.menu li {
  margin: 30px 0;
  display: -webkit-flex;
  display: flex;
  flex: 30px auto;
}
.menu i {
  font-size: 2rem;
  -webkit-align-items: stretch;
    align-items: stretch;
    margin-right: 5px;
}
.menu a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
  display: block;
  text-align: left;
}

.menu a:hover {
  color: #007bff;
}
.kugiri {
padding-bottom: 30px !important;
margin-bottom: 15px !important;
border-bottom: 1px dashed #666666;
}
@media screen and (max-width: 767px) {
.menu-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow-x: auto;
}
.menu-icon {
  width: 50px;
  height: 55px;
  position: fixed; /* ← fixedにして常に右上固定 */
  top: 0px;
  right: 0px;
  padding: 7px 10px;
  cursor: pointer;
  z-index: 7;
  display: inline-block;
  background-color: #2F465E;
  border-radius: 0 0 0 5px;
}
}




/* Title
----------------------------------------------------------- */

h3 {

}
h4.contentsTitleB {
    margin: 100px auto 60px auto;
    padding: 8px 0;
    text-align: center;
    background-color: #2565A5;
    color: #FFFFFF;
    font-size:4.6rem;
    letter-spacing: 2.4rem;
	text-indent: 2.4rem;
}

h5 {

}
h6 {

}
@media screen and (max-width: 767px) {
h4.contentsTitleB {
    margin: 50px auto 30px auto;
    padding: 8px 0;
    text-align: center;
    background-color: #2565A5;
    color: #FFFFFF;
    font-size:2.4rem;
    letter-spacing: 2rem;
	text-indent: 2rem;
}
}

/* レイアウト
----------------------------------------------------------- */
table,
table th,
table td {
    border: 1px solid #333333;
    border-collapse: collapse;
}

/* フッター
----------------------------------------------------------- */

footer {
	margin: 0px auto;
	padding: 0 0 80px 0;
	text-align: left;
	width: 100%;
    border-top: 1px solid #2565A5;
}
footer div.footerList {
    margin: 50px auto 80px  auto;
    width: 96%;
    text-align: left;
}
footer ul {
	padding: 0;
	text-align: left;
	width: 96%;
    margin: 15px 0;
}
footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 1.6rem;
    border-right: 1px solid #333333;
}
footer ul li:first-child {
    padding: 0 1.6rem 0 0;
}
footer ul li:last-child {
    border-right: none;
}

footer ul li a {
    color: #2565A5 !important;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer small {
    font-size: 1.4rem !important;
    display: block;
    text-align: left;
	width: 96%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
footer {
	margin: 0px auto;
	padding: 0 0 80px 0;
	text-align: left;
	width: 100%;
    border-top: 1px solid #2565A5;
}
footer ul {
	margin: 15px auto;
	padding: 0;
	text-align: left;
	width: 96%;
}
footer ul li {
    display: block;
    font-size: 1.4rem;
    padding: 0 1rem;
    border-right: none;
	border-left: 4px solid #A4A4A4;
	margin-bottom: 3px;
}
footer ul li:first-child {
    padding: 0 1rem;
}
footer ul li:last-child {
    border-right: none;
}

footer ul li a {
    color: #2565A5 !important;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer small {
    font-size: 1.2rem !important;
    display: block;
    text-align: left;
	width: 96%;
    margin: 0 auto;
}
}
