/*------------------------
  Common
------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*>*:last-child {
    margin-bottom: 0;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 62.5%;
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
    color: #7a7a7a;
    font: 1.6rem/1 "M PLUS Rounded 1c", sans-serif;
    word-break: normal;
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}


/* for IE 11 */

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    body p,
    body span,
    body dl,
    body ul,
    body ol,
    body p,
    body a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    #chart .tag,
    .research .list .inner,
    #treatment01 .chart .inner,
    .news-wrap .news-box .text .tit,
    #chart .second .tag {
        transform: rotate(0.03deg);
        -moz-transform: rotate(0.03deg);
        -ms-transform: rotate(0.03deg);
        -o-transform: rotate(0.03deg);
        -webkit-transform: rotate(0.03deg);
    }
}


/* Edge(EdgeHTML) */

_:-ms-lang(x)::backdrop,
body p,
body span,
body dl,
body ul,
body ol,
body p,
body a,
h1,
h2,
h3,
h4,
h5,
h6,
#chart .tag,
.research .list .inner,
#treatment01 .chart .inner,
.news-wrap .news-box .text .tit,
#chart .second .tag {
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}


/* Edge(Chromium) */

_:lang(x)::-ms-,
body p,
body span,
body dl,
body ul,
body ol,
body p,
body a,
h1,
h2,
h3,
h4,
h5,
h6,
#chart .tag,
.research .list .inner,
#treatment01 .chart .inner,
.news-wrap .news-box .text .tit,
#chart .second .tag {
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

body a {
    transition: all .2s;
    -webkit-transition: all .2s;
    text-decoration: none;
    outline: none;
    color: #7a7a7a;
}

body a:hover {
    color: #7a7a7a;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    outline: none;
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

p {
    line-height: 1.8;
}

ul,
ol,
dl {
    line-height: 1.8;
}

ul,
ol {
    list-style: none;
}

.textright {
    text-align: right;
}

strong,
.fontbold {
    font-weight: 700;
}

.pc-none,
.for-laptop,
.mobile,
.for-se {
    display: none !important;
}

@media screen and (max-width: 999px) {
    .for-laptop {
        display: block !important;
    }
    .laptop-none {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    body {
        font: 1.5rem/1 "M PLUS Rounded 1c", sans-serif;
    }
    .pc-none {
        display: block !important;
    }
    .sp-none {
        display: none !important;
    }
    p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 640px) {
    .mobile {
        display: block !important;
    }
    .mobile-none {
        display: none !important;
    }
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        max-width: 90%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 374px) {
    .se-none {
        display: none !important;
    }
    .for-se {
        display: block !important;
    }
}


/*------------------------
  Layout
------------------------*/

main {
    display: block;
    overflow: hidden;
}

.container {
    padding: 100px 0;
}

.container.top {
    padding-top: 0;
}

.container.bottom {
    padding-bottom: 0;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.33vw;
    position: relative;
}

.wrapper.narrow {
    max-width: 720px;
}

.wrapper.wide {
    max-width: 1300px;
    padding: 0 2.66vw;
}

.wrapper .wrapper.narrow {
    padding: 0;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.row.bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.row.center {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.row.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.row.endright {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.row.default {
    margin: -30px;
}

.row.default .column-2 {
    padding: 30px;
}

.column-full {
    width: 100%;
}

.column-2 {
    width: 50%;
}

.column-3 {
    width: 33.33333%;
}

.column-4 {
    width: 25%;
}

.column-5 {
    width: 20%;
}

.bg-pink {
    background-color: #fa4e66;
}

.bg-gray {
    background: #f8f7f4;
}

.bottom-wh {
    position: relative;
}

.bottom-wh::before {
    content: '';
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-bottom-wh {
    position: relative;
}

.top-bottom-wh::before,
.top-bottom-wh::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
}

.top-bottom-wh::before {
    height: 20px;
    top: 0;
}

.top-bottom-wh::after {
    height: 50px;
    bottom: 0;
}

.bottom-pink {
    position: relative;
}

.bottom-pink::before {
    content: '';
    width: 100%;
    height: 50px;
    background: #fa4e66;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-pink {
    position: relative;
}

.top-pink::before {
    content: '';
    width: 100%;
    height: 50px;
    background: #fa4e66;
    position: absolute;
    left: 0;
    top: -50px;
}

.space {
    margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 60px 0 70px;
    }
    .row.reverse {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .row.default {
        margin: 0;
    }
    .row.default .column-2 {
        padding: 0;
    }
    .column-2,
    .column-3 {
        width: 100%;
    }
    .column-4,
    .column-5 {
        width: 50%;
    }
    .bottom-wh::before {
        height: 50px;
    }
    .top-bottom-wh::before {
        height: 15px;
    }
}


/*------------------------
  Header
------------------------*/

#site-header {
    width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#site-header .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#site-header #site-title {
    padding: 10px 2.5vw;
    font-size: 1.1rem;
    font-weight: 400;
    color: #948a54;
    min-width: 50%;
    border-right: 1px solid #eee;
}

#site-header #site-title a {
    display: block;
    margin: 10px 0 0;
}

#site-header .jp-en {
    display: flex;
    margin: -20px 0 20px 307px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

#site-header .jp-en a {
    margin-left: 20px;
}

#site-header .jp-en p {
    margin-left: 20px;
    line-height: 1;
}

.en-URL {
    color: #293962;
}

.jp-URL {
    color: #7f7f7f;
}

@media screen and (max-width: 1080px) {
    #site-header .jp-en {
        display: none;
    }
}

