@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;
}

.common_comp {
    width: 1222px;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .common_comp {
        width: 100%;
        padding: 0 20px;
    }
}

.common_comp .top {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #212e5f;
}

.common_comp .bottom {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #645c5c;
    margin-bottom: 35px;
}

.common_comp .box {
    background-color: #f7f5f2;
    width: 720px;
    margin: 0 auto;
    padding: 35px 0 40px 0;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .common_comp .box {
        width: 100%;
    }
}

.common_comp .box .ttl {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 20px;
}

.common_comp .box_bottom {
    margin-top: 20px;
    width: 720px;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .common_comp .box_bottom {
        width: 100%;
    }
}

.common_comp .box_bottom ul {
    display: flex;
    margin-top: 20px;
    column-gap: 10px;
    row-gap: 10px;
}

@media screen and (max-width: 1366px) {
    .common_comp .box_bottom ul {
        flex-wrap: wrap;
    }
}

.common_comp .box_bottom ul li {
    display: flex;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 8px;
    position: relative;
}

.common_comp .box_bottom ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common_comp .box_bottom ul li p {
    color: #656565;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06em;
}

.common_comp .box_bottom ul li span {
    align-items: center;
}

.common_comp .wrap > ul > li {
    border-top: 1px solid #888;
    margin-top: 60px;
}

.common_comp .wrap > ul > li h2 {
    margin-top: 20px;
}

.common_comp .wrap > ul > li .read {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-top: 10px;
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > .scroll {
        overflow-x: auto;
    }
}

.common_comp .wrap > ul > li > .scroll img {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > .scroll img {
        width: 1000px;
    }
}

.common_comp .wrap > ul > li > ul {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > ul {
        flex-wrap: wrap;
    }
}

.common_comp .wrap > ul > li > ul li {
    width: 22%;
    position: relative;
}

.common_comp .wrap > ul > li > ul li:last-child::after {
    display: none;
}

.common_comp .wrap > ul > li > ul li::after {
    content: "▶︎";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > ul li::after {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.common_comp .wrap > ul > li > ul li img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    .common_comp .wrap > ul > li > ul li img {
        height: 220px;
    }
}

.common_comp .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;
}

.common_comp .wrap > ul > li > ul li .read {
    color: #1a1a1a;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 192.308% */
}


/* 2024/7/29追加 */
main > .access{
    width: 90%;
    margin: 80px auto 0;
  }
  @media screen and (max-width: 1366px) {
  main .access {
    width: 100%;
    margin: 40px auto 0;
  }
}

