@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

*:focus {
    outline: none;
}

/* reset css */

html {
    font-size: 100%;
}

body {
    font-size: 1em;
    font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    letter-spacing: 0.1em;
    font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h1 {
    font-weight: 500;
    font-size: 3.125rem;
    color: #008360;
}

h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 600;
    color: #008360;
}

.subpage h2 {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #008360;
    padding-bottom: 10px;
    border-bottom: 2px solid #008360;
}

.headingstyle01 {
    clear: both;
    width: 100%;
    background-color: #008360;
    padding: 25px;
    position: relative;
}

.headingstyle01 h2 {
    line-height: 1.8;
    margin-left: 70px;
    margin-bottom: 0;
    color: #fff;
    z-index: 10;
    position: inherit;
}

.headingstyle01 img {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    float: left;
}


/* 改修前
.headingstyle01 .block {
    position: absolute;
    width: 12.5%;
    height: 50%;
    background-color: #3ab484;
}

.headingstyle01 .block1 {
    top: 50%;
    left: 50%;
}

.headingstyle01 .block2 {
    top: 0;
    left: 62.5%;
}

.headingstyle01 .block3 {
    top: 50%;
    left: 75%;
}

.headingstyle01 .block4 {
    top: 0%;
    left: 87.5%;
    background-color: #FFC745;
}

 */

.headingstyle01 .block {
    position: absolute;
    width: 4.5%;
    height: 50%;
    background-color: #3ab484;
}

.headingstyle01 .block1 {
    top: 50%;
    left: 82%;
}

.headingstyle01 .block2 {
    top: 0;
    left: 86.5%;
}

.headingstyle01 .block3 {
    top: 50%;
    left: 91%;
}

.headingstyle01 .block4 {
    top: 0%;
    right: 0;
    background-color: #FFC745;
}


h3 {
    font-size: 1.375rem;
    line-height: 1.2;
    color: #008360;
    font-weight: 600;
    margin-bottom: 20px;
}


h4 {
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 0;
    word-break: break-word;
}

h5 {
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
}

small {
    font-size: 0.5em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    display: block;
    margin: 0;
    padding-left: 40px;
    padding: 30px 0 30px 40px;
    border-left: 4px solid #ccc;
    background-color: #f5f5f5;
    color: #777;
    font-style: italic;
    margin-bottom: 20px;
}

.impact {
    font-family: cheap-pine, sans-serif;
    font-weight: 400;
    font-style: normal;
}


hr {
    border-top: 3px dotted #008360;
}


a {
    color: #00aa6e;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #008360;
}

a.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

a.awhite {
    color: #ffffff;
    transition: 0.5s;
    text-decoration: none;
}

a.awhite:hover {
    text-decoration: none;
    color: #00aa6e;
}

a img {
    transition: 0.5s;
}

a img:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
}

li {
    line-height: 3;
}

li i {
    color: #00aa6e;
}


p {
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}


p.description {
    font-size: 1rem;
    line-height: 2;
}


.concept {
    font-size: 2rem;
    line-height: 2;
}

.concept span {
    font-size: 1.5em;
}

.text-small {
    font-size: 0.8em;
}

.text-bold {
    font-weight: 800;
}

.text-subtitle {
    font-size: 1.5rem;
}

.text-big {
    font-size: 2.8rem;
}

.hilight {
    padding: 15px;
    font-size: 1.1em;
    color: #fff;
}

.fs07 {
    font-size: 0.7em;
}

.fs08 {
    font-size: 0.8em;
}

.fs09 {
    font-size: 0.9em;
}

.fs11 {
    font-size: 1.1em;
}

.fs12 {
    font-size: 1.2em;
}

.fs15 {
    font-size: 1.5em;
}

.fs18 {
    font-size: 1.8em;
}

.fs20 {
    font-size: 2em;
}

.fs30 {
    font-size: 3em;
}

.fs35 {
    font-size: 3.5em;
}

/* COLOR //////////*/

.text-green1 {
    color: #008360;
}

.text-green2 {
    color: #00aa6e;
}

.text-green3 {
    color: #098f8f;
}

.text-green4 {
    color: #00504b;
}

.text-green5 {
    color: #007655;
}

.text-black {
    color: #333333;
}

.text-gray {
    color: #777777;
}

.text-yerrow {
    color: #FFC745;
}

.bg-green1 {
    background-color: #008360;
}

.bg-green2 {
    background-color: #00aa6e;
}

.bg-green3 {
    background-color: #098f8f;
}

.bg-green4 {
    background-color: #00504b;
}

.bg-green5 {
    background-color: #b1d368;
}

.bg-green6 {
    background-color: #32B695;
}

.bg-yellow {
    background-color: #ffc745;
}

.bg-gray {
    background-color: #f5f5f5;
}

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

.bg-blue {
    background-color: #335081;
}

