@charset "utf-8";

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 93.75%;
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    -webkit-text-size-adjust: 100%;
    line-height: 1.7em;
    color: #000;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

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

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

::selection {
    background: #32548f;
    color: #fff;
}

::-moz-selection {
    background: #32548f;
    color: #fff;
}

::-webkit-selection {
    background: #32548f;
    color: #fff;
}

.sp_size {
    display: none !important;
}

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap {
    width: 100%;
    z-index: 100;
}

#header_wrap.index_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#header_area {
    margin: auto;
}

#logo {
    float: left;
    display: flex;
    align-items: center;
    position: absolute;
    top: 45px;
    left: 2%;
}

#logo .logo_txt {
    color: #fff;
    margin-left: 20px;
}

#logo a,
#logo img {
    display: block;
    width: 100%;
    /*height: auto; */
    height: 40px;
    max-width: 100%;
}

/*
#toggle { 
	display: none;
}
*/
#toggle {
    display: block;
    position: relative;
    height: 65px;
    top: 0;
    right: 0;
    z-index: 9000;
    float: right;
}

#toggle a {
    display: block;
    background: none;
    color: #E50012;
    width: 80px;
    height: 65px;
    box-sizing: border-box;
    position: relative;
}

#toggle a span,
#toggle a::before,
#toggle a::after {
    content: "";
    font-size: 0;
    position: absolute;
    display: block;
    background: #fff;
    width: 38px;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

#toggle a::before {
    top: 18px;
}

#toggle a span {
    top: 30px;
}

#toggle a::after {
    top: 42px;
}

#toggle a.open {
    color: #fff;
}

#toggle a.open span {
    opacity: 1;
}

#toggle a.open span {
    opacity: 0;
}

#toggle a.open:before {
    -moz-transform: translate(0, 12px) rotate(45deg);
    -webkit-transform: translate(0, 12px) rotate(45deg);
    transform: translate(0, 12px) rotate(45deg);
    top: 21px;
    left: 0;
}

#toggle a.open:after {
    -moz-transform: translate(0, -12px) rotate(-45deg);
    -webkit-transform: translate(0, -12px) rotate(-45deg);
    transform: translate(0, -12px) rotate(-45deg);
    top: 45px;
    left: 0;
}

.mbox {
    display: none;
    z-index: 10000;
}

.mbox_open {
    display: block;
}

#menu {
    float: right;
    padding-right: 20px;
}

#menu nav>ul {
    overflow: visible;
    display: flex;
    align-items: center;
}

#menu nav>ul>li {
    float: left;
    margin-left: 30px;
    position: relative;
}

#menu nav>ul>li.gn_lang {
    margin-right: 10px;
}

#menu nav>ul>li>a {
    display: block;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 30px 0 30px;
    transition: all 0.3s;
}

#menu nav>ul>li.gn_lang>a {
    padding-right: 15px;
    background: url(img/arrow_b_white.svg) no-repeat right center / 10px 6px;
}

#menu nav>ul>li>a:hover::after,
#menu nav>ul>li.on>a::after {
    background: #32548f;
}

#menu nav>ul>li>a:hover,
#menu nav>ul>li.on>a {
    opacity: .7;
}

#menu nav>ul>li>a img {
    display: block;
    width: 110px;
    height: auto;
    max-width: 100%;
}

#menu nav>ul>li.gn_contact {
    width: 160px;
    text-align: center;
    background-color: #4787dd;
    background-image: -webkit-gradient(linear, left top, right top, from(#003a88), color-stop(51%, #4787dd), to(#003a88));
    background-image: linear-gradient(to right, #003a88 0%, #4787dd 51%, #003a88 100%);
    box-sizing: border-box;
    background-size: 200% auto;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#menu nav>ul>li.gn_contact:hover {
    background-color: #007ac3;
    background-position: right center;
    opacity: 0.95;
}

#menu .site_top {
    border: 2px solid #fff;
    min-width: 130px;
    height: auto;
    padding: 6px 20px;
    display: inline-block;
    text-align: center;
}

#menu .entry_top {
    border: 2px solid #78b6ed;
    display: block;
    background: #78b6ed;
    min-width: 130px;
    height: auto;
    padding: 6px 20px;
    display: inline-block;
    text-align: center;
}

.gn_lang ul {
    display: none;
    position: absolute;
    top: 65px;
    left: -15px;
    width: 115px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    opacity: 0.9;
    transition: opacity 0.2s ease-out;
}

.gn_lang ul li {
    border-bottom: 1px solid #EEE;
}

.gn_lang ul a {
    display: block;
    padding: 10px 0px;
    color: #222;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1;
    background: #FFF;
    font-size: 73.3333%;
    font-weight: 700;
}

.gn_lang ul a.selected {
    pointer-events: none;
    color: #CCC;
}

.gn_lang ul a:hover {
    opacity: 1;
    background: #F5F5F5;
}

.nav-lang {
    margin-top: 40px
}

.nav-lang ul {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 50%;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none !important;
}

.nav-lang li {
    width: 50%;
    /*border: 1px solid rgba(128,128,128,.2);*/
    font-size: 107.69%;
    text-align: center;
    list-style-type: none;
    position: relative;
}

.nav-lang li a {
    color: #fff;
    text-decoration: none;
}

.nav-lang li.active a {
    opacity: 0.5;
}

.nav-lang li:not( :first-child)::before {
    content: '/';
    position: absolute;
    left: -5px;
    color: #c1c1c1;
}

#modal-open {
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    padding: 0 !important;
}

