@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN",
        "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic,
        sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
    line-height: 1;
}

a {
    color: #1a1a1a;
}

a:hover {
    color: #1a1a1a;
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
    /**/
}

.button02 {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
    /**/
}

body {
    font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
    /**/
}

main {
    padding-top: 100px;
}

header {
    background-color: #fff !important;
}

h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #1a1a1a;
    margin-bottom: 40px;
}

h3 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-right: 20px;
    color: #1a1a1a;
}

@media screen and (max-width: 1366px) {
    h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

.sub {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    color: #969696;
    font-family: "Lato";
}

.left_border {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: #212e5f;
    border-left: #212e5f 2px solid;
    padding-left: 10px;
}

.bread_container {
    margin: 20px 0 20px 72px;
}

@media screen and (max-width: 1366px) {
    .bread_container {
        margin: 20px 0 20px 20px;
    }
}

.bread_container ul {
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700px;
    color: #333;
}

.bread_container ul p {
    margin: 0 5px;
}

.bread_container ul img {
    width: 100%;
    margin-top: 20px;
}

.bread2_container>img {
    width: 100%;
}

.bread2_container ul {
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700px;
    color: #333;
    margin: 20px 0;
}

@media screen and (max-width: 1366px) {
    .bread2_container ul {
        margin: 20px 0 20px 20px;
        flex-wrap: wrap;
    }
}

.bread2_container ul li {
    line-height: 1.3;
}

.bread2_container ul p {
    margin: 0 5px;
}

.bread2_container ul .band {
    width: 1364px;
    margin-top: 20px;
}

.blue_container {
    margin-bottom: 60px;
}

.blue_container .ttl_blue {
    background-image: url("../../../img/access/img03.png");
    background-size: cover;
    width: 100%;
    height: 212px;
}

.blue_container .ttl_blue ul {
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
    padding: 20px 0 0 70px;
}

@media screen and (max-width: 1366px) {
    .blue_container .ttl_blue ul {
        padding: 20px 0 0 20px;
    }
}

.blue_container .ttl_blue ul p {
    margin: 0 5px;
}

.blue_container .ttl_blue .box {
    display: flex;
    width: 1040px;
    margin: 0 auto;
    margin-top: 40px;
    align-items: baseline;
}

@media screen and (max-width: 1366px) {
    .blue_container .ttl_blue .box {
        width: 100%;
        padding: 0 20px;
        display: block;
    }
}

.view_container {
    background-size: cover;
    width: 1222px;
    height: 508px;
    margin: 0 auto;
    /* UI Properties */
}

@media screen and (max-width: 1366px) {
    .view_container {
        width: 100%;
        background-position: center;
        height: auto;
    }
}

.view_container .wrap {
    padding-left: 80px;
    color: #fff;
    background: transparent linear-gradient(270deg, #efe59300 30%, #d1bf2ae0 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .view_container .wrap {
        padding: 60px 20px;
    }
}

.view_container .wrap>.sub {
    color: #fff;
}

.view_container .wrap>img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.view_container .wrap .wrap_top {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.view_container .wrap .wrap_top .left img {
    width: 48px;
    margin-right: 15px;
}

.view_container .wrap .wrap_top .right .ttl {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media screen and (max-width: 1366px) {
    .view_container .wrap .wrap_top .right .ttl {
        font-size: 30px;
    }
}

.view_container .wrap .top {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    margin: 0px 0 30px 0;
    font-family: "Lato";
}

@media screen and (max-width: 1366px) {
    .view_container .wrap .top {
        margin: 0 0 20px;
        font-size: 10px;
    }
}

.view_container .wrap .top_back {
    font-family: "Lato";
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width: 1366px) {
    .view_container .wrap .top_back {
        font-size: 15px;
    }
}

.view_container .wrap .wrap_bottom .read {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 500;
    width: 352px;
}

@media screen and (max-width: 1366px) {
    .view_container .wrap .wrap_bottom .read {
        width: 100%;
    }
}

.sidebar_base {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%;
    padding: 0 72px;
}

@media screen and (max-width: 1366px) {
    .sidebar_base {
        width: 100%;
        padding: 0;
    }
}

.sidebar_base .content_container {
    width: 874px;
    padding-left: 70px;
    border-left: 1px solid #ddd;
}

@media screen and (max-width: 1366px) {
    .sidebar_base .content_container {
        width: 100%;
        padding-left: 0;
        padding: 0 20px;
        border-left: none;
    }
}

.access {
    position: relative;
    margin-top: 140px;
}

@media screen and (max-width: 1366px) {
    .access {
        position: static;
        display: flex;
        flex-direction: column-reverse;
    }
}

.access iframe {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 600px;
    height: 340px;
}

@media screen and (max-width: 1366px) {
    .access iframe {
        position: static;
        width: 100%;
        height: 200px;
        margin-top: -60px;
    }
}

.access .access_container {
    background-color: #f7f5f2;
    padding: 60px 0 145px 0;
    width: 990px;
    margin-bottom: 140px;
    padding-left: 200px;
}

@media screen and (max-width: 1366px) {
    .access .access_container {
        width: 100%;
        margin-bottom: 0;
        padding: 60px 20px 80px 20px;
    }
}

.access .access_container .access_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.access .access_container .access_wrap>h2 {
    margin-bottom: 0;
}

.access .access_container .access_wrap .icon {
    width: 25px;
    height: 35px;
    margin-right: 15px;
}

.access .access_container .access_wrap h2 {
    margin-right: 10px;
}

.access .access_container .access_wrap .sub {
    margin-right: 35px;
}

.access .access_container .access_wrap .arrow {
    width: 24px;
}

.access .access_container .read {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #5a5a5a;
    width: 275px;
}

.menu {
    border-top: 1px solid #888;
    width: 803px;
    margin-bottom: 70px;
}

@media screen and (max-width: 1366px) {
    .menu {
        width: 100%;
    }
}

.menu h2 {
    margin: 30px 0;
}

.menu p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
}

.menu .menu_container {
    background-size: cover;
    margin-bottom: 15px;
    top: 471px;
    left: 492px;
    width: 802px;
    opacity: 1;
}

@media screen and (max-width: 1366px) {
    .menu .menu_container {
        width: 100%;
        background-position: center;
    }
}

.menu .menu_container .wrap {
    background: transparent linear-gradient(111deg, #546abe 0%, #212e5f00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 60px;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .menu .menu_container .wrap {
        padding: 60px 20px;
    }
}

.menu .menu_container .wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.menu .menu_container .wrap .box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menu .menu_container .wrap .box .ttl {
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.16em;
    margin-bottom: 25px;
}

.menu .menu_container .wrap .box .read {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
}

.menu ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 803px;
    column-gap: 40px;
    row-gap: 40px;
}

.menu ul::after {
    content: "";
    display: block;
    width: 241px;
}

@media screen and (max-width: 1366px) {
    .menu ul {
        width: 100%;
        justify-content: space-between;
        column-gap: 0;
        row-gap: 0;
    }
}

.menu ul li {
    position: relative;
}

@media screen and (max-width: 1366px) {
    .menu ul li {
        width: 49%;
        margin-bottom: 20px;
    }
}

.menu ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.menu ul li .menu_img {
    width: 241px;
    height: 180px;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    .menu ul li .menu_img {
        width: 100%;
    }
}

.menu ul li .box {
    display: flex;
    align-items: center;
}

.menu ul li .box .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.menu ul li .box .bottom {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.1em;
}

.news {
    margin-bottom: 70px;
}

.news ul::after {
    content: "";
    display: block;
    width: 1px;
}

.news ul li {
    border-top: 1px solid #ebebeb;
    display: flex;
    padding: 25px 0;
    position: relative;
}

.news ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px) {
    .news ul li {
        flex-direction: column;
    }
}