.bg-azuki {
    background-color: #7c4141;
}

.bg-black {
    background-color: #333333;
}

.bg-orange {
    background-color: #fc8f13;
}

.line-green1 {
    border-color: #008360 !important;
}

.line-green2 {
    border-color: #00aa6e !important;
}

.line-green3 {
    border-color: #098f8f !important;
}



.btn-green1 {
    background-color: #008360;
    color: #fff;
}

.btn-green1:hover {
    background-color: #00aa6e;
    color: #fff;
}

.btn-green2 {
    background-color: #00aa6e;
    color: #fff;
}

.btn-green2:hover {
    background-color: #008360;
    color: #fff;
}

.btn-green3 {
    background-color: #098f8f;
    color: #fff;
}

.btn-green3:hover {
    background-color: #00aa6e;
    color: #fff;
}

.btn-green4 {
    background-color: #00504b;
    color: #fff;
}

.btn-green4:hover {
    background-color: #00aa6e;
    color: #fff;
}

.btn-green5 {
    background-color: #007655;
    color: #fff;
}

.btn-green5:hover {
    background-color: #00aa6e;
    color: #fff;
}

.btn-white {
    background-color: #ffffff;
    color: #008360;
}

.btn-white:hover {
    background-color: #00aa6e;
    color: #fff;
}

.btn-line {
    background-color: #ffffff;
    color: #333333;
    border: 2px solid #333333;
}

.btn-line:hover {
    background-color: #333333;
    color: #fff;
}




.badge-green1 {
    color: #008360;
    background-color: #fff;
    border: 1px solid #008360;
}

.badge-green2 {
    color: #00aa6e;
    background-color: #fff;
    border: 1px solid #00aa6e;
}

.badge-green3 {
    color: #098f8f;
    background-color: #fff;
    border: 1px solid #098f8f;
}

.badge-green4 {
    color: #00504b;
    background-color: #fff;
    border: 1px solid #00504b;
}


.numinfo {
    display: inline;
    color: #fff;
    padding: 1px 12px 4px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
}

/* END /////////////////*/


/* BTN  /////////////////*/

.btn {
    transition: 0.5s;
    border-radius: 0;
    padding: 1.3rem 4.5rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-radius: 18px;
}


.btn-full {
    width: 100%;
    text-align: center;
}

/* END /////////////////*/




.img-full {
    width: 100%;
    height: auto;
}

