@charset "UTF-8"; /*style*/
.hv {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hv:hover {
    opacity: 0.6;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html {
    height: 100%;
}

body {
    width: 100%;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 130%;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
    line-height: 1.0;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*\*/
* html #container {
    overflow: visible;
}

/**/
input, select, textarea {
    font-size: 16px;
    color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1; }

/* IE7 */
.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
* {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
    height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

nav ul {
    list-style: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

img {
    vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
    color: #999 !important;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-input-placeholder {
    color: #999 !important;
}

:-input-placeholder {
    color: #999 !important;
}

::-placeholder {
    color: #999 !important;
}

:-placeholder {
    color: #999 !important;
}

html {
    background-color: #FFF;
    margin: 0 !important;
}

sup, sub {
    font-size: 0.8em;
}

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

body {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

p {
    word-wrap: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 100%;
}

.ud:hover {
    text-decoration: underline;
}

.ud2 {
    text-decoration: underline;
}

.ud3 {
    text-decoration: underline;
}

.ud3:hover {
    text-decoration: none;
}

.hv:hover {
    /* opacity: 0.6; */
}

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

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

.font-min {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.font-minion {
    font-family: minion-pro, serif;
    font-weight: 600;
    font-style: normal;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.pc-inline {
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
}

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

.flex3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*スクロールバー表示させる*/
.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

.none-display {
    display: none;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

.hidden {
    display: none;
}

/* header */
.header {
    padding: 14px 3% 15px;
    z-index: 99;
    position: relative;
}

.header .inner {
    max-width: 1546px;
    align-items: center;
}

.header__logo {
    width: 240px;
    /* width: 200px; */
}

.header__logo a {
    display: block;
}

.header__navi--box {
    align-items: center;
    width: calc(100% - 339px);
    padding: 0px 0 0;
}

.header__navi {
    width: calc(100% - 240px);
}

.header__navi--list {
    font-family: source-han-serif-japanese, serif;
    font-size: 18px;
    line-height: 1.6;
    justify-content: flex-end;
    font-weight: 600;
}

.header__navi--list li {
    position: relative;
    padding: 0px 70px 0 0px;
    z-index: 99;
}

.header__navi--list li:last-child {
    position: relative;
    padding: 0;
}

.header__navi--list li:after {
    content: '/';
    position: absolute;
    right: 33px;
    left: auto;
    top: -1px;
    bottom: 0;
    width: 18px;
}

.header__navi--list li:last-child:after {
    content: none;
    position: absolute;
}

.header__contact {
    width: 206px;
}

.header__contact--btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #368d40;
    padding: 11px 0 13px;
}

.header__contact--btn:hover {
    color: #FFF;
}

.header .sp-menu {
    display: none;
}

/* mv */
.mv {
    /* height: 634px; */
    /* background-image: url(../img/top/mv.jpg); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    margin-bottom: -430px;
    margin-top: 180px;
}

.mv .inner {
    height: 100%;
    align-items: center;
    /* justify-content: flex-end; */
    max-width: 1200px;
    z-index: 500;
}

.mv-text__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mv-text__wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
    top : 0;
    margin: 0 auto;
}

.mv__text {
    font-family: source-han-serif-japanese, serif;
    /* padding: 0 0 55px; */
    padding: 0 3%;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.mv__text:after {
    content: none;
    position: absolute;
    /* background-image: url(../img/top/mv_icon.png); */
    width: 256px;
    height: 94px;
    bottom: -54px;
    right: 51px;
    background-size: cover;
}

.mv__text--ttl {
    font-size: 42px;
    letter-spacing: 0.25rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
    text-shadow: 0px 0px 5px #000, 0px 1px 5px #000;
}

.mv__text--ttl span img {
    width: 240px !important;
    display: inline-block !important;
    object-fit: none !important;
    height: auto !important;
    vertical-align: middle;
    position: relative;
    top: -3px;
    padding: 0 8px;
}

.mv__text--read {
    font-size: 26px;
    letter-spacing: 0.15rem;
    line-height: 2.2;
    margin: 12px 0 0;
    color: #FFF;
    text-shadow: 0px 0px 5px #000,0px 1px 5px #000;
    font-weight: bold;
    /* text-align: center; */
}

/* section */
.section {
    padding: 80px 3% 120px;
}

.section__ttl {
    text-align: center;
    font-family: source-han-serif-japanese, serif;
    font-size: 38px;
    letter-spacing: 0.15rem;
}

.section__ttl .en {
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #368d40;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0;
}

.section__read {
    text-align: center;
    font-size: 22px;
    line-height: 1.7;
}

.section__list01 li {
    width: 48%;
    background: #faa554;
    margin: 0 0 49px;
    padding: 32px 40px 37px;
}

.section__list01 li h3 {
    font-size: 22px;
    color: #FFF;
    padding: 0 0 0 26px;
    position: relative;
}

.section__list01 li h3:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFF;
    left: 0;
    margin: auto;
    top: 3px;
    /* bottom: 0; */
    border-radius: 10px;
}

.section__list01 li p {
    color: #FFF;
    font-size: 16px;
    line-height: 1.9;
    padding: 14px 0 0 25px;
}

.section__list02 li {
    width: 48%;
    margin: 0 0 42px;
}

.product_sec01 .section__list02 li {
    margin: 0 0 24px;
}

.section__list04 li {
    width: 31%;
    margin: 0 0 42px;
}

.section__list04 .img {
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 0 10px;
}

.section__list04 li a {
    display: block;
}

.section__box01--lbox {
    width: calc(100% - 496px);
    padding: 24px 5% 0 0;
    /* margin-left: -220px; */
    width: 100%;
    order: 2;
    padding: 24px 0;
}

.product_sec01 .section__box01--lbox {
    width: calc(100% - 496px);
    padding: 4px 0 0 5%;
}

.product_sec01 .section__box01--lbox.wide {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.section__box01--imgs {
}

.section__box01--imgs ul {
    margin: 0 0 20px;
}

.section__box01--imgs li {
    width: 32%;
}

.section__box01--imgs img {
    object-fit: cover;
    height: 180px;
    width: 100%;
}

.section__box01--lbox h3 {
    font-size: 18px;
    color: #FFF;
    margin: 0 0 10px;
    /* background: #368d40; */
    padding: 5px 0 6px 20px;
    border-radius: 3px 20px 3px 3px;
}

.section__box01--lbox h4 {
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 10px 0 10px 0px;
    border-bottom: 1px dotted #000;
    font-weight: bold;
    color: #656565;
}

.section__box01--lbox ul {
    padding: 0 0 0 0px;
}

.section__box01--lbox li {
    font-size: 16px;
    margin: 0 0 5px;
    position: relative;
    padding: 0 0 0 18px;
}

.section__box01--lbox li::before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 4px;
}

.section__box01--lbox p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 10px 0px;
}

.section__box01--lbox p span {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    bottom: 6px;
}

.section__box01--lbox p span img {
    width: 100px;
}

.section__box01--rbox {
    width: 496px;
    /* width: 100%; */
    order: 1;
}

.section__box01--rbox a {
    display: block;
}

.section__box01--rbox img {
    border: 1px solid #e9e9e9;
    display: block;
    margin: 0 auto;
}

.section__box01.reverse .section__box01--lbox {
    order: 1;
    padding: 4px 0 0 5%;
}

.product_sec01 .section__box01.reverse .section__box01--lbox {
    order: 2;
    padding: 4px 5% 0 0;
}

.section__box01.reverse .section__box01--rbox {
    order: 2;
}

.section__box02 {
    /* border: 1px solid #9d9d9d; */
    /* padding: 73px 10% 80px; */
    position: relative;
}

.section__box02:after {
    content: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #345be5 transparent transparent transparent;
    top: 0;
    left: 0;
    position: absolute;
}

.section__ttl04 {
    font-size: 22px;
    position: relative;
    padding: 0 0 0 30px;
}

.section__ttl04:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #368d40;
    left: 3px;
    top: 9px;
    position: absolute;
}

.section__text {
    font-size: 16px;
    line-height: 1.7;
}

.section__text.center {
    text-align: center;
}

.section__map iframe {
    width: 100%;
    height: 477px;
    vertical-align: bottom;
}

.section__ttl03 {
    font-size: 30px;
    text-align: center;
    color: #368d40;
    font-family: source-han-serif-japanese, serif;
    font-weight: bold;
}

.section__nametext {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.section__nametext .name {
    font-size: 22px;
    position: relative;
    font-weight: bold;
    top: 1px;
    padding: 0 0 0 30px;
    font-family: source-han-serif-japanese, serif;
}

.section__list03 {
}

.section__list03 li {
    background: #f7902a;
    max-width: 890px;
    margin: 0 auto 24px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    padding: 15px 3% 19px;
}

.btn02 {
    display: block;
    background: #d7e5d8;
    color: #368d40;
    width: 100%;
    padding: 40px 10% 40px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.btn02:after {
    content: '＞';
    position: absolute;
    right: 60px;
}

.btn02:hover {
    color: #368d40;
}

.btn01 {
    margin: 0 auto;
    max-width: 360px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 22px;
    width: 80%;
    border: 2px solid #000;
    border-radius: 50px;
    position: relative;
}

.btn01:after {
    content: '＞';
    position: absolute;
    right: 10%;
}

.contact__bnr--itembox .lbox {
    width: 382px;
    padding: 0 0 0 17px;
}

.contact__bnr--tel {
    font-size: 44px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 0;
    letter-spacing: 0.07rem;
    position: relative;
    display: inline-block;
}

.contact__bnr--tel::before {
    content: " ";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/common/icon_tel.svg) no-repeat top left;
    position: relative;
    top: 8px;
    margin: auto;
    left: -10px;
}

.contact__bnr--fax {
    font-size: 44px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 59px;
    letter-spacing: 0.07rem;
    position: relative;
}

.contact__bnr--fax::before {
    content: " ";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/common/icon_fax.svg) no-repeat top left;
    position: relative;
    top: 9px;
    margin: auto;
    left: -10px;
}

.contact__bnr--text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.contact__bnr--itembox .rbox {
    width: 415px;
}

.mail__btn {
    display: block;
    width: 100%;
    background-color: #345BE5;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    padding: 29px 0 33px 112px;
    position: relative;
    background-image: url(../img/common/icon_mail.png);
    background-repeat: no-repeat;
    background-size: 36px 28px;
    background-position: center left 55px;
}

.mail__btn:hover {
    color: #FFF;
}

.center {
    text-align: center;
}

.boldfont {
    font-weight: bold;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb80 {
    margin-bottom: 80px;
    width: 100%;
}

.mb70 {
    margin-bottom: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

/* top__ */
.top__sec01 {
    padding: 79px 3% 89px;
    border-bottom: 2px solid #d7d7d7;
}

.top__sec01 .section__ttl {
    margin: 0 0 37px;
}

.top__sec01 .section__read {
    margin: 0 0 57px;
}

.top__sec01 .section__list01 {
    padding: 0 0 18px;
}

.top__sec02 {
    /* padding: 116px 3% 116px; */
    border-bottom: 2px solid #d7d7d7;
}

.top__sec02 .section__ttl {
    margin: 0 0 37px;
}

.top__sec02 .section__read {
    margin: 0 0 65px;
}

.top__sec02 .section__box01 {
    /* margin: 0 0 90px; */
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-wrap: wrap;
}

.top__sec03 {
    padding: 116px 3% 75px;
    border-bottom: 2px solid #d7d7d7;
}

.top__sec03 .section__ttl {
    margin: 0 0 36px;
}

.top__sec03 figure {
    margin: 0 auto 30px;
    max-width: 500px;
}

.top__sec03 .section__read {
    margin: 0 0 48px;
}

.top__news--list {
    justify-content: center;
}

.top__news--list li {
    text-align: center;
    margin: 0 0 30px;
}

.top__news--link {
    font-size: 16px;
    font-weight: bold;
    padding: 0 50px 0 0;
    position: relative;
}

.top__news--link:after {
    content: '＞';
    position: absolute;
    right: 0;
}

.top__news--link .date {
    padding: 0 20px 0 0;
    color: #faa554;
}

.top__sec04 {
    padding: 117px 3% 106px;
    border-bottom: 2px solid #d7d7d7;
}

.top__sec04 .inner {
    max-width: 100%;
}

.top__sec04 .section__ttl {
    margin: 0 0 52px;
}

.top__sec04 .top__news--list {
    padding: 0 3% 24px;
}

.top__sec05 {
    padding: 80px 0 0px;
}

.top__sec05 .inner {
    max-width: 100%;
}

.top__sec05 .section__ttl {
    margin: 0 0 15px;
}

.top__sec05 h3 {
    text-align: center;
    margin: 0 0 15px;
}

.top__sec05 .section__text.center {
    margin: 0 0 50px;
}

/* aside */
.contact__bnr {
    padding: 61px 3% 64px;
    background: #d7e5d8;
}

.contact__bnr .inner {
    background: #FFF;
    padding: 39px 3.5% 66px;
}

.contact__bnr .section__ttl {
    margin: 0 0 26px;
}

.contact__bnr--itembox {
    margin: 0 0 40px;
}

/* footer */
.footer {
    padding: 74px 0 0;
}

.footer .inner {
    margin: 0 auto 26px;
}

.footer .footer__left {
}

.footer__left {
    width: 50%;
}

.footer__navi--list {
    justify-content: flex-start;
}

.footer__navi--list li {
    width: 46%;
    margin: 0 0 27px;
}

.footer__navi--list a {
    position: relative;
    padding: 0 0 0 17px;
}

.footer__navi--list a:before {
    content: '＞';
    position: absolute;
    left: 0;
}

.footer__right {
    width: 50%;
    text-align: right;
}

.footer__logo {
    padding: 0px 0 20px;
    width: 351px;
    margin: 0 0 0 auto;
    width: 280px;
}

.footer__logo a {
    display: block;
}

.footer__address {
    line-height: 2.2;
}

.gradient {
    background: linear-gradient(-70deg, #f8c349 0%, #f8c349 50%, #368d40 50%, #368d40 100%);
    text-shadow: 4px 3px 10px #575757;
}

.copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 19px 3% 21px;
}

/* lower */
.lower-mv {
    height: 328px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 3%;
}

.lower-mv .inner {
    position: relative;
    align-items: center;
    height: 100%;
}

.lower-mv .inner:after {
    content: none;
    background-image: url(../img/lower/lower_mv_decoration.png);
    width: 256px;
    height: 94px;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 42px;
    right: -49px;
}

.lower-mv__h1 {
    color: #FFF;
    font-weight: normal;
    font-size: 38px;
    font-family: source-han-serif-japanese, serif;
    letter-spacing: 0.15rem;
    line-height: 1;
    position: relative;
    top: -11px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000, 0px 1px 5px #000;
}

.lower-mv__h1 .en {
    display: block;
    font-size: 22px;
    font-family: source-han-sans-cjk-ja, sans-serif;
    padding: 0 0 17px;
}

.breadcrumb {
    padding: 23px 3% 21px;
}

.breadcrumb__list {
    justify-content: flex-start;
    font-size: 12px;
    /* font-family: source-han-serif-japanese, serif; */
}

.breadcrumb__list li {
    padding: 0 36px 0 0;
    position: relative;
}

.breadcrumb__list li:last-child {
    padding: 0 0 0 0;
}

.breadcrumb__list li::after {
    content: '＞';
    position: absolute;
    right: 12px;
}

.breadcrumb__list li:last-child::after {
    content: none;
}

.section__ttl02 {
    text-align: center;
    color: #FFF;
    font-size: 30px;
    background: #faa554;
    padding: 22px 0 30px;
}

.section__table01 {
    width: 100%;
    font-size: 16px;
    text-align: left;
}

.section__table01 tbody {
}

.section__table01 tbody tr {
    /* border-bottom: 10px solid #fff; */
}

.section__table01 tbody tr th {
    font-weight: normal;
    padding: 15px 20px 15px;
    width: 190px;
    background: #e9e9e9;
    vertical-align: middle;
    border: 1px solid #000;
}

.section__table01 tbody tr td {
    /* width: calc(100% - 220px); */
    padding: 15px 20px 15px;
    border: 1px solid #000;
}

.company-item {
    margin: 0 0 20px;
}

.company-item h3 {
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding: 0 0px 5px 10px;
    margin: 0 0 7px;
}

.company-item p {
    line-height: 1.6;
    padding: 0 0px 0 10px;
}

.btn03 {
    display: block;
    width: 100%;
    background: #FFF;
    color: #368d40;
    border: 2px solid #368d40;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 18px 12px;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.btn03.twitter {
    padding: 25px 23px 29px 93px;
    background-image: url(../img/common/icon_twitter.png);
    background-repeat: no-repeat;
    background-position: center left 34px;
}

.btn03::after {
    content: '＞';
    position: absolute;
    right: 16px;
    font-weight: bold;
    line-height: 1;
    height: 22px;
    margin: auto;
    top: 5px;
    bottom: 0;
    display: none;
}

.btn03:hover {
    color: #368d40;
}

.product__sec01 {
    padding: 74px 3% 51px;
    border-bottom: 2px solid #d7d7d7;
}

.product__sec01 .section__ttl02 {
    margin: 0 0 32px;
}

.product__sec01 .section__text {
    margin: 0 0 63px;
}

.product__sec02 {
    padding: 127px 3% 61px;
    border-bottom: 2px solid #d7d7d7;
}

.product__sec02 .section__ttl02 {
    margin: 0 0 32px;
}

.product__sec02 .section__text {
    margin: 0 0 63px;
}

.product__sec03 {
    padding: 127px 3% 61px;
    border-bottom: 2px solid #d7d7d7;
}

.product__sec03 .section__ttl02 {
    margin: 0 0 32px;
}

.product__sec03 .section__text {
    margin: 0 0 63px;
}

.product__sec04 {
    padding: 127px 3% 140px;
}

.product__sec04 .section__ttl02 {
    margin: 0 0 32px;
}

.product__sec04 .section__text {
    margin: 0 0 63px;
}

.dayservice__sec01 {
    padding: 74px 3% 80px;
    border-bottom: 2px solid #d7d7d7;
}

.dayservice__sec01 .section__ttl02 {
    margin: 0 0 31px;
}

.dayservice__sec01 .section__read {
    margin: 0 0 84px;
}

.dayservice__sec01 .section__box01 {
    margin: 0 0 100px;
}

.dayservice__sec01 .btn01 {
    max-width: 600px;
}

.dayservice__sec02 {
    padding: 148px 3% 80px;
    border-bottom: 2px solid #d7d7d7;
}

.dayservice__sec02 .section__ttl02 {
    margin: 0 0 31px;
}

.dayservice__sec02 .section__read {
    margin: 0 0 84px;
}

.dayservice__sec02 .section__box01 {
    margin: 0 0 100px;
}

.dayservice__sec02 .btn01 {
    max-width: 600px;
}

.dayservice__sec03 {
    padding: 148px 3% 180px;
}

.dayservice__sec03 .section__ttl02 {
    margin: 0 0 31px;
}

.dayservice__sec03 .section__read {
    margin: 0 0 84px;
}

.dayservice__sec03 .section__box01 {
    margin: 0 0 100px;
}

.dayservice__sec03 .btn01 {
    max-width: 600px;
}

.aboutus__sec01 {
    padding: 68px 3% 118px;
    border-bottom: 2px solid #d7d7d7;
}

.aboutus__sec01 .section__box01--rbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.aboutus__sec01 .section__ttl03 {
    margin: 0 0 46px;
}

.aboutus__sec01 .section__read {
    margin: 0 0 42px;
}

.aboutus__sec01 .section__text {
    margin: 0 0 59px;
    font-size: 15px;
}

.president-block {
    border-bottom: 2px solid #d7d7d7;
}

.president-block .inner {
    max-width: 1230px;
}

.president-block .section__ttl03 {
    margin: 0 0 40px;
}

.president-imgtxt {
    margin: 40px 0 0;
}

.president-imgtxt .img {
    width: 47%;
    position: relative;
    background: #c1c1c1;
}

.president-imgtxt .img::before {
    content: none;
    /*content: " ";*/
    display: block;
    width: 150px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.president-imgtxt img {
}

.president-imgtxt .txt {
    width: 49%;
    padding: 10px 0 0;
    font-family: 'source-han-serif-japanese';
}

.president-imgtxt p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 22px;
}

.president-imgtxt p.name {
    font-weight: bold;
}

.president-imgtxt p.name span.name-logo {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
}

.president-imgtxt p.name span.name-logo img {
    width: 100px;
}

.president-imgtxt p.name span.name-president {
    display: inline-block;
    margin: 0 0 0 40px;
    font-size: 28px;
    position: relative;
    top: 3px;
}

.aboutus__sec02 {
    padding: 94px 3% 91px;
    border-bottom: 2px solid #d7d7d7;
}

.aboutus__sec02 .section__ttl03 {
    margin: 0 0 46px;
}

.aboutus__sec02 .section__read {
    margin: 0 0 18px;
}

.aboutus__sec02 .section__text {
    margin: 0 0 50px;
}

.aboutus__sec03 {
    padding: 94px 3% 94px;
    border-bottom: 2px solid #d7d7d7;
}

.aboutus__sec03 .inner {
}

.aboutus__sec03 .section__ttl03 {
    margin: 0 0 52px;
}

.aboutus__sec03 .section__table01 {
    max-width: 800px;
    margin: 0 auto 60px;
}

.aboutus__sec04 {
    padding: 94px 3% 120px;
}

.aboutus__sec04 .inner {
}

.aboutus__sec04 .section__table01 {
    max-width: 800px;
    margin: 0 auto 0px;
}

.aboutus__sec04 .section__ttl03 {
    margin: 0 0 47px;
}

.news__sec01 {
    padding: 76px 3% 220px;
}

.news__list {
}

.news__list li {
    padding: 0 0 78px 0;
    border-bottom: 2px solid #d7d7d7;
    margin: 0 0 82px;
}

.news__list .news__list--date {
}

.news__list--date {
    font-size: 22px;
    color: #f79029;
    width: 160px;
}

.news__list .news__list--contents {
}

.news__list--contents {
    width: calc(100% - 160px);
}

.news__list .news__list--contents .news__list--ttl {
}

.news__list--contents .news__list--ttl {
    margin: 0 0 24px;
}

.news__list--ttl {
    font-size: 22px;
}

.news__list--contents .section__text {
    margin: 0 0 53px;
}

.news__list--contents .btn01 {
    margin: 0 auto 0 0;
    max-width: 234px;
}

.news__list--contents .btn01:after {
    right: 18px;
}

.wp-pagenavi {
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.wp-pagenavi .previouspostslink {
    margin: 0 22px;
}

.wp-pagenavi .current {
    margin: 0 22px;
    color: #f79029;
}

.wp-pagenavi .page.larger {
    margin: 0 22px;
}

.wp-pagenavi .nextpostslink {
    margin: 0 22px;
}

.news-detail__sec01 {
    padding: 79px 3% 220px;
}

.news-detail__sec01 .date {
    font-size: 22px;
    font-weight: bold;
    color: #f7902a;
    margin: 0 0 5px;
}

.news-detail__sec01 .news__list--ttl {
    margin: 0 0 66px;
}

.news-detail__sec01 .entry-content {
    padding: 0 0 88px;
    border-bottom: 2px solid #d7d7d7;
}

.entry-content p {
    font-size: 16px;
    margin: 0 0 25px;
    line-height: 1.6;
}

.entry-content img {
    display: block;
    margin: 0 auto;
    padding: 0 0 42px;
}

.postnavi {
    padding: 84px 0 0;
}

.postnavi__list {
    font-size: 22px;
    justify-content: center;
}

.postnavi__list .prev a {
    position: relative;
    padding-left: 65px;
}

.postnavi__list .prev a:before {
    content: '＜';
    position: absolute;
    left: 0;
}

.postnavi__list .back {
    margin: 0 88px;
}

.postnavi__list .next a {
    position: relative;
    padding-right: 65px;
}

.postnavi__list .next a:after {
    content: '＞';
    position: absolute;
    right: 0;
}

.policy__sec01 {
    padding: 40px 3% 100px;
}

.policy__sec01 .section__ttl03 {
    margin: 0 0 50px;
}

.policy__sec01 .section__text.center {
    margin: 0 0 30px;
}

.section__definitionlist {
    padding: 50px 0 0;
}

.section__definitionlist dt {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}

.section__definitionlist .section__text {
    margin: 0 0 25px;
}

.section__text .section__text--link {
    color: #368d40;
    text-decoration: underline;
}

.contact__sec01 {
    padding: 80px 3% 180px;
}

.contact__sec01 .inner {
}

.contact__sec01 .section__text {
    margin: 0 0 60px;
}

.contact__sec01 .c-form {
}

.c-form {
}

.c-form .c-form__ttl {
}

.c-form__ttl {
    font-size: 22px;
    text-indent: -0.8rem;
    margin: 0 0 30px;
}

.c-form dl {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 54px;
}

.c-form dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 13px;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

.c-form .must {
    display: inline-block;
    background: #bf2c2c;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding: 0 10px;
    margin-left: 9px;
    position: relative;
    top: -1px;
}

.c-form dd {
}

.c-form label {
    font-size: 16px;
    padding: 0 30px 0 0;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

.c-form .c-form__radio-input {
}

.c-form__radio-input {
    margin: 0 8px 0px 0px;
    width: 20px;
    height: 20px;
}

.c-form .c-form__text {
}

.c-form__text {
    width: 100%;
    height: 54px;
    border: none;
    background: #eee;
    font-size: 16px;
    padding: 10px 20px;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

.c-form .c-form__textarea {
}

.c-form__textarea {
    width: 100% !important;
    height: 270px !important;
    background: #eee;
    border: none;
    font-size: 16px;
    padding: 20px 20px;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

.c-form .submitbtn {
}

.submitbtn {
    -webkit-appearance: none;
    background: #FFF;
    color: #000;
    cursor: pointer;
    font-family: source-han-sans-cjk-ja, sans-serif;
}

.btn04__text {
    border-bottom: 1px solid;
}

.recruit__bnr {
    background-image: url(../img/top/recruit_mv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 3%;
    position: relative;
}

.recruit__bnr::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #223b2569;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.recruit__bnr .inner {
}

.recruit__bnr .section__ttl {
    color: #FFF;
}

.recruit__bnr .section__ttl .en {
    color: #FFF;
}

.recruit__bnr .section__text.center {
    color: #FFF;
}

.recruit__bnr .btn01 {
    color: #368d40;
    border: 2px solid #FFF;
    background: #FFF;
}

.sdgs-support {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 60px;
}

.sdgs-support .img {
    width: 263px;
}

.sdgs-support img {
}

.sdgs-support .txt {
    width: calc(100% - 270px);
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
}

.sdgs-support p {
    font-size: 20px;
    line-height: 1.7;
}

.sdgs-seventeen {
    padding: 20px;
    background: #f2f7ff;
    max-width: 1000px;
    margin: 0 auto;
    margin: 0 auto 60px;
}

.sdgs-seventeen p {
    line-height: 1.8;
    font-size: 15px;
}

.sdgs-seventeen span {
    font-size: 10px;
    display: inline-block;
    color: #FFF;
    margin: 2px 4px 4px 8px;
    padding: 0 0 0px 0;
    background: #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: -1px;
    text-align: center;
}

.sdgs-seventeen span:nth-child(1) {
    background: #eb1c2c;
    margin-left: 0;
}

.sdgs-seventeen span:nth-child(2) {
    background: #d19f28;
}

.sdgs-seventeen span:nth-child(3) {
    background: #00973b;
}

.sdgs-seventeen span:nth-child(4) {
    background: #c21f32;
}

.sdgs-seventeen span:nth-child(5) {
    background: #ef3e2a;
}

.sdgs-seventeen span:nth-child(6) {
    background: #00add9;
}

.sdgs-seventeen span:nth-child(7) {
    background: #fabd00;
}

.sdgs-seventeen span:nth-child(8) {
    background: #970b31;
}

.sdgs-seventeen span:nth-child(9) {
    background: #ed6a02;
}

.sdgs-seventeen span:nth-child(10) {
    background: #e11584;
}

.sdgs-seventeen span:nth-child(11) {
    background: #f5a200;
}

.sdgs-seventeen span:nth-child(12) {
    background: #d39200;
}

.sdgs-seventeen span:nth-child(13) {
    background: #427935;
}

.sdgs-seventeen span:nth-child(14) {
    background: #007cbb;
}

.sdgs-seventeen span:nth-child(15) {
    background: #3eaf49;
}

.sdgs-seventeen span:nth-child(16) {
    background: #01558a;
}

.sdgs-seventeen span:nth-child(17) {
    background: #183567;
}

/* tab */
@media (max-width: 1590px) {
    .header__navi--list li {
        padding: 0px 30px 0 0px;
    }

    .header__navi--list li:after {
        right: 2px;
    }
}

@media (max-width: 1370px) {
    .header {
        padding: 14px 0% 15px;
    }

    .header .inner {
        align-items: center;
    }

    .header__logo {
        padding-left: 3%;
    }

    .header__navi--box {
        display: none;
        width: 100%;
        position: absolute;
        background: rgba(255,255,255,0.9);
        top: 80px;
        z-index: 96;
        padding: 25px 3% 25px;
    }

    .header__navi {
        width: 100%;
        margin: 0 auto;
        max-width: 353px;
    }

    .header__navi--list li {
        padding: 0px 0% 0 24px;
        width: 100%;
        margin: 0 0 18px;
    }

    .header__navi--list li:last-child {
        padding: 0px 0% 0 24px;
    }

    .header__navi--list li:after {
        content: '＞';
        left: 0;
    }

    .header__navi--list li:last-child:after {
        content: '＞';
        left: 0;
    }

    .header__contact {
        width: 100%;
        margin: 0 auto;
        max-width: 353px;
    }

    .header__contact--btn {
        font-size: 17px;
        font-weight: bold;
        background-color: #368d40;
        background-repeat: no-repeat;
        background-size: 24px;
        padding: 18px 0 19px 0;
        background-position: center left 33px;
        text-align: center;
    }

    .header .sp-menu {
        display: block;
        width: 32px;
        height: 32px;
        position: relative;
        margin-right: 3%;
    }

    .header .sp-menu span {
        display: block;
        width: 32px;
        height: 2px;
        background: #368d40;
        position: absolute;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .header .sp-menu span:nth-child(1) {
        top: 6px;
    }

    .header .sp-menu span:nth-child(2) {
        top: 15px;
    }

    .header .sp-menu span:nth-child(3) {
        bottom: 6px;
    }

    .header .sp-menu.active span:nth-child(1) {
        top: 15px;
        transform: rotate(45deg);
    }

    .header .sp-menu.active span:nth-child(2) {
        display: none;
    }

    .header .sp-menu.active span:nth-child(3) {
        bottom: 15px;
        transform: rotate(-45deg);
    }
}

@media (max-width: 1120px) {
    .lower-mv .inner:after {
        right: 1%;
    }
}

@media (max-width: 1024px) {
    .section__box01--lbox {
        /* width: 50%; */
    }

    .section__box01--rbox {
        /* width: 50%; */
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .section__box01.reverse .section__box01--rbox {
        order: 2;
    }

    .footer .inner {
        margin: 0 auto 26px;
        padding: 0 3%;
    }

    .product_sec01 .section__box01.reverse .section__box01--lbox {
        padding: 0;
    }
}

@media (max-width: 960px) {
    .contact__bnr--itembox {
        justify-content: center;
    }

    .contact__bnr--itembox .lbox {
        width: 382px;
        padding: 0;
        margin: 0 0 30px;
    }

    .section__box01.reverse .section__box01--rbox {
        order: 2;
    }

    .contact__bnr--text {
        padding: 0 20px 0 0;
    }

    .contact__bnr--itembox .rbox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mail__btn {
        max-width: 415px;
        margin: 0 auto;
    }
}

.sdgs-slider__wap {
    padding: 0 60px 60px;
    max-width: 1120px;
    margin: 0 auto;
}

.sdgs-slider__wap .sdgs-slider {
}

.sdgs-slider {
}

.sdgs-slider li {
}

.sdgs-slider .wapper {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.sdgs-slider h3 {
    font-size: 18px;
    border-left: 6px solid #5679BC;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    display: none;
}

.sdgs-slider img {
}

.sdgs-slider .icon-list {
    line-height: 1;
    margin: 10px 0 10px;
}

.sdgs-slider .icon-list span {
    background: #F00;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}

.sdgs-slider h4 {
    font-size: 17px;
    font-weight: 700;
    margin: -3px 0 4px 0;
    color: #17458F;
    line-height: 1.7;
}

.sdgs-slider h4 span {
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #17458F;
    letter-spacing: 0;
    display: flex;
}

.sdgs-slider .t1 {
}

.sdgs01 .icon-list span:nth-child(1) {
    background: #00973b;
}

.sdgs01 .icon-list span:nth-child(2) {
    background: #f5a200;
}

.sdgs01 .icon-list span:nth-child(3) {
    background: #183567;
}

.sdgs02 .icon-list span {
    background: #f5a200;
}

.sdgs03 .icon-list span {
    background: #fabd00;
}

.sdgs04 .icon-list span:nth-child(1) {
    background: #fabd00;
}

.sdgs04 .icon-list span:nth-child(2) {
    background: #427935;
}

.sdgs05 .icon-list span:nth-child(1) {
    background: #fabd00;
}

.sdgs05 .icon-list span:nth-child(2) {
    background: #ed6a02;
}

.sdgs05 .icon-list span:nth-child(3) {
    background: #f5a200;
}

.sdgs05 .icon-list span:nth-child(4) {
    background: #d39200;
}

.sdgs06 .icon-list span {
    background: #fabd00;
}

.sdgs07 .icon-list span:nth-child(1) {
    background: #970b31;
}

.sdgs07 .icon-list span:nth-child(2) {
    background: #ed6a02;
}

.sdgs07 .icon-list span:nth-child(3) {
    background: #427935;
}

.sdgs08 .icon-list span {
    background: #c21f32;
}

.sdgs09 .icon-list span:nth-child(1) {
    background: #ed6a02;
}

.sdgs09 .icon-list span:nth-child(2) {
    background: #f5a200;
}

.sdgs09 .icon-list span:nth-child(3) {
    background: #d39200;
}

.aboutus-line {
    height: 480px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1099px) {
    .sdgs-slider__wap {
        padding: 0 40px 60px;
        max-width: 810px;
        margin: 0 auto;
    }
}

.flex-rec {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    height: 350px;
}

h3.section__ttl04.mb20 {
    color: #368d40;
}

.recruit-lead {
    font-size: 26px;
    font-weight: bold;
}

.motomeru {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
    gap: 80px;
}

.motomeru_left {
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding: 5%;
    background: #345be5;
    border-radius: 100px;
}

li.motomeru_line {
    margin-bottom: 5px;
    font-size: 17px;
    color: #333;
}

.slider-2 .slick-slide {
    /* width: 600px; */
    /* height: 400px; */
    /* margin: 0 40px; */
    /* position: relative; */
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 640px; */
    height: calc(100vh - 210px);
}

.slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background-color: #fff; */
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    /* top: 180px; */
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}

.slider-2 .slick-next {
    right: 0;
}

.slider-2 .slick-prev {
    left: 0;
}

.slider-2 .slick-next::before {
    left: 20px;
}

.slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}

.dots-2 .slick-dots {
    text-align: center;
}

.dots-2 .slick-dots li {
    display: inline-block;
}

.dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
    background: #0a467d;
}

.section__box01--rbox.ab {
    width: 70%;
}

.slick-list.draggable {
    /* height: 634px; */
}

.slick-dotted.slick-slider {
    z-index: auto;
}

.section__box01--lbox.ab {
    margin-left: -220px;
}

@media (min-width: 1050px) {
    .section__box01--rbox.sp {
        display: none;
    }

    img.sp {
        display: none!important;
    }
}

@media (max-width: 1050px) {
    .section__box01 flex reverse ab {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section__box01--lbox.ab {
        margin-left: 0;
    }

    .section__box01--lbox {
        width: 100%;
    }

    .section__box01--rbox.ab {
        display: none;
    }

    img.pc {
        display: none!important;
    }
}

div#product01 {
    display: flex;
    flex-wrap: nowrap;
}

div#product02 {
    display: flex;
    flex-wrap: nowrap;
}

div#product03 {
    display: flex;
    flex-wrap: nowrap;
}

div#product04 {
    display: flex;
    flex-wrap: nowrap;
}

div#product05 {
    display: flex;
    flex-wrap: nowrap;
}

div#product06 {
    display: flex;
    flex-wrap: nowrap;
}

div#product07 {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 1000px) {
    div#product01 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product02 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product03 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product04 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product05 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product06 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    div#product07 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    .product_sec01 .section__box01--lbox {
        width: 100%;
        padding: 0 5% 0 0;
        padding: 0;
        margin: 0 0 20px;
    }
}

.president_section {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 calc(8vw - 16vw);
    /* width: 70vw; */
    min-width: 1200px;
}

.slick-next:before {
    content: '';
    background-image: none!important;
}

.slick-prev:before {
    content: '';
    background-image: none!important;
}

@media (min-width: 1200px) {
    img.president_sp {
        display: none;
    }
}

@media (max-width: 1200px) {
    img.president_pc {
        display: none;
    }

    .president_section {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin: auto;
        /* width: 70vw; */
        min-width: auto;
    }
}

ul.slick-dots {
    display: none;
}

.mv-slider {
    /* height: calc(100vh - 210px); */
    /* height: 100vh; */
}

.access_block {
    margin: 0 0 60px;
}

.access_block h3 {
    font-size: 20px;
    margin: 0px 0 10px;
}

.access_block p.section__text.center {
    margin: 0 0 20px;
}

.access_block-img {
    text-align: center;
    margin: 0 0 40px;
}

.access_block-img img {
    max-width: 800px;
    width: 100%;
}

.access_block p.section__text.center span.pc-inline {
}

.access_block .section__map {
}

.section__list02 .centerlong {
    width: 100%;
}

.section__list02 .centerlong a {
    /*max-width: 480px;*/
    margin: 0 auto;
    width: 48%;
}

ul.section__list04.flex {
    display: flex;
    justify-content: space-around;
}

.top__sec02 .section__box01--rbox {
    width: 100%; 
    order: 1;
}