@charset "UTF-8"; @font-face {
    font-family: 'SourceHanSerif Bold';
    src: url(../../common/font/SourceHanSerifJP-Bold-sub.woff2) format('woff2'), url(../../common/font/SourceHanSerifJP-Bold-sub.woff) format('woff');
}

@font-face {
    font-family: 'SourceHanSerif Regular';
    src: url(../../common/font/SourceHanSerifJP-Regular-sub.woff2) format('woff2'), url(../../common/font/SourceHanSerifJP-Regular-sub.woff) format('woff');
}

@font-face {
    font-family: 'Oswald';
    src: url(../../common/font/Oswald-Medium.woff2) format('woff2'), url(../../common/font/Oswald-Medium.woff) format('woff');
}

.hv {
    transition: all 0.2s ease-in-out;
}

.hv:hover {
    opacity: 0.6;
}

.btn1 {
    transition: all 0.2s ease-in-out;
    margin: auto;
    display: block;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px 3px 0;
    position: relative;
}

.btn1:hover {
    opacity: 0.6;
}

.btn1:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/v_02.png) no-repeat top left;
    right: 12px;
    width: 4px;
    height: 6px;
}

/* 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%;
    letter-spacing: 0px;
}

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: 12px;
    color: #333;
}

/****************************************************/
/* 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;
}

body {
    position: relative;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
}

p {
    word-wrap: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

a {
    color: inherit;
}

a, a:hover {
    text-decoration: none;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.ud:hover {
    text-decoration: underline;
}

.ud2 {
    text-decoration: underline;
}

.ud3 {
    text-decoration: underline;
}

.ud3:hover {
    text-decoration: none;
}

.hv:hover {
    opacity: 0.6;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex2 {
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}

.flex3 {
    display: flex;
    flex-wrap: nowrap;
}

.flex4 {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

/* css checkbox01 */
.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts {
    color: #000;
}

.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #000;
    border-right: 1px solid #000;
}

/*============================
#header
============================*/
#header .top {
    padding: 21px 0 25px;
    background: #FFF;
}

#header .top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
}

#header .top .container .left {
    float: none;
}

#header .top .container .left h1 a {
    transition: all 0.2s ease-in-out;
}

#header .top .container .left h1 a:hover {
    opacity: 0.6;
}

#header .top .container .left h1 a img {
    width: 340px;
}

#header .top .container .right {
    float: none;
}

#header .top .container .right .head_etc ul {
    padding: 0 3px 0 0;
    text-align: right;
}

#header .top .container .right .head_etc ul li {
    display: inline-block;
    line-height: 1;
}

#header .top .container .right .head_etc ul li a {
    position: relative;
    transition: all 0.2s ease-in-out;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: black;
    line-height: 1;
    margin: 0px 0 0 7px;
    display: block;
}

#header .top .container .right .head_etc ul li a:before {
    position: absolute;
    content: '';
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header .top .container .right .head_etc ul li a:hover {
    opacity: 0.6;
}

#header .top .container .right .head_etc ul li.last {
    position: relative;
    top: 1px;
}

#header .top .container .right .head_etc ul li.last a {
    background: none;
    margin: 0 0 0 0px;
}

#header .top .container .right .navi-wrap nav ul {
    text-align: right;
    padding: 7px 4px 0 0;
}

#header .top .container .right .navi-wrap nav ul li {
    display: inline-block;
}

#header .top .container .right .navi-wrap nav ul li:last-child a {
    background: none;
    padding: 0 0 0 0;
    margin: 0 0px 0 0;
}

#header .top .container .right .navi-wrap nav ul li a {
    transition: all 0.2s ease-in-out;
    padding: 0 34px 0 0px;
    margin: 0 15px 0 0;
    font-size: 14px;
    color: black;
    line-height: 1.2;
    position: relative;
}

#header .top .container .right .navi-wrap nav ul li a:before {
    position: absolute;
    content: '';
    background: #2980b9;
    width: 1px;
    height: 15px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    background: #ae030e;
}

#header .top .container .right .navi-wrap nav ul li:last-child a:before {
    content: none;
}

#header .top .container .right .navi-wrap nav ul li a:hover {
    opacity: 0.6;
}

/*============================
#contents
============================*/
#contents {
    /*============================
  #main
  ============================*/
}

/*============================
#contents_top
============================*/
#contents_top {
    /*============================
#main-visual
============================*/
}

#contents_top #main-visual {
    position: relative;
    box-sizing: border-box;
    height: calc(100vh - 100px);
    background: url(../../img/top/mv.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#contents_top #main-visual .container p.th {
    color: #fff;
    font-family: 'SourceHanSerif Bold', serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

#contents_top #main-visual .container p.td {
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 1.875;
    margin: 0 auto;
}

