@charset "utf-8";
/*
Theme Name: ビジネスNOAHサービス
Theme URI: http://biz.noah-s.com/
Description: NOAHサービス 専用テーマです。ご不明な点は作成者までご連絡ください。
Author: EMALICA
Author URI: http://www.emalica.com/
Version: 2.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:400}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}img.bgmaximage{position:fixed!important}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
/* 共通
*************************************************/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
    font-display: swap;
	height: -webkit-fill-available;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: 'M PLUS 1p', sans-serif;
}
body {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
    color: #333333;
    -webkit-text-size-adjust: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin: 0;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.6rem; }
header h1,
header h2,
header h3 {
}
p { margin-top: 1em; }
strong {
    color: #E06D46;
}
del {
    color: #333333;
    text-decoration: line-through 2px solid #E0465A;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	line-height: 0;
    object-fit: contain;
}
table {
	width: 100%;
    margin-bottom: 1em;
	text-align: left;
    border-collapse: collapse;
}
th,td {
    padding: .5em;
    border: 1px solid #ccc;
}
table th,
table td {
    width: auto !important;
}
ul,
ol {
    margin: 0 0 1em 2em;
}
table ul,
table ol {}
a:link, a:visited {
    color: #111725;
    transition: .2s;
}
a:hover {
  color: #111725;
}
.wrapper {
    background-color: #fff;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
.container {
    margin: 0 auto;
    min-height: 100%;
}
@media(min-width: 768px) {
    .container {}
}
@media(min-width: 1242px) {
    .container {}
}
main {
    box-sizing: border-box;
	display: block;
	min-height: 100%;
}
aside {
    box-sizing: border-box;
	min-height: 100%;
}
.row {
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
	overflow: hidden;
    padding: 0 32px;
    width: 100%;
}
.col {
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    padding: 32px 0;
    width: 100%;
}
.cols {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.cols .col {
    padding: 32px 0 16px 0;
}
.cols .col + .col {
    padding: 16px 0 32px 0;
}
@media(min-width: 768px) {
    .row {
        padding: 0 32px;
    }
    .cols {
        display: flex;
        align-items: flex-start;
    }
    .cols .col {
        padding: 32px 16px 32px 0;
        width: 50%;
    }
    .cols .col + .col {
        padding: 32px 0 32px 16px;
    }
}
@media(min-width: 1024px) {
    .cols .col {
        padding: 32px 16px 32px 0;
    }
    .cols .col + .col {
        padding: 16px 0 32px 32px;
    }
}
img.alignleft,
img.alignright {
    margin: 0 0 1em 0;
}
@media(min-width: 768px) {
    img.alignleft {
        width: calc(50% - 32px);
        float: left;
        margin: 0 32px 16px 0;
    }
    img.alignright {
        width: calc(50% - 32px);
        float: right;
        margin: 0 0 16px 32px;
    }
}
.link {
    text-align: center;
}
.link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 3px double #a4752d;
    text-decoration: none;
    padding: 0 1em;
    width: 50%;
    max-width: 414px;
    transition: .2s;
}
.link a:hover {
    background-color: #a4752d;
    color: #fff;
}
.title-border {
	display: flex;
	align-items: center;
	color: #fa0000;
}
.title-border:before,
.title-border:after {
	border-top: 1px dashed #666;
	content: "";
	flex-grow: 1;
}
.title-border:before {
	margin-right: 1rem;
}
.title-border:after {
	margin-left: 1rem;
}
/* エラーページ
***************************************************/
#error404 {
    text-align: center;
    min-height: calc( 100vh - 48px );
}
@media(min-width: 768px) {
    #eroor-404 {
        min-height: calc( 100vh - 72px );
    }
}
/* YouTube
***************************************************/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Googleマップ
***************************************************/
#global-access {
    margin: 128px 0 0 0;
    padding: 1px 0 0 0;
    background-color: #a4752d;
    color: #fff;
}
#global-access .col {
    padding: 32px;
}
#global-access ul {
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    text-align: center;
}
#global-access ul li {
    line-height: 1.5;
}
#global-access ul li a {
    text-decoration: none;
    color: #fff;
}
.google-map {
	box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100vw;
    overflow: hidden;
    border: 1px solid #333333;
	margin: 1em 0;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media(min-width: 768px) {
    .google-map {
        padding-bottom: calc( 100vmin * .58 );
    }
}
/* グローバルヘッダー
***************************************************/
#global-header {
    position: fixed;
    display: flex;
	justify-content: flex-end;
    background-color: rgba(255,255,255,0);
    width: 100%;
    z-index: 999;
	transition: .2s;
	height: 60px;
}
#global-header.fixed {
	background-color: rgba(255,255,255,1);
}
#global-header #logo {
    flex-grow: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    width: auto;
    padding: 0 8px;
    justify-content: center;
}
#global-header #logo img {
    object-fit: contain;
    height: 40px;
}
#home #global-header #logo {
	opacity: 0;
}
#global-header #btn-list {
    list-style: none;
    display: flex;
    margin: 0 8px 0 0;
	width: auto;
	height: 100%;
}
#global-header #btn-list li {
    margin: 0;
	padding: 0;
	min-width: 48px;
}
#global-header #btn-list li span,
#global-header #btn-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111725;
    text-decoration: none;
    cursor: pointer;
	padding: 0;
	margin: 0;
	height: 100%;
	min-width: 60px;
	font-size: 2rem;
}
#global-header #btn-list li span {
	font-size: 32px;
}
@media(min-width: 768px) {
    #global-header {
        height: 72px;
    }
    #global-header #logo {
        flex-grow: 0;
        height: 72px;
        padding: 0 6px;
    }
    #global-header #logo img {
        height: 60px;
    }
    #global-header #btn-list {

    }
    #global-header #btn-list > li span,
    #global-header #btn-list > li a {
        height: 72px;
    }
    #global-header #hamburger-btn {
        display: none;
    }
}
/**
@media(min-width: 1024px) {
    #global-header #hamburger-btn {
        display: none;
    }
}
**/
@media(min-width: 1242px) {}
/* グローバルナビ
***************************************************/
#global-nav {
    display: none;
}
@media(min-width: 1024px) {
    #global-nav {
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 0;
        flex-grow: 1;
        border-left: 1px solid rgba(255,255,255,.2);
        border-right: 1px solid rgba(255,255,255,.2);
    }
    #global-nav ul {
        display: flex;
		justify-content: flex-end;
        margin: 0;
        padding: 0;
    }
    #global-nav ul li {
        margin: 0;
		padding: 0;
    }
    #global-nav ul li a {
        display: flex;
        height: 72px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 0 32px;
        position: relative;
		font-size: 2rem;
		color: #111725;
    }
    #global-nav ul li a::after {
        position: absolute;
        left: 0;
        bottom: 0px;
        display: block;
        content: "";
        height: 3px;
        background-color: #111725;
        transition: .5s;
        width: 0;
    }
    #global-nav ul li.current-menu-item a,
    #global-nav ul li.current-post-ancestor a {}
    #global-nav ul li a:hover::after {
        width: 100%;
    }
    #global-nav ul.sub-menu {
        position: absolute;
        background-color: rgba(255,255,255,.5);
        transition: all .5s ease;
        top: 72px;
        width: auto;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    #global-nav ul li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }
	#global-nav ul li:hover ul.sub-menu li a {}
}
/* グローバルフッター
***************************************************/
#global-footer {
	position: relative;
    background-color: #111725;
    color: #fff;
	z-index: 1;
}
#global-footer #copyright {
    font-size: 1.2rem;
    text-align: center;
    margin: 32px 0 0 0;
}
/* フッターナビ
***************************************************/
#footer-nav {
    font-size: 1.2rem;
}
#footer-nav ul {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
#footer-nav ul li {
    margin: 0;
}
#footer-nav ul li a {
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 8px 0 32px;
    background-color: rgba(0,0,0,0);
    border-top: 1px solid rgba(255,255,255,.3);
}
#footer-nav .sub-menu {
    display: flex;
    flex-wrap: wrap;
}
#footer-nav .sub-menu li {
    width: 50%;
    flex-grow: 1;
}
#footer-nav .sub-menu a {
    color: #fff;
    background-color: rgba(0,0,0,0);
}
#footer-nav a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Material Icons Round";
    content: "keyboard_arrow_right";
    width: 32px;
}
#footer-nav .sub-menu a::before {
    content: "remove";
}
#footer-nav a::before {
    height: 100%;
}
@media( min-width: 1024px ) {
    #footer-nav ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
		border: none;
    }
    #footer-nav ul li:first-child {
        width: 100%;
    }
    #footer-nav ul li a {
        min-height: 32px;
        background-color: rgba(0,0,0,0);
        border-top: 1px solid rgba(0,0,0,.0);
    }
    #footer-nav ul li ul {
        flex-direction: column;
        margin: 0;
    }
    #footer-nav ul li ul li {
        float: none;
    }
    #footer-nav .sub-menu li {
        width: 100%;
    }
}
/* お知らせ
***************************************************/
/* イントロ
***************************************************/
#intro {
	position: relative;
	height: 40vh;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
