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

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

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

.header__logo {
    width: 339px;
}

.header__logo a {
    display: block;
}

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

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

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

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

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

.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: #f7902b;
    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: cover;
}

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

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

.mv__text:after {
    content: '';
    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;
}

.mv__text--read {
    font-size: 26px;
    letter-spacing: 0.15rem;
    line-height: 2.2;
    margin: 12px 0 0;
}

/* section */
.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: #faa554;
    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;
}

.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: #f6902a 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: #000;
    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: #f7902a;
}

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

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

.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: 60px;
}

.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 59px;
    letter-spacing: 0.07rem;
    background-image: url(../img/common/icon_tel.png);
    background-repeat: no-repeat;
    background-position: top 12px left;
}

.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: #f7902b;
    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;
}

/* 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% 107px;
    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;
}

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

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

.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 .section__ttl {
    margin: 0 0 52px;
}

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

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

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

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

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

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

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

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

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

.footer__logo {
    padding: 16px 0 20px;
    width: 351px;
}

.footer__logo a {
    display: block;
}

.footer__address {
    line-height: 2.2;
}

.copyright {
    width: 100%;
    text-align: center;
    background: #f7902b;
    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: '';
    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;
}

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

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

.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__ttl03 {
    margin: 0 0 46px;
}

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

.aboutus__sec01 .section__text {
    margin: 0 0 59px;
}

.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% 131px;
    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;
}

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

.aboutus__sec04 .inner {
}

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

.aboutus__sec04 .section__box02 {
    margin: 0 0 61px;
}

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

.aboutus__sec04 .section__table01 {
    margin: 0 0 52px;
}

.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: 88px 3% 220px;
}

.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: #f7902b;
}

.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: #f7902b;
    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;
}

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

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

@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.8);
        top: 81px;
        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: #f7902b;
        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: #faa554;
        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%;
    }

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

@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%;
    }

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