@charset "utf-8";
@import url("top.css");
@import url("about.css");
@import url("general.css");
@import url("business.css");
@import url("hospital.css");
@import url("news.css");
@import url("contact.css");
@import url("privacy.css");
@import url("english.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
html {
    font-size: 6.25% !important;
}
body {
    background: white;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", YakuHanJP_Narrow, "Yu Gothic Medium",
        "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo,
        sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16rem;
    color: #161616;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    position: relative;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    line-height: 0;
}
ol,
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000;
    transition: opacity 0.5s;
    display: block;
}
a:hover {
    color: #161616;
}
sup {
    font-size: 85%;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
    top: -0.3em;
    right: -0.1em;
}
table th,
table td {
    padding: 0;
    border-width: 0;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    a:hover {
        opacity: 0.6;
    }
}
a:active,
a:hover,
a:focus {
    outline: 0;
}
.font_tsukua_b {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.font_tsukua_r {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sp_only,
.sp_sm_only {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .sp_sm_only {
        display: block;
    }
    .pc_sm_only {
        display: none;
    }
}

/*スペース*/
.mb_10 {
    margin-bottom: 10px;
}
.mb_15 {
    margin-bottom: 15px;
}
.mb_20 {
    margin-bottom: 20px;
}

/*インデント*/
.indent_1-5 {
    text-indent: -1.45em;
    padding-left: 1.45em;
}

/*リンク*/
.arrow_yellow_round,
.arrow_black {
    position: relative;
    padding-left: 30px !important;
}
.arrow_yellow_round::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fae187;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.arrow_yellow_round::after,
.arrow_black::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 5px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #161616;
    border-right: 2px solid #161616;
    transform: rotate(45deg);
}
.arrow_black::after {
    border-top: 1px solid #161616;
    border-right: 1px solid #161616;
}
.arrow_yellow_round::after {
    top: 0;
    bottom: 0;
}
.arrow_yellow_round.w_16 {
    padding-left: 22px !important;
}
.arrow_yellow_round.w_16::before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
}
.arrow_yellow_round.w_16::after {
    left: 4px;
    width: 4px;
    height: 4px;
}
.arrow_yellow_round.w_24 {
    padding-left: 35px !important;
}
.arrow_yellow_round.w_24::before {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}
.arrow_yellow_round.w_24::after {
    left: 7px;
}
a.orange {
    display: inline;
    color: #f09900;
    border-bottom: 1px solid #f09900;
    padding-bottom: 2px;
    font-weight: 600;
}
a.link_blank span {
    padding-right: 15px;
    background-image: url("/img/privacy/icon_link.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
a.link_blank.blank_orange span {
    background-image: url("/img/common/icon_link.svg");
}
a.link_blank.w_13 span {
    padding-right: 18px;
    background-size: 13px 13px;
}
a.link_pdf span {
    padding-right: 25px;
    background-image: url("/img/common/icon_pdf.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
a.link_doc span {
    padding-right: 25px;
    background-image: url("/img/common/icon_doc.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
#committee05 .pdf_select {
    margin-top: 10px;
}
#committee05 .by_year {
    display: none;
}
#committee05 .by_year.appear {
    display: block;
}
#committee05 .pdf_link {
    margin-top: 20px;
}
.pdf_link li {
    margin-bottom: 30px;
}
.pdf_link--small li {
    margin-bottom: 20px;
}
.pdf_link li:last-child {
    margin-bottom: 0;
}
.pdf_link a {
    font-size: 20rem;
    line-height: 20px;
}
.pdf_link--small a {
    font-size: 16px;
    line-height: 18px;
}
@media screen and (min-width: 769px) {
    a.under_line:hover,
    a.orange:hover {
        opacity: 1;
    }
    a.orange:hover {
        border: 0;
    }
    a.under_line span {
        position: relative;
        display: inline-block;
    }
    a.under_line span::before {
        position: absolute;
        right: 0;
        bottom: -8px;
        height: 4px;
        background: #fae187;
        border-radius: 2px;
        content: "";
        width: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    a.under_line:hover span:before {
        left: 0;
        width: 100%;
        -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media screen and (max-width: 768px) {
    .pdf_link a {
        font-size: 16rem;
        line-height: 25px;
    }
}
/*ヘッダー*/
header {
    width: 100%;
    position: absolute;
    top: 0;
}
.header_inner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    align-items: center;
}
.header_inner ul {
    display: flex;
    justify-content: center;
}
#header .logo {
    max-width: 490px;
    width: calc(100% - 310px);
}
#header .global_sub {
    width: 310px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}
#header .global_sub .sub_menu {
    justify-content: space-between;
}
#header .global_sub .sub_menu li:first-child {
    padding-left: 0;
}
#header .global_sub .sub_menu li:last-child {
    border-right: 0;
    padding-right: 0;
}
#header .global_sub .sub_menu li a {
    padding-top: 22px;
    background-image: url("/img/common/icon_news.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 23px;
}
#header .global_sub .sub_menu li:nth-child(2) a {
    background-image: url("/img/common/icon_inquiry.svg");
}
#header .global_sub .sub_menu li:last-child a {
    background-image: url("/img/common/icon_english.svg");
    margin-right: 0;
}
#header .global_sub .sub_menu a {
    font-size: 14rem;
}
#header .global_sub .connection {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #a1a1a1;
    width: 50%;
    max-width: 290px;
}
#header .global_sub .connection li {
    max-width: 120px;
    width: 45%;
    height: 30px;
}
#header .global_sub .connection li:last-child {
    max-width: 140px;
    width: 55%;
    margin-left: 15px;
}
#header .global_nav {
    width: 100%;
    margin-top: 20px;
}
#header .global_nav a {
    font-size: 16rem;
}
#header .global_nav ul {
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
#header .global_nav ul ul {
    display: block;
}
#header .global_nav ul li {
    position: relative;
}
#header .global_nav ul li a {
    display: block;
    color: #161616;
    padding: 10px 20px;
}
#header .global_nav ul li a:hover {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    #header .global_nav > ul {
        background-color: #50aa96;
        border-radius: 50px;
    }
    #header .global_nav > ul > li {
        width: calc(100% / 4);
    }
    #header .global_nav > ul > li::before {
        content: "";
        width: 1px;
        height: calc(100% - 20px);
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        border-radius: 1px;
    }
    #header .global_nav > ul > li:last-child::before {
        display: none;
    }
    #header .global_nav > ul > li > a {
        color: #fff;
        font-size: 20rem;
        line-height: 24px;
        padding: 10px 0;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header .global_nav ul li > a > p {
        display: inline-block;
        position: relative;
        padding: 0 20px;
    }
    #header .global_nav ul li.has_child > a > p::before,
    #header .global_nav ul li.has_child > a > p::after {
        content: "";
        width: 10px;
        height: 3px;
        display: inline-block;
        border-radius: 2px;
        background: #fdd000;
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
    }
    #header .global_nav ul li.has_child > a > p::before {
        transform: rotate(45deg);
        right: 5px;
    }
    #header .global_nav ul li.has_child > a > p::after {
        transform: rotate(-45deg);
        right: 0;
    }
    #header .global_nav ul li.has_child > a span {
        display: inline-block;
        position: relative;
    }
    #header .global_sub .sub_menu li {
        padding: 0 20px;
        border-right: 1px solid #cccccc;
    }
}
@media screen and (max-width: 768px) {
    #header .global_sub .sub_menu a {
        font-size: 12rem;
    }
}
#header .global_nav ul li li {
    padding-left: 25px;
}
#header .global_nav ul li li a:hover {
    opacity: 0.5;
}
#header .global_nav ul li li.nav_title,
#header .global_nav ul li li.other_link,
#header .global_nav ul li li.other_link li {
    padding-left: 0px;
}
#header .global_nav ul li li.other_link {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}
#header .global_nav ul li li a {
    padding: 10px 0;
    font-size: 15rem;
    position: relative;
}
#header .global_nav ul li li.nav_title .arrow_yellow_round::before {
    top: 16px;
    bottom: auto;
}
#header .global_nav ul li li.nav_title .arrow_yellow_round::after {
    top: 22px;
    bottom: auto;
}
#header .global_nav ul li li.nav_title a {
    font-size: 20rem;
    color: #508c7d;
}
#header .global_nav ul li.has_child a {
    position: relative;
}
#header .global_nav li.has_child div {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 4;
    width: calc(100vw * 0.25);
    max-width: 400px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    padding-top: 10px;
}
#header .global_nav li.has_child div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    border-left: 9px solid transparent;
}
#header .global_nav li.has_child div > ul {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 25px;
    background: #fff;
}
#header .global_nav li.has_child:hover > div,
#header .global_nav li.has_child:active > div {
    visibility: visible;
    opacity: 1;
}
#header .global_nav li.has_child ul li a {
    text-align: left;
}