#site-header .header-right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    flex-direction: column;
}

#site-header .header-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    margin: 0 -20px;
    font-size: 1.4rem;
}

#site-header .header-right li {
    padding: 0 15px;
    color: #293962;
    border-left: 1px solid #eee;
}

#site-header .header-right li:first-child {
    border-left: none;
}

#site-header .header-right li .icon {
    padding-left: 20px;
    background: url("../images/common/icon-tel.svg") no-repeat left center;
}

#site-header .header-right a {
    color: #293962;
    background-repeat: no-repeat;
    background-position: left center;
}

#site-header .header-right a:hover {
    color: #fa4e66;
}

#site-header .header-right li:nth-child(1) a {
    padding-left: 15px;
    background-image: url("../images/common/icon-pointer.svg");
}

#site-header .header-right li:nth-child(1) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228.2px%22%20height%3D%2213.2px%22%20viewBox%3D%220%200%208.2%2013.2%22%20style%3D%22enable-background%3Anew%200%200%208.2%2013.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fa4e66%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.1%2C0C1.8%2C0%2C0%2C1.8%2C0%2C4.1c0%2C3.9%2C4.1%2C9.1%2C4.1%2C9.1s4.1-5.1%2C4.1-9.1C8.2%2C1.8%2C6.4%2C0%2C4.1%2C0z%20M4.1%2C6.4%20c-1.2%2C0-2.2-1-2.2-2.2S2.9%2C2%2C4.1%2C2s2.2%2C1%2C2.2%2C2.2S5.4%2C6.4%2C4.1%2C6.4z%22%2F%3E%3C%2Fsvg%3E");
}

#site-header .header-right li:nth-child(3) a {
    padding-left: 20px;
    background-image: url("../images/common/icon-mail.svg");
}

#site-header .header-right li:nth-child(3) a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.1px%22%20height%3D%229.1px%22%20viewBox%3D%220%200%2014.1%209.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%209.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fa4e66%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C0.8C0.9%2C1%2C6.2%2C3.8%2C6.4%2C4c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.2S7.6%2C4.1%2C7.8%2C4c0.2-0.1%2C5.5-2.9%2C5.9-3.2%20c0.4-0.2%2C0.7-0.8%2C0-0.8H0.4C-0.3%2C0%2C0.1%2C0.6%2C0.5%2C0.8z%20M13.8%2C2.4c-0.4%2C0.2-5.8%2C3-6.1%2C3.2S7.3%2C5.7%2C7.1%2C5.7s-0.4%2C0-0.7-0.2%20C6.1%2C5.4%2C0.7%2C2.6%2C0.3%2C2.4C0%2C2.3%2C0%2C2.4%2C0%2C2.6s0%2C5.7%2C0%2C5.7c0%2C0.3%2C0.4%2C0.8%2C0.8%2C0.8h12.6c0.3%2C0%2C0.8-0.4%2C0.8-0.8c0%2C0%2C0-5.6%2C0-5.7%20S14.1%2C2.3%2C13.8%2C2.4z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1250px) {
    #site-header #site-title {
        width: calc(545px + 2.5vw);
    }
    #site-header .header-right {
        width: calc(100% - (545px + 2.5vw));
    }
}