#modal-open span {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0 0 0 35px !important;
    background: url(img/common/search.svg) 10px center no-repeat;
    transition: background 0.3s;
}

#modal-open:hover span {
    background: url(img/common/search_red.svg) 10px center no-repeat;
    color: #E50012 !important;
}

.modal-content {
    position: fixed;
    display: none;
    z-index: 600;
    top: 50%;
    left: 50%;
}

#modal-overlay {
    z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.9);
}

#menu nav ul li a.modal-close {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-decoration: none;
    background: url(img/common/icon_close.svg) center no-repeat;
    opacity: 0;
    transition: all 0.3s;
}

#menu nav ul li a.modal-close.open {
    display: block;
    z-index: 10000;
    opacity: 1;
    transition: all 0.3s;
}


.h_sub_list {
    transition: visibility .3s, opacity .3s;
    position: absolute;
    left: 0;
    top: 80%;
    z-index: 1000;
    margin-left: -50%;
}

.s_sub_item {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.s_sub_item {
    margin: 0 0 2px;
}


.menu_item {
    display: inline-block;
    position: relative;
}

.menu_item:hover>.h_sub_list>.s_sub_item {
    overflow: visible;
    opacity: 1;
    height: auto;
}

.h_sub_link {
    display: block;
    padding: 10px 30px 10px 30px;
    background: #fff;
    border-radius: 3px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    transition: background-color .3s;
    text-decoration: none !important;
}

/*
.modal-content {
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -35px;
}
*/
.overlay_none {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff !important;
    padding-top: 64px;
    box-sizing: border-box;
    transition: opacity 0.1s;
}

.overlay {
    visibility: visible;
    opacity: 1;
    transition: none;
}

#footer_wrap {
    position: relative;
    background: #293337;
    color: #fff;
    font-size: 93.3333%;
}

.footer_main {
    display: flex;
    max-width: 1400px;
    padding: 45px 20px 70px;
    margin: 0 auto;
}

.footer_main {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.f_logo {
    width: 50%;
}

.f_logo img {
    width: 387px;
    height: auto;
}

.f_logo_txt {
    color: #a9adaf;
    margin-left: 25px;
    font-size: 120%;
}

.f_logobox {
    display: flex;
    align-items: center;
}

.f_logobox img {
    max-width: 250px;
}

/*
.company_info, #footer_submenu ul {
    float: left;
}
*/
.company_info {
    width: 25%;
}

.company_info address {
    color: #fff;
    font-size: 93.3333%;
    letter-spacing: 1.2px;
    line-height: 1.7;
}

.footer_contact {
    width: 30%;
}

#footer_contact_area .f_tel {
    line-height: 1.5;
}

#footer_contact_area .f_tel a {
    font-family: 'Roboto';
    font-size: 240%;
    color: #fff;
    text-decoration: none;
}

#footer_contact_area .f_tel span {
    font-size: 80%;
    padding-left: 20px;
}

.footer_link_btn {
    margin-top: 15px;
}

.footer_link_btn a {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    line-height: 1.0em;
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    padding: 10px 20px;
    background-color: transparent;
    box-sizing: border-box;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer_link_btn a:hover {
    background-color: #fff;
    opacity: 1.0;
    color: #000;
}



#footer_submenu {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#footer_submenu ul li {
    position: relative;
}

#footer_submenu ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #fff;
}

#footer_submenu .footer_sub_item_2::after {
    content: none;
}

.footer_sub_list {
    display: flex;
    font-size: 80%;
}

.footer_sub_item_1 {
    padding-right: 20px;
}

.footer_sub_item_2 {
    padding-left: 20px;
}

.footer_sub_list a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer_sub_list a:hover {
    opacity: .7;
}









.footer_menu {
    width: 15%;
}

.footer_menu_list {
    padding: 0 20px 0 0;
    margin: 0 auto;
}

.footer_menu_list_item {
    list-style: none;
    margin-bottom: 10px;
}

.f_sub_list {
    margin: 0 auto 0;
}

.f_sub_item {
    position: relative;
    padding-left: 20px;
}

.f_sub_item:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 0;
}

.footer_menu_list a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer_menu_list a:hover {
    opacity: .7;
}

#footer_bn {
    padding: 30px 20px;
    background: #fff;
}

#footer_bn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#footer_bn ul li {
    margin: 0 20px;
}

#footer_bn ul li a {
    transition: all 0.3s;
}

#footer_bn ul li a:hover {
    opacity: 0.8;
}

#footer_bn ul li img {
    vertical-align: bottom;
}

#return {
    position: relative;
}

#return a {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: block;
    background: #78b6ed url(img/arrow_t_white.png) no-repeat center center / 23px 13px;
    width: 60px;
    height: 60px;
    transition: background-color .3s;
    font-size: 0;
    text-decoration: none;
    z-index: 1000;
}

#return a:hover {
    background-color: #4787dd;
}

#pankuzu {
    clear: both;
    max-width: 1100px;
    margin: 0 auto 80px;
    font-size: 80%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

#pankuzu ul {
    overflow: hidden;
    padding: 10px;
}

#pankuzu ul li {
    float: left;
    margin-right: 10px;
}

#pankuzu ul li a {
    margin-right: 10px;
    color: #333;
    text-decoration: none;
}

#pankuzu ul li a:hover {
    text-decoration: underline;
}


.link_btn {
    margin: 60px 0 0;
    position: relative;
    text-align: center;
}

