@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 {
    /**/
}

.blue_btn {
    background-color: #bf1514;
    border-radius: 25px;
    width: 335px;
    padding: 15px 0;
    margin: 0 auto;
}

.blue_btn a {
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
}

.common_width {
    width: 1200px;
    margin: 0 auto;
}

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

.common_full_width {
    width: 100%;
}

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

.common_left_width {
    width: 1283px;
    margin: auto 0 0 0;
}

.common_right_width {
    width: 1283px;
    margin: 0 0 0 auto;
}

h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #1a1a1a;
}

@media screen and (max-width: 1366px) {
    h2 {
        font-size: 18px;
        margin-top: 0px;
    }
}

body {
    margin: 0 auto;
}

main {
    background-image: url(../../img/firstview/img15.png);
    width: 1366px;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    main {
        overflow-x: hidden;
        width: 100%;
    }
}

main #firstview .firstview_comtainer {
    position: relative;
}

main #firstview .firstview_comtainer .fv_wrap {
    position: relative;
}

main #firstview .firstview_comtainer .firstview_img {
    z-index: 1;
    width: 660px;
    position: absolute;
    top: 150px;
    right: 0px;
}

main #firstview .firstview_comtainer .wrap {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap {
        display: block;
    }
}

main #firstview .firstview_comtainer .wrap .upper_wrap {
    position: relative;
}

main #firstview .firstview_comtainer .wrap .upper_wrap .absolute {
    width: 330px;
    height: 165px;
    left: 20px;
    bottom: -90px;
    position: absolute;
}

main #firstview .firstview_comtainer .wrap .upper_wrap .firstview_top {
    width: 600px;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap .upper_wrap .firstview_top {
        width: calc(100% - 80px);
        height: auto;
    }
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap .firstview_wrap {
        padding: 0 20px;
        margin: 0 auto;
    }
}

main #firstview .firstview_comtainer .wrap .firstview_wrap .read_top {
    padding-top: 347px;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 2;
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap .firstview_wrap .read_top {
        padding-top: 125px;
        width: 100%;
    }
}

main #firstview .firstview_comtainer .wrap .firstview_wrap .read_bottom {
    margin-top: 30px;
    padding-bottom: 60px;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 2;
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap .firstview_wrap .read_bottom {
        width: 100%;
    }
}

main #firstview .firstview_comtainer .wrap .firstview_wrap .box {
    background-color: #ffffff;
    width: 536px;
    padding: 23px 30px 30px 30px;
    border-radius: 15px;
    box-shadow: 16px 16px 40px #6070ac38;
}

@media screen and (max-width: 1366px) {
    main #firstview .firstview_comtainer .wrap .firstview_wrap .box {
        display: none;
    }
}

main #firstview .firstview_comtainer .wrap .firstview_wrap .box .upper_box {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

main
    #firstview
    .firstview_comtainer
    .wrap
    .firstview_wrap
    .box
    .upper_box
    .upper_left
    .ttl {
    margin-right: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media screen and (max-width: 1366px) {
    main
        #firstview
        .firstview_comtainer
        .wrap
        .firstview_wrap
        .box
        .upper_box
        .upper_right
        .read {
        font-size: 8px;
    }
}

main #firstview .firstview_comtainer .wrap .firstview_wrap .box .lower_box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

main
    #firstview
    .firstview_comtainer
    .wrap
    .firstview_wrap
    .box
    .lower_box
    a
    .blue_btn {
    color: #ffffff;
    border-radius: 44px;
    width: 255px;
    padding: 13px 0 13px 0;
    background-color: #bf1514;
    font-size: 14px;
}

main
    #firstview
    .firstview_comtainer
    .wrap
    .firstview_wrap
    .box
    .lower_box
    a
    .green_btn {
    color: #ffffff;
    border-radius: 44px;
    width: 200px;
    padding: 13px 0 13px 0;
    background-color: #03c755;
    position: relative;
    font-size: 14px;
}

main
    #firstview
    .firstview_comtainer
    .wrap
    .firstview_wrap
    .box
    .lower_box
    a
    .green_btn::before {
    content: "";
    background-image: url(../../../img/line01.png);
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: cover;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: none;
}

main #menu ul {
    margin: 85px 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    column-gap: 27px;
}

