@charset "utf-8";

/* reset -------- */

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

html {
    -webkit-text-size-adjust: 100%;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: ArialMT,  'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

body {
    margin: 0;
    padding: 0;
    /*
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  */
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
address,
small,
i {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}

ol,
ul,
dl,
dt,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}

img,
object,
embed {
    border-style: none;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}

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

th {
    text-align: left;
}

em {
    font-style: normal;
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

a:hover {}

button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

video {
    width: 100%;
}

input:focus {
    outline: 0;
    border-color: orange;
}

input[type="submit"] {
    -webkit-appearance: none;
}

sup {
    vertical-align: super;
    font-size: 80%;
}

sub {
    vertical-align: sub;
    font-size: 80%;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@media (max-width: 768px) {
    html {
        font-size: 15px;
    }
}


/* layout -------- */

#wrapper {
    overflow: hidden;
}

.container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}

@media (max-width: 1540px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }
}


/* all -------- */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix .left {
    float: left;
}

.clearfix .right {
    float: right;
}


/*** row ***/

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:30px ;
}

.col2 {
    width: 50%;
    width: calc(100% / 2 - 1px);
    max-width: calc(100% / 2);
    flex-grow: 1;
}

.col3 {
    width: 32%;
    width: calc(100% / 3 - 1px);
    max-width: calc(100% / 3);
    flex-grow: 1;
}

.col4 {
    width: 25%;
    width: calc(100% / 4 - 1px);
    max-width: calc(100% / 4);
    flex-grow: 1;
    padding-right: 20px;
    padding-left: 20px;
}

.col5 {
    width: 20%;
    width: calc(100% / 5 - 1px);
    max-width: calc(100% / 5);
    flex-grow: 1;
}

.col6 {
    width: 16%;
    width: calc(100% / 6 - 1px);
    max-width: calc(100% / 6);
    flex-grow: 1;
}

