@charset "utf-8";

/* ◆ common ◇ ------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.inner {
    position: relative;
    max-width: 92%;
    margin: 0 auto;
}
button,input,
select,textarea {
	background-color : transparent;
	border-style     : none;
}
a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}
a img {
    border: none;
}

img {
	max-width: 100%;
	vertical-align : middle;
	border-style   : none;
	display: block;
  margin: 0 auto;
}
h1, h2, h3, h4 {font-family: 'Kosugi Maru', sans-serif;}
h1 {font-weight: bold;}
dl,dt,dd,ul,li {margin: 0;}
dt {font-weight: normal;}
/* スマホスクロールバグ回避 */
body {
	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
}
li {list-style : none;}
.bld {font-weight: bold;}
.red {color: red;}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    line-height: 2;
    color: #000;
    overflow-x: hidden;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.inner--1200 {
    width: 120rem;
}
.inner {
    position: relative;
    max-width: 92%;
    margin: 0 auto;
}

/* --------------------------------------------------- ▽ */
/*   styles
/* --------------------------------------------------- ▽ */

.header {
    background-color: #fff;
}
.header .inner {
    width: 100%;
    max-width: 100%;
}
.header__content {
    height: 11.5rem;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__content .top-logo {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 3.5rem;
    margin-left: 12vw;
}

.header__content .top-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header__content .top-logo img {
    max-width: 10rem;
}

.header__content .nav {
    height: 100%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__content .nav li {
    height: 100%;
}

/*main*/
.inner.full-width {
    width: 100% !important;
    max-width: 100%;
}
.page-mv img {
    width: 100%;
}
.page-mv p {
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-title {
    font-size: 5rem;
    font-weight: bold;
    color: #16245B;
    margin: 8rem 0 4rem;
    text-align: center;
}
.company-message__cct-1 {
    position: relative;
}
.company-message__cct-1 img {
    width: 42rem;
    position: absolute;
    right: 0;
    top: 0;
}
.company-message__cct-1 p {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 3.8rem;
    line-height: 2.7;
    color: #16245B;
}
.company-message__cct-2 p {
    margin: 5rem 0;
    font-size: 2.2rem;
}
.company-about table {
    border-top: 1px solid #16245B;
    border-left: 1px solid #16245B;
}
.company-about table tr th {
    background-color: #16245B;
    color: #fff;
    text-align: center;
    min-width: 24.8rem;
    font-size: 2.2rem;
    line-height: 1.7;
    font-weight: 600;
}
.company-about th {
    border-right: 1px solid #16245B;
    border-bottom: 1px solid #fff;
}
.company-about table tr td {
    padding: 3rem 0rem 3rem 5rem;
    font-size: 2.1rem;
    line-height: 1.7;
}
.company-about td {
    border-right: 1px solid #16245B;
    border-bottom: 1px solid #16245B;
}
.company-ctt__img {
    position: relative;
    margin: 10rem 0 10rem;
}
.company-ctt__img > p {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    width: 87%;
    left: 50%;
    bottom: -4.5rem;
    transform: translateX(-50%);
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 4.3rem;
    line-height: 1.5;
    color: #16245B;
    padding: 3rem 4.5rem 2rem 2rem;
}
.company-ctt__img > p span {
    display: block;
    flex: 1;
    text-align: center;
}
.company-ctt__txt {
    font-size: 2.1rem;
}
.company-ctt__txt p {
    margin: 5rem 0;
}

/*footer*/
.footer {
    text-align: center;
}
.footer-grey .footer__top {
    background-color: #EDF0F2;
}
.footer__top {
    background-color: #fff;
    font-size: 2rem;
    padding: 4rem 0;
}
.footer__bottom {
    background-color: #00060B;
    color: #fff;
    padding: 4.5rem 0 2.5rem;
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}