@media screen and (max-width: 1366px) {
    main #menu ul {
        display: block;
        margin: 30px 0 65px 0;
    }
}

main #menu ul li {
    background-color: #ffffff;
    width: 280px;
    padding-bottom: 27px;
    text-align: center;
    position: relative;
    box-shadow: 16px 16px 40px #6070ac38;
    align-items: flex-start;
}

@media screen and (max-width: 1366px) {
    main #menu ul li {
        display: flex;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 30px;
        align-items: center;
    }
}

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

main #menu ul li .menu_img {
    width: 280px;
    height: 200px;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    main #menu ul li .menu_img {
        width: 129px;
        height: 140px;
    }
}

main #menu ul li .img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 90%;
}

@media screen and (max-width: 1366px) {
    main #menu ul li .img {
        width: 50px;
        height: 50px;
        margin: 0;
        line-height: 100%;
        margin-left: -25px;
    }
}

@media screen and (max-width: 1366px) {
    main #menu ul li .menu_container {
        margin: 18px 20px 18px 10px;
        text-align: left;
    }
}

main #menu ul li .menu_container .ttl {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #1a1a1a;
}

@media screen and (max-width: 1366px) {
    main #menu ul li .menu_container .ttl {
        font-size: 14px;
        margin-top: 0px;
    }
}

main #menu ul li .menu_container .sub {
    margin-top: 10px;
    white-space: pre;
    margin-bottom: 10px;
}

@media screen and (max-width: 1366px) {
    main #menu ul li .menu_container .sub {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 10px;
        white-space: pre-wrap;
    }
}

main #menu ul li .menu_container .read {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #645c5c;
    width: 219px;
    margin: 0 auto;
    margin-bottom: 23px;
}

@media screen and (max-width: 1366px) {
    main #menu ul li .menu_container .read {
        font-size: 10px;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

main #menu ul li .menu_container .menu_icon {
    width: 25px;
    margin: 0 auto;
}

main #guidance .container {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    main #guidance .container {
        display: block;
        background-color: #ffffff;
        padding-bottom: 78px;
        margin-bottom: 0px;
        padding: 30px 20px 78px;
        background: linear-gradient(
            180deg,
            transparent 0%,
            transparent 5%,
            #fff 20%,
            #fff 100%
        );
    }
}

main #guidance .container .wrap_left {
    width: 219px;
    margin-left: 85px;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_left {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_left h2 {
        margin-top: 0px;
    }
}

main #guidance .container .wrap_left .sub {
    margin-top: 15px;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_left .sub {
        margin-top: 8px;
    }
}

main #guidance .container .wrap_left .read {
    margin-top: 25px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #707070;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_left .read {
        margin-top: 20px;
    }
}

main #guidance .container .wrap_right {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 15px 0 0 15px;
    width: 1033px;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right {
        width: 100%;
        padding: 0px;
    }
}

main #guidance .container .wrap_right ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul {
        border-top: 1px solid #dddddd;
        justify-content: space-between;
    }
}

main #guidance .container .wrap_right ul li {
    border-right: 1px solid #dddddd;
    padding: 10px 31px 0;
    font-family: Lato;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li {
        width: 50%;
        border-right: 0;
        padding: 15px 0;
    }
    main #guidance .container .wrap_right ul li:nth-child(2n -1) a {
        border-right: 1px solid #dddddd;
        padding-right: 15px;
    }
    main #guidance .container .wrap_right ul li:nth-child(2n) a {
        padding-left: 15px;
    }
    main #guidance .container .wrap_right ul li:last-child a {
        border-right: none;
    }
}

