@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.9;
}

.sponly {
display: none;
}

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

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

#header {
text-align: left;
width: 94%;
height: 112px;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
margin: 0 auto;
padding: 0;
}

#header .logo {
width: 22%;
}

#header .info {
color: #444;
width: 21%;
margin: 0 0 0 3%;
letter-spacing: 0.2rem;
}

#header .tel {
position: relative;
padding-left: 25px;
}

#header .tel::before {
content: "";
display: inline-block;
background: url(../image/icon_telephone.png);
background-size: cover;
width: 18px;
height: 18px;
position: absolute;
top: 3px;
left: 0;
}

#header .navi {
width: 50%;
}

#header .navi ul {
text-align: right;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: center;
align-items: center;
}

#header .navi li {
font-size: 1.5rem;
font-weight: bold;
letter-spacing: 0.1rem;
margin-left: 25px;
}

#header .navi li:nth-of-type(4) {
margin-left: 15px;
}

#header .navi ul img {
width: 140px;
}

#header .alt {
position: relative;
width: 22%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
border: 1px solid #ececf6;
border-radius: 8px;
margin: 0 0 0 6%;
padding: 6px 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.2rem;
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;
}

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

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

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

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

#mv img {
width: 100%;
}

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

#news {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
padding: 70px 0;
}

#news h2 {
width: 25%;
font-size: 2rem;
letter-spacing: 0.4rem;
}

#news ul {
width: 75%;
border-top: 2px solid #7d8eac;
}

#news li {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
letter-spacing: 0.1rem;
border-bottom: 2px solid #7d8eac;
padding: 18px 0;
}

#news li .date {
display: inline-block;
width: 180px;
color: #7eb6dc;
letter-spacing: 0.3rem;
}

#news li .title {
display: inline-block;
width: calc(100% - 180px);
}

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

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

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

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

#message .column {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
padding: 0;
}

#message .left {
width: 62%;
}

#message p {
font-size: 1.5rem;
line-height: 2.9rem;
letter-spacing: 0.1rem;
margin-bottom: 20px;
}

#message p.name {
text-align: right;
line-height: 2.2rem;
padding-top: 10px;
margin: 0 10px 0 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: 28%;
}

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

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

#caution {
text-align: left;
width: 94%;
max-width: 1100px;
box-sizing: border-box;
border: 2px solid #f9fcfd;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin: 70px auto;
padding: 60px 70px;
}

#caution h3 {
width: 20%;
}

#caution p {
width: 80%;
}

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

#footer {
text-align: left;
width: 100%;
background: #193459;
margin: 0 auto;
padding: 70px 0;
}

#footer .inner {
text-align: left;
width: 94%;
max-width: 1100px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto;
}

#footer .info {
width: 35%;
}

#footer h3 {
width: 55%;
margin-bottom:30px;
}

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

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

#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 12px;
}

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

#footer .info p {
width: 93%;
margin-bottom: 14px;
}

#footer p span {
}

#footer p img {
width: 99%;
}

#footer .map {
width: 60%;
}

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

#footer .map p {
letter-spacing: 0.2rem;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}

#footer .map p .address {
}

#footer .map p .gmap {
width: 20%;
margin-left: 20px;
}

#footer .map p .fb {
width: 36px;
margin-left: auto;
}

#footer .map p .ig {
width: 36px;
margin-left: 10px;
}

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

#title {
text-align: center;
width: 100%;
background: #1f3b60;
margin: 0 auto;
padding: 70px 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%;
max-width: 1100px;
margin: 0 auto;
padding: 70px 0;
}

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

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

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

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

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

#photo {
width: 94%;
max-width: 1100px;
box-sizing: border-box;
margin: 0 auto 60px auto;
}

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

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

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

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

#post {
width: 94%;
max-width: 1100px;
background: #193459;
border: 2px solid #ececf6;
box-sizing: border-box;
border-radius: 30px;
margin: 0 auto 60px auto;
padding: 60px 60px;
}

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

#post li {
font-size: 1.4rem;
line-height: 3.4rem;
letter-spacing: 0.2rem;
}

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

#qualification {
width: 94%;
max-width: 1100px;
background: #193459;
border-radius: 30px;
border: 2px solid #ececf6;
box-sizing: border-box;
margin: 0 auto 60px auto;
padding: 60px 60px;
}

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

#qualification li {
font-size: 1.4rem;
line-height: 3.4rem;
letter-spacing: 0.2rem;
}

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

#photos {
width: 94%;
max-width: 1100px;
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: 70px 0 0 0;
}

#photos .photo {
width: 31%;
margin-bottom: 60px;
}

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

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