@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;
}
#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 {
}
#Top #TopHeader {
 height: 636px;
 width: 100%;
 background-repeat: no-repeat;
 background-position: center top;
 padding-top: 70px;
 background:
 url(../images/top/header_bg.png) no-repeat center top, linear-gradient(#FDF7F1 0px, #FDF7F1 600px, transparent 600px);
}
@media (max-width: 767px) {
#Top #TopHeader {
 height: auto;
 width: 100%;
 padding-top: 0px;
 background-color: #FDF7F1;
 background-image: none;
}
}
#Top #TopHeader p {
 font-size: 2.0rem;
 font-weight: 700;
 margin-top: 25px;
}
@media (max-width: 767px) {
#Top #TopHeader p {
 font-size: 1.6rem;
 font-weight: 500;
 margin-top: 10px;
 padding-right: 4%;
 padding-left: 4%;
 text-align: left;
 padding-bottom: 20px;
}
}
#Top .main .linkNagare {
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 18px;
}
@media (max-width: 767px) {
#Top .main .linkNagare {
 clear: both;
 width: 92%;
 margin-top: 15px;
}
}
#Top .main .linkNagare a.btn {
 border-radius: 30px;
 font-size: 2.2rem;
 color: #333;
 text-decoration: none;
 padding-top: 3.5rem;
 padding-bottom: 3.5rem;
 letter-spacing: 0em;
 position: relative;
}
#Top .main .linkNagare a.btn:after {
 content: "\f054";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 right: 4rem;
}
@media (max-width: 767px) {
#Top .main .linkNagare a.btn {
 border-radius: 20px;
 font-size: 1.6rem;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}
