@charset "UTF-8"; /**/
.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;
}

.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;
}

.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;
}

/* section parts */
/* ttl */
.section__ttl {
    text-align: center;
    /* font-family: source-han-serif-japanese, serif; */
    font-size: 28px;
    letter-spacing: 0.15rem;
}

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

.section__ttl02 {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    background: #c7161c;
    padding: 18px 0 20px;
}

.section__ttl03 {
    font-size: 30px;
    text-align: center;
    color: #c6171c;
}

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

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

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

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

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

.section__text .section__text--link {
    color: #c7161c;
}

.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;
}

/* list */
.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;
}

.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;
}

.section__list04 {
}

.section__list04 li {
    width: 31.4%;
    margin: 0 0 50px;
}

.section__list04 img {
}

.section__list04 h3 {
    margin: 14px 0 0;
    text-align: center;
    font-size: 18px;
}

.section__list04 p {
}

/* box */
.section__box01--lbox {
    width: calc(100% - 496px);
    padding: 24px 5% 0 0;
}

.section__box01--lbox h3 {
    font-size: 22px;
    color: #faa553;
    margin: 0 0 21px;
}

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

.section__box01--rbox {
    width: 496px;
}

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

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

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

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

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

.section__table01 tbody {
}

.section__table01 tbody tr {
    border-bottom: 20px solid #fff;
}

.section__table01 tbody tr th {
    font-weight: normal;
    padding: 15px 0 15px 30px;
    width: 220px;
    background: #f3efee;
    vertical-align: middle;
}

.section__table01 tbody tr td {
    width: calc(100% - 220px);
    padding: 15px 0 15px 61px;
}

/* definitionlist */
.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;
}

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

/* news__list */
.news__list {
    justify-content: center;
}

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

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

.news__link:after {
    content: '＞';
    position: absolute;
    right: 0;
}

.news__link .date {
    padding: 0 20px 0 0;
    color: #c7161e;
}

.news__list02 {
}

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

.news__list02 .news__list02--date {
}

.news__list02--date {
    font-size: 22px;
    color: #c7161e;
    width: 160px;
}

.news__list02 .news__list02--contents {
}

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

.news__list02 .news__list02--contents .news__list02--ttl {
}

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

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

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

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

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

.news__list03 {
}

.news__list03 li {
    padding: 0 5% 50px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 50px;
}

.news__list03 .news__link {
    font-size: 18px;
    width: 100%;
    display: block;
}

.news__list03 .news__link .date {
}

/* btn */
.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;
    background: #c7161e;
    color: #FFF;
}

.btn01:after {
    content: '＞';
    position: absolute;
    right: 60px;
    color: #FFF;
}

.btn01:hover {
    color: #FFF;
}

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

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

.btn02:hover {
    color: #faa554;
}

.btn03 {
    display: block;
    width: 100%;
    background: #FFF;
    color: #faa554;
    border: 2px solid #faa554;
    font-size: 22px;
    font-weight: normal;
    padding: 25px 23px 29px;
    position: relative;
}

.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: 38px;
    font-weight: bold;
    line-height: 1;
    height: 22px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.btn03:hover {
    color: #faa554;
}

.btn04 {
    display: block;
    border: 2px solid #000;
    padding: 20px 10% 32px;
}

.btn04 .btn04__ttl {
}

.btn04__ttl {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color: #c7161e;
}

.btn04__ttl:after {
    content: '＞';
    position: absolute;
    right: 0;
}

.btn04 .btn04__text {
}

.btn04__text {
    font-size: 16px;
    margin: 5px 0 0;
}

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

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

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

.contact__bnr--itembox .lbox {
    width: 392px;
    padding: 0 0 0 27px;
}

.contact__bnr--tel {
    font-size: 44px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 59px;
    letter-spacing: 0.07rem;
    background-image: url(../img/common/icon_tel.png);
    background-repeat: no-repeat;
    background-position: top 12px left;
    background-size: 46px 46px;
    color: #c7161c;
}

.contact__bnr--tel:hover {
    color: #c7161c;
}

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

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

.mail__btn {
    display: block;
    width: 100%;
    background-color: #c7161c;
    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: 46px 46px;
    background-position: center left 46px;
}

.mail__btn:hover {
    color: #FFF;
}

.contact__bnr--itembox.type2 {
    margin: 0 0 60px;
    justify-content: center;
    align-items: center;
}