.news ul li:last-child {
    border-bottom: 1px solid #ebebeb;
}

.news ul li .day {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: bold;
    font-family: "Lato";
    color: #1a1a1a;
    margin: 0 20px;
}

@media screen and (max-width: 1366px) {
    .news ul li .day {
        margin: 0;
    }
}

.news ul li .read {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500px;
    color: #645c5c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1366px) {
    .news ul li .read {
        margin: 0 0px;
    }
}

.between_ttl {
    border-top: 1px solid #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.between_ttl h2 {
    margin: 30px 0;
}

.between_ttl .box {
    display: flex;
    align-items: center;
}

.between_ttl .box .left {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-right: 10px;
    align-items: center;
}

.between_ttl .box .news_img {
    width: 16px;
}

.top_back {
    margin-top: 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    padding: 25px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.top_back span {
    color: #5c5c5c;
}

.top_back .read {
    color: #1a1a1a;
    margin-bottom: 0;
}

.table ul li {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1366px) {
    .table ul li {
        flex-wrap: wrap;
    }
}

.table ul li:last-child .right {
    border-bottom: 1px solid #ccc;
}

.table ul li .left {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #1a1a1a;
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    width: 20%;
    padding: 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1366px) {
    .table ul li .left {
        width: 100%;
        padding: 10px 10px;
        border: 1px solid #ccc;
        border-bottom: none;
        justify-content: flex-start;
    }
}

.table ul li .right {
    width: 80%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #1a1a1a;
    padding: 15px 0;
    padding-left: 25px;
}

@media screen and (max-width: 1366px) {
    .table ul li .right {
        width: 800px;
        padding: 10px 10px;
        border: 1px solid #ccc;
        border-bottom: none;
    }
}

.nomal>ul {
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    flex-wrap: wrap;
    color: #333;
    margin: 20px 0 0 70px;
}

@media screen and (max-width: 1366px) {
    .nomal>ul {
        margin: 20px 0 0 20px;
    }
}

.nomal>ul li {
    line-height: 1.3;
    border-bottom: 1px solid #000;
}

.nomal>ul li:last-child {
    border: none;
}

.nomal>ul p {
    margin: 0 5px;
}

.nomal>ul .band {
    width: 1364px;
    margin-top: 20px;
}

.news_detail {
    margin: 0 auto;
    width: 1040px;
}

@media screen and (max-width: 1366px) {
    .news_detail {
        width: 100%;
        padding: 0 20px;
    }
}

.news_detail .day {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-weight: bold;
    font-family: "lato";
}

.news_detail h3 {
    margin-bottom: 60px;
}

.news_detail h2 {
    padding-top: 25px;
    border-top: 1px solid #888;
}

.news_detail .lead {
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
}

.news_detail .container .box {
    background-color: #f7f5f2;
    margin-bottom: 50px;
    padding: 20px;
}

.news_detail .container .box .top {
    font-size: 32px;
    color: #656565;
}

.news_detail .container .box .lead {
    width: 976px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
    color: #656565;
}

@media screen and (max-width: 1366px) {
    .news_detail .container .box .lead {
        width: 90%;
    }
}

.news_detail .container .box .bottom {
    font-size: 32px;
    color: #656565;
    text-align: end;
}

.news_detail .container .img {
    width: 640px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1366px) {
    .news_detail .container .img {
        width: 100%;
    }
}

.news_detail .container ul {
    margin-top: 30px;
}

.news_detail .container ul li {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.06em;
    list-style: disc;
}

.news_detail .container .link {
    display: flex;
    text-align: center;
    margin-top: 30px;
}

.news_detail .container .link .text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #212e5f;
    border-bottom: 1px solid #212e5f;
}