.nolazytimg {
    width: 100%;
    height: auto;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

.img-border {
    padding: 50px;
    margin-bottom: 50px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
}

.object_fit_img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.clearfix {
    clear: both;
}

div.content {
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
    clear: both;
}

div.contant_wrap {
    padding: 150px 0 150px 0;
    overflow: hidden;
    clear: both;
}

div.content_side {
    padding: 200px 10%;
}

div.content_side.renew {
    padding: 100px 10%;
}

div.splitbox {
    display: flex;
}

.left_side {
    width: 50%;
    float: left;
}

.right_side {
    width: 50%;
    float: right;
}

.imagefull img {
    height: 100%;
}

div.subpageheader {
    padding-top: 200px;
    padding-bottom: 50px;
}

.relative {
    position: relative;
}




div.space10 {
    height: 10px;
    clear: both;
}

div.space20 {
    height: 20px;
    clear: both;
}

div.space30 {
    height: 30px;
    clear: both;
}

div.space50 {
    height: 50px;
    clear: both;
}

<div class="row row-eq-height narrow-gutter">

/* row  //////////////*/
.row.narrow-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row.narrow-gutter>[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


/* ５等分  //////////////*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* コンテンツ間の三角形  //////////////*/
.triangles {
    position: relative;
}

.triangles::before {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -25px;
    z-index: 10;
    background: #ffffff;
    position: absolute;
    content: '';
    pointer-events: none;
}


/* CARD  //////////////*/
.card {
    border: none;
}

.card a h5 {
    color: #999;
    font-weight: 400;
}

@media (min-width: 576px) {
    .card {
        height: 95%;
    }
}


/* MEDIA  //////////////*/
.media {
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.media img {
    width: 100px;
}

.media span {
    color: #999;
    font-size: 0.8em;
}

.media a {
    font-size: 1.125rem;
    margin: 10px 0;
    line-height: 2;
    font-weight: 500;
}



/* LINK-MENU  //////////////*/
#link-menu>div {
    padding: 0;
}

.link-menu-content {
    display: block;
    padding: 30px 15px;
    border-top: 1px solid #00504b;
    border-right: 1px solid #00504b;
    color: #fff;
}

#link-menu>div:last-child .link-menu-content {
    border-right: none;
}

.link-menu-content img {
    width: 50px;
}

.link-menu-content p {
    font-size: 1.25rem;
    margin-top: 20px;
}

.link-menu-content:hover {
    background-color: #00aa6e;
    color: #fff;
}


/* TABLE  //////////////*/
table {
    background-color: #ffffff;
    width: 100%;
}

thead {
    background-color: #f7af00;
    color: #ffffff;
    font-size: 1.5rem;
}

td,
th {
    padding: 30px;
    border: solid 1px #f7af00;
    font-size: 1.2em;
}

/* IMAGE BOX  //////////////*/
.imagebox {
    background-color: #ffffff;
    clear: both;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
}

.imagebox .imageboximage {
    width: 40%;
    float: left;
}

.imagebox .imageboxinfo {
    width: 60%;
    float: right;
    padding: 50px 30px;
}

.imagebox .imageboxinfo h3 {
    margin: 20px 0;
    font-size: 1.5rem;
    color: #333;
}


/* INFO BOX  //////////////*/
.infobox {
    background-color: #ffffff;
    clear: both;
    padding: 15px;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.25rem 0.75rem -0.25rem rgba(0, 0, 0, .15);
}



@media screen and (min-width: 576px) {
    .pconly3 {
        display: block !important;
    }

    .mobileonly3 {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .pconly3 {
        display: none !important;
    }

    .mobileonly3 {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .pconly {
        display: block !important;
    }

    .mobileonly {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .pconly {
        display: none !important;
    }

    .mobileonly {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .pconly2 {
        display: block !important
    }

    .mobileonly2 {
        display: none !important;
    }

    .desktop-hidden {
        display: none;
    }

}

@media screen and (max-width: 991px) {
    .pconly2 {
        display: none !important;
    }

    .mobileonly2 {
        display: block !important;
    }
}





@media screen and (max-width: 1400px) {
    div.content_side {
        padding: 200px 5% 200px 7%;
    }
}

@media screen and (max-width: 1200px) {
    h3 {
        font-size: 1.125rem;
    }

    div.content_side {
        padding: 150px 5% 150px 7%;
    }

    .headingstyle01 {
        padding: 20px;
    }

    .headingstyle01 img {
        width: 45px !important;
        height: 45px !important;
    }

    .headingstyle01 h2 {
        margin-left: 60px !important;
        font-size: 1.5rem !important;
    }

    .link-menu-content p {
        font-size: 1rem;
    }


}



@media screen and (max-width: 991px) {
    .subpage h1 {
        font-size: 2rem;
    }

    .subpage h2 {
        font-size: 1.5rem;
    }

    .subpage h3 {
        font-size: 1rem;
    }

    .text-subtitle {
        font-size: 1.2rem;
    }

    .text-big {
        font-size: 2rem;
    }

    .concept {
        font-size: 1.5rem;
    }

    .btn {
        padding: 1rem 3rem;
        font-size: 0.7rem;
    }

    div.content_side {
        padding: 100px 3% 100px 5%;
    }

    div.contant_wrap {
        padding: 100px 15px;
    }
}

@media screen and (max-width: 767px) {
    .headingstyle01 {
        padding: 5px;
    }

    .headingstyle01 img {
        width: 30px !important;
        height: 30px !important;
    }

    /* 
        .headingstyle01 {
        padding: 25px;
    }

    .headingstyle01 img {
        width: 35px !important;
        height: 35px !important;
    } */

    .headingstyle01 h2 {
        margin-left: 50px !important;
        font-size: 1.125rem !important;
    }

    .subpage h1 {
        font-size: 2rem;
    }

    .subpage h2 {
        font-size: 1.1rem;
    }

    .subpage h3 {
        font-size: 0.875em;
    }

    div.content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    div.content_side {
        padding: 50px 2% 50px 5%;
    }

    div.accesssplitbox {
        display: block;
    }

    div.accesssplitbox .left_side {
        width: 100%;
        float: none;
    }

    div.accesssplitbox .content_side {
        padding: 7.5% 5%;
    }

    div.accesssplitbox .right_side {
        width: 100%;
        float: none;
    }

    div.accesssplitbox .imagefull {
        height: 500px;
        overflow: hidden;
    }

    div.accesssplitbox .imagefull img {
        height: auto;
        width: 100%;
    }
}

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

    .text-big {
        font-size: 1.5rem;
    }

    .text-subtitle {
        font-size: 0.85rem;
    }

    .concept {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .headingstyle01 img {
        width: 30px;
        height: 30px;
    }

    .headingstyle01 h2 {
        margin-left: 45px !important;
        font-size: 1rem !important;
    }

    .btn {
        padding: 0.7rem 1rem;
        font-size: 0.8rem;
        border-radius: 10px;
    }

    .media {
        display: block;
    }

    #access .left_side,
    #access .right_side {
        width: 100%;
        float: none;
    }

    .img-border {
        padding: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    td,
    th {
        padding: 15px;
        font-size: 1em;
    }
}

/*インデント*/

p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}