@charset "utf-8";

body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
}
.en {
    font-family: 'Roboto', sans-serif;
}

header {
    border-bottom: 1px solid #000;
}
header .inner {
    position: relative;
    width: 1200px;
    margin: auto; 
}
header .inner h1 a {
    display: block;
    position: relative;
    width: 400px;
    min-height: 70px;
    padding-left: 120px;
    padding-top: 10px;
}
header .inner h1 a img {
    position: absolute;
    left: 0;
    top: 0;
}
header .inner h1 a span {
    display: block;
}
header .inner h1 a span:first-of-type {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.08em;
}
header .inner h1 a span:last-of-type {
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 0.1em;
}
header ul.nav {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 0;
    text-align: right;
    width: 700px;
}
header ul.nav li {
    position: relative;
    display: inline;
    font-size: 14px;
    line-height: 1em;
    margin-left: 15px;
}
header ul.nav li a {
    font-size: 14px;
}
header ul.nav li > ul {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10000;
    text-align: left;
    width: 250px;
    height: 0;
    overflow: hidden;
    background-color: rgba(235,235,235,0.95);
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
header ul.nav li:nth-of-type(2) ul {
    width: 280px;
}
header ul.nav li:nth-of-type(3) ul {
    width: 150px;
}
header ul.nav li:nth-of-type(4) ul {
    width: 190px;
}
header ul.nav li:hover ul {
    height: auto;
}
header ul.nav li:hover ul li {
    display: block;
    margin: 0 15px;
    border-top: 1px solid #fff;
}
header ul.nav li:hover ul li:first-of-type {
    border-top: none;
}
header ul.nav li:hover ul li a {
    display: block;
    line-height: 1em;
    padding: 10px 0;
}
header ul.nav li:hover ul li a::after {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    line-height: 1em;
    font-weight: 900;
}

footer {
    border-top: 1px solid #000;
}
footer .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
}
footer .copy {
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
}
footer .old {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1em;
}
footer .old a {
    font-size: 12px;
}
footer .old a::after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 12px;
    font-weight: 900;
    margin-left: 2px;
}

#main {
    width: 1200px;
    margin: 40px auto;
}

.box_wrap {
    float: left;
    width: 780px;
}
.box_wrap div.box {
    float: left;
    color: #fff;
    width: 260px;
    height: 260px;
    padding: 15px;
    overflow: hidden;
}
.box_wrap div.box h2 {
    font-size: 18px;
    line-height: 1em;
    text-shadow: 1px 1px 2px #000;
}
.box_wrap div.box ul {
    display: none;
    margin-top: 10px;
    overflow: hidden;
}
.box_wrap div.box ul li {
    font-size: 14px;
    line-height: 1em;
    border-top: 1px solid #fff;
}
.box_wrap div.box ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 0;
}
.box_wrap div.box01 {
    cursor: pointer;
    background-color: #0c419a;
}
.box_wrap div.box02 {
    cursor: pointer;
    background-color: #006881;
}
.box_wrap div.box03 {
    cursor: pointer;
    background-color: #017e74;
}
.box_wrap div.box04 {
    cursor: pointer;
    background-color: #1b9850;
}
.box_wrap div.box05 {
    cursor: pointer;
    background-color: #b2db11;
}
.box_wrap div.box06 {
    position: relative;
    width: 520px;
    padding: 0;
}
.box_wrap div.box06 .sp-slides {
    width: 520px !important;
    max-width: 520px !important;
    height: 520px !important;
}
.box_wrap div.box06 .sp-slide {
    width: 520px !important;
    max-width: 520px !important;
    height: 520px !important;
    overflow: hidden;
}
.box_wrap div.box06 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


.news_box {
    float: right;
    width: 420px;
    height: 520px;
    padding: 15px;
    background-color: #eee;
}
.news_box h2 {
    color: #333;
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}
.news_box ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 20px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ccc;
}
.news_box ul li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
}
.news_box ul li a {
    display: block;
    font-size: 14px;
}
.news_box ul li a span {
    display: block;
    color: #666;
    font-size: 12px;
}
.news_box .more {
    font-size: 16px;
    line-height: 1em;
    text-align: right;
}
.news_box .more a::after {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 16px;
    font-weight: 900;
    margin-left: 5px;
}



