@charset "utf-8";

html {
	font-size: 62.5%;
    scroll-padding-top: 69px;
    scroll-behavior: smooth;
}
main {
	display: block;
}

/* Common */
.inner {
	width: 100%;
	margin: 0 auto;
}
.ofh {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a img:hover, button:hover img, input#submit:hover, #contact-form .wpcf7-submit:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img.o07:hover{
	opacity: 0.7;
}
ul {
    padding: 0;
}
img {
	vertical-align: bottom;
}
.img-100 {
    width: 100%;
    height: auto;
}
li {
	list-style: none;
}
header h1, header nav li, header #h-spl, .sec-h2, .sec-h2-2line span, .sec-h2-border, #category h1 span, .pagination, #expert-slide h3 strong, #researcher-ul h3, .link-btn, .link-btn-s, #event-seminar-ul li, #member-ul h3, #privacy-policy h3, #contact-accept, #contact-form p, #contact-form .wpcf7-submit, #access h3, #access a, #sp-global-nav a, #modal-contents h1, h2.modal-h2-noto, #event-ul .event-li-now, #event-ul .event-li-ended, #event-ul h3, #contact-form .wpcf7 form.sent .wpcf7-response-output, #single-post {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
p, #expert-slide h3, #cat-header #topicpath, #researcher-ul h3 span, #member-ul h4, #contact-form p .wpcf7-list-item-label, #contact-form #privacy-policy p, #contact-form p input, #contact-form p textarea, #contact-form .required, footer li a, #sp-nav-f a, #modal-contents p, #event-ul .event-li-cat, #contact-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #14141E;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
}
.sec-h2-2line, .sec-h2-border strong, #category h1, #sp-global-nav a span, h2.modal-h2-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
#event-ul .event-li-date {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.pc-disp {
    display: none !important;
}
.provisional {
    width: 100%;
    height: 40vh;
}

/* Header */
header {
    width: 100%;
    height: 70px;
    padding: 10px 0 5px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header #h-h1 {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	color: #595757;
}
header #h-h1 strong {
	margin: 0 0 5px;
	display: block;
}
header #h-h1 span {
	display: none;
}
header #h-h1 img {
	display: inline-block;
}
header .inner {
    width: 100%;
    margin: 0;
    padding: 0 2vw;
    position: relative;
}
header #h-logo {
    width: 150px;
    height: auto;
}
header #h-link-area {
	position: absolute;
	top: 5px;
	right: 54px;
	margin: 0;
	display: flex;
}
header #h-link-spl {
	margin-right: 14px;
}
header #h-spl {
	font-size: 1.1rem;
	color: #fff;
	background-color: #1c3177;
	display: block;
	padding: 0 8px;
	height: 38px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
header #h-spl::after {
	background: #69b72a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
header #h-spl:hover::after {
	transform: scale(1, 1);
}
#h-link-concierge-sp {
	margin-top: 8px;
}
header a#h-contact {
	width: 35px;
	height: 24px;
	display: block;
	position: relative;
}
header a#h-contact img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	display: block;
}
header a#h-contact img:last-of-type {
	opacity: 0;
}
header a#h-contact:hover img {
	opacity: 1;
}