.link_btn a {
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    min-width: 250px;
    padding: 20px;
    background-color: transparent;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#003a88), color-stop(51%, #4787dd), to(#003a88));
    background-image: linear-gradient(to right, #003a88 0%, #4787dd 51%, #003a88 100%);*/
    box-sizing: border-box;
    background-size: 200% auto;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.link_btn.white_btn a {
    color: #fff;
    border: 3px solid #fff;
}

.link_btn.white_btn a:hover {
    background-color: #fff;
    opacity: 1.0;
    color: #000;
    transition: all .3s ease;
}

.link_btn a.white_border {
    border: 1px solid #fff;
}

.link_btn a:hover {
    background-color: #293a45;
    background-position: right center;
    opacity: 1.0;
    color: #fff;
}

.link_btn a span {
    display: block;
    background: url(img/arrow_r_white.png) no-repeat right bottom 0/8px;
    transition: background-image 0.3s;
}

.content_area .link_btn.blue a {
    background: #18458a;
    color: #fff !important;
}

.content_area .link_btn.blue a:hover {
    opacity: 0.7;
}

.content_area .link_btn.red a {
    background: #e41f1f;
    color: #fff !important;
}

.content_area .link_btn.red a:hover {
    opacity: 0.7;
}

#content_wrap {
    position: relative;
}

.h1_wrap {
    width: 100%;
    height: 470px;
}

.h1_content {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
}

#h_area {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

#content_h.parent #h_area {
    top: 90px;
}

#h_area h1,
#h_area span {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 133.3333%;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.0em;
    margin-bottom: 9px;
}

#h_area span {
    font-family: 'Playfair Display', serif;
    font-size: 400%;
    letter-spacing: 2px;
    line-height: 1.5em;
}

#h_area .text {
    font-family: 'Noto Serif JP', serif;
    font-size: 266.6666%;
    color: #fff;
    letter-spacing: 3px;
    line-height: 2.0em;
    position: absolute;
    top: 280px;
    right: 0;
}

#breadcrumb {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    font-size: 80%;
    padding: 0 20px;
}

#breadcrumb .breadcrumb_inner a {
    color: #222;
    background: url(img/arrow_breadcrumb.svg) no-repeat right top 5px / 7px 8px;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
}

.content_area {
    max-width: 1100px;
    margin: 80px auto 90px;
    padding: 0 20px;
}

.content_area a:visited {
    color: #32548f;
}

.content_area a {
    color: #32548f;
}

.content_area a:hover {
    text-decoration: none;
}

/*.content_area h2 {
    position: relative;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
    font-weight: 900;
	font-size: 173.3333%;
	margin: 90px 0 40px;
    line-height: 1.7em;
} 
.content_area h2::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    margin: auto;
    width: 48px;
    height: 2px;
    background: #32548f;
}*/
.content_area h3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 133.3333%;
    padding: 10px 0 20px;
    line-height: 1.7em;
}

.content_area h4 {
    font-size: 106.666%;
    line-height: 1.5;
    max-width: 1020px;
    width: 100%;
    padding-left: 17px;
    margin: 70px auto 25px;
    border-left: 2px solid #e41f1f;
    box-sizing: border-box;
}

.content_area h5 {
    font-size: 133.3333%;
    font-weight: 700;
    margin-bottom: 10px;
}

.content_area table {
    max-width: 1020px;
    width: 100%;
    margin: 26px auto;
    border-top: 1px solid #ccc;
}