@media screen and (min-width: 1366px) {
    main #guidance .container .wrap_right ul li:nth-child(-n + 4) a {
        padding-bottom: 20px;
    }
    main #guidance .container .wrap_right ul li:nth-child(n + 5) {
        padding-top: 20px;
    }
    main #guidance .container .wrap_right ul li:nth-child(n + 5) a {
        border-bottom: none;
    }
    main
        #guidance
        .container
        .wrap_right
        ul
        li:nth-child(n + 6)
        .guidance_right_wrap_bottom {
        border-bottom: none;
        padding-bottom: 0px;
    }
    main #guidance .container .wrap_right ul li:nth-child(4),
    main #guidance .container .wrap_right ul li:last-child {
        border-right: none;
    }
}

@media screen and (min-width: 1366px) {
    main #guidance .container .wrap_right ul li .guidance_right_wrap_bottom {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
    }
    main
        #guidance
        .container
        .wrap_right
        ul
        li:nth-child(n + 6)
        .guidance_right_wrap_bottom {
        border-bottom: none;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li {
        border-bottom: 1px solid #dddddd;
    }
}

main #guidance .container .wrap_right ul li a {
    width: 170px;
    display: block;
    border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li a {
        width: 100%;
        border: none;
    }
}

main #guidance .container .wrap_right ul li a .box {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li a .box {
        width: 100%;
        flex: 1;
        column-gap: 10px;
    }
}

main #guidance .container .wrap_right ul li a .box .box_left {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li a .box .box_left {
        flex: 1;
    }
}

main #guidance .container .wrap_right ul li a .box .box_left .guidance_icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    object-fit: cover;
}

@media screen and (max-width: 1366px) {
    main
        #guidance
        .container
        .wrap_right
        ul
        li
        a
        .box
        .box_left
        .guidance_icon {
        width: 20px;
        height: 20px;
    }
}

main #guidance .container .wrap_right ul li a .box .box_left .ttl {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 115px;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li a .box .box_left .ttl {
        width: 24vw;
    }
}

main #guidance .container .wrap_right ul li a .box .box_right span {
    color: #808080 !important;
}

main #guidance .container .wrap_right ul li .sub {
    line-height: 2.6;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1366px) {
    main #guidance .container .wrap_right ul li .sub {
        line-height: 1;
        margin-top: 5px;
        font-size: 10px;
    }
}

main .news {
    background-color: #ffffff;
}

main .news .news_container {
    padding: 70px 0 90px 0;
    width: 1200px;
    margin: 0 auto;
}

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

main .news .news_container .news_box {
    margin-bottom: 40px;
    align-items: end;
    display: flex;
    column-gap: 20px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #1a1a1a;
}

@media screen and (max-width: 1366px) {
    main .news .news_container .news_box {
        margin-bottom: 20px;
        column-gap: 10px;
    }
}

main .news .news_container .news_box h2 {
    line-height: 1;
}

main .news .news_container .news_box .news_icon {
    width: 32px;
    height: 24px;
}

@media screen and (max-width: 1366px) {
    main .news .news_container .news_box .news_icon {
        width: 25px;
        height: 19px;
    }
}

main .news .news_container .news_box .news_sud {
    font-family: "Lato";
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    font-weight: bold;
    color: #969696;
}

main .news .news_container .sp_news_wrap {
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 40px;
}

main .news .news_container .sp_news_wrap li {
    width: 49%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    column-gap: 5px;
    color: #a0a0a0;
    padding-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
}

main .news .news_container .sp_news_wrap li img {
    width: 13px;
}

main .news .news_container .sp_news_wrap li .-a {
    display: none;
}

main .news .news_container .sp_news_wrap li .-una {
    display: block;
}

main .news .news_container .sp_news_wrap .-act {
    color: #1a1a1a;
}

main .news .news_container .sp_news_wrap .-act .-a {
    display: block;
}