h2.midashi {
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
}
h2.midashi.en {
    font-size: 24px;
}
h2.midashi span {
    position: relative;
}
h2.midashi span::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color:  #f90;
}

#main.news_wrap .cont,
#main.page_wrap .cont {
    float: left;
    width: 880px;
    margin: 0;
}

#main.news_wrap .sub,
#main.page_wrap .sub {
    float: right;
    width: 270px;
    margin: 0;
}


#main.page_wrap .cont {
    
}
#main.page_wrap .cont .pan {
    font-size: 12px;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
}
#main.page_wrap .cont a {
    color: #1C75C8;
}
#main.page_wrap .cont h3 {
    font-size: 18px;
    line-height: 1em;
    padding: 8px 0 8px 5px;
    margin: 30px 0;
    border: 3px solid #ddd;
    border-right: none;
    border-left: none;
}
#main.page_wrap .cont h3::before {
    content: '\f018';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 20px;
    font-weight: 900;
    margin-right: 5px;
}
#main.page_wrap .cont h4 {
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    padding: 0 0 8px 0;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f90;
}
#main.page_wrap .cont p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 1em;
}
#main.page_wrap .cont p.att {
	color: #006881;
	padding-left: 24px;
	margin: 30px 0;
}
#main.page_wrap .cont .wp-block-group.syoseki {
	margin-bottom: 7px;
}
#main.page_wrap .cont ul.syoseki > li {
    font-size: 14px;
    line-height: 1.6em;
	padding-left: 24px;
	text-indent: -24px;
	margin-bottom: 14px;
}
#main.page_wrap .cont ul.syoseki > li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
    margin: 0 5px;
}
#main.page_wrap .cont ul.syoseki li span {
    color: #006881;
}
#main.page_wrap .cont ul.syoseki > li > ul li {
	padding-left: 14px;
	text-indent: -14px;
	margin-bottom: 3px;
}
#main.page_wrap .cont ul.syoseki > li > ul li > ul li {
	padding-left: 14px;
	text-indent: 0;
}
#main.page_wrap .cont ul.syoseki > li > ul li > ul li > ul{
	margin: 5px 0 10px;
}
#main.page_wrap .cont ul.syoseki > li > ul li > ul li > ul li > ul {
	margin: 0;
}

#main.page_wrap .cont ul.syoseki li div.box {
    padding: 10px 20px;
    margin: 5px 0;
    background-color: #98D7D7;
}



#main.page_wrap .cont table {
    width: 100%;
    border-collapse: collapse;
    
}
#main.page_wrap .cont .table01 {
    margin: 30px 0;
}
#main.page_wrap .cont .table01 td {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px;
    border: 1px solid #aaa;
}

#main.page_wrap .cont .table02 {
    margin: 50px 0;
}
#main.page_wrap .cont .table02 td {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 15px;
}
#main.page_wrap .cont .table02 tr:nth-of-type(2n-1) {
    background-color: #F8EFA9;
}

#main.page_wrap .cont .table03 {
    margin: 30px 0;
}
#main.page_wrap .cont .table03 td {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px;
    border: 1px solid #aaa;
}
#main.page_wrap .cont .table03 tr td:nth-of-type(1) {
    width: 10%;
}
#main.page_wrap .cont .table03 tr td:nth-of-type(2) {
    width: 90%;
}
#main.page_wrap .cont .hyosyo table tr td:nth-last-of-type(4) {
    width: 15%;
}
#main.page_wrap .cont .hyosyo table tr td:nth-last-of-type(3) {
    width: 40%;
}
#main.page_wrap .cont .hyosyo table tr td:nth-last-of-type(2) {
    width: 30%;
}
#main.page_wrap .cont .hyosyo table tr td:nth-last-of-type(1) {
    width: 15%;
}