/* Sp Menu */
button#sp-menu-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
#sp-menu-btn {
    display: block;      
    width: 30px;      
    height: 30px;      
    position: absolute;
    top: 56%;
    right: 3%;    
    z-index: 110;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border:none;    
}    
.bar {      
    width: 28px;      
    height: 3px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #14141e;    
}    
.bar-top {   
    top: 0;
    transition: all .3s;
}
.bar-mid {    
    top: 11px;
    transition: all .3s;
}
.bar-bottom {
    top: 22px;
    transition: all .3s;
}
#sp-menu-btn.open .bar-top {      
    transform: translate(-50%,11px) rotate(45deg);      
    transition: transform .4s;    
}    
#sp-menu-btn.open .bar-mid {      
    opacity: 0;       
    transition: opacity .4s;    
}    
#sp-menu-btn.open .bar-bottom {      
  transform: translate(-50%,-11px) rotate(-45deg);      
  transition: transform .4s;    
}
#sp-nav-wrap {
    width: 100vw;      
    height: 100dvh;      
    position: fixed;      
    top: 0;      
    right: -100vw;
    transition: all .4s;
    transform: translate(0);     
    z-index: 99;
    background: url("img/nav-sp-md3hub.png") no-repeat right 5vw top 15vh / 50px auto, url("img/nav-sp-st.png") no-repeat center top 55vh / 100% auto;
    background-color: #1C3177;
}
#sp-nav-wrap.open {
	transform: translate(-100vw);
}
.noscroll {
    height: 100%;
    overflow: hidden;
}
#sp-global-nav {
    position: absolute;
    top: 12vh;
}
#sp-global-nav {
    padding-left: 40px;
}
#sp-global-nav li {
    margin-bottom: 20px;
}
#sp-global-nav a {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    color: #e3e6ee;
    display: inline-block;
}
#sp-global-nav a span {
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 1px;
    display: block;
    opacity: .5;
}
.sec-h2-2line span.sec-h2-2line-sla, #cat-header h1 span.cat-h1-2line-sla {
	font-weight: 100;
	font-size: 3rem;
	vertical-align: 5px;
	display: inline;
}
#sp-nav-link {
	position: absolute;
    top: 62vh;
    left: 0;
    right: 0;
}
#sp-j-spl {
    margin: 0 auto;
    width: 250px;
    display: block;
	margin-bottom: 20px;
}
#sp-concierge {
    margin: 0 auto;
    width: 250px;
    display: block;
}

/* Top Slide */
.slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 28px;
    height: 28px;
    z-index: 2;
    border: none;
    background: none;
}
.slide-prev {
    left: 1vw;
}
.slide-next {
    right: 1vw;
}
.slick-dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li.slick-active button::before {
    background-image: url("img/slide-dot-active.png");
}
.slick-dots li button::before {
    background-image: url("img/slide-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}
.slick-dots li button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}
.slick-dots li button {
    position: relative;
    text-indent: -9999px;
}

/* Section Common */
.mt-sec {
    padding-top: 70px;
}
.sec-h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    color: #1C3177;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.sec-h2-2line {
    font-size: 4.6rem;
    color: #1C3177;
    text-align: center;
    letter-spacing: 0.1px;
    margin-bottom: 50px;
}
.sec-h2-2line span {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1px;
}
.sec-h2-border {
    font-size: 1.1rem;
    color: #1C3177;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.sec-h2-border strong {
    font-size: 2.5rem;
    display: inline-block;
    border-bottom: 3px solid #1C3177;
    padding: 5px 10px 0;
}
#j-spl, #researcher, #access {
    padding-bottom: 50px;
}
#contact-form .wpcf7-submit {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.link-btn, #contact-form .wpcf7-submit {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 2px;
    background-color: #1C3177;
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 6px;
    box-shadow: 6px 6px 16px 6px rgba(28, 49, 119, .1);
    text-align: center;
    display: block;
}
.link-btn-s {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    background-color: #1C3177;
    width: 130px;
    margin: 0 auto;
    padding: 4px 0 5px;
    border-radius: 6px;
    box-shadow: 6px 6px 16px 6px rgba(28, 49, 119, .1);
    text-align: center;
    display: block;
}
.link-btn:hover, .link-btn-s:hover, #contact-form .wpcf7-submit:hover {
    background-color: #69b72a;
    box-shadow: 6px 6px 16px 6px rgba(105, 183, 42, .1);
}
#page-top{
    position: fixed;
    right: 5vw;
    bottom: 5vh;
    width: 40px;
}

/* About */
#about {
	background-color: #1c3177;
}
#about #arc-top {
	border-bottom-right-radius: 300px 150px;
	border-bottom-left-radius: 300px 150px;
	margin: 0 -100px;
	padding: 60px 100px 30px;
	background: #fff;
}
#about .inner {
    width: 100%;
    padding: 0 20px 30px;
}
#about p {
    font-size: 1.3rem;
    line-height: 2.6;
}
#about p#about-sup-1, #about p#about-sup-2 {
	color: #4d4d4d;
    text-align: center;
}
#about p#about-sup-1 {
    font-size: 1.1rem;
	margin-top: 20px;
}
#about p#about-sup-2 {
    font-size: 1rem;
}

/* Expert */
#expert {
	background-color: #1c3177;
}
#expert-draw-area {
	padding: 35px 20px;
	text-align: center;
}
#expert-draw-area img {
	width: 100%;
	height: auto;
	display: inline-block;
}
#expert-slide {
	margin: 0;
	width: 100%;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