header.HeightMin {
    position: fixed;
    background: linear-gradient(
        rgba(255, 255, 255, 1) 70%,
        rgba(255, 255, 255, 0)
    );
    animation: DownAnime 0.5s forwards;
    z-index: 10;
}
@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-170px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
header.HeightMin .header_inner {
    max-width: 1500px;
    padding: 20px 20px 50px;
}
header.HeightMin #header .logo {
    width: calc(55% - 264px);
    max-width: 340px;
    order: 1;
}
header.HeightMin #header .global_sub {
    order: 3;
    max-width: 220px;
    width: calc(45% - 264px);
}
header.HeightMin #header .global_sub .sub_menu {
    width: 100%;
}
header.HeightMin #header .global_sub .sub_menu li {
    padding: 0;
    border: 0;
}
header.HeightMin #header .global_sub .sub_menu a {
    font-size: 12rem;
}
header.HeightMin #header .global_sub .connection {
    display: none;
}
header.HeightMin #header .global_nav {
    max-width: 660px;
    min-width: 528px;
    width: calc(100% - 560px);
    margin-top: 0;
    order: 2;
}
header.HeightMin #header .global_nav > ul {
    background-color: transparent;
    max-width: 780px;
}
header.HeightMin #header .global_nav > ul > li {
    width: auto;
}
header.HeightMin #header .global_nav > ul > li > a {
    color: #508c7d;
}
@media screen and (min-width: 769px) {
    header.HeightMin #header .global_nav ul li.has_child > a span:before,
    header.HeightMin #header .global_nav ul li > a.active span:before {
        position: absolute;
        right: 20px;
        bottom: -5px;
        height: 4px;
        background: #fae187;
        border-radius: 4px;
        content: "";
        width: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    header.HeightMin #header .global_nav ul li.has_child:hover > a span:before,
    header.HeightMin #header .global_nav ul li > a.active span:before {
        left: 0;
        width: 100%;
        -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    header.HeightMin #header .global_nav ul li > a.active span:before {
        -webkit-transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}
@media screen and (max-width: 1237px) {
    header.HeightMin #header .logo {
        order: 1;
        width: calc(100% - 240px);
    }
    header.HeightMin #header .global_sub {
        order: 2;
        width: 220px;
    }
    header.HeightMin #header .global_nav {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}
