@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
button {
    text-decoration: none;
    -webkit-transition: opacity .4s ease, color .4s ease, background-color .4s ease;
    transition: opacity .4s ease, color .4s ease, background-color .4s ease;
    color: #000;
}

a:hover,
button:hover {
    opacity: .5;
}

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

    a:hover,
    button:hover {
        opacity: 1;
    }
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

table {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    border: none;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: 0;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

::-ms-input-placeholder {
    color: #cccccc;
}

::placeholder {
    color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
    color: #cccccc;
}

/* Edge */
::-ms-input-placeholder {
    color: #cccccc;
}

html {
    font-size: 62.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    color: #000;
    position: relative;
    padding-top: 24.4vw;
}

@media screen and (min-width: 813px) {
    body {
        min-width: 1200px;
    }
}

@media screen and (max-width: 812px) {
    body {
        padding-top: 45vw;
    }
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.bg_body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
}

/* ------------------------------
    header
------------------------------ */
header .company {
    text-align: center;
}

header .company .mincho {
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: 5px;
    padding-bottom: 13px;
    background: url(../img/line_ttl.png) repeat-x left bottom;
    display: inline-block;
    line-height: 1.5;
}

@media screen and (max-width: 812px) {
    header .company .mincho {
        font-size: 6vw;
    }
}

header .company .mincho span {
    font-size: 2.5rem;
}

@media screen and (max-width: 812px) {
    header .company .mincho span {
        font-size: 4.5vw;
    }
}

header .company .eng {
    text-align: center;
    margin-top: 18px;
}

@media screen and (max-width: 812px) {
    header .company .eng {
        margin-top: 10px;
    }
}

header .company .eng img {
    width: 200px;
}

@media screen and (max-width: 812px) {
    header .company .eng img {
        width: 42vw;
    }
}

/* ------------------------------
    footer
------------------------------ */
footer {
    margin-top: 80px;
}

@media screen and (max-width: 812px) {
    footer {
        margin-top: 20%;
    }
}

footer .company {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 812px) {
    footer .company {
        font-size: 5vw;
    }
}

footer .company span {
    font-size: 1.3rem;
}

@media screen and (max-width: 812px) {
    footer .company span {
        font-size: 3.5vw;
    }
}

footer .copyright {
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 1.2rem;
    background-color: #fff100;
}

@media screen and (max-width: 812px) {
    footer .copyright {
        font-size: 3vw;
        padding: 8% 0;
        margin-top: 6%;
    }
}

/* ------------------------------
    .pdf_area
------------------------------ */
.pdf_area {
    margin: 0 auto;
}

.pdf_area h3 {
    font-size: 2.1rem;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
    line-height: 1.2;
}

.pdf_area h3::after {
    content: "";
    height: 17px;
    background: rgba(255, 241, 0, 0.5);
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
}

@media all and (-ms-high-contrast: none) {
    .pdf_area h3::after {
        bottom: 0;
    }
}

.pdf_area h3 .furukawaen {
    width: 64px;
}

.pdf_area h3 .bliss {
    width: 225px;
}

.pdf_area h4 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0 10px 25px;
    border-left: #000 6px solid;
    margin-top: 40px;
}

.pdf_area ul {
    margin-top: 16px;
}

.pdf_area ul li {
    width: 330px;
    font-size: 1.4rem;
    padding: 17px 20px;
    background: #DCDDDD;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .pdf_area ul li {
        padding: 17px 20px 15px;
    }
}

.pdf_area ul li p {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdf_area ul li a {
    font-size: 1.4rem;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .pdf_area ul li a {
        padding-top: 5px;
    }
}

.pdf_area ul li a::before {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 12px solid #000;
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -7px;
}

/* ------------------------------
    #sec01
------------------------------ */
#sec01 {
    width: 100%;
    margin-top: 60px;
}

#sec01 .pdf_area {
    width: 762px;
}

#sec01 .pdf_area h3::after {
    width: 99px;
}

#sec01 .pdf_area .settlement {
    width: 340px;
    float: left;
}

#sec01 .pdf_area .news {
    width: 340px;
    float: right;
}

#sec01 .pdf_area ul {
    margin-bottom: 10px;
}

#sec01 .pdf_area ul li+li {
    margin-top: 20px;
}

#sec01 .attention {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

#sec01 .attention a {
    color: #E60012;
}

/* ------------------------------
    #sec02
------------------------------ */
#sec02 {
    width: 1046px;
    margin: 75px auto 50px;
}

#sec02 .institution {
    width: 324px;
    float: left;
}

#sec02 .institution>p {
    margin: 0 8px;
}

#sec02 .institution+.institution {
    margin-left: 37px;
}

#sec02 .institution .click {
    text-align: center;
    margin-bottom: 15px;
}