#expert-slide.slick-initialized {
    visibility: visible;
    opacity: 1;
}
#expert-slide li {
	margin: 0 2px;
}
#expert-slide li h3 {
	color: #fff;
	font-size: 0.8rem;
	padding: 8px 15px;
}
#expert-slide li h3 strong {
	font-size: 1.3rem;
	margin-bottom: 5px;
	display: block;
}
#expert-slide li img {
	width: 100%;
	height: auto;
}

/* Process & Point */
#process-point {
    padding-top: 90px;
    background-color: #1c3177;
    text-align: center;
}
#process-point h2 {
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.3rem;
}
#process-point h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 130px;
	background: #fff;
	margin: 7px auto 0;
}
#p-p-img .inner {
    padding: 60px 40px;
}
#process-point p {
    font-size: 1.1rem;
    line-height: 2;
    padding: 0 20px;
}
#p-p-img-sec .link-btn {
    margin-top: 40px;
}
#process-point #arc-bottom {
	border-top-right-radius: 300px 150px;
	border-top-left-radius: 300px 150px;
	margin: 0 -100px;
	padding: 60px 100px;
	background: #fff;
}

/* SPL Academy */
#splac {
	padding-bottom: 100px;
}
#splac-cont {
	padding: 50px 20px;
	width: 100%;
	position: relative;
}
#splac-cont canvas {
	height: 100%!important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #00a0e8;
	border-radius: 20px;
}
#splac h2 {
	color: #fff;
	margin-bottom: 40px;
}
#splac p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 2.2;
	margin-bottom: 40px;
}
#splac a.link-btn {
    color: #00a0e8;
    background-color: #fff;
	padding: 16px 0 20px 5px;
    width: 280px;
}
#splac a.link-btn:hover {
	color: #fff;
    background-color: #69b72a;
    box-shadow: 6px 6px 16px 6px rgba(105, 183, 42, .1);
}

/* Event / Seminar & Category */
#event-seminar {
	padding-bottom: 70px;
	background-color: #f8fcf5;
}
#event-seminar h2.sec-h2-2line {
	margin-bottom: 30px;
}
#event-seminar-list {
	width: 100%;
	padding: 0 50px;
	text-align: center;
	margin: 0 0 40px;
}
#event-seminar-list p {
	font-size: 1.1rem;
	float: none;
}
#event-seminar-ul {
	width: 100%;
	padding: 0 50px;
	margin: 0;
}
#event-seminar-ul li {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 50px;
}
#event-seminar-ul li:nth-of-type(n+4) {
	display: none;
}
#cat-posts #event-seminar-ul li:nth-of-type(n+4) {
	display: inline-block;
}
#event-seminar-ul li a {
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	position: relative;
}
#event-seminar-ul li a:hover {
	opacity: .7;
}
.es-li-thum {
	width: 100%;
	height: 145px;
	overflow: hidden;
	position: relative;
}
.es-li-thum img {
	width: 100%;
	height: auto;
}
.es-li-past {
	font-size: 1.4rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgb(28 49 119 / .9);
}
.es-li-date {
	letter-spacing: 0.1rem;
	color: #646464;
	padding: 5px 10px;
}
#event-seminar-ul li a h3 {
	color: #141414;
	padding: 0 10px;
	line-height: 1.7;
}
.el-li-cat {
	width: 100%;
	padding: 0 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
}
#event-seminar-ul li .el-li-cat li {
	font-size: 0.9rem;
	width: 75px;
	color: #1c3177;
	padding: 2px 0 4px;
	margin: 0 10px 0 0;
	background-color: #e3e6ee;
	border-radius: 12px;
	text-align: center;
}
#category {
    padding-top: 70px;
}
#cat-header {
	background-color: #1c3177;
	padding: 20px 10px;
}
#cat-header-inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
} 
#cat-header h1 {
	font-size: 2rem;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}