@media screen and (max-width: 1080px) {
    #site-header .header-right ul {
        width: 180px;
    }
    #site-header .header-right li {
        padding: 0;
        text-align: left;
        width: 100%;
        border-left: none;
    }
    #site-header .header-right li:nth-child(1) a,
    #site-header .header-right li:nth-child(2) a #site-header .header-right li:nth-child(3) a {
        padding: 3px 0 3px 20px;
    }
    #site-header .header-right li:nth-child(1) a {
        background-position: 3px center;
    }
}

@media screen and (max-width: 768px) {
    #site-header .header-wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    #site-header #site-title {
        padding: 10px 5.33vw 20px;
        line-height: 1.3;
        min-width: 100%;
        border-right: none;
    }
    #site-header #site-title a {
        display: block;
        margin: 0 0 10px;
        padding-top: 80px;
        background: url("../images/common/logomark.png") no-repeat center top/80px auto;
    }
    #site-header #site-title img {
        margin: 0 auto;
        display: block;
    }
    #site-header .header-right {
        display: none;
    }
}


/*------------------------
  Navigation PC
------------------------*/

#gnav.gnav {
    border-top: 1px solid #eee;
    background: #fff;
    transition: all .5s;
}

#gnav.gnav ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

#gnav.gnav ul.menu li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 55px;
    color: #293962;
}

#gnav.gnav ul.menu li a:hover {
    color: #fa4e66;
}

#gnav.gnav ul.menu li.current-menu-item a {
    color: #fa4e66;
}

#gnav.gnav.fixed {
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 999px) {
    #gnav.gnav ul.menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 25px;
    }
    #gnav.gnav ul.menu li a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    #gnav.gnav,
    #gnav.gnav.fixed {
        display: none;
    }
}


/*------------------------
  Toggle Nav
------------------------*/