/*ハンバーガーメニュー*/
@media screen and (max-width: 768px) {
    #header {
        padding: 10px 15px 25px;
    }
    #header .logo,
    header.HeightMin #header .logo {
        width: calc(100% - 40px);
        max-width: 290px;
    }
    header.HeightMin.open {
        height: 100%;
        background: none;
    }
    .header_inner {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -630px;
        display: flex;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        align-content: flex-start !important;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch;
        transition: all 0.5s;
        z-index: 3;
        opacity: 0;
        width: calc(100% - 60px) !important;
        max-width: 630px !important;
        box-sizing: border-box;
        padding: 20px 0 !important;
        visibility: hidden;
    }
    header.open .header_inner {
        visibility: visible;
    }
    #header .global_nav {
        order: 1 !important;
        margin-top: 0 !important;
        min-width: auto !important;
    }
    #header .global_sub {
        order: 2 !important;
        display: block;
        height: auto;
        width: 100% !important;
        max-width: 100% !important;
    }
    #header .global_sub .sub_menu {
        width: 100%;
        box-sizing: border-box;
        justify-content: space-evenly;
        display: flex;
        padding: 10px 25px 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
    }
    #header .global_sub .connection {
        display: flex !important;
        border-left: 0;
        margin-left: 0;
        padding: 0 25px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        justify-content: space-evenly;
    }
    .header_inner ul {
        display: block;
        padding: 0 25px;
    }
    #header .global_nav > ul > li {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #header .global_nav ul li li {
        padding-left: 30px;
    }
    #header .global_nav ul li li a {
        color: #737373 !important;
    }
    #header .global_nav ul li li.nav_title {
        display: none;
    }
    #header .global_nav > ul > li > a {
        text-align: left;
        padding: 8px 20px !important;
        padding-left: 30px !important;
        position: relative;
        color: #508c7d;
    }
    #header .global_nav > ul > li > a::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #fae187;
        position: absolute;
        top: 10px;
        left: 0;
        margin: auto;
    }
    #header .global_nav > ul > li > a::after {
        content: "";
        position: absolute;
        top: 16px;
        left: 5px;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: 2px solid #161616;
        border-right: 2px solid #161616;
        transform: rotate(45deg);
    }
    #header .global_nav li.has_child ul li a {
        padding: 8px 20px !important;
        padding-left: 0 !important;
    }
    #header .global_nav li.has_child ul li a::after {
        display: none;
    }
    #header .global_nav > ul > li > a span {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
            YakuHanJP_Narrow, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
            "游ゴシック体", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
    }
    #header .global_nav ul li li.other_link {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    #header .global_nav ul li li.other_link ul {
        padding-left: 30px;
    }
    #header .global_nav ul li li.other_link a {
        color: #161616 !important;
    }
    #header .global_nav li.has_child div {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        padding: 0;
        width: 100%;
    }
    #header .global_nav li.has_child div::before {
        display: none;
    }
    #header .global_nav li.has_child div > ul {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        background: none;
    }
    .open .header_inner {
        left: 0;
        opacity: 1;
    }

    .toggle_btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 20px;
        height: 18px;
        transition: all 0.5s;
        z-index: 3;
    }
    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background-color: #444;
        transition: all 0.5s;
    }
    .toggle_btn span:nth-child(1) {
        top: 0;
    }
    .toggle_btn span:nth-child(2) {
        top: 8px;
    }
    .toggle_btn span:nth-child(3) {
        bottom: 0;
    }
    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    #mask {
        display: none;
        transition: all 0.5s;
    }
    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #f1ffdd, #e6ffe6 10%, #dcf0ff);
        background: -webkit-linear-gradient(top, #f1ffdd, #e6ffe6 10%, #dcf0ff);
        background: linear-gradient(to bottom, #f1ffdd, #e6ffe6 10%, #dcf0ff);
        opacity: 0.9;
        z-index: 2;
    }
}

/*フッター*/
footer {
    width: 100%;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
}
#footer > div {
    border-bottom: 1px solid #d0d0d0;
}
#footer > div > ul {
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
}
#footer .footer_nav {
    padding: 40px 0 20px;
}
#footer .footer_nav > ul {
    display: flex;
    justify-content: space-between;
}
#footer .footer_nav > ul > li {
    width: calc(100% / 4);
    padding: 0 10px;
}
#footer .footer_nav > ul > li:first-child {
    padding: 0 10px 0 0;
}
#footer .footer_nav > ul > li:last-child {
    padding: 0 0 0 10px;
    max-width: 200px;
}
#footer .footer_nav li {
    padding: 6px 0;
}
#footer .footer_nav > ul > li > a {
    font-size: 18rem;
    font-weight: 500;
    padding: 5px 0;
    color: #444;
    margin-bottom: 10px;
}
#footer .footer_nav > ul > li > a::before {
    top: 8px;
    bottom: auto;
}
#footer .footer_nav > ul > li > a::after {
    top: 14px;
    bottom: auto;
}
#footer .footer_nav li li {
    font-size: 14rem;
    padding-left: 30px;
}
#footer .footer_nav li.other_link {
    padding-left: 0;
}
#footer .footer_nav li li a {
    color: #444;
}
#footer .footer_nav li.other_link a {
    color: #000;
}
#footer .footer_sub {
    padding: 15px 0;
    border-bottom: 0;
    margin-bottom: 25px;
}
#footer .footer_sub ul {
    display: flex;
    justify-content: space-between;
    max-width: 780px;
}
#footer .footer_sub ul li {
    margin: 0 10px;
    font-size: 16rem;
}
#footer .footer_sub ul li:first-child {
    margin-left: 0;
}
#footer .footer_sub ul li:last-child {
    margin-right: 0;
}
#footer .footer_sub ul li a::before {
    top: 4px;
    bottom: auto;
}
#footer .footer_sub ul li a::after {
    top: 9px;
    bottom: auto;
}
#footer .footer_link {
    border-bottom: 0;
}
#footer .footer_link_box {
    padding: 20px 25px 30px;
    background-color: #fff;
    border: 1px solid #fae187;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}