.content_area table th,
.content_area table td {
    vertical-align: top;
    padding: 13px 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.content_area table th {
    text-align: left;
    width: 23.6%;
    border-right: 1px solid #ededed;
    background: #ededed;
}

.content_area table.col_table th,
.content_area table.col_table td {
    border-right: 1px solid #ededed;
}

.content_area table.col_table tr>*:last-child {
    border-right: none;
}

.content_area table.col_table th {
    font-weight: bold;
}

.content_area img {
    max-width: 100%;
}

.content_area p {
    display: block;
    margin-bottom: 30px;
    line-height: 1.8em;
}

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

.content_area .right {
    text-align: right;
}

.content_area table td textarea {
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

.container {
    width: 1000px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.column_02,
.column_03 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.column_02>div {
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}

.column_02>div:nth-child(2n) {
    margin: 0;
}

.column_03>div {
    width: 31.3333%;
    margin-right: 3%;
    box-sizing: border-box;
}

.column_03>div img {
    margin: 0;
}

.column_03>div:nth-child(3n) {
    margin: 0;
}

.slidein_txt.displayed {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slidein_txt {
    opacity: 0 !important;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: 0.75s all cubic-bezier(0.7, 0, 0.7, 1);
}

.bg_area {
    background: url(img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}

@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 81.25%;
    }

    input,
    textarea,
    select {
        font-size: 16px;
    }

    body {
        background: #fff;
        width: auto;
    }

    img {
        width: auto;
        height: auto !important;
        max-width: 100%;
    }

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    .link_btn {
        margin: 25px 0 0;
    }

    .link_btn a {
        padding: 20px;
    }

    #wrapper.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #header_wrap {
        z-index: 10000;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_wrap.index_header {
        top: auto;
        left: auto;
        height: 65px;
        position: fixed;
        transition: background-color 0.3s;
    }

    #header_wrap.smallhead {
        background: #78b6ed;
    }

    #logo {
        float: none;
        position: absolute;
        top: 13px;
        left: 20px;
        z-index: 100;
    }

    #logo a,
    #logo img {
        max-width: 110px;
        height: 40px !important;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 8000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 69px;
        padding-bottom: 80px;
        margin: 0;
        background: #0079c0;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        font-family: 'Noto Serif JP', serif;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_mbox {
        display: block !important;
    }

    .overlay_none {
        position: fixed;
    }

    #js-gnav-layer {
        background: #fff !important;
        z-index: 90;
    }

    #menu ul {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #menu nav ul li {
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    #menu nav ul li a {
        padding: 13px 15px 13px;
        color: #fff !important;
        font-size: 107.69%;
    }

    #menu nav ul li.nav_btn {
        border: none;
        text-align: center;
    }

    #menu nav ul li:nth-child(4) {
        margin-top: 30px;
    }

    #menu nav ul li a span {
        display: inline-block;
    }

    #menu nav ul li.gn_l_sp {
        display: block;
    }

    .index_header {
        position: relative;
    }

    #header_s_nav {
        display: none;
    }

    .sp_menu_on.index_header {
        position: relative;
        top: auto;
        left: auto;
    }

    #menu nav ul li.gn_contact a {
        height: auto;
        line-height: 1;
        padding: 0;
    }

    #modal-open {
        display: none !important;
    }

    .modal-content {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        margin: auto;
    }

    #modal-overlay {
        display: none;
    }

    #menu nav ul li a.modal-close {
        display: none;
    }

    .modal-close.open {
        display: none;
    }

    #menu {
        display: block;
        clear: both;
    }

    #menu nav ul li.gn_contact {
        width: 90%;
        padding: 20px 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        background: transparent;
        margin: 40px auto 0;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_mbox {
        display: block !important;
    }

    .sp_menu_on {
        position: fixed !important;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 1000;
        top: 0;
    }

    .body_no {
        display: none;
    }

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }

    .parent_btn::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 22px;
        bottom: 0;
        left: auto;
        margin: auto;
        width: 10px;
        height: 10px;
        background: none;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        opacity: 1;
        visibility: visible;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

    .parent_btn.open::after {
        top: 6px;
        transform: rotate(-135deg);
    }

    .h_sub_list {
        display: none;
        position: relative;
        padding: 0 0 7px;
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    .h_sub_link {
        padding: 10px 30px 10px 30px;
        background: transparent;
        border-radius: none;
        color: #fff;
    }

    .s_sub_item {
        border: none !important;
        opacity: 1;
        height: auto;
    }

    .f_logo {
        width: 100%;
        padding: 30px 20px 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .f_logobox {
        display: block;
    }

    .f_logobox img {
        width: 60%;
    }

    .f_logo_txt {
        margin: 0 auto 30px auto;
    }

    #footer_bn {
        padding: 20px;
    }

    #footer_bn ul li {
        width: 60%;
    }

    .footer_main {
        padding: 40px 20px 30px;
    }

    #footer_wrap .company_info,
    #footer_wrap .footer_contact {
        width: 100%;
        font-size: 13px;
        text-align: center;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .company_info {
        border-bottom: 1px solid rgba(0, 0, 0, .25);
    }

    .footer_menu {
        float: none;
        padding-top: 0;
        margin: 0;
        width: 100%;
    }

    .footer_main {
        flex-direction: column;
        padding: 0;
    }

    .footer_menu_list {
        width: 100%;
        padding: 0;
        font-size: 13px;
    }

    .footer_menu_list_link {
        padding: 15px 20px;
    }

    .footer_menu_list_item {
        position: relative;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, .25);
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    .f_parent_link.open::after {
        opacity: 0;
    }

    .f_sub_item.sp_size {
        padding: 0;
        border-bottom: 1px solid #444;
    }

    .sp_size .f_sub_link {
        display: block;
        padding: 15px 20px;
        font-size: 13px;
        letter-spacing: 1.3px;
    }

    .f_sub_item {
        padding: 10px 36px;
        margin: 0;
    }

    .f_sub_list {
        display: none;
        padding: 0 0 8px;
        margin: 0 !important;
        background: #4a5559;
        border-top: 1px solid #000;
        border-left: none;
    }

    .f_sub_item:before {
        left: 20px;
    }

    #footer_submenu {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_sub_item_1 {
        padding-right: 15px;
    }

    .footer_sub_item_2 {
        padding-left: 15px;
    }

    .f_parent_link::before,
    .f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
        background: #fff;
    }

    .f_parent_link::before {
        top: 24px;
        right: 19px;
        width: 14px;
        height: 2px;
    }

    .f_parent_link::after {
        top: 18px;
        right: 25px;
        width: 2px;
        height: 14px;
        transition: opacity 0.3s;
    }

    #return a {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    #return a::after {
        height: 20px;
    }

    #return a:hover::after {
        height: 30px;
    }

    #return a span {
        display: block;
        position: absolute;
        top: -19px;
        width: 100%;
        text-align: center;
    }

    .content_area h2 {
        margin: 45px 0 40px;
    }

    .content_area p {
        margin-bottom: 15px;
    }

    .content_area {
        margin: 40px auto 45px;
    }

    .column_02>div,
    .column_03>div {
        width: 100%;
        margin-right: 0;
    }

    #h_area .text {
        font-size: 24px;
        line-height: 1.6em;
        top: 150px;
        right: auto;
        left: 0;
        padding: 0 20px;
    }
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
#index_wrap {
    position: relative;
    width: 100%;
}

#index_main img {
    display: block;
    width: 100%;
    height: auto;
}

#index_main .slick-dots {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 0;
    line-height: 1;
    bottom: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#index_main .slick-dots li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#index_main .slick-dots button {
    display: block;
    width: 40px;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    border: 1px solid #fff;
    opacity: .5;
    outline: none;
    cursor: pointer;
}