#cat-header h1 span {
    font-size: 1.2rem;
	margin-right: 20px;
    letter-spacing: 0.1rem;
	vertical-align: 1px;
}
#cat-header h1 span.cat-h1-2line-sla {
	font-size: 1.8rem;
	margin-right: 0;
	vertical-align: 2px;
}
#cat-header #topicpath {
	font-size: 1.2rem;
	color: #a4acc8;
}
#cat-header #topicpath a {
	color: #a4acc8;
	text-decoration: underline;
}
#cat-header #topicpath a:hover {
	opacity: .7;
}
#cat-posts {
	background-color: #f8fcf5;
	padding: 50px 0 120px;
	position: relative;
}
.pagination {
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 80px;
	text-align: center;
}
.pagination a, .page-numbers.current {
	color: #1c3177;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	margin: 0 5px;
}
.page-numbers.current {
	color: #fff;
	background-color: #1c3177;
}
.pagination a:hover {
	color: #fff;
	background-color: #69b72a;
}
.pagination a.prev, .pagination a.next {
	background: unset;
}
.pagination a.prev:hover, .pagination a.next:hover {
	color: #1c3177;
	opacity: .7;
}

/* Researcher */
#researcher {
    text-align: center;
}
#researcher-ul {
    width: 100%;
    margin: 30px auto 40px;
}
#researcher-ul li {
    display: inline-block;
}
#researcher-ul li:nth-child(1) {
    width: 100%;
    padding: 0 29%;
    text-align: center;
}
#researcher-ul li:nth-child(2) {
    width: 42%;
    margin-left: 1%;
}
#researcher-ul li:nth-child(3) {
    width: 42%;
    margin-left: 4%;
}
#researcher-ul h3 {
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#researcher-ul h3 span {
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin: 12px 0 2px;
    display: block;
}

/* Outcome */
#outcome {
	padding-bottom: 30px;
	background-color: #f8fcf5;
}
#outcome h2 {
    margin-bottom: 20px;
}
#outcome p {
    font-size: 1.1rem;
    line-height: 2;
	text-align: center;
	padding: 0 50px;
}
#outcome-ul {
	width: 100%;
	margin: 50px 0 0;
	padding: 0 50px;
}
#outcome-ul li {
	width: 100%;
	background-color: #fff;
	margin-bottom: 40px;
}
#outcome-ul li:nth-of-type(n+4) {
	display: none;
}
#outcome-ul li a {
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	position: relative;
}
#outcome-ul li a:hover {
	opacity: .7;
}
.oc-li-thum {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.oc-li-thum img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.oc-li-cat {
	width: 100%;
	padding: 0 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
}
#outcome-ul li .el-li-cat li {
	font-size: 0.9rem;
	width: 75px;
	color: #1c3177;
	padding: 2px 0 4px;
	margin: 0 10px 0 0;
	background-color: #e3e6ee;
	border-radius: 12px;
	text-align: center;
}

/* Concierge */
#concierge {
    text-align: center;
}
#concierge h2 {
    margin-bottom: 15px;
}
#concierge p {
    font-size: 1.1rem;
    line-height: 2;
    padding: 0 5px;
}
#member {
    margin-top: 30px;
    padding: 60px 0 0;
    background: top center / 100% auto no-repeat url("img/member-sp-bg.png");
}
#member-ul {
    width: 65%;
    margin: 40px auto 90px;
}
#member-ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
#member-ul li.member-popup {
    cursor: pointer;
}
#member-ul .member-ul-thumbs {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#member-ul li h3 {
    color: #14141E;
    font-size: 1.4rem;
    margin: 10px 0 3px;
    letter-spacing: 1px;
}
#member-ul li h4 {
    color: #4d4d4d;
    font-size: 0.8rem;
    line-height: 1.7;
}
#member li img {
    transition: transform .5s ease;
}
#member li:hover img {
    transform:scale(1.1,1.1);
}
#member-ul li:hover h3, #member-ul li:hover h4 {
    color: #1C3177;
}
#contact .sec-h2-border {
    margin-bottom: 50px;
}
#contact-form {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 10px;
    text-align: left;
}
#contact-form p {
    margin-bottom: 20px;
}
#contact-form p.required, #contact-form span.required {
    font-size: 0.9rem;
    color: #69b72a;
}
#contact-form span.required {
    margin-left: 2px;
    vertical-align: 1px;
}
#contact-type .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 10px;
}
#contact-type .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.wpcf7-list-item input[type="radio"], #contact-accept input {
    appearance: none;
    display: none;
    opacity: 0;
    width: 1px;
    position: absolute;
    height: 1px;
}
.wpcf7-list-item input[type="radio"] + span, #contact-accept input + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 22px;
}
#contact-accept input + span {
    padding-left: 30px;
}
.wpcf7-list-item input[type="radio"] + span::before,
.wpcf7-list-item input[type="radio"] + span::after, #contact-accept input + span::before, #contact-accept input + span::after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0;
    box-sizing: border-box;
}
.wpcf7-list-item input[type="radio"] + span::before, #contact-accept input + span::before {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #1C3177;
    top: 1px;
    left: 1px;
}
.wpcf7-list-item input[type="radio"] + span::after, #contact-accept input + span::after {
    width: 9px;
    height: 9px;
    background: #1C3177;
    top: 1px;
    left: 5px;
    opacity: 0;
}
.wpcf7-list-item input[type="radio"]:checked + span::before, #contact-accept input:checked + span::before {
    border: 2px solid #1C3177;
}
.wpcf7-list-item input[type="radio"]:checked + span::after, #contact-accept input:checked + span::after {
    background: #1C3177;
    opacity: 1;
}
#contact-form .wpcf7-text, #contact-form .wpcf7-textarea {
    border: 0;
    background-color: #edeef4;
    padding: 12px 20px;
    width: 100%;
}
#contact-form .wpcf7-textarea {
    height: 150px;
}
#contact-form #privacy-policy {
    color: #14141e;
    margin: 30px 5px;
    padding: 15px 20px 1px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