#intro ul.bg-images {
	box-sizing: border-box;
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40vh;
	width: 100%;
}
#intro ul.bg-images li {}
#intro ul.bg-images li img {
	object-fit: cover;
	height: 40vh;
	width: 100%;
}
#intro .row {
	position: fixed;
	top: 0;
	left: 0;	
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40vh;
	width: 100%;
	margin: 0;
	padding: 16px;
}
#intro .col {
	background-color: rgba(255,255,255,.5);
	border-radius: 8px;
	padding: 16px;
}
#intro h1 {
    margin: 0;
	padding: 0;
	text-align: center;
}
#intro h1#txt-title {
	font-size: 4rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
#intro h1#txt-title span {
    display: block;
    font-size: 1.2rem;
}
#intro h1#txt-title span.subtitle {
    font-size: 1.4rem;
	color: #e85f87;
}
#intro h1#img-title {
	display: flex;
	justify-content: center;
}
@media screen and (orientation: landscape) {
	#intro h1 img {
		width: 50vh;
	}
}
@media screen and (orientation: portrait) {
	#intro h1 img {
		width: 60vw;
	}
}
#intro #overview {}
@media(min-width: 1242px) {
	#intro .row {}
}
#home #intro,
#home #intro ul.bg-images,
#home #intro ul.bg-images li img,
#home #intro .row {
	height: 75vh;
}
/* コンテンツ
***************************************************/
.contents {
	position: relative;
    padding: 0;
	z-index: 99;
	background-color: #fff;
}
/*
.contents::before {
    font-family: 'Material Icons Round';
    content: 'swipe_down_alt';
	display: flex;
	justify-content: center;
	width: 48px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: -48px;
	font-size: 48px;
	color: #000;
	opacity: .2;
}
*/
.contents .row {
	margin: 0 auto;
}
.contents .row:last-child {
    border: none;
    padding-bottom: 64px;
}
.contents h2 {
	position: relative;
    display: flex;
	padding-left: 1.5em;
}
.contents h2::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
    font-family: 'Material Icons Round';
    content: 'fmd_good';
	height: 24px;
	width: 24px;
	margin-right: 8px;
}
.contents h3 {
    color: #2ea7e0;
}
.contents img {
    box-sizing: border-box;
}
.contents header,
.contents footer {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 0;
}
.contents .cols-2 .col,
.contents .cols-3 .col {
    border: 1px solid #2ea7e0;
    border-radius: 5px;
    margin: 32px 0;
    padding: 16px;
}
@media( min-width: 768px ) {
	.contents .row {
		width: 40em;
	}
    .contents header {
        padding: 32px 0 0 0;    
    }
    .contents footer {
        padding: 0 0 32px 0;
    }
    .contents .cols-2,
    .contents .cols-3 {
        display: flex;
        justify-content: space-between;
    }
    .contents .cols-2 .col,
    .contents .cols-3 .col {
        margin: 32px 0;
        background-color: rgba(0,0,0,.025);
    }
    .contents .cols-2 .col {
        width: calc( 100% / 2 - 16px );
    }
    .contents .cols-3 .col {
        width: calc( 100% / 3 - 16px );
    }
}
/* ページリンク
***************************************************/
.page-link {}
.page_link a {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 60px;
	text-decoration: none;
	font-size: 2.4rem;
	font-family: 'Charm', cursive;
	margin: 0 auto;
	padding-left: 60px;
	border-bottom: 1px dashed #333333;
	line-height: 1.2;
	padding-top: 8px;
}
.page_link a:hover {
	background-color: #ffffff;
}
.page_link a::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	background-image: url("./images/icon-h1.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 48px;
	width: 48px;
}
.page_link a .subtitle {
	font-size: 1.4rem;
	display: block;
	color: #e85f87;
}
/* メニュー
***************************************************/
#item-list section {
	clear: both;
	margin: 32px 0;
	overflow: hidden;
}
#item-list section:first-child {
	margin-top: 0;
}
#item-list section h2 {
	border-bottom: 1px dashed #333333;
	margin-bottom: 1em;
}
#item-list dl {
	margin: 0;
	overflow: hidden;
}
#item-list dl dt {
	clear: both;
	float: left;
}
#item-list dl:nth-of-type(2n+2) {
	background-color: #ffffff;
}
#item-list dl dd {
	float: right;
	text-align: right;
}
#item-list dl dd + dd {
	width: 100%;
}
#item-list dl dd .size {
	margin-right: 1em;
}
/* アクセス
***************************************************/
#access #detail dl dt {
	border-bottom: 1px dashed #333333;
	margin: 1em 0 0 0;
	color: #e85f87;
}
#access #detail dl dd a {
	text-decoration: none;
}
#access #detail dl dd .open_close {
	margin-left: 1em;
}
@media(min-width: 768px) {
	#access #detail dl dt {
		clear: both;
		float: left;
		width: 7em;
		margin: 0;
		border: none;
	}
	#access #detail dl dd {
		padding-left: 7em;
	}
}
/* フォーム
***************************************************/
form {
	width: 100%;
	margin: 0 auto;
}
form dl {}
form dl dt {
    font-weight: bold;
    padding: 1em 0 0 0;
}
form dl dd {
    padding: .5em 0 2em 0;
}
form dl dt.required::after {
    content: "※";
    color: #e83e0b;
    font-weight: normal;
    margin-left: .5em;
}
form dd p.note {
    color: #144961;
    font-size: 1.2rem;
}
input[type=radio],
input[type=checkbox] {
    appearance: none;
    display: none;
}
input[type=radio] + span:before {
    font-family: 'Material Icons';
    content: 'radio_button_unchecked';
    display: inline-flex;
    margin-right: .5em;
    font-size: 2rem;
    color: #999;
}
input[type=radio]:checked + span:before {
    content: "radio_button_checked";
    color: #2ea7e0;
}
.mwform-radio-field {
    padding: 1em 0;
}
.mwform-radio-field-text {
    display: inline-flex;
    align-items: center;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=submit],