#sec02 .institution .click span {
    font-size: 1.2rem;
    position: relative;
    padding-left: 18px;
}

#sec02 .institution .click span::before {
    position: absolute;
    top: -2px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

#sec02 .institution .logo {
    text-align: center;
    height: 157px;
    margin: 0 auto;
}

#sec02 .institution.furukawaen .logo {
    width: 126px;
}

#sec02 .institution.yanagimachien .logo {
    padding-top: 69px;
    width: 244px;
}

#sec02 .institution.bliss_garden .logo {
    padding-top: 10px;
    position: relative;
    width: 142px;
}

#sec02 .institution .catch {
    margin-top: 30px;
    position: relative;
}

#sec02 .institution .catch span {
    font-size: 1.4rem;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFF100));
    background: linear-gradient(transparent 60%, #FFF100 0%);
}

@media all and (-ms-high-contrast: none) {
    #sec02 .institution .catch span {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFF100));
        background: linear-gradient(transparent 50%, #FFF100 0%);
    }
}

#sec02 .institution .catch a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #E60012;
    position: absolute;
    right: 0;
}

#sec02 .institution .message {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 30px;
    min-height: 200px;
}

#sec02 .institution .info {
    border-top: #000 1px solid;
    padding: 15px 8px;
}

#sec02 .institution .info .name {
    font-size: 1.6rem;
    font-weight: bold;
}

#sec02 .institution .info .address {
    font-size: 1.4rem;
    margin-top: 5px;
}

#sec02 .institution .info .zip {
    font-size: 1.1rem;
    line-height: 1.8;
}

#sec02 .institution .info .walk {
    font-size: 1.2rem;
}

#sec02 .institution .img {
    margin-top: 20px;
}

/* ------------------------------
    #sec03
------------------------------ */
@media screen and (min-width: 813px) {
    #sec03 .pdf_area {
        width: 1028px;
    }
}

#sec03 .pdf_area h3::after {
    width: 166px;
}

@media screen and (min-width: 813px) {
    #sec03 .pdf_area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* ------------------------------
    .sdgs
------------------------------ */
.sdgs {
  text-align: center;
  margin-top: 80px;
}


@media screen and (max-width: 812px) {
    body.corporation {
        padding-top: 0;
    }

    /* ------------------------------
      .pdf_area
  ------------------------------ */
    .pdf_area {
        margin: 0 auto;
    }

    .pdf_area .settlement {
        width: 100%;
        float: none;
    }

    .pdf_area .news {
        width: 100%;
        float: none;
        margin-top: 15%;
    }

    .pdf_area h3 {
        font-size: 2rem;
    }

    .pdf_area h3::after {
        width: 166px;
    }

    .pdf_area h4 {
        padding: 6px 0 6px 18px;
        margin: 5% 0 0 0;
    }

    .pdf_area ul li {
        width: 100%;
    }

    /* ------------------------------
      #sec01
  ------------------------------ */
    #sec01 {
        width: 94%;
        margin: 8% auto 0;
    }

    #sec01 .pdf_area {
        width: 100%;
    }

    #sec01 .pdf_area .settlement {
        width: 100%;
        float: none;
    }

    #sec01 .pdf_area .news {
        width: 100%;
        float: none;
    }

    #sec01 .attention {
        line-height: 1.5;
    }

    /* ------------------------------
      #sec02
  ------------------------------ */
    #sec02 {
        width: 94%;
        margin: 15% auto 0;
    }

    #sec02 .institution {
        width: 100%;
        float: none;
    }

    #sec02 .institution+.institution {
        margin-left: 0;
        margin-top: 15%;
        padding-top: 15%;
        border-top: #000 1px dashed;
    }

    #sec02 .institution.bliss_garden {
        padding-top: 12%;
    }

    #sec02 .institution .logo {
        height: auto;
    }

    #sec02 .institution.yanagimachien .logo {
        padding-top: 0;
    }

    #sec02 .institution.bliss_garden .logo {
        padding-top: 0;
    }

    #sec02 .institution .message {
        min-height: auto;
        margin-top: 6%;
        padding-bottom: 15px;
    }

    #sec02 .institution .img {
        padding: 0 8px;
        margin: 0;
    }

    #sec02 .institution .img img {
        width: 100%;
    }

    /* ------------------------------
      #sec03
  ------------------------------ */
    #sec03 {
        width: 94%;
        margin: 15% auto 0;
    }

    #sec03 .pdf_area ul li+li {
        margin-top: 20px;
    }

    /* ------------------------------
        .sdgs
    ------------------------------ */
    .sdgs {
      width:  94%;
      margin: 15% auto 0;
    }
}



/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/* End Hack */
.pc_none {
    display: none;
}

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

@media screen and (max-width: 812px) {
    .sp_none {
        display: none;
    }
}