@charset "utf-8";
/*
Theme Name: 一般社団法人東日本セキュリティセンター
Theme URI: 
Version: 1.0
*/

/* -------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}
:focus{outline:0;}

ol, ul {
    list-style: none;
    font-size: 0;
}
li {
    font-size: initial;
}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;transition: 0.4s}
a{transition: 0.4s}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

/* -------------------------------------------------------------- */
*{
-webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
     -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
        box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
}
.sp{
	display: none;
}
img {
    display: block;
}
/* NAV
------------------------------------------------------------*/
.hamburger_menu{
    display: none;
}
.global_menu {
    color: #333;
    text-align: center;
    font-weight: bold;
    float: right;
    margin-top: 24px;
}
.global_menu li {
  display: inline-block;
}
.global_menu a {
    padding: 8px 8px;
    display: block;
    transition: 0.4s;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.global_menu a:hover {
    color: #1278b6;
}
.menu:hover > a {
  background: #ffb6c1;
}
.global_menu > ul > li > ul > li > a { /* 子項目のスタイル */
  font-size: 0.8em;
}
.global_menu > ul > li > ul > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background: #ffb6c1;
}
.global_menu > ul > li > ul { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 30px;
  color: #333; /* 文字色 */
  background: #ffb6c1; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
}
.global_menu > ul > li:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
.global_menu > ul > li > ul a:hover {
  color: #fff;
}
.global_menu > ul > li > ul { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 0; /* topを0に */
  left: 0;
  padding: 30px;
  color: #333; /* 文字色 */
  background: #ffb6c1; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
  opacity: 0;
  transition: 1.5s top, 1.5s opacity; /* アニメーション設定 */
}
.global_menu > ul > li:hover > ul { /* 下層メニューのスタイル（親項目ホバー時） */
  top: 100%; /* 定位置に戻す */
  opacity: 1;
  visibility: visible; /* 下層メニューを表示 */
}
.contact_nav a {
    background-image: linear-gradient( 90deg, #f999a9 9%, #fb769b 100%);
    color: #fff;
    padding: 32px 48px;
}
/* リンク設定
------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
    display: block;
}
a:hover{color:#000;}
a:active, a:focus {outline:0;}


/* フォーム
------------------------------------------------------------*/
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
border:1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#000;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#cf6a88;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
height:auto;
font-size:110%;
color:#000;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #1278b6;
    cursor: pointer;
    color: #fff;
}