.bread_container{
    margin: 0;
  }
  .bread_container ul{
    margin: 20px 0;
    padding: 0 72px;
  }
  img.band{
    width: 100%;
  }
  
  .content_container h1{
    font-size: 30px;
    padding-top: 20px;
  }
  .content_container .list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2%;
  }
  .content_container .list a{
    display: block;
    width: 32%;
    color: #29346b;
    border: 1px solid #29346b;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
  }
  .content_container .list a:hover{
    opacity: 0.7;
  }
  .content_container .list a::before{
    position: absolute;
    content: "▼";
    color: #29346b;
    font-size: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .content_container .list.fvlist{
    margin: 40px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
  }
  .content_container section.normal{
    margin-bottom: 40px;
  }
  .content_container section.normal h2{
    color: white;
    background: #4eb5a0;
    padding: 8px 14px;
    margin-bottom: 20px;
  }
  .to_top{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 25px 0;
    border-radius: 10px;
    margin-top: 60px;
    cursor: pointer;
  }
  .to_top:hover{
    opacity: 0.7;
  }
  .to_top span{
    font-family: 'Material Symbols Outlined';
    position: relative;
    top: 2px;
  }
  
  @media screen and (min-width: 1367px){
    .content_container .list.fvlist{
      align-items: stretch;
    }
    .content_container .list a.pt20{
      padding-top: 20px;
    }
  }
  
  @media screen and (max-width: 1366px){
   .bread_container ul{
      margin: 20px 0 20px 20px;
      padding: 0;
   }
   .content_container h1 {
      font-size: 26px;
      padding-top: 0;
   }
   .content_container .list{
      column-gap: 0;
   }
   .content_container .list.fvlist {
      margin: 30px 0;
      padding-bottom: 20px;
   }
   .content_container .list a{
      width: 100%;
      padding: 20px 0;
      border-radius: 30px;
      margin-bottom: 15px;
      text-align: center;
   }
   .content_container section.normal{
      margin-bottom: 30px;
   }
   .content_container section.normal h2{
      font-size: 22px;
      padding: 8px 14px;
   }
   .to_top{
     margin-top: 30px;
   }
  }

  /* 健康診断の注意事項固有 */
  a:hover{
    opacity: 0.7;
  }
  .addtoany_content{
    display: none !important;
   }

   .content_container h1{
    text-align: center;
   }
   #form{
    margin-top: 40px;
   }
   #form .chui{
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
   }
   #form .formpart{
    margin-bottom: 40px;
   }
   #form .formpart .formname{
    display: flex;
    column-gap: 20px;
    font-size: 18px;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
   }
   #form.confirm .formpart .formname .name{
    font-weight: bold;
   }
   #form .formpart .formname .require{
    width: 4em;
    text-align: center;
    background: #ff0000;
    color: white;
    padding: 4px 0;
    border-radius: 15px;
    font-size: 16px;
   }
   #form .formpart .formname .require.nini{
     background: #36d962;
   }
   
   #form .formpart .forminput p.chui_company{
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
    margin-top: 10px;
   }
   #form .formpart .forminput input[type="text"],
   #form .formpart .forminput input[type="email"],
   #form .formpart .forminput input[type="tel"],
   #form .formpart .forminput textarea,
   #form .formpart .forminput select{
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
   }
   #form .formpart .forminput select{
    padding: 14px 10px;
   }
   #form .formpart .forminput input[name="payment-other"],
   #form .formpart .forminput input[name="payment2-other"]{
    display: none;
    margin-top: 20px;
   }
   #form .formpart .forminput textarea{
    height: 7em;
    resize: none !important;
   }
   #form .formpart .forminput #email-error{
    color: red;
    display: none;
   }
   #form .formpart .forminput .wpcf7-list-item{
     margin-right: 1em; 
     margin-left: 0;
   }
   #form .formpart .forminput.brelement .wpcf7-list-item{
     display: block;
     margin-bottom: 10px;
   }
   #form .formpart .forminput.birthday_box > p{
    width: 100%;
    display: flex;
    justify-content: space-between;
   }
   #form .formpart .forminput.birthday_box > p > .wpcf7-form-control-wrap{
    width: 32%;
    display: block;
   }
   #form .formpart .forminput.hopeday_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
   }
   #form .formpart .forminput.hopeday_box > div{
    width: 15%;
    position: relative;
    bottom: 10px;
   }
   #form .formpart .forminput.hopeday_box > p{
    width: 80%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
   }
   #form .formpart .forminput.hopeday_box > p .wpcf7-form-control-wrap{
    width: 49%;
   }
   #form .policy{
    text-align: center;
    font-size: 18px;
   }
   #form .policy a{
    text-decoration: underline;
    color: #007bff;
   }
   #form .policy .wpcf7-list-item{
    margin: 0;
   }
   #form .policy input[type="checkbox"]{
    transform: scale(1.3);
    margin-right: 4px;
   }
   #form .submit > div{
    display: block !important;
   }
   #form .submit input{
    cursor: pointer;
    border: 1px solid #212E5F;
    width: 12em;
    text-align: center;
    padding: 15px 0;
    margin: 40px auto 0;
    display: block;
    color: white;
    background: #212E5F;
    border-radius: 10px;
    font-size: 20px;
   }
   #form .submit input:nth-of-type(4){
    margin-top: 0;
    background: #eee6e6;
    color: #625c5c;
    margin-bottom: 30px;
    border: 1px solid #625c5c;
   }
   #form .submit input:hover{
    color: #212E5F;
    background: white;
   }
   #form .submit input:nth-of-type(4):hover{
    color: #eee6e6;
    background: #625c5c;
   }
   #form .last_chui p{
    line-height: 1.5;
    font-size: 14px;
    max-width: 600px;
    margin: auto;
   }
   #form .last_chui p a{
    text-decoration: underline;
    color: #007bff;
   }
   .category{
     font-weight: bold;
     font-size: 18px;
     margin: 20px 0 10px;
    }
    .category-mini {
     margin: 20px 0 5px;
    }

   @media screen and (max-width: 1366px){
    #form{
      max-width: 800px;
    }
    #form .chui{
      width: 100vw;
      margin-left: -20px;
    }
    #form .formpart .formname{
      margin-bottom: 10px;
      font-size: 16px;
    }
    #form .formpart .formname .require{
      font-size: 14px;
    }
    #form .formpart .forminput.hopeday_box{
      margin-top: 30px;
    }
    #form .formpart .forminput.hopeday_box > div,
    #form .formpart .forminput.hopeday_box > p{
      width: 100%;
    }
    #form .formpart .forminput .wpcf7-list-item{
      font-size: 14px;
    }
    #form .formpart .forminput.brelement .wpcf7-list-item{
      margin-bottom: 20px;
    }
    #form .policy{
      font-size: 14px;
    }
    #form .policy input[type="checkbox"]{
      transform: scale(1);
    }
    #form .submit input{
      font-size: 18px;
    }
   }


   .wellbe1,
   .wellbe2{
     margin-bottom: 30px;
     border: 1px solid #817d7d;
     border-radius: 10px;
     padding: 10px 15px;
   }
   .wellbe1 .wellbe1-btn,
   .wellbe2 .wellbe2-btn{
     line-height: 1.5;
     font-size: 16px;
     cursor: pointer;
     position: relative;
   }
   .wellbe1 .wellbe1-btn::before,
   .wellbe2 .wellbe2-btn::before{
     content: "＋";
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 18px;
   }
   .wellbe1.open .wellbe1-btn::before,
   .wellbe2.open .wellbe2-btn::before{
     content: "ー";
   }
   .wellbe1 .wellbe1-desc,
   .wellbe2 .wellbe2-desc{
     display: none;
   }
   .wellbe1.open .wellbe1-desc,
   .wellbe2.open .wellbe2-desc{
     display: block;
   }
   #form .wellbe1 .wellbe1-desc .first,
   #form .wellbe2 .wellbe2-desc .first{
     margin-top: 30px;
   }
   #form .wellbe1 .wellbe1-desc .last,
   #form .wellbe2 .wellbe2-desc .last{
     margin-bottom: 20px;
   }
   @media screen and (max-width: 768px){
     .wellbe1 .wellbe1-btn, 
     .wellbe2 .wellbe2-btn{
       font-size: 12px;
     }
     .wellbe1 .wellbe1-btn::before,
     .wellbe2 .wellbe2-btn::before{
       font-size: 16px;
     }
     #form .wellbe1 .wellbe1-desc .first,
     #form .wellbe2 .wellbe2-desc .first{
       margin-top: 15px;
     }
     #form .wellbe1 .wellbe1-desc .last,
     #form .wellbe2 .wellbe2-desc .last{
       margin-bottom: 10px;
     }
   }
   #form .payment-chui{
     margin-top: 15px;
     line-height: 1.5;
   }

    .no-breaks br {
        display: none;
    }

/*# sourceMappingURL=reception.css.map */