#contact-form #privacy-policy h3 {
    color: #14141e;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}
#contact-form #privacy-policy p {
    color: #595757;
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 0;
    letter-spacing: 0.1rem;
    margin: 6px 0 18px;
}
#contact-form #contact-accept {
    text-align: center;
    letter-spacing: 1px;
}
#contact-submit {
    text-align: center;
    cursor: pointer;
}
#contact-form .wpcf7-submit {
    padding: 12px 0;
}
#contact-form .wpcf7-spinner {
    margin-top: 20px;
}
#contact-form .wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    margin: 0 0 30px;
}
#contact-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.5rem;
    color: #1c3177;
}
#contact-form .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 1.3rem;
    color: #dc3232;
}

/* Modal */
.modal-data {
    display: none;
}
#modal-wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
}
#modal-contents {
    color: #000;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 40px 0;
    background-color: #fff;
    z-index: 100000;
    border-radius: 25px;
}
#modal-contents h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-top: 15px;
}
#modal-contents h2.modal-h2-inter {
    color: #8d98bb;
    font-size: 2rem;
    letter-spacing: 2px;
    margin: 0 0 15px;
    padding: 0 30px;
}
#modal-contents h2.modal-h2-noto {
    color: #8d98bb;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 25px 0 5px;
    padding: 0 23px;
}
#modal-contents p {
    font-size: 1rem;
    padding: 0;
}
#modal-contents p#modal-field, #modal-contents p#modal-message {
    padding: 0 30px;
}
#modal-contents ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: rgba(28,49,119,0.08);
}
#modal-contents li {
    width: 49%;
}
#modal-close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: -35px;
    right: 0px;
    width: 25px;
}

/* Access */
#access {
    color: #fff;
    background-color: #1C3177;
    text-align: center;
}
#access .sec-h2-2line, #access p, #access a {
    color: #fff;
}
#access h2 {
    margin-bottom: 30px;
}
#access p, #access a {
    font-size: 1rem;
    line-height: 2;
}
#access iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 200px;
}
#access h3 {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 20px 0 10px;
}
#access a {
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 0 15px;
    display: block;
}

/* Link */
#link-sec {
    padding: 40px 0 20px;
    background-color: #edeff4;
}
#link-ul {
    width: 60%;
    margin: 0 auto;
}
#link-ul li {
    width: 100%;
    margin-bottom: 20px;
}