#Top .main .linkNagare a.btn:after {
 right: 2rem;
}
}
/*
#SemiList {
 width: 90%;
 margin: 0 auto;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
 gap: 25px;
}
#SemiList a {
 display: block;
 height: 100%;
 text-decoration: none;
 color: inherit;
 padding-bottom: 18px;
}
#SemiList .semi {
 height: 100%;
 padding: 15px 15px 0px;
 border: 3px solid #F1F1F1;
 border-radius: 10px;
 box-sizing: border-box;
 background: #fff;
 position: relative;
 transition: 0.3s ease;
 margin-top: 13px;
}
*/
#SemiList {
 width: 90%;
 margin: 0 auto;
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 gap: 2%;
}
#SemiList a {
 width: 23%;
 margin-bottom: 20px;
 text-decoration: none;
 color: inherit;
 display: flex;
 flex-direction: column;
}
@media (max-width: 1300px) {
#SemiList a {
 width: 31%;
}
}
@media (max-width: 767px) {
#SemiList a {
 width: 100%;
 margin-bottom: 5px;
}
}
#SemiList .semi {
 flex-grow: 1; /* 高さを埋める */
 display: flex;
 flex-direction: column;
 padding: 25px;
 border: 3px solid #F1F1F1;
 border-radius: 10px;
 box-sizing: border-box;
 background: #fff;
 position: relative;
 transition: 0.3s ease;
 margin-top: 13px;
}
@media (max-width: 767px) {
#SemiList .semi {
 padding: 18px;
}
}
#SemiList a:hover .semi {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 transition: 0.3s ease;
}
#SemiList .semi .semiImg {
 width: 100%;
 height: 240px;
 object-fit: cover;
 display: block;
 margin: 0 auto;
 transition: transform 0.3s ease;
}
@media (max-width: 767px) {
#SemiList .semi .semiImg {
 height: 150px;
}
}
#SemiList a:hover .semi .semiImg {
 transform: scale(1.07);
}
#SemiList .semi .semiTitle {
 font-size: 1.8rem;
 color: #00748C;
 border-bottom-width: 10px;
 border-bottom-style: solid;
 border-bottom-color: #F1F1F1;
 margin-bottom: 14px;
 padding-top: 12px;
 padding-bottom: 8px;
}
@media (max-width: 767px) {
#SemiList .semi .semiTitle {
 font-size: 1.6rem;
 text-align: left;
 border-bottom-width: 6px;
 margin-bottom: 10px;
}
}
#SemiList .semi .dlHorizon dt {
 width: 4.5ic;
}
#SemiList .semi .dlHorizon dt span {
 width: 4ic;
 font-size: 1.4rem;
 background-color: #DCD6D7;
 padding-top: 1px;
 padding-bottom: 1px;
 text-align: center;
 display: inline-block;
}
#SemiList .semi .dlHorizon dd {
 width: calc(100% - 4.5ic);
}
#SemiList .semi img.uketsuke {
 position: absolute;
 left: 10px;
 top: -13px;
}
#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%;
 background-color: #FDF7F1;
 height: 250px;
 background-image: url(../images/common/heder_bg_left.png), url(../images/common/heder_bg_right.png);
 background-repeat: no-repeat, no-repeat;
 background-position: calc(50% - 580px) 6px, calc(50% + 580px) 108px;
 padding-top: 40px;
 position: relative;
 margin-bottom: 55px;
}
@media (max-width: 767px) {
#Header {
 height: auto;
 background-image: none;
 background-position: 0, 0;
 padding-top: 0px;
 position: relative;
 margin-bottom: 15px;
}
}
#Header #HeaderNav {
 background-color: #EDEAEA;
 width: 510px;
 margin: 0 auto;
 position: absolute;
 top: 160px;
 left: 50%;
 transform: translateX(-50%);
 border-radius: 30px;
 padding: 10px 30px 10px 15px;
}
@media (max-width: 767px) {
#Header #HeaderNav {
 background-color: #EDEAEA;
 width: 90%;
 margin: 0 auto;
 position: relative;
 top: -15px;
 left: auto;
 transform: none;
 border-radius: 30px;
 padding: 10px 15px 10px 8px;
}
}
#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;
}
.swiper-wrap {
 position: relative;
 width: 706px;
 height: 470px;
 overflow: visible;
 margin-top: auto;
 margin-right: auto;
 margin-bottom: 30px;
 margin-left: auto;
}
@media (max-width: 767px) {
.swiper-wrap {
 width: auto;
 height: 90vw;
 margin-bottom: 15px;
}
}
.swiper {
 width: 100%;
 height: 100%;
 overflow: hidden;
 position: relative;
}
.swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 10;
 width: 60px;
 height: 60px;
 background-color: #999;
 border-radius: 50%;
 color: white;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0.9;
}
.swiper-button-prev {
 left: -100px;
}
.swiper-button-next {
 right: -100px;
}
@media (max-width: 767px) {
.swiper-button-prev, .swiper-button-next {
 width: 50px;
 height: 50px;
 background-color: #999;
}
.swiper-button-prev {
 left: 10px;
}
.swiper-button-next {
 right: 10px;
}
}
.swiper {
 --swiper-navigation-size: 20px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
 font-size: 20px !important;
 font-weight: bold;
}
.style1100 {
 clear: both;
 width: 1100px;
 margin-right: auto;
 margin-left: auto;
 position: relative;
}
@media (max-width: 1200px) {
.style1100 {
 width: 92%;
}
}
.style1100:after {
 content:" ";
 display:block;
 clear:both;
}
.styleFull {
 clear: both;
 width: 100%;
 position: relative;
}
.styleFull:after {
 content:" ";
 display:block;
 clear:both;
}
#Seminar .main .semiEntry .semiTitle {
 font-size: 2.4rem;
 color: #3F200E;
 font-weight: 600;
 text-align: left;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #D6D3D1;
 padding-bottom: 10px;
 line-height: 5rem;
}
@media (max-width: 767px) {
#Seminar .main .semiEntry .semiTitle {
 font-size: 1.8rem;
 line-height: 1.8;
}
}
#Seminar .main .semiEntry .semiTitle .uketsuke {
 font-size: 1.7rem;
 color: #FFF;
 background-color: #DE5550;
 margin-right: 20px;
 padding-right: 20px;
 padding-left: 20px;
 font-weight: 400;
 line-height: 4rem;
 border-radius: 5px;
 display: inline-block;
}
#Seminar .main .semiEntry .semiTitle .uketsukeEnd {
 font-size: 1.7rem;
 color: #FFF;
 background-color: #666;
 margin-right: 20px;
 padding-right: 20px;
 padding-left: 20px;
 font-weight: 400;
 line-height: 4rem;
 border-radius: 5px;
 display: inline-block;
}
@media (max-width: 767px) {
#Seminar .main .semiEntry .semiTitle .uketsuke {
 font-size: 1.4rem;
 margin-right: 6px;
 font-weight: 400;
 line-height: 2.8rem;
 padding-right: 10px;
 padding-left: 10px;
}
#Seminar .main .semiEntry .semiTitle .uketsukeEnd {
 font-size: 1.4rem;
 margin-right: 6px;
 font-weight: 400;
 line-height: 2.8rem;
 padding-right: 10px;
 padding-left: 10px;
}
}
#Seminar .main .semiEntry .semiDateRow {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 font-size: 2.0rem;
 font-weight: bold;
 color: #3F200E;
 background-color: #F2F2F2;
 padding-top: 17px;
 padding-bottom: 17px;
 margin-bottom: 30px;
}
@media (max-width: 767px) {
#Seminar .main .semiEntry .semiDateRow {
 display: block;
 font-size: 1.6rem;
 padding-top: 8px;
 padding-bottom: 8px;
 margin-bottom: 10px;
}
}
#Seminar .main .semiEntry .semiDateLabel {
 font-weight: bold;
 min-width: 6em;
 white-space: nowrap;
}
#Seminar .main .semiEntry .semiDateValue > div {
 margin-bottom: 2px;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 {
 width: 48%;
 font-size: 1.7rem;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dt {
 width: 20%;
 font-weight: 600;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dd {
 width: 80%;
}
@media (max-width: 767px) {
#Seminar .main .semiEntry #SemiDetail {
 width: 100%;
 margin-bottom: 0px;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 {
 width: 100%;
 font-size: 1.6rem;
 padding: 0px;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dt {
 width: 100%;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dd {
 width: 100%;
}
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dd .linkMap a {
 display: block;
 color: #FFF;
 background-color: #00748B;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 text-decoration: none;
 width: 8ic;
 font-size: 1.4rem;
 position: relative;
 border-radius: 5px;
 margin-top: 5px;
}
#Seminar .main .semiEntry #SemiDetail .dlHorizon.dlHorizon1 dd .linkMap a:after {
 content: "\f054";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 right: 1rem;
}
.entryBody {
 text-align: left;
}
.entryBody:after {
 content: "";
 display: block;
 clear: both;
}
.entryBody hr {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #E3E3E3;
 margin-top: 20px;
 margin-bottom: 20px;
 display: block;
}
.entryBody hr.space {
 border-top-style: none;
 margin-bottom: 20px;
 display: block;
}
.entryBody p {
 margin-bottom: 1.5rem;
 font-size: 1.7rem;
}
.entryBody h6 {
 font-size:1.7rem;
}
.entryBody h5 {
 font-size:1.8rem;
}
.entryBody h4 {
 font-size:1.9rem;
}
.entryBody h3 {
 font-size:2.0rem;
}
.entryBody h2 {
 font-size:2.4rem;
}
.entryBody h1 {
 font-size:2.8rem;
}
.entryBody ul {
 list-style-type: disc;
 padding-left: 20px;
 margin-bottom: 20px;
}
.entryBody ol {
 padding-left: 20px;
 list-style-type: decimal;
 margin-top: 20px;
 margin-bottom: 20px;
}
.entryBody blockquote {
 padding: 20px;
 background-color: #F3F3F3;
 border: 1px solid #CCC;
 margin: 20px;
}
.entryBody em {
 font-style: italic;
}
.entryBody img {
 max-width: 100%;
}
.entryBody .mgnBtm {
 clear: both;
 margin-bottom: 60px;
}
.entryBody hr.mgnBtm {
 clear: both;
 margin-bottom: 60px;
 border-style: none;
}
.entryBody table {
 width: 100%;
 border-collapse:collapse;
 margin-top: 10px;
 margin-bottom: 10px;
 border-top: 1px solid #333;
 border-left: 1px solid #333;
}
.entryBody table th, .entryBody table td {
 padding: 10px;
 border-right: 1px solid #333;
 border-bottom: 1px solid #333;
}
.entryBody table th {
 background-color: #E3E3E3;
 text-align: center;
}
.entryBody table td {
}
.entryBody a {
 text-decoration: underline;
 word-break: break-all;
}
.entryBody a:hover {
 color: #00f;
 text-decoration: none;
}
.secTitle1 {
 position: relative;
 text-align: center;
 font-size: 2.8rem !important;
 font-weight: bold;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 40px;
 padding-left: 20px;
}
.secTitle1::before, .secTitle1::after {
 content: "////////";
 font-weight: 600;
 letter-spacing: 0.1em;
 color: #C5464C;
 font-size: 2.4rem !important;
}
.secTitle1::before {
 padding-right: 4rem;
}
.secTitle1::after {
 padding-left: 4rem;
}
@media (max-width: 767px) {
.secTitle1 {
 position: relative;
 text-align: center;
 padding: 15px 10px 10px;
 font-size: 2.0rem !important;
 font-weight: bold;
}
.secTitle1::before, .secTitle1::after {
 content: "/////";
 font-weight: 600;
 letter-spacing: 0.1em;
 color: #C5464C;
 font-size: 1.5rem !important;
}
.secTitle1::before {
 padding-right: 2rem;
}
.secTitle1::after {
 padding-left: 2rem;
}
}
@media (max-width: 767px) {
#Seminar .main #SemiFree {
 padding: 0px;
 width: 100%;
}
}
#Seminar .main #SemiForm {
 background-color: #F2F2F2;
 padding-top: 50px;
 padding-bottom: 40px;
 margin-bottom: 0px;
}
@media (max-width: 767px) {
#Seminar .main #SemiForm {
 padding-top: 0px;
 padding-bottom: 10px;
}
}
@media (min-width: 767px) {
#Accepting {
 margin-top: 50px;
}
}
#AcceptList {
 width: 100%;
 margin: 0 auto;
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 gap: 1.5%;
}
#AcceptList a {
 width: 23.5%;
 margin-bottom: 20px;
 text-decoration: none;
 color: inherit;
 display: flex;
 flex-direction: column;
}
@media (max-width: 767px) {
#AcceptList {
 gap: 0%;
 column-gap: 2%;
}
#AcceptList a {
 width: 49%;
 margin-bottom: 10px;
}
}
#AcceptList .semi {
 flex-grow: 1; /* 高さを埋める */
 display: flex;
 flex-direction: column;
 padding: 12px;
 border: 3px solid #F1F1F1;
 border-radius: 10px;
 box-sizing: border-box;
 background: #fff;
 position: relative;
 transition: 0.3s ease;
 margin-top: 13px;
}
@media (max-width: 767px) {
#AcceptList .semi {
 margin-top: 0px;
}
}
#AcceptList a:hover .semi {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 transition: 0.3s ease;
}
#AcceptList .semi .semiImg {
 width: 100%;
 height: 150px;
 object-fit: cover;
 display: block;
 margin: 0 auto;
 transition: transform 0.3s ease;
}
@media (max-width: 767px) {
#AcceptList .semi .semiImg {
 height: 30vw;
}
}
#AcceptList a:hover .semi .semiImg {
 transform: scale(1.07);
}
#AcceptList .semi .semiTitle {
 font-size: 1.6rem;
 color: #00748C;
 border-bottom-width: 3px;
 border-bottom-style: solid;
 border-bottom-color: #F1F1F1;
 margin-bottom: 6px;
 padding-top: 10px;
 padding-bottom: 6px;
 text-align: left;
 font-weight: 500;
}
#AcceptList .semi .semiDate {
 font-size: 1.4rem;
 text-align: left;
 margin-bottom: 3px;
 font-weight: 600;
}
@media (max-width: 767px) {
#AcceptList .semi .semiTitle {
 font-size: 1.5rem;
 line-height: 1.4;
}
#AcceptList .semi .semiDate {
 font-size: 1.3rem;
 line-height: 1.4;
}
}
#AcceptList .semi .dlHorizon {
 font-size: 1.4rem;
}
#AcceptList .semi .dlHorizon dt {
 width: 3.5ic;
}
#AcceptList .semi .dlHorizon dd {
 width: calc(100% - 3.5ic);
}
@media (max-width: 767px) {
#AcceptList .semi .dlHorizon dt, #AcceptList .semi .dlHorizon dd {
 border-top: 1px solid #F1F1F1;
 margin-top: 3px;
 padding-top: 3px;
}
}
.formBox {
 text-align: left;
 background-color: #FFF;
 padding: 50px;
 border-radius: 10px;
 margin-bottom: 40px;
}
@media (max-width: 767px) {
.formBox {
 padding: 15px;
 margin-top: 5px;
 border-radius: 10px;
 margin-bottom: 15px;
}
}
.fluentform .ff-el-help-message {
 font-style: normal !important;
 font-size: 1.4rem !important;
}
#howto .flowBox {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}
#howto .flowBox .flowUL {
 padding-left: 0;
 border-bottom: solid 1px #E1E8ED;
 width: 100%;
}
#howto .flowBox .flowUL > li {
 list-style-type: none;
 display: flex;
 border-top: solid 1px #EDEAEA;
 padding-top: 20px;
 padding-right: 0;
 padding-bottom: 40px;
 padding-left: 0;
}
#howto .flowBox .flowUL > li dl dt {
 font-size: 1.2em;
 line-height: 2;
 font-weight: bold;
 margin-bottom: 10px;
}
#howto .flowBox .flowUL > li .flowNum {
 line-height: 1;
 font-size: 2em;
 font-weight: bold;
 color: #DE5550;
 text-align: center;
 width: 10%;
 position: relative;
 margin-top: 0;
}
#howto .flowBox .flowUL > li .flowNum::before {
 content: 'STEP';
 font-size: 0.3em;
 display: block;
 margin-bottom: 3px;
 letter-spacing: 1px;
}
#howto .flowBox .flowUL > li .flowNum::after {
 content: "";
 display: block;
 width: 1px;
 height: calc(100% - 40px);
 background-color: #DE5550;
 position: absolute;
 left: 0;
 right: 0;
 top: 60px;
 margin: auto;
}
#howto .flowBox .flowUL > li dl dd {
 margin: 0;
}
#howto .flowBox .flowUL > li dl {
 width: calc(100% - 10%);
 margin-top: 0.8em;
 text-align: left;
}
#about .subTitle1 {
	margin-top: 40px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #00748B;
}
@media (max-width: 767px) {
#about .subTitle1 {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #00748B;
}
}