.header-menu,
.close-btn {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 5.33vw;
    width: 50px;
    height: 50px;
    background: #fa4e66;
    border-radius: 50%;
    padding: 18px 15px;
    visibility: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.header-menu .line,
.close-btn .line {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    z-index: 1000;
}

.open {
    display: none;
    padding: 70px 0 30px;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    top: 0;
    left: 0;
}

.open .close-btn {
    z-index: 1000;
    visibility: visible;
}

.open .close-btn .line.top {
    transform: rotate(-45deg);
    margin-top: 5px;
}

.open .close-btn .line.bottom {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    margin-top: -9px;
}

.open .gnav ul.menu {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.open .gnav ul.menu li {
    border-bottom: 1px solid #eee;
    padding: 0 10.66vw;
}

.open .gnav ul.menu a {
    display: block;
    max-width: 500px;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 500;
    color: #293962;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227.8px%22%20viewBox%3D%220%200%2010%207.8%22%20style%3D%22enable-background%3Anew%200%200%2010%207.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23293962%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C4.4h7.6L5.7%2C6.8C5.5%2C7%2C5.5%2C7.4%2C5.7%2C7.6c0.2%2C0.2%2C0.6%2C0.2%2C0.8%2C0l3.3-3.3c0.2-0.2%2C0.2-0.6%2C0-0.8L6.5%2C0.2%20C6.4%2C0.1%2C6.3%2C0%2C6.1%2C0C6%2C0%2C5.8%2C0.1%2C5.7%2C0.2c-0.2%2C0.2-0.2%2C0.6%2C0%2C0.8l2.4%2C2.4H0.5C0.2%2C3.3%2C0%2C3.6%2C0%2C3.9C0%2C4.2%2C0.2%2C4.4%2C0.5%2C4.4L0.5%2C4.4%20z%20M0.5%2C4.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px auto;
}

.open .jp-en {
    display: flex;
    text-align: center;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-evenly;
}

.open .jp-URL {
    line-height: 1;
    font-size: 20px;
}

.open .en-URL {
    font-size: 20px;
}

.mobile-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.mobile-icons .icon {
    padding: 0 5px;
}

.mobile-icons .icon a {
    display: block;
    background-color: #293962;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.mobile-icons .icon:nth-child(1) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228.2px%22%20height%3D%2213.2px%22%20viewBox%3D%220%200%208.2%2013.2%22%20style%3D%22enable-background%3Anew%200%200%208.2%2013.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.1%2C0C1.8%2C0%2C0%2C1.8%2C0%2C4.1c0%2C3.9%2C4.1%2C9.1%2C4.1%2C9.1s4.1-5.1%2C4.1-9.1C8.2%2C1.8%2C6.4%2C0%2C4.1%2C0z%20M4.1%2C6.4%20c-1.2%2C0-2.2-1-2.2-2.2S2.9%2C2%2C4.1%2C2s2.2%2C1%2C2.2%2C2.2S5.4%2C6.4%2C4.1%2C6.4z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 10px auto;
}

.mobile-icons .icon:nth-child(2) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213.6px%22%20height%3D%2213.6px%22%20viewBox%3D%220%200%2013.6%2013.6%22%20style%3D%22enable-background%3Anew%200%200%2013.6%2013.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5.8%2C7.9c1.3%2C1.3%2C2.9%2C2.6%2C3.5%2C2c0.9-0.9%2C1.4-1.7%2C3.4-0.1c1.9%2C1.6%2C0.5%2C2.6-0.4%2C3.5c-1%2C1-4.7%2C0.1-8.3-3.6%20C0.3%2C6-0.6%2C2.3%2C0.4%2C1.4C1.2%2C0.5%2C2.3-1%2C3.8%2C1c1.6%2C1.9%2C0.8%2C2.5-0.1%2C3.4C3.1%2C4.9%2C4.4%2C6.5%2C5.8%2C7.9z%22%2F%3E%3C%2Fsvg%3E");
}

.mobile-icons .icon:nth-child(3) a {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.1px%22%20height%3D%229.1px%22%20viewBox%3D%220%200%2014.1%209.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%209.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C0.8C0.9%2C1%2C6.2%2C3.8%2C6.4%2C4c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.2S7.6%2C4.1%2C7.8%2C4c0.2-0.1%2C5.5-2.9%2C5.9-3.2%20c0.4-0.2%2C0.7-0.8%2C0-0.8H0.4C-0.3%2C0%2C0.1%2C0.6%2C0.5%2C0.8z%20M13.8%2C2.4c-0.4%2C0.2-5.8%2C3-6.1%2C3.2S7.3%2C5.7%2C7.1%2C5.7s-0.4%2C0-0.7-0.2%20C6.1%2C5.4%2C0.7%2C2.6%2C0.3%2C2.4C0%2C2.3%2C0%2C2.4%2C0%2C2.6s0%2C5.7%2C0%2C5.7c0%2C0.3%2C0.4%2C0.8%2C0.8%2C0.8h12.6c0.3%2C0%2C0.8-0.4%2C0.8-0.8c0%2C0%2C0-5.6%2C0-5.7%20S14.1%2C2.3%2C13.8%2C2.4z%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 768px) {
    .header-menu {
        visibility: visible;
    }
}


/*------------------------
  Scroll Navi
------------------------*/

#page-nav .scroll-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -15px;
    padding: 30px 0 40px;
}

#page-nav .scroll-nav .column-3,
#page-nav .scroll-nav .column-2 {
    padding: 5px 15px;
}

#page-nav .scroll-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #293962;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    position: relative;
}

#page-nav .scroll-nav a:hover {
    background: #fa4e66;
    border-color: #fa4e66;
    color: #fff;
}

#page-nav .scroll-nav a:hover::before {
    background-image: url("../images/common/arrow.svg");
}