/*************
/* ヘッダー
*************/
header {
    position: fixed;
    top: 0;
    z-index: 120;
    width: 100%;
}
header.scroll-nav ul li a {
  color: #fff;
}
header.scroll-nav .logo {
    background-color: inherit;
}
header.scroll-nav {
    background-image: linear-gradient( 0deg, #00000059 9%, #000000a6 100%);
}

/*************
/* ロゴ
*************/
.logo {
    float: left;
    padding: 24px 0 16px 24px;
    width: 22%;
}
.logo img {
    width: 100%;
}


/* 全体
------------------------------------------------------------*/
main {
}
article.kv_top section {
    padding: 0;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}

.box {
    overflow: hidden;
    position: relative;
}
.l_box {
    float: left;
}
.r_box {
    float: right;
}
.l_box img {
  width: 100%;
}
.r_box img {
  width: 100%;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
.metaslider .slides img {
    height: 90vh !important;
    object-fit: cover;
}



/*************
メイン コンテンツ
*************/

section {
    padding: 100px 0;
    position: relative;
}
section.last {
    padding: 0;
}
figure {
    margin: 0 !important;
}
figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h2.ttl {
    margin-bottom: 80px;
}
span.jp_ttl {
    font-size: 40px;
    font-weight: 600;
    display: block;
    line-height: 47px;
    margin-bottom: 8px;
}
span.en_ttl {
    display: block;
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    color: #2d4591;
}
h2.ttl span.jp_ttl {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.link_arrw_bkw span {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.link_arrw_bkw:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 8px;
}
section.bk_fff {
    background: #fff;
}
.schedule .l_box, .schedule .r_box {
    width: 50%;
}

































.program figure {
    padding-left: 380px;
}
.list ul {
    display: flex;
    margin-top: 40px;
}
.list ul li {
    flex: 31.333333%;
    max-width: 31.333333%;
    margin: 0 1%;
    border: 1px solid #e6e2e2;
    position: relative;
}
.list ul li figure {
    padding: 0;
}
.list ul img {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.list ul img.arrow {
    width: 24px;
    height: auto;
    aspect-ratio: unset;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.txt_area {
    padding: 24px;
}
h3.ttl_area span.ttl {
    font-size: 18px;
    font-weight: bold;
}
span.cat {
    font-size: 10px;
    color: #fff;
    background-color: #fb7b9d;
    line-height: 10px;
    padding: 2px 6px;
    margin-right: 2px;
}
.cat_are {
    margin: 0;
}
.h3_txt {
    line-height: 26px;
    font-size: 14px;
}
.cnter a {
    margin: 0 auto;
}
.qa_cv section {
    padding: 0;
}
.qa_cv .l_box, .qa_cv .r_box {
    width: 50%;
    position: relative;
    padding: 100px 100px 290px 100px;
    height: 730px;
}
.qa_cv .l_box h2.ttl {
    color: #fff;
}
.qa_cv .l_box h2.ttl span.jp_ttl {
}
.qa_cv .l_box .h2_txt {
    color: #000;
}
.qa_cv figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.qa_cv .l_box h2.ttl,.qa_cv .r_box h2.ttl {
    position: relative;
    z-index: 10;
}
.qa_cv .l_box .h2_txt,.qa_cv .r_box .h2_txt {
    position: relative;
    z-index: 10;
}
.qa_cv .l_box .link_btn,.qa_cv .r_box .link_btn {
    position: relative;
    z-index: 10;
}
.qa_cv .l_box .link_btn a {
}
.qa_cv figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.facility_area .l_box {
    width: 50%;
    padding-left: 10%;
    padding-top: 60px;
}
.facility_area .r_box {
    width: 50%;
    padding-left: 100px;
}
.facility_area .r_box img {
    height: 500px;
    object-fit: cover;
}
.plpr figure {
    padding-right: 380px;
}
.inner02 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.news_area h2.ttl {
    width: 50%;
}
.n_block {
    display: inline-block;
}
.n_list li {
    margin-bottom: 16px;
}
.n_list li a {
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 10px;
}
.archive_ttl {
    display: inline-block;
}
span.prefecture {
    font-size: 14px;
    display: inline-block;
    background-color: #ddd;
    padding: 4px 8px;
    margin-right: 4px;
}
time.n_block {
    margin-right: 32px;
    color: #b8b8b8;
}
.column .center_cnt {
    margin-top: 0;
}
.column h2.ttl {
    width: 31.3333%;
    text-align: center;
    margin: 0 auto;
}
article.top_map section {
    padding: 0;
}
iframe {
    vertical-align: bottom;
}
/*************
/* フッター
*************/

article.ft_contact {
}
article.ft_contact .l_box, article.ft_contact .r_box {
    width: 50%;
}
.ft_tel span,.ft_line span {
    display: block;
}
.ft_icon, .ft_tel, .ft_line {
    display: inline-block;
    vertical-align: middle;
}
span.ttl3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
span.ttl3 a {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}
span.hosoku {
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
}
.ft_line, .ft_tel {
    padding-left: 20px;
    text-align: center;
}
.box.tel_line {
    margin-bottom: 40px;
    overflow: hidden;
}
ul.ft_sns li {
    display: inline-block;
    margin-right: 40px;
}
ul.ft_sns {
}
ul.ft_sns li a {
    width: auto;
}
ul.ft_sns li a img {
    width: 25px;
}
article.ft_contact .link_btn a {
    color: #fff;
    border-image: none;
    width: 90%;
}
footer {
    padding: 0;
}
.ft_logo {
    width: 360px;
    margin-bottom: 24px;
}
.ft_nav {
    width: 100%;
    text-align: left;
    margin-top: 16px;
    float: right;
    width: 60%;
}
.ft_logo a {
}
.info {
    float: left;
    width: 40%;
}
ul.footnav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
ul.footnav li {
}
ul.footnav li a, ul.footnav02 li a {
    font-size: 14px;
}
ul.footnav li:first-child {
}
ul.footnav02 {
    display: flex;
    justify-content: space-between;
}
ul.footnav02 li {
}
.name_com {
    margin-bottom: 8px;
}
address {
    margin-bottom: 8px;
}
a.ft_inf_tel {
}
span.reception {
    display: inline-block;
    font-size: 16px;
}
article.ft_contact .l_box {
    padding-top: 13px;
}
article.ft_contact span.jp_ttl {
    color: #efefef;
}
article.ft_contact section {
    padding-bottom: 0;
}
article.ft_contact .two{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
}
article.ft_contact .bg_img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
    z-index: -1;
    background-image: url(img/top_img03.jpg);
}
article.news_area .link_btn {
    margin-top: 60px;
}
span.bk_color_gl {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #8d8d8de6;
    z-index: 0;
}
span.bk_color_w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #cdcdcde6;
    z-index: 1;
}
span.bk_color_bl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #343434e6;
    z-index: 1;
}
small {
    background-color: #fff;
    display: block;
    color: #000000;
    font-size: 10px;
    text-align: center;
    padding: 4px;
}

/*背景スクロール切り替え＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.bg_scrll {
    padding: 0;
    /* background: none; */
    /* height: auto; */
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.kv_top h1 {
    position: relative;
}
span.en_ttl_kv {
    color: #fff;
    font-size: 200px;
    letter-spacing: 5px;
    font-weight: 100;
    display: block;
    font-family: 'Work Sans', sans-serif;
    line-height: 167px;
    margin-bottom: 24px;
}
span.jp_ttl_kv {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
section.page_header span.jp_ttl_kv {
    margin-left: 10px;
    letter-spacing: 8px;
}
span.jp_ttl_kv01 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 47px;
}
span.jp_ttl_kv02 {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 61px;
}
span.jp_ttl_kv {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 18px;
}
.kv_txt_area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 112px;
    background-image: url(img/ttl_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 16px;
    margin-top: 16px;
}
.kv_catch {
    display: inline-block;
    vertical-align: middle;
}
span.catch_txt {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    display: block;
    letter-spacing: 9px;
    line-height: 40px;
    margin-bottom: 16px;
}
span.catch_txt02 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    display: block;
    letter-spacing: 20px;
    line-height: 70px;
}
section.page_header span.en_ttl_kv {
    margin-bottom: 8px;
}
.one {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.show .bg {
  opacity: 1;
}
.bg._01 {
  background-image: url("img/top_kv_img.jpg");
}
.bg._02 {
  background-image: url("img/bk_w.jpg");
}
.bg._03 {
  background-image: url("img/top_img03.jpg");
}
.bg._04 {
  background-image: url("img/bk_w.jpg");
}
.bg._05 {
  background-image: url("img/top_img05.jpg");
}




section.kv_top {
    background-image: url(img/top_kv_img.jpg);
}
section.schedule {
    background-image: url(img/top_img05.jpg);
}
section.application {
    background-image: url(img/top_img03.jpg);
}
section.successful {
    background-image: url(img/bk_w.jpg);
}

/*背景スクロール切り替え＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.block {
    width: 160px;
    height: 160px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.circleText {
    overflow: visible;
    animation: rotation 18s linear infinite;
}
.circleText__circle {
    fill: none;
}
.greeting .circleText__text {
    fill: #000;
}
.greeting img.arrow {
    filter: brightness(1) invert(1);
}
.circleText__text {
    fill: #fff;
    font-size: 12px;
    letter-spacing: 0.03em;
    transition: 0.4s;
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
  &__circle {
    fill: none;
  }
  &__text {
    fill: #fff;
    font-size: 12px;
    letter-spacing: 0.03em;
    transition: 0.4s;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
img.arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    margin: auto;
    right: 0;
    left: 0;
    transition: 0.4s;
}
section.kv_top .block {
    position: absolute;
    bottom: 100px;
    right: 50px;
}
img.arrow.links_btn {
    transform: rotate(-90deg);
}
.block a:hover {
    opacity: 0.4;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
.f_box {
    width: 50%;
    padding: 50px 50px 50px 0;
}
.f_box figure {
    height: 100%;
}
.f_box.f_img {
    /* position: absolute; */
    /* right: 0; */
    padding: 0;
    /* height: 100%; */
    /* width: 100%; */
}
img.top_biz {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.about_area .block {
    position: absolute;
    bottom: 100px;
    right: 50px;
}
.h2_txt {
    color: #000;
}
section.kv_top h2.ttl {
    color: #fff;
}
.business_content {
    margin-top: 80px;
}
h3.ttl_area {
    margin: 16px 0;
    display: inline-block;
    vertical-align: middle;
}
span.en_ttl_03 {
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
    display: block;
}
span.jp_ttl_03 {
    font-size: 14px;
    font-weight: bold;
}
.business_content li {
    margin-bottom: 24px;
}
.business_content li:last-child{
    margin: 0;
}
.business_content li a:before {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.business_content li a:hover {
    color: #06b4b1;
}
article.qa_cv .block {
    width: 130px;
    height: 130px;
    position: absolute;
    right: 110px;
    bottom: 100px;
}
article.news_area section {
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
}
.ft_contact h2.ttl {
    width: 31.3333%;
    text-align: left;
    color: #fff;
}
.ft_cont .block {
    margin: 0;
}
.ft_cont {
    width: 100%;
    padding-bottom: 100px;
}
.box.sns_area {
    margin-top: 35px;
}

/*COMPANY*/
section.page_header {
    position: relative;
    padding: 0;
}
.page_header_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.page_header .ttl_area {
    background-color: #0000006b;
}
h1.page_ttl {
    font-size: 100px;
    padding: 30vh 8%;
}
h1.page_ttl span {
    display: block;
    color: #fff;
}
.inn02 {
    max-width: 800px;
    margin: 0 auto;
}
.company table {
    width: 100%;
}
.company table th {
    width: 20%;
    border-bottom: 1px solid #0014a8 !important;
    font-weight: 400;
}
.company table td {
    width: 80%;
}
.company table th, .company table td {
    padding: 40px 16px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 18px;
}

/*PRIVACY POLICY*/
.privacy-policy h2.ttl {
    font-size: 24px;
    line-height: 1.4;
    margin: 60px 0 40px 0;
}
.privacy-policy p {
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 400;
}
.privacy-policy p a {
    display: inline-block;
}
.privacy-policy ol {
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 400;
}
/*NEWS*/
.list_high ul {
    margin-bottom: 24px;
}
.list_high ul li {
    border-bottom: 1px solid #ccc;
}
.list_high ul li a {
    padding: 16px 20px;
    display: block;
}
span.date {
    font-size: 14px;
    color: #2d4591;
    margin-bottom: 8px;
    display: block;
}
.single-news h2.ttl_s {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 0 16px 24px;
    margin-bottom: 24px;
    line-height: 32px;
}
.content_s {
    line-height: 32px;
}
.single-news h3 {
    border-top: 2px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 24px 0 16px 0;
}
.single-news h4 {
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 24px 0 16px 0;
}
/*GREETING*/
.page-template-page-greeting p {
    overflow: hidden;
    line-height: 32px;
    font-size: 18px;
}
/*PHILOSOPHY*/
.page-template-page-philosophy .inn02 h2 {
    border-top: 2px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 60px 0 16px 0;
}
/*BUSINESS*/
.page-template-page-business .h2_txt {
    margin-bottom: 40px;
}
.business_area table th, .business_area table td {
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
}
.business_area table th {
    font-weight: 600;
}
.page-template-page-business .business_area h3 {
    border-top: 3px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 60px 0 16px 0;
}
/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline;
}

/*CONTACT*/
.contact-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.contact-table th, .contact-table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 40px 24px;
}
.contact-table th {
    width: 40%;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #06b4b1;
}
.contact-table td {
}
.required {
    font-size: 12px;
    color: #fff;
    background: #0014a8;
    padding: 2px 5px 4px 5px;
    border-radius: 3px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: bottom;
}
.mw_wp_form .vertical-item {
    display: block;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: normal;
    margin-bottom: 0;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
}
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
.contact-table td input[type="text"], .contact-table td input[type="email"], .contact-table td textarea {
    width: 100%;
    padding: 21px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e6f0f7;
}
.contact-table td .mwform-tel-field input {
    width: initial;
}
.contact_page .btn_area {
    margin-top: 60px;
    overflow: hidden;
}
input[type="submit"] {
    font-weight: bold;
    color: #b8b8b8;
    text-align: center;
    padding: 30px 0;
    border: 1px solid;
    transition: 0.4s;
    position: relative;
    font-size: 14px;
    width: 300px;
    background: #fff;
    margin: 60px auto 0;
    display: block;
}
section#business03 h3 {
    border-top: 2px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 60px 0 16px 0;
}
.f_box.f_img02 {
    position: absolute;
    left: 0;
    padding: 0;
    height: 100%;
}
.flexbox02 {
    display: flex;
    justify-content: space-between;
}
.f_box02 {
    max-width: 50%;
    padding: 50px 0 50px 50px;
}
.f_box02.f_img02 {
    /* position: absolute; */
    /* left: 0; */
    padding: 0;
    /* height: 100%; */
}
.f_box02 figure {
    height: 100%;
}
section.philosophy th, section.philosophy td {
    padding: 40px 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
section.philosophy table th {
    width: 30%;
    position: relative;
}
section.philosophy table th img {
    width: 100%;
}
section.philosophy table td {
    width: 70%;
    position: relative;
}
section.philosophy table th span {
    background-color: #06b4b1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
    display: inline-table;
}
span.py {
    border-top: 3px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 0 0 16px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.g_img img {
    width: 100%;
}
.g_img {
    float: left;
    width: 70%;
}
.g_txt {
    position: absolute;
    width: 70%;
    right: 0;
    top: 70px;
    background: #fdfdfde0;
    padding: 38px;
}
.g_area {
    overflow: hidden;
    position: relative;
}
.consultation h3 {
    border-top: 3px solid #47569f;
    border-bottom: 1px solid #222222;
    padding: 16px;
    margin: 60px 0 16px 0;
}
.consultation .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.consultation .f_box {
    max-width: 100%;
    flex: 100%;
}
.consultation .f_box.f_img {
    position: static;
    right: 0;
    padding: 0;
    height: 100%;
}
.consultation img.top_biz {
    height: 50vh;
    object-fit: cover;
    margin-top: 80px;
}
.consultation .flexbox02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.consultation .f_box02 {
    max-width: 100%;
    flex: 100%;
}
.consultation .f_box {
    max-width: 100%;
    flex: 100%;
    padding: 0;
}
.consultation section {
    padding: 100px 0 0;
}

.consultation article:last-of-type {
    padding-bottom: 100px;
}
.consultation .f_box02 {
    max-width: 100%;
    flex: 100%;
    padding: 0;
}
.consultation section.page_header {
    padding: 0;
}
.consultation footer article.ft_contact {
    padding-bottom: 0;
}
section.consultation03 {
    padding-bottom: 100px;
}
section.schedule .one, section.application .one, section.successful .one {
    min-height: auto;
    padding: 150px 100px;
}
section.application h2.ttl {
    color: #fff;
    margin-bottom: 40px;
}
section.application span.en_ttl {
    color: #fff;
}
section.application .txt01 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.link_arrw_bkb:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-image: url(img/right-arrow_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 8px;
}
section.application a {
    color: #fff;
}
.tow_box .l_box, .tow_box .r_box {
    width: 50%;
    position: relative;
    padding: 100px;
}
section.tow_box  {
    padding: 0;
}
.tow_box .l_box h2.ttl, .tow_box .r_box h2.ttl {
    position: relative;
    z-index: 10;
    color: #fff;
}
.tow_box .teaching h2.ttl,.tow_box .teaching a,.tow_box .teaching span.en_ttl,
.tow_box .about h2.ttl,.tow_box .about a,.tow_box .about span.en_ttl{
    color: #000;
}

.tow_box a {
    position: relative;
    z-index: 100;
}
.tow_box span.en_ttl,.tow_box a {
    color: #FFF;
}
span.bk_color_b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #969696;
    z-index: 1;
}
span.bk_color_blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #2d4591;
    z-index: 1;
}
.tow_box figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.contact .l_box, .contact .r_box {
    width: 50%;
}
.contact figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}
section.contact span.jp_ttl,section.contact span.en_ttl,section.contact a {
    color: #fff;
}
section.contact .inner {
    position: relative;
}
.ft_cont {
    width: 100%;
}
.successful .n_list li {
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 10px;
}
.passed {
    margin-top: 16px;
    padding: 0 4px;
}