#main.page_wrap .cont .table01.shisatsu table tr td:nth-of-type(1) {
    width: 13%;
}
#main.page_wrap .cont .table01.shisatsu table tr td:nth-of-type(2) {
    width: 17%;
}
#main.page_wrap .cont .table01.shisatsu table tr td:nth-of-type(3) {
    width: 70%;
}

#main.page_wrap .cont .table01.kouen tr td:nth-of-type(1) {
    width: 10%;
}
#main.page_wrap .cont .table01.kouen tr td:nth-of-type(2) {
    width: 40%;
}
#main.page_wrap .cont .table01.kouen tr td:nth-of-type(3) {
    width: 40%;
}
#main.page_wrap .cont .table01.kouen tr td:nth-of-type(4) {
    width: 15%;
}

#main.page_wrap .cont .wp-block-group.link {
    border: 1px solid #aaa;
    border-bottom: none;
}
#main.page_wrap .cont .wp-block-group.link p {
    float: left;
    font-size: 14px;
    line-height: 1.5em;
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #aaa;
}
#main.page_wrap .cont .wp-block-group.link p:nth-of-type(2n) {
    border-left: 1px solid #aaa;
}

#main.page_wrap .cont .kaiho_wrap {
    
}
#main.page_wrap .cont .kaiho_wrap li {
    float: left;
    width: 140px;
    margin-right: 8px;
    margin-bottom: 12px;
}
#main.page_wrap .cont .kaiho_wrap li:nth-of-type(6n) {
    margin-right: 0;
}
#main.page_wrap .cont .kaiho_wrap li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    width: 140px;
}
#main.page_wrap .cont .kaiho_wrap li a div.img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid #ccc;
}
#main.page_wrap .cont .kaiho_wrap li a div.img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#main.page_wrap .cont .kaiho_wrap li a div.title {
    font-size: 14px;
    line-height: 1.2em;
    height: 2.5em;
}
#main.page_wrap .cont .kaiho_wrap li a span.ss {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 25px);
    z-index: 100;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    width: 100px;
    height: 34px;
    padding: 10px 0;
    background-color: #aaa;
}

#main.page_wrap .cont figure.fl {
    margin-right: 15px;
    margin-bottom: 10px;
}

#main.page_wrap .sub h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 10px 0 10px 10px;
    background-color: #aaa;
}
#main.page_wrap .sub h3::before {
    content: '\f02d';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin-right: 5px;
}
#main.page_wrap .sub h3.about {
    background-color: #0c419a;
}
#main.page_wrap .sub h3.kenkyu {
    background-color: #006881;
}
#main.page_wrap .sub h3.activity {
    background-color: #017e74;
}
#main.page_wrap .sub ul li {
    font-size: 14px;
    line-height: 1em;
    border-bottom: 1px solid #ddd;
}
#main.page_wrap .sub ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px 10px 10px;
}
#main.page_wrap .sub ul li a::after {
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 18px;
    font-weight: 900;
}

#main.news_wrap .cont .h {
    margin: 50px 0 10px;
    border-top: 3px solid #ddd;
}
#main.news_wrap .cont .h h3 {
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    padding: 20px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}
#main.news_wrap .cont .h span {
    display: block;
    color: #666;
    font-size: 13px;
    text-align: right;
    margin-top: 15px;
}
#main.news_wrap .cont .c {
    padding: 0 10px;
}
#main.news_wrap .cont .c p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 1em;
}
#main.news_wrap .cont .p {
    padding-top: 20px;
    margin: 50px 0;
    border-top: 1px solid #ddd;
}
#main.news_wrap .cont .p table {
    width: 100%;
}
#main.news_wrap .cont .p table td {
    font-size: 14px;
    text-align: center;
    width: 30%;
}
#main.news_wrap .cont .p table td a {
    position: relative;
}
#main.news_wrap .cont .p table td:nth-of-type(1) {
    text-align: left;
    padding-left: 15px;
}
#main.news_wrap .cont .p table td:nth-of-type(2) {
    width: 40%;
}
#main.news_wrap .cont .p table td:nth-of-type(3) {
    text-align: right;
    padding-right: 15px;
}
#main.news_wrap .cont .p table td:nth-of-type(1) a::before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
    margin-right: 5px;
}
#main.news_wrap .cont .p table td:nth-of-type(3) a::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
}
#main.news_wrap .cont .p table td:nth-of-type(2) a::after {
    position: absolute;
    left: calc(50% - 7px);
    bottom: -20px;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
}
#main.news_wrap .cont .c a {
    color: #f90;
}