#index_main .slick-dots .slick-active button {
    background: #fff;
    opacity: 1;
}

#top_h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

#top_h1 h1,
#top_h1 span {
    color: #fff;
}

#top_h1 h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 400%;
    letter-spacing: 2px;
    line-height: 1.6em;
    margin-bottom: 14px;
    position: relative;
    left: 0;
    z-index: 3;
    font-style: italic;

}

#top_h1 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 160%;
    line-height: 2.0em;
    letter-spacing: 3px;
}

h2 {
    font-family: 'Noto Sans JP';
    font-size: 430%;
    line-height: 1.0;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
}

.h2_sub {
    color: #20a2e3;
    font-size: 120%;
    margin-top: 20px;
    font-weight: 700;
}

#about_wrap {
    position: relative;
    overflow: hidden;
    background: rgba(214, 234, 251, 0.5);
}

#sec_pickup ul {
    display: flex;
    margin-bottom: 80px;
}

#sec_pickup ul li:hover {
    background-color: #4a6aa3;
}

#sec_pickup ul li {
    width: 33.3%;
    margin-right: 1px;
    background-color: #32548f;
    display: block;
    transition: all .3s;
}

#sec_pickup ul li a {
    color: #000;
    text-decoration: none;
}

#sec_pickup .text_area {
    position: relative;
    padding: 0 30px 1px;
    z-index: 100;
}

#sec_pickup .ttl {
    margin: -1.8em 0 40px;
    font-family: 'Noto Serif JP', serif;
    font-size: 173.3333%;
    color: #fff;
    line-height: 1.0;
    text-align: center;
}

#sec_pickup .ttl span {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

#sec_pickup img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

#sec_pickup .text {
    color: #fff;
    line-height: 2.0;
}

#sec_pickup .link_btn {
    display: block;
    position: relative;
    width: 260px;
    margin: 50px auto;
    padding: 20px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    line-height: 1;
    box-sizing: border-box
}

#sec_pickup .link_btn span {
    display: block;
    background: url(img/arrow_r_white.png) no-repeat right bottom 0/8px;
    transition: background-image 0.3s;
}

#sec_news {
    max-width: 1400px;
    margin: 0 auto;
}

.news_sec_ttl h2 .jp {
    display: inline-block;
    font-size: 186.6666%;
    line-height: 1.0;
    letter-spacing: 2px;
}

.news_sec_inner {
    position: relative;
    padding: 0 0 50px;
    background: #fff;
    margin: -100px auto 0 auto;
}

.news_list {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1000;
}

.news_list li {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.news_date {
    font-weight: 500;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    line-height: 2.2;
    font-size: 15px;
    color: #32548f;
}

.news_list a {
    display: inline-block;
    color: #32548f;
    line-height: 2.2;
    margin-left: 20%;
    transition: all .3s;
}

.news_list a:hover {
    text-decoration: none;
}

.tel_icon {
    display: block;
    background: url(img/icon_tel.png) no-repeat left center / 28px 35px;
    padding: 0 0 0 35px;
    line-height: 1;
}

.screen-reader-text {
    display: none;
}

.post-navigation {
    margin: 50px auto 70px;
    overflow: hidden;
    border-top: #DDD 1px solid;
    padding: 13px 0 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.nav-previous a {
    background: url(img/arrow_l_black.svg) no-repeat left center / 6px 10px;
    padding: 0 0 0 16px;
}

.nav-previous a:hover {
    text-decoration: none;
}

.nav-next a {
    background: url(img/arrow_r_black.svg) no-repeat right center / 6px 10px;
    padding: 0 16px 0 0;
}

.nav-next a:hover {
    text-decoration: none;
}

.single .list_cate_date {
    margin-bottom: 40px;
}

.single .list_title {
    font-size: 133.3333%;
    font-weight: 500;
    margin-bottom: 40px;
}

/*2020105shinn*/
.hero__dia {
    width: 50%;
    -webkit-transform: translate(80%, 0) skewX(-26deg);
    transform: translate(80%, 0) skewX(-26deg);
}

.hero__dia {
    width: 50%;
    -webkit-transform: translate(70%, 0) skewX(-26deg);
    transform: translate(70%, 0) skewX(-26deg);
}

.hero__dia {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(120%, 0) skewX(-26deg);
    transform: translate(120%, 0) skewX(-26deg);
    background: #78b6ed;
}

/*hero_dis_右上*/
.hero__dia_left {
    width: 50%;
    -webkit-transform: translate(80%, 0) skewY(-26deg);
    transform: translate(80%, 0) skewY(-26deg);
}

.hero__dia_left {
    width: 50%;
    -webkit-transform: translate(70%, 0) skewY(-26deg);
    transform: translate(70%, 0) skewY(-26deg);
}

.hero__dia_left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(-10%, 0) skewY(-60deg);
    transform: translate(-10%, 0) skewY(-60deg);
    background: #78b6ed;
}



/*home*/
.home #news_wrap .link_btn {
    position: relative;
}

.home #news_wrap .link_btn:after {
    content: "";
    position: relative;
    background: url(img/arrow.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 100px;
    left: -2%;
}

.home #about_wrap .link_btn {
    margin-top: 80px;
}

.home #message_wrap {
    width: 100%;
    background: url(img/message_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.home #sec_message {
    max-width: 1000px;
    margin: 0 auto;
}