.contact-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.contact-table th {
    width: 40%;
    font-size: 18px;
    border-bottom: 1px solid #0014a8;
    font-weight: 400;
}
.contact-table th, .contact-table td {
    vertical-align: middle;
    padding: 40px 24px;
}
select {
    width: 100%;
    padding: 16px 4px;
    border: 1px solid #e6f0f7;
}
.sale_bank {
    margin-top: 24px;
}
.sale_bank table {
    width: 100%;
}
.sale_bank table th, .sale_bank table td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
.sale_bank table th {
    background: #ccc;
}
.sl_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sl_list ul img {
    width: 100%;
}
.sl_list ul li {
    max-width: 31.333333%;
    flex: 31.333333%;
    text-align: center;
}
.sl_list ul img {
    height: 360px;
    margin: 0 auto 16px;
    object-fit: contain;
}
section.sale02 {
    padding-top: 0;
}
section.sale03 {
    background-color: #f7f7f7;
}
.ft_logo img {
    width: 100%;
}
.content_s table th, .content_s table td {
    vertical-align: middle;
    padding: 24px 24px;
    border-bottom: 1px solid #ccc;
}
.content_s table th {
    width: 40%;
    font-size: 18px;
    border-bottom: 1px solid #0014a8;
    font-weight: 400;
}
.schedule_single h2.ttl span.jp_ttl {
    font-size: 32px;
    margin: 0;
}
.content_s table {
    width: 100%;
}
.content_s table {
    width: 100%;
    margin-bottom: 80px;
}
section.schedule_single_contact {
    background-color: #f7f7f7;
}
section.schedule_single_contact span.jp_ttl {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
section.schedule_single_contact h2.ttl {
    margin-bottom: 0;
}
section.recruit th, section.recruit td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 40px 24px;
}
section.recruit th {
    width: 40%;
    font-size: 18px;
    border-bottom: 1px solid #0014a8;
    font-weight: 400;
}
.text_area {
    margin-bottom: 10px;
}