.news_detail .container .link span {
    color: #212e5f;
}

.poricy_box {
    width: 1040px;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .poricy_box {
        width: 100%;
    }
}

.poricy_box p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #645c5c;
    margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
    .poricy_box ul {
        padding: 0 20px;
    }
}

.poricy_box ul li {
    border-bottom: 1px solid #ddd;
}

.poricy_box ul li .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 40px 0 20px 0;
}

@media screen and (max-width: 1366px) {
    .poricy_box ul li .ttl {
        width: 100%;
    }
}

.poricy_box ul li .bottom {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #645c5c;
    margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
    .poricy_box ul li .bottom {
        width: 100%;
    }
}

.poricy_box .name {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    color: #969696;
    margin-top: 15px;
}

@media screen and (max-width: 1366px) {
    .poricy_box .name {
        width: 100%;
        padding: 0 20px;
    }
}

.fv_color_bg {
    position: relative;
}

.fv_color_bg::before {
    content: "";
    width: 1366px;
    height: 486px;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%, -50%);
    background-image: url(../../../img/firstview/img15.png);
}

@media screen and (max-width: 1366px) {
    .fv_color_bg::before {
        display: none;
    }
}

.wp-pagenavi {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    column-gap: 30px;
}

@media screen and (max-width: 1366px) {
    .wp-pagenavi {
        flex-wrap: wrap;
        row-gap: 10px;
        padding: 0 20px;
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    display: none;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .nextpostslink {
    width: 171px;
    line-height: 38px;
    color: #fff;
    background-color: #16653a;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    .wp-pagenavi .nextpostslink {
        width: 100%;
    }
}

.wp-pagenavi .previouspostslink {
    width: 171px;
    line-height: 38px;
    color: #808080;
    background-color: #ebebeb;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {
    .wp-pagenavi .previouspostslink {
        width: 100%;
    }
}

.wp-pagenavi .last,
.wp-pagenavi .first {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    font-size: 12px;
}

@media screen and (max-width: 1366px) {

    .wp-pagenavi .last,
    .wp-pagenavi .first {
        display: none;
    }
}

#id {
    display: none;
}