#footer .footer_link_title {
    width: 100px;
    height: 100px;
    font-size: 18rem;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
    color: #444444;
    background-image: url("/img/common/bg_footer_link.png");
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
}
#footer .footer_link_content {
    width: calc(100% - 100px);
    display: flex;
}
#footer .footer_link_content_01 {
    max-width: 410px;
    width: calc(55% - 50px);
    margin-left: 35px;
}
#footer .footer_link_content_02 {
    max-width: 325px;
    width: calc(45% - 50px);
    margin-left: 65px;
}
#footer .link_content_title {
    font-size: 20rem;
    color: #508c7d;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}
#footer .link_content_list li {
    margin-bottom: 20px;
}
#footer .link_content_list li:last-child {
    margin-bottom: 0;
}
#footer .link_content_list li a {
    font-size: 15rem;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
#footer .link_content_list li a .link_name {
    font-size: 13rem;
    font-weight: normal;
    color: #444;
}
#footer .link_content_list li a::before {
    bottom: auto;
    top: 2px;
}
#footer .link_content_list li a::after {
    bottom: auto;
    top: 7px;
}

#footer .footer_copy {
    border-bottom: 0;
    padding: 30px 0;
    text-align: center;
    font-size: 10rem;
}
@media screen and (max-width: 768px) {
    #footer .footer_nav {
        padding: 40px 20px;
    }
    #footer .footer_nav > ul {
        display: block;
    }
    #footer .footer_nav > ul > li {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
    }
    #footer .footer_nav > ul > li:last-child {
        margin-bottom: 0;
        max-width: 100%;
    }
    #footer .footer_sub {
        padding: 25px 20px;
        margin-bottom: 0;
    }
    #footer .footer_sub ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #footer .footer_sub ul li {
        margin: 0;
        font-size: 13rem;
        margin-bottom: 25px;
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #footer .footer_sub ul li a::before {
        top: 1px;
        bottom: auto;
    }
    #footer .footer_sub ul li a::after {
        top: 6px;
        bottom: auto;
    }
    #footer .footer_sub ul li:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }
    #footer .footer_sub ul li:first-child,
    #footer .footer_sub ul li:nth-child(2n + 1) {
        padding-left: 0;
    }
    #footer .footer_sub ul li:last-child,
    #footer .footer_sub ul li:nth-child(2n) {
        padding-right: 0;
    }
    #footer .footer_link_box {
        border-radius: 0;
        flex-wrap: wrap;
        padding: 0;
        border: 2px solid #fae187;
    }
    #footer .footer_link_title {
        width: 100%;
        height: auto;
        padding: 15px;
        line-height: 15px;
        font-size: 15rem;
        font-weight: 300;
        background-image: none;
        background-color: #fae187;
        position: relative;
    }
    #footer .footer_link_title::before,
    #footer .footer_link_title::after {
        content: "";
        position: absolute;
        right: 15px;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #444;
    }
    #footer .footer_link_title::after {
        right: 22px;
        height: 16px;
        width: 2px;
    }
    #footer .footer_link_title.open::after {
        height: 0;
    }
    #footer .footer_link_content {
        flex-wrap: wrap;
        width: 100%;
    }
    #footer .footer_link_content li {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    #footer .link_content_title {
        padding: 0 20px;
        line-height: 0;
        margin-bottom: 0;
        background-color: #fef9e7;
        border-bottom: 0;
        font-size: 15rem;
        visibility: hidden;
        opacity: 0;
    }
    #footer .link_content_list li {
        padding: 0 20px;
        line-height: 0;
        border-bottom: 0px solid #fae187;
        box-sizing: border-box;
        margin-bottom: 0;
        visibility: hidden;
        opacity: 0;
    }
    #footer .link_content_list li a {
        line-height: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    #footer .link_content_title,
    #footer .open .link_content_title,
    #footer .link_content_list li,
    #footer .open .link_content_list li,
    #footer .link_content_list li a,
    #footer .open .link_content_list li a {
        transition: line-height 0.3s ease-out, opacity 0.1s linear,
            visibility 0.1s linear;
    }
    #footer .open .link_content_title {
        padding: 10px 20px;
        line-height: 1.7;
        visibility: visible;
        opacity: 1;
    }
    #footer .open .link_content_list li {
        padding: 20px;
        visibility: visible;
        border-bottom: 1px solid #fae187;
        opacity: 1;
    }
    #footer .open .link_content_list li a {
        line-height: 1.5;
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}

/*TOPへ戻るボタン*/
#page_top {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 10px;
    bottom: 15px;
}
#page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-decoration: none;
    background: -moz-linear-gradient(top, #e5f6dd 10%, #b8e0ff);
    background: -webkit-linear-gradient(top, #e5f6dd 10%, #b8e0ff);
    background: linear-gradient(to bottom, #e5f6dd 10%, #b8e0ff);
}
#page_top a:hover {
    opacity: 1;
}
#page_top a::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 4px solid #161616;
    border-right: 4px solid #161616;
    transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
    #page_top {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 15px;
    }
    #page_top a {
        width: 40px;
        height: 40px;
    }
    #page_top a::before {
        top: 5px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #161616;
        border-right: 2px solid #161616;
    }
}

