@charset "UTF-8";
/* Generic / Reset
##################################### */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Elements
##################################### */
:root {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
        "ＭＳ 明朝", serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #000;
    background: #fff;
    overflow-anchor: auto;
}

@media (max-width: 900px) {
    body {
        font-size: 1.3rem;
    }
}

a,
a:hover,
a:focus,
a:active {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    text-decoration: none;
    color: inherit;
}

::-moz-selection {
    color: #fff;
    background: #22447a;
}

::selection {
    color: #fff;
    background: #22447a;
}

button,
[type="button"] {
    cursor: pointer;
}

em {
    font-style: normal;
}

img,
svg,
iframe {
    display: block;
    max-width: 100%;
}

img,
svg {
    height: auto;
}

p {
    line-height: 2.5;
}

main {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    line-height: 1.6;
}

/* Objects
##################################### */
/* Text
----------------------------------------------- */
.o-title {
    margin-bottom: 1em;
    font-size: 1.9em;
    text-align: center;
}

.o-sect-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2.5rem;
    margin-bottom: 1.2em;
}

.o-sect-title:after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1.6em;
    height: 1px;
    width: 1px;
    background: currentColor;
}

.o-sect-title__eng {
    display: none;
    font-size: 2em;
    font-family: "Lustria", serif;
    font-style: italic;
    line-height: 1;
}

.o-sect-title__tit {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 1;
}

@media (min-width: 900px) {
    .o-sect-title__eng {
        display: block;
    }
    .o-sect-title__tit {
        margin-left: 2em;
    }
}

/* Containers
----------------------------------------------- */
.o-wrapper {
    max-width: 150rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

@media (min-width: 600px) {
    .o-wrapper {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.o-container {
    padding-top: 4rem;
}

.o-container--dual {
    padding-bottom: 4rem;
}

@media (min-width: 900px) {
    .o-container {
        padding-top: 10rem;
    }
    .o-container--dual {
        padding-bottom: 10rem;
    }
}

/* Components
##################################### */
/* Header
----------------------------------------------- */
.c-header {
    padding: 2rem;
}

.c-header__logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 1rem;

    margin-left: auto;
    margin-right: auto;
}

.c-header__logo img {
    width: 28rem;
}

.c-header__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22447a;
    border: 1px solid currentColor;
    font-size: 1.8rem;
    width: 2.6em;
    height: 2.6em;
    border-radius: 200vh;
}

.c-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.6rem;
}

.c-header__buttons a {
    font-size: 1.9rem;
    line-height: 1;
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.c-header__buttons a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.c-header__buttons a:first-of-type {
    margin-right: 1em;
}

.c-header__buttons a:last-of-type {
    margin-left: 1em;
}

.c-header__buttons a i {
    font-size: 1.1em;
}

.c-header__meta {
    margin-top: 2rem;
    text-align: center;
}

.c-header__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 4.1rem;
    line-height: 1;
    color: #22447a;
}

.c-header__meta a i {
    margin-right: 1em;
    font-size: 0.4em;
}

.c-header__meta p {
    margin-top: 0.4em;
    font-size: 1.6rem;
    line-height: 1.2;
}

@media (max-width: 374px) {
    .c-header__buttons a i {
        display: none;
    }
}

@media (max-width: 900px) {
    .c-header__meta {
        display: none;
    }
}

@media (min-width: 900px) {
    .c-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3.5rem 2rem;
    }
    .c-header__logo {
        width: auto;
        margin-bottom: 0;
        margin-left: 0;
    }
    .c-header__logo img {
        width: 40rem;
    }
    .c-header__logo a {
        display: none;
    }
    .c-header__meta {
        margin-top: 0.5rem;
        text-align: right;
    }
    .c-header__meta a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .c-header {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .c-header__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .c-header__meta {
        margin-top: 0;
    }
    .c-header__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 6rem;
        padding-bottom: 0.3em;
    }
}

/* Hero
----------------------------------------------- */
.hero {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.hero__tit {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 12em auto -2em;
    padding: 0.8em 3em 0.8em 1.4em;
    font-size: 2.2rem;
    line-height: 1.6;

    color: #fff;
    background: rgba(34, 68, 122, 0.9);
}

@media (max-width: 599px) {
    .hero__tit {
        padding: 0.8em 2em;
    }
}

@media (min-width: 600px) {
    .hero {
        text-align: left;
    }

    .hero__img {
        width: 90%;
    }

    .hero__tit {
        margin-top: 6em;
        margin-bottom: 6em;
        font-size: 3.4rem;
    }
}

@media (min-width: 900px) {
    .hero__tit {
        font-size: 4.4rem;
    }
}

/* Hero
----------------------------------------------- */
.intro {
    background: url("img/icon-grey.svg") no-repeat 10px top/contain;
}

.intro h2 {
    text-align: center;
}

@media (max-width: 599px) {
    .intro {
        padding-top: 8rem;
        background-position: center center;
    }
}

@media (min-width: 600px) {
    .intro p {
        text-align: center;
    }
}

/* Points / Point
----------------------------------------------- */
.points {
    /* ul */
}

.point__wrap {
    padding: 4rem 2.6rem;
    background: #f5f5f5;
}

.point__tit,
.point__subtit {
    text-align: center;
}

.point__tit {
    /* h3 */
}

.point__tit:after {
    margin: 1.4rem auto 4rem;
    content: "";
    display: block;
    width: 6.5rem;
    height: 0.2rem;
    background: #22447a;
}

.point__tit small,
.point__tit em {
    display: inline-block;
    font-style: italic;
    line-height: 1;
    color: #22447a;
    font-family: "Lustria", serif;
    font-weight: 300;
}

.point__tit small {
    margin-right: 0.6em;
    font-size: 1.66em;
}

.point__tit em {
    font-size: 4.5em;
}

.point__txt img {
    display: inline-block;
}

@media (min-width: 600px) {
    .point__wrap {
        padding: 4rem 6rem;
    }
}

@media (max-width: 899px) {
    .point:first-child {
        padding-top: 0;
    }
}

@media (min-width: 900px) {
    .point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 6rem;
    }
    .point--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .point__wrap,
    .point__img {
        width: 50%;
    }
    .point__tit,
    .point__subtit,
    .point__txt {
        max-width: 60rem;
        margin-left: auto;
    }
    .point__tit {
        margin-top: -9rem;
    }
    .point__img {
        -webkit-transform: translateY(-6rem);
        transform: translateY(-6rem);
    }
}