main .news .news_container .sp_news_wrap .-act .-una {
    display: none;
}

main .news .news_container .f {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f {
        flex-wrap: wrap;
        column-gap: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f ul {
        flex: 1;
    }
}

main .news .news_container .f ul li {
    position: relative;
}

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

main .news .news_container .f ul li .news_wrap {
    width: 581px;
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f ul li .news_wrap {
        width: 100%;
        padding-bottom: 60px;
    }
}

main .news .news_container .f ul li .news_wrap .news_bgc {
    background: linear-gradient(
        90deg,
        #fff 0%,
        #fff 100px,
        #f8f8f8 100px,
        #f8f8f8 100%
    );
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f ul li .news_wrap .news_bgc {
        background: none;
    }
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f ul li .news_wrap .news_bgc .news_outer {
        margin-bottom: 30px;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    .news_outer_box {
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        .news_outer_box {
        border-bottom: none;
        margin-bottom: 0;
        display: none;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    .news_outer_box
    .news_outer_left {
    display: flex;
    align-items: center;
    position: relative;
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    .news_outer_box
    .news_outer_left
    .news_icon2 {
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    .news_outer_box
    .news_outer_left
    .news_outer_top {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #1a1a1a;
    font-family: "Lato";
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        .news_outer_box
        .news_outer_left
        .news_outer_top {
        border-bottom: 1px solid #dddddd;
        font-size: 12px;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    .news_outer_box
    .news_outer_right
    .news_icon3 {
    width: 24px;
    margin-right: 20px;
}

main .news .news_container .f ul li .news_wrap .news_bgc .news_outer ul {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        ul::after {
        position: absolute;
        z-index: -1;
        content: "";
        display: inline-block;
        width: 80%;
        top: 30px;
        right: -20px;
        height: 100%;
        background-color: #f8f8f8;
    }
}

main .news .news_container .f ul li .news_wrap .news_bgc .news_outer ul li {
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f ul li .news_wrap .news_bgc .news_outer ul li {
        column-gap: 20px;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    ul
    li
    .news_wrap_left
    .news_img {
    width: 170px;
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        ul
        li
        .news_wrap_left
        .news_img {
        width: 119px;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    ul
    li
    .news_wrap_right {
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        ul
        li
        .news_wrap_right {
        display: block;
        margin: 0;
    }
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    ul
    li
    .news_wrap_right
    .news_wrap_top {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #1a1a1a;
}

main
    .news
    .news_container
    .f
    ul
    li
    .news_wrap
    .news_bgc
    .news_outer
    ul
    li
    .news_wrap_right
    .news_wrap_lead {
    width: 371px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #645c5c;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 1366px) {
    main
        .news
        .news_container
        .f
        ul
        li
        .news_wrap
        .news_bgc
        .news_outer
        ul
        li
        .news_wrap_right
        .news_wrap_lead {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f .ul_active {
        display: block;
    }
}

@media screen and (max-width: 1366px) {
    main .news .news_container .f .ul_unactive {
        display: none;
    }
}

main .features {
    position: relative;
    z-index: 1;
}

main .features::before {
    content: "";
    z-index: -1;
    background-image: url(../../../img/firstview/img15.png);
    background-size: cover;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.7;
}

@media screen and (max-width: 1366px) {
    main .features::before {
        height: 60%;
        opacity: 0.4;
    }
}

main .features .features_container {
    padding: 64px 0 0;
}

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

main .features .features_container .features_wrap {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 47px;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .features_wrap {
        display: block;
        padding: 0 20px;
        margin-bottom: 30px;
        width: 100%;
    }
}

main .features .features_container .features_wrap .features_wrap_left {
    margin-right: 70px;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .features_wrap .features_wrap_left h2 {
        margin-bottom: 10px;
    }
}

main .features .features_container .features_wrap .features_wrap_left .sub {
    color: #3b3b3b;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: "Lato";
    text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .features_wrap .features_wrap_left .sub {
        margin-bottom: 20px;
    }
}

main
    .features
    .features_container
    .features_wrap
    .features_wrap_right
    .features_wrap_lead {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: 500;
}

main .features .features_container .bgc {
    background: #fff;
    margin-top: 150px;
    padding: 0 83px 100px;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .bgc {
        padding: 20px;
        margin-top: 70px;
        background: linear-gradient(
            180deg,
            transparent 0%,
            transparent 5%,
            #fff 10%,
            #fff 100%
        );
    }
}

main .features .features_container .bgc ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .bgc ul {
        display: block;
        width: 100%;
        margin-top: -60px;
    }
}

main .features .features_container .bgc ul li {
    width: 350px;
    margin-top: -100px;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .bgc ul li {
        margin-bottom: 20px;
        margin-top: 0;
        width: 100%;
        display: flex;
        margin-bottom: 30px;
        width: 100%;
        align-items: flex-start;
        column-gap: 20px;
    }
}

main .features .features_container .bgc ul li .features_img {
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 16px 16px 40px #6070ac38;
}

@media screen and (max-width: 1366px) {
    main .features .features_container .bgc ul li .features_img {
        width: 130px;
        min-height: auto;
    }
}

main
    .features
    .features_container
    .bgc
    ul
    li
    .features_box_right
    .features_top {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media screen and (max-width: 1366px) {
    main
        .features
        .features_container
        .bgc
        ul
        li
        .features_box_right
        .features_top {
        font-size: 12px;
    }
}

main
    .features
    .features_container
    .bgc
    ul
    li
    .features_box_right
    .features_bottom {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media screen and (max-width: 1366px) {
    main
        .features
        .features_container
        .bgc
        ul
        li
        .features_box_right
        .features_bottom {
        font-size: 10px;
    }
}

main .opening_container {
    background-color: #fff;
    padding-right: 83px;
}

@media screen and (max-width: 1366px) {
    main .opening_container {
        padding: 0;
        padding-bottom: 40px;
    }
}

main .opening_container .bgc {
    padding-left: 83px;
    background-color: #f7f5f2;
    background: linear-gradient(
        90deg,
        #f7f5f2 0%,
        #f7f5f2 1200px,
        #fff 1000px,
        #fff 100%
    );
    padding-bottom: 380px;
    padding-top: 40px;
}

@media screen and (max-width: 1366px) {
    main .opening_container .bgc {
        width: 100%;
        padding-left: 20px;
        padding-bottom: 300px;
        padding-top: 20px;
        background: linear-gradient(
            90deg,
            #f7f5f2 0%,
            #f7f5f2 90%,
            #fff 90%,
            #fff 100%
        );
    }
}

main .opening_container .bgc .opening_wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    main .opening_container .bgc .opening_wrap {
        margin-bottom: 20px;
    }
}

main .opening_container .bgc .opening_wrap .opening_wrap_left .opening_box {
    display: flex;
    align-items: center;
}

main
    .opening_container
    .bgc
    .opening_wrap
    .opening_wrap_left
    .opening_box
    .opening_icon {
    width: 31px;
}

@media screen and (max-width: 1366px) {
    main
        .opening_container
        .bgc
        .opening_wrap
        .opening_wrap_left
        .opening_box
        .opening_icon {
        width: 18px;
    }
}

main .opening_container .bgc .opening_wrap .opening_wrap_left .opening_box h2 {
    margin-left: 15px;
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 500;
}

@media screen and (max-width: 1366px) {
    main
        .opening_container
        .bgc
        .opening_wrap
        .opening_wrap_left
        .opening_box
        h2 {
        font-size: 18px;
    }
}

main .opening_container .bgc .opening_wrap .opening_wrap_left .opening_sub {
    font-size: 10px;
    color: #969696;
    letter-spacing: 0.3em;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Lato";
    margin-top: 17px;
}

@media screen and (max-width: 1366px) {
    main .opening_container .bgc .opening_wrap .opening_wrap_left .opening_sub {
        font-size: 8px;
        margin-top: 10px;
    }
}

main .opening_container .scroll {
    overflow-x: auto;
    width: 100%;
    margin-left: 83px;
    margin-top: -385px;
}

@media screen and (max-width: 1366px) {
    main .opening_container .scroll {
        margin-top: -300px;
        margin-left: 20px;
    }
}

main .opening_container .scroll img {
    width: 1200px;
}

main .opening_container .opening_lead {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-weight: 300;
}

@media screen and (max-width: 1366px) {
    main .opening_container .opening_lead {
        margin-top: 25px;
        padding: 0 20px;
    }
}

main .column .column_container {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 100px 83px 100px;
}

@media screen and (max-width: 1366px) {
    main .column .column_container {
        display: block;
        padding: 0 20px;
    }
}

main .column .column_container .column_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_box {
        margin-bottom: 15px;
    }
}

main .column .column_container .column_box .column_box_left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 10px;
}

main .column .column_container .column_box .column_box_left .column_icon {
    width: 25px;
    height: 36px;
}

main .column .column_container .column_box .column_box_left h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 500;
    padding-bottom: 5px;
}

main .column .column_container .column_box .column_box_left .column_sub {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.3em;
    font-weight: bold;
    font-family: "Lato";
    color: #969696;
    padding-bottom: 5px;
}

main .column .column_container .column_box .column_box_right .column_link {
    width: 24px;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_wrap_left {
        margin-bottom: 40px;
    }
}

main .column .column_container .column_wrap_left ul {
    width: 537px;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_wrap_left ul {
        width: 100%;
    }
}

main .column .column_container .column_wrap_left ul li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

main .column .column_container .column_wrap_left ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main .column .column_container .column_wrap_left ul li :nth-child(3) {
    margin-bottom: 18px;
}

main
    .column
    .column_container
    .column_wrap_left
    ul
    li
    .news_wrap_left
    .news_img {
    width: 170px;
    height: 120px;
    object-fit: contain;
}

@media screen and (max-width: 1366px) {
    main
        .column
        .column_container
        .column_wrap_left
        ul
        li
        .news_wrap_left
        .news_img {
        height: auto;
    }
}

main .column .column_container .column_wrap_left ul li .news_wrap_right {
    margin-left: 20px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

main
    .column
    .column_container
    .column_wrap_left
    ul
    li
    .news_wrap_right
    .news_wrap_top {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #1a1a1a;
}

main
    .column
    .column_container
    .column_wrap_left
    ul
    li
    .news_wrap_right
    .news_wrap_lead {
    width: 347px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #645c5c;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width: 1366px) {
    main
        .column
        .column_container
        .column_wrap_left
        ul
        li
        .news_wrap_right
        .news_wrap_lead {
        width: 100%;
    }
}

main .column .column_container .column_wrap_left .column_left {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_wrap_right {
        width: 100%;
    }
}

main .column .column_container .column_wrap_right .column_right {
    width: 537px;
    justify-content: space-between;
    width: 600px;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_wrap_right .column_right {
        width: 100%;
    }
}

main .column .column_container .column_wrap_right .column_right iframe {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    main .column .column_container .column_wrap_right .column_right iframe {
        height: 200px;
    }
}

main
    .column
    .column_container
    .column_wrap_right
    .column_right
    .column_address {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #5a5a5a;
    margin-top: 20px;
}

#main_bg {
    background-image: url(../../../img/firstview/img15.png);
    padding-bottom: 50px;
    margin-bottom: 50px;
    background-size: cover;
}
#primary {
    background-color: #fff;
}
#page {
    background-image: url(../../../img/firstview/img15.png);
}

@media screen and (max-width: 1366px) {
    #main_bg {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

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

@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;
}