#page-nav .scroll-nav a:before {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227.8px%22%20viewBox%3D%220%200%2010%207.8%22%20style%3D%22enable-background%3Anew%200%200%2010%207.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23293962%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C4.4h7.6L5.7%2C6.8C5.5%2C7%2C5.5%2C7.4%2C5.7%2C7.6c0.2%2C0.2%2C0.6%2C0.2%2C0.8%2C0l3.3-3.3c0.2-0.2%2C0.2-0.6%2C0-0.8L6.5%2C0.2%20C6.4%2C0.1%2C6.3%2C0%2C6.1%2C0C6%2C0%2C5.8%2C0.1%2C5.7%2C0.2c-0.2%2C0.2-0.2%2C0.6%2C0%2C0.8l2.4%2C2.4H0.5C0.2%2C3.3%2C0%2C3.6%2C0%2C3.9C0%2C4.2%2C0.2%2C4.4%2C0.5%2C4.4L0.5%2C4.4%20z%20M0.5%2C4.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    backgrouond-position: center;
    background-size: 100% auto;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
    #page-nav .scroll-nav {
        margin: -5px;
        padding: 20px 0;
    }
    #page-nav .scroll-nav .column-3,
    #page-nav .scroll-nav .column-2 {
        width: 50%;
        padding: 5px;
    }
}

@media screen and (max-width: 640px) {
    #page-nav .scroll-nav {
        margin: -2px 0;
    }
    #page-nav .scroll-nav .column-3,
    #page-nav .scroll-nav .column-2 {
        width: 100%;
        padding: 2px 0;
    }
}


/*------------------------
  Heading
------------------------*/

#hero {
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#hero .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#hero #page-title {
    width: 100%;
    color: #293962;
}

#hero #page-title span {
    display: block;
}

#hero #page-title .jp {
    font-size: 3.8rem;
}

#hero #page-title .en {
    font-size: 1.6rem;
    margin-top: 20px;
}

.content-title {
    font-size: 3.4rem;
    color: #293962;
    margin-bottom: 50px;
}

.content-title small {
    display: block;
    font-size: 1.2rem;
    color: #fa4e66;
    margin-top: 12px;
}

.content-title small.jp {
    font-size: 1.4rem;
    margin-top: 15px;
}

.content-title.center {
    text-align: center;
}

.content-title .bg-wh {
    display: inline-block;
    width: 500px;
    padding: 30px 0 0;
    margin-top: -35px;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.content-title .bg-wh::before,
.content-title .bg-wh::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.content-title .bg-wh::before {
    background-image: url("../images/common/rounded-left-wh.svg");
    left: -10px;
}

.content-title .bg-wh::after {
    background-image: url("../images/common/rounded-right-wh.svg");
    right: -10px;
}

.border-title {
    font-size: 2.4rem;
    color: #293962;
    line-height: 1.3;
    padding: 5px 0 5px 20px;
    margin-bottom: 30px;
    position: relative;
}

.border-title::before {
    content: '';
    width: 6px;
    height: 100%;
    background: #293962;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-pink .content-title {
    color: #fff;
}

.bg-pink .content-title small {
    color: #293962;
}

.bg-pink .border-title {
    color: #fff;
}

.bg-pink .border-title::before {
    background: #fff;
}

.c-pink {
    color: #fa4e66;
}

@media screen and (max-width: 768px) {
    #hero {
        height: 160px;
    }
    #hero #page-title .jp {
        font-size: 2.8rem;
    }
    #hero #page-title .en {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    .content-title {
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: 35px;
    }
    .content-title small {
        font-size: 1.0rem;
        margin-top: 8px;
    }
    .content-title small.jp {
        font-size: 1.3rem;
        margin-top: 10px;
    }
    .content-title .bg-wh {
        max-width: 500px;
        width: calc(100% - 10.66vw);
        padding: 25px 0 0;
    }
    .border-title {
        font-size: 2.0rem;
        padding: 5px 0 5px 15px;
        margin-bottom: 20px;
    }
    .border-title::before {
        border-radius: 2px;
        width: 4px;
    }
}


/*------------------------
  Chart Wrap
------------------------*/

@media screen and (max-width: 768px) {
    .chart-wrap {
        overflow: auto;
        padding-bottom: 5px;
    }
    .chart-wrap::-webkit-scrollbar {
        height: 12px;
    }
    .chart-wrap::-webkit-scrollbar-track {
        background: #e5e5e5;
    }
    .chart-wrap::-webkit-scrollbar-thumb {
        background: #cbcbcb;
        border: 3px solid #e5e5e5;
        border-radius: 6px;
    }
    .chart-wrap::-webkit-scrollbar-thumb:hover {
        background: #cbcbcb;
    }
}