/*ページ*/
.container:first-child {
    padding-top: 30px;
}
.container > div {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.breadcrumb {
    font-size: 13rem;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb ul li {
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}
.breadcrumb ul li:before {
    content: ">";
    width: 8px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}
.breadcrumb ul li:first-child {
    padding-left: 0;
}
.breadcrumb ul li:last-child {
    margin-right: 0;
}
.breadcrumb ul li:first-child:before {
    display: none;
}
main {
    padding-top: 165px;
}
main.sub_page {
    background-image: url("/img/common/bg_sub_01.png"),
        url("/img/common/bg_sub_02.png"), url("/img/common/bg_sub_03.png");
    background-position: center 210px, calc(50% - 775px) 900px,
        calc(50% + 662px) bottom;
    background-size: 1500px auto, 370px auto, 580px auto;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 120px;
    display: block;
    color: #000;
}
main.sub_page.sub_bg_add {
    background-image: url("/img/common/bg_sub_01.png"),
        url("/img/common/bg_sub_02.png"), url("/img/common/bg_sub_03.png"),
        url("/img/common/bg_sub_04.png"), url("/img/common/bg_sub_05.png");
    background-position: center 210px, calc(50% - 775px) 900px,
        calc(50% + 662px) bottom, calc(50% + 750px) 1850px,
        calc(50% - 760px) 2880px;
    background-size: 1500px auto, 370px auto, 580px auto, 370px auto, 390px auto;
}
main.sub_page.sub_bg_remove {
    background-image: url("/img/common/bg_sub_01.png"),
        url("/img/common/bg_sub_03.png");
    background-position: center 210px, calc(50% + 662px) bottom;
    background-size: 1500px auto, 580px auto;
}
main.sub_page.sub_bg_none {
    background-image: url("/img/common/bg_sub_01.png");
    background-position: center 210px;
    background-size: 1500px auto;
}
.sub_page .title_area_content {
    position: relative;
}
.sub_page .title_area_content h2 {
    font-size: 36rem;
    line-height: 45px;
    color: #508c7d;
}
.sub_page .title_area_content h2 .small {
    font-size: 16rem;
    line-height: 26px;
}
.sub_page .title_area_content .breadcrumb {
    margin-top: 10px;
}
.sub_page .title_area_title {
    min-height: 110px;
    max-width: 500px;
    margin-bottom: 30px;
}
.sub_page .title_area_img {
    position: absolute;
    top: -15px;
    right: 20px;
    margin: 0 auto;
    width: calc(100% - 540px);
    text-align: center;
}
.sub_page .title_area_img.lead_w_550 {
    width: calc(100% - 590px);
}
.sub_page .title_area_lead {
    font-size: 18rem;
    line-height: 34px;
    margin-bottom: 30px;
}
.sub_page .title_area_lead .lead_title {
    font-size: 20rem;
    margin-bottom: 20px;
    font-weight: 600;
}
.sub_page .title_area_lead p {
    margin-bottom: 20px;
}
.sub_page .title_area_lead .w_500 {
    max-width: 500px;
    width: 70%;
}
.sub_page .title_area_lead .w_550 {
    max-width: 550px;
    width: 70%;
}
.sub_page .title_area_lead .w_500.side_menu_left {
    max-width: 500px;
    width: calc(100% - 300px);
}
.sub_page .title_area_lead p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    main.sub_page {
        padding-bottom: 70px;
        background-position: calc(50% - 50px) 310px, calc(0% - 55px) 870px,
            calc(100% + 10px) bottom;
        background-size: 750px auto, 180px auto, 287px auto;
    }
    main.sub_page.sub_bg_add {
        background-image: url("/img/common/bg_sub_01.png"),
            url("/img/common/bg_sub_02.png"), url("/img/common/bg_sub_03.png"),
            url("/img/common/bg_sub_04.png"), url("/img/common/bg_sub_05.png");
        background-position: calc(50% - 20px) 310px, calc(0% - 55px) 870px,
            calc(100% + 80px) bottom, calc(100% + 50px) 1500px,
            calc(0% - 50px) 2100px;
        background-size: 750px auto, 180px auto, 287px auto, 180px auto,
            190px auto;
    }
    main.sub_page.sub_bg_remove {
        background-image: url("/img/common/bg_sub_01.png"),
            url("/img/common/bg_sub_03.png");
        background-position: calc(50% - 20px) 310px, calc(100% + 80px) bottom;
        background-size: 750px auto, 287px auto;
    }
    main.sub_page.sub_bg_none {
        background-image: url("/img/common/bg_sub_01.png");
        background-position: calc(50% - 20px) 310px;
        background-size: 750px auto;
    }
    .container:first-child {
        padding-top: 20px;
    }
    .sub_page .title_area_content h2 {
        font-size: 30rem;
        line-height: 45px;
    }
    .sub_page .title_area_content h2.fs_27_sp {
        font-size: 27rem;
        line-height: 35px;
    }
    .sub_page .title_area_content h2 .small {
        line-height: 21px;
    }
    .sub_page .title_area_title {
        min-height: auto;
        margin-bottom: 20px;
    }
    .sub_page .title_area_content .breadcrumb {
        margin-top: 10px;
    }
    .sub_page .title_area_img {
        position: static;
        text-align: center;
        width: auto !important;
        max-height: 240px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .sub_page .title_area_img img {
        max-height: 200px;
    }
    .sub_page .title_area_lead {
        margin-bottom: 30px;
        padding-top: 0 !important;
    }
    .sub_page .title_area_lead .lead_title {
        text-align: center;
    }
    .sub_page .title_area_lead .w_500,
    .sub_page .title_area_lead .w_550,
    .sub_page .title_area_lead .w_500.side_menu_left {
        width: 100%;
        max-width: 100%;
    }
}

header.nav_fixed {
    background: none;
}
header.side_fixed {
    z-index: 3;
}
header.HeightMin.nav_fixed .header_inner {
    padding-bottom: 0 !important;
}
.nav_area {
    margin-bottom: 50px;
}
.container.nav_area {
    padding-top: 0;
}
.nav_area.nav_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 80px 10px 50px;
    box-sizing: border-box;
    background: linear-gradient(
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 0)
    );
    margin-bottom: 0;
}
.nav_area.nav_fixed .nav_area_content,
.nav_area.nav_fixed .nav_area_content.side_open {
    transition: padding-top 0.3s ease-out;
}
.nav_area ul {
    display: flex;
    justify-content: center;
}
.nav_area ul li {
    margin: 0 15px;
}
.nav_area ul li:first-child {
    margin-left: 0;
}
.nav_area ul li:last-child {
    margin-right: 0;
}
.nav_area ul li {
    background-color: #fae187;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.nav_area ul li a {
    padding: 10px 40px 10px 20px;
    position: relative;
    font-size: 16rem;
    text-align: center;
    width: 100%;
}
.nav_area ul li a:hover {
    opacity: 1;
}
.nav_area ul li a::before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.nav_area ul li a::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 17px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
}
@media screen and (max-width: 1237px) {
    .nav_area.nav_fixed {
        padding: 130px 0 50px;
    }
    .nav_area.nav_fixed.nav_foot {
        padding: 80px 0 50px;
    }
}
@media screen and (max-width: 768px) {
    main {
        padding-top: 70px;
    }
    header.nav_fixed {
        background: linear-gradient(
            rgba(255, 255, 255, 1) 70%,
            rgba(255, 255, 255, 0)
        );
    }
    header.side_fixed {
        z-index: 3;
        background: linear-gradient(
            rgba(255, 255, 255, 1) 70%,
            rgba(255, 255, 255, 0)
        );
    }
    .description_area {
        padding-top: 0 !important;
    }
    .nav_area {
        margin-bottom: 40px;
    }
    .nav_area ul {
        flex-wrap: wrap;
    }
    .nav_area ul li {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        margin-bottom: 10px;
    }
    .nav_area ul li:last-child {
        margin-bottom: 0;
    }
    .nav_area ul li a {
        padding: 5px 40px 5px 30px !important;
        min-height: 25px;
        font-size: 14rem;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .nav_area ul li a:hover {
        opacity: 1;
    }
    .nav_area.nav_fixed {
        padding: 60px 0 50px;
    }
}

.side_menu {
    position: absolute;
    top: 320px;
    right: 20px;
    min-width: 250px;
}
.side_menu_content {
    padding: 0 !important;
}
.side_menu_content.side_fixed {
    position: fixed;
    top: 120px;
    right: auto;
    width: 250px;
    min-width: 250px;
    z-index: 2;
}
.side_menu_content ul li {
    margin-bottom: 15px;
}
.side_menu_content ul li:last-child {
    margin-bottom: 0;
}
.side_menu_content a {
    width: 250px;
    height: 50px;
    background: #fff;
    border: 1px solid #fae187;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 5px 11px;
    box-sizing: border-box;
    line-height: 18px;
}
.side_menu_content a span {
    position: relative;
    padding-left: 30px;
}
.side_menu_content a span::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fae187;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.side_menu_content a span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #161616;
    border-right: 2px solid #161616;
    transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
    .side_menu_content a:hover,
    .side_menu_content .active a {
        background-color: #fae187;
        opacity: 1;
    }
    .side_menu_content a:hover span::before,
    .side_menu_content .active a span::before {
        background-color: #fff;
    }
}
@media screen and (max-width: 1237px) {
    .side_menu.side_fixed {
        top: 170px;
    }
}
@media screen and (max-width: 768px) {
    .side_menu {
        position: static;
        margin-bottom: 40px;
        z-index: 1;
    }
    .side_menu_title {
        text-align: center;
        background-color: #fae187;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 10px;
        position: relative;
    }
    .side_menu_title::before,
    .side_menu_title::after {
        content: "";
        width: 16px;
        height: 2px;
        background-color: #161616;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .side_menu_title::after {
        width: 2px;
        height: 16px;
        right: 22px;
        opacity: 1;
    }
    .side_menu_title.open::after {
        opacity: 0;
    }
    .side_menu_title.open {
        border-radius: 10px 10px 0 0;
    }
    .side_menu.side_fixed {
        top: 0 !important;
        left: 0;
        width: 100%;
        padding: 65px 20px 50px;
        box-sizing: border-box;
        background: linear-gradient(
            rgba(255, 255, 255, 1) 80%,
            rgba(255, 255, 255, 0)
        );
        margin-bottom: 0;
    }
    .side_menu.nav_fixed {
        background: 0;
        padding: 65px 20px 15px;
    }
    .side_menu_content ul li {
        margin-bottom: 0;
    }
    .side_menu_content a {
        width: 100%;
        border-width: 0 2px 1px 2px;
        border-radius: 0;
        display: flex;
        justify-content: center;
        padding: 0;
        height: auto;
        transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out,
            visibility 0.1s linear 0.1s;
    }
    .side_menu_content .side_menu_link.open a {
        width: 100%;
        border-width: 0 2px 1px 2px;
        border-radius: 0;
        display: flex;
        justify-content: center;
        padding: 16px 0;
        transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out,
            visibility 0.1s linear 0.1s;
    }
    .side_menu_content a span {
        opacity: 0;
        line-height: 0;
        transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s;
    }
    .side_menu_content .side_menu_link.open a span {
        opacity: 1;
        line-height: 1.2;
        transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s;
    }
    .side_menu_content .side_menu_link.open .row_2 a {
        padding: 8px 0;
    }
    .side_menu_content a span {
        width: 250px;
        box-sizing: border-box;
        padding: 0;
        padding-left: 30px;
        font-size: 14rem;
    }
    .side_menu_content .side_menu_link {
        visibility: hidden;
    }
    .side_menu_content .side_menu_link.open {
        visibility: visible;
    }
    .side_menu_content li:last-child a {
        border-width: 0 2px 2px 2px;
        border-radius: 0 0 10px 10px;
    }
    .side_menu_content .side_menu_link.open li:last-child a {
        border-radius: 0 0 10px 10px;
        border-width: 0 2px 2px 2px;
    }
    .side_menu_content .side_menu_link.open .active a {
        background-color: #fae187;
    }
    .side_menu_content .side_menu_link.open li:first-child.active a {
        border-top: 1px solid #fff;
    }
    .side_menu_content .active a span::before {
        background-color: #fff;
    }
}