.business_area02 h3.ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.business_area02 .h3_txt {
    margin-bottom: 48px;
}
.business_area section {
    padding: 100px 0 0 0;
}
.business_area02 section {
    padding: 100px 0 0 0;
}
article.business_area.fee {
    margin-bottom: 100px;
}
table.fee {
    margin-bottom: 16px;
    width: 100%;
}
span.red {
    font-size: 14px;
    color: #f00;
    display: block;
}
table.flow th {
    position: relative;
}
table.flow th {
    position: relative;
    width: 30%;
    padding: 50px;
}
table.flow th img {
    width: 100%;
}
.p_txt01 {
    font-size: 18px;
    margin-bottom: 24px;
}
.p_txt02 a {
    font-weight: 600;
    margin-bottom: 16px;
    background-color: #424f9c;
    text-align: center;
    padding: 8px;
    border-radius: 40px;
    color: #fff;
}
section.flow {
    background-color: #f9f9f9;
}
section.flow h2.ttl {
    text-align: center;
}
.p_txt01 span.red {
    margin-top: 16px;
}
article.submitted ul {
    margin: 24px 0;
}
article.submitted ul li {
    margin-bottom: 16px;
}
address.tosend {
    margin-bottom: 24px;
}
span.txt04 {
    margin-bottom: 24px;
    display: block;
}
article.business_area.reception .p_txt02 {
    margin-top: 24px;
}
article.business_area02.notification .p_txt02 {
    margin-top: 24px;
}
article.business_area02.notification section {
    padding-bottom: 100px;
}
.to_entry a {
    text-align: center;
    background-color: #0f76b5;
    padding: 24px;
    color: #fff;
}
.to_entry {
    margin-bottom: 100px;
}
.flow_area {
    margin-top: 20px;
}
.flow_area span {
    text-align: center;
    display: block;
    margin-bottom: 16px;
}
.flow_area_comm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flow_area_comm ul li {
    width: 25%;
    position: relative;
    padding: 16px;
}
.flow_area_comm ul li span {
    background-color: #2e71a5;
    color: #fff;
    padding: 4px;
}
section.contact {
    padding: 200px 0;
}