select,
button,
textarea,
submit {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-size: 1.4rem;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
textarea,
select {
    background-color: #f7f7f7;
    border: 1px solid #fff;
	border-bottom: 1px solid #999;
	padding: 1em;
    width: 100%;
}
select {
    width: 4em;
}
input[type=text].date {
    width: 12em;
}
select#school,
select#course {
    width: auto;
}
textarea {
    height: 10em;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #2ea7e0;
}
form input[type=submit] {
	font-size: 1.6rem;
	padding: 1em 2em;
	display: block;
	margin: 32px auto;
	cursor: pointer;
	border-radius: 4px;
	border: none;
	transition: .2s;
	background-color: #E06D46;
	color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
	white-space: normal;
	line-height: 1.5;
}
form input[type=submit]:hover {
	background-color: #e83e0b;
}
form input[type=number]#age {
    width: 6em;
}
form label {
	cursor: pointer;
}
.ui-datepicker-week-end:first-child {
    color: #f00;
}
.ui-datepicker-week-end:last-child {
    color: #00f;
}
form ::placeholder {
    color: #523a1a;
}
form .name input {
	width: 49%;
}
form .zip input:nth-of-type(1) {
	width: 3em;
	margin: 0 .2em;
	display: inline;
}
form .zip input:nth-of-type(2) {
	width: 4em;
	margin: 0 0 0 .2em;
}
form .tel input:nth-of-type(1) {
	width: 5em;
	margin: 0 .2em 0 0;
	display: inline;
}
form .tel input:nth-of-type(2) {
	width: 5em;
	margin: 0 .2em;
	display: inline;
}
form .tel input:nth-of-type(3) {
	width: 5em;
	margin: 0 0 0 .2em;
}
form .date input {
	width: 16em;
}
::-webkit-input-placeholder {
	color: #ccc;
}
form h2 {
	margin: 32px 0;
    text-align: center;
}
form .address input:last-child {
	margin-top: 8px;
}
p.toggle {
	text-align: center;
	cursor: pointer;
	line-height: 44px;
	border: 1px solid #ccc;
	display: block;
	width: auto;
	padding: 0 16px;
	box-sizing: border-box;
}
.mwform-checkbox-field,
.mwform-radio-field {
    margin: 0;
	padding: 0;
}
.mwform-checkbox-field,
.mwform-radio-field input {
    margin: 0;
    padding: 0;
}
.horizontal-item {
    margin: 0;
    padding: 0;
}
form .error {
	color: #f29600;
}
#agree {
    text-align: center;
    margin: 2em 0;
    padding: 1em;
    border: 1px solid #e83e0b;
}
#agree p {
    margin: 0 0 1em 0;
}
#agree span {
    color: #e83e0b;
}
.date {
    padding-bottom: 1em;
}
.time {
    padding-top: 0;
}
@media(max-width: 600px) {
    .time {
        display: flex;
    }
    .time .time-title {
        padding-top: 1em;
    }
    .time-area {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .time-area span:nth-of-type(2) {
        transform: rotate(-90deg);
        align-self: center;
        padding: .5em 0;
    }
}
@media (min-width: 768px) {
    input[type=text],
    input[type=email] {
        width: 50%;
    }
}
@media (min-width: 1024px) {}
