@charset "UTF-8";

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

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

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
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.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
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    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] {
    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
}

[hidden],
template {
    display: none
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    color: #333;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75
}

p {
    margin: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    list-style: none
}

dl li,
ol li,
ul li {
    margin: 0
}

dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

dl dd,
dl dt {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 1120px
}

.center {
    text-align: center
}

.global-header {
    border-top: 2px solid #0d57c6;
    line-height: 0;
    margin-bottom: .5rem
}

@media screen and (min-width:600px) {
    .global-header .container {
        align-items: flex-end;
        display: flex;
        justify-content: space-between
    }
}

.global-header .header-info,
.global-header .header-logo {
    margin-top: .5rem
}

@media screen and (min-width:600px) {
    .global-header .header-logo {
        max-width: 200px
    }
}

.global-header .header-info {
    color: #0d57c6;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.25
}

/* ▼20251009 */
@media screen and (max-width: 599px) {
  .global-header .header-info {
    display: none;
  }
}

.global-header .header-info span {
    font-size: 1.265625em
}

main {
    background: url(../img/main_back_sky.jpg) no-repeat top/cover;
    overflow: hidden
}

.main-visual {

}

@media screen and (min-width:600px) {
    .main-visual {
        padding: 10rem .75rem;
        display: block
    }
}

@media screen and (min-width:600px) {
    .main-visual figure {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px
    }
}

.site-nav {
    margin-top: 1.5rem;
    margin-bottom: 3rem
}

.site-nav ul {
    display: grid;
    grid-gap: 1.5rem;
    grid-template: 1fr 1fr/1fr 1fr
}

@media screen and (min-width:600px) {
    .site-nav ul {
        grid-template: 1fr/1fr 1fr 1fr 1fr
    }
}

.site-nav ul li:first-of-type {
    grid-column: 1
}

.site-nav ul li:nth-of-type(2) {
    grid-column: 2
}

.site-nav ul li:nth-of-type(3) {
    grid-column: 3
}

@media screen and (max-width:599px) {
    .site-nav ul li:nth-of-type(3) {
        grid-column: 1;
        grid-row: 2
    }
}

.site-nav ul li:nth-of-type(4) {
    grid-column: 4
}

@media screen and (max-width:599px) {
    .site-nav ul li:nth-of-type(4) {
        grid-column: 2;
        grid-row: 2
    }
}

.top-contents {
    margin-top: 1.5rem;
    margin-bottom: 3rem
}

@media screen and (min-width:600px) {
    .top-contents {
        padding-right: 4rem;
        padding-left: 4rem
    }
}

.top-contents h2 {
    border-bottom: 2px solid #0d57c6;
    font-family: serif;
    font-size: 1.8020324707em;
    letter-spacing: .5rem;
    margin-bottom: .75em;
    padding-bottom: .5em;
    text-align: center
}

@media screen and (min-width:600px) {
    .greeting {
        display: flex
    }
}

.greeting-body {
    margin-bottom: 1.5rem
}

.greeting-image {
    line-height: 1.5;
    text-align: center
}

@media screen and (min-width:600px) {
    .greeting-image {
        width: 210px;
        flex-shrink: 0;
        margin-left: 3rem
    }
}

.greeting-image figure {
    margin-bottom: 1rem
}

.main-contents {
    margin-bottom: 3rem
}

.main-contents .medium-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 860px
}

.main-contents .small-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 720px
}

.main-contents h2 {
    padding: .25em;
    background: rgba(13, 87, 198, .8);
    border-radius: 4px;
    color: #fff;
    font-size: 1.8020324707em;
    letter-spacing: .25rem;
    margin-bottom: 3rem;
    text-align: center
}

.main-contents h3 {
    padding: .25em;
    background: #fff;
    border-bottom: 2px solid #0d57c6;
    border-top: 2px solid #0d57c6;
    font-size: 1.6018066406em;
    letter-spacing: .25em;
    margin-bottom: .75rem;
    text-align: center
}

@media screen and (min-width:600px) {
    .main-contents p {
        padding-right: 4.5rem;
        padding-left: 4.5rem
    }
}

.main-contents dl {
    margin-bottom: 2rem
}

.main-contents dl div {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

@media screen and (min-width:600px) {
    .main-contents dl div:before {
        height: auto;
        width: 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 132px;
        background: #0d57c6;
        content: ""
    }
}

.main-contents dl div:nth-of-type(odd) {
    background: hsla(0, 0%, 66.7%, .5)
}

.main-contents dl div dd,
.main-contents dl div dt {
    padding: .75em 1.5em
}

.main-contents dl div dt {
    font-weight: 700;
    width: 132px
}

.main-contents dl div dd {
    width: 588px
}

.main-contents dl div dd:nth-of-type(n+2) {
    margin-left: auto
}

.main-contents ul {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 2rem
}

.main-contents ul span:first-of-type {
    width: 55px
}

.main-contents ul a,
.main-contents ul span:nth-of-type(2) {
    padding-left: 1.5rem;
    word-break: break-all;
    width: 244px
}

.main-contents ul li {
    border-bottom: 1px dashed #333;
    display: flex;
    justify-content: center
}

.main-contents ul li:last-of-type {
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-bottom: none;
    font-size: 1rem;
    font-weight: 500
}

.global-footer {
    background: url(../img/footer_back.jpg) no-repeat top/cover content-box;
    padding-top: 8.2857142857%;
    position: relative
}

.global-footer:before {
    height: 0;
    width: 100%;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    background: url(../img/footer_bar.gif) no-repeat 50%/cover;
    content: "";
    display: block;
    padding-top: 8.2857142857%
}

.global-footer .container {
    padding-top: 3rem;
    padding-bottom: .75rem;
    color: #fff;
    text-align: center
}

.global-footer .container ul {
    margin-bottom: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left
}

@media screen and (max-width:599px) {
    .global-footer .container ul {
        margin-right: auto;
        margin-left: auto;
        width: 300px
    }
}

.global-footer .container ul li {
    padding-right: .5em;
    padding-left: .5em
}

@media screen and (max-width:599px) {
    .global-footer .container ul li {
        width: 50%
    }
}

.global-footer .container ul:first-of-type li:before {
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #ff0;
    border-style: solid;
    border-width: .375rem 0 .375rem .75rem;
    content: "";
    display: inline-block;
    padding-right: .5em
}

.global-footer .container ul:nth-of-type(2) {
    margin-bottom: 2rem
}

.global-footer .container ul:nth-of-type(2) li:before {
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .375rem 0 .375rem .75rem;
    content: "";
    display: inline-block;
    padding-right: .5em
}

.global-footer .container .footer-logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
    max-width: 280px
}

.global-footer .container p:last-of-type {
    margin-top: 3rem
}

.service-heading {
    margin-bottom: 2rem
}

.service-heading figure {
    margin-right: auto;
    margin-left: auto;
    max-width: 140px
}

.service-heading p {
    color: #00acc1;
    font-size: 2.0272865295em;
    font-weight: 700;
    letter-spacing: .25em;
    padding-left: .25em;
    text-align: center
}

@media screen and (min-width:600px) {
    .service-grid-wrapper {
        margin-bottom: 2rem;
        display: flex;
        justify-content: center
    }
}

.service-grid-item {
    text-align: center;
    max-width: 348px
}

.service-grid-item figure {
    margin-bottom: 1rem
}

.service-footer,
.service-grid-item p {
    color: #0d57c6;
    font-size: 1.265625em;
    font-weight: 700;
    letter-spacing: .25rem
}

.service-footer {
    margin-bottom: 3rem;
    text-align: center
}