.contact__bnr--itembox.type2 .rbox {
    align-items: center;
    width: calc(100% - 392px);
    border-right: 2px solid #ddd8d8;
    padding: 0 27px 0 0;
    width: 382px;
    box-sizing: content-box;
}

.contact__bnr--textbox {
    width: 100%;
}

.contact__bnr--textbox h3 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}

.contact__bnr--textbox p {
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}

.contact__bnr--itembox .rbox.type2 {
    margin: 0 auto;
}

/* contact-form */
.contact-form {
}

.contact-form .contact-form__ttl {
}

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

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

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

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

.contact-form dd {
}

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

.contact-form .contact-form__radio-input {
}

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

.contact-form .contact-form__text {
}

.contact-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;
}

.contact-form .contact-form__textarea {
}

.contact-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;
}

.contact-form .submitbtn {
}

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

/* entry-content */
.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;
}

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

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

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

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

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

/* postnavi */
.postnavi {
    padding: 84px 0 0;
}

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

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

.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;
    display: none;
}

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

/* 以下はそこまで共通じゃないので毎回作るようなところ */
/* header */
.header {
    padding: 23px 3% 17px;
    z-index: 99;
    position: relative;
}

.header .header__top {
}

.header__top {
}

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

.header__top .header__logo {
}

.header__logo {
    max-width: 444px;
    width: 48%;
}

.header__logo a {
    display: block;
}

.header__logo .h1_logo {
}

.header__logo .h1_logo img {
}

.header__top .header__top--box {
}

.header__top--box {
    width: 48%;
}

.header__top--box .header__tel {
}

.header__tel {
}

.header__tel .header__tel--text {
}

.header__tel--text {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #c6171c;
    padding: 0 0 0 43px;
    background-image: url(../img/common/icon_tel.png);
    background-repeat: no-repeat;
    background-position: top 10px left;
    background-size: 30px 30px;
}

.header__tel--text:hover {
    color: #c6171c;
}

.header__top--box .header__contact {
}

.header__contact {
    width: 206px;
}

.header__contact--btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 8px 0 9px 24px;
    display: block;
    border: 1px solid #000;
    background-image: url(../img/common/icon_mail_black.png);
    background-repeat: no-repeat;
    background-size: 27px 26px;
    background-position: center left 28px;
}

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

.header__top .sp-menu {
}

.sp-menu {
    display: none;
}

.sp-menu span {
}

.header .header__bottom {
}

.header__bottom {
    padding: 30px 0 0;
}

.header__bottom .inner {
}

.header__bottom .header__navi {
}

.header__navi {
}

.header__navi .header__navi--list {
}

.header__navi {
    width: 100%;
}

.header__navi--list {
    /* font-family: source-han-serif-japanese, serif; */
    font-size: 16px;
    line-height: 1.6;
    justify-content: center;
    font-weight: bold;
}

.header__navi--list li {
    position: relative;
    padding: 0px 8.6% 0 0px;
}

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

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

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

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

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

.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%;
    padding: 6px 0 0;
}

.footer__logo {
    padding: 0px 0 15px;
    width: 421px;
    max-width: 90%;
}

.footer__logo a {
    display: block;
}

.footer__address {
    line-height: 2;
}

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

/* top */
/* mv */
.mv {
    height: 724px;
    background-image: url(../img/top/mv.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 3%;
}

.mv .inner {
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    max-width: 1000px;
}

.mv__text {
    /* font-family: source-han-serif-japanese, serif; */
    padding: 0 0 140px;
    position: relative;
}

.mv__text--ttl {
    font-size: 36px;
    letter-spacing: 0.25rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FFF;
}

.mv__text--ttl span {
    display: block;
    font-size: 24px;
}

.mv__text--read {
    font-size: 48px;
    letter-spacing: 0.15rem;
    line-height: 1.7;
    margin: 30px 0 0;
    color: #FFF;
    font-weight: bold;
}

/* top__sec01 */
.top__sec01 {
    padding: 69px 3% 80px;
    background: #f8f8f8;
}

.top__sec01 .inner {
}

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

.top__sec01 .section__ttl .en {
}

.top__sec01 .section__text {
    margin: 0 0 48px;
}

.top__sec01 .section__list04 {
    margin: 0 0 19px;
}

/* top__sec02 */
.top__sec02 {
    padding: 82px 3% 55px;
}

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

/* top__sec03 */
.top__sec03 {
    padding: 80px 3% 80px;
    background: #f8f8f8;
}

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

.top__sec03 .news__list {
    padding: 0 0 22px;
}

/* top__sec04 */
.top__sec04 {
    padding: 84px 0 0;
}

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

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

.top__sec04 .section__text {
    margin: 0 0 47px;
}

/* top__sec05 */
.top__sec05 {
    padding: 69px 3% 80px;
    background: #f8f8f8;
}

.top__sec05 .inner {
}

.top__sec05 .section__box01 {
}

.top__sec05 .section__box01--lbox {
}

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

.top__sec05 .section__text {
    margin: 0 0 34px;
}

.top__sec05 .btn01 {
}

.top__sec05 .section__box01--rbox {
}

.top__sec05 .section__box01--rbox img {
}

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

.lower-mv:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}

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

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