/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

PC

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/
@media only screen and (max-width:1366px){
section.kv_top .block {
    bottom: 20px;
}
section.about_area .block {
    bottom: 40px;
}
}


/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

PC

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/
@media only screen and (max-width:1200px){
.inner {
    padding: 0 20px;
}
article.qa_cv .block {
    width: 100px;
    height: 100px;
    right: 100px;
    bottom: 60px;
}
.global_menu a {
    padding: 8px 16px;
}
}



/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

PC

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
main {
    margin-top: 0;
}
section {
    padding: 40px 0;
    position: relative;
}
header {
}
span.jp_ttl {
    font-size: 32px;
}
.list ul {
    flex-wrap: wrap;
}
.list ul li {
    flex: 48%;
    max-width: 100%;
    margin: 0 1% 16px;
    border: 1px solid #e6e2e2;
    position: relative;
}
.list ul li:last-child {
    margin: 0 1%;
}
.list ul li:last-child img {
    height: 180px;
}
.qa_cv .l_box, .qa_cv .r_box {
    height: 570px;
    padding: 40px 50px 290px 40px;
}
.global_menu {
    display: none;
}
.logo {
    /* float: left; */
    padding: 26px 0 26px 26px;
    width: 33%;
    /* background-color: #fff; */
}
span.en_ttl_kv {
    font-size: 70px;
    letter-spacing: -5px;
    line-height: 54px;
    margin-bottom: 16px;
}
section.kv_top .block {
    bottom: 90px;
}
h2.ttl {
    margin-bottom: 40px;
}
section.about_area .block {
    bottom: 70px;
}
.business_content {
    margin-top: 40px;
}
article.qa_cv .block {
    bottom: 50px;
}
article.news_area section {
    height: auto;
}
article.ft_contact .one {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 20px;
    padding: 40px;
}
article.news_area .link_btn {
    margin-top: 40px;
}
.logo_nav a img {
    width: 40%;
    margin: 40px auto 0 auto;
}
}