.col_inner {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .col2,
    .col3,
    .col4,
    .col5,
    .col6 {
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        flex-grow: 1;
        padding: 0 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row_sp {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .col2_sp {
        width: 50%;
        width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
        flex-grow: 1;
        padding: 0 8px;
    }
    .col3_sp {
        width: 32%;
        width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
        flex-grow: 1;
    }
    .col4_sp {
        width: 25%;
        width: calc(100% / 4 - 1px);
        max-width: calc(100% / 4);
        flex-grow: 1;
    }
    .col5_sp {
        width: 20%;
        width: calc(100% / 5 - 1px);
        max-width: calc(100% / 5);
        flex-grow: 1;
    }
    .col6_sp {
        width: 16%;
        width: calc(100% / 6 - 1px);
        max-width: calc(100% / 6);
        flex-grow: 1;
    }
}


/*** floatbox ***/

.floatbox {
    display: -webkit-flex;
    display: flex;
}

.floatbox .thumb_wrap {}

.floatbox .text_wrap {
    flex-grow: 1;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .floatbox_sp {
        display: -webkit-flex;
        display: flex;
    }
    .floatbox_sp .thumb_wrap {}
    .floatbox_sp .text_wrap {
        flex-grow: 1;
        padding-left: 10px;
    }
}


/*** table 横スライド用 ***/

@media (max-width: 768px) {
    .tableslide_sp {
        overflow-x: scroll;
        margin-right: -10px;
        padding-bottom: 10px;
    }
    .tableslide_sp td {
        white-space: nowrap;
    }
}


/***　アニメーション ***/

.effect_left {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 1s ease;
}

.effect_left.move {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}

.effect_right {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: all 1s ease;
}

.effect_right.move {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}

.effect_up {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
}

.effect_up.move {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
}

.effect_show {
    opacity: 0;
    transition: all 1s ease;
}

.effect_show.move {
    opacity: 1;
}

@media (max-width: 768px) {
    .effect_left {
        opacity: 1;
        transform: translate3d(0%, 0, 0);
    }
    .effect_right {
        opacity: 1;
        transform: translate3d(0%, 0, 0);
    }
    .effect_top {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }
    .effect_show {
        opacity: 1;
    }
}


/*** parts ****/

.thumb img {
    width: 100%;
}

.icon_left {
    display: inline-block;
    margin-right: 5px;
}

.icon_right {
    display: inline-block;
    margin-left: 5px;
}


/*** scale ***/

.thumb.scale a,
a.scale .thumb {
    display: block;
    overflow: hidden;
}

.thumb.scale a img,
a.scale .thumb img {
    transition: all 0.3s ease;
    transform: scale(1);
}

.thumb.scale a:hover img,
a.scale:hover .thumb img {
    transform: scale(1.1);
}


/*** slick用 スライダー ***/

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}


/*** font ***/

.alC {
    text-align: center !important;
}

.alR {
    text-align: right !important;
}

.alL {
    text-align: left !important;
}

.f_small {
    font-size: 90% !important;
}

.f_xsmall {
    font-size: 80% !important;
}

.f_xxsmall {
    font-size: 70% !important;
}

.f_xxxsmall {
    font-size: 60% !important;
}

.f_large {
    font-size: 110% !important;
}

.f_xlarge {
    font-size: 120% !important;
}

.f_xxlarge {
    font-size: 130% !important;
}

.f_xxxlarge {
    font-size: 140% !important;
}

.f_bold {
    font-weight: bold !important;
}

.f_underline {
    display: inline-block;
    text-decoration: underline;
}

.f_black {
    color: #000000 !important;
}

.f_yellow {
    color: #f67e41 !important;
}

.f_orange {
    color: #f67e41 !important;
}

.f_blue {
    color: #41beff;
}

.f_bg_yellow {
    display: inline;
    background-color: #ffea5a;
}

.f_line_yellow {
    display: inline;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, rgba(255, 240, 197, 1) 55%, rgba(255, 240, 197, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, rgba(255, 240, 197, 1) 55%, rgba(255, 240, 197, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, rgba(255, 240, 197, 1) 55%, rgba(255, 240, 197, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fff0c5', GradientType=0);
}



/*** youtube ***/

.youtube {
    width: 100%;
    padding-bottom: calc( 100% * 340 / 600);
    height: 0px;
    position: relative;
    margin-bottom: 30px;
}

.youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*** width ***/

.full_width {
    width: 100vw;
    margin-left: calc( (100vw - 100%) / -2);
    margin-right: calc( (100vw - 100%) / -2);
}


/*** hover ***/

.hover_opacity {
    opacity: 1;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.hover_opacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.hover_reverse {
    display: inline-block;
    position: relative;
    line-height: 0;
}

.hover_reverse .btn_on {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover_reverse .btn_off {
    opacity: 1;
    transition: opacity 0.3s ease;
}

a:hover .hover_reverse .btn_on {
    opacity: 1;
}

a:hover .hover_reverse .btn_off {
    opacity: 0;
}


/***　accordion_list　***/
.accordion_list dl{
}
.accordion_list dl:not(:last-child){
}
.accordion_list dt{
	position: relative;
}
.accordion_list dt:hover{
	cursor: pointer;
}
.accordion_list dt:after{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_up.svg") left top no-repeat;
	background-size: contain;
	width: 17px;
	height: 11px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: transform 0.3s ease;

}
.accordion_list dd{
	overflow: hidden;
	height: 0px;
	transition: height 0.3s ease;
}
.accordion_list dd .inner{
	position: relative;
}
.accordion_list dl.active dt:after{
	transform: translate3d(0,-50%,0) rotate(180deg);
}


@media (max-width: 768px) {
	.accordion_list dl:not(:last-child){

	}
	.accordion_list dt:after {
		right: 20px;
	}
	.accordion_list dt {
	}
	.accordion_list dd .inner {
	}
}




/* header -------- */

.header {
    background-color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 30px;

}

.h_inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}

.h_top {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.h_logo {
    padding-right: 30px;
}
.h_logo img{
	width: 260px;
}

.h_info {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.header .btn_left{
    text-align: right;
}

.header .btn01{
    padding: 10px 20px;
    border: 1px solid #000;
    text-align: center;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
}

.header .btn01:hover{
    color: #fff;
    background: #000;
    transform: translate3d(0, 0, 0);
}

/*スマートフォンメニューボタン*/

#spnav_buttonwrap {
    display: none;
}

@media (max-width: 1140px) {
    #wrapper {
        //padding-top: 55px;
    }
    
    .h_inner {
        height: 55px;
    }
    .h_logo img {
        width: 205px;
    }
    /*** menuの中 ***/
    .gnav_list {
        display: block;
        border-top: 1px solid #000000;
    }
    .gnav_list>li {
        padding-right: 0px;
    }
    .gnav_list>li>a {
        display: block;
        padding: 20px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #f5f5f5;
    }
    .sub-menu {
        position: static;
        background-color: transparent;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    .gnav_list li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    .gnav_list li .sub-menu li {
        padding: 0;
    }
    .gnav_list li .sub-menu li a {
        display: block;
        padding: 10px 20px;
        font-size: 1rem;
        color: #505050;
        text-align: left;
        background-color: #f5f5f5;
        border-bottom: 1px solid #FFFFFF;
        transition: 0.3s opacity ease;
    }
    .gnav_list li .sub-menu li a:hover {
        opacity: 0.8;
    }
    .h_info {
        position: static;
        transform: translate3d(0, 0, 0);
        background-color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 30px;
        justify-content: center;
    }

	#spnav_buttonwrap {
        display: block;
        position: absolute;
        right: 0px;
        top: 3px;
        background-color: transparent;
        z-index: 10;
    }
    #spnav_button span {
        background-color: #000000;
    }
    #spnav_button {
        width: 60px;
        height: 50px;
        cursor: pointer;
        position: relative;
        z-index: 10000;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #spnav_button div {
        position: relative;
        width: 50%;
        height: 50%;
        display: inline-block;
    }
    #spnav_button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #spnav_button span:nth-child(1) {
        top: 14%;
    }
    #spnav_button span:nth-child(2) {
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }
    #spnav_button span:nth-child(3) {
        bottom: 14%;
    }
    .open #spnav_button span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(137deg);
        -moz-transform: rotate(137deg);
        transform: rotate(137deg);
    }
    .open #spnav_button span:nth-child(2) {
        width: 0;
    }
    .open #spnav_button span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(-137deg);
        -moz-transform: rotate(-137deg);
        transform: rotate(-137deg);
    }
    #menu {
        position: relative;
        z-index: 9;
    }
    body.menu_active #menu {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        overflow-y: scroll;
    }
    #menu .filter {
        content: "";
        display: block;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        /*background-color: rgba(0,0,0,0.50);*/
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    body.menu_active #menu .filter {
        opacity: 1;
        visibility: visible;
    }
    #menu .menu_content {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 55px;
        transform: translate3d(0, -100%, 0);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    body.menu_active #menu .menu_content {
        position: absolute;
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
}


/* footer -------- */

.footer {
    background-color: #282828;
    color: #FFFFFF;
}

.f_inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3c3c3c;
}

.f_logo {
    text-align: center;
    padding-bottom: 45px;
}

.f_content {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.fnav_list li {
    font-size: 0.88rem;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright p {
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .f_logo {
        padding-bottom: 30px;
    }
    .f_logo img {
        width: 146px;
    }
    .f_inner {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .f_content {
        display: block;
        column-count: 2;
    }
    .fnav_list li {
        font-size: 0.71rem;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*** totop ***/

.totop {
    position: relative;
}

.totop a {
    display: flex;
    width: 72px;
    height: 72px;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.totop a.show {
    opacity: 0.7;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.totop a.bottom {
    position: absolute;
}

.totop a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .totop a {
        width: 30px;
        height: 30px;
    }
}


/*** crumb ***/

.crumb ul {
    font-size: 0;
}

.crumb ul li {
    display: inline;
    font-size: 0.75rem;
    color: #293e75;
    font-weight: bold;
}

.crumb ul li a:after {
    content: "＞";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.fancybox-close {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
}
@media (max-width: 767px) {
.fancybox-close {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
}
}