#contents_top #main-visual .scroll {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#contents_top #main-visual .scroll a {
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    width: 48px;
}

#contents_top #main-visual .scroll a:hover {
    opacity: 0.6;
}

/*============================
#section01
============================*/
#section01 {
    padding: 37px 0 39px;
}

#section01 .container {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}

#section01 .container .left {
    float: none;
    width: 160px;
    padding: 20px 0px 15px 0;
}

#section01 .container .left h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 24px;
}

#section01 .container .left h2 span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #2980b9;
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

#section01 .container .right {
    float: none;
    width: calc(100% - 200px);
    padding: 4px 0 3px 35px;
    border-left: 1px solid #000;
    box-sizing: border-box;
}

#section01 .container .right ul li {
    margin: 0 0px 23px 0;
}

#section01 .container .right ul li:last-child {
    margin-bottom: 0;
}

#section01 .container .right ul li a {
    transition: all 0.2s ease-in-out;
    display: block;
}

#section01 .container .right ul li a:hover {
    opacity: 0.6;
}

#section01 .container .right ul li a dl dt {
    font-size: 16px;
    color: #434343;
    float: left;
    margin: 0 3% 0 0;
    width: 13%;
}

#section01 .container .right ul li a dl dd {
    font-size: 16px;
    color: #434343;
    float: left;
    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#section01 .container > a.btn1 {
    display: none;
}

/*============================
#section02
============================*/
#section02 {
    padding: 40px 0 50px;
    background: #f7f7f7;
}

#section02 .container .left_box {
    width: 550px;
}

#section02 .container h2, #section03 .container h2, #section05 .container h2, #section06 .container h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
}

#section02 .container h2 span, #section03 .container h2 span, #section05 .container h2 span, #section06 .container h2 span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #2980b9;
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #f30700;
}

#section02 .container h2:after, #section03 .container h2:after, #section05 .container h2:after, #section06 .container h2:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #ae030e;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#section02 .container p {
    color: black;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

#contents ul.list_01 {
    width: 680px;
    margin: 0 auto;
}

#contents ul.list_01 > li {
    width: 320px;
}

#contents ul.list_01 > li > a {
    transition: all 0.2s ease-in-out;
    display: block;
}

#contents ul.list_01 > li > a > div {
    background: #2980b9;
    position: relative;
    padding: 38px 0 40px;
    background: #f30700;
}

#contents ul.list_01 > li > a > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #146c99 0%) no-repeat top left/100% 100%;
    background-size: contain;
    z-index: 0;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ae030e 0%) no-repeat top left/100% 100%;
}

#contents ul.list_01 > li > a:hover {
    opacity: 0.6;
}

#contents ul.list_01 > li > a .top {
    position: relative;
    margin: 0 !important;
    z-index: 1;
    color: #fff;
    text-align: center;
}

#contents ul.list_01 > li > a .top > .eng {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

#contents ul.list_01 > li > a > .top > .ja {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

#contents ul.list_01 > li > a .top > p > img {
    margin: auto;
}

#contents ul.list_01 > li > a .bottom > img {
    width: 100%;
}

/*============================
#section03
============================*/
#section03 {
    padding: 45px 0 50px;
    text-align: center;
}

#section03 .container .right_box {
    width: 470px;
}

#section03 .container h2 {
    margin: 0 0 25px;
}

#section03 .container img {
    width: 700px;
}

#section03 > .container > p {
    color: black;
    line-height: 1.8;
    text-align: center;
    margin: 10px 0 20px;
}

#section03 > .container > ul.list_01 {
    justify-content: center;
}

#section03 > .container a.btn {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
    padding: 17px 0 17px;
    background: #2980b9;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: #f30700;
}

#section03 > .container a:hover {
    opacity: 0.7;
}

#section03 > .container > ul.list_01 > li > a:before {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #149682 50.5%) no-repeat top left/100% 100%;
}

#section03 > .container > ul.list_01 > li > a > .top > .ja {
    font-size: 20px;
}

/*============================
#contact_banner
============================*/
#contact_banner {
    /* background: linear-gradient(90deg, #d9ebff, #d9ebff 50%, #afd1ec 50%, #afd1ec); */
    padding: 0 0 80px;
}

#contact_banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(../../img/top/bg_01.jpg) no-repeat top center; */
    background-size: cover;
    height: 250px;
    height: auto;
}

#contact_banner .container .box {
    background: #FFF;
    width: 780px;
    padding: 20px 45px 22px;
    box-sizing: border-box;
}