/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

タブレット

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/
@media only screen and (max-width:960px){
.logo {
    float: left;
    padding: 27px 0 0 27px;
    width: 44%;
    background-color: #fff0;
}
.flexbox {
    flex-wrap: wrap;
}
.f_box {
    max-width: 100%;
}
.f_box.f_img {
    position: static;
    max-width: inherit;
    width: 100%;
}
img.top_biz {
    height: auto;
}
.center_cnt {
    padding: 100px 50px;
}
.qa_cv .l_box, .qa_cv .r_box {
    height: 480px;
    float: none;
    width: 100%;
    padding: 40px;
}
.inner02 {
    padding: 0 50px;
}
article.ft_contact .l_box, article.ft_contact .r_box {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 50px;
}
article.ft_contact .r_box{
    margin: 0;
}
article.ft_contact .link_btn a {
    width: 50%;
}
.ft_logo {
    float: none;
    width: 100%;
    text-align: center;
}
.ft_logo a img {
    width: 130px;
    margin: 0 auto;
}
.ft_nav {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
ul.footnav {
    display: flex;
    padding: 0;
    justify-content: center;
}
ul.footnav02 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 24px;
}
ul.footnav02 li {
    display: block;
    margin-top: 0;
    margin-left: 0;
    flex: 50%;
}
.box.sns_area {
    text-align: center;
}
ul.ft_sns li:last-child {
    margin: 0;
}
.ft_contact h2.ttl {
    width: 350px;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px;
}
.ft_cont .block {
    margin: 0 auto;
}
span.en_ttl_03 {
    font-size: 18px;
}
.bg._02 {
    background-position: 14% 50%;
}
.f_box figure {
    height: auto;
    width: 100%;
}
.flexbox02 {
    flex-wrap: wrap;
}
.f_box02.f_img02 {
    display: none;
}
.f_box02.space {
    display: none;
}
.f_box {
    max-width: 100%;
    flex: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.f_box02 {
    max-width: 100%;
    padding: 0 20px;
}
section.philosophy table th span {
    background-color: #06b4b1;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    position: static;
    top: 40px;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
}
.page-template-page-consultation .f_box02.f_img02 {
    display: block;
    margin-top: 80px;
}

}




/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

スマホ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/
@media only screen and (max-width:768px){
h2.ttl {
    margin-bottom: 20px;
}
.logo {
    float: left;
    padding: 21px 0 0 4px;
    width: 83%;
    background-color: #fff0;
}
address {
    margin-bottom: 8px;
    text-align: center;
}
ul.footnav {
    display: block;
    padding: 0;
    justify-content: center;
    margin-bottom: 0;
}
ul.footnav li {
    width: 48%;
    display: inline-block;
}
ul.footnav li a, ul.footnav02 li a {
    font-size: 14px;
    padding: 8px 4px;
    margin-bottom: 1px;
}
ul.footnav02 {
    display: block;
    justify-content: center;
    margin-top: 0;
}
ul.footnav02 li {
    display: inline-block;
    width: 48%;
}
.bg {
    width: 100%;
    height: calc(var(--vh,1vh) * 100);
    background: url(image/suika.jpg) no-repeat center;
    background-size: auto 100%;
}
.pc {
    display: none !important;
}
.sp{
	display: block;
}
body {
    font-size: 16px;
}
article.ft_contact section {
    position: relative;
    background-position: center;
}
section {
    padding: 50px 0;
}
.l_box,.r_box {
    float: none;
}
span.en_ttl_kv {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 35px;
}
section.kv_top .block {
    margin: 50px 0 0px 17px;
    width: 90px;
    height: 90px;
    bottom: 80px;
    right: 40px;
}
.about_area .r_box {
    width: 100%;
    float: none;
}
.one {
    padding: 0;
    min-height: auto;
}
section.about_area .block {
    margin: 50px 0 0px 17px;
    width: 90px;
    height: 90px;
    bottom: 40px;
    right: 40px;
}
.f_box {
    padding: 0;
}
.f_box.f_img {
    margin-top: 40px;
}
article.qa_cv .block {
    width: 90px;
    height: 90px;
    bottom: 40px;
    right: 50px;
}
.qa_cv .l_box .h2_txt, .qa_cv .r_box .h2_txt {
    position: relative;
    z-index: 10;
    margin-bottom: 100px;
}
.inner02 {
    padding: 0 20px;
    width: 100%;
}
span.en_ttl {
    font-size: 18px;
}
.program figure {
    padding: 0;
}
.qa_cv .l_box, .qa_cv .r_box {
    height: auto;
    padding: 50px 20px;
    float: none;
    width: 100%;
}
.list ul li {
    flex: 100%;
    max-width: none;
    margin: 0 0 16px;
    border: 1px solid #e6e2e2;
    position: relative;
}
.link_btn a {
    width: 90%;
    padding: 16px;
}
.ft_nav {
    /* display: none; */
}
.ft_contact h2.ttl {
    width: 100%;
    margin: 0 auto 50px;
}
article.ft_contact .r_box {
    margin-bottom: 10px;
}
span.en_ttl_03 {
    font-size: 16px;
}
.business_content li a:before {
    margin-right: 10px;
}
.ft_cont .block {
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.info {
    text-align: left;
}
span.reception {
    display: block;
}
.inn02 {
    padding: 0 20px;
}
.company table th, .company table td {
    display: block;
    width: 100%;
    padding: 24px 8px;
    font-size: 14px;
}
.contact-table th, .contact-table td {
    display: block;
    width: 100%;
    padding: 24px 8px;
    font-size: 14px;
}
.contact-table th {
    /* background: #eaeaea; */
}
.contact-table td .mwform-tel-field input {
    width: 30%;
}
span.jp_ttl_kv02 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
span.jp_ttl_kv {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 18px;
}
.h2_txt {
    line-height: 24px;
    letter-spacing: 2px;
}
.h3_txt {
}
article.ft_contact .two {
    padding: 20px;
}
.info {
    font-size: 16px;
}
span.reception {
    font-size: 14px;
}
.news_area h2.ttl {
    width: 100%;
}
section.philosophy table th, section.philosophy table td {
    display: block;
    width: 100%;
    padding: 20px 0 40px 0;
}
section.philosophy table th span {
    margin-bottom: 40px;
}
.g_img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}
.g_txt {
    position: static;
    width: 100%;
    padding: 0;
}
input, textarea {
    max-width: 100%;
}
.contact-table td {
    border: none;
    margin-bottom: 24px;
}
.page-template-page-consultation img.top_biz {
    height: auto;
    object-fit: cover;
    margin-top: 0;
}
.page-template-page-consultation .f_box.f_img {
    margin: 0;
}
.consultation section {
    padding: 50px 0 0;
}
section.consultation03 {
        margin-bottom: 50px;
}
.schedule .l_box, .schedule .r_box {
    width: 100%;
}
.schedule .l_box {
    margin-bottom: 50px;
}

.tow_box .l_box, .tow_box .r_box {
    width: 100%;
    padding: 50px 20px;
}
.inner {
}
.n_list li:last-child {
    margin: 0;
}
span.prefecture {
    margin-bottom: 8px;
    display: block;
}
.contact .l_box, .contact .r_box {
    width: 100%;
}
.info {
    float: none;
    width: 100%;
    font-size: 14px;
}
.ft_logo a img {
    width: 80%;
    margin: 0 auto;
}
.ft_logo {
    margin-bottom: 0;
}
span.jp_ttl {
    font-size: 28px;
    line-height: 32px;
}
section.kv_top {
    overflow: hidden;
    height: 70vh;
    padding: 20px;
}
section.kv_top .one {
    min-height: 70vh;
}
section.successful .l_box {
    margin-bottom: 50px;
}
span.catch_txt {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    letter-spacing: 7px;
}
span.catch_txt02 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    display: block;
    letter-spacing: 6px;
    line-height: 56px;
}
.bg._01 {
    height: 70vh;
}
.sale_bank {
    overflow-x: scroll;
}
.sale_bank table{
    width: 1000px;
}
section.sale {
    padding: 0;
}
section.sale02 .inner {
    padding: 0px 20px;
}
.sl_list ul li {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 40px;
}
section.bg_scrll_02 {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.kv_top {
    background-image: url(img/top_kv_img_sp.jpg);
}
section.schedule {
    background-image: url(img/bk_w.jpg);
}
section.application {
    background-image: url(img/top_img03_sp.jpg);
}
section.successful {
    background-image: url(img/bk_w.jpg);
}
.schedule_single h2.ttl span.jp_ttl {
    font-size: 28px;
    margin: 0;
}
.content_s table th, .content_s table td {
    display: block;
    width: 100%;
}
.map iframe {
    width: 100%;
    height: 300px;
}
.content_s table {
    margin-bottom: 50px;
}
small {
    margin-top: 40px;
}
section.recruit th, section.recruit td {
    display: block;
    width: 100%;
}
table.flow th, table.flow td {
    display: block;
    width: 100%;
}
.flow_area_comm ul li {
    width: 100%;
}
.logo_nav a img {
    width: 90%;
    margin: 40px auto 40px auto;
}
section.schedule .one, section.application .one, section.successful .one {
    min-height: auto;
    padding: 0;
}
section.contact {
    padding: 50px 0;
}
section.contact figure img {
    object-position: left;
}
.link_arrw_bkw:before {
    background-size: 80%;
}
.link_arrw_bkb:before {
    background-size: 80%;
}
}

@media only screen and (max-width:428px){
}






/* ------------------------------------------------------------
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

フェード

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
------------------------------------------------------------*/

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
  animation-name:zoomOutAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
  transform: scale(1.2);
  opacity: 0;
  }

  to {
    transform:scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}