.home #sec_message .message_catch.txt_white {
    text-align: center;
    margin: 50px;
    font-size: 200%;
    line-height: 1.6;
    font-weight: 600;
}

.home #sec_message .txt_center.txt_white {
    line-height: 2.0;
    font-size: 120%;
}

.home .sec_about,
.home #sec_interview,
.home #enviroment_wrap
{
		padding: 120px 0;
}

.home #interview_wrap .sec_interview_inner {
    margin-bottom: 50px;
}

/*about*/

.home .ribbon-wrapper {
    display: block;
    position: relative;
    width: 100%;
    background: #f1f1f1;
    margin: 0 auto;
}

.home .ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -20px;
    width: calc(60% + 20px);
    font-size: 22px;
    color: white;
    background: #70c7ff;
    text-align: center;
    left: 0;
    top: -30px;
}

.home .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #005c92;
}

.home .ribbon-wrapper.box_1 .ribbon {
    background: #0079c0;
}

.ribbon-wrapper.box_2 .ribbon {
    background: #78b6ed;
}

.home .about_box {
    display: flex;
    max-width: 1100px;
    margin: 50px auto;
}

.home .about_box img {
    width: 100%;
}

.home .box_txt {
    padding: 0 40px 60px;
    color: #fff;
}

.home .ribbon-wrapper.box_1 {
    background: #78b6ed;
    transform: translateY(80px);
    margin-right: 5%;
}

.home .ribbon-wrapper.box_2 {
    background: #0079c0;
}

.home .ribbon-wrapper .box_txt .about_sub_ttl {
    font-size: 150%;
    margin-bottom: 50px;
    position: relative;
}

.home .ribbon-wrapper .box_txt .about_sub_ttl:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    bottom: -25px;
    left: 0;
}

/*about*/
.sec_about_2_wrap {
    padding-bottom: 100px;
}

/*チェックボックス*/
.home .acd-check {
    display: none;
}

.home .acd-label {
    color: #fff;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.home .acd-check:checked+.acd-label:after {
    background: #fff;
    box-sizing: border-box;
    content: "";
    padding: 0;
    position: absolute;
    right: 68px;
    top: 33.3333%;
    display: block;
    width: 2px;
    height: 20px;
}

.home .acd-check:checked+.acd-label:after {
    display: none;
}

.home .acd-label:before {
    background: #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    padding: 0;
    position: absolute;
    right: 20%;
    top: 50%;
    z-index: 1;
}

.home .acd-label:after {
    background: #fff;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    padding: 0;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: rotate(90deg);
}

.home .acd-content {
    max-height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.home .acd-check:checked+.acd-label+.acd-content {
    max-height: 2100px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/*平行四辺形ボタン*/
.check_btn_b {
    margin-top: 20px;
}

.check_btn_b h4.first {
    transform: skewX(-20deg);
    background-color: #58a;
    color: #fff;
    max-width: 300px;
    font-size: 100%;
    padding: 20px;
    margin: 0 auto;
}

.check_btn_b h4.first div {
    transform: skewX(20deg);
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
}

.check_btn_b div.second {
    position: relative;
    width: 300px;
    text-align: center;
}

.check_btn_b div.second h4 {
    color: #fff;
    font-size: 20px;
    padding: 5px 0px;
    width: 200px;
    margin: auto;
}

.check_btn_b div.second::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #58a;
    z-index: -1;
    transform: skew(-20deg);
}

/*aboutスケジュール*/
.st-l-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.people-art__sche dl {
    margin: 0;
    position: relative;
    padding: 30px 0;
}

.people-art__sche dl::before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #78b6ed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: 0 auto;
}

.people-art__sche dl:last-child::before {
    display: none;
}