#main.news_wrap .sub h3 {
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
#main.news_wrap .sub h3::before {
    content: '\f018';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 20px;
    font-weight: 900;
    margin-right: 5px;
}
#main.news_wrap .sub h3.en {
    font-size: 18px;
}

#main.news_wrap .sub ul {
    margin-bottom: 50px;
}

#main.news_wrap .sub ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 20px;
    margin-bottom: 1em;
}
#main.news_wrap .sub ul.arch li {
    font-size: 16px;
    line-height: 1em;
}
#main.news_wrap .sub ul li::before {
    position: absolute;
    left: 0;
    top: 1px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 14px;
    font-weight: 900;
}
#main.news_wrap .sub ul li a span {
    display: block;
    color: #666;
    font-size: 13px;
}

.news_wrap ul.ichiran {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.news_wrap ul.ichiran li {
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px dashed #ccc;
}
.news_wrap ul.ichiran li:last-of-type {
    border-bottom: none;
}
.news_wrap ul.ichiran li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    padding: 15px;
}
.news_wrap ul.ichiran li a::after {
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    color: #f90;
    font-size: 30px;
    line-height: 1em;
    font-weight: 900;
}
.news_wrap ul.ichiran li a span {
    margin-right: 1em;
}






/* contact */

.form table {
    width: 100%;
}
.form table td {
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: top;
    padding-bottom: 20px;
}
.form table tr td:nth-of-type(1) {
    width: 240px;
    padding-top: 8px;
}
.form table tr td:nth-of-type(1) span {
    color: #B70000;
    font-size: 13px;
    font-weight: bold;
}
.form table tr td:nth-of-type(2) {
    width: 640px;
}
.form table td div.nashi {
    padding-top: 8px;
    margin-bottom: 15px;
}
.mw_wp_form .error {
    margin-top: 5px;
}

.mw_wp_form_confirm .form table tr td:nth-of-type(2) {
}
.mw_wp_form_confirm .form table tr td:nth-of-type(2) div.waku {
    width: 100%;
    padding: 8px 5px;
    background-color: #F7F7F7;
}
.mw_wp_form_confirm p,
.mw_wp_form_confirm .form table tr td:nth-of-type(1) span,
.mw_wp_form_confirm .form table td div.nashi {
    display: none;
}

input[type="text"],
input[type="email"],
textarea {
    font-size: 14px;
    width: 100%;
    height: 30px;
    padding: 8px 5px;
    background-color: #F7F7F7;
    border: none;
    -webkit-appearance : none;
}
textarea {
    height: 200px;
}
label {
    cursor: pointer;
}
.form table td .w1 {
    width: 200px;
}
.form table td .w2 {
    width: 400px;
}
.form .btn {
    font-size: 0;
    text-align: center;
}
.form .btn input {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 20px;
    margin: 0 10px;
    background-color: #0c419a;
    border: none;
}
.form .btn input.back {
    color: #000;
    background-color: #aaa;
}
.mw_wp_form_complete {
    text-align: center;
    padding: 50px 0;    
    border: 2px solid #ddd;
}



/* common */
hr {
    color: #a5a6a6;
    background-color: #a5a6a6;
    margin: 0;
}


a {
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
a:hover {
    opacity: 0.45;
}

br.sp,.sp {
    display: none !important;
}