/*------------------------
  News List
------------------------*/

.news-wrap {
    border-top: 1px solid #eee;
}

.news-wrap .news-box {
    border-bottom: 1px solid #eee;
}

.news-wrap .news-box .nolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 55px 10px 10px;
}

.news-wrap .news-box a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 55px 10px 10px;
    position: relative;
}

.news-wrap .news-box a::before,
.news-wrap .news-box a::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
}

.news-wrap .news-box a::before {
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #fa4e66;
    border-radius: 50%;
}

.news-wrap .news-box a::after {
    background: url("../images/common/arrow.svg") no-repeat center center/10px auto;
}

.news-wrap .news-box a:hover::before {
    background: #293962;
}

.news-wrap .news-box a:hover .tit {
    color: #fa4e66;
}

.news-wrap .news-box .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.news-wrap .news-box .gallery a {
    padding: 0;
}

.news-wrap .news-box .gallery a:before,
.news-wrap .news-box .gallery a:after {
    content: none;
}

.news-wrap .news-box .gallery img {
    margin-right: 10px;
    border-radius: 10px;
    max-width: 120px;
}

.news-wrap .news-box .thumb {
    width: 150px;
}

.news-wrap .news-box .thumb img {
    border-radius: 10px;
    overflow: hidden;
}

.news-wrap .news-box .text {
    width: calc(100% - 150px);
    padding: 15px 0 0 30px;
}

.news-wrap .news-box .text .date {
    color: #7a7a7a;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.news-wrap .news-box .text .tit {
    color: #293962;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .news-wrap .news-box .nolink {
        padding: 15px 30px 15px 0;
    }
    .news-wrap .news-box a {
        padding: 15px 30px 15px 0;
    }
    .news-wrap .news-box a::before,
    .news-wrap .news-box a::after {
        width: 25px;
        height: 25px;
        right: -12px;
        margin-top: -12px;
    }
    .news-wrap .news-box .thumb {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .news-wrap .news-box .thumb img {
        max-height: 100%;
        max-width: none;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .news-wrap .news-box .text {
        width: calc(100% - 100px);
        padding: 0 0 0 15px;
    }
    .news-wrap .news-box .text .date {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .news-wrap .news-box .text .tit {
        font-size: 1.4rem;
    }
}


/*------------------------
  Footer
------------------------*/

#site-footer {
    background: #f8f7f4;
    color: #fff;
}

#site-footer .ft-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 0 30px;
    border-bottom: 1px solid #eee;
}

#site-footer .ft-info img {
    width: 445px;
}

#site-footer .ft-info .column-2:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#site-footer .ft-info p {
    color: #948a54;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 15px;
    width: 50%;
}

#site-footer .ft-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -25px;
    padding: 40px 0 50px;
}

#site-footer .ft-nav .column-3 {
    padding: 20px 25px;
}

#site-footer .ft-nav ul li {
    padding: 6px 0;
}

#site-footer .ft-nav ul li:nth-child(1) a {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 0 20px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eee;
}

#site-footer .ft-nav ul li:nth-child(1) a::before {
    content: none;
}

#site-footer .ft-nav a {
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 1;
    color: #293962;
    position: relative;
    display: block;
}

#site-footer .ft-nav a::before {
    content: '';
    width: 20px;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227.8px%22%20viewBox%3D%220%200%2010%207.8%22%20style%3D%22enable-background%3Anew%200%200%2010%207.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23293962%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C4.4h7.6L5.7%2C6.8C5.5%2C7%2C5.5%2C7.4%2C5.7%2C7.6c0.2%2C0.2%2C0.6%2C0.2%2C0.8%2C0l3.3-3.3c0.2-0.2%2C0.2-0.6%2C0-0.8L6.5%2C0.2%20C6.4%2C0.1%2C6.3%2C0%2C6.1%2C0C6%2C0%2C5.8%2C0.1%2C5.7%2C0.2c-0.2%2C0.2-0.2%2C0.6%2C0%2C0.8l2.4%2C2.4H0.5C0.2%2C3.3%2C0%2C3.6%2C0%2C3.9C0%2C4.2%2C0.2%2C4.4%2C0.5%2C4.4L0.5%2C4.4%20z%20M0.5%2C4.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: left center;
    background-size: 10px auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#site-footer .ft-nav a:hover {
    color: #fa4e66;
}