/* breadcrumb */
.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;
}

/* privacy */
.privacy__sec01 {
    padding: 75px 3% 185px;
}

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

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

.contact__sec01 .inner {
}

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

/* news */
.news__sec01 {
    padding: 76px 3% 180px;
}

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

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

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

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

/* company */
.company__sec01 {
    padding: 80px 3% 100px;
}

.company__sec01 .section__ttl03 {
    margin: 0 0 30px;
}

.company__sec02 {
    padding: 80px 3% 100px;
    background: #f8f8f8;
}

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

.company__sec02 .section__table01 tbody tr {
    border-bottom: 20px solid #f8f8f8;
}

.company__sec02 .section__table01 tbody tr th {
    background: #FFF;
}

.company__sec03 {
    padding: 80px 3% 140px;
}

.company__sec03 .section__ttl03 {
    margin: 0 0 30px;
}

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

/* access */
.access__sec01 {
    padding: 80px 0 100px;
}

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

.access__sec01 .section__read {
    margin: 0 0 30px;
}

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

.access__sec02 {
    padding: 80px 0 180px;
}

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

.access__sec02 .section__read {
    margin: 0 0 30px;
}

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

/* business */
.business__sec01 {
    padding: 80px 3% 40px;
}

.business__sec02 {
    padding: 40px 3% 80px;
}

.business__sec02 .section__ttl02 {
    margin: 0 0 35px;
}

.business__sec02 .section__list04 {
    padding: 0 0 40px;
}

/* recruit */
.recruit__sec01 {
    padding: 80px 3% 80px;
}

.recruit__sec01 .section__box02 {
    margin: 0 0 60px;
}

.recruit__sec01 .section__ttl04 {
    margin: 0 0 30px;
}

.recruit__sec01 .section__table01 {
    margin: 0 0 40px;
}

/* products */
.products__sec {
    padding: 80px 3% 160px;
}

.products__sec .inner {
}

.products__sec .section__ttl03 {
    margin: 0 0 30px;
}

.products__sec .section__read {
}

.products__sec .section__box02 {
    margin: 60px 0 0;
}

.products__sec .section__ttl04 {
    margin: 0 0 30px;
}

.products__sec .section__table01 {
}

.products__sec .btn01 {
    margin: 30px auto 0;
}

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

    .header__navi--list li:after {
        right: 18%;
    }
}

@media (max-width: 1050px) {
    .header__top--box {
        justify-content: flex-end;
    }

    .header__tel span {
        display: none;
    }

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

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

    .section__box01--rbox {
        width: 50%;
    }

    /*cbnr調整*/
    .footer .inner {
        margin: 0 auto 26px;
        padding: 0 3%;
    }
}

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

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

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

    .contact__bnr--itembox .rbox {
        width: 100%;
    }

    .contact__bnr--itembox.type2 {
        margin: 0 0 25px;
    }

    .contact__bnr--itembox.type2 .rbox {
        border: none;
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }

    .contact__bnr--textbox {
    }

    .contact__bnr--textbox h3 {
        text-align: center;
    }

    .contact__bnr--textbox p {
        text-align: center;
    }

    .contact__bnr--itembox .rbox.type2 {
    }

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

@media (max-width: 890px) {
    .header__navi--list li {
        padding: 0px 5% 0 0px;
    }

    .header__navi--list li:after {
        right: 18%;
    }
}

@media (max-width: 1120px) {
}