/* Single */
#single {
	padding-top: 70px;
}
#single-header {
	background-color: #1c3177;
	padding: 20px 10px;	
}
#single-header-inner {
	width: 100%;
}
#single-header #topicpath {
	font-size: 1.2rem;
	line-height: 2;
	color: #a4acc8;
}
#single-header #topicpath a {
	color: #a4acc8;
	text-decoration: underline;
}
#single-header #topicpath a:hover {
	opacity: .7;
}
#single-post {
	background-color: #f8fcf5;
}
#single-post-inner {
	width: 100%;
	padding: 20px 20px 80px;
	background-color: #fff;
}
p#single-date {
	font-size: 1.2rem;
	margin: 0 0 10px;
	letter-spacing: 0.1rem;
	font-weight: 700;
}
#single-cat {
	margin-bottom: 25px;
}
#single-cat li {
	font-size: 1.4rem;
	color: #1c3177;
	background-color: #e3e6ee;
	padding: 10px 30px;
	border-radius: 6px;
	display: inline-block;
}
#single-post h1 {
	font-size: 2.4rem;
	margin-bottom: 40px;
	letter-spacing: 0.3rem;
	text-align: center;
}
#single-post h2 {
	font-size: 2rem;
	color: #1c3177;
	margin-bottom: 10px;
	letter-spacing: 0.2rem;
	text-align: center;
}
#single-cont {
	color: #141414;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.8;
}
#single-cont p {
	margin-bottom: 50px;
}
#single-cont strong {
	font-weight: 700;
}
#single-cont a {
	color: #448dff;
	text-decoration: underline;
}
#single-cont li {
	list-style-type: disc;
}
#single-cont .wp-block-embed {
	text-align: center;
	margin-bottom: 50px;
}
#single-cont a:hover {
	color: #69b72a;
}
#single-cont .wp-block-button {
	width: 100%;
	text-align: center;
}
#single-cont a.wp-block-button__link {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	color: #fff;
	width: auto;
	text-decoration: none;
	display: inline-block;
	background-color: #1c3177;
	padding: 20px;
	border-radius: 6px;
}
#single-cont a.wp-block-button__link:hover {
	background-color: #69b72a;
}
a#single-list-btn {
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	color: #1c3177;
	width: 80%;
	border: 3px solid #1c3177;
	padding: 20px;
	margin: 50px auto 0;
	border-radius: 6px;
	text-align: center;
	display: block;
}
a#single-list-btn:hover {
	color: #69b72a;
	border: 3px solid #69b72a;
}
.wp-block-image {
	margin-bottom: 35px;
}
#single-cont .wp-block-snow-monkey-blocks-box.smb-box {
	background-color: #f8fcf5;
	--smb-box--border-style: none;
	padding: 20px;
	margin-bottom: 35px;
}
#single-cont .wp-block-snow-monkey-blocks-box p {
	color: #646464;
	margin: 0;
}
.wp-block-table {
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 100;
	color: #646464;
	margin-bottom: 35px;
}
#single-cont .wp-block-table td {
	border: 2px solid #c8c8c8;
	padding: 20px;
}
#single-cont .wp-block-details {
	margin-bottom: 50px;
}
.wp-block-table strong {
	color: #141414;
	font-weight: 700;
	display: block;
	text-align: center;
}

/* Footer */
footer {
    color: #fff;
    background-color: #1C3177;
    padding: 70px 0 50px;
}
footer .inner {
    width: 100%;
    margin: 0;
    padding: 0 2vw;
    position: relative;
}
footer #f-logo, footer #f-logo-2 {
    width: 44%;
    margin-bottom: 30px;
    display: block;
	padding: 0 6px;
}
footer #f-logo-2 {
    margin-bottom: 60px;
}
footer ul {
    padding: 0;
}
#sp-nav-f ul {
    padding-left: 15px;
    overflow: hidden;
}
#sp-f-link {
    margin-bottom: 25px;
}
footer li, #sp-nav-f li {
    float: left;
    margin-right: 15px;
}
footer li:last-child, #sp-nav-f li:last-child {
    margin-right: 0;
}
footer li a, #sp-nav-f a {
    color: #fff;
}
footer #f-link {
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding: 0 6px;
    overflow: hidden;
}
footer #f-link-2 {
    font-size: 0.8rem;
    padding: 0 6px;
    overflow: hidden;
}
footer #f-link-2 a, #sp-f-link-2 a {
    text-decoration: underline;
}
#sp-nav-f {
    font-size: 0.9rem;
    color: #fff;
    position: absolute;
    bottom: 2vh;
}
#sp-nav-f #sp-f-link-2 {
    margin-top: 10px;
    font-size: 0.8rem;
}