@charset "UTF-8";
/*
* Normalize stylesheet
* Suitable for Japanese websites
*/

@import 'css/fontawesome-all.min.css';
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: baseline;
    font-size: 100%;
}

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

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    font: normal normal normal 14px/1.8 "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "ŸàƒSƒVƒbƒN Medium", YuGothic, "ŸàƒSƒVƒbƒN‘Ì", "Noto Sans Japanese", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "ƒƒCƒŠƒI", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    color: #333333;
    letter-spacing: .05em;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.family2 {
    font-family: "Ÿà–¾’©", "Yu Mincho", "Ÿà–¾’©‘Ì", YuMincho, "ƒqƒ‰ƒMƒm–¾’© Pro", "Hiragino Mincho ProN", "MS P–¾’©", "MS PMincho", HGS–¾’©E, "MS Mincho", serif;
}

address,
caption,
code,
figcaption,
pre,
th {
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

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

fieldset,
iframe,
img {
    border: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

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

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

hr {
    display: block;
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

input,
select {
    vertical-align: middle;
}

button {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: inherit;
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    display: table;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    outline: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

audio,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

a,
a:link,
a:visited {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ul {
    list-style: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Close Label */

.img_bg > img {
    display: none;
}

.red {
    color: #f50c54;
}

/*index*/

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 2;
}

/*section*/

/*header*/

.menu-status {
    display: none;
}

.header-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header-wrapper .header-brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrapper .logo {
    padding: 3px 0 3px 40px;
}

.header-wrapper .logo a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrapper .logo a:hover {
    opacity: 0.8;
}

.header-wrapper .contact-button a {
    width: 150px;
    background-color: #0000ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrapper .contact-button a:before {
    content: "";
    display: block;
    background: url(img/icon_email.svg) center center/cover no-repeat;
    width: 20px;
    height: 20px;
}

.header-wrapper .contact-button a:hover {
    background-color: #0707cb;
}

.header-wrapper .wrapper-nav {
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
}

.header-wrapper .wrapper-nav #menu-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}

.header-wrapper .wrapper-nav #menu-menu-header > li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-wrapper .wrapper-nav #menu-menu-header > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 3;
    padding: 30px 5px;
    color: #000000;
    line-height: 1.1;
    font-weight: bold;
}

.header-wrapper .wrapper-nav #menu-menu-header > li > a span {
    display: block;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 3px;
}

.header-wrapper .wrapper-nav #menu-menu-header > li > a:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ddd;
}

.header-wrapper .wrapper-nav #menu-menu-header > li > a:after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    width: 0%;
    height: 4px;
    background-color: #0000ef;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-wrapper .wrapper-nav #menu-menu-header > li > a:hover:after {
    width: 100%;
}

.header-wrapper .wrapper-nav #menu-menu-header > li:after {
    width: 0;
    height: 0;
    border-bottom: 7px solid #000;
    border-left: 5px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 7px;
}

.header-wrapper .wrapper-nav #menu-menu-header > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrapper .wrapper-nav #menu-menu-header > li .sub-menu a {
    display: block;
    background-color: rgba(250, 250, 250, 0.7);
    border-bottom: 1px solid rgba(250, 250, 250, 0.7);
    font-size: 14px;
    text-align: center;
    padding: 13px 3px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-wrapper .wrapper-nav #menu-menu-header > li .sub-menu a:hover {
    color: #0000ef;
    background-color: #fff;
}

.header-wrapper .wrapper-nav #menu-menu-header > li.has-sub:hover > a:after {
    width: 100%;
}

.header-wrapper .wrapper-nav #menu-menu-header > li.has-sub:hover .sub-menu {
    display: block;
}

.header-wrapper .wrapper-nav #menu-menu-header:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ddd;
}

.top {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 22;
    width: 100%;
    background: #fff;
}

.foot-bar {
    display: none;
    background: #205bbe;
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0px;
    bottom: 0;
    height: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot-bar i {
    display: block;
    font-size: 3rem;
    margin-bottom: .2em;
}

.foot-bar li {
    width: 25%;
    border: 1px solid #f0f0f0;
    font-size: 1.2rem;
    height: 80px;
    display: table;
    box-sizing: border-box;
    transition: .3s;
}

.foot-bar li > span,
.foot-bar li > a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.foot-bar li:hover {
    background: rgba(240, 240, 240, 0.4);
}

.foot-bar > a {
    border-left: none;
}

.toggle-btn label {
    display: block;
    cursor: pointer;
    position: relative;
}

.toggle-btn div {
    -webkit-perspective: 40px;
    perspective: 40px;
    position: relative;
    top: 9px;
}

.toggle-btn span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.toggle-btn span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 6px;
}

.toggle-btn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    bottom: 6px;
    position: absolute;
}

.menu-status:checked ~ .toggle-btn span::before {
    background: transparent;
    top: 0px;
}

.menu-status:checked ~ .toggle-btn span::after {
    background: transparent;
    bottom: 0px;
}

#menu-status:checked ~ .wrapper-nav .nav {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#menu-status:checked ~ .wrapper-nav {
    height: calc( 100vh - 135px);
}