#contact_banner .container .box .left {
    width: 100%;
    text-align: center;
    margin: 0 auto 35px;
}

#contact_banner .container .box .left a {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    padding: 0 0 7px 65px;
    background: url(../../img/common/tel.png) center left no-repeat;
    background-size: 50px 50px;
}

#contact_banner .container .box .right {
}

#contact_banner .container .box h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
	padding-bottom: 20px;
}
#contact_banner .container .box h2 span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #2980b9;
	font-size: 42px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: #f30700;
}
#contact_banner .container .box h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background: #2980b9;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ae030e;
}

#contact_banner .container .box p.top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
}

#contact_banner .container .box p.top .eng {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    color: #2980b9;
    font-size: 35px;
    padding-right: 30px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

#contact_banner .container .box p.top .eng:after {
    position: absolute;
    content: '';
    background: #000;
    width: 20px;
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#contact_banner .container .box p.top .sub {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
}

#contact_banner .container .box .left a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
    font-size: 33px;
    background-size: 35px 35px;
    padding: 0 0 7px 45px;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    padding: 0 0 7px 65px;
    background: url(../../img/common/tel.png) center left no-repeat;
    background-size: 50px 50px;
}

#contact_banner .container .box .left .bottom {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
}

#contact_banner .container .box .right {
    padding-top: 3px;
    width: 100%;
}

#contact_banner .container .box .right a {
    display: block;
    width: 320px;
    height: 65px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    padding-left: 40px;
    background: #2980b9 url(../../img/common/icn_mail.png) no-repeat left 25px center;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    width: 94%;
    max-width: 420px;
    margin: 0 auto;
    background: #f30700 url(../../img/common/icn_mail.png) no-repeat left 25px center;
}

#contact_banner .container .box .right a:hover {
    opacity: 0.6;
}

/*============================
#section05
============================*/
section#section05 {
    background: url(../../img/top/bg_02.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0 80px;
}

section#section05 .container {
    width: 1000px;
}

section#section05 .container .left_box {
    width: 560px;
}

section#section05 .container h2 {
    margin-bottom: 25px;
}

section#section05 .container .box p.th {
    font-family: 'SourceHanSerif Regular', serif;
    font-size: 30px;
    margin-bottom: 10px;
}

section#section05 .container .box p.td {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.8;
}

/*============================
#section06
============================*/
#section06 {
    padding: 20px 0 0px;
}

#section06 > .container {
    width: 100%;
}

#section06 > .container > h2 {
    text-align: center;
    margin: 0 0 30px;
}

#section06 > .container > h2 > img {
    margin: auto;
}

#section06 > .container > .box {
    margin: 0 0 30px;
}

#section06 > .container > .box > p.th {
    text-align: center;
    color: #cb0e0e;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 12px;
}

#section06 > .container > .box > p.td {
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}

#section06 > .container > .box > .map > iframe {
    -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;
}

#section06 > .container > .box > .map > iframe:hover {
    opacity: 0.6;
}

/*============================
#footer
============================*/
#footer {
    background: #030000;
    padding: 29px 0 0;
}

#footer .container {
    width: 1000px;
}

#footer .container .flex {
    width: 1000px;
    padding: 0 0 24px;
    justify-content: flex-start;
}

#footer .container .flex ul li {
    margin: 0 40px 1px 0;
}

#footer .container .flex ul li a {
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #FFF;
}

#footer .container .flex ul li a:hover {
    opacity: 0.6;
}

#footer .container .flex .banner {
    display: flex;
}

#footer .container .flex .banner a {
    display: block;
}

#footer .container .flex .banner a:hover {
    opacity: 0.7;
}

#footer .container .flex .banner a + a {
    margin-left: 10px;
}

#footer .container .right {
    width: 380px;
}

#footer .container .right .facebook {
    text-align: right;
}

#footer .container .bottom {
    clear: both;
    border-top: 1px solid #FFF;
    padding: 30px 0 20px;
}

#footer .container .bottom #f-logo {
    float: left;
    width: 350px;
    padding-top: 10px;
    width: 100%;
    padding: 0 0 15px;
}

#footer .container .bottom #f-logo a {
    display: block;
    width: 400px;
}

#footer .container .bottom .f-add {
    float: left;
    width: 340px;
    width: 580px;
    display: flex;
    justify-content: space-between;
}

#footer .container .bottom .f-add p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.8;
}

#footer .container .bottom .copy {
    float: right;
    width: 300px;
    padding: 55px 0 0;
}

#footer .container .bottom .copy p {
    color: #FFF;
    font-size: 12px;
    text-align: right;
}