.description_area_content {
    font-size: 18rem;
    line-height: 28px;
    margin-bottom: 80px !important;
}
.description_area_content:last-child {
    margin-bottom: 0 !important;
}
.description_area_title {
    font-size: 26rem;
    line-height: 35px;
    padding: 0 40px;
    color: #508c7d;
}
.description_area_hr {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #e8e8e8;
    border-radius: 2px;
    margin: 20px auto 30px;
    position: relative;
}
.description_area_hr::before,
.description_area_hr::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/img/common/img_sub_01.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.description_area_hr::after {
    left: auto;
    right: -20px;
}
.description_area_main_img {
    margin-top: 50px;
}
.description_area_main_img .img_title {
    margin-bottom: 20px;
    font-weight: 600;
}
.description_area_flow li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.description_area_flow .flow_num {
    width: 50px;
    min-height: 100px;
    background-image: url("/img/common/bg_num_01.png");
    background-position: center 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 23rem;
    text-align: center;
    line-height: 50px;
    padding: 5 0 0;
    position: relative;
}
.description_area_flow li:last-child .flow_num {
    min-height: 50px;
}
.description_area_flow li:nth-child(n + 3) .flow_num {
    background-image: url("/img/common/bg_num_02.png");
}
.description_area_flow .flow_num:before {
    content: "";
    width: 0;
    height: calc(100% - 65px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 4px dotted #c5c5c5;
}
.description_area_flow li:last-child .flow_num:before {
    display: none;
}
.description_area_flow .flow_content {
    width: calc(100% - 70px);
}
.description_area_flow li:last-child .flow_content {
    padding-bottom: 0;
}
.description_area_flow .flow_txt {
    min-height: 60px;
    display: flex;
    align-items: center;
    font-size: 18rem;
    line-height: 28px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.description_area_flow .flow_txt.w_500 {
    max-width: 430px;
    width: 100%;
}
@media all and (-ms-high-contrast: none) {
    .description_area_flow .flow_num {
        line-height: 60px;
    }
    .description_area_flow .flow_txt {
        min-height: auto;
        height: 60px;
    }
}
.description_area_flow li:last-child .flow_txt {
    padding-bottom: 0;
}
.description_area_flow .flow_data {
    margin-top: 35px;
    margin-bottom: 50px;
}
.description_area_flow .flow_data_title {
    font-weight: 600;
}
.description_area_flow .flow_data_box {
    padding: 35px 30px;
    background-color: #f6f6f6;
    margin-top: 10px;
}
.description_area_flow .flow_data_box_list {
    font-size: 14rem;
    line-height: 24px;
}
.description_area_flow .flow_data_box_list li {
    margin-bottom: 10px;
    text-indent: -1.45em;
    padding-left: 1.45em;
}
.description_area_flow .flow_data_box_list li:last-child {
    margin-bottom: 0;
}
.description_area_flow .notes {
    font-size: 12rem;
    line-height: 20px;
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.description_area_flow .notes p {
    margin-bottom: 0 !important;
}
.description_area_list > li {
    margin-bottom: 70px;
}
.description_area_list > li:last-child {
    margin-bottom: 0;
}
.description_area_list .list_title {
    font-size: 21rem;
    line-height: 27px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}
.description_area_list .list_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: calc(100% - 4px);
    background-color: #fae187;
    border-radius: 4px;
}
.description_area_list .list_content {
    padding-left: 20px;
}
.description_area_list .list_content.img_flex {
    display: flex;
}
.description_area_list .list_content.img_flex .list_content_img {
    min-width: 150px;
    padding: 0 25px;
}
.description_area_list .list_content.img_flex .img_disc {
    display: flex;
}
.description_area_list .list_content.img_flex .img_disc li {
    text-align: center;
    padding: 0 10px;
    margin-right: 60px;
}
.description_area_list .list_content.img_flex .img_disc li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .description_area_content {
        margin-bottom: 70px !important;
    }
    .description_area_title {
        text-align: center;
        padding: 0;
    }
    .description_area_txt {
        margin-bottom: 50px;
    }
    .description_area_img {
        text-align: center;
    }
    .description_area_flow li {
        margin-bottom: 10px;
    }
    .description_area_flow .flow_num {
        width: 40px;
        font-size: 18rem;
        line-height: 40px;
        min-height: auto;
    }
    .description_area_flow .flow_num:before {
        height: calc(100% - 60px);
    }
    .description_area_flow .flow_content {
        width: calc(100% - 55px);
        margin-bottom: 40px;
    }
    .description_area_flow li:last-child,
    .description_area_flow li:last-child .flow_content {
        margin-bottom: 0;
    }
    .description_area_flow .flow_data {
        margin-bottom: 10px;
    }
    .description_area_flow .flow_data_box {
        padding: 20px;
    }
    .description_area_flow .flow_data_box_list {
        line-height: 21px;
    }
    .description_area_flow .flow_data_box_list li {
        margin-bottom: 10px !important;
    }
    .description_area_flow .flow_data_box_list li:last-child {
        margin-bottom: 0 !important;
    }
    .description_area_flow .notes {
        margin-top: 20px;
    }
    .description_area_flow .flow_txt {
        padding-bottom: 0;
        min-height: 50px;
        font-size: 16rem;
        line-height: 25px;
    }
    .description_area_flow .flow_txt.w_500 {
        max-width: 100%;
        width: 100%;
    }
    .description_area_flow .flow_txt_img {
        text-align: center;
        margin-right: 70px;
        margin-top: 25px;
    }
    .description_area_flow .flow_txt_img img {
        height: 150px;
    }
    .description_area_list > li {
        margin-bottom: 50px;
    }
    .description_area_list .list_content {
        padding-left: 0;
    }
    .description_area_list .list_content.img_flex {
        flex-wrap: wrap;
    }
    .description_area_list .list_content.img_flex p {
        order: 1;
    }
    .description_area_list .list_content.img_flex .list_content_img {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-top: 20px;
        order: 2;
    }
    .description_area_list .list_content.img_flex .img_disc {
        padding: 0 10px;
    }
    .description_area_list .list_content.img_flex .img_disc li {
        margin-right: 30px;
    }
    .description_area_list .list_content.img_flex .img_disc li p {
        line-height: 22px;
        margin-bottom: 10px;
    }
}

/*お知らせ*/
.news_area .news_area_content {
    margin: 0 auto;
    width: 100%;
}
.news_area .news_area_content > ul {
    display: flex;
    justify-content: space-between;
}
.news_area .news_area_cat {
    width: 130px;
}
.news_area .news_area_cat h3 {
    font-size: 32rem;
    margin-bottom: 40px;
    line-height: 26px;
    letter-spacing: 0.15em;
    color: #000;
}
.news_area .news_area_cat ul li {
    margin-bottom: 25px;
    color: #000;
    font-size: 16rem;
    line-height: 20px;
}
.news_area .news_area_cat ul li:last-child {
    margin-bottom: 0px;
}
.news_area .news_area_list {
    width: calc(100% - 130px);
    max-width: 800px;
}
.news_area .news_area_list ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
}
.news_area .news_area_list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.news_area .news_area_list ul li a,
.news_main_sub {
    display: flex;
    align-items: center;
}
.news_area .news_area_list ul li time,
.news_main_sub time {
    margin-right: 20px;
    min-width: 125px;
    font-size: 14rem;
}
.news_area .news_area_list ul li .label,
.news_main_sub .label {
    display: block;
    font-size: 13rem;
    padding: 2px;
    width: 120px;
    min-width: 95px;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
}
.news_area .news_area_list ul li .title,
.news_main_sub .title {
    width: calc(100% - 295px);
    font-size: 16px;
}
.news_area .news_area_more {
    display: flex;
    justify-content: flex-end;
    font-size: 18rem;
    margin-top: 40px;
}
.news_area .news_none {
    text-align: center;
    line-height: 270px;
}
@media screen and (max-width: 768px) {
    .news_area .news_area_content > ul {
        display: block;
    }
    .news_area .news_area_cat {
        width: 100%;
        box-sizing: border-box;
    }
    .news_area .news_area_cat ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .news_area .news_area_cat ul li {
        margin-bottom: 20px;
        padding: 0 30px 0 0;
        box-sizing: border-box;
    }
    .news_area .news_area_cat ul li:last-child {
        padding: 0;
    }
    .news_area .news_area_list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .news_area .news_area_list ul li a {
        flex-wrap: wrap;
    }
    .news_area .news_area_list ul li .title {
        width: 100%;
        margin-top: 15px;
    }
    .news_area .news_area_more {
        justify-content: center;
    }
    .news_area .news_area_more .arrow_yellow_round {
        padding-left: 35px !important;
    }
    .news_area .news_area_more .arrow_yellow_round::before {
        width: 24px;
        height: 24px;
    }
    .news_area .news_area_more .arrow_yellow_round::after {
        left: 8px;
    }
    .news_area .news_area_list ul li .label,
    .news_main_sub .label {
        margin-right: 0;
    }
    .news_area .news_area_list ul li .title,
    .news_main_sub .title {
        width: 100%;
    }
    .news_area .news_none {
        line-height: normal;
    }
}
@media screen and (max-width: 560px) {
    .news_area .news_area_cat ul li {
        width: calc(100% / 3);
        padding: 0 5px;
    }
    .news_area .news_area_cat ul li:first-child,
    .news_area .news_area_cat ul li:nth-child(3n + 1) {
        padding: 0 5px 0 0;
    }
    .news_area .news_area_cat ul li:nth-child(3n),
    .news_area .news_area_cat ul li:last-child {
        padding: 0 0 0 5px;
    }
}
@media screen and (max-width: 360px) {
    .news_area .news_area_cat ul li {
        font-size: 12rem;
    }
}

/*サイドメニュー*/
.side_menu_left .description_area_main {
    max-width: 700px;
    width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
    .side_menu_left .description_area_main {
        max-width: 100%;
        width: 100%;
    }
}