.people-art__sche dl dt {
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.6;
    width: 4.4921875%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.people-art__sche dl dt span {
    display: block;
    margin: 20px 0 0;
    line-height: 1.0;
    font-family: "Oswald";
    font-size: 200%;
    color: #20a2e3;
}

.people-art__sche dl dt {
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    font-weight: 700;
    line-height: 1.6;
    width: 15%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.people-art__sche dl dd {
    font-size: 100%;
    width: 35.3515625%;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.people-art__sche dl dd {
    background: #fff;
    padding: 20px;
    min-height: 70px;
}

.people-art__sche dl dd h3 {
    font-size: 100%;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    position: relative;
}

.people-art__sche dl+dl {
    margin: 25px 0 0;
}

.people-art__sche dl._stl dd {
    left: 0;
}

._stl_left .left {
    left: 0;
}

.left.left_important {
    position: absolute;
    top: 135px;
}

/*MOVIE*/

#video_wrap {
    max-width: 1000px;
    margin: 0 auto;
}

#sec_video {
    padding: 100px 0;
}


.video-wrapper {

    position: relative;
    padding-bottom: 56.25%;
    /* 16:9の比率 */
    overflow: hidden;
    margin-top: 40px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* div#video_wrap {
    display: none;
}
 */

/*INTERVIEW*/
.home .interview_link {
    position: relative;
    width: 49%;
    margin-right: 2%;
}

.home .interview_link:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.home .interview_link:last-child {
    margin-right: 0;
}

.home .interview_link:first-child {
    transform: translateY(80px);
}

.home .interview_link .link_btn_item {
    position: absolute;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    background: #78b6ed;
    opacity: 0.8;
}

.home .interview_link.right .link_btn_item {
    background: #0079c0;
}

.home .link_btn_item p {
    position: relative;
    padding: 70px 50px;
    margin: 20px;
    color: #fff;
    font-size: 150%;
}

.home .link_btn_item p span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
    background: url(img/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: right center;
    padding-right: 30px;
}


.home .interview_link img {
    width: 100%;
}

.home .interview_box {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

/*ENVIROMENT*/
.home .en_box {
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0;
}

.home .en_box_wrap {
    display: flex;
    padding: 50px 40px;
    background: #78b6ed;
    justify-content: space-between;
}

.home .en_box_item h3 {
    font-size: 160%;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
}

.home .en_box_item h3:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home .en_box .h3_read {
    font-size: 133%;
    margin: 30px auto;
}

.home .item_txt {
    padding: 100px 40px;
    line-height: 1.6;
}

.home .en_box_item {
    text-align: center;
    background: #f9fbfc;
    width: 31%;
}

.home .en_box_item:last-child {
    border: none;
}

.home .en_box_item p {
    text-align: left;
}



/*ENTRY*/
.entry_wrap {
    background: url(img/entry_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.entry_wrap .sec_entry {
    padding: 120px 20px;
}

.entry_sec_ttl {
    text-align: center;
    padding: 50px 0 180px 0;
    font-size: 400%;
    line-height: 1.6;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
}

.entry_wrap .links {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
}

.entry_wrap .links li {
    width: 50%;
    padding: 0 10px;
}

.entry_wrap .c-btn {
    height: 180px;
    letter-spacing: .1em;
    font-size: 146%;
    width: 100%;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #fff;
}

.entry_wrap .c-btn_w .c-btn__back {
    background: #78b6ed;
}

.entry_wrap .c-btn__back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-21.35deg);
    transform: skewX(-21.35deg);
}

.entry_wrap .c-btn__back span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.entry_wrap .c-btn__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.entry_wrap .c-btn__txt1 {
    text-align: center;
    line-height: 1.6;
    font-size: 22px;
}

.entry_wrap .c-btn__txt2 {
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    padding-top: 7px;
}

.entry_wrap .c_entry {
    font-size: 36px;
}

.entry_wrap a {
    text-decoration: none;
}

.entry_wrap .link .c_btn,
a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*TOP以外、各ページの共通*/

.txt_white {
    color: #fff;
}

.txt_white .h2_sub:before {
    background: #fff;
}

#page .h2_sub {
    margin: 30px auto 0 auto;
}

.sec_ttl {
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 106.666%;
    display: block;
    text-align: center;
}

.txt_center {
    text-align: center;
}

#page #index_main .mv.pc_size img {
    width: 100%;
    height: auto;
}

.header_txt {
    position: absolute;
    top: 200px;
    left: 170px;
    color: #fff;
    font-size: 160%;
    letter-spacing: 0.4em;
    line-height: 1.6;
    font-weight: normal;
}

#page_top_h1 {
    position: absolute;
    top: 220px;
    max-width: 1140px;
    width: auto;
    padding: 0;
    margin: 0;
}

#page_top_h1 h1,
#top_h1 span {
    color: #fff;
}

#page_top_h1 h1 {
    font-family: 'Agency FB Bold';
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
    font-size: 800%;
    top: 50px;
    left: 150px;
}

.h_img {
    position: absolute;
    top: 170px;
    right: 5%;
    z-index: 2;
    width: 50%;
    height: auto;
}

