@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
scroll-behavior: smooth;
}

body {
text-align: center;
color: #eaf6fd;
background: #0a224c;
font-family: 'Zen Maru Gothic', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
font-size: 1.3rem;
line-height: 2.4rem;
font-weight: normal;
margin: 0 auto;
}

a:link, a:visited {
color: #f9fcfd;
text-decoration: none;
}

a:active, a:hover {
color: #cbe1ee;
text-decoration: none;
}

img {
vertical-align: top;
}

a img:hover {
opacity: 0.8;
}

.swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */

#header {
text-align: center;
width: 94%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
margin: 0 auto;
padding: 20px 0;
}

#header .logo {
width: 45%;
margin: 0 0 10px 0;
}

#header .logo img {
width: 100%;
margin: 0;
}

#header .info {
display: none;
}

#header .navi {
width: 70%;
text-align: center;
margin: 0 auto;
}

#header .navi ul {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}

#header .navi li {
width: 45%;
font-size: 1.5rem;
font-weight: bold;
letter-spacing: 0.1rem;
margin: 0 auto;
}

#header .navi li:nth-of-type(1),
#header .navi li:nth-of-type(2) {
margin: 0 auto 10px auto;
}

#header .navi ul img {
max-width: 100%;
}

#header .alt {
position: relative;
width: 48%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
border: 1px solid #ececf6;
border-radius: 8px;
margin: 0 0 10px auto;
padding: 5px 0;
}

#header .alt a:hover {
cursor: pointer;
}

#header .alt .font {
margin: 0 auto;
}

#header .alt .font::after {
content: "";
position: absolute;
left: 54%;
top: 20%;
width: 1px;
height: 60%;
background: #ececf6;
}

#header .alt .color {
margin: 0 auto;
}

#header .alt p {
font-size: 1.1rem;
line-height: 1.4rem;
text-align: center;
font-weight: bold;
}

#header .alt ul {
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

#header .alt ul li {
position: relative;
text-align: left;
font-size: 1.1rem;
}

#header .alt ul li:first-child {
margin-right: 16px;
}

#header .alt ul li:first-child::after {
content: "";
position: absolute;
right: -9px;
top: 20%;
width: 1px;
height: 60%;
background: #ececf6;
}

/* ----------------------------------------------------------------
mv
----------------------------------------------------------------- */

#mv {
width: 100%;
margin: 0 auto;
}

#mv img {
width: 100%;
}

/* ----------------------------------------------------------------
news
----------------------------------------------------------------- */

#news {
text-align: center;
width: 94%;
margin: 0 auto;
padding: 40px 0;
}

#news h2 {
font-size: 2rem;
letter-spacing: 0.4rem;
margin: 0 auto 20px auto;
}

#news ul {
width: 100%;
border-top: 2px solid #ececf6;
}

#news li {
text-align: left;
letter-spacing: 0.1rem;
border-bottom: 2px solid #ececf6;
padding: 18px 0;
}

#news li .date {
display: block;
color: #589fd0;
letter-spacing: 0.3rem;
margin-right: 20px;
}

#news li a:link, #news li a:visited, #news li a:hover, #news li a:active {
text-decoration: underline;
}

/* ----------------------------------------------------------------
message
----------------------------------------------------------------- */

#message {
text-align: center;
width: 100%;
background: #193459;
margin: 0 auto;
padding: 40px 0;
}

#message h2 {
z-index: 2;
position: relative;
display: inline-block;
text-align: center;
font-size: 1.8rem;
letter-spacing: 0.2rem;
margin: 0 auto 30px auto;
}

#message h2::before {
z-index: -1;
content: "";
display: inline-block;
background: url(../image/fig_serif.png) no-repeat;
background-size: contain;
width: 50px;
height: 40px;
position: absolute;
top: -15px;
left: -40px;
}

#message .column {
text-align: left;
width: 90%;
margin: 0 auto;
padding: 0;
}

#message .left {
width: 100%;
}

#message p {
font-size: 1.4rem;
line-height: 2.6rem;
letter-spacing: 0.1rem;
margin-bottom: 15px;
}

#message p.name {
text-align: center;
line-height: 2.2rem;
padding-top: 10px;
margin: 0 auto 30px auto;
}

#message p.name span {
font-size: 2.4rem;
line-height: 2.2rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin-left: 20px;
}

#message .right {
width: 40%;
margin: 0 auto 10px auto;
}

#message .right img {
width: 100%;
border-radius: 30px;
}

/* ----------------------------------------------------------------
caution
----------------------------------------------------------------- */