/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth{
  animation-name:smoothAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  　transform-origin: left;
  opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.smoothTrigger{
    opacity: 0;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/

/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:0;
}

.lineTrigger.lineanime{
  animation-name:lineAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#333;/* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#333;/* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top:0;
  left:0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
  top:0;
  right:0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
  bottom:0;
  right:0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
  animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
}

@keyframes lineInnerAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}


/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*右から*/
.bgRLextend::before{
  animation-name:bgRLextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(0);
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}

/*下から*/
.bgDUextend::before{
  animation-name:bgDUextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}

/*上から*/
.bgUDextend::before{
  animation-name:bgUDextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
  0% {
    transform-origin:top;
    transform:scaleY(0);
  }
  50% {
    transform-origin:top;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:bottom;
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
  animation-delay: 0.5s;
}

.delay-time1{  
  animation-delay: 1s;
}

.delay-time15{  
  animation-delay: 1.5s;
}

.delay-time2{  
  animation-delay: 2s;
}

.delay-time25{  
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
  animation-duration: 0.5s;
}

.change-time1{  
  animation-duration: 1s;
}

.change-time15{  
  animation-duration: 1.5s;
}

.change-time2{  
  animation-duration: 2s;
}

.change-time25{  
  animation-duration: 2.5s;
}



/*==================================================
ハンバーガーメニュー
===================================*/

@media only screen and (max-width:1080px){

.hamburger_menu{
    display: block;
}
nav {
    height: 70px;
}
nav ul {
  text-align:center;
}
nav ul li {
  display:inline-block;
}
nav ul li a {
  color:#333;
  display:inline-block;
  padding:1em 3em;
  text-decoration:none;
  border-bottom:2px solid #fff;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
  font-size:16px;
}
nav ul li a:hover {
  color: #fff;
}
/*styling open close button*/
.button {
    display: inline;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 999;
    font-size: 30px;
}
.button a {
  text-decoration:none;
}
.btn-open:after {
  color:#fff;
  content:"\f0c9";
  font-family:"Font Awesome 5 Free";
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
  color:#07b4b2;
}
.btn-close:after {
  color:#fff;
  content:"\f00d";
  font-family:"Font Awesome 5 Free";
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
  color: #fff;
}
/*overlay*/
.overlay {
  display:none;
  position:fixed;
  top:0;
  height:100%;
  width:100%;
  background:#333;
  overflow:auto;
  z-index:99;
}
.wrap {
  color:#e9e9e9;
  text-align:center;
  max-width:90%;
  margin:0 auto;
}
.wrap ul.wrap-nav {
  border-bottom:1px solid #575757;
  text-transform:capitalize;
  padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
  font-size:20px;
  display:inline-block;
  vertical-align:top;
  width:100%;
  position:relative;
}
.wrap ul.wrap-nav li a {
  color:#ffffff;
  display:block;
  padding:8px 0;
  text-decoration:none;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
  color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
  padding:20px 0;
}
.wrap ul.wrap-nav ul li {
  display:block;
  font-size:13px;
  width:100%;
  color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
  color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
  color:#fff;
}
.social {
  font-size:25px;
  padding:20px;
}
.social p {
  margin:0;
  padding:20px 0 5px 0;
  line-height:30px;
  font-size:13px;
}
.social p a {
  color:#fff;
  text-decoration:none;
  margin:0;
  padding:0;
}
.social-icon {
    width: 100%;
    height: 50px;
    background: #e9e9e9;
    color: #333;
    display: inline-block;
    margin: 0 20px 1px;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.social-icon:hover {
  background:#fff;
  color:#f0f0f0;
}
.social-icon i {
  margin-top:12px;
}

.content {
  width:100%;
  margin-top:200px;
  font-size:20px;
  color#333;
  text-align: center;
}
}
@media screen and (max-width:48em) {
  .wrap ul.wrap-nav>li {
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #575757;
  }
  .wrap ul.wrap-nav {
    padding:30px 0px 0px;
  }
  nav ul {
    opacity:0;
    visibility:hidden;
  }
  .social {
    color:#c1c1c1;
    font-size:25px;
    padding:15px 0;
  }
  .social-icon {
    width:100%;
    height:50px;
    background:#fff;
    color:#333;
    display:block;
    margin:5px 0;
  }
}
@media only screen and (max-width:768px){
.button {
    display: inline;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 999;
    font-size: 30px;
}
}