@media (max-width: 980px) {
    .header-wrapper .logo {
        padding: 3px 0 3px 20px;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li > a {
        padding: 20px 5px;
    }
}

@media (max-width: 750px) {
    .foot-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-wrapper {
        position: fixed;
        z-index: 50;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    }
    .header-wrapper .header-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-wrapper .logo {
        padding: 3px 0 3px 0px;
        width: 230px;
        margin: 0 auto;
    }
    .header-wrapper .wrapper-nav {
        height: 0;
        border: 0px solid #cccccc;
        overflow: hidden;
    }
    .header-wrapper .wrapper-nav .nav {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
    .header-wrapper .wrapper-nav #menu-menu-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
    }
    .header-wrapper .wrapper-nav #menu-menu-header:before {
        display: none;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li:after {
        display: none;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li > a {
        text-align: left;
        padding: 10px 5px;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li > a:before {
        display: none;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li > a:after {
        display: none;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li .sub-menu {
        display: block;
        position: static;
    }
    .header-wrapper .wrapper-nav #menu-menu-header > li .sub-menu a {
        font-size: 12px;
        text-align: left;
        padding: 3px 3px 3px 15px;
    }
    .header-wrapper .contact-button {
        display: none;
    }
    .header-wrapper .contact-button a {
        margin: 0 auto;
        padding: 5px;
        font-size: 12px;
    }
}

/*header end*/

/*baner*/

.hero {
    position: relative;
}

.hero:after {
    content: "";
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 163px);
    display: block;
    max-height: 959px;
    min-height: 350px;
}

.hero .slider {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
}

.hero .slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1) url(img/mask.png) 0 0/4px 4px repeat;
    z-index: 10;
    position: absolute;
    opacity: 0.4;
}

.hero .slider .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .slider .slide picture {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.hero .slider .slide.jumpin picture {
    -webkit-animation: jumpin 0.7s ease forwards 0s;
    animation: jumpin 0.7s ease forwards 0s;
}

@keyframes jumpin {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes jumpin {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes jumpin {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.hero .slider img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hero .slide,
.hero .slide img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hero #home_ad {
    height: 400px;
    background-color: #f3f3f3;
    position: relative;
}

.hero #slideposition {
    position: absolute;
    right: 0px;
    bottom: 25px;
    z-index: 20;
    width: 100%;
}

.hero #slideposition > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.hero #slideposition > ul > li {
    width: 13px;
    height: 13px;
    margin-left: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.hero #slideposition > ul > li.indicator.active,
.hero #slideposition > ul > li.indicator:hover {
    background-color: #fff;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 90%;
    max-width: 1200px;
}

.slogan h1 {
    color: white;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.4);
}

.slogan.do h1 span:nth-child(odd) {
    opacity: 0;
    display: inline-block;
    -webkit-animation: showt2 4s ease-in forwards 1.1s;
    animation: showt2 4s ease-in forwards 1.1s;
}

.slogan.do h1 span:nth-child(even) {
    opacity: 0;
    display: inline-block;
    -webkit-animation: showt 4s ease-in forwards 1.1s;
    animation: showt 4s ease-in forwards 1.1s;
}

.slogan.do a.common-btn {
    opacity: 0;
    -webkit-animation: showt 4s ease-in forwards 1.3s;
    animation: showt 4s ease-in forwards 1.3s;
}

.nowrap {
    display: inline-block;
    white-space: nowrap;
}

.scrolldown {
    position: absolute;
    bottom: 30px;
    width: auto;
    height: 100px;
    margin: auto;
    right: 63px;
    z-index: 3;
    color: white;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.mouse {
    margin: auto;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mouse .icon_line {
    display: block;
    height: 36px;
    width: 1px;
    background-color: #fff;
    position: relative;
    margin-left: 6px;
}

.mouse .icon_line:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.mouse .icon_txt {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.1;
}

.mouse:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

@-webkit-keyframes showt {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showt {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes showt2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showt2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .hero:after {
        height: calc(80vh - 163px);
    }
    .slogan h1 {
        font-size: 30px;
    }
}

@media (max-width: 980px) {
    .hero:after {
        height: calc(50vw - 163px);
    }
    .slogan h1 {
        font-size: 25px;
    }
}

@media (max-width: 750px) {
    .hero:after {
        height: calc(50vw - 57px);
    }
    .hero #slideposition {
        bottom: 10px;
    }
    .slogan h1 {
        font-size: 16px;
    }
    .scrolldown {
        bottom: 2px;
        right: 9px;
    }
}

/*section2*/

.section2 {
    width: 100%;
}

.section2 .wrapper-section2 {
    width: 100%;
    padding: 60px 20px;
    margin: 0 auto;
    max-width: 1240px;
}

.section2 .ttl {
    text-align: center;
}

.section2 .ttl .jp {
    font-size: 30px;
    font-weight: bold;
}

.section2 .ttl .en {
    font-size: 14px;
    color: #a8a8a8;
}

.section2 .box-section2 {
    border-top: 1px solid #cccccc;
    margin-top: 54px;
}

.section2 .box-section2 li {
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}
.section2 .box-section2 a{
    color: #333;
}

.section2 .box-section2 .date {
    padding: 0 18px;
    width: 113px;
    text-align: center;
}

.section2 .box-section2 .cat-name {
    padding: 0 10px;
    background-color: #ce0000;
    color: #fff;
    text-align: center;
    margin-right: 30px;
    width: 79px;
    text-align: center;
}

.section2 .box-section2 .cat-ttl {
    width: calc(100% - 222px);
    padding-right: 20px;
    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;
}

.section2 .box-section2 .cat-ttl:after {
    content: ">";
    display: block;
}

.section2 .more-section2 {
    width: 100%;
}

.section2 .more-section2 a {
    width: 100%;
    max-width: 180px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 5px 5px 4px;
    margin: 40px auto;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section2 .more-section2 a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 10px;
    top: 14%;
}

.section2 .more-section2 a:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 980px) {
    .section2 .box-section2 {
        margin-top: 25px;
    }
}

@media (max-width: 750px) {
    .section2 .wrapper-section2 {
        padding: 30px 20px;
    }
    .section2 .ttl .jp {
        font-size: 18px;
    }
    .section2 .ttl .en {
        font-size: 12px;
    }
    .section2 .box-section2 {
        margin-top: 10px;
    }
    .section2 .box-section2 .date {
        padding: 0 18px 0 0;
        width: 113px;
        text-align: left;
    }
    .section2 .box-section2 li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section2 .box-section2 .cat-ttl {
        width: 100%;
        padding-right: 0px;
        margin-top: 5px;
        font-size: 12px;
    }
    .section2 .box-section2 .cat-name {
        font-size: 12px;
        margin-right: 0px;
    }
    .section2 .more-section2 a {
        margin: 10px auto;
    }
}

/*section3*/

.section3 {
    width: 100%;
}

.section3 .flex-section3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section3 .flex-section3 .flex-l {
    width: 50%;
    padding: 10% 0 10% 20px;
    background: #3b3b92 url(img/bg01.jpg) left bottom no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section3 .flex-section3 .flex-l .inner-section3 {
    max-width: 800px;
    margin: 0 auto;
    margin-right: 0;
    color: #fff;
    padding-right: 109px;
}

.section3 .flex-section3 .flex-l .ttl {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
}

.section3 .flex-section3 .flex-l .ttl-slug {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section3 .flex-section3 .flex-l .ttl-slug:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-left: 12px;
}

.section3 .flex-section3 .flex-l .txt-i {
    font-size: 18px;
    margin: 40px 0 0;
}

.section3 .flex-section3 .flex-r {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section3 .more-section3 {
    width: 100%;
}

.section3 .more-section3 a {
    width: 100%;
    max-width: 180px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 5px 5px 4px;
    margin: 40px 0 0;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section3 .more-section3 a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 10px;
    top: 14%;
}

.section3 .more-section3 a:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 1024px) {
    .section3 .flex-section3 .flex-l {
        padding: 5% 0 5% 20px;
    }
    .section3 .flex-section3 .flex-l .inner-section3 {
        padding-right: 40px;
    }
}

@media (max-width: 980px) {
    .section3 .flex-section3 .flex-l .ttl {
        font-size: 27px;
    }
}

@media (max-width: 750px) {
    .section3 .flex-section3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section3 .flex-section3 .flex-l {
        width: 100%;
        padding: 30px 20px;
    }
    .section3 .flex-section3 .flex-l .ttl {
        font-size: 18px;
    }
    .section3 .flex-section3 .flex-l .inner-section3 {
        padding-right: 0px;
        max-width: 100%;
    }
    .section3 .flex-section3 .flex-l .ttl-slug {
        font-size: 14px;
    }
    .section3 .flex-section3 .flex-l .txt-i {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .section3 .flex-section3 .flex-r {
        width: 100%;
        height: calc(100vw * 0.75);
    }
    .section3 .more-section3 a {
        margin: 20px auto 0;
    }
}

/*section4*/

.section4 {
    width: 100%;
    padding: 60px 0;
}

.section4 .ttl {
    text-align: center;
}

.section4 .ttl .jp {
    font-size: 30px;
    font-weight: bold;
}

.section4 .ttl .en {
    font-size: 20px;
    color: #0000ef;
}

.section4 .box-section4 {
    margin-top: 15px;
    background: url(img/bg02.jpg) center center/cover no-repeat;
    padding: 88px 0;
}

.section4 .flex-section4 {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    padding: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section4 .flex-section4 .flex-item {
    border: 1px solid #d7d7d7;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section4 .flex-section4 .flex-item .item-img {
    width: 30%;
}

.section4 .flex-section4 .flex-item .item-inner {
    width: 70%;
    padding: 0 0 0 49px;
}

.section4 .flex-section4 .flex-item .title-slug {
    font-size: 12px;
    color: #9e9e9e;
    text-transform: capitalize;
}

.section4 .flex-section4 .flex-item .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.section4 .flex-section4 .flex-item .txt-i {
    font-size: 16px;
    margin-top: 40px;
}

.section4 .flex-section4 .flex-item .more-section4 {
    width: 100%;
}

.section4 .flex-section4 .flex-item .more-section4 a {
    width: 100%;
    max-width: 130px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 5px 5px 4px;
    margin: 40px 0 0;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section4 .flex-section4 .flex-item .more-section4 a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 10px;
    top: 14%;
}

.section4 .flex-section4 .flex-item .more-section4 a:hover {
    background-color: #000;
    color: #fff;
}

.section4 .flex-section4 .flex-item01 {
    width: calc(100% - 28px);
    margin: 0 14px 0;
}

.section4 .flex-section4 .flex-item02 {
    padding: 30px 30px;
    width: calc(50% - 28px);
    margin: 28px 14px 0;
}

.section4 .flex-section4 .flex-item02 .item-inner {
    padding: 0 0 0 25px;
}

.section4 .flex-section4 .flex-item02 .txt-i {
    margin-top: 10px;
}

.section4 .flex-section4 .flex-item02 .title {
    font-size: 24px;
}

.section4 .flex-section4 .flex-item02 .more-section4 {
    width: 100%;
}

.section4 .flex-section4 .flex-item02 .more-section4 a {
    margin: 5px 0 0;
}

.section4 .flex-section4 .flex-item03 {
    padding: 30px 30px;
    width: calc(50% - 28px);
    margin: 28px 14px 0;
}

.section4 .flex-section4 .flex-item03 .item-inner {
    padding: 0 0 0 25px;
}

.section4 .flex-section4 .flex-item03 .title {
    font-size: 24px;
}

.section4 .flex-section4 .flex-item03 .txt-i {
    margin-top: 10px;
}

.section4 .flex-section4 .flex-item03 .more-section4 {
    width: 100%;
}

.section4 .flex-section4 .flex-item03 .more-section4 a {
    margin: 5px 0 0;
}


@media (max-width: 980px) {
    .section4 .flex-section4 .flex-item {
        padding: 20px 20px;
    }
    .section4 .flex-section4 .flex-item .item-inner {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 750px) {
    .section4 {
        padding: 30px 0;
    }
    .section4 .ttl .jp {
        font-size: 18px;
    }
    .section4 .ttl .en {
        font-size: 12px;
    }
    .section4 .box-section4 {
        margin-top: 10px;
        padding: 20px 0;
    }
    .section4 .flex-section4 .flex-item {
        width: 100%;
    }
    .section4 .flex-section4 .flex-item .txt-i {
        margin-top: 10px;
    }
    .section4 .flex-section4 .flex-item .title {
        font-size: 16px;
    }
    .section4 .flex-section4 .flex-item .txt-i {
        font-size: 12px;
    }
    .section4 .flex-section4 .flex-item .more-section4 a {
        margin: 5px 0 0;
    }
}

@media (max-width: 550px) {
    .section4 .flex-section4 .flex-item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section4 .flex-section4 .flex-item .item-img {
        width: 100%;
    }
    .section4 .flex-section4 .flex-item .item-img img {
        margin: 0 auto;
    }
    .section4 .flex-section4 .flex-item .item-inner {
        width: 100%;
        padding: 10px 0 0 0px;
    }
    .section4 .flex-section4 .flex-item .more-section4 a {
        margin: 5px auto 0;
    }
}

/*section5*/

.section5 {
    width: 100%;
    padding: 40px 0 0;
}

.section5 .wrapper-section5 {
    background: url(img/bg03.jpg) center center/cover no-repeat;
    padding: 200px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section5 .wrapper-section5 a {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 30px;
    border: 1px solid #fff;
    margin: 0px auto;
    max-width: 440px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section5 .wrapper-section5 a:hover {
    background-color: rgba(250, 250, 250, 0.8);
    color: #000;
}

@media (max-width: 750px) {
    .section5 {
        padding: 0px 0 0;
    }
    .section5 .wrapper-section5 {
        padding: 30px 0;
        height: auto!important;
    }
    .section5 .wrapper-section5 a {
        font-size: 18px;
    }
}

/*section6*/

.section6 {
    width: 100%;
}

.section6 .flex-section6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section6 .flex-section6 .flex-l {
    width: calc(50% - 14px);
    margin: 7px;
}

.section6 .flex-section6 .flex-l a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 10% 50px 10% 89px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section6 .flex-section6 .flex-l a:after {
    content: "";
    display: block;
    background: url(img/icon_right2.svg) center center/cover no-repeat;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.section6 .flex-section6 .flex-l a:hover {
    opacity: 0.8;
}

.section6 .flex-section6 .flex-r {
    width: calc(50% - 14px);
    margin: 7px;
}

.section6 .flex-section6 .flex-r a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 10% 50px 10% 89px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section6 .flex-section6 .flex-r a:after {
    content: "";
    display: block;
    background: url(img/icon_right2.svg) center center/cover no-repeat;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.section6 .flex-section6 .flex-r a:hover {
    opacity: 0.8;
}

.section6 .flex-section6 .ttl .jp {
    font-size: 30px;
    font-weight: bold;
}

.section6 .flex-section6 .ttl .en {
    font-size: 20px;
}

@media (max-width: 1200px) {
    .section6 .flex-section6 .flex-l a {
        padding: 10% 40px 10% 40px;
    }
    .section6 .flex-section6 .flex-r a {
        padding: 10% 40px 10% 40px;
    }
}

@media (max-width: 980px) {
    .section6 .flex-section6 .ttl .jp {
        font-size: 26px;
    }
    .section6 .flex-section6 .ttl .en {
        font-size: 18px;
    }
    .section6 .flex-section6 .flex-l a {
        padding: 30px 20px 30px 20px;
    }
    .section6 .flex-section6 .flex-r a {
        padding: 30px 20px 30px 20px;
    }
}

@media (max-width: 750px) {
    .section6 .flex-section6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section6 .flex-section6 .ttl .jp {
        font-size: 16px;
    }
    .section6 .flex-section6 .ttl .en {
        font-size: 12px;
    }
    .section6 .flex-section6 .flex-l {
        width: calc(100% - 40px);
        margin: 10px 20px;
    }
    .section6 .flex-section6 .flex-l a {
        padding: 10px 20px 10px 20px;
    }
    .section6 .flex-section6 .flex-r {
        width: calc(100% - 40px);
        margin: 10px 20px;
    }
    .section6 .flex-section6 .flex-r a {
        padding: 10px 20px 10px 20px;
    }
}

/*foot*/

footer {
    background-color: #000000;
}

footer .foot {
    max-width: 1240px;
    padding: 40px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .foot .foot-l {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .foot .foot-l .l-i {
    width: 50%;
}

footer .foot .foot-l .r-i {
    width: 50%;
    padding-left: 20px;
}

footer .foot .foot-l .foot-logo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .foot .foot-l .foot-logo:hover {
    opacity: 0.8;
}

footer .foot .foot-l .foot-email {
    margin: 25px 0 10px;
}

footer .foot .foot-l .foot-link {
    margin: 10px auto;
}

footer .foot .foot-l .foot-email a {
    white-space: nowrap;
    background-color: #0000ef;
    max-width: 200px;
    padding: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .foot .foot-l .foot-link01 a {
    font-size: 12px;
}

footer .foot .foot-l .foot-email a:before {
    width: 20px;
    height: 20px;
    content: "";
    margin-right: 10px;
    display: block;
    background: url(img/icon_email.svg) center center/cover no-repeat;
}

footer .foot .foot-l .foot-email a:hover {
    opacity: 0.8;
}

footer .foot .foot-l .foot-link a:before {
    background: none;
    width: 0!important;
}

footer .foot .foot-l .r-i {
    width: 100%;
    max-width: 235px;
}

footer .foot .foot-l .r-i2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

footer .foot .foot-l .r-i3 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .foot .foot-l .r-i3:hover {
    opacity: 0.8;
}

footer .foot .foot-l .foot-tel a {
    white-space: nowrap;
    max-width: 200px;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .foot .foot-l .foot-tel a:before {
    width: 20px;
    height: 20px;
    content: "";
    margin-right: 10px;
    display: block;
    background: url(img/icon_tell.svg) center center/cover no-repeat;
}

footer .foot .foot-l .foot-tel a:hover {
    opacity: 0.8;
}

footer .foot .foot-r {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .foot .foot-r #menu-menu-foot {
    margin-left: 5%;
}

footer .foot .foot-r #menu-menu-foot a {
    color: #fff;
    font-size: 14px;
    padding: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .foot .foot-r #menu-menu-foot a:before {
    content: ">";
    display: block;
    margin-right: 8px;
}

footer .foot .foot-r #menu-menu-foot a:hover {
    text-decoration: underline;
}

footer .foot .foot-r #menu-menu-foot .sub-menu {
    margin-left: 10px;
}

footer .foot .foot-r #menu-menu-foot .sub-menu a {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cccccc;
}

footer .foot .foot-r #menu-menu-foot .sub-menu a:before {
    content: "-";
    display: block;
    margin-right: 8px;
}

.copy {
    background-color: #000000;
    border-top: 1px solid #3f3f3f;
    font-size: 12px;
}

.copy p {
    width: 100%;
    padding: 5px 20px;
    margin: 0 auto;
    text-align: center;
    max-width: 1140px;
    color: #fff;
}

@media (max-width: 1024px) {
    footer .foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .foot .foot-l {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .foot .foot-l .l-i {
        width: 200px;
        margin: 0 auto;
    }
    footer .foot .foot-l .r-i {
        padding-left: 0px;
        width: 235px;
        margin: 0 auto;
    }
    footer .foot .foot-r {
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    footer .foot .foot-r #menu-menu-foot {
        margin: 0 2%;
    }
}

@media (max-width: 750px) {
    footer .foot {
        padding: 30px 20px;
    }
    footer .foot .foot-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .foot .foot-r {
        display: none;
    }
}

@media (max-width: 600px) {
    footer .foot {
        padding: 30px 20px 60px;
    }
}

/*foot end*/

/*page*/

.page-brn {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111111;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-banner {
    width: 100%;
    min-height: 347px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 150px;
    position: relative;
    overflow: hidden;
}

.brn_inner {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.ttl_brn {
    color: #fff;
}

.ttl_brn span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0px auto 15px;
}

.ttl_brn span:before {
    content: "";
    width: 60px;
    height: 2px;
    margin: 0 auto 40px;
    background-color: #fff;
    display: block;
}

.ttl_brn em {
    font-size: 14px;
    font-style: normal;
    text-transform: capitalize;
}

.page-inner {
    width: 100%;
}

@media (max-width: 768px) {
    .page-banner {
        min-height: 257px;
        padding: 76px 0 0px;
    }
    .ttl_brn span:before {
        margin: 0 auto 27px;
    }
}

@media (max-width: 750px) {
    .page-banner {
        min-height: 200px;
        padding: 93px 0 0px;
    }
    .ttl_brn span {
        font-size: 18px;
        margin: 0px auto 5px;
    }
    .ttl_brn span:before {
        margin: 0 auto 15px;
    }
    .ttl_brn em {
        font-size: 12px;
    }
    .main-maintenance h2 {
        font-size: 15px;
    }
    .main-maintenance h2:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .main-maintenance .txt-maintenance {
        font-size: 12px;
    }
    .main-maintenance .table-maintenance table tr:nth-child(1) td {
        font-size: 13px;
    }
}

/*Achievement*/

.main-achievement {
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-achievement .flex-achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.achievement-h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.main-achievement .flex-achievement .item {
    width: calc(50% - 40px);
    margin-bottom: 80px;
}

.main-achievement .flex-achievement a {
    display: block;
    background-color: #0e0ea3;
    background-image: url(img/txtbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15% 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-achievement .flex-achievement a:hover {
    opacity: 0.8;
}

.ttl2-a {
    font-size: 16px;
    font-weight: bold;
}

.ttl2-b {
    margin: 10px 0 20px;
}

@media (max-width: 980px) {
    .main-achievement .flex-achievement .item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
}

@media (max-width: 750px) {
    .main-achievement {
        padding: 30px 20px;
    }
    .main-achievement .flex-achievement .item {
        width: 100%;
        max-width: 559px;
        margin: 0 auto 20px;
    }
    .main-achievement .flex-achievement .item a {
        font-size: 16px;
        text-align: center;
        padding: 15% 10px;
    }
    .achievement-h2 {
        font-size: 16px;
    }
}

/*public-service*/

.main-public-service {
    max-width: 1440px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-public-service .flex-public-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
}

.main-public-service .flex-public-service .item {
    width: calc(50% - 40px);
    margin-bottom: 40px;
    font-weight: bold;
}

.main-public-service .flex-public-service .item img {
    margin-bottom: 5px;
}

.main-public-service .flex-public-service a {
    display: block;
    background-color: #0e0ea3;
    background-image: url(img/txtbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15% 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-public-service .flex-public-service a:hover {
    opacity: 0.8;
}

.main-public-service .table-public-service {
    background-color: #fafafa;
    padding: 60px;
}

.main-public-service .table-public-service h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.main-public-service .table-public-service table {
    border: 1px solid #d2d2d2;
    font-size: 17px;
}

.main-public-service .table-public-service table tr:nth-child(1) td {
    font-weight: bold;
    padding: 30px 20px;
}

.main-public-service .table-public-service td {
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    vertical-align: middle
}

.main-public-service .table-public-service table tr td:nth-child(1) {
    text-align: center;
}

@media (max-width: 980px) {
    .main-public-service .table-public-service {
        padding: 30px;
    }
    .main-public-service .table-public-service h4 {
        font-size: 18px;
    }
    .main-public-service .table-public-service table {
        font-size: 17px;
    }
    .main-public-service .table-public-service table tr:nth-child(1) td {
        padding: 10px 10px;
    }
    .main-public-service .table-public-service td {
        padding: 10px 10px;
    }
    .main-public-service .flex-public-service .item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
}

@media (max-width: 750px) {
    .main-public-service {
        padding: 30px 20px;
    }
    .main-public-service .table-public-service2 {
        overflow-x: scroll;
    }
    .main-public-service .table-public-service {
        padding: 10px;
    }
    .main-public-service .table-public-service h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .main-public-service .table-public-service table {
        width: 440px;
        font-size: 12px;
    }
    .main-public-service .table-public-service table tr:nth-child(1) td {
        padding: 5px 3px;
    }
    .main-public-service .table-public-service td {
        padding: 5px 3px;
    }
    .main-public-service .flex-public-service .item {
        width: 100%;
        max-width: 559px;
        margin: 0 auto 20px;
    }
    .main-public-service .flex-public-service .item a {
        font-size: 16px;
        text-align: center;
        padding: 15% 10px;
    }
}

/*mansion-renewal*/

.main-mansion-renewal {
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-mansion-renewal .flex-mansion-renewal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-mansion-renewal .flex-mansion-renewal .item {
    width: calc(50% - 40px);
    margin-bottom: 80px;
}

.main-mansion-renewal .flex-mansion-renewal .item a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15% 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-mansion-renewal .flex-mansion-renewal .item a:hover {
    opacity: 0.8;
}

.main-mansion-renewal .flex-mansion-renewal .item.item1 a {
    background-image: url(img/item-img08.jpg);
}

.main-mansion-renewal .flex-mansion-renewal .item.item2 a {
    background-image: url(img/item-img09.jpg);
}

.main-mansion-renewal .flex-mansion-renewal .item.item3 a {
    background-image: url(img/item-img010.jpg);
}

.main-mansion-renewal .flex-mansion-renewal .item.item4 a {
    background-image: url(img/item-img012.png);
}
.main-mansion-renewal .item5{
    margin-bottom: 80px;
}
.main-mansion-renewal .item5 a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15% 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(img/item-img011.jpg);
}

.main-mansion-renewal .more {
    width: 100%;
}

.main-mansion-renewal .more a {
    width: 100%;
    max-width: 505px;
    text-align: center;
    color: #fff;
    padding: 15px 15px 14px;
    margin: 40px auto;
    position: relative;
    display: block;
    font-size: 18px;
    background-color: #205cc0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-mansion-renewal .more a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 60px;
    top: 24%;
}

.main-mansion-renewal .more a:hover {
    opacity: 0.8;
}

.main-archive {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
}

.main-archive h4 {
    display: block;
    background-color: #0e0ea3;
    background-image: url(img/txtbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 5px 10px;
}

.main-archive article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-archive article .large-row {
    width: calc(50% - 40px);
    margin-top: 40px;
}

.main-archive article .large-row .large_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.main-archive article .large-row .large_img:before {
    content: "";
    display: block;
    padding-top: 60%;
}

.category-1 .main-inner,
.date .main-inner,
.sin-con {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px;
}

.category-1 .main-inner .main-archive,
.date .main-inner .main-archive,
.sin-con .news-con {
    max-width: 80%;
    width: 80%;
    padding: 0;
}

.sin-con {
    padding: 0;
}

.category-1 .main-inner .widget_archive,
.date .main-inner .widget_archive,
.sin-con .widget_archive {
    width: 18%;
}

.widget_archive li a {
    color: #666666;
}

.widget-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.screen-reader-text {
    display: none;
}

@media (max-width: 980px) {
    .main-mansion-renewal .flex-mansion-renewal .item {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
    .main-archive {
        padding: 60px 20px;
    }
    .main-archive h4 {
        font-size: 24px;
    }
    .main-archive article .large-row {
        width: calc(50% - 10px);
        margin-top: 40px;
    }
    .main-archive article .large-row .large_img:before {
        content: "";
        display: block;
        padding-top: 60%;
    }
}

@media (max-width: 750px) {
    .main-mansion-renewal {
        padding: 30px 20px;
    }
    .main-mansion-renewal .flex-mansion-renewal .item {
        width: 100%;
        max-width: 559px;
        margin: 0 auto 20px;
    }
    .main-mansion-renewal .flex-mansion-renewal .item a {
        font-size: 16px;
        text-align: center;
        padding: 15% 10px;
    }
    .main-mansion-renewal .item5{
        margin: 0 auto 20px;
    }
    .main-mansion-renewal .item5 a {
        font-size: 16px;
    }

    .main-mansion-renewal .more a {
        padding: 15px 15px 14px;
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }
    .main-mansion-renewal .more a:after {
        position: static;
        margin-left: 10px;
    }

    .main-archive {
        padding: 20px 20px;
    }
    .main-archive h4 {
        font-size: 16px;
        background-size: 75% 100%;
    }
    .main-archive article .large-row {
        width: 100%;
        margin-top: 20px;
    }
}

/*company*/

.main-company {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-company .ttl-company {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.main-company .txt-company {
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    max-width: 930px;
}

.main-company .table-company {
    max-width: 1039px;
    margin: 60px auto;
}

.main-company .table-company table {
    width: 100%;
    border: 1px solid #d2d2d2;
    font-size: 17px;
    margin: 30px auto 0;
}

.main-company .table-company table tr th {
    font-weight: bold;
    border: 1px solid #d2d2d2;
    padding: 30px 20px;
    background-color: #fafafa;
}

.main-company .table-company table tr td {
    border: 1px solid #d2d2d2;
    padding: 30px 20px;
}

.main-company .flex-company {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
}

.main-company .flex-company .item {
    width: calc(33.3333% - 10px);
    margin-bottom: 20px;
    background-color: #fafafa;
    padding: 20px;
}

.main-company .flex-company h4 {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-company .flex-company h4:before {
    content: "";
    display: block;
    background-color: #313fa0;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.main-company .flex-company table {
    width: 100%;
    font-size: 17px;
}

.main-company .flex-company table tr th {
    font-weight: bold;
    padding: 5px 5px;
    vertical-align: middle
}

.main-company .flex-company table tr td {
    padding: 5px 5px;
    width: 75%;
}

.main-company h2 {
    font-size: 24px;
    text-align: center;
}

.main-company h2:after {
    display: block;
    width: 30px;
    height: 4px;
    content: "";
    margin: 0 auto;
    background-color: #313fa0;
}

.main-company .inner-company1 {
    margin: 60px auto;
}

.main-company .inner-company1 table {
    width: 100%;
    max-width: 1039px;
    font-size: 17px;
    margin: 30px auto;
}

.main-company .inner-company1 table tr th {
    font-weight: bold;
    padding: 5px 5px;
    border-right: 1px solid #313fa0;
    width: 200px;
    min-width: 200px;
}

.main-company .inner-company1 table tr td {
    padding: 5px 5px 5px 20px;
    width: 100%;
}

.main-company .inner-company2 .flex-company2 {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-company .inner-company2 .flex-company2 .item {
    width: calc(70% / 5);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-company .inner-company2 .flex-company2 .item span {
    font-size: 18px;
}

.main-company .inner-company2 .flex-company2 .item em {
    font-style: normal;
    color: #313fa0;
    font-size: 28px;
    background-color: #fff;
    border: 1px solid #313fa0;
    display: block;
    width: 100%;
}

.main-company .inner-company2 img {
    margin: auto;
}

.inner-company2-txt {
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
    padding: 20px 0 30px;
}

.main-company .inner-company2 .flex-company2 .item01 {
    background-color: #313fa0;
    color: #fff;
    font-size: 20px;
    padding: 20px 5px;
}

.main-company .inner-company2 .flex-company2 .item-j {
    width: 6%;
}

.main-company .inner-company2 .flex-company2 .item02 {
    background-color: #313fa0;
    color: #fff;
}

.main-company .inner-company3 .table {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-company .inner-company3 .table .tr {
    width: calc(100% / 7);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-company .inner-company3 .table .th {
    background-color: #fafafa;
    padding: 5px 5px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-company .inner-company3 .table .td {
    padding: 5px 5px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 980px) {
    .main-company .flex-company .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        padding: 30px;
    }
    .main-company .inner-company2 .flex-company2 .item {
        width: calc(84% / 5);
    }
    .main-company .inner-company2 .flex-company2 .item-j {
        width: 3%;
    }
}

@media (max-width: 750px) {
    .main-company {
        padding: 30px 20px;
    }
    .main-company .ttl-company {
        font-size: 16px;
    }
    .main-company .txt-company {
        font-size: 12px;
        margin: 10px auto;
    }
    .main-company .table-company {
        margin: 20px auto;
    }
    .main-company .table-company table {
        font-size: 14px;
    }
    .main-company .table-company table tr th {
        width: 100%;
        display: block;
        padding: 3px 5px;
    }
    .main-company .table-company table tr td {
        width: 100%;
        display: block;
        padding: 3px 5px;
    }
    .main-company .flex-company .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .main-company .flex-company h4 {
        font-size: 14px;
    }
    .main-company .flex-company table {
        font-size: 12px;
    }
    .main-company .flex-company table tr th {
        width: 100%;
        display: block;
        padding: 3px 0px;
    }
    .main-company .flex-company table tr td {
        width: 100%;
        display: block;
        padding: 0;
    }
    .main-company h2 {
        font-size: 16px;
    }
    .main-company .inner-company1 {
        margin: 30px auto;
    }
    .main-company .inner-company1 table {
        font-size: 13px;
        margin: 20px auto;
    }
    .main-company .inner-company1 table tr th {
        width: 120px;
        min-width: 120px
    }
    .main-company .inner-company2 .flex-company2 {
        margin: 20px auto;
    }
    .main-company .inner-company2 .flex-company2 .item {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
    .main-company .inner-company2 .flex-company2 .item span {
        font-size: 15px;
    }
    .main-company .inner-company2 .flex-company2 .item em {
        font-size: 20px;
    }
    .main-company .inner-company2 .flex-company2 .item01 {
        font-size: 15px;
    }
    .main-company .inner-company2 .flex-company2 .item-j {
        display: none;
    }
    .main-company .inner-company3 .table {
        margin: 20px auto;
        font-size: 13px;
    }
    .main-company .inner-company3 .table .tr {
        width: 100%;
    }
}

/*environmental-efforts*/

.main-environmental-efforts {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-environmental-efforts .pc {
    display: block;
}

.main-environmental-efforts .sp {
    display: none;
}

.main-environmental-efforts .ttl-environmental-efforts {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.main-environmental-efforts .ttl-environmental-efforts2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.main-environmental-efforts .txt-environmental-efforts {
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    max-width: 930px;
}

.bacolor {
    background-color: #0000ef;
    max-width: 930px;
    margin: 0px auto 40px;
    padding: 20px;
    color: #fff;
}

.main-environmental-efforts .ttl2 {
    font-size: 18px;
    font-weight: bold;
}

.main-environmental-efforts .txt2 {
    font-size: 16px;
    margin-top: 10px;
}

.main-environmental-efforts .flex-envi {
    max-width: 930px;
    margin: 20px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-environmental-efforts .flex-envi .flex-l {
    width: 55%;
    padding-right: 30px;
}

.main-environmental-efforts .flex-envi .flex-r {
    width: 45%;

    padding: 20px 5px;
}

.main-environmental-efforts .flex-envi .flex-r img {
    margin: 0 auto;
}

.main-environmental-efforts2 {
    background: url(img/bg06.jpg) center center/cover no-repeat;
}

@media (max-width: 750px) {
    .main-environmental-efforts {
        padding: 30px 20px;
    }
    .main-environmental-efforts .ttl-environmental-efforts {
        font-size: 16px;
    }
    .main-environmental-efforts .ttl-environmental-efforts2 {
        font-size: 14px;
    }
    .main-environmental-efforts .txt-environmental-efforts {
        font-size: 12px;
        margin: 10px auto;
    }
    .main-environmental-efforts .bacolor {
        margin: 0px auto 30px;
    }
    .main-environmental-efforts .ttl2 {
        font-size: 16px;
    }
    .main-environmental-efforts .txt2 {
        font-size: 12px;
    }
    .main-environmental-efforts .flex-envi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-environmental-efforts .flex-envi .flex-l {
        width: 100%;
        padding-right: 0px;
    }
    .main-environmental-efforts .flex-envi .flex-r {
        width: 100%;
        margin-top: 10px;
    }
    .main-environmental-efforts .pc {
        display: none;
    }
    .main-environmental-efforts .sp {
        display: block;
    }
}

/*flow*/

.main-flow {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
}

.main-flow .ttl-flow {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.main-flow .ttl-flow:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 1px;
    background-color: #000;
}

.main-flow .more {
    width: 100%;
}

.main-flow .more a {
    width: 100%;
    max-width: 505px;
    text-align: center;
    color: #fff;
    padding: 15px 15px 14px;
    margin: 40px auto;
    position: relative;
    display: block;
    font-size: 18px;
    background-color: #205cc0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-flow .more a:after {
    content: "+";
    display: block;
    position: absolute;
    right: 60px;
    top: 24%;
}

.main-flow .more a:hover {
    opacity: 0.8;
}

.main-flow .ttl-flow2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.main-flow .flex-flow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-flow .flex-flow .item {
    width: calc(33.33% - 80px);
}

.main-flow .flex-flow .item-img img {
    margin: 0 auto;
}

.main-flow .flex-flow .ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
}

.main-flow .flex-flow .txt {
    font-size: 16px;
    margin: 0px auto;
    padding: 0 10px;
    max-width: 230px;
}

.main-flow .flex-flow ul {
    max-width: 230px;
    margin: 0px auto;
    padding-left: 13px;
}

.main-flow .flex-flow ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 16px;
}

.main-flow .flex-flow ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    min-width: 3px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    position: relative;
    top: -5px;
}

.main-flow .flex-flow2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-flow .flex-flow2 .item {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-flow .flex-flow2 .item .item-img {
    width: 47%;
}

.main-flow .flex-flow2 .item .item-img img {
    margin: 0 auto;
}

.main-flow .flex-flow2 .item .item-inner {
    width: 53%;
    padding-left: 20px;
}

.main-flow .flex-flow2 .ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
}

.main-flow .flex-flow2 .txt {
    font-size: 16px;
    margin: 0px auto;
}

.main-flow .flex-flow2 ul {
    margin: 0px auto;
    padding-left: 5px;
}

.main-flow .flex-flow2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 16px;
}

.main-flow .flex-flow2 ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    min-width: 3px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
    position: relative;
    top: -5px;
}

.main-flow2 {
    width: 100%;
    background-color: #205bbe;
    padding: 60px 0;
}

.main-flow2 .ttl-flow3 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.main-flow2 .ttl-flow3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 1px;
    background-color: #fff;
}

.main-flow2 .flex-flow3 {
    max-width: 1570px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-flow2 .flex-flow3 .item {
    width: calc(20% - 50px);
    margin: 25px;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.main-flow2 .flex-flow3 .item .itme-img img {
    margin: 0 auto;
}

.main-flow2 .flex-flow3 .item .itme-ttl {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    max-width: 150px;
    margin: 20px auto;
    line-height: 1.4;
}

.main-flow2 .flex-flow3 .item .itme-txt {
    font-size: 16px;
    text-align: center;
    color: #fff;
    max-width: 220px;
    margin: 0px auto;
}

.main-flow2 .flex-flow3 .item01 {
    background-image: url(img/img_08.jpg);
}

.main-flow2 .flex-flow3 .item02 {
    background-image: url(img/img_09.jpg);
}

.main-flow2 .flex-flow3 .item03 {
    background-image: url(img/img_010.jpg);
}

.main-flow2 .flex-flow3 .item04 {
    background-image: url(img/img_011.jpg);
}

.main-flow2 .flex-flow3 .item05 {
    background-image: url(img/img_012.jpg);
}

@media (max-width: 1240px) {
    .main-flow .flex-flow2 {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .main-flow .flex-flow2 .item {
        width: calc(33.33% - 80px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-flow .flex-flow2 .item .item-img {
        width: 100%;
    }
    .main-flow .flex-flow2 .item .item-inner {
        width: 100%;
        padding-left: 0px;
    }
    .main-flow .flex-flow2 .item .ttl {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        margin: 10px auto;
    }
    .main-flow .flex-flow2 .item .txt {
        font-size: 16px;
        margin: 0px auto;
        padding: 0 10px;
        max-width: 230px;
    }
    .main-flow .flex-flow2 .item ul {
        max-width: 230px;
        margin: 0px auto;
        padding-left: 13px;
    }
    .main-flow .flex-flow2 .item ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 16px;
    }
    .main-flow2 .flex-flow3 .item {
        width: calc(33.33% - 50px);
    }
}

@media (max-width: 980px) {
    .main-flow .flex-flow .item {
        width: calc(33.33% - 20px);
    }
    .main-flow .flex-flow2 .item {
        width: calc(33.33% - 20px);
    }
    .main-flow2 .flex-flow3 {
        margin-top: 20px;
    }
    .main-flow2 .flex-flow3 .item {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
}

@media (max-width: 750px) {
    .main-flow {
        padding: 30px 20px;
    }
    .main-flow .ttl-flow {
        font-size: 16px;
    }
    .main-flow .flex-flow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-flow .flex-flow .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-flow .flex-flow .item-img img {
        width: 169px;
    }
    .main-flow .flex-flow .ttl {
        font-size: 14px;
    }
    .main-flow .flex-flow .txt {
        font-size: 12px;
        padding: 0 0px;
    }
    .main-flow .flex-flow ul li {
        font-size: 12px;
    }
    .main-flow .flex-flow2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .main-flow .flex-flow2 .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-flow .flex-flow2 .item-img img {
        width: 169px;
    }
    .main-flow .flex-flow2 .ttl {
        font-size: 14px;
    }
    .main-flow .flex-flow2 .txt {
        font-size: 12px;
        padding: 0 0px;
    }
    .main-flow .flex-flow2 ul li {
        font-size: 12px;
    }
    .main-flow .more a {
        padding: 15px 15px 14px;
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }
    .main-flow .more a:after {
        position: static;
        margin-left: 10px;
    }
    .main-flow .ttl-flow2 {
        font-size: 16px;
    }
    .main-flow2 {
        padding: 30px 20px;
    }
    .main-flow2 .ttl-flow3 {
        font-size: 16px;
    }
    .main-flow2 .flex-flow3 {
        margin-top: 20px;
    }
    .main-flow2 .flex-flow3 .item {
        width: 100%;
        margin: 0 0px 10px;
        padding: 20px 0;
    }
    .main-flow2 .flex-flow3 .item .itme-ttl {
        font-size: 16px;
    }
    .main-flow2 .flex-flow3 .item .itme-txt {
        font-size: 12px;
    }
    .category-1 .main-inner .main-archive,
    .date .main-inner .main-archive,
    .sin-con .news-con {
        width: 60%;
        font-size: 12px;
    }
    .category-1 .main-inner .widget_archive,
    .date .main-inner .widget_archive,
    .sin-con .widget_archive {
        width: 38%;
        font-size: 12px;
    }
}

/*main-maintenance*/

.main-maintenance {
    width: 100%;
    padding: 60px 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.main-maintenance .img-maintenance {
    margin-bottom: 40px;
}

.main-maintenance .img-maintenance img {
    margin: 0 auto;
}

.main-maintenance h2 {
    background-color: #efefef;
    color: #0000ef;
    font-size: 24px;
    padding: 5px 0;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-maintenance h2:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #0000ef;
    content: "";
    display: block;
    margin: 0 15px;
}

.main-maintenance .inner-maintenance {
    background-color: #f5f6ff;
    margin: 20px auto 40px;
    padding: 30px;
}

.main-maintenance .txt-maintenance {
    font-size: 16px;
    margin-bottom: 30px;
}

.main-maintenance .table-maintenance table {
    width: 100%;
    background-color: #fff;
}

.main-maintenance .table-maintenance table tr:nth-child(1) td {
    background-color: #0000ef;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.main-maintenance .table-maintenance table tr td {
    font-size: 16px;
    padding: 10px 5px 10px 10px;
    border: 1px solid #d2d2d2;
}

.main-maintenance .txt-maintenance2 {
    border: 1px dashed #d2d2d2;
    font-size: 16px;
    margin: 30px 0;
    padding: 10px;
}

.main-maintenance .ttl-maintenance {
    color: #0000ef;
    font-size: 18px;
    font-weight: bold;
}

.main-maintenance .txt-maintenance3 {
    font-size: 16px;
    padding-left: 20px;
}

.main-maintenance .txt-maintenance3 > div {
    border: 1px solid rgb(187, 182, 182);
    padding: 5px;
    max-width: 500px;
}

.main-maintenance .txt-maintenance3 > div:first-child {
    margin-top: 10px;
}

.txt-maintenance3 p {
    max-width: 500px;
    margin: 10px 0;
}

.txt-maintenance3 p img {
    margin: auto;
    width: 80px;
}

.main-maintenance .ttl-maintenance2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 750px) {
    .main-maintenance h2 {
        font-size: 15px;
    }
    .main-maintenance h2:before {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .main-maintenance .txt-maintenance {
        font-size: 12px;
    }
    .main-maintenance .table-maintenance table tr:nth-child(1) td {
        font-size: 13px;
    }
    .main-maintenance .table-maintenance table tr td {
        font-size: 12px;
    }
    .main-maintenance .txt-maintenance2 {
        font-size: 12px;
    }
    .main-maintenance .ttl-maintenance {
        font-size: 13px;
    }
    .main-maintenance .txt-maintenance3 {
        font-size: 12px;
    }
    .txt-maintenance3 p img {
        width: 30px;
    }
}

.flow-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.flow-nav > div {
    margin-bottom: 20px;
    max-width: 33.3333%;
}

.flow-nav > div:hover {
    opacity: .7;
    cursor: pointer;
}

.flow-content {
    padding-top: 30px;
}

.flow-content .title {
    margin-bottom: 20px;
    background: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flow-content .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0000ef;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.4;
}

.flow-content .title h3 span {
    display: inline-block;
    height: 100%;
    padding: 10px 20px;
    margin-right: 20px;
    background: #0000ef;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
}

.flow-content .title img {
    height: 1.5em;
    margin-right: 1.5em;
}

.flow-content .content {
    padding: 0 50px;
}

.flow-content .content ul {
    font-size: 16px;
}

.fukugen-a {
    margin-right: 5px;
    color: #0000ef;
    font-weight: bold;
}

.fukugen-b {
    margin-left: 5px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.flow-content .content ul .span i {
    color: #cc0000;
    font-style: normal;
    margin-right: 2px;
}

.flow-content .content ul li {
    position: relative;
    padding-left: 20px;
}

.flow-content .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 10px;
    top: 12px;
    background: #0000ef;
}

.flow-content .content .float {
    float: right;
    text-align: center;
    font-size: 13px;
}

.flow-content .content1 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.flow-content .content1 img {
    max-width: 220px;
    padding: 10px 0px 10px 10px;
}

.cont1-con {
    text-align: center;
    font-size: 13px;
}

.flow-content .content .float::before {
    display: none;
}

.flow-content .content .float img {
    max-width: 220px;
    padding: 10px 0px 10px 10px;
}

.flow-content .content .photos {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flow-content .content .photos div {
    margin-top: 10px;
    width: 20%;
    min-width: 210px;
    text-align: center;
    font-size: 13px;
    margin-right: 20px;
}

.flow-content .content .photos div p {
    margin-bottom: 10px;
}

.flow-content .content .photos .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 675px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
}

.flow-content .content .photos .left h6 {
    width: 100%;
}

.flow-content .content .photos .left > div {
    width: 200px;
    min-width: 200px;
    margin-right: 25px;
}

.flow-content .content .photos .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 425px;
    margin-right: 0px;
}

.flow-content .content .photos .right h6 {
    width: 100%;
}

.flow-content .content .photos .right > div {
    width: 200px;
    margin-right: 25px;
    min-width: 200px;
}

.flow-content .content .photos .right > div:last-child {
    margin-right: 0px;
}

.flow-content .content .photos .right img {
    width: 200px;
}

.content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.content-row ul img {
    max-width: 210px;
}

.content-row > div {
    width: 50%;
}

.content-row > div:last-child {
    padding-left: 20px;
}

@media screen and (max-width: 1100px) {
    .content-row > div {
        width: 100%;
    }
    .content-row > div:last-child {
        padding-left: 0;
    }
}


@media screen and (max-width: 1000px) {
    .flow-content .content {
        padding: 0 20px;
    }
    .flow-content .title h3 span {
        padding: 5px 15px;
    }
    .flow-content .title h3 {
        font-size: 22px;
    }
    .flow-content .content .photos .right {
        width: 100%;
    }
    .flow-content .content .photos .left {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .flow-content .title h3 {
        font-size: 15px;
    }
    .flow-content .title h3 span {
        font-size: 15px;
    }
    .flow-content .title img {
        height: 1em;
    }
    .flow-content .content ul {
        font-size: 12px;
    }
    .flow-content .content ul li::before {
        top: 8px;
    }
}

@media screen and (max-width: 600px) {
    .flow-content .content .float {
        float: none;
    }
    .flow-content .content .float img {
        margin: 0 auto;
    }
    .flow-content .content1 {
        display: block;
    }
}

@media screen and (max-width: 545px) {
    .flow-content .content .photos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.system h2 {
    background-color: #efefef;
    color: #0000ef;
    font-size: 24px;
    padding: 5px 0;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.system h2::before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #0000ef;
    content: "";
    display: block;
    margin: 0 15px;
}

.system .button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.system .button > div {
    width: 30%;
}

.system .button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    padding: 10px 20px;
    background: #313fa0;
    color: #fff;
    position: relative;
}

.system .button a::after {
    content: "";
    position: absolute;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    top: calc(50% - 8px);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.system .button a:hover {
    opacity: 0.8;
}

.photos-1 {
    margin: -30px auto 30px;
}

.system .system-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 auto 30px;
    padding: 0 50px;
}

.system .system-one .content {
    margin-top: 20px;
    width: 48%;
    max-width: 550px;
}

.system .system-one .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.system .system-one .content .title h3 {
    width: 100%;
    background: #313fa0;
    color: #fff;
    margin-left: 32px;
    height: 60px;
    padding-left: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
}

.system .system-one .content .title span {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    background: #313fa0;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 64px;
    height: 64px;
}

.system .system-one .content .photo {
    margin: 10px 0;
}

.system .system-one .content p {
    font-size: 16px;
}

.system .system-one .content p span {
    color: #d60000;
}

.system-two .content {
    padding: 30px;
    margin: 20px 0 40px;
    background: #f5f6ff;
}

.system-two .content h6 {
    font-size: 18px;
    color: #0000ef;
}

.system-two .content > p {
    padding-left: 20px;
}

.system-two .content .photo {
    max-width: 550px;
    margin-left: 30px;
    margin-top: 20px;
}

.system-two .content .photo p {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.system-two .content .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.system-two .content .photos .photo {}

.system-two .content ul li {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
}

.system-two .content ul li i {
    font-style: normal;
    color: #cf0000;
}

.system-two .content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.system-two .content .inner .photo {
    max-width: 550px;
}

.system-two .color {
    color: #cf0000;
}

.system-two h5 {
    font-size: 21px;
    padding-left: 30px;
    line-height: 1.4;
    margin: 10px 0;
}

.system-three {
    padding: 30px;
    margin: 20px 0 40px;
    background: #f5f6ff;
}

.system-three h3 {
    font-size: 22px;
}

.system-three div {
    margin: 10px 0 0;
    font-size: 18px;
    color: #0000ef;
}

.system-three p {
    padding: 0 20px;
    font-size: 16px;
}

.system-three .photo {
    min-width: 240px;
    margin-left: 30px;
    margin-top: 20px;
}

.system-three .photo p {
    font-size: 12px;
    color: #666;
    text-align: center;
}

.system-three .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.system-three .photos .photo {
    min-width: 240px;
    width: 240px;
}

.img-maintenances {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

@media screen and (max-width: 1000px) {
    .system .button a {
        font-size: 20px;
    }
    .system .system-one .content .title h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    .system .button a {
        font-size: 16px;
    }
    .system .system-one .content .title h3 {
        font-size: 16px;
        height: 50px;
        margin-left: 25px;
        padding-left: 32px;
    }
    .system .system-one .content .title span {
        width: 50px;
        height: 50px;
    }
    .system .system-one {
        padding: 0 20px;
    }
    .system h2 {
        font-size: 15px;
    }
    .system h2::before {
        min-width: 20px;
        height: 20px;
        width: 20px;
    }
    .system-two .content h6 {
        font-size: 13px;
    }
    .system-two .content > p {
        font-size: 12px;
    }
    .system-two .content ul li {
        font-size: 12px;
    }
    .system-two .content .inner {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .system-two .content .photo {
        margin-left: 20px;
        margin-top: 10px;
    }
    .system-two h5 {
        font-size: 13px;
    }
    .system-three h3 {
        font-size: 13px;
    }
    .system-three div {
        font-size: 13px;
    }
    .system-three p {
        font-size: 12px;
    }
    .system-three .photo {
        margin-top: 0;
        margin-right: 20px;
    }
    .img-maintenances {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px auto 0;
    }
    .img-maintenances li {
        width: 25%;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .system .button > div {
        width: 100%;
        margin-bottom: 10px;
    }
    .system .system-one .content {
        width: 100%;
        padding: 0;
    }
    .system .system-one .content p {
        font-size: 12px;
    }
}

.tuika-st-01 {
    color: #0000ef;
}

.company-ul01 {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-ul01 li:last-child {
    margin-left: 20px;
    min-width: 240px;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
}

.company-ul01 li:last-child img {
    margin-bottom: 5px;
}

@media screen and (max-width: 650px) {
    .company-ul01 {
        display: block;
    }
    .company-ul01 li:last-child {
        margin: 20px auto 0;
    }
}

.flow-nav a::before {
    position: absolute;
    content: "?";
    right: -20px;
    top: 40%;
    font-size: 20px;
    color: #0000ef;
}

.flow-nav a.last-a::before {
    display: none;
}

.tuika-txt01 {
    text-align: right;
}

.conpany-map {
    margin-top: 15px;
}

.tuika-dl01 {
    margin: 30px auto;
    max-width: 400px;
}

.tuika-dl01 dl {
    margin-bottom: 10px;
    padding: 0 10px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.aligncenter {
    margin: 0 auto;
}

.contact-info {
    margin: 0 auto 0;
    max-width: 980px;
    padding: 0 15px;
}

.contact-info dl {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-bottom: none;
}

.contact-info dl:last-child {
    border-bottom: 1px solid #ccc;
}

.contact-info dl dt {
    min-width: 150px;
    width: 150px;
    padding: 10px 20px;
}

.contact-info dl dd {
    padding: 8px 20px;
    border-left: 1px solid #ccc;
    width: 100%;
}

.contact-info dl dd input,
.contact-info dl dd textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 2px 5px;
}

.contact-info dl dd textarea {
    resize: none;
}

.con-red {
    color: red;
}

.wpcf7-submit {
    margin: 40px 0 50px 50%;
    transform: translatex(-50%);
    text-align: center;
    width: 120px;
    background: #009ce9;
    color: #fff;
    padding: 5px 0;
}

.wpcf7-submit:hover {
    cursor: pointer;
    opacity: .7;
}

@media (max-width: 468px) {
    .contact-info dl {
        flex-wrap: wrap;
    }
    .contact-info dl dt {
        width: 100%;
    }
    .contact-info dl dd {
        border: none;
    }
}

.news-list li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.news-list li a {
    color: #333;
}

.news-list li a:hover {
    text-decoration: underline;
}

.news-con > p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.news-con .date{
    text-align: right;
    margin:0.6rem 0;
}

.contact-txt {
    margin: 40px auto 0;
    max-width: 980px;
    padding: 0 15px;
}

.contact-h2 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-h2::before {
    position: absolute;
    content: "¡";
    left: 0;
    top: 1px;
    color: #313fa0;
}

.contact-txt dl {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.contact-txt dl dt {
    width: 200px;
    min-width: 200px;
    font-weight: bold;
}

@media (max-width: 500px) {
    .contact-txt dl {
        display: block;
    }
}

.section6 {
    display: none;
}

.section7 {
    margin: 20px auto 60px;
}

.section7 .wrapper-section7 {
    background: url(img/bg04.jpg) center center/cover no-repeat;
}

.down img {
    width: 10px;
}

.table-maintenance001 td {
    vertical-align: middle;
    width: 33.3333%;
}

.txt-mains {
    display: flex;
}

.txt-mains-1 {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    margin-left: 60px;
}

.txt-mains-1 img {
    padding-top: 10px;
}

@media screen and (max-width: 900px) {
    .txt-mains {
        display: block;
    }
    .txt-mains-1 {
        margin: 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .news-list li {
        font-size: 12px;
    }
    .category-1 .main-inner .main-archive,
    .date .main-inner .main-archive,
    .sin-con .news-con {
        padding-right: 10px;
    }
    .sin-con .news-con {
        font-size: 12px;
    }
    .news-con > p {
        font-size: 13px;
    }
    .ttl2-a {
        font-size: 12px;
    }
    .txt-mains-1 {
        font-size: 14px;
    }
}

.arrow {
    position: fixed;
    bottom: 40px;
    right: 20px;
    color: #fff;
    width: 50px;
    z-index: 3;
    display: none;
}

.arrow:hover {
    cursor: pointer;
    opacity: .8;
}

.main-painting-works {
    width: 100%;
    max-width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;

}

.main-painting-works .read{
    margin: 50px auto;
}

.main-painting-works .ttl-painting-works {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #0000ef;
}

.main-painting-works .text-painting-works {
    font-size: 20px;
    margin: 20px auto 40px;
    text-align: center;
    max-width: 930px;
}

.main-painting-works .flex-painting-works {
    display: flex;
    justify-content: space-between;
    background-color: #f5f6ff;
    padding: 40px;
    margin-bottom: 25px;

}

.main-painting-works .flex-painting-works .flex-img {
    width: 60%;
}
.main-painting-works .flex-painting-works .flex-img img{
    width: 100%;
    height: auto;
}

.main-painting-works .flex-painting-works .flex-text {
    width: 40%;
    padding-left: 40px;
}

.main-painting-works .flex-painting-works .ttl-painting-works2 {
    font-size: 24px;
    font-weight: bold;
    color: #0000ef;
    margin-bottom: 10px;
}

.main-painting-works .flex-painting-works .text-painting-works2 {
    font-size: 16px;
}

@media (max-width:750px) {

.main-painting-works .ttl-painting-works {
    
    font-size: 16px;
    
}

.main-painting-works .text-painting-works {
    font-size:14px;    margin: 10px auto 20px;
   
}

    .main-painting-works .flex-painting-works {
        flex-direction: column;padding: 20px;

    }
    
    .main-painting-works .flex-painting-works .flex-img {
        width: 100%;
    }
    .main-painting-works .flex-painting-works .flex-img img {
        margin: 0 auto;
    }
    .main-painting-works .flex-painting-works .flex-text {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    
.main-painting-works .flex-painting-works .ttl-painting-works2 {
    font-size: 14px;
  
}

.main-painting-works .flex-painting-works .text-painting-works2 {
    font-size: 12px;
}
}
.taC{
    text-align: center !important;
}

.jump{
    display: block;
    padding-top: 170px;
    margin-top:-170px;
}
.btn-type01{
    display: block;
    margin: 1em 0;
    padding: .5em;
    text-align: center;
    border: 1px solid #205cc0;
    color: #205cc0;
    background: none;
    transition: .5s;
}
.btn-type01:hover{
    background: #205cc0;
    color: #fff;
}
.btn-type02{
    display: inline-block;
    width: 20%;
    margin: 0 1em;
    padding: .5em;
    text-align: center;
    border: 2px solid #205cc0;
    color: #205cc0;
    background: none;
    transition: .5s;
    font-weight: bold;
}
.btn-type02:hover{
    background: #205cc0;
    color: #fff;
}

.table-type00{
}
.table-type00 dt{
    display: inline-block;
    padding-right: 1rem;
    width: 30%;
}
.table-type00 dd{
    display: inline-block;
    width: 60%;
}
.flexbox{
    display: flex;
}
.flexbox.half{
    width: 50%
}
.flexbox.half span{
    width: 50%;
}
@media screen and (max-width: 750px) {
    .flexbox.half{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .arrow {
        bottom: 90px;
        right: 10px;
    }
}