.about {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
    .about {
        display: block;
    }
}

.about .top {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-right: 20px;
}

h5 {
    color: #1a1a1a;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-top: 30px;
}

.width {
    width: 100% !important;
}

.content_container .wrap {
    border-top: 1px solid #707070;
    margin-bottom: 70px;
}

.content_container .wrap h2 {
    margin: 40px 0 30px 0;
}

.content_container .wrap>ul {
    flex-wrap: wrap;
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    align-items: center;
    margin-top: 40px;
}

@media screen and (max-width: 1366px) {
    .content_container .wrap>ul {
        justify-content: space-around;
    }
}

.content_container .wrap>ul>li {
    min-width: 240px;
    width: auto;
    column-gap: 10px;
    margin-bottom: 50px;
}

.content_container .wrap>ul>li .ttl {
    color: #212e5f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    border-left: #212e5f 2px solid;
    padding-left: 10px;
}

.content_container .wrap>ul>li .read {
    color: #1a1a1a;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    /* 193.846% */
    letter-spacing: 0.78px;
}

@media screen and (max-width: 1366px) {
    .content_container .wrap>ul>li {
        width: 100%;
    }
}

.content_container .wrap>ul>li>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    .content_container .wrap>ul>li>ul {
        flex-wrap: wrap;
    }
}

.content_container .wrap>ul>li>ul li {
    width: 24%;
}

@media screen and (max-width: 1366px) {
    .content_container .wrap>ul>li>ul li {
        width: 100%;
        margin-bottom: 30px;
    }
}

.content_container .wrap>ul>li>ul li img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    .content_container .wrap>ul>li>ul li img {
        height: 220px;
    }
}

.content_container .wrap>ul>li>ul li .ttl {
    color: #212e5f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-top: 10px;
    border-left: none;
    padding-left: 0;
}

.content_container .wrap>ul>li>ul li .read {
    color: #1a1a1a;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 192.308% */
}

.button_wrap {
    margin-bottom: 50px;
}

.button_wrap ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    .button_wrap ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

.button_wrap ul li {
    width: 24%;
    text-align: center;
    border: 1px solid #212e5f;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .button_wrap ul li {
        width: 100%;
    }
}

.button_wrap ul li p {
    color: #212e5f;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 1.4px;
}

.button_wrap ul li img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.button_wrap ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn_custome>p {
    margin-top: 20px;
    color: #212e5f;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    letter-spacing: 1.4px;
}

.btn_custome .reserve_box {
    box-shadow: 16px 16px 40px #6070ac38;
    margin-top: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    width: fit-content;
    padding: 15px;
    border-radius: 12px;
}

