@charset "utf-8";

/*
Theme Name: empowerment
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/


/**
/* CSS RESET START
----------------------------------------------- */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.both {
    clear: both;
}


/**
/* CSS START
----------------------------------------------- */

html,
body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

*:focus {
    outline: none !important;
}

#Wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    color: #000000;
}

[class*=-bgImg]>img {
    visibility: hidden;
    width: 100%;
}

.Com {
    zoom: 1;
}

.Com:before,
.Com:after {
    content: "";
    display: table;
}

.Com:after {
    clear: both;
}

br.pc_br,
.pc_img,
.pc {
    display: none;
}

@font-face {
    font-family: 'Bahagia';
    src: url('font/Bahagia.otf') format('truetype');
}

@font-face {
    font-family: "NotoSerifJP-Medium";
    src: url("font/NotoSerifJP-Medium.otf") format("opentype");
}

.bahagia {
    font-family: 'Bahagia';
}

.red {
    color: red;
}

@media only screen and (min-width: 736px) {
    br.sp_br,
    .sp_img,
    .sp {
        display: none;
    }
    .pc_img {
        display: inline-block;
    }
    br.pc_br,
    .pc,
    span.pc_br {
        display: block;
    }
}


/**
/* flex CSS
----------------------------------------------- */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_row {
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .flex {
        display: block;
    }
}


/**
/* Btn CSS
----------------------------------------------- */

.block_btn {
    text-align: center;
}

.block_btn li {
    width: 100%;
    max-width: 448px;
    display: inline-block;
}

.block_btn .btn {
    position: relative;
    display: block;
    width: 100%;
    line-height: 3.6;
    font-size: 18px;
    font-weight: 700;
}

.block_btn .btn::before,
.block_btn .btn::after {
    content: "";
    display: block;
    position: absolute;
}

.block_btn .btn::before {
    top: 50%;
    right: 20px;
    width: 25px;
    height: 2px;
}

.block_btn .btn::after {
    width: 8px;
    height: 14px;
    transform: rotate(-55deg);
    transform-origin: right bottom;
    bottom: 50%;
    right: 20px;
}

.block_btn .black {
    background: #000000;
    color: #ffffff;
    box-shadow: 2px 2px 4px #c9caca;
}

.block_btn .black::before {
    background-color: #ffffff;
}

.block_btn .black::after {
    border-right: 2px solid #ffffff;
}

.more_btn li {
    display: inline-block;
}

.more_btn .btn {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 21px;
    font-weight: 700;
    padding-right: 50px;
}

.more_btn .btn::before,
.more_btn .btn::after {
    content: "";
    display: block;
    position: absolute;
}

.more_btn .btn::before {
    bottom: 2px;
    right: 20px;
    width: 25px;
    height: 2px;
    background-color: #000000;
}

.more_btn .btn::after {
    width: 8px;
    height: 14px;
    border-right: 2px solid #000000;
    transform: rotate(-55deg);
    transform-origin: right bottom;
    bottom: 4px;
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .block_btn li {
        max-width: 448px;
    }
    .block_btn .btn {
        line-height: 3.2;
        font-size: 3.6vw;
    }
    .block_btn .btn::before {
        right: 10px;
        width: 20px;
    }
    .block_btn .btn::after {
        width: 6px;
        height: 10px;
        right: 10px;
    }
    .more_btn .btn {
        font-size: 3.8vw;
        padding-right: 50px;
    }
    .more_btn .btn::before {
        right: 10px;
        width: 25px;
    }
    .more_btn .btn::after {
        width: 8px;
        height: 14px;
        right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .block_btn li {
        max-width: 448px;
    }
    .block_btn .btn {
        line-height: 3.2;
        font-size: 16px;
    }
    .block_btn .btn::before {
        right: 10px;
        width: 20px;
    }
    .block_btn .btn::after {
        width: 6px;
        height: 10px;
        right: 10px;
    }
    .more_btn .btn {
        font-size: 18px;
        padding-right: 50px;
    }
    .more_btn .btn::before {
        right: 10px;
        width: 25px;
    }
    .more_btn .btn::after {
        width: 8px;
        height: 14px;
        right: 10px;
    }
}


/**
/* ヘッダー CSS
----------------------------------------------- */

.global-header .global-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
    box-shadow: 2px 2px 4px #d7d7d7;
    padding: 10px;
    height: 84px;
}

.global-header .global-nav .header_logo {
    position: absolute;
    left: 10px;
    width: 17%;
    line-height: 0;
}

.global-header .global-nav .header_logo img {
    max-width: 296px;
    width: 100%;
}

.global-header .header-view {
    position: relative;
    margin-top: 56px;
}

.global-header .header-view .header-view-bgImg {
    position: relative;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    height: 630px;
    width: 60%;
    margin-left: auto;
}

.global-header .header-view .header-view-bgImg>img {
    visibility: hidden;
    width: 100%;
}