#site-footer .ft-nav a:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%227.8px%22%20viewBox%3D%220%200%2010%207.8%22%20style%3D%22enable-background%3Anew%200%200%2010%207.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fa4e66%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0.5%2C4.4h7.6L5.7%2C6.8C5.5%2C7%2C5.5%2C7.4%2C5.7%2C7.6c0.2%2C0.2%2C0.6%2C0.2%2C0.8%2C0l3.3-3.3c0.2-0.2%2C0.2-0.6%2C0-0.8L6.5%2C0.2%20C6.4%2C0.1%2C6.3%2C0%2C6.1%2C0C6%2C0%2C5.8%2C0.1%2C5.7%2C0.2c-0.2%2C0.2-0.2%2C0.6%2C0%2C0.8l2.4%2C2.4H0.5C0.2%2C3.3%2C0%2C3.6%2C0%2C3.9C0%2C4.2%2C0.2%2C4.4%2C0.5%2C4.4L0.5%2C4.4%20z%20M0.5%2C4.4%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#site-footer .jp-en {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

#site-footer .en-URL {
    margin-right: 50px;
}

#site-footer .jp-URL {
    line-height: 1;
}

#site-footer .ft-copy {
    background: #fa4e66;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
    #site-footer .jp-en {
        visibility: hidden;
    }
}

@media screen and (max-width: 999px) {
    #site-footer .ft-info p {
        width: auto;
        font-size: 1.3rem;
    }
    #site-footer .ft-nav {
        margin: -20px -15px;
    }
    #site-footer .ft-nav .column-3 {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 768px) {
    #site-footer .ft-nav {
        display: none;
    }
    #site-footer .ft-info {
        width: 100%;
        padding: 30px 0 45px;
        border-bottom: none;
    }
    #site-footer .ft-info h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    #site-footer .ft-info p {
        margin-top: 10px;
    }
    #site-footer .ft-info img {
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
    }
    #site-footer .ft-info .column-2:nth-child(1) {
        padding-top: 70px;
        background: url("../images/common/logomark.png") no-repeat center top/auto 60px;
    }
    #site-footer .ft-info .column-2:nth-child(2) {
        display: block;
        margin-top: 20px;
    }
    #site-footer .ft-info p {
        width: 190px;
        margin: 20px auto 0;
        padding: 0;
        font-size: 1.4rem;
    }
    #site-footer .ft-copy {
        line-height: 1.5;
        padding: 15px 0;
        margin-top: 45px;
    }
}


/*------------------------
  Footer Button
------------------------*/

#ft-btn {
    display: none;
    visibility: hidden;
    width: 100%;
    z-index: 800;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#ft-btn.active {
    z-index: 10;
}

#ft-btn .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    position: relative;
}

#ft-btn .footer-menu {
    width: 50px;
    height: 50px;
    background: #fa4e66;
    border-radius: 50%;
    padding: 18px 15px;
    margin: 0 0 0 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#ft-btn .footer-menu .line {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    z-index: 1000;
}

#ft-btn .footer-menu.active {
    position: fixed;
    top: 10px;
    right: 5.33vw;
    z-index: 1000;
}

#ft-btn .footer-menu.active .line.top {
    transform: rotate(-45deg);
    margin-top: 5px;
}

#ft-btn .footer-menu.active .line.middle {
    opacity: 0;
}

#ft-btn .footer-menu.active .line.bottom {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    margin-top: -13px;
}

@media screen and (max-width: 768px) {
    #ft-btn {
        display: block;
        visibility: visible;
    }
}


/*------------------------
  Scroll to Top
------------------------*/

.page-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 800;
    width: 30px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    background: url("../images/common/icon-scroll.svg") no-repeat center center/20px auto;
}

@media screen and (max-width: 768px) {
    .page-top {
        bottom: 55px;
        right: 5px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background-size: 15px auto;
    }
}