/* Map
----------------------------------------------- */
.c-map {
    width: 100%;
}

.c-map > div {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.c-map > div > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-map__address {
    margin-top: 1.6em;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 800px) {
    .c-map > div {
        padding-bottom: Min(55%, 50rem);
    }
    .c-map__address {
        font-size: 1.8rem;
    }
    .c-map__address br {
        display: none;
    }
}

/* Company
----------------------------------------------- */
.c-company__list {
    /* ul */
    list-style: none;
}

.c-company__item {
    /* li */
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted currentColor;
}

.c-company__item h4,
.c-company__item p {
    line-height: 1.2;
}

.c-company__item h4 {
    padding-bottom: 0.4em;
    font-weight: 600;
}

.c-company__item h4:after {
    content: ":";
}

.c-company__img {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

@media (min-width: 600px) {
    .c-company__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .c-company__item h4 {
        width: 10.5em;
        padding-right: 2em;
        padding-bottom: 0;
        font-weight: 400;
    }
    .c-company__item h4:after {
        content: none;
    }
    .c-company__item p {
        width: calc(100% - 10.5em);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 1100px) {
    .c-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 3rem;
    }
    .c-company__list,
    .c-company__img {
        width: calc(50% - 2rem);
    }
    .c-company__img {
        display: block;
        max-width: 61rem;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .c-company__item {
        padding-top: 1.6em;
        padding-bottom: 1.6em;
    }
}

/* Contact
----------------------------------------------- */
.c-contact__wrap {
    position: relative;
    z-index: 0;
    padding: 3rem;
    text-align: center;
    color: #fff;
    background: url(img/icon-white-fade.svg) no-repeat center center/auto 100%,
        #22447a;
}

.c-contact__tit span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
    font-size: 2.6rem;
    font-family: "Lustria", serif;
    font-style: italic;
}

.c-contact__tit span:before,
.c-contact__tit span:after {
    content: "";
    display: block;
    margin: 0 0.65em;
    width: 1.5em;
    height: 1px;
    background: currentColor;
}

.c-contact__tit h2 {
    font-size: 3.8rem;
}

.c-contact__tit p {
    margin-top: 1em;
    line-height: 1.2;
}

.c-contact__bttnbox {
    margin-top: 4rem;
}

.c-contact__bttnbox > a {
    display: block;
    padding: 3rem 0;
    border: 1px solid currentColor;
}

.c-contact__bttnbox > a + a {
    margin-top: 3rem;
}

.c-contact__tel {
    font-size: 2.8rem;
}

.c-contact__tel div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Lustria", serif;
    font-weight: 300;
    line-height: 1;
}

.c-contact__tel div i {
    margin-right: 0.8em;
    font-size: 0.55em;
}

.c-contact__tel p {
    margin-top: 0.8em;
    font-size: 0.5em;
    line-height: 1;
}

.c-contact__email {
    font-size: 2rem;
}

.c-contact__email i {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

.c-contact__img {
    display: none;
}

@media (min-width: 900px) {
    .c-contact__wrap {
        padding: 4rem;
        width: calc(100% - 5.2rem);
        margin-left: auto;
        margin-right: auto;
    }
    .c-contact__tit p {
        font-size: 2rem;
    }
    .c-contact__bttnbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-contact__bttnbox > a {
        width: calc(50% - 2.25rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
    }
    .c-contact__bttnbox > a + a {
        margin-top: 0;
        margin-left: 4.5rem;
    }
    .c-contact__bttnbox > a:hover,
    .c-contact__bttnbox > a:focus,
    .c-contact__bttnbox > a:active {
        color: #22447a;
        background: #fff;
    }
    .c-contact__img {
        display: block;
        width: 100%;
        height: 48rem;
        margin-top: -30rem;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }
}

@media (min-width: 1200px) {
    .c-contact__wrap {
        padding: 7.4rem 7.4rem 8.4rem;
    }
    .c-contact__tel {
        font-size: 3.3rem;
    }
    .c-contact__email {
        font-size: 2.2rem;
    }
}

/* Footer
----------------------------------------------- */
.c-footer {
    width: 100%;
    padding: 3rem 2.6rem;
    background: #f5f5f5;
}

.c-footer__logo {
    width: 80%;
    max-width: 30rem;
}

.c-footer__text {
    margin-top: 2rem;
    line-height: 1.8;
    text-align: center;
}

.c-footer__copy {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    opacity: 0.7;
}

@media (max-width: 599px) {
    .c-footer__logo {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 600px) {
    .c-footer {
        padding: 6rem 6rem 4.5rem;
    }
    .c-footer__text {
        text-align: left;
    }
    .c-footer__copy {
        text-align: right;
        font-size: 1.2rem;
    }
}

/* Trumps
##################################### */
/* Hero
----------------------------------------------- */
.t-hero {
    width: 100%;
    height: calc(var(--vh) * 100);
}

/* Browser Support
----------------------------------------------- */