/*共通ここまで*/
@media screen and (max-width:767px) {
    #index_main .slick-dots {
        bottom: 20px;
    }

    #top_h1 {
        bottom: 60px;
        max-width: 100%;
        font-size: 150%;
    }

    #top_h1 h1 {
        font-size: 120%;
        margin-bottom: 10px;
    }

    .home #sec_message .txt_center.txt_white {
        font-size: 14px;
    }

    #sec_pickup ul {
        display: block;
        margin-bottom: 60px;
    }

    #sec_pickup ul li {
        width: auto;
    }

    #sec_pickup ul li {
        margin-right: 0;
        margin-bottom: 1px;
    }

    #sec_pickup .ttl {
        margin: -2.7em 0 25px;
        line-height: 1.6;
    }

    #sec_pickup .link_btn {
        width: 80%;
        margin: 30px auto;
        padding: 20px 15px;
    }

    #sdgs_wrap #sec_sdgs h2 {
        font-size: 153.84%;
        margin: 0 auto 25px;
    }

    #sdgs_wrap #sec_sdgs {
        margin: 0 auto 30px;
    }

    .container {
        width: auto;
        margin: 50px auto;
    }

    #sec_news {
        padding: 50px 20px 0;
    }

    .news_sec_ttl h2 .jp {
        font-size: 153.84%;
    }

    .news_sec_inner {
        /*padding: 15px 20px 70px;*/
        min-width: auto;
    }

    .news_list {
        width: 100%;
        padding: 0;
    }

    .news_list li {
        margin-bottom: 14px;
        padding-bottom: 14px;
    }

    .news_date {
        position: relative;
        line-height: 1.6;
        padding-left: 0;
    }

    .news_list a {
        display: inline-block;
        font-size: 92.3076%;
        margin-left: 0;
    }

    #contact_wrap {
        padding: 30px 15px;
    }

    .contact_block_ttl {
        margin-bottom: 15px;
    }

    .contact_block_ttl .jp {
        font-size: 138.4615%;
        line-height: 1.3;
    }

    .contact_block_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_block_list .item {
        padding: 10px;
    }

    .contact_block_list .item:first-child {
        border-right: none;
    }

    .contact_block_list .item .number a {
        font-size: 215.3846%;
    }

    .tel_icon {
        background: url(img/icon_tel.png) no-repeat left center / 20px 25px;
        padding: 0;
    }

    #contact_wrap .link_btn a {
        padding: 20px 20px;
        min-width: 250px;
    }

    .home .news_sec_inner {
        margin: 0 auto;
    }

    .home .about_img {
        display: block;
        position: absolute;
        min-height: 250px;
        bottom: 0;
    }

    .hero__dia {
        right: -80px;
    }

    .link_btn a {
        width: auto;
    }

    .home #about_wrap .link_btn {
        margin-top: 30px;
    }

    #menu nav>ul {
        display: block;
    }

    /*20210113*/
    /*message*/
    .home #message_wrap,
    .home .sec_about,
    .home #enviroment_wrap,
    .home #sec_interview {
        padding: 70px 20px;
        width: auto;
    }

    #sec_video {
        padding: 40px 20px 20px;
    }

    .home #sec_message .message_catch.txt_white {
        font-size: 150%;
        margin: 25px 0;
    }

    .hero__dia_left {
        -webkit-transform: translate(-35%, 0) skewY(-65deg);
        transform: translate(-35%, 0) skewY(-65deg);
    }

    /*about*/
    .home .about_box {
        display: block;
        margin: 30px auto 0;
    }

    .home .ribbon-wrapper {
        width: 90%;
    }

    .home .ribbon-wrapper.box_1 {
        margin: 0 auto;
        transform: none;
    }

    .home .box_txt {
        padding: 0 15px 30px 15px;
    }

    .st-l-inner {
        padding: 0;
    }

    .people-art__sche dl {
        padding: 8px 0;
        margin: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .people-art__sche dl dt {
        margin: 0;
        min-height: 50px;
        width: 57.5px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 15px 0 0;
        text-align: left;
    }

    .people-art__sche dl::before {
        height: calc(100% - 40px);
        left: 20px;
        bottom: -15px;
        margin: 0;
    }

    .people-art__sche dl dd {
        width: 100%;
        padding: 10px;
        top: 65%;
        right: 0;
        position: static;
        -webkit-transform: none;
        transform: none;
        margin: 0;
    }

    .people-art__sche dl dt span {
        display: inline-block;
        font-size: 160%;
    }

    .sc_wrap.sp_size {
        padding: 40px 0;
    }

    .check_btn_b h4.first {
        padding: 15px;
    }

    .home .check_btn_b h4.first div {
        padding-left: 10px;
    }

    /*INTERVIEW*/
    .home .interview_box {
        flex-wrap: wrap;
    }

    .home .interview_link:first-child {
        transform: none;
    }

    .home .interview_link {
        width: 100%;
        margin: 0;
    }

    .home .link_btn_item p {
        font-size: 120%;
        padding: 45px 25px 60px 25px;
    }

    .home .link_btn_item p span {
        padding-right: 15px;
        font-size: 12px;
    }

    .home .interview_link:last-child {
        margin: auto;
    }

    /*ENVIROMENT*/
    .home .item_txt {
        padding: 25px 15px;
    }

    .home .en_box {
        margin: 30px auto;
    }

    .home .en_box_wrap {
        display: block;
        padding: 20px 20px;
        justify-content: center;
    }

    .home .en_box_item {
        border-right: none;
        border-bottom: 20px solid #78b6ed;
        width: 100%;
    }

    .home .en_box_item:last-child {
        border: none;
    }

    .home .en_box_item h3 {
        font-size: 140%;
        padding-bottom: 15px;
    }

    .home .en_box_item h3:after {
        width: 40px;
    }

    .home .en_box .h3_read {
        font-size: 130%;
        margin: 20px 0;
        text-align: center;
    }

    /*ENTRY*/
    .entry_sec_ttl {
        padding: 20px 0 50px 0;
        font-size: 200%;
    }

    .entry_wrap .sec_entry {
        padding: 70px 20px;
    }

    .entry_wrap .c-btn__txt1 {
        font-size: 13px;
        padding: 0 10px;
    }

    .entry_wrap .c-btn__txt2 {
        font-size: 12px;
        padding: 0 10px;
    }

    .entry_wrap .c_entry {
        font-size: 18px;
    }

    .entry_wrap .links {
        width: 100%;
    }

    .entry_wrap .links li {
        padding: 0 1px;
    }

    .entry_wrap .c-btn {
        height: 100px;
    }

    .entry_wrap .c-btn__back {
        -webkit-transform: skewX(-13.35deg);
        transform: skewX(-13.35deg);
    }

    /*TOP以外、各ページ共通ここから*/
    .header_txt {
        left: 45px;
        top: 170px;
        font-size: 100%;
    }

    #page_top_h1 {
        bottom: 60px;
        max-width: 100%;
        top: 200px;
        font-size: 200%;
    }

    #page_top_h1 h1 {
        bottom: 60px;
        max-width: 100%;
        top: 0;
        font-size: 200%;
        margin-bottom: 10px;
        left: 45px;
    }

    .sec_ttl {
        width: 100%;
        margin: 0 auto;
        font-size: 106.666%;
        display: block;
        text-align: center;
    }

    .h_img {
        width: 80%;
        top: 330px;
        right: 1%;
    }

    h2 {
        font-size: 250%;
        letter-spacing: 0.1rem;
    }

    .h2_sub {
        font-size: 110%;
        margin: 10px auto 15px auto;
    }

    .entry_wrap .sec_entry {
        padding: 50px 30px;
    }

    /*ここまで*/
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Agency FB Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Agency FB Bold'), url('font/AGENCYB.woff') format('woff');
}