.global-header .header-view .view-box {
    width: 94%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.global-header .header-view .view-box h1 {
    color: #734d40;
    font-size: 85px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.global-header .header-view .view-box h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.global-header .header-view .view-box .desc {
    font-size: 20px;
    font-weight: 300;
}
.global-header .fb_btn {
  position: absolute;
  left: 19vw;
}

@media only screen and (max-width: 1024px) {
    .global-header .global-nav {
        height: 60px;
    }
    .global-header .global-nav .header_logo {
        width: auto;
    }
    .global-header .global-nav .header_logo img {
        width: 240px;
        height: auto;
    }
    /*.global-header .header-view{
		margin-top: 60px;
	}*/
    .global-header .fb_btn {
      left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .global-header .header-view .header-view-bgImg {
        width: 80%;
        height: 340px;
    }
    .global-header .header-view .view-box h1 {
        font-size: 8vw;
        margin-bottom: 3%;
    }
    .global-header .header-view .view-box h2 {
        font-size: 6vw;
        margin-bottom: 2%;
    }
    .global-header .header-view .view-box .desc {
        font-size: 3.6vw;
    }
    .global-header .header-view .view-box {
        width: 94%;
        position: initial !important;
        top: 0% !important;
        right: 0% !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .global-header .header-view .header-view-bgImg {
        height: 380px;
    }
    .global-header .header-view .view-box h1 {
        font-size: 65px;
        margin-bottom: 20px;
    }
    .global-header .header-view .view-box h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .global-header .header-view .view-box .desc {
        font-size: 18px;
    }
}


/**
/* ヘッダーナビ CSS
----------------------------------------------- */

.global-nav .drawer-hamburger {
    display: none;
}

.drawer--top .global-nav .drawer-nav {
    position: relative;
    right: auto;
    top: 0;
    overflow: visible;
    width: 60%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: transparent;
    padding: 10px 0;
}

.global-nav .drawer-nav li {
    display: inline-block;
    padding: 5px 0 0 15px;
}

.global-nav .drawer-nav li.sp-nav {
    display: none;
}

.global-nav .drawer-nav li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.global-nav .contact_btn li {
    display: inline-block;
    margin-right: 5px;
}

/* .global-nav .contact_btn li.btn_line a {
    display: block;
    width: 100%;
    line-height: 2.4;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 20px;
} */

.global-nav .contact_btn li.btn_request a {
    background: #003586;
}

.global-nav .contact_btn li.btn_contact a {
    background: #9c9c9c;
}

.global-nav .contact_btn li.btn_line a {
  display: block;
  width: 200px;
}

.global-nav .contact_btn li.btn_line a:hover {
  opacity: .8;
}

.menu-global-nav-container ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    padding-bottom: 10px;
    flex-wrap: wrap;
	margin-top:5px;
}



@media only screen and (max-width: 1140px) {
    .global-nav .drawer-nav li a {
        font-size: 13px;
        padding: 0 5px;
    }
    .global-nav .contact_btn li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
  .drawer-hamburger {
    padding: 18px 2rem 30px !important;
  }
    .global-nav .drawer-hamburger {
        display: block;
        width: 5.5rem;
		max-width:40px;
    }
    .drawer--top .global-nav .drawer-nav {
        top: -100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
    }
    .drawer--top.drawer-open .global-nav .drawer-nav {
        top: 60px;
    }
    .global-nav.clone-nav .drawer-nav {
        display: none;
    }
    .global-nav .drawer-hamburger-icon,
    .global-nav .drawer-hamburger-icon::after,
    .global-nav .drawer-hamburger-icon::before {
        background: #260334;
        height: 3px;
    }
    .drawer-open .global-nav .drawer-hamburger-icon::after,
    .drawer-open .global-nav .drawer-hamburger-icon::before {
        background: #260334;
    }
    .drawer--top .global-nav .drawer-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #899ec3;
        display: block;
    }
    .global-nav .drawer-nav .header-nav {
        display: block;
    }
    .global-nav .drawer-nav li,
    .global-nav .drawer-nav li.sp-nav {
        display: block;
        padding: 0;
    }
    .global-nav .drawer-nav li a {
        position: relative;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        padding: 0;
        line-height: 3;
        color: #ffffff;
        text-align: left;
        letter-spacing: 1px;
        border-bottom: 1px solid #ffffff;
        padding: 0 10px;
    }

.menu-extra-button img {
  max-width: 100%;
  height: auto;
}
    .menu-extra-button {
  padding: 20px 0;
  text-align: center;
}

.menu-extra-button img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
    /* .global-nav .drawer-nav li:nth-child(odd) a {
        border-right: 1px solid #ffffff;
    }
    .global-nav .drawer-nav li a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 0;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    } */
/* 通常のリンクにだけ矢印＆右ボーダー */

.global-nav .drawer-nav li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

/* 最後の画像ボタン専用スタイル */
.global-nav .drawer-nav li:last-child a {
  border: none !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 90%;
  margin-top: 20px;
  margin: 0 auto;
}

    .global-nav .contact_btn {
        display: block;
        margin-right: 37px;
    }
    .global-nav .contact_btn li {
        margin-right: 0;
    }
    .global-nav .contact_btn li a {
        font-size: 13px;
        padding: 0 10px;
    }
    .menu-global-nav-container ul {
        padding-right: 0;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .global-nav .contact_btn {
        display: none;
    }
}

/* PC表示では非表示 */
@media screen and (min-width: 769px) {
  .menu-extra-button {
    display: none !important;
  }
}

/**
/* Common CSS
----------------------------------------------- */

.sidebar-ad {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1000;
}

.sp_sidebar-ad {
    display: none;
}

.sidebar-ad .pc_sidebar-ad li {
    margin: 20px 0;
}

.sidebar-ad .pc_sidebar-ad .line_btn {
  width: 85px;
}

.sidebar-ad .pc_sidebar-ad .line_btn a:hover {
  opacity: .8;
}

.sidebar-ad .pc_sidebar-ad .line_btn img {
  max-width: 100%;
}

.pageWrap {
    margin-top: 85px;
}



.inner {
    max-width: 1080px;
    margin: auto;
    padding: 0 40px;
}

@media only screen and (max-width: 767px) {
    .sidebar-ad {
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .pc_sidebar-ad {
        display: none;
    }
    .sidebar-ad .sp_sidebar-ad {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .sidebar-ad ul li {
        width: 100%;
    }
    .sidebar-ad ul li img {
      max-width: 100%;
    }
    /* .sidebar-ad ul li.sidebar-line {
        background: #00b900;
    }
    .sidebar-ad ul li.sidebar-seminar {
        background: #003586;
    } */
    /* .sidebar-ad ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 6px;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    } */
    .pageWrap {
        margin-top: 60px;
    }
    img {
        width: 100%;
    }
    .inner {
        width: 92%;
        padding: 0;
    }
    .page-guide {
        padding: 8% 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sidebar-ad {
        top: 20%;
    }
    .sidebar-ad .pc_sidebar-ad li {
        margin: 15px 0;
    }
    .pageWrap {
        margin-top: 60px;
    }
    .inner {
        width: 94%;
        padding: 0;
    }
    .page-guide {
        padding: 40px 0;
    }
}


/**
/* 見出し CSS
----------------------------------------------- */

.pageWrap .page-header-view {
    position: relative;
}

.pageWrap .page-header-view .header-view-bgImg {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
}

.pageWrap .page-header-view .header-view-bgImg {
    height: 300px;
}

.pageWrap .page-header-view .view-ttl {
    width: 96%;
    max-width: 1000px;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    text-align: center;
    color: #ffffff;
}

.pageWrap .page-header-view .view-ttl h1 {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.pageWrap .page-header-view .view-ttl h1:before,
.pageWrap .page-header-view .view-ttl h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #ffffff;
}

.pageWrap .page-header-view .view-ttl h1:before {
    left: 0;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.pageWrap .page-header-view .view-ttl h1:after {
    right: 0;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.page-header {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.page-header .caption {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #899ec3;
    margin-bottom: 5px;
}

.page-header .h2_ttl {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.page-header .h2_ttl:before,
.page-header .h2_ttl:after {
    /*content: '';*/
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #000000;
}

.page-header .h2_ttl:before {
    left: 0;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.page-header .h2_ttl:after {
    right: 0;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

@media only screen and (max-width: 767px) {
    .pageWrap .page-header-view .header-view-bgImg {
        height: 180px;
    }
    .pageWrap .page-header-view .view-ttl {
        width: 94%;
    }
    .pageWrap .page-header-view .view-ttl h1 {
        font-size: 6vw;
        padding: 0 8%;
    }
    .pageWrap .page-header-view .view-ttl h1:before,
    .pageWrap .page-header-view .view-ttl h1:after {
        width: 25px;
        height: 2px;
    }
    .page-header {
        margin-bottom: 5%;
    }
    .page-header .caption {
        font-size: 3.6vw;
        margin-bottom: 1%;
    }
    .page-header .h2_ttl {
        font-size: 5vw;
        padding: 0 8%;
    }
    .page-header .h2_ttl:before,
    .page-header .h2_ttl:after {
        width: 25px;
        height: 2px;
    }
    .main-v img {
        min-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pageWrap .page-header-view .header-view-bgImg {
        height: 240px;
    }
    .pageWrap .page-header-view .view-ttl {
        width: 94%;
    }
    .pageWrap .page-header-view .view-ttl h1 {
        font-size: 32px;
        padding: 0 36px;
    }
    .pageWrap .page-header-view .view-ttl h1:before,
    .pageWrap .page-header-view .view-ttl h1:after {
        width: 35px;
        height: 2px;
    }
    .page-header {
        margin-bottom: 25px;
    }
    .page-header .caption {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .page-header .h2_ttl {
        font-size: 28px;
        padding: 0 36px;
    }
    .page-header .h2_ttl:before,
    .page-header .h2_ttl:after {
        width: 35px;
        height: 2px;
    }
}


/**
/* table CSS
----------------------------------------------- */

.page-guide table.tbl-r th,
.page-guide table.tbl-r td {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
}

.page-guide dl.dl_table {
    width: 100%;
    display: table;
}

.page-guide dl.dl_table dt,
.page-guide dl.dl_table dd {
    display: table-cell;
}

@media only screen and (max-width: 767px) {
    .page-guide table.tbl-r th,
    .page-guide table.tbl-r td {
        display: block;
        width: 100%;
        padding: 3%;
        font-size: 3.6vw;
    }
    .page-guide table.tbl-r th {
        padding: 2% 3%;
    }
    .page-guide table.tbl-r td {
        padding: 3% 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-guide table.tbl-r th,
    .page-guide table.tbl-r td {
        font-size: 16px;
        padding: 10px;
    }
}


/**
/* パンくず CSS
----------------------------------------------- */

.breadcrumb {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 1;
    text-align: left;
}

.breadcrumb .breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.breadcrumb .breadcrumb-list li a {
    color: #ffffff;
    display: inline-block;
}

.breadcrumb .breadcrumb-list li span {
    padding: 0 0.5em;
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        bottom: 10px;
    }
    .breadcrumb .breadcrumb-list li {
        font-size: 12px;
    }
    .breadcrumb .breadcrumb-list li span {
        padding: 0 0.5em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumb {
        bottom: 15px;
    }
    .breadcrumb .breadcrumb-list li {
        font-size: 13px;
    }
    .breadcrumb .breadcrumb-list li span {
        padding: 0 0.5em;
    }
}


/**
/* ページネーション CSS
----------------------------------------------- */

.pagination {
    padding: 60px 0 40px 0;
    text-align: center;
}

.pagination-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination span,
.pagination a.pager,
.pagination .current,
.pagination a.prev,
.pagination a.next {
    display: block;
    font-weight: 500;
    text-align: center;
    margin: 0 5px;
    color: #023588;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.pagination span,
.pagination a.pager,
.pagination .current {
    font-size: 18px;
}

.pagination a.pager {
    background: #ffffff;
    border: 1px solid #023588;
}

.pagination a.prev,
.pagination a.next {
    font-size: 32px;
    line-height: 38px;
}

.pagination a.pager:hover {
    color: #ffffff;
    background: #023588;
}

.pagination .current {
    color: #ffffff;
    background: #023588;
}

@media only screen and (max-width: 767px) {
    .pagination {
        padding: 8% 0 5% 0;
    }
    .pagination span,
    .pagination a.pager,
    .pagination .current,
    .pagination a.prev,
    .pagination a.next {
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
    .pagination span,
    .pagination a.pager,
    .pagination .current {
        font-size: 14px;
    }
    .pagination a.prev,
    .pagination a.next {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pagination {
        padding: 40px 0 20px 0;
    }
}


/**
/* Forms CSS
----------------------------------------------- */

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
    border: none;
    border-radius: 8px;
    background: #ffffff;
    font-size: 14px;
    padding: 1em 1.4em;
    width: 100%;
    border: 1px solid #CCCCCC;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 1em 2em 1em 1.4em;
}

input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    color: #B3B3B3;
}

input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B3B3B3;
}

input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #B3B3B3;
}

.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf {
    height: auto;
    background: none;
    padding: 1em 1.4em;
}

.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf::placeholder {
    color: #fff;
}

.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf:-ms-input-placeholder {
    color: #fff;
}

.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf::-ms-input-placeholder {
    color: #fff;
}

.wpcf7-spinner {
    display: block;
}

input.s-text {
    width: 40%;
}

span.wpcf7-list-item {
    display: block;
}

.submit_btn {
    text-align: center;
    padding-top: 60px;
}

input[type="submit"] {
    border: 1px solid #003586;
    background: #003586;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 320px;
}

.wpcf7-back {
    border: 1px solid #333333;
    background: #333333;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 320px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    textarea,
    select {
        font-size: 3.4vw;
        padding: 0.7em 1em;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    input[type="date"]::placeholder,
    input[type="text"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="email"]::placeholder,
    input[type="url"]::placeholder,
    textarea::placeholder {
        font-size: 3.26vw;
    }
    input[type="date"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 3.26vw;
    }
    input[type="date"]::-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder,
    input[type="tel"]::-ms-input-placeholder,
    input[type="email"]::-ms-input-placeholder,
    input[type="url"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font-size: 3.26vw;
    }
    textarea {
        height: 40.5555555556vw;
    }
    .submit_btn {
        padding-top: 8%;
    }
    input[type="submit"] {
        font-size: 3.8888888889vw;
        line-height: 11.1111111111vw;
        height: 11.1111111111vw;
    }
    .submit_btn input.confirm {
        width: 100%;
    }
    .submit_btn input.submit {
        width: 80%;
    }
    .submit_btn input.back {
        width: 48%;
        font-size: 3.8888888889vw;
        line-height: 11.1111111111vw;
        height: 11.1111111111vw;
        margin-right: 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    textarea,
    select {
        font-size: 14px;
        padding: 0.9em 1em;
    }
    input[type="date"]::placeholder,
    input[type="text"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="email"]::placeholder,
    input[type="url"]::placeholder,
    textarea::placeholder {
        font-size: 14px;
    }
    input[type="date"]:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    input[type="date"]::-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder,
    input[type="tel"]::-ms-input-placeholder,
    input[type="email"]::-ms-input-placeholder,
    input[type="url"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font-size: 14px;
    }
    textarea {
        height: 160px;
    }
    .submit_btn {
        padding-top: 30px;
    }
    input[type="submit"] {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .submit_btn input.back {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
        margin-right: 20px;
    }
}


/**
/* フッター CSS
----------------------------------------------- */

.footer {
    margin-top: auto;
    background: #e7e7e7;
}

.footer .footer-wrap {
    padding: 40px;
}

.footer .footer-wrap h5 {
    margin-bottom: 20px;
}

.footer .footer-wrap h5 img {
    max-width: 376px;
}

.footer .footer-add ul li {
    font-size: 18px;
    font-weight: 500;
}

.footer .footer-add dl {
    margin-top: 20px;
}

.footer .footer-add dl dt {
    font-size: 18px;
    font-weight: 700;
}

.footer .footer-add dl dd {
    font-size: 18px;
    font-weight: 500;
}

.footer .footer-bottom ul {
    text-align: center;
    padding: 10px 0;
}

.footer .footer-bottom ul li {
    display: inline-block;
}

.footer .footer-bottom ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 0 20px 0 15px;
    border-right: 2px solid #000000;
}

.footer .footer-bottom ul li:last-child a {
    border-right: none;
}

.footer .copy {
    text-align: center;
    padding: 10px 0;
}

.footer .copy,
.footer .copy a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding-bottom: 38px;
    }
    .footer .footer-wrap {
        padding: 5% 0 3% 0;
    }
    .footer .footer-wrap h5 {
        margin-bottom: 5%;
    }
    .footer .footer-wrap h5 img {
        width: 70%;
        max-width: 326px;
    }
    .footer .footer-add ul li {
        font-size: 3.4vw;
    }
    .footer .footer-add dl {
        margin-top: 3%;
    }
    .footer .footer-add dl dt {
        font-size: 3.6vw;
    }
    .footer .footer-add dl dd {
        font-size: 3.4vw;
    }
    .footer .footer-bottom {
        display: none;
    }
    .footer .copy {
        padding: 2% 0;
    }
    .footer .copy,
    .footer .copy a {
        font-size: 3.26vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer .footer-wrap {
        padding: 30px 0;
    }
    .footer .footer-wrap h5 {
        margin-bottom: 15px;
    }
    .footer .footer-wrap h5 img {
        max-width: 326px;
    }
    .footer .footer-add ul li {
        font-size: 16px;
    }
    .footer .footer-add dl {
        margin-top: 20px;
    }
    .footer .footer-add dl dt {
        font-size: 16px;
    }
    .footer .footer-add dl dd {
        font-size: 16px;
    }
    .footer .copy {
        padding: 10px 0;
    }
    .footer .copy,
    .footer .copy a {
        font-size: 14px;
    }
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc_on {
        display: none !important;
    }
    .sp_on {
        display: block !important;
    }
    .view-box {
        width: 100% !important;
    }
    .header-view {
        width: 100% !important;
    }
    .view-box-wrap {
        display: flex;
    }
    .view-box {
        width: 74%;
        margin-top: 20% !important;
        margin-left: 5% !important;
    }
    .header-view-wrap h1 {
        color: #774b3e;
        font-size: 2.6em !important;
        line-height: 1 !important;
    }
    .header-parts {
        width: 28% !important;
        position: absolute;
        right: 3%;
        z-index: 999;
        margin-top: 10px;
    }
    .view-img-wrap {
        width: 30%;
    }
    .view-text-wrap {
        width: 80% !important;
    }
    .header-view-text2 {
        margin-bottom: 2% !important;
        width: 100% !important;
    }
    .header-view-text3 {
        width: 100% !important;
    }
    .header-view-wrap {
        margin-top: 0px !important;
    }
    .header-view-text1 {
        margin-bottom: 2%;
        margin-top: 0px !important;
        width: 100% !important;
    }
    .header-view img {
        max-width: 100%;
    }
    .global-header .header-view {
        margin-top: 13px !important;
    }
    .view-box-sp {
        display: flex;
    }
}

@media only screen and (min-width: 1px) and (max-width: 300px) {
    .header-view-text1 {
        margin-bottom: 1% !important;
        margin-top: 0px !important;
        width: 100% !important;
    }
    .header-view-text2 {
        width: 100% !important;
        margin-bottom: 4%;
    }
    .header-view-text3 {
        width: 100% !important;
    }
    .header-view-wrap h1 {
        color: #774b3e;
        font-size: 1.4em !important;
        line-height: 1 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .header-view-wrap h1 {
        color: #774b3e;
        font-size: 3.9em !important;
        line-height: 1 !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .header-view-wrap h1 {
        color: #774b3e;
        font-size: 3.9em !important;
        line-height: 1 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .header-view-wrap h1 {
        color: #774b3e;
        font-size: 6em !important;
        line-height: 1 !important;
    }
}


/*ここからPC表記*/

.header-view-wrap h1 {
    color: #774b3e;
    font-size: 8.1em;
    line-height: 1 !important;
}

.header-view-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.view-box {
    width: 100%;
    margin-left: 32px;
}

.view-box img {
    width: 90%;
}

.header-view-text1 {
    width: 80%;
    margin-bottom: 2%;
    margin-top: 120px;
}

.header-view-text2 {
    width: 80%;
    margin-bottom: 4%;
}

.header-view-text3 {
    width: 80%;
}

#Wrapper {
    min-height: 0px !important;
}

.global-header .header-view {
    height: 100%;
}

.header-view-text3 {
    margin-bottom: 1.5%;
}

.header-parts {
    width: 19%;
    position: absolute;
    right: 3%;
}

.line-icon {
    width: 18% !important;
    margin-right: 2px;
    margin-left: 2px;
}

.ttl_top {
    margin-top: 35px;
}

.digest-wrap {
    margin-bottom: 36px;
}

.main-v img {
    min-width: 1000px;
}

.mailmaga-inner {
    text-align: center;
}

.mailmaga-title {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
}

.mailmaga-title:before {
    left: 0;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.mailmaga-title:before,
.mailmaga-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #000000;
}

.mailmaga-title:after {
    right: 0;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.mailmaga-title:before,
.mailmaga-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 3px;
    background-color: #000000;
}

.mailmaga-wrap {
    display: flex;
    justify-content: space-between;
    width: 69%;
    margin: 51px auto 55px;
}

.mailmaga-semina a {
    padding: 30px 50px;
    background-color: #003586;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.mailmaga-point a {
    padding: 30px 50px;
    background-color: #734c3b;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.mailmaga-point a::after,
.mailmaga-semina a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 14px;
    transform: rotate(-55deg);
    transform-origin: right bottom;
    bottom: 50%;
    right: 20px;
    border-right: 2px solid #ffff;
}

.mailmaga-point a::before,
.mailmaga-semina a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 2px;
    background-color: #ffff;
}

@media only screen and (max-width: 736px) {
    .mailmaga-wrap {
        display: block !important;
        justify-content: space-between;
        margin-top: 51px;
        margin-bottom: 55px;
        width: 100% !important;
        margin: 11px auto 55px !important;
    }
    .mailmaga-semina a {
        width: 100%;
        display: inherit !important;
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        text-align: center !important;
    }
    .mailmaga-point a {
        width: 100%;
        display: inherit !important;
        padding-top: 17px !important;
        padding-bottom: 17px !important;
        text-align: center !important;
    }
    .mailmaga-point {
        margin-top: 11px;
    }
    .mailmaga-title {
        position: relative;
        display: inline-block;
        padding: 0 8% !important;
        font-size: 5vw !important;
        font-weight: 700;
        line-height: 1.2;
    }
    .mailmaga-title:before,
    .mailmaga-title:after {
        width: 25px !important;
        height: 2px !important;
    }
}

.customer_voice .img-name_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.customer_voice .img-name_box div {
    width: 37%;
}

.customer_voice .img-name_box dl {
    width: 60%;
}

.customer_voice .name-company_box dt,
.customer_voice .name-company_box dd,
.customer_voice .img-name_box dt,
.customer_voice .img-name_box dd {
    color: #002060;
    padding: 10px;
    font-weight: 600;
}

.customer_voice .img-name_box dt,
.customer_voice .img-name_box dd {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
}

.customer_voice .name-company_box dt,
.customer_voice .img-name_box dt {
    background-color: #d6dce4;
    text-align: center;
}

.customer_voice .img-name_box dt {
    width: 20%;
    vertical-align: top;
}

.customer_voice .img-name_box dd {
    width: 60%;
}

.customer_voice .voice-qa_box dt {
    padding: 10px;
    background-color: #002060;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.customer_voice .voice-qa_box dd {
    margin-bottom: 45px;
    line-height: 1.5;
    letter-spacing: 0.7px;
}

.news-guide.customer_voice {
    background-color: #fff;
}

.customer_voice .name-company_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.customer_voice .name-company_box dt {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_voice .name-company_box dd {
    width: 67%;
}

.customer_voice .kuwasiku-btn {
    background-color: #002060;
    color: #fff;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
}

.customer_voice .kuwasiku-btn:hover {
    opacity: 0.6;
}

.voice-qa_box dd span {
    color: #fe7300;
	font-weight: bold;
}

.news-guide.customer_voice .news-list .news-items {
    position: relative;
    padding-bottom: 68px;
}

.news-guide.customer_voice .news-list .news-items ul {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 600;
}

@media only screen and (max-width: 736px) {
    .customer_voice .name-company_box,
    .customer_voice .img-name_box {
        flex-direction: column;
    }
    .customer_voice .name-company_box dd,
    .customer_voice .name-company_box dt,
    .customer_voice .img-name_box div,
    .customer_voice .img-name_box dl,
    .customer_voice .img-name_box dt,
    .customer_voice .img-name_box dd {
        width: 100%;
    }
    .customer_voice .img-name_box div {
        margin-bottom: 15px;
    }
    .customer_voice .img-name_box dt {
        margin-bottom: 0px;
        padding: 5px;
    }
    .customer_voice .img-name_box dd {
        padding: 0 10px;
        margin-bottom: 12px;
    }
    .customer_voice .img-name_box {
        margin-bottom: 20px;
    }
    .customer_voice .voice-qa_box dt {
        margin-bottom: 5px;
    }
    .customer_voice .voice-qa_box dd {
        margin-bottom: 30px;
    }
    .customer_voice .name-company_box dt {
        display: block;
        padding: 2px;
    }
    .customer_voice .name-company_box dd {
        padding: 2px 0 0;
        line-height: 1.3;
    }
}
/*新規記述*/
.fv-pc{
	margin-top:50px;
}
.title_style_a{
	text-align:center;
	position:relative;
	font-size: 32px;
	margin-bottom:32px;
}

.title_style_a:after {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 112px;
    height: 6px;
    background-image: url(image/midasi_button_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
    text-align: center;
}
.bg_mission_text{
	position:relative;
}
.bg_mission_text:after {
    position: absolute;
    content: '';
    /* left: 0; */
    display: block;
    width: 408px;
    height: 103px;
    background-image: url(image/bg_midashi_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
    text-align: center;
    top: -229px;
}

.bg_empahasis_text{
	position:relative;
}
.bg_empahasis_text:after {
    position: absolute;
    content: '';
    /* left: 0; */
    display: block;
    width: 408px;
    height: 103px;
    background-image: url(image/bg_midashi_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    /* bottom: 630px; */
    position: absolute;
    left: 0;
    right: 50%;
	transform:translatex(-50%);
    margin: auto;
    text-align: center;
	top: -42px;}
.bg_empahasis_text:after {
    position: absolute;
    content: '';
    /* left: 0; */
    display: block;
    width: 408px;
    height: 103px;
    background-image: url(image/bg_midashi_c.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    /* bottom: 630px; */
    position: absolute;
    left: 50%;
   right: 50%;
	transform:translatex(-50%);
    margin: auto;
    text-align: center;
	top: -42px;}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
	margin-top:26px;
}
.arrow_r:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
}

.link_wrap_a{
	text-align:center;
}
.link_wrap_a a{
    max-width: 335px;
    padding: 10px 0px 10px 0px;
    border: solid 3px #bf0008;
    color: #bf0008;
    border-radius: 34px;
    font-weight: bold;
	font-size: 16px;
    display: block;
    margin: 0 auto;
}
.midashi_title_wrap{
	    width: 65%;
    margin: 0 auto;
}
.bg_color_red{
	   padding-bottom: 30px;
	padding-top:30px;
	background-color:#f5d9da;
}
.link_wrap_a.style_red a {
    border: solid 3px #bf0008;
    color: #fff;
    border-radius: 34px;
    font-weight: bold;
	background-color:#bf0008;
}
.style_blue{
	  background: #06519d;
	  color: #fff;
}
.title_fukidashi{
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 18px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 32px;
    margin-bottom: 32px;
    width: 100%;
text-align: center;
	    display: flex;
    justify-content: center;
}

.title_fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    border: 63px solid transparent;
    border-top: 24px solid;
}
.style_blue:before {
	  color: #06519d;
}
.bg_color_gray{
	background-color:#ececec;
}
.arrow_bottom{
	position:relative;
    display: flex;
    justify-content: center;
}
.arrow_bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    border: 125px solid transparent;
    border-top: 76px solid #ececec;
}
.support_text_img{
	margin: 110px auto 50px;
    display: block;
}
.support_text_img.png{
    margin: 105px auto 2px;
    display: block;}
.bg_empahasis_text .inner{
    max-width: 795px;
    margin: auto;
    padding: 0 40px;}
.bg_empahasis_text h3{
    font-size: 24px;
    letter-spacing: 4px;}
.bg_empahasis_text h3 img{
width: 21px;
	    margin-right: 12px;
}
.bg_empahasis_text h3 span{
    width: 100%;
    display: block;
    border-bottom: solid #333 2px;
padding-left:31px;
}

.bg_empahasis_text h3{
	display:flex;
	position:relative;
	margin-bottom:30px;
}

.bg_empahasis_text h3 img{
    width: 28px;
    position: absolute;
    bottom: -2px;
}
.empahasis_contactul li{
	margin-bottom:10px;
font-weight:bold;
	display:flex;
}

.empahasis_contactul li:last-child{
	margin-bottom:0px;
}

.empahasis_contactul li img {
	margin-right:12px;
	max-width: 20px;
    object-fit: contain;
}
.empahasis_contactul{
	margin-top:30px;
	margin-bottom:30px;
}
.link_wrap_a.button_blue a {
    border: solid 3px #06519d;
    color: #06519d;
    border-radius: 34px;
    font-weight: bold;
}
.empahasis-guide-content{
	margin-top:40px;
}
.link_wrap_a.style_gradation a {
    border: solid 3px #bf0008;
    color: #fff;
    border-radius: 34px;
    font-weight: bold;
    background-color: #bf0008;
}
.bg_mission_text p{
	margin-bottom:30px;
}
.mt_tuning_a {
    margin-top: 37px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;/*
  border-top: 3px solid #5ab4bd;*/
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #5b5b5b;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border:1px solid #5b5b5b;
border-right:none;
}
/*.tab_item:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#project:checked ~ #project_content,
#environment:checked ~ #environment_content,
#training:checked ~ #training_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/

#all + .tab_item {
color: #bf0008;
   background-color: #ececec;
	border-right:none;
		border-left:none;
	border-bottom:none;
	    border-top: 3px solid #bf0008;
}
.tabs input:checked + .tab_item {
color: #bf0008;
   background-color: #ececec;
	border-right:none;
		border-left:none;
	border-bottom:none;
	    border-top: 3px solid #bf0008;
}

#all ~ #all_content{
	display:block;
}
.tabs:has(#project:checked) #all_content,
.tabs:has(#environment:checked) #all_content,
.tabs:has(#training:checked) #all_content{
  display: none;
}

.tabs:has(#project:checked) #all + .tab_item ,
.tabs:has(#environment:checked) #all + .tab_item ,
.tabs:has(#training:checked) #all + .tab_item
{
  width: calc(100%/4);
  height: 50px;/*
  border-top: 3px solid #5ab4bd;*/
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #5b5b5b;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border:1px solid #5b5b5b;
border-right:none;
}


.seminar-guide .tabs #project:checked + .tab_item , .seminar-guide .tabs #environment:checked + .tab_item  {
    border-left: 1px solid #5b5b5b;
 }
/*
.seminar-guide .tabs #project:checked + .tab_item {
    color: #bf0008;
    background-color: #ececec;
    border-left: none;
    border-bottom: none;
    border-top: 3px solid #bf0008;
}*/
.tabs #training + .tab_item {
    border-right: 1px solid #5b5b5b;
}
.tabs #training:checked + .tab_item {
    border-right: none;
    border-left: 1px solid #5b5b5b;
}
.bg_voice_text{
	position:relative;
}
.bg_voice_text:after{
  position: absolute;
    content: '';
    /* left: 0; */
    display: block;
    width: 408px;
    height: 103px;
    background-image: url(image/bg_midashi_d.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    /* bottom: 630px; */
    position: absolute;
    left: 50%;
    right: 50%;
	transform:translatex(-50%);
    margin: auto;
    text-align: center;
	top: -42px;	
}
.bg_voice_text .name-company_box{
	text-align:center;
margin-bottom:20px;
}

.bg_voice_text  .slick-slide img {
    display: block;
	margin-bottom:10px;
}
.bg_voice_text .name-company_box dt{
    padding: 0.8rem 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
    background-image: linear-gradient(90deg, #003586 0 30%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    color: #323232;
    font-weight: bold;
}

.bg_voice_text .voice_customer .voiceList_cont {
    padding: 0px;
}
.inner_bg_fff{
	background-color:#fff;
}
.bg_voice_text .one_slider.voice_customer {
    width: 64%;
    padding: 0px;
    margin: 64px auto 0;
    border-radius: 16px;
    overflow: hidden;
}
.bg_voice_text  .slick-slide img {
    width: 100%;
}
.name-company_box{
width:90%;
	margin:0 auto;
}
.link_wrap_a.style_bg_style_blue {
    margin-top: 14px;
	padding-bottom: 47px;}

.style_bg_style_blue a {
    padding: 10px 0px 10px 0px;
    border: solid 3px #003586;
	background-color:#003586;
    color: #fff;
    border-radius: 34px;
    font-weight: bold;
    display: block;
    margin: 0 auto;	
	max-width: 270px;
}
.frontWrap .voice-guide:has(.bg_voice_text) {
    background: #f1f7ff;
}.frontWrap .voice-guide:has(.bg_voice_text)  {
    padding-top: 116px;
}

.style_gradation a{
  background-image: linear-gradient(270deg, rgba(162, 25, 26, 1), rgba(38, 57, 124, 1));
	border:0 !important;
}

.mt_tuning_b{
    margin-top: 37px;
    margin-bottom: 162px;
}
.footer_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_ul li{
	width:49%;
}
.footer_ul li{
position:relative;
}
.footer_ul li:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    margin-left: 7px;
}
/*CWA追記*/
.empahasis-guide .bg_empahasis_text:after{
	background-image:url("https://hirakawa-seminar.koyo-ad.com/wp-content/uploads/2025/05/EMPHASIS.webp");
	background-size: contain;
    background-repeat: no-repeat;
}
.mt-10{
	margin-top:10em;
}
.fv-pc{
	display:block;
	width:100%;
	object-fit:contain;
}
.sp-float,.fv-sp{
		display:none;
	}
ul.event-list{
	display:flex;
	flex-wrap:wrap;
	gap:3%;
}
ul.event-list li{
	width:31.3%;
}
ul.event-list li h3{
	font-size: 16px;
    letter-spacing: 1px;
}
.event-thumb img{
	object-fit:contain;
	width:100%;
}
@media only screen and (max-width: 767px) {
	ul.event-list{
		display:block;
	}
	ul.event-list li{
		width:100%;
	}
	.title_style_a{
		font-size:29px;	
	}
	.sp-float{
		display:block;
		position:fixed;
		bottom:0;
		z-index:99;
	}
	.fv-pc{
		display:none;
	}
	.fv-sp{
		display:block;
	}
	.title_fukidashi{
		font-size:20px;
	}
	.title_fukidashi:before {
		border: 30px solid transparent;
		border-top: 16px solid;
	}
	.arrow_bottom:before {
		border: 80px solid transparent;
		border-top: 30px solid #ececec;
	}
	.bg_empahasis_text .inner {
		padding: 0 0;
	}
	.bg_empahasis_text h3 {
		font-size: 21px;
	}
	.link_wrap_a a{
		font-size: 14px;
	}
	.tab_content {
    	padding: 5% 5% 0;
	}
	.bg_voice_text .one_slider.voice_customer {
    	width: 84vw;
	}
	.footer_ul li{
		width:100%;
		padding:1em;
	}
	.footer .copy {
        padding: 50px 0 80px;
    }
}
/*PCヘッダーお問い合わせボタン*/

.contact_btn a.btn {
  font-weight: 500;
	font-size:14px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8em 2em 0.8em 1.5em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
	background:#ffff5a;
}

.contact_btn a.btn--red.btn--cubic {
  border-bottom: 5px solid #c7c75f;
}

.contact_btn a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #c7c75f;
}

.contact_btn a.btn--radius {
  border-radius: 3em;
}

.contact_btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
}
.contact_btn a.btn .fa-file-alt{
	margin-right:5px;
}

@media only screen and (max-width: 1024px) {
	.contact_btn a.btn{
		display:none;
	}
	#Content{
		overflow-x:hidden;
	}
}

 /* プライバシーポリシー用 */
#privacy > h1 {
  font-size: 2.5em !important;
  background-image: url("/wp-content/uploads/2025/06/privacy.jpg");
  background-size: cover;
  background-position: left 25%;
  background-repeat: no-repeat;
  color: white;
  padding: 80px 20px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  width: 100vw;
  margin-left: calc(50% - 50vw); /* コンテナの制限を打ち消す */
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
 #privacy > h1 {
    font-size: 1.8em;
    background-image: url("/wp-content/uploads/2025/06/privacy.jpg"); 
    background-size: cover;
    color: white;
    padding: 45px 20px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6); /* ← 光彩効果 */
  }
}

/* パンくずリスト（#privacy専用） */
#privacy .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}

#privacy .breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}

#privacy .breadcrumbs li {
  display: flex;
  align-items: center;
  color: #555;
}

#privacy .breadcrumbs li + li::before {
  content: ">";
  margin: 0 0.5em;
  color: #999;
}

#privacy .breadcrumbs a {
  color: #154fa8;
  text-decoration: none;
}

#privacy .breadcrumbs a:hover {
  text-decoration: underline;
}

#privacy h1 {
  margin-bottom: 30px;
}
.about-environment .about-wrap .about-grid.inner{
	    max-width: 100%;
	padding:0;
}
.about-environmen:has(.inner){
	width:100%;
	max-width: 100%;
}
.page-guide.about-field.about-environment .inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.about-wrap
.about-environment {
    max-width: 100%;
    margin: 0 auto;
}
.about-environment-item-wrap img , .about-environment-item img{
	margin: 0 auto;
display:block;
}
@media only screen and (max-width: 767px) {
.page-guide.about-field.about-environment .inner {
        width: 100%;
        padding: 0;
    }

.about-wrap
.about-environment {
    max-width: 100%;
    margin: 0 auto;
}
}
.about-goal-triangle-wrap{
	text-align:center;
	position:relative;
}.about-goal-triangle-wrap img{
	margin-top:44px;
}
@media only screen and (max-width: 767px) {
.about-goal-triangle {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 154px;
    height: 34px;
    background: linear-gradient(to right, #1d2e80, #9b1d1d);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.about-goal-triangle-wrap img{
	margin-top:20px;
}
.mg_bottom_tuning_a{
    margin-top: 48px;
} #about-development+.page-guide{
		    padding-top: 23px;
	}
}
.bg_color_red.bg_style_a{
	 width: 100vw;
   margin: 0 calc(50% - 50vw);
}
.about_kankyo{
    display: block;
    margin: 0 auto 20px;
}
.about-environment-item img.about_kankyo{
    display: block;
    margin: 0 auto 20px;
}

.mg_tuning_bot{
	    margin-top: 30px;
    margin-bottom: 63px;
}

.inner.wrap_style_a {
    max-width: 1080px;
    margin: auto;
    padding: 67px 40px;
}
.wrap_style_a h1{
	width:100;
	text-align:center;
  background-image: linear-gradient(150deg, rgba(38, 58, 125, 1) 1%, rgba(162, 26, 28, 1) 90%);
	color:#fff;
	    padding-top: 15px;
    padding-bottom: 15px;
	text-shadow: 3px 1px 6px #141414;
}

.themune_wrap img{
    margin: 28px auto 0;
    display: block;
}
.the_content_style{
	padding:20px;
	background-color:#eef6fb;
	margin-top:32px;
}
.h2_style_blue {
	text-align:center;
    display: block;
    position: relative;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #013586 50%, #0147b1 50%);
    overflow: hidden;
    transition: opacity 0.3s;
	margin-bottom:20px;
}
.sec_wrap_a{
	margin-top:70px;
}
.youtube_inner {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_inner iframe {
  width: 100%;
  height: 100%;
}
.slide-items {
  width: 70%;
  height:auto;
  margin: 20px auto 0;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.slide-items
.slick-prev {
    left: 15px;
}
.slide-items
.slick-next {
    right: 15px;
}
 .flex_wrap.wrap_style_b {
    display: flex;
}
.flex_wrap.wrap_style_b li {
    width: 100%;
}
.flex_wrap.wrap_style_b li {
    border: none;
}
.li_title {
    width: 26%;
}
.li_title {
    font-size: 13px;
    padding: 5px 0;
    color: #000;
    background-color: #eef6fb;
    margin-left: 0px;
    padding: 2px 5px;
    height: 100%;
    display: flex;
    border-bottom: solid 1px #000000;
    align-items: center;
    border-right: 1px solid #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
.li_textt {
    width: 74%;
}
.li_textt {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 8px;
    border-left: 0;
    border-bottom: solid #000 1px;
    border-left: 0;
    /* border-bottom: 0; */
    margin-left: 0;
    margin-right: 0;
}
.flex_wrap.wrap_style_b li {
    display: flex;
}
.flex_wrap.wrap_style_b li:last-child .li_textt{
	    border-bottom: 0;
}
.flex_wrap.wrap_style_b {
    display: flex;
    border: solid 1px #000;
}
.flex_wrap.wrap_style_b li:last-child .li_title{
	border-bottom: 0;
}
.span_inner{
	display:block;
}
.button_style_a{
	    font-weight: bolder;
  display: inline-block;
  padding: 15px 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(to bottom, #ee1c25, #d1141c);
  border-radius: 40px;
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.5),
    0 4px 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
	 box-shadow: -5px -5px 10px #881e1e inset;
}

.button_style_a:hover {
  opacity: 0.85;
}
.button_wrap{
text-align:center;    margin-top: 26px;
}
.button_style_a span {
  position: relative;
	
  display: inline-block;
  color: #fff; /* ボタンが赤背景などなら文字は白に */
  font-size: 16px;
  padding-right: 20px; /* 矢印分のスペースを確保 */
}


.button_style_a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}
.teacher-name_box {
	    align-items: center;
	display:flex;
	    margin-bottom: 11px;
}
.blue_bg{
    color: #fff;
    background-color: #252e63;
    padding: 7px;
    text-align: center;
}
.teacher-name_box .blue_bg{
	    margin-right: 11px;
}
.teacher-img{
	text-align:center;
	margin-bottom: 16px;
}
.teacher-box{
	    width: 100%;
    max-width: none; /* 必要に応じて追加 */
    margin: 0 0 45px; /* 中央寄せを解除 */

    box-sizing: border-box;
}
.teacher-info{
	    background-color: #eef6fb;
    padding: 19px;
}
.teacher-flex {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.teacher-img {
    flex: 0 0 35%;  /* 横幅全体の35%を画像に割り当て */
    max-width: 350px; /* 最大幅の制限（任意） */
    text-align: center;
}

.teacher-text {
    flex: 1;
}

/* モバイル対応（画像上・テキスト下になる） */
@media screen and (max-width: 768px) {
    .teacher-flex {
        flex-direction: column;
    }

    .teacher-img, .teacher-text {
        flex: 1 1 100%;
    }
    .teacher-img {
    max-width: none; /* 最大幅の制限（任意） */
}
}

.gradient-border-box {
    padding: 4px;
    background: linear-gradient(180deg, #004899, #73a6ff);
    border-radius: 20px;
    display: inline-block;
    width: 100%;
animation-duration
}

.inner-box {
  background: #fff;
  border-radius: 16px; /* 外枠より少し小さめに */
  padding: 16px;
height:auto;
}
.check-text {
  position: relative;
  padding-left: 30px; /* 画像分の余白 */
  display: inline-block;
	font-weight:bold;
}
.onayami-list li{
	margin-bottom:5px;
}
.onayami-list li span{
	  position: relative;
  padding-left: 30px; /* 画像分の余白 */
  display: inline-block;
font-weight: bold;
}
.onayami-list li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px; /* 画像サイズに応じて調整 */
  height: 20px;
  background: url('/wp-content/uploads/2025/08/list_check.png') no-repeat center center;
  background-size: contain;
}
.onayami-list li:last-child {
    margin-bottom: 0px;
}

.sec_wrap_youten {
  counter-reset: point-counter;
}

.point-title {
  position: relative;
  padding-left: 2.5em; /* 番号の分だけ余白を空ける */
}
.point-title::before {
    counter-increment: point-counter;
    content: counter(point-counter);
    position: absolute;
    left: -29px;
    top: 22.1%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
    background-color: #243a7e;
    padding: 11px 25px;
    border-radius: 48px;
    font-size: 28px;
}
.point-title {
    text-align: center;
    padding:8px 12px 5px 39px;
    font-weight: unset;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(105deg, #2c3b7a 7%, #a21a1c 56%);
    text-align: left;
	    margin-left: 29px;
    width: fit-content;
	    border-radius: 10px;
}
.point-content{
	    padding: 10px;
    border-radius: 20px;
    border: solid 3px #1c4ea1;
}
.point-box{
	margin-bottom:52px;
}
.point-content{
    padding: 21px 39px;
    border-radius: 20px;
    border: solid 3px #1c4ea1;
    top: -1px;
    margin-top: -18px;
    width: 95%;
    margin: -18px auto;
}
.sec_wrap_youten .h2_style_blue{
	margin-top:43px;
}
.qa-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding-left: 1em;
}

.qa-content.active {
  /* active クラスが追加されると max-height が展開される */
}

.qa-title {
    cursor: pointer;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: flex
;
    align-items: center;
}
.icon-q {
display: inline-block;
    width: 21px;
    height: 24px;
    background:#cc0e03;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 16px;
    padding-top: 13px;
    padding-bottom: 18px;
}
.toggle-icon {
  font-size: 20px;
  margin-left: 10px;
  color: #333;
}
.icon-a {
display: inline-block;
    width: 21px;
    height: 24px;
    background: #1c4ea1;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 16px;
    padding-top: 13px;
    padding-bottom: 18px;
}

.qa-answer {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
}

.qa-content.active {
    display: flex !important;
    padding-left: 0;
    background-color: #f3f3f3;
}
.qa-box{
    border-right: 2px #e4ce75 solid;
    border-left: 2px #e4ce75 solid;
    border-top: 2px #e4ce75 solid;
}
.qa-box .qa-title{
	padding: 10px;}
.qa-box .qa-content.active{
		border-top: 2px #e4ce75 solid;
	padding: 10px;
}
.qa_contents_wrap .qa-box:last-child{
    border-bottom: 2px #e4ce75 solid;
}
.qa-content.active{
	    max-height: max-content !important;
}
.qa-title{
	position:relative;
}
.toggle-icon{
	    position: absolute;
    right: 15px;
}
.sec_wrap_youten .h2_style_blue {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
	.point-content {
    width: 87%;

}
	.point-box {
    margin-bottom: 44px;
}
.inner.wrap_style_a {
    max-width: 1080px;
    margin: auto;
    padding: 18px 0px;
}
.the_content_style {
    margin-top: 11px;
}
	.sec_wrap_a {
    margin-top: 32px;
}
	.h2_style_blue {
    font-size: revert;
}
	.inner.wrap_style_a {
    padding: 57px 0px;
}
	.slide-items{
		width:100%;
	}
	.sec_wrap_a
	.slick-next {
    right: 10px !important;
}
		.sec_wrap_a
	.slick-next {
    right: 10px !important;
}
	
		.sec_wrap_a
	.slick-prev {
    left: 10px !important;
}
	.button_style_a {
    display: inline-block;
    padding: 8px 44px 11px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to bottom, #ee1c25, #d1141c);
    border-radius: 40px;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5),
    0 4px 10px rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
    box-shadow: -5px -5px 10px #881e1e inset;
    font-weight: bold;
}
	.teacher-box {
width:100%;
    margin: 0 auto 45px;
}
	.onayami-list li {
    margin-bottom: 3px;
}
	.point-title::before {
    counter-increment: point-counter;
    content: counter(point-counter);
    position: absolute;
    left: -21px;
        top: 36%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
    background-color: #243a7e;
    padding: 5px 21px;
    border-radius: 48px;
padding: 5px 24px;
        border-radius: 48px;
        font-size: 30px;
}
	.point-content {
    padding: 30px 21px 17px;

}
	.teacher-box:last-child {
    margin: 0 auto 0px;
}
	.sec_wrap_youten .h2_style_blue {
   margin-top: 0;
        margin-bottom: 33px;
}
	.qa-box .qa-title {
    padding: 10px;
    padding-bottom:8px;

}
.point-title {
    padding:8px 23px 5px 50px;
    font-size: 22px;
}
.point-content {
    padding: 20px 10px 12px;
}
	.point-content {
    padding: 26px 19px 12px;
}
	.button_style_a span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    padding-right: 20px;
}
	.teacher-name_box .blue_bg {
    margin-right: 7px;
    width: 26%;
    padding-top: 3px;
    padding-bottom: 3px;
}
	.onayami-list li span {
    padding-left: 25px;
}
.inner-box {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    height: auto;
}
}
@media only screen and (max-width: 380px) {
.point-title {
    font-size: 18px;
}
.point-title::before {
    left: -13px;
    top: 43%;
    padding: 0px 18px;
}
.point-title {
    padding: 8px 22px 5px 39px;
}
	.point-box {
    margin-bottom: 37px;
}
}
.button_style_b {
    display: inline-block;
    padding: 13px 65px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #243a7e, #a11c1e);
    border-radius: 40px;
    transition: opacity 0.3s ease;
	position:relative;
}

.button_style_b span{
		position:relative;
}
.button_style_b span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
}

@media only screen and (max-width: 738px) {
.button_style_b {
    display: inline-block;
    padding: 12px 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(135deg, #243a7e, #a11c1e);
    border-radius: 40px;
    transition: opacity 0.3s ease;
    position: relative;
    width: 95%;
}}
.title_style_aa {
    text-align: center;
    position: relative;
    font-size: 32px;
    margin-bottom: 32px;
}
.title_style_aa:after {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 112px;
    height: 6px;
    /* background-image: url(image/midasi_button_line.png); */
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  bottom: -8px;
  margin: auto;
  text-align: center;
  border-bottom: solid #1d2088 5px;
}
.pankz_wrap{
	position:relative;
margin-top:10%;
}

.pankz_wrap .breadcrumb {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 1;
    text-align: left;
    display: flex;
}

.pankz_wrap .breadcrumb li{
	margin-right:6px;
	  position: relative;
  display: inline-block;
  padding-left: 11px;
}
.pankz_wrap .breadcrumb li:first-child:before{
	  content: none;
}
.pankz_wrap .breadcrumb li:first-child{
	padding-left: 0px;
}
.pankz_wrap .breadcrumb li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


@media only screen and (max-width: 738px) {
.pankz_wrap {
	position: relative;
	margin-top: 15%;
	font-size: initial;
}}

@media only screen and (max-width: 445px) {
.pankz_wrap {
	position: relative;
	margin-top: 19%;
	font-size: initial;
}
.pankz_wrap .breadcrumb li {
	margin-right: 6px;
	position: relative;
	display: inline-block;
	padding-left: 11px;
	font-size: 11px;
}
}
.past-events-block:has(.pastyoutube_top_h2) .pastslide_top_h2{
	display:none;
}
.date_info_span{
	display:block;
}


/* ===== アンカー位置調整: 固定ヘッダー分の余白 ===== */
:root { --header-h: 84px; } /* PCヘッダーの高さ */
@media (max-width:1024px){
  :root { --header-h: 60px; } /* スマホ/タブレット時の高さ */
}

/* アンカー飛び先をずらさない */
[id] {
  scroll-margin-top: var(--header-h);
}

/* WordPress管理バーがある場合の補正（ログイン中） */
body.admin-bar [id] {
  scroll-margin-top: calc(var(--header-h) + 32px);
}
@media (min-width:783px){
  body.admin-bar [id] {
    scroll-margin-top: calc(var(--header-h) + 46px);
  }
}
/* ===== アンカー着地に使う可変オフセット（JSで実寸を上書き） ===== */
:root { --header-h: 84px; }            /* 初期値: PC */
@media (max-width: 1024px){
  :root { --header-h: 60px; }          /* 初期値: SP/タブ */
}

/* IDを持つ要素はヘッダー分だけ余白を確保して着地 */
[id] { scroll-margin-top: var(--header-h); }

/* 管理バーがある時は上乗せ（ログイン時） */
body.admin-bar [id] { scroll-margin-top: calc(var(--header-h) + 32px); }
@media (min-width: 783px){
  body.admin-bar [id] { scroll-margin-top: calc(var(--header-h) + 46px); }
}