@media screen and (max-width: 1366px) {
    .btn_custome .reserve_box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.btn_custome .reserve_box>a {
    border-radius: 45px !important;
    display: block;
    overflow: hidden;
}

.btn_custome .reserve_box>a .reserve_box_bottom_lead {
    text-align: center;
}

.btn_custome .reserve_box .navy {
    background-color: #16653a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.reserves_wrap {
    background-color: #f7f5f2;
    border-radius: 6px;
    padding: 30px 20px;
}

.reserves_wrap>p {
    text-align: center;
}

.reserves_wrap>div {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.reserves_wrap>div a {
    display: block;
    overflow: hidden;
}

.reserves_wrap>div a .reserve_box_bottom_lead {
    text-align: center;
}

.reserves_wrap>div .navy {
    background-color: #16653a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.accordion-area {
    width: 100%;
    /*アコーディオンタイトル*/
    /*アコーディオンで現れるエリア*/
}

@media screen and (max-width: 1366px) {
    .accordion-area {
        width: 100%;
        margin-top: 40px;
    }
}

.accordion-area li {
    width: 100%;
    margin-bottom: 40px;
    border-top: 3px solid #dedede;
}

.accordion-area section {
    margin-bottom: 20px;
}

.accordion-area .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 20px 0;
    transition: all 0.5s ease;
    color: #1c1b1b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 4.8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-right: 50px;
    background-color: #f8f8f8;
    padding-left: 20px;
}

.accordion-area .title span {
    display: block;
    color: #212e5f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
}

@media screen and (max-width: 1366px) {
    .accordion-area .title {
        padding: 20px 0;
        padding-right: 40px;
        color: #1c1b1b;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        /* 26px */
        letter-spacing: 3.9px;
        text-transform: uppercase;
        padding-left: 20px;
        align-items: flex-start;
    }
}

.accordion-area .title::before,
.accordion-area .title::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    object-fit: cover;
    background-color: #1a224c;
    transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {

    .accordion-area .title::before,
    .accordion-area .title::after {
        width: 20px;
        height: 2px;
    }
}

.accordion-area .title::before {
    top: 30px;
    right: 20px;
    transform: rotate(360deg);
}

@media screen and (max-width: 1366px) {
    .accordion-area .title::before {
        right: 10px;
    }
}

.accordion-area .title::after {
    top: 30px;
    right: 20px;
    transform: rotate(360deg);
}

@media screen and (max-width: 1366px) {
    .accordion-area .title::after {
        right: 10px;
    }
}

.accordion-area .close::before {
    transform: rotate(0deg);
}

.accordion-area .close:after {
    transform: rotate(90deg);
}

.accordion-area .box {
    padding-left: 20px;
    display: none;
    padding-bottom: 30px;
    color: #1c1b1b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%;
    /* 35px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    display: flex;
    column-gap: 20px;
    margin-top: 15px;
}

.accordion-area .box .h {
    display: block;
    color: #212e5f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.6px;
}

.accordion-area .box p {
    font-size: 14px;
    line-height: 1.3;
}

@media screen and (max-width: 1366px) {
    .accordion-area .box {
        color: #1c1b1b;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 250%;
        /* 30px */
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
}

/*# sourceMappingURL=checks.css.map */

.img img {
    width: 100%;
}

#pdf_btn .flex_box {
    align-items: end;
}

details {
    margin-bottom: 24px;
    border-radius: 12px;
}

details summary {
    font-size: 20px;
    background: linear-gradient(135deg, #4cb5a0, #6ed3b6);
    color: #fff;
    padding: 2px;
    border-radius: 14px;
    cursor: pointer;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details>summary::-webkit-details-marker {
    display: none !important;
}


details summary .question {
    background-color: #fff;
    color: #4cb5a0;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    line-height: 32px;
}
details summary .question span,
details .answer span{
    padding-right: 4px;
}
details .answer {
    padding: 12px;
    line-height: 32px;
}

details .answer span {
    color: #b54c4cff;
    font-weight: 600;
}

summary {
    list-style: none;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

summary .question {
    position: relative;
    padding: 14px 48px 14px 16px;
    border-radius: 4px;
    background: #fff;
}

summary .question::before,
summary .question::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #4cb5a0;
    transform: translateY(-50%);
    transition: transform .25s ease, opacity .25s ease;
}

summary .question::after {
    transform: translateY(-50%) rotate(90deg);
}

details[open] summary .question::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
}

details[open] summary .question::before {
    transform: translateY(-50%) scaleX(1.05);
}

details .answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s ease, opacity .3s ease;
    padding: 0 2px;
}

details[open] .answer {
    max-height: 800px;
    opacity: 1;
    margin-top: 8px;
    padding: 12px;
}


section.check_up>section {
    padding: 24px 0;
    /* padding-right: 70px; */
}


section.content_container h2 {
    font-size: 24px;
    margin: 50px 0 30px;
    background-color: #4cb5a0;
    color: white;
    border-top: none;
    padding-top: 0 !important;
    padding: 10px 15px !important;
}

section#flow .flex_box {
    border-radius: 24px;
    /* box-shadow: 0 0 8px #4cb5a0; */
    padding: 24px;
    flex-direction: row-reverse;
    background-color: #fbffd740;
    border: 2px solid #4cb5a0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

section#flow .flex_box .text {
    width: 75%;
}

section#flow .flex_box .img {
    width: 20%
}

@media screen and (max-width: 768px) {
    section.content_container h2 {
        margin-top: 0;
    }

    section#flow .flex_box .text {
        width: 100%;
    }

    section#flow .flex_box .img {
        width: 30%;
        margin: auto;
    }
    #pdf_btn div{
        margin-top: 0;
    }
}