#caution {
text-align: left;
width: 94%;
box-sizing: border-box;
border: 2px solid #ececf6;
margin: 40px auto 0 auto;
padding: 20px 20px;
}

#caution h3 {
text-align: center;
margin-bottom: 15px;
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */

#footer {
text-align: center;
width: 94%;
margin: 0 auto;
padding: 40px 0;
}

#footer .info {
width: 100%;
}

#footer h3 {
width: 40%;
margin: 0 auto 30px auto;
}

#footer table {
border-collapse: collapse;
margin: 0 auto 15px auto;
}

#footer table th {
text-align: center;
letter-spacing: 0.2rem;
font-weight: bold;
border-bottom: 2px solid #ececf6;
padding: 10px 10px;
}

#footer table th:first-child {
text-align: left;
}

#footer table td {
text-align: center;
color: #589fd0;
letter-spacing: 0.2rem;
border-bottom: 2px solid #ececf6;
padding: 10px 10px;
}

#footer table td:first-child {
text-align: left;
color: #f9fcfd;
padding: 10px 18px 10px 12px;
}

#footer .info p {
font-size: 1.2rem;
margin-bottom: 15px;
}

#footer p span {
}

#footer p img {
width: 88%;
}

#footer .map {
width: 100%;
}

#footer .map iframe {
width: 100%;
aspect-ratio: 2/1;
margin-bottom: 8px;
}

#footer .map p {
letter-spacing: 0.2rem;
}

#footer .map p .gmap img {
display: block;
width: 150px;
margin: 14px auto 0 auto;
}

#footer .map p .fb img {
width: 36px;
margin: 14px 5px 0 auto;
}

#footer .map p .ig img {
width: 36px;
margin: 14px auto 0 5px;
}

/* ----------------------------------------------------------------
title
----------------------------------------------------------------- */

#title {
text-align: center;
width: 100%;
background: #1f3b60;
margin: 0 auto;
padding: 50px 0;
}

#title h2 {
text-align: center;
font-size: 3rem;
letter-spacing: 0.8rem;
margin: 0 auto 10px auto;
}

#title h3 {
color: #589fd0;
text-align: center;
font-size: 1.4rem;
letter-spacing: 0.2rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
job
----------------------------------------------------------------- */

#job {
text-align: center;
width: 94%;
box-sizing: border-box;
margin: 0 auto;
padding: 40px 0;
}

#job h2 {
letter-spacing: 0.4rem;
margin: 0 auto 20px auto;
}

#job table {
border-collapse: collapse;
margin-bottom: 15px;
margin: 0 auto;
}

#job table th {
width: 30%;
text-align: left;
font-size: 1.4rem;
letter-spacing: 0.2rem;
font-weight: bold;
border-bottom: 2px solid #ececf6;
padding: 10px;
}

#job table td {
text-align: left;
font-size: 1.4rem;
letter-spacing: 0.2rem;
border-bottom: 2px solid #ececf6;
padding: 10px;
}

/* ----------------------------------------------------------------
photo
----------------------------------------------------------------- */

#photo {
width: 94%;
margin: 0 auto;
}

#photo img {
width: 100%;
border-radius: 30px;
}

#photo p.name {
line-height: 1.8rem;
padding-top: 15px;
margin: 0 10px 0 auto;
}

#photo p.name span {
font-size: 1.6rem;
line-height: 1.8rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin-left: 20px;
}

/* ----------------------------------------------------------------
post
----------------------------------------------------------------- */

#post {
width: 94%;
box-sizing: border-box;
margin: 0 auto;
padding: 40px 15px;
}

#post h2 {
letter-spacing: 0.4rem;
margin: 0 auto 30px auto;
}

#post li {
text-align: left;
font-size: 1.4rem;
line-height: 2.4rem;
letter-spacing: 0.2rem;
margin-bottom: 15px;
}

/* ----------------------------------------------------------------
qualification
----------------------------------------------------------------- */

#qualification {
width: 94%;
box-sizing: border-box;
margin: 0 auto;
padding: 0 15px 40px 15px;
}

#qualification h2 {
letter-spacing: 0.4rem;
margin: 0 auto 30px auto;
}

#qualification li {
text-align: left;
font-size: 1.4rem;
line-height: 2.4rem;
letter-spacing: 0.2rem;
margin-bottom: 15px;
}

/* ----------------------------------------------------------------
photos
----------------------------------------------------------------- */

#photos {
width: 94%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
padding: 40px 0 0 0;
}

#photos .photo {
width: 48%;
margin-bottom: 30px;
}

#photos .photo img {
width: 100%;
}

#photos .photo p {
font-size: 1.5rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin-top: 10px;
}
