@charset "utf-8";
/* CSS Document */
/*

#FFC060　黄色
#F2A100　濃黄色
#00748B　ブルーグリーン
#DE5550　ピンク
#DCD6D7　ライトグレー

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 box-sizing: border-box;
 line-height: 1.6;
}
*:before, *:after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}
html, body {
 font-size: 62.5%;
 overflow-x: hidden; /* 横スクロールを防ぐ */
 width: 100%;
 max-width: 100%; /* 幅がブラウザを超えないように */
 min-height: 100vh; /* 画面の高さを最低限確保 */
}
html {
 font-size: 62.5%;
}
body {
 color: #333333;
 text-align: center;
 font-size: 1.6rem;
 font-family: "M PLUS 2", sans-serif;
 line-height: 1;
 background-color: #FFFFFF;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
nav ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 transition : all 0.5s ease 0s;
}
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
 text-align: left;
}
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
* {
 margin: 0;
 padding: 0;
}
img {
 border: none;
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
hr {
 display: none;
}
ul {
 list-style: none;
}
a {
 overflow: hidden;
}
table {
 font-size: inherit;
 font: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.clearfix:after {
 content: " ";
 display: block;
 clear: both;
}
a {
 /*\*/
 overflow: hidden;/**/
}
a {
 color: #39C;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #39C;
}
.replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.fLeft, .alignleft, .imgLeft {
 float: left;
 margin-right: 30px;
}
.fRight, .alignright, .imgRight {
 float: right;
 margin-left: 30px;
}
.textLeft {
 text-align: left;
}
.textRight {
 text-align: right;
}
.textCenter {
 text-align: center;
}
.textRed {
 color: #E5002F;
}
.textGn {
 color: #006666;
}
.textRoboto {
 font-family: "Roboto Condensed", serif;
}
@media (max-width: 768px) {
.pc {
 display: none !important;
}
}
@media (min-width: 768px) {
.sp {
 display: none !important;
}
}
.flex {
 width: 100%;
 display: flex;
}
.flexBwn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.flexEven {
 width: 100%;
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
}
.flexAround {
 width: 100%;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
}
dl.dlHorizon {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 text-align: left;
}
dl.dlHorizon dt {
 width: 15%;
}
dl.dlHorizon dd {
 width: 85%;
}
.dlHorizon.dlHorizon1 {
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 {
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 10px 4%;
}
}
.dlHorizon.dlHorizon1 dt, .dlHorizon.dlHorizon1 dd {
 border-bottom: 1px solid #DCDFE4;
 padding: 1rem;
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dt, .dlHorizon.dlHorizon1 dd {
 padding: 0px;
}
}
.dlHorizon.dlHorizon1 dt {
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dt {
 width: 100%;
 font-weight: 600;
 background-color: #FFFFFF;
 text-align: left;
 border-bottom: none;
 color: #005EAA;
}
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dd {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
}
}
.arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 16px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 font-size: 1.5rem;
}
.arrow:before, .arrow:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.btn, a.btn, button.btn {
 font-size: 1.6rem;
 font-weight: 600;
 line-height: 1.5;
 position: relative;
 display: inline-block;
 cursor: pointer;
 user-select: none;
 transition: all 0.3s;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 letter-spacing: 0.1em;
 color: #FFF;
 border-radius: 0.2rem;
 background-color: #FFC060;
 width: 100%;
 padding-top: 1rem;
 padding-bottom: 1rem;
}
.btn:hover, a.btn:hover, button.btn:hover {
 background-color: #F2A100;
}
.linkBtn {
 width: 200px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
}
#Side #SideNavi ul li:hover .subNavi, #Side #SideNavi ul li:focus-within .subNavi {
 visibility: visible;
 opacity: 1;
 width: 30vw;
 min-width: 400px;
}
#Side #SideNavi ul li:hover .subNavi li, #Side #SideNavi ul li:focus-within .subNavi li {
 opacity: 1;
 transform: translateY(0);
}
#Side #SideNavi ul li:hover .subNavi, #SideNavi ul li:focus-within .subNavi {
 visibility: visible;
 opacity: 1;
 transform: translateY(0);
}
#Footer {
 background-color: #9EB2BD;
 clear: both;
}
#Footer:after {
 content: " ";
 display: block;
 clear: both;
}
#Footer {
 width: 100%;
 padding-top: 40px;
 background-color: #EDEAEA;
 padding-bottom: 100px;
}
@media (max-width: 767px) {
#Footer {
 padding-top: 20px;
 padding-bottom: 50px;
}
}
#FooterNav {
 margin: 30px 0;
 text-align: center;
}
@media (max-width: 767px) {
#FooterNav {
 margin-top: 0px;
 margin-right: 0;
 margin-bottom: 20px;
 margin-left: 0;
}
}
#FooterNav ul {
 display: inline-flex;
 gap: 3em;
 list-style: none;
 padding: 0;
 margin: 0;
}
@media (max-width: 767px) {
#FooterNav ul {
 display: block;
 gap: 0;
}
}
#FooterNav li {
 position: relative;
 line-height: 200%;
}
@media (max-width: 767px) {
#FooterNav li {
 width: 100%;
}
}
#FooterNav li a {
 color: #333;
 text-decoration: none;
 position: relative;
}
@media (max-width: 767px) {
#FooterNav li a:before {
 content: "\f0a9";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 left: -2rem;
}
}
#FooterNav li:not(:last-child)::after {
 content: "｜";
 position: absolute;
 right: -2em;
 color: #999;
}
@media (max-width: 767px) {
#FooterNav li:not(:last-child)::after {
 content: "";
}
}
#Footer address {
 font-size: 1.8rem;
 font-weight: 700;
 font-style: normal;
 margin-bottom: 20px;
}
#Header {
 width: 100%;
 padding-top: 30px;
 padding-bottom: 30px;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
}
@media (max-width: 767px) {
#Header {
 padding-top: 15px;
 padding-bottom: 15px;
}
}
#Header h1 {
 text-align: center;
 font-size: 2.3rem;
}
@media (max-width: 767px) {
#Header h1 {
 font-size: 2.0rem;
}
}
#Header #HeaderNav {
}
@media (max-width: 767px) {
#Header #HeaderNav {
}
}
#Header #HeaderNav ul {
 display: flex;
 justify-content: space-between;
 align-items: center;
 list-style: none;
 padding: 0;
 margin: 0;
}
#Header #HeaderNav ul li a {
 display: flex;
 align-items: center;
 font-weight: bold;
 text-decoration: none;
 color: #000;
 position: relative;
 font-size: 1.7rem;
}
@media (max-width: 767px) {
#Header #HeaderNav ul li a {
 font-size: 1.3rem;
 font-weight: 600;
}
}
#Header #HeaderNav ul li a::before {
 content: "\f015";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 width: 36px;
 height: 36px;
 background-color: #40210F;
 color: white;
 border-radius: 50%;
 margin-right: 8px;
 font-size: 16px;
}
@media (max-width: 767px) {
#Header #HeaderNav ul li a::before {
 width: 30px;
 height: 30px;
 margin-right: 2px;
}
}
#Header #HeaderNav ul .nav1 a::before {
 content: "\f015"; /* HOME (家) */
}
#Header #HeaderNav ul .nav2 a::before {
 content: "\f19d"; /* graduation-cap */
}
#Header #HeaderNav ul .nav3 a::before {
 content: "\f06d"; /* fire */
}
#Header #HeaderNav ul li a:hover::before {
 background-color: #DE5550;
}
#pagetop {
 position: fixed;
 bottom: 10px;
 right: 10px;
 width: 50px;
 height: 50px;
 color: #666;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 text-decoration: none;
}
#pagetop i {
 font-size: 5.5rem;
}
#pagetop.show {
 opacity: 1;
 visibility: visible;
}
@media (max-width: 768px) {
/* ハンバーガーアイコン */
.burger {
 width: 50px;
 height: 50px;
 position: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 top: 10px;
 right: 10px;
 z-index: 2000;
 background-color: #666;
 border-radius: 50%;
}
.burger:hover {
 cursor: pointer;
}
/* 真ん中の線 */
.burger .line {
 width: 60%;
 height: 4px;
 transition: 0.6s;
 background-color: #FFF;
 position: absolute;
 border-radius: 15%;
}
/* 上の線 */
.burger::before {
 content: "";
 position: absolute;
 width: 60%;
 height: 4px;
 top: 13px;
 transition: 0.6s;
 background-color: #FFF;
 border-radius: 15%;
}
/* 下の線 */
.burger::after {
 content: "";
 position: absolute;
 width: 60%;
 height: 4px;
 bottom: 13px;
 transition: 0.6s;
 background-color: #FFF;
 border-radius: 15%;
}
/* メニュー */
.navigation {
 width: 100vw;
 height: 100vh;
 background: #EBEDF0;
 position: fixed !important;
 right: -100vw;
 transition: 0.6s;
 top: 0;
 overflow: auto;
 z-index: 1500;
 padding-top: 80px;
}
.nav-active {
 right: 0px;
}
.burger-active::before {
 transform: rotate(45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active::after {
 transform: rotate(-45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active > .line {
 transform: scale(0);
}
.navigation > ul {
 margin-left: 25px;
 margin-right: 25px;
 text-align: left;
 border-bottom: 1px solid #9EB2BD;
 border-top: 1px solid #9EB2BD;
}
.navigation > ul > li > ul {
 padding-left: 20px;
}
.navigation ul li a {
 text-decoration: none;
 display: block;
 position: relative;
 padding: 10px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 border-top: 1px solid #9EB2BD;
}
.navigation ul li:first-child a {
 border-top-style: none;
}
.navigation ul li ul li a {
 border-top: 1px dotted #9EB2BD !important;
}
.navigation ul > li:has(ul) {
 margin-bottom: 10px;
 padding-top: 10px;
 border-top: 1px solid #9EB2BD;
}
.navigation ul li ul li:first-child {
 margin-top: 10px;
}
.navigation ul li a:before {
 content: "\f105";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 margin-right: 8px;
 color: #005EAA;
}
.navigation ul li > ul > li a:before {
 font-size: 1.3rem;
 color: #9EB2BD;
}
.navigation ul li a:hover {
 background-color: #ECF4FB;
 display: block;
}
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 768px) {
}
.pageTitle {
 font-size: 3.2rem !important;
 color: #FFFFFF;
 text-align: center;
 line-height: 100px;
 height: 100px;
 font-weight: 600;
 letter-spacing: 0.1em;
 background: linear-gradient(45deg, rgba(0, 0, 00, 0.4) 0%, rgba(0, 0, 0, 0.4)100%);
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
}
@media (max-width: 768px) {
.pageTitle {
 font-size: 2.0rem !important;
 line-height: 70px;
 height: 70px;
}
}
.breadcrumb {
 width: 100%;
 display: flex;
 gap: 2rem;
 padding: 1rem 1rem 1rem 50px;
 background-color: #FFFFFF;
 opacity: 0.7;
 list-style: none;
 font-size: 1.5rem;
}
@media (max-width: 768px) {
.breadcrumb {
 gap: 1rem;
 padding: 1rem;
}
}
.breadcrumb li:after {
 padding: 0 0 1rem 1rem;
 font-weight: normal;
 content: '/';
}
.breadcrumb li:first-child::before {
 margin-right: 0.5rem;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: '\f015';
}
.breadcrumb li:last-child::after {
 padding: 0;
 content: "";
}
.breadcrumb li a {
 color: #000;
}
@media (max-width: 768px) {
}
@media (max-width: 768px) {
}
.padSet {
 padding-top: 70px;
 padding-bottom: 70px;
}
@media (max-width: 768px) {
.padSet {
 padding-top: 20px;
 padding-bottom: 20px;
}
}
.mgnBtm120 {
 margin-bottom: 120px;
}
.mgnBtm100 {
 margin-bottom: 100px;
}
.mgnBtm80 {
 margin-bottom: 80px;
}
.mgnBtm60 {
 margin-bottom: 60px;
}
.mgnBtm40 {
 margin-bottom: 40px;
}
.mgnBtm20 {
 margin-bottom: 20px;
}
.mgnBtm10 {
 margin-bottom: 10px;
}
@media (max-width: 768px) {
.mgnBtm120 {
 margin-bottom: 30px;
}
.mgnBtm100 {
 margin-bottom: 25px;
}
.mgnBtm80 {
 margin-bottom: 25px;
}
.mgnBtm60 {
 margin-bottom: 25px;
}
.mgnBtm40 {
 margin-bottom: 20px;
}
.mgnBtm20 {
 margin-bottom: 10px;
}
.mgnBtm10 {
 margin-bottom: 5px;
}
}
input, textarea {
 padding: 0.8rem;
 margin: 0.3rem;
 border: 1px solid #9EB2BD;
 font-size: 1.6rem;
 box-sizing: border-box;
}
input[type="text"] {
 width: 80%;
}
input[type="text"].half, input[type="email"] {
 width: 48%;
}
@media screen and (max-width: 768px) {
input, textarea {
 margin: 5px 0px 5px 0px;
}
input[type="text"], input[type="text"].half, input[type="email"], input[type="tel"] {
 width: 100%;
}
}
input[type="checkbox"] {
 width: 20px;
 height: 20px;
 transform: scale(1.5);
 margin: 5px;
}
select {
 padding: 1rem;
 margin: 1rem 0;
 font-size: 1.6rem;
 border: 1px solid #9EB2BD;
 border-radius: 3px;
 appearance: none;
 background-color: #FFF;
}
textarea {
 width: calc(100% - 20px) !important;
 height: 200px !important;
}
main {
 flex: 1;
 background: #fafafa;
 padding-top: 30px;
 padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
main {
 padding-top: 0px;
 padding-bottom: 30px;
}
}
#Top .main .bnr img {
 margin-top: 50px;
 margin-bottom: 50px;
 max-width: 500px;
}
@media screen and (max-width: 768px) {
#Top .main .bnr img {
 margin-top: 40px;
 margin-bottom: 40px;
 max-width: 85%;
}
}
#Top .main #Sec1 {
}
#Top .main #Sec1 figure {
 margin-bottom: 20px;
}

#Top .main #Sec1 img {
 width: 100%;
 height: auto;
 max-width: 1345px;
}
.button a {
 background: #eb6100;
 border-radius: 9999px;
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
 max-width: 250px;
 padding: 20px 30px;
 line-height: 1.8;
 text-decoration: none;
 color: #fff;
 font-weight: 500;
 transition: 0.3s ease-in-out;
}
.button a:before {
 content: "\f1c1";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: relative;
 margin-right: 12px;
 color: #fff;
 transition: 0.3s ease-in-out;
 font-size: 22px;
}
.button a:after {
 content: "";
 position: absolute;
 top: 50%;
 bottom: 0;
 right: 2rem;
 font-size: 90%;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: right 0.3s;
 width: 6px;
 height: 6px;
 border-top: solid 2px currentColor;
 border-right: solid 2px currentColor;
 transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
.button a {
 max-width: 70%;
 padding: 15px 20px;
 line-height: 1.8;
 text-decoration: none;
 color: #fff;
 font-weight: 500;
 transition: 0.3s ease-in-out;
}
}