@charset "UTF-8";
body {
    overflow-x: clip !important;
    overflow-y: clip !important;
}
/*header*/
header#header {
    width: 100%;
    z-index: 1;
    background: #fff;
}

.header_left {
    width: 80%;
    padding: 25px 0;
}

.header_logo {
    width: 23%;
}

.header_logo img {
    max-width: 240px;
}

.header_menu {
    width: 75%;
}

.header_menu li {
    font-size: 1em;
    line-height: 1.4;
}

.header_menu li:after {
    content: " 　";
}

.header_menu li:last-child:after {
    content: "　 │ ";
}

.header_menu li a {
    color: #111;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
    padding-bottom: .55em;
    font-weight: 600;
}

.header_menu li a:hover {
    color: #111;
    background-size: 100% 1px;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 10px;
    border-right: 1px solid #ff5000;
    border-bottom: 1px solid #ff5000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drop {
    position: relative;
}

.header_menu ul.flex > li > ul {
	display:none;
}

.header_menu ul.flex > li > ul li:after {
    content:none;
}

.header_menu ul.flex > li:hover ul {
    min-width: 240px;
	display:block;
	position:absolute;
	padding:0;
	margin:0;
	top:1.5em;
	left:-40px;
	list-style-type:none;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    font-size: 1em !important;
}

.drop_sub:nth-child(1) a {
    padding: 20px 10px;
    display: block;
    border:1px solid #ddd;
}

.drop_sub:nth-child(2) a {
    padding: 20px 10px;
    display: block;
    border:1px solid #ddd;
    border-top: none;
}

.drop_sub:nth-child(3) a {
    padding: 20px 10px;
    display: block;
    border:1px solid #ddd;
    border-top: none;
}

.drop_sub a:hover {
    background: #ff5000;
    color: #fff !important;
}

.oyakudachi {
    margin-left: 20px;
}

.oyakudachi a {
    padding: 6px 15px 2px 15px;
    background: #ff5000;
    background: #111;
    border-radius: 25px;
    color: #fff !important;
}

.oyakudachi a:hover {
    background: #1b1b1b;
}

.header_right {
    width: 20%;
    padding: 25px 0;
}

.assistive_text {
    display: none;
}

.header_serch {
    display: block;
	position:relative;
}

input#s {
    width: 70%;
	border-radius:20px;
    font-size: 0.9em;
	padding: 10px 20px 10px 50px;
    border: 1px solid #ddd;
}

input#searchsubmit {
    color: #FFF;
    position: absolute;
    left: 20px;
	top:8px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    background:url("../../images/search-icon.png") center left no-repeat #FFF;
    background-size: 20px;
}

.search_none {
    padding: 0 20px 400px 20px;
}

.header_right03 {
    width: 20%;
    font-size: 0.7em;
    line-height: 1.4;
}

.header_right03_left {
    margin-right: 10px;
}

.header_right04 {
    width: 20%;
    font-size: 0.7em;
    line-height: 1.4;
}

.header_right04_top {
    margin-bottom: 5px;
}

.header_right04_btn a {
    padding: 6px 60px;
    color: #fff !important;
    background: rgb(255,80,0);
    background:linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    background-size:100%;
    background-repeat: no-repeat;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none !important;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    border-radius: 5px;
    line-height: 1.4;
}

.header_right04_tel {
    letter-spacing: 0.05em;
}

@media (max-width: 1280px){
.header_left {
    width: 100%;
}

.header_right03,.header_right04 {
    display: none !important;
}
.header_menu li:nth-child(4):after,.header_menu li:last-child:after {
    content:none;
}
}

@media (max-width: 1000px){
header#header {
    height: 60px;
    position: fixed;
    z-index: 10;
}

.header_left {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 20px 0 20px 0;
}

.header_logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.header_logo img {
    max-width: 200px;
}

.header_menu {
    display: none;
}

.oyakudachi {
    margin-left: 0;
}

.oyakudachi a {
    padding: 10px 25px 10px 25px;
    border-radius: 40px;
}

.main-top {
    padding-top: 60px;
}

.header_right03,.header_right04 {
    display: none !important;
}
}

/*header_serch_sp*/
.header_serch_sp {
    width: 60px;
	position:absolute;
	top: 10px;
	right: 20px;
	height: 40px;
	cursor: pointer;
}

.header_serch_sp #wrap {/*全体*/
    display: inline-block;
    position: relative;
    height: 40px;
    float: right;
    padding: 0;
    position: relative;
}
 
.header_serch_sp input[type="text"] {/*入力部分スタイリング。width: 0px;にしておく*/
    height: 38px;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
    color: #333;
    padding: 0 50px 0 20px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 9999;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
 
.header_serch_sp input[type="text"]:focus:hover {
}
 
.header_serch_sp input[type="text"]:focus {
    width: 280px;
    z-index: 1;
    border: 1px solid #ddd;
    cursor: text;
    border-radius: 25px;
    background: #fff;
    appearance:none;
    -webkit-appearance:none;
}

input::-webkit-input-placeholder {
    padding-bottom: 0.5em;
}

/*アイコン部分*/
.header_serch_sp input[type="submit"] {
    opacity: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    /* height: 40px;
    width: 40px;
    display: inline-block;
    color:red;
    float: right;
    background:url("../../images/search-icon_sp.png") no-repeat center;
    background-size: 40px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1.0;
    cursor: pointer;
    transition: opacity .4s ease; */ 
}
 
.header_serch_sp input[type="submit"]:hover {
    opacity: 0.8;
}

@media (max-width: 680px){
.header_serch_sp input[type="text"]:focus {
    width: 220px;
}
}

/*nav*/
.cp_fullscreenmenu {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
}
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div {
	display: flex;
	overflow: hidden;
	width: 300vw;
	height: 300vw;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
	text-align: center;
	color: #fefefe;
	border-radius: 50%;
	background: rgba(255,255,255 ,1.0);
	flex: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
	font-size: 1.4em;
	display: block;
	margin: 1em;
	padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
    color: #111;
	transition: color 0.4s ease;
    text-decoration: none;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
	color: #999;
    text-decoration: none;
}

/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	top: 0;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
	visibility: visible;
	pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
	opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
	transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
	transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
	transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
	transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0.5em 1em;
	cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255 ,1.0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	transition: all 0.4s ease;
	background: #111;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
	top: 10px;
}







#nav-toggle {
    width: 75px;
	position:absolute;
	top: 5px;
	left: 0;
	height: 74px;
	cursor: pointer;
    padding: 22px;
}
	
#nav-toggle > div {
    position: relative;
    width: 25px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
    
#nav-toggle span:nth-child(1) {
    top: 5px;
}
#nav-toggle span:nth-child(2) {
    top: 14px;
}
#nav-toggle span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle {
    border-left: none;
}

.open #nav-toggle span {
    background: #000;
}
    
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

#nav-toggle {
	z-index: 9999;
}

#gloval-nav {
    background: #fff;
    color: #111;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 100;
    font-weight: 600;
}

#gloval-nav a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 8px 0;
    transition: color .6s ease;
}
    
#gloval-nav a:hover {
      color: #666;
    }
  
#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}

.open {
	overflow: hidden;
}
  
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}


@media (max-width: 1000px){
#nav-toggle {
    position: fixed;
	/*height: 79px;*/
    height: 69px;
    z-index: 9999;
}

#nav-toggle span:nth-child(1) {
    top: 2px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

/*#gloval-nav {
    display: block;
    padding: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}*/

}

/*footer*/
footer#footer {
    clear: both;
    width:100%;
    background: url("../../images/footer_bg.jpg");
    background-size:contain;
    padding-top: 40px;
    padding-bottom: 100px;
    padding-bottom: 60px;
    color: #fff;
}

.footer_company {
    width: 30%;
    font-size: 0.85em;
    padding-bottom: 40px;
}

.footer_company h3 img {
    max-width: 120px;
}

.footer_bt01 a {
    min-width: 225px;
    padding: 10px 15px;
    color: #fff !important;
    background: none;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none !important;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
}

.footer_right {
    width: 65%;
}

.footer_list {
    width: 50%;
}

.footer_list:last-of-type {
    width: 10%;
}

.footer_list li {
    margin-bottom: 5px;
}

.footer_list li a {
    color: #fff;
    font-size: 0.85em;
    text-decoration: none;
}

.footer_list li a:hover {
    text-decoration: underline;
}

.footer_list li a:before {
    content: '- ';
}

.copyright {
    width: 100%;
    padding: 40px 0;
    font-size: 0.8em;
    text-align: right;
}

@media (max-width: 1080px){
footer#footer {
    background: none;
    padding: 0;
}

.footer_company {
    width: 30%;
    padding: 20px 20px 180px 20px;
    background: #1a1f2a;
}

.footer_right {
    width: 70%;
    padding: 20px;
    background: #2c2c2c;
}
}

@media (max-width: 980px){
footer#footer {
    padding-bottom: 80px;
    padding-bottom: 40px;
}

.footer_company {
    width: 100%;
    padding: 30px;
    font-size: 0.9em;
}

.footer_company h3 img {
    max-width: 140px;
}

.footer_bt01 a {
    width: 100%;
}

.footer_right {
    width: 100%;
    padding: 30px;
}

.footer_list {
    width: 100%;
    margin-bottom: 40px;
}

.footer_list:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

.footer_list li a {
    font-size: 0.9em;
}

.copyright {
    padding: 20px 0;
}
}

/*article*/
.article_block01 {
    width: 31.5%;
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.article_link {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.article_link:hover {
    text-decoration: none;
    color: #111;
}

.article_img {
    position: relative;
}

.article_img img {
    /*max-height: 245px;
    object-fit: cover;*/
}

.article-info {
    margin-bottom: 10px;
}

.article_cate {
    color: #ff5000;
    color: #111 !important;
    border: 1px solid #ff5000;
    font-size: 0.8em;
    background: #fff !important;
    display: inline-block;
}

.article_cate a {
    padding: 0 8px;
    color: #ff5000;
    color: #111 !important;
    display: block;
    cursor: pointer;
}

.article_cate:hover,.article_cate a:hover {
    color: #fff;
    background: #ff5000 !important;
}

.article_block01 .article_img {
    width: 100%;
}

.article_block01 .article_img img {
    border-radius: 5px 5px 0 0;
}

.article_block01 .article_txt {
    width: 100%;
    padding: 15px;
}

.article-info .article_cate {
    margin-right: 10px;
    display: inline-block;
}

.article_date {
    color: #666;
    font-size: 0.8em;
    display: none;
}

.article_block01 .article_date {
    margin-bottom: 5px;
    display: block;
    display: none;
}

.article_company {
    margin-bottom: 5px;
}

.article_company p {
    font-weight: 600 !important;
    color: #335E9E;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    line-height: 1.4;
}


.article_title {
    font-size: 1.03em;
    font-weight: 600;
    line-height: 1.6;
    flex-grow: 1;
}

.article_block01 .article_title {
    margin-bottom: 10px;
}

.article_title02 {
    font-size: 1.8em;
    font-weight: 600;
}

@media (max-width: 768px){
.article_img img {
    max-height: 100%;
}

.article_date {
    color: #666;
    font-size: 0.8em;
}

.article_title {
    clear: both;
    font-size: 1em;
}

.article_title02 {
    clear: both;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
}

.article_block01 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
}

.article_block01 .article_img {
    width: 100%;
    margin-bottom: 0;
}

.article_block01 .article_txt {
    width: 100%;
    position: relative;
}

.article_block01 .article_cate {
    position:absolute;
    font-size: 0.75em;
    top: -13px;
    left: 10px;
}

.article_block01 .article_title {
    padding: 10px 0 2px 0;
    font-size: 1em;
}
}

.article_block02 {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.article_img02 {
    width: 25%;
    position: relative;
}

.article_img02 img {
    border-radius: 5px 0 0 5px;
}

.uketuke {
    padding: 1px 8px;
    background: #ed3e5b;
    background: #fff !important;
    font-size: 0.8em;
    color: #111 !important;
    position: absolute;
    top: 0;
    right: 0;
}

.uketuke_end {
    padding: 1px 8px;
    background: #888;
    background: #444 !important;
    font-size: 0.8em;
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 0;
}

.article_txt02 {
    width: 75%;
    padding: 20px;
}

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

.article_img02 {
    width: 35%;
}

.article_img02 img {
    border-radius: 0;
}

.article_txt02 {
    width: 65%;
    padding: 0 0 0 15px;
    font-size: 0.9em;
}

.article_block02 .article_cate {
    font-size: 0.75em;
}
}

.article_block03 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.article_block03:first-of-type {
    padding-top: 0;
}

.article_block03:last-of-type {
    padding-bottom: 0;
    border-bottom:none;
}

.article_img03 {
    width: 28%;
}

.article_txt03 {
    width: 68%;
    margin-top: -4px;
}

.article_block03 .article_cate {
    display: inline-block;
    margin-bottom: 10px;
}

.article_block03 .article_cate a {
    padding: 1px 0;
    background: #ff5000;
    color: #fff;
}

.article_block03 .article_title {
    font-size: 1em;
    clear: both;
}

@media (max-width: 768px){
.article_img03 {
    width: 30%;
}

.article_txt03 {
    width: 65%;
}

.article_block03 .article_cate {
    font-size: 0.75em;
}

.article_block03 .article_title {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.6
}
}

.article_block04 {
    width: 47%;
    margin-bottom: 40px;
    border: 1px solid #efefef;
}

.article_block04:hover {
    box-shadow:0px 0px 15px 5px #ddd !important;
}

.article_block04 .article_img {
    position:static;
}

.article_block04 .article_txt {
    padding: 20px;
}

.article_block04 .article_cate {
    margin-bottom: 15px;
    background: #111;
    color: #fff;
    display: inline-block;
}

.article_block04 .article_title {
    font-size: 1.05em;
    font-weight: 500;
}

@media (max-width: 768px){
.article_block04 {
    width: 100%;
    margin-bottom: 40px;
}

.article_block04:last-of-type {
    margin-bottom: 0;
}
}

.article_block05 {
    width: 23%;
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.article_block05 img {
    border-radius: 5px 5px 0 0;
}

.article_block05 .article_txt {
    padding: 15px;
}

@media (max-width: 768px){
.article_block05 {
    width: 100%;
    position: relative;
}

.article_block05 .article_img {
    width: 35%;
}

.article_block05 img {
    border-radius: 5px 0 0 5px;
}

.article_block05 .article_txt {
    width: 65%;
    padding: 15px;
    font-size: 0.9em;
}
}

/*index*/
.top_slid {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    z-index: 0;
}
.slide_img {
    position: relative;
}

.slide_img img {
    max-height: 430px;
    object-fit: cover;
}

.slide_title {
    position: absolute;
    bottom:0;
}

.slide_title span {
    padding: 10px 15px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6;
    background:rgba(0,0,0,0.6);
    display: block;
}

.slide_cate {
    padding: 2px 10px;
    position: absolute;
    top: 0;
    left:0;
    background: #ff5000;
    background: #fff;
    color: #111;
}

.slide_cate:hover,.slide_cate a:hover {
    color: #fff;
    background: #ff5000;
}

/* .swiper{ display: none;}
.swiper.swiper-initialized{ display: block;}

.swiper-pagination {
    position: absolute;
    / *left: 50%;* /
    bottom: 0;
    / *transform: translateX(-50%);* /
}
.swiper-pagination-bullets {
    position: static;
} 

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
}

@media (max-width: 768px){
.top_slid {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.slide_img img {
    max-height: 750px;
    object-fit: cover;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullet{
    width: 26px !important;
    height: 26px !important;
    margin: 10px 15px -20px 15px !important;
}
} */

/*main*/
#main {
    clear: both;
    width: 74%;
    padding-bottom: 40px;
}

#single_wrap {
    display: flex;
    align-items: flex-end
}

#main-detail {
    width: 74%;
    height: 100%;
    padding: 60px;
    border: 1px solid #ddd;
    margin-bottom: 80px;
}

.crumb {
    clear: both;
    padding-top: 10px;
}

.crumb ul li {
    font-size: 0.7em;
    color: #666;
}

.crumb ul li a {
    color: #666;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
    padding-bottom: .55em;
    background: linear-gradient(#ff5000, #ff5000) 0 100%/0 1px no-repeat;
    transition: background .4s;
    text-decoration: none;
}

.crumb ul li a:hover {
    color: #666;
    background-size: 100% 1px;
}

.crumb ul li:after {
    content: "　/　";
}

.crumb ul li:last-child:after {
    content:none;
}

#side {
    width: 23%;
    height: 100%;
    padding-bottom: 40px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}

#side h2 {
    padding-bottom: 5px;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px solid #ff5000;
}

@media (max-width: 1180px){
#main {
    width: 72%;
}

#main-detail {
    width: 72%;
    padding: 40px;
}
#side {
    width: 25%;
    padding-bottom: 40px;
}
}

@media (max-width: 768px){
#main,#main-detail {
    width: 100%;
}

#main-detail {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#side {
    width: 100%;
    position:static;
    top:0;
}

#side h2 {
    font-size: 1.1em;
}

.crumb {
    display: none;
}

.crumb ul {
    display: none;
}
}

/*ranking*/
.ranking h2.title01 {
    display: none;
}
.ranking ul li {
    padding: 10px 0;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
    align-items: center;
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
}

.ranking ul li:last-of-type {
    border-bottom: none;
}

.ranking ul li a {
    display: block;
    width: 25%;
    background: url("../../images/no1.png") no-repeat 5px 5px;
    background-size: 25px;
}

.ranking ul li:nth-child(2) a {
    background: url("../../images/no2.png") no-repeat 5px 5px;
    background-size: 25px;
}

.ranking ul li:nth-child(3) a {
    background: url("../../images/no3.png") no-repeat 5px 5px;
    background-size: 25px;
}

.ranking ul li:nth-child(4) a {
    background: url("../../images/no4.png") no-repeat 5px 5px;
    background-size: 25px;
}

.ranking ul li:nth-child(5) a {
    background: url("../../images/no5.png") no-repeat 5px 5px;
    background-size: 25px;
}

.ranking ul li img {
    position:relative;
    z-index: -1;
}

.ranking .wpp-post-title {
    width: 70%;
    font-size: 0.9em;
    line-height: 1.4;
    background: none;
}

.ranking ul li:nth-child(2) .wpp-post-title,.ranking ul li:nth-child(3) .wpp-post-title,.ranking ul li:nth-child(4) .wpp-post-title,.ranking ul li:nth-child(5) .wpp-post-title {
    background: none;
}

.ranking .wpp-post-title:hover {
    color: #111;
}

@media (max-width: 768px){
.ranking ul li a {
    width: 20%;
}

.ranking .wpp-post-title {
    width: 75%;
    font-size: 0.9em;
}
}

/*side_category*/
.side_category li {
    margin-bottom: 10px;
}

.side_category li a {
    color: #111;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
    padding-bottom: .55em;
    background: linear-gradient(#ff5000, #ff5000) 0 100%/0 1px no-repeat;
    transition: background .4s;
    text-decoration: none;
}

.side_category li a:hover {
    color: #111;
    background-size: 100% 1px;
}

/*side_btn*/
@media (max-width: 768px){
.side_btn {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.side_btn02 li {
    width: 48%;
}
}

/*main_box*/
.main_box,.main_box02 {
    position: relative;
    padding-top: 50px;
}

.square01 {
    position:absolute;
    width: 100%;
    height: 100%;
    max-height: 440px;
    background: rgb(255,80,0);
    background: linear-gradient(0deg, rgba(255,80,0,1) 0%, rgba(255,141,0,1) 100%);
    top: 0;
    left: 0;
}

.square02 {
    position:absolute;
    width: 95%;
    height: 100%;
    max-height: 320px;
    background: rgb(255,80,0);
    background: linear-gradient(0deg, rgba(255,80,0,1) 0%, rgba(255,141,0,1) 100%);
    bottom: 0;
    right: 0;
}

.tab_box01 {
    width: 50%;
    padding: 30px 10px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.tab_title01 {
    font-size: 1.5em;
    color: #ff5000;
    font-weight: 600;
    text-align: center;
}

.tab_box02 {
    width: 50%;
}

.tab_title02 a {
    display: block;
    padding: 25px 10px;
    font-size: 1.2em;
    color: #666;
    border-radius: 5px 5px 0 0;
    background: #eee;
    font-weight: 600;
    text-align: center;
}

.tab_title02 a:hover {
    color: #ff5000;
    background: #fff;
}

@media (max-width: 768px){
.main_box02 {
    padding-top: 0;
}

.indent {
    padding-left: 20px;
}

.square01 {
    max-height: 300px;
}

.square02 {
    width: 100%;
    height: 100%;
    max-height: 70%;
    bottom: 0;
    right: 0;
}

.tab_box01 {
    padding: 20px 10px;
}

.tab_title01 {
    font-size: 1.3em;
}

.tab_title02 a {
    padding: 15px 10px;
    font-size: 1.1em;
}
}

/*library_cate*/
.library_cate {
    padding: 15px 20px;
    border: 1px solid #ddd;
}

.library_cate ul li {
    width: 32%;
}

.library_cate ul li a {
    display: block;
    padding: 10px;
    color: #ff5000;
    background: #fff;
    border: 2px solid #ff5000;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.library_cate ul li a:hover {
    color: #fff;
    background: #ff5000;
    border: 2px solid #ff5000;
}

@media (max-width: 768px){
.library_cate {
    padding: 15px 20px;
    border: none;
    border-top: 1px solid #ddd;
}

.library_cate ul li {
    width: 48%;
    margin-bottom: 4%;
}
}

/*pagenation*/
.wp-pagenavi {
    clear: both;
    margin-top: 50px;
    text-align: center;
    font-size: 1.1em;
}
.wp-pagenavi .current {
    padding: 0 8px;
    color: #111;
}
.wp-pagenavi a {
    margin: 0 7px;
    color: #666;
}

.wp-pagenavi a:hover {
    color: #111;
}

.wp-pagenavi .last {
    display: none;
}

.wp-pagenavi .previouspostslink {
    width:9px;
	height:16px;
    margin-right: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
    background: url("../../images/prev.png") no-repeat;
    background-size:9px 16px;
}

.wp-pagenavi .nextpostslink {
    width:9px;
	height:16px;
    margin-left: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:inline-block;
    background: url("../../images/next.png") no-repeat;
    background-size:9px 16px;
}

.pagination {
    clear: both;
    margin-top: 50px;
    text-align: center;
    font-size: 1.1em;
}

.pagination .page-of {
    display: none;
}

.pagination ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
}

.pagination ul li.current {
    padding: 0 8px;
    color: #111;
}

.pagination ul li a {
    margin: 0 7px;
    color: #666;
}

.pagination ul li.next02 {
    display: none;
}

.pagination ul li.next02 a {
    background: #fff;
}

.pagination ul li a:hover {
    color: #111;
}

/*detail*/

iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}

.at-below-post,.addthis_tool {
    display: none;
}

.detail li {
    list-style: none !important;
    list-style-type: none !important;
}

@media screen and (min-width: 768px) {
#main-detail .fullsize img {
    width: 100%;
    max-height: 535px;
    object-fit: cover;
}

.detail img {
    width: 100%;
    max-height: 535px;
    object-fit: cover;
}

.detail img.imgfull {
    width: 100%;
    max-height: 2000px;
    object-fit: cover;
}

.detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.detail table th,
.detail table td {
    padding: 15px 20px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.detail table th {
    background: #f3f5f9;
    font-weight: 600;
}

}
@media (max-width: 768px){
.fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
}

.detail h2 {
    clear: both;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd;
    position: relative;
    line-height: 1.6;
}

.detail h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #ff5000;
    bottom: -1px;
    width: 20%;
}

.detail h2 + br {
    display: none;
}

.detail h3 {
    clear: both;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f8fa;
}

.detail h3 + br {
    display: none;
}

.detail h4 {
    clear: both;
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 0 0 0 15px;
    border-left: 7px solid #ff5000;
}

.detail h4 + br {
    display: none;
}

.detail img,.size-full  {
    margin-bottom: 20px !important;
    width: 100% !important;
    height: 100% !important;
}

.detail p {
    clear: both;
    margin-bottom: 30px;
}

.detail a {
    color: #1a0dab !important;
    word-break: break-all;
    text-decoration: underline !important;
    font-weight: 400;
}

.detail a:hover {
    text-decoration: none !important;
}

.detail .button02 a,
.detail .button03 a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    word-break: normal;
}

.detail ul li {
    list-style:disc;
}

.detail blockquote {
    clear: both;
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #ddd;
}

.detail blockquote p:last-of-type {
    margin-bottom: 0;
}

.detail strong,.detail .bold {
    font-size: 1em;
    font-weight: 700;
}

.detail p font {
    color: #ff5000 !important;
}

.marker {
    background: linear-gradient(transparent 5%, #ffede1 5%);
}

.detail .box_intro {
    clear: both;
    margin-bottom: 40px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.detail .hosoku {
    clear: both;
    margin-bottom: 40px;
    padding: 30px;
    border: 3px solid #ff5000;
}

.line-box {
    clear: both;
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #ddd;
}

#toc_container {
    clear: both;
    width: 100%;
    background: #f8f8fa;
    padding: 20px;
    font-size: 0.9em;
    border: none;
}

#toc_container .toc_title {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #666666;
    line-height: left !important;
}

#toc_container li {
    margin-bottom: 5px;
}

#toc_container .toc_number {
  display: inline-block;
  color: #111;
}

#toc_container li a {
    color: #111;
}

.writer,.info {
    clear: both;
    margin-bottom: 30px;
    border: 3px solid #ddd;
    padding: 15px;
    font-size: 0.9em;
    overflow: hidden;
}

.writer a {
    color: #ff5000 !important;
    text-decoration:underline !important;
}

.writer a:hover {
    color: #111 !important;
    text-decoration:none !important;
}

.ttl_writer {
    font-weight: 600;
    margin-bottom: 10px;
}

.writer_img,.info_img {
    width: 10% !important;
    max-width: 75px !important;
    float: left;
}

.writer_img img,.info_img img {
    width: 75px;
    height: 75px;
}

.writer dl,.info dl {
    width: 87%;
    float: right;
}

.writer dl dt,.info dl dt {
    font-weight: 600;
    margin-bottom: 0;
}

.writer dl dd,.info dl dd {
    font-size: 0.9em;
    margin-bottom: 0;
}

.detail .box_book {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 30px;
    font-size: 0.9em;
    border: 1px solid #ddd;
    isplay:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
}

.detail .box_book .img_book {
    width: 30%;
}

.detail .box_book .img_book img {
    width: 100% !important;
    height: auto !important;
}

.detail .box_book .span_17 {
    width: 65%;
}

.detail .box_book p {
    clear: both;
    margin-bottom: 10px !important;
}

.box_book dl {
    width: 100%;
    display: block;
    overflow: hidden;
}

.detail .box_book dl dt {
    width:25%;
    padding: 5px 0;
    float: left;
    border-bottom: 1px solid #ddd;
}

.detail .box_book dl dd {
    width: 75%;
    padding: 5px 0 5px 0;
    float: right;
    border-bottom: 1px solid #ddd;
}

.box_book .ttl_bookbuy {
	margin:20px 0 10px 0;
}

.box_book ul li {
	display:inline-block;
	list-style:none;
	margin-right: 10px;
}

.box_book ul li a {

}
.box_book ul li a img {
	max-width:140px;
    height: auto;
	display:block;
	border-radius: 4px;
    border:1px solid #BBB;
    
}

.detail-img {
    width: 28%;
}

.detail-img img {
    width: 100%;
    max-height: 2000px;
    object-fit:contain;
    vertical-align: top;
}

.detail-txt {
    width: 67%;
    margin-bottom: 30px;
}

@media (max-width: 980px){
.writer dl,.info dl {
    width: 82%;
}
}

@media (max-width: 768px){
.detail h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.2em;
    line-height: 1.6;
}

.detail h3 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.05em;
    line-height: 1.6;
}

.detail h4 {
    font-size: 1.05em;
}

.detail p {
    font-size:0.93em;
    line-height: 1.7;
}

#toc_container {
    padding: 20px;
}

.writer,.info {
    padding: 10px;
}

.ttl_writer {
    margin-bottom: 10px !important;
}

.writer_img,.info_img {
    width: 50px !important;
    max-width: 50px !important;
    float: left;
}

.writer_img img,.info_img img {
    width: 50px;
    height: 50px;
}

.writer dl,.info dl {
    width: 88%;
    float: right;
}

.writer dl dt {
    padding-top: 10px;
}

.writer dl dd,.info dl dd {
    clear: both;
    width: 100vw;
    position: relative;
    top: 10px;
    left: 50%;
    right: 50%;
    margin-top: 10px;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 10px 95px 10px 15px;
    font-size: 0.8em;
    float: none;
}

.detail .box_book {
    display: block;
}

.detail .box_book .img_book {
    width: 70%;
    margin: 0 15% 20px 15%;
    max-height: 100%;
}

.detail .box_book .span_17 {
    width: 100%;
}

.detail-img {
    width: 60%;
    margin: 0 20% 20px 20%;
}

.detail-txt {
    width: 100%;
}

.detail .hosoku {
    padding: 20px;
}

}

@media (max-width: 580px){
.writer dl,.info dl {
    width: 80%;
}
}
@media (max-width: 480px){
.writer dl dd,.info dl dd {
    padding: 10px 80px 10px 15px;
}
}

.hosoku {
    clear: both;
    padding: 20px;
}

.hosoku li {
    list-style-type: none !important;
}

/* cta-テキストボタン　*/
.cta-text,.cta-text02 {
    clear: both;
    text-align: center;
    margin-bottom: 60px;
}

.cta-text p a {
    display: inline-block;
    min-width: 440px;
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 20px 25px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #f3845c, #ec356f);
    transition: .5s;
    background-size: 200%;
    border-bottom: solid 4px #df5e61;
}

.cta-text p a:hover {
     background-image: #ec356f;
     background-position: right center;
     border-bottom: solid 4px #ec356f;
}

.cta-text p a:active {
     -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.cta-text p span,.cta-text02 p span {
    display: block;
    font-size: 0.8em;
    font-weight:normal;
}

.cta-text02 p a {
    display: inline-block;
    min-width: 440px;
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 20px 25px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #21b4f9, #2c74f6);
    transition: .5s;
    background-size: 200%;
    border-bottom: solid 4px #2f83e9;
}

.cta-text02 p a:hover {
     background-image: #2c74f6;
     background-position: right center;
     border-bottom: solid 4px #2c74f6;
}

.cta-text02 p a:active {
     -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

@media (max-width: 768px){
.cta-text,.cta-text02 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
}
.cta-text p a,.cta-text02 p a {
    min-width: 300px;
    width:100%;
    padding: 15px 20px;
}
}

/* cta-企業・個人向けボタン　*/
.cta-bt02 {
    clear: both;
    margin-bottom: 60px;
    padding: 25px;
    background: #EEE;
    box-sizing: border-box;
}

.cta-bt02_box {
    width: 48%;
    padding: 20px;
    text-align: center;
    background-color:#fff;
    box-shadow:1px 1px 4px 0px #ddd;
    -moz-box-shadow:1px 1px 4px 0px #ddd;
    -webkit-box-shadow:1px 1px 4px 0px #ddd;
    box-sizing: border-box;
    border-radius: 5px;
}

.cta-bt02_box h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 700;
}

.cta-bt02_btn01,.cta-bt02_btn02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.cta-bt02_btn01 a,.cta-bt02_btn02 a {
    display: inline-block;
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    letter-spacing: .075em;
    border-radius: 22.5px;
    font-size: 1em;
    box-sizing: border-box;
}

.cta-bt02_btn01 a,.cta-bt02_btn02 a {
    background-image: linear-gradient(90deg, #f3845c, #ec356f);
    transition: .5s;
    background-size: 200%;
}

.cta-bt02_btn01 a:hover {
     background-image: #ec356f;
     background-position: right center;
}

.cta-bt02_btn02 a {
    background-image: linear-gradient(90deg, #21b4f9, #2c74f6);
    transition: .5s;
    background-size: 200%;
}

.cta-bt02_btn02 a:hover {
     background-image: #2c74f6;
     background-position: right center;
}

.cta-bt02_btn01 a:active,.cta-bt02_btn02 a:active {
     -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
}

@media (max-width: 768px){
.cta-bt02 {
    margin-bottom: 60px;
}

.cta-bt02_box {
    width: 100%;
    margin-bottom: 20px;
}

.cta-bt02_box:last-of-type {
    margin-bottom: 0;
}

.cta-bt02_btn01 a,.cta-bt02_btn02 a {
}
}

/*privacy*/
.privacy dt {
    margin-bottom: 10px;
    font-weight: 600;
}

.privacy dd {
    font-size: 0.9em;
    margin-bottom: 40px;
}

.privacy ol {
    padding-left: 20px;
    list-style-type: decimal;
}

/*contact*/
.contact table tr {
    border-top: 1px solid #ddd;
}

.contact table tr:nth-of-type(1) {
    border-top: none;
}

.contact table th,.contact table td {
    padding: 20px 0;
    vertical-align: top;
}

.contact table th {
    width: 30%;
}

.contact table th p.item {
    font-weight: bold;
}

.contact table th p.item .must {
    margin-left: 10px;
    padding: 1px 7px;
    font-weight: normal;
    color: #fff;
    font-size: 0.7em;
    background: #C74E3D;
    border-radius: 2px;
    display: inline-block;
}

.contact table td select {
	padding: 10px;
    height: 3em;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    box-sizing: border-box;
}

.contact table td input {
	padding: 15px;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
}

.contact table td input.short01 {
    width: 100%;
}

.contact table td textarea {
    width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    appearance:none;
    -webkit-appearance:none;
}

.contact input,
.contact input::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact input[type="submit"] {
    min-width: 260px;
	padding: 1em 2em;
    text-decoration: none;
	background: #ff5000;
	color: #fff !important;
	cursor:pointer;
	font-size:1em;
    border: 1px solid #ff5000;
    border-radius: 30px;
    font-weight: 600;
    appearance:none;
    -webkit-appearance:none;
    text-align: center;
}

.contact input[type="submit"]:hover {
    background: #fff;
    color: #ff5000 !important;
}

.contact input[type="button"] {
    min-width: 160px;
    margin-bottom: 20px;
	padding: 1em 2em;
    text-decoration: none;
	background: #fff;
	color: #111 !important;
	cursor:pointer;
	font-size:1em;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.contact input[type="button"]:hover {
    background: #f8f8fa;
}

input.wpcf7-back {
    margin-bottom: 20px !important;
}

input.submit-go {
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f8f8fa inset;
}

span.ajax-loader {
    width: 0 !important;
    display: none !important;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

@media (max-width: 768px){

.contact table th {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

.contact table td {
    width: 100%;
    padding-top: 5px;
    display: block;
}

.contact input.wpcf7-tel {
    width: 100% !important;
}

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

input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input.wpcf7-back {
    min-width: 47% !important;
    margin-right: 2% !important;
    margin-bottom: 20px !important;
}

input.submit-go {
    min-width: 47% !important;
    margin-left: 2% !important;
}
}

.contact02 table tr {
    border-top: 1px solid #ddd;
}

.contact02 table th,.contact02 table td {
    padding: 20px 0;
    vertical-align: top;
}

.contact02 table th {
    width: 30%;
}

.contact02 table th p.item {
    font-weight: bold;
}

.contact02 table th p.item .must {
    margin-left: 10px;
    padding: 1px 7px;
    font-weight: normal;
    color: #fff;
    font-size: 0.7em;
    background: #C74E3D;
    border-radius: 2px;
    display: inline-block;
}

.contact02 table td select {
	padding: 10px;
    height: 3em;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    box-sizing: border-box;
}

.contact02 table td input {
	padding: 15px;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
}

.contact02 table td input.short01 {
    width: 100%;
}

.contact02 table td textarea {
    width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	background: #f8f8fa;
	font-size: 1em;
	cursor: pointer;
    border-radius: 2px;
    box-sizing: border-box;
    appearance:none;
    -webkit-appearance:none;
}

.contact02 input,
.contact02 input::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.contact02 input[type="submit"] {
    min-width: 260px;
	padding: 1em 2em;
    text-decoration: none;
	background: #ff5000;
	border-radius: 3px;
	color: #fff !important;
	cursor:pointer;
	font-size:1em;
    border: 1px solid #ff5000;
    border-radius: 30px;
    appearance:none;
    -webkit-appearance:none;
}

.contact02 input[type="submit"]:hover {
    background: #fff;
    color: #ff5000 !important;
}

.contact02 input[type="button"] {
    mmin-width: 260px;
	padding: 1em 2em;
    text-decoration: none;
	background: #ff5000;
	border-radius: 3px;
	color: #fff !important;
	cursor:pointer;
	font-size:1em;
    border: 1px solid #ff5000;
    border-radius: 30px;
    appearance:none;
    -webkit-appearance:none;
}

.contact02 input[type="button"]:hover {
    background: #fff;
    color: #ff5000 !important;
}

table th.w100 {
    padding-right: 30px;
}

table td.w100 {
}

button.google-form-button01 {
    background: #ff5000;
}

@media (max-width: 768px){

.contact02 table th {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}

.contact02 table td {
    width: 100%;
    padding-top: 5px;
    display: block;
}
}

/*cta-area*/
.blank-cta-template {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #111;
    font-size: 0.9em;
}

.blank-cta-template p {
    margin: 0;
}

.blank-cta-template h4 {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.cta-area_bg01 {
    padding: 60px 20px;
    background: url("../../images/cta-area01.png") no-repeat center;
    background-size: cover;
}

.txt_cta_campany {
    padding: 15px 20px 10px 20px;
}

@media (max-width: 768px){
.cta-area_bg01 {
    padding: 40px 20px;
}

.blank-cta-template h4 {
    font-size: 1.2em;
}
}

/*contact form7*/
#contact {
    padding-bottom: 80px;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

.err {
    color: #DC515A;
}

.inquiry {
}

@media(max-width:3000px){
.inquiry th,.inquiry td {
    display:block!important;
    width:100%!important;
    border-top:none!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
    font-size:0.8em;
}
/*見出し欄*/
.inquiry th{
    text-align:left;
    width:100%;
    padding: 0 0 10px 0 !important;
    border:none;
    font-weight: 600;
}
/*通常欄*/
.inquiry td{
    padding: 0 0 30px 0 !important;
    border:none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
    border:none;
}

/*必須の調整*/
.haveto{
    font-size:0.8px;
    padding:5px;
    background:#ff9393;
    color:#fff;
    border-radius:3px;
    margin-left:10px;
    position:relative;
    bottom:1px;
}
/*任意の調整*/
.any{
    font-size:0.8px;
    padding:5px;
    background:#93c9ff;
    color:#fff;
    border-radius:3px;
    margin-left:10px;
    position:relative;
    bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
.form_submit {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.library_right .form_submit,.seminar_right .form_submit {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.form_submit02 {
    width: 100%;
    margin:0;
    padding: 0;
}

#formbtn{
    width: 100%;
    display:inline-block;
    padding:20px 40px;
    margin-top:40px;
    margin-bottom: 5px;
    background:#ff5000;
    color:#fff;
    font-size:1.1em;
    font-weight:600;	 
    border-radius:50px;
    border: none;
    cursor: pointer;
}

.library_right #formbtn{
    padding:20px 30px;
    margin-top:10px;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#111;
 color:#fff;
}

/*wpcf7装飾*/
.library_right .wpcf7 {
    padding-top: 20px;
}

.wpcf7 h3 {
    text-align: center;
    font-size: 1.2em !important;
    margin-bottom: 40px;
}

.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="checkbox"]:focus,.wpcf7 input[type="tel"]:focus {
  outline: solid 2px #CA6639;
}

::placeholder {
  color:#999;
  font-size: 1em !important;
}

/*checkbox装飾*/
.wpcf7 input[type=checkbox]{
    margin-right: 10px;
    margin-bottom: 10px;
    transform: scale(1.6);
    cursor: pointer;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    background:#f4f4f4;
    position: relative;
    top: 1px;
}

.wpcf7-list-item-label {
}

/*inputx装飾*/
.wpcf7 input[type="text"],.wpcf7 [type="email"],.wpcf7 [type="tel"] {
    width: 100%;
	padding: 15px 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
}

.wpcf7 span.input01 {
    width: 48%;
    display: block;
}

/*textarea装飾*/
.wpcf7 textarea {
    width: 100%;
    height: 100px;
	padding: 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    appearance:none;
    -webkit-appearance:none;
    box-sizing: border-box;
}

/*SPでのform調整*/
@media (max-width: 768px){
.wpcf7 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box !important;
}

.inquiry {
    box-sizing: border-box !important;
}

.form_submit {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

::placeholder {
  font-size: 16px !important;
}

.wpcf7 input,.wpcf7 textarea {
    font-size: 16px !important;
}

.wpcf7 span.input01 {
    width: 100%;
}

.wpcf7 span.input01:first-of-type {
    margin-bottom: 10px;
}

}}

/*manual*/
.manual-img {
    width: 40%;
}

.manual-txt {
    width: 58%;
    padding: 20px;
    border: 1px solid #ddd;
    background: #F7F7F7;
}

.download-txt {
    width: 100%;
    padding: 30px 20px;
    border: 1px solid #ddd;
    background: #F7F7F7;
}

@media (max-width: 768px){
.manual-img {
    width: 100%;
}

.manual-txt {
    width: 100%;
}

.download-txt {
    padding: 20px 20px;
}
}

/*sns*/
.share_button {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.share_button_box {
    width: 23%;
    margin-right: 2%;
    padding: 5px 0 5px 40px;
    font-size: 0.8em;
    color: #555;
    cursor: pointer;
}


.share_button_box:hover {
    opacity: .7;
}

.share_button .a {
    background: url("../../images/facebook_icon02.png") no-repeat left center;
    background-size: 30px;
    color: #315096;
}

.share_button .b {
    background: url("../../images/twitter_icon02.png") no-repeat left center;
    background-size: 30px 25px;
    color: #55ACEE;
}

.share_button .c{
    background: url("../../images/hatena_icon.png") no-repeat left center;
    background-size: 30px;
    color: #008FDE;
}

.share_button .d {
    background: url("../../images/pocket_icon.png") no-repeat left center;
    background-size: 30px;
    color: #F03E51;
}

@media (max-width: 768px){
}

/*contact_pr_lp01*/
header#pr_lp01 {
    width: 100%;
    z-index: 1;
    background: #333;
    color: #fff;
}

.header_logo02 {
    width: 40%;
    padding: 25px 0;
}

.header_logo02 img {
    max-width: 152px;
}

.header_right02 {
    width: 50%;
}

.pr_lp01_tel strong {
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 10px;
}

.pr_lp01_tel span {
    font-size: 0.9em;
}

.pr_lp01_tel a,.pr_lp01_tel strong a {
    color: #fff;
}

@media (max-width: 1000px){
header#pr_lp01 {
    height: 80px;
    position: fixed;
}

.header_logo02 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding: 23px 0 20px 0;
    text-align: center;
}
}

footer#footer02 {
    clear: both;
    min-height: 100%;
    padding: 40px 0;
    background: #333;
    font-size: 0.8em;
    color: #fff;
}

/*pipedrive*/
.pipedriveWebForms {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

/*summary*/
.summary {
    padding: 40px 0 15px 0;
}

.summary:first-of-type {
    border-bottom: 1px solid #ddd;
}

.summary:last-of-typee {
    margin-bottom: 20px;
    border-bottom:none !important;
}

.summary_left {
    width: 26%;
    text-align: center;
}

.summary_left p {
    padding: 10px 30px;
    font-size: 1.3em;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background: #ff5000;
    border-radius: 40px;
}

.summary_right {
    width: 72%;
}

.summary_right ul li {
    padding: 5px 0 5px 30px;
    font-weight: 600;
    background: url("../../images/summary_icon.png") no-repeat left 12px;
    background-size: 16px;
    list-style-type: none;
}

@media (max-width: 768px){
.summary {
    padding: 30px 0 5px 0;
}

.summary_left {
    width: 32%;
    text-align: center;
}

.summary_left p {
    padding: 10px 25px;
    font-size: 1.05em;
}

.summary_right {
    width: 65%;
}

.summary_right ul li {
    padding: 5px 0 5px 25px;
    font-size: 0.85em !important;
    background: url("../../images/summary_icon.png") no-repeat left 10px;
    background-size: 12px;
}

}

/*blockquote*/
.blockquote {
    clear: both;
    margin-bottom: 30px;
    border: 2px solid #ddd;
    padding: 20px;
    font-size: 0.9em;
    overflow: hidden;
}

.blockquote h3 {
    margin-top: 0 !important;
    margin-bottom: 20px;
    padding: 0 !important;
    font-size: 1.4em;
    font-weight: 600;
    color: #ff5000;
    border-top: none !important;
    border-bottom: none !important;
}

.blockquote p {
    margin-bottom: 20px;
}

.blockquote_button01,
.blockquote_button01::after,
.blockquote_button02,
.blockquote_button02::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.blockquote .flex01 div {
    width: 48.5%;
    margin-top: 20px;
}

.blockquote_button01 a {
    width: 100%;
    color: #fff !important;
    font-size: 1.1em;
    padding: 1em 2.5em;
    cursor: pointer;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    background: #384a6f;
    text-align: center;
}

.blockquote_button02 a {
    width: 100%;
    color: #fff !important;
    font-size: 1.1em;
    padding: 1em 2.5em;
    cursor: pointer;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    background: #ff5000;
    text-align: center;
}

.blockquote_button01 a:hover,.blockquote_button02 a:hover {
    box-shadow:0px 0px 15px 5px #ddd !important;
}

@media (max-width: 768px){
.blockquote h3 {
    font-size: 1.2em;
}

.blockquote .flex01 div {
    width: 100%;
}

.blockquote_button01 a,.blockquote_button02 a {
    font-size: 1em;
    padding: 1em 1em;
}
}

/*side_library*/
.side_library ul li {
    margin-bottom: 20px;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
    align-items: center;
}

.side_library ul li a {
    display: block;
    width: 35%;
}

.side_library ul li img {
    position:relative;
    z-index: -1;
}

.side_library .wpp-post-title {
    width: 60%;
    font-size: 0.9em;
    line-height: 1.4;
    background: none;
}

.side_library .wpp-post-title:hover {
    color: #111;
}

@media (max-width: 768px){
.side_libraryul li a {
    width: 30%;
}

.side_library .wpp-post-title {
    width: 65%;
    font-size: 0.9em;
}
}

/*totop*/
.totop {
    display:none;
    position:fixed;
    right:20px;
    bottom:20px;
    z-index: 100;
    font-size: 0.8em;
}

.fade_cta_pc {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.fade_cta_logo img {
    max-width: 160px;
}

.fade_cta_pc_button a {
    width: 100%;
    color: #fff !important;
    font-size: 1em;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    background: #ff5000;
    text-align: center;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 84%;
}

@media (max-width: 1000px){
.totop {
    width: 100%;
    display:none;
    position:fixed;
    right:0;
    bottom:0;
}

.fade_cta_pc_button a {
    padding: 10px;
}

.fade_cta_sp {
    padding: 10px;
    border-top:1px solid #ddd;
    background: #fff;
}

.fade_cta_sp_button a {
    width: 100%;
    padding: 10px;
    color: #fff !important;
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    background: #ff5000;
    text-align: center;
}
}

/*画像をPCでは70%表示*/
.smallimg {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

@media (max-width: 768px){
.smallimg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}

/*画像を左右で並べる*/
.detail-img02 {
    width: 47%;
}

.detail-img02 img {
    width: 100%;
    max-height: 2000px;
    object-fit:contain;
    vertical-align: top;
}


/*library詳細*/
.library_box {
    padding-bottom: 40px;
}

.library_left {
    width: 60% !important;
    padding-bottom: 60px;
}

.library_left p {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.library_left h2 {
    margin-top: 40px !important;
}

.detail .library_left img,.library_left .size-full  {
    margin-bottom: 0 !important;
}

.library_right {
    width: 35% !important;
    margin-bottom: 40px;
    padding: 0 20px;
    background: #f8f8fa;
}

.library_right02 {
    width: 35% !important;
    margin-bottom: 40px;
    padding: 20px 0px;
    background: #f8f8fa;
}

.transparent {
    position: relative;
}
.transparent::before {
    content: "";
    width: 100%;
    height: 100%; 
    display: block;
    background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 768px){
.library_left {
    width: 100% !important;
    margin-bottom: 0;
}

.library_right {
    width: 100% !important;
}

.library_right02 {
    width: 100% !important;
}
}

/* もっと見るのボタン */
.more {
    text-align: center;
    margin-bottom: 40px;
}
.more button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.more button:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.more button{
    min-width: 400px;
    color: #111 !important;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 35px;
    display: inline-block;
    overflow: hidden;
    background:url("../../images/arrow_orange.png") no-repeat right 20px center #fff;
    background-size: 6px 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 1.1em;
}

.more button:hover {
    background:url("../../images/arrow_white.png") no-repeat right 20px center #ff5000;
    background-size: 6px 10px;
    color: #fff !important;
    border: 1px solid #ff5000;
}

@media (max-width: 768px){
.more button {
    width: 100%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}
}

/* もっと見るの非表示 */
.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

/* お役立ち記事ランキング */
.library_ranking {
    margin-bottom: 40px;
}

.library_ranking ul li {
    padding:0;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 0;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;						
	transition: 0.2s ease-in-out;
}

.library_ranking ul li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.library_ranking ul li:last-of-type {
}

.library_ranking ul li a {
    display: block;
    width: 25%;
    background: url("../../images/no1.png") no-repeat 10px 10px;
    background-size: 30px;
}

.library_ranking ul li:nth-child(2) a {
    background: url("../../images/no2.png") no-repeat 10px 10px;
    background-size: 30px;
}

.library_ranking ul li:nth-child(3) a {
    background: url("../../images/no3.png") no-repeat 10px 10px;
    background-size: 30px;
}

.library_ranking ul li:nth-child(4) a {
    background: url("../../images/no4.png") no-repeat 10px 10px;
    background-size: 30px;
}

.library_ranking ul li:nth-child(5) a {
    background: url("../../images/no5.png") no-repeat 10px 10px;
    background-size: 30px;
}

.library_ranking ul li img {
    position:relative;
    z-index: -1;
    height: auto !important;
    border-radius: 5px 0 0 5px;
}

.library_ranking .wpp-post-title {
    width: 75%;
    padding: 20px;
    font-weight: 600;
    background: none;
    cursor:pointer;
}

.library_ranking ul li:nth-child(2) .wpp-post-title,.library_ranking ul li:nth-child(3) .wpp-post-title,.library_ranking ul li:nth-child(4) .wpp-post-title,.library_ranking ul li:nth-child(5) .wpp-post-title {
    background: none;
}

.library_ranking .wpp-post-title:hover {
    color: #ff5000;
}

@media (max-width: 768px){
.library_ranking ul li {
    padding: 10px;
    margin-bottom: 20px;
}

.library_ranking ul li img {
    border-radius: 0;
}

.library_ranking ul li a {
    width: 35%;
}

.library_ranking .wpp-post-title {
    width: 65%;
    padding: 10px;
    font-size: 0.9em;
}
}

/*セミナー・イベント*/
.box1020 {
	clear: both;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
    padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.webinar_box {
    color: #424242;
}
.webinar_box section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.webinar_box .big {
	font-size: 1.15em !important;
    font-weight: 500 !important;
}

.webinar_box .big02 {
	font-size: 1.25em !important;
}

header#webinar {
    width: 90%;
    margin: 0 5% ;
    padding: 20px;
    border-bottom: 1px solid #424242;
}

.button_webinar a {
    padding: 15px 40px;
    background: #ff5000;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
}

.title_webinar {
    margin-bottom: 40px;
    padding-left: 10px;
    font-size: 2.5em;
    font-weight: 600;
    border-left: 2px solid #ff5000;
}

.osusume_list li {
    padding: 15px 20px;
    background: #ececec;
}

.indent01 {
    padding-left: 1em;
    text-indent:-1em;
}

.indent02 {
    padding-left: 2em;
    text-indent:-1em;
}

.indent03 {
    padding-left: 3em;
    text-indent:-1em;
}

.table_webinar tr th,.table_webinar tr td {
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 1.15em ;
}

.table_webinar tr th {
    width: 20%;
    background: #f5f5f5;
}

.speaker_box {
    padding: 45px;
    background: #ececec;
}

.speaker_left {
    width: 14%;
}

.speaker_right {
    width: 82%;
}

.privacy_box {
    max-width: 640px;
    margin: 0 auto;
    height: 380px;
    padding: 20px;
    border: 1px solid #ddd;
    overflow-y: auto;
    font-size: 0.9em;
}

.googleform_wrapper iframe {
    height: 1800px;
}

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

.webinar_box .big {
	font-size: 1.1em !important;
}

.webinar_box .big02 {
	font-size: 1.2em !important;
}

header#webinar p img {
    width: 60%;
}

.button_webinar a {
    padding: 20px 20px;
    display: block;
    font-size: 1.4em;
}

.title_webinar {
    font-size: 1.9em;
}

.table_webinar tr th,.table_webinar tr td {
    font-size: 1em ;
    display: block;
}

.table_webinar tr th {
    width: 100%;
    margin-top: 10px;
    border-bottom: none;
}

.speaker_box {
    padding: 20px;
}

.speaker_left {
    width: 30%;
    margin: 0 35% 15px 35%;
}

.speaker_right {
    width: 100%;
}

.privacy_box {
    width: 100%;
    max-width: 768px;
    margin: 0;
    height: 300px;
    overflow-x:hidden;
}
.googleform_wrapper {
    overflow-x:hidden;
}

.googleform_wrapper iframe {
    height: 2000px;
    overflow-x:hidden;
}
}

/*single_box*/
.single_box {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.single_box_img {
    width: 25%;
}

.single_box_img p {
    margin: 0;
    margin-bottom: 0 !important;
}

.single_box_txt {
    width: 72%;
}

.single_box_txt p {
    margin: 0;
    margin-bottom: 0;
}

.sub_txt {
    color: #666;
    font-size: 0.8em;
}

.single_box02 {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: relative;
    top:0;
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
    border:1px solid #ddd;
}

.single_box02:hover {
    top:-3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.single_box02 p {
    margin: 0;
    margin-bottom: 0 !important;
}

.single_box_img02 {
    width: 180px;
}

.single_box_img02 img {
    width: 100%;
    /*min-height: 140px;
    object-fit: cover;*/
    border-radius: 5px 0 0 5px;
    margin: 0;
    margin-bottom: 0 !important;
}

.single_box_txt02 {
    width: calc(100% - 180px);
    padding: 10px 20px;
}

.sub_txt02 {
    color: #666;
    font-size: 0.8em;
}

a.box_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 768px){
.single_box {
    padding: 15px 15px 0 15px;
}

.single_box_img {
    width: 35%;
}

.single_box_txt  {
    width: 65%;
    padding: 0 0 0 15px;
    font-size: 0.9em;
}
}

@media (max-width: 880px){
.single_box_img02 {
    width: 100%;
}

.single_box_img02 img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.single_box_txt02 {
    width: 100%;
    padding: 20px;
}
}

/*DL資料エリア*/
.dl_box {
    clear: both;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    padding: 25px;
    overflow: hidden;
    background: #f8f8fa;
}

.dl_box h3 {
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    background: none;
    text-align: center;
}

.dl_box p {
    margin-bottom: 0;
}

.dl_box_left {
    width: 70%;
}

.dl_box_left ul li {
}

.dl_box_left ul li span {
    padding-left: 20px;
    background:url("../../images/dl_check_icon.png") no-repeat left 10px;
    background-size: 13px 14px;
    display: inline-block;
}

.dl_box_right {
    width: 27%;
}

.dl_box_bt p:first-of-type {
    margin-right: 10px;
}

.dl_box_bt p:last-of-type {
    margin-left: 10px;
}

@media (max-width: 880px){
.dl_box_left {
    width: 100%;
}

.dl_box_left ul li span {
    padding-left: 20px;
    background:url("../../images/dl_check_icon.png") no-repeat left 10px;
    background-size: 13px 14px;
}

.dl_box_right {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 20px;
}

}

@media (max-width: 980px){
.dl_box_bt {
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.dl_box_bt p:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
}

.dl_box_bt p:last-of-type {
    margin-left: 0;
}

.dl_box_bt .button02 a {
    font-size: 1.1em;
}
}

/*フッターのclose*/
.footer_bnr {
    position: relative;
    width: 100%;
}

.add-control {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff5000;
    text-align: center;
    z-index: 0;
}

.bnr__img__inner {
    padding: 12px;
}

.bnr__img__inner a {
  display: block;
  max-width: 1005px;
  margin: 0 auto;
}

.bnr__img__inner p img {
    width: 100%;
    max-width: 808px;
}

.add-control .checkbox {
    display: none;
}

.action-close {
    position: relative;
}
.action-close .btn {
    position: absolute;
    right: 40px;
    top:-20px;
    z-index: 9;
    cursor: pointer;
}

.action-close .btn p.close img {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
}

.add-control .action-close #close:checked ~ .btn {
    display: none;
}
.add-control .action-close #close:checked ~ .footer_box {
    display: none;
}

.footer-cta02 {
    width: 100%;
    /*padding: 30px 0 25px 0;
    background: #ff5000;*/
}

.footer-cta02 ul li {
    width: 33%;
    line-height: 1.4;
    font-size: 0.9em;
}

.footer_button01 a,.footer_button02 a {
    width: 90%;
    min-width: 320px;
    padding: 15px 20px;
    font-size: 1.1em;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
    color: #ff5000;
    display: block;
    text-decoration: none !important;
    text-align: center;
}

.footer_button02 a {
    background: #222;
    color: #fff !important;
}

@media (max-width: 980px){
.bnr__img__inner {
    padding: 4px 12px 12px 12px;
}

.action-close .btn {
    position: absolute;
    right: 10px;
    top:-25px;
}

.action-close .btn p.close img {
  width: 30px;
  height: 30px;
}

.footer-cta02 {
    padding-top: 10px;
}

.footer-cta02 ul li.pc {
    display: none;
}

.footer-cta02 ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
}

.footer-cta02 ul li:nth-child(2) {
    width: 48%;
    margin-left: 2%;
}

.footer_button01 a,.footer_button02 a {
    min-width: 100px;
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
}
}

/*seminar*/
.seminar_bg {
    background:url("../../images/seminar_bg.jpg") #f3f5f9 repeat-x;
    background-size:60%;
}

@media (max-width: 1480px){
.seminar_bg {
    background:url("../../images/seminar_bg.jpg") #f3f5f9 repeat-x;
    background-size:100%;
}
}

.seminar_title01 img {
    max-width: 170px;
}

.seminar_title02 img {
    max-width: 180px;
}

.seminar_title {
    margin-right: 15px;
    font-size: 1.8em;
    font-weight: 600;
}

.seminar_title:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../../images/seminar_slash.png");
    background-size: contain;
    vertical-align: middle;
}

@media (max-width: 768px){
.seminar_title {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1.4em;
}
}








/*seminar_block*/
.overflow {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.seminar_block01 {
    width: 46%;
    margin-top: 50px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.seminar_block01 .article_txt {
    width: 100%;
    padding: 20px 30px 30px 30px;
}

.seminar_txt_block {
    width: 100%;
    padding: 20px 25px 30px 25px;
}

.seminar_block01 .article_date {
    margin-bottom: 5px;
    display: block;
}

.seminar_img {
    width: 100%;
    position: relative;
}

.seminar_img img {
    min-height: 280px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.seminar_block_title {
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6;
    flex-grow: 1;
}

.uketuke_title01,.uketuke_title02 {
    padding: 10px;
    background: #fb7171;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
}

.uketuke_title02 {
    background: #46505f;
}

.kikan {
    font-weight: 600;
    font-size: 0.9em;
    display: block;
    margin-bottom: 5px;
}

.tab_list li a {
    margin-right: 5px;
    padding: 1px 8px 2px 8px;
    color: #ff5000;
    color: #111;
    border: 1px solid #ff5000;
    font-size: 0.8em;
    background: #fff;
    position: relative;
    z-index: 1;
}

.tab_list li a:hover {
    color: #fff;
    background: #ff5000;
}

.tab_list02 li,.tab_list03 li {
    margin: 0 10px 12px 0;
}

.tab_list02 li a,.tab_list03 li a {
    padding: 5px 20px 5px 20px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.9em;
    border-radius: 20px;
    background: #1b1b1b;
}

.tab_list03 li a {
    color: #111;
    border: 2px solid #fff;
    background: #f3f5f9;
}

.tab_list02 li a:hover,.tab_list03 li a:hover {
    color: #fff;
    background: #ff5000;
}

a.box_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.bt_area {
    margin-top: 20px;
}

@media (max-width: 768px){
.seminar_block01 {
    width: 100%;
    margin-top: 40px;
    /*position: static;*/
}

.seminar_block01 .article_txt {
    width: 100%;
    position: relative;
}

.seminar_img {
    margin-bottom: 0;
}

.seminar_img img {
    max-height: 100%;
}

.seminar_block_title {
    font-size: 1.2em;
}
}

/*seminar詳細*/
.seminar_left {
    width: 62%;
    padding: 0 40px 80px 40px !important;
    border-right: 1px solid #ddd;
}

.seminar_left p {
    margin-top: 0;
    margin-bottom: 20px;
}

.seminar_right {
    width: 35%;
    margin-bottom: 40px;
    background: #f3f5f9;
}

.seminar_right p {
    margin-bottom: 0;
}

.seminar_right_box {
    padding: 20px 0;
}

.seminar_right_box02 {
    padding: 20px;
}

.seminar_box {
    width: 100%;
}

.seminar_box section {
    padding-bottom: 40px;
    position: relative;
}

.seminar_box h1 {
    margin-bottom: 20px;
    font-size: 2.2em;
    font-weight: 600;
}

.seminar_box h2 {
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 1px solid #ff5000;
}

.wp-block-buttons {
}

.wp-block-button {
    width: 100%;
    text-align: center !important;
    background: none;
    color: #ff5000 !important;
}

.wp-block-button a {
    margin: 0 auto;
    padding: 15px 40px;
    background: #fff;
    border: 2px solid #ff5000;
    border-radius: 5px;
    display: inline-block;
    color: #ff5000 !important;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-button a:hover {
    color: #fff !important;
    background: #ff5000;
}

.uketuke02,.uketuke03,.uketuke_end02 {
    padding: 2px 15px;
    background: #fb7171;
    background: #fff !important;
    font-size: 0.9em;
    color: #fff;
    color: #111 !important;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 0;
}

.uketuke03 {
    background: #fff;
}

.uketuke_end02 {
    background: #fff;
    background: #444 !important;
    color: #111;
    color: #fff !important;
}


.seminar_right .haveto{
    font-size: 0.85em;
    padding:2px 8px 3px 8px;
    background:#2196f3;
    border-radius:0;
}

.seminar_right .any{
    font-size: 0.85em;
    padding:2px 8px 3px 8px;
    background:#999999;
    border-radius:0;
}

.seminar_right .wpcf7 input[type="text"],.seminar_right .wpcf7 [type="email"],.seminar_right .wpcf7 [type="tel"] {
    background:#fff;
}

.seminar_right .wpcf7 textarea {
    background:#fff;
}


@media (max-width: 768px){
html{
    scroll-padding-top: 80px;
}
.seminar_left {
    width: 100%;
    padding: 0 0 40px 0 !important;
    border-right: none;
}

.seminar_right {
    width: 100%;
}

.seminar_right_box {
    padding: 20px 0;
}

.seminar_right_box02 {
    padding: 20px;
}

.seminar_box h1 {
    font-size: 1.5em;
    line-height: 1.6;
}

.button_seminar_bg {
    margin: 0 calc(50% - 50vw) !important;
	width: 100vw !important;
    padding: 15px 10px 10px 10px;
    margin-bottom: 20px !important;
    background: #f3f5f9;
    text-align: center;
}

.button_seminar_bg p {
    margin-bottom: 0;
}

.button_seminar a {
    padding: 10px 40px;
    display:inline-block;
    font-size: 1.2em; 
    background: #ff5000;
    border-radius: 40px !important;
    color: #fff !important;
    text-align: center;
    font-weight: 600 !important;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-button a {
    padding: 20px 20px;
    display: block;
    font-size: 1.2em;
}
}

.old_seminar_title {
    margin-top: 20px;
    padding: 25px 20px;
    background: rgb(255,80,0);
    background: linear-gradient(0deg, rgba(255,80,0,1) 0%, rgba(255,141,0,1) 100%);
}

.old_seminar_title h2 {
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px){
.old_seminar_title {
    margin-top: 0;
}

.old_seminar_title h2 {
    font-size: 1.4em;
}
}

/*ブロックtable*/
.wp-block-table table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
}

.wp-block-table table strong {
    font-weight: 600;
    color: #ff5000;
}

.wp-block-table table tr th,.wp-block-table table tr td {
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.wp-block-table table tr td:nth-of-type(2n-1) {
    width: 20%;
    background: #F3F5F9;
}

@media (max-width: 768px){
.wp-block-table table {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.wp-block-table table tr th,.wp-block-table table tr td {
    width: 100%;
    padding: 15px 40px;
    display: block;
    border-bottom: none;
}

.wp-block-table table tr td:nth-of-type(2n-1) {
    width: 100%;
    display: block;
}
}


/*ブロックメディア*/

.wp-block-media-text {
    padding:20px;
    background: #f3f5f9;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap : wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-content: space-between;
    margin-bottom: 20px;
}

.wp-block-media-text__media {
    width: 15%;
}

.wp-block-media-text__media img {
    width: 100% !important;
    height: auto !important;
    vertical-align: bottom;
    max-width:100% !important;
    max-height:100% !important;
}

.wp-block-media-text__content {
    width: 80%;
    font-size: 0.9em;
}

.wp-block-media-text__content p {
    margin-bottom: 5px !important;
}

.wp-block-media-text__content p:last-of-type {
    margin-bottom: 100px;
}

.has-large-font-size {
    font-size: 1.2em !important;
    font-weight: 600;
}

@media (max-width: 768px){
.wp-block-media-text__media {
    width: 40%;
    margin: 0 30% 0 30%;
}

.wp-block-media-text__media img {
    margin-bottom: 10px !important;
}

.wp-block-media-text__content {
    width: 100%;
}

.has-large-font-size {
    display: block;
    text-align: center;
}
}

/*アコーディオン*/
h3.seminar_search {
    padding: 10px;
    color: #fff;
    background: #1b1b1b;
    font-size: 1.1em;
    text-align: center;
}

.seminar_search_box {
    padding: 20px 20px 20px 20px;
    background: #f3f5f9;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    background: #1b1b1b;
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.accordion-title span {
    position: relative;
}

.accordion-title span:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-content {
    display: none;
    padding: 5px 20px 30px 20px;
}

/*bloglist_cate*/
.bloglist_cate {
    margin-bottom: 40px;
}

.bloglist_cate ul li {
    margin-right: 30px;
}

.bloglist_cate ul li a {
    display: inline;
    padding: 0 20px 0 0;
    color: #111;
    font-size: 1.1em;
     position: relative;
}

.bloglist_cate ul li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #ff5000;
    border-right: solid 2px #ff5000;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    transform: rotate(45deg);
}

.bloglist_bt a{
    min-width: 400px;
    color: #111 !important;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 35px;
    display: inline-block;
    overflow: hidden;
    background:url("../../images/arrow_orange.png") no-repeat right 20px center #fff;
    background-size: 6px 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 1.1em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bloglist_bt a:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bloglist_bt a:hover {
    background:url("../../images/arrow_white.png") no-repeat right 20px center #ff5000;
    background-size: 6px 10px;
    color: #fff !important;
    border: 1px solid #ff5000;
}

@media (max-width: 768px){
.bloglist_cate {
    margin-bottom: 0;
}

.bloglist_cate ul li {
    margin-bottom: 20px;
}

.bloglist_bt a {
    width: 100%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}
}

/*HubSpot*/
#library_box {
    width: 100%;
}

.library_right h2 {
    display: none !important;
}

.hbspt-form {
    width: 100% !important;
}

.hbspt-form fieldset {
    width: 100% !important;
    max-width: 780px !important;
    padding-left: 5% !important;
}

.hbspt-form fieldset.form-columns-2 {
    width: 70% !important;
}

.hbspt-form fieldset .input {
    margin-right: 0 !important;
}

/*fieldset.form-columns-1 .hs-input,.form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}*/

.hubspot_form h2 {
    display: none!important;
}

.hs-richtext p {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.hs-richtext p a,.hs-richtext p a:link {
    color: #1a0dab !important;
    text-decoration: underline;
}

.hubspot_form .hs-form-required {	
    font-size:1.2em;
    padding:5px;
    color:#E04444;
}

.hubspot_form .hs-form-field {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
    border:none;
}

.hubspot_form .hs-form-field strong {
    text-align:left;
    width:100%;
    border:none;
    font-weight: 600;
    font-size: 0.9em;
}

.hubspot_form .actions {
    width: 50%;
    margin-top: -30px !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    padding: 0 !important;
}

.hubspot_form .actions .hs-button {
    width: 100%;
    display:inline-block;
    padding:15px 30px;
    margin-top:30px;
    margin-bottom: 5px;
    background:#ff5000;
    color:#fff;
    font-size:1.1em;
    font-weight:600;	 
    border-radius:50px;
    border: none;
    cursor: pointer;
}

.hubspot_form .actions .hs-button:hover{
 background:#111;
 color:#fff;
}

.hubspot_form .input {
    width: 100% !important;
    margin-right: 0 !important;
}

.hubspot_form input[type=checkbox]{
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    transform: scale(1.6);
    cursor: pointer;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    background:#f4f4f4;
    position: relative;
    top: 1px;
    font-size: 16px;
}


.hubspot_form input[type="radio"]{
    position: relative;
    top: 0px;
    margin-right: 10px;
}

.hubspot_form input[type="text"],.hubspot_form [type="email"],.hubspot_form [type="tel"] {
    width: 100%;
    margin-top: 5px;
	padding: 15px 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
}

.hubspot_form select {
    width: 100%;
    margin-top: 5px;
	padding: 15px 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    box-sizing: border-box;
    font-size: 16px;
}

.hubspot_form textarea {
    width: 100%;
    height: 100px;
    margin-top: 5px;
	padding: 10px;
    border: none;
	border: 1px solid #ddd !important;
	cursor: pointer;
    border-radius: 5px;
    background:#f4f4f4;
    appearance:none;
    -webkit-appearance:none;
    box-sizing: border-box;
}

.hs_error_rollup {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.hubspot_form .no-list li {
    color: #f00;
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2;
}

@media (max-width: 768px){
.hbspt-form fieldset.form-columns-2 {
    width: 95% !important;
}

.hubspot_form {
    box-sizing: border-box !important;
}

.hubspot_form .actions {
    width: 85%;
    margin-top: -30px !important;
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
}

.hubspot_form input,.hubspot_form textarea {
    font-size: 16px !important;
}

.hubspot_form span.input01:first-of-type {
    margin-bottom: 5px;
}
}

/*記事中CTAエリア*/
.cta_box01 {
    clear: both;
    margin-bottom: 40px;
    padding: 10px;
    overflow: hidden;
    background: #f3f5f9;
}

.cta_box01_bg {
    width: 100%;
    padding: 30px 40px 20px 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.cta_box01_left {
    width: 45%;
}

.cta_box01_left img {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

.cta_box01_right {
    width: 50%;
}

.cta_box01_right h3 {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.5;
    background: none;
}

.cta_box01_right p {
    margin-bottom: 0;
}

.cta_box01_btn {
    position: relative;
    text-align: center;
}

.cta_box01_btn .balloon {
    position: relative;
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 5px 10px;
    min-width: 180px;
    max-width: 100%;
    color: #111;
    font-size:0.9em;
    border: 1.5px solid #111;
    background: #fff;
    text-align: center;
    z-index: 1;
}

.cta_box01_btn .balloon:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    border: 6px solid transparent;
    border-top: 6px solid #FFF;
    z-index: 3;
}

.cta_box01_btn .balloon:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
    border: 7px solid transparent;
    border-top: 7px solid #111;
    z-index: 2;
}

.cta_box01_btn .button02 {
    position: relative;
    top: -10px;
    z-index: 0;
}

.cta_box01_btn .button02 a {
    width: 100%;
    padding: 15px;
    font-size: 1.15em;
    text-decoration: none !important;
}

.cta_box02 {
    clear: both;
    margin-bottom: 40px;
    padding: 30px 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ff5000;
}

.cta_box02.flex01 {
    align-items: center;
}


.cta_box02_left {
    width: 40%;
    margin-bottom: 0 !important;
}

.cta_box02_left p {
    margin-bottom: 0 !important;
}

.cta_box02_left img {
    margin-bottom: 0 !important;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}

.cta_box02_right {
    width: 55%;
}

.cta_box02_right h3 {
    font-size: 1.3em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.5;
    background: none;
}

.cta_box02_right p {
    margin-bottom: 0;
}

.cta_box02_btn {
    text-align: center;
}

.cta_box02_btn .button02 a {
    width: 100%;
    padding: 10px 15px;
    font-size: 1.05em;
    border-radius: 10px;
    text-decoration: none !important;
}

@media (max-width: 980px){
.cta_box01_bg {
    padding: 30px 20px 10px 20px;
}

.cta_box01_left {
    width: 80%;
    margin: 0 10% 20px 10%;
}

.cta_box01_right {
    width: 100%;
}

.cta_box01_right h3 {
    font-size: 1.25em;
}

.cta_box01_btn .button02 a {
    font-size: 1.1em;
}

.cta_box02 {
    padding: 20px 20px 10px 20px;
}

.cta_box02_left {
    width: 80%;
    margin: 0 10% 20px 10% !important;
}

.cta_box02_right {
    width: 100%;
}

.cta_box02_right h3 {
    font-size: 1.1em;
}

.cta_box02_btn .button02 a {
    font-size: 1em;
}
}

/*Hubspot meet*/
.orenge_gra_bg {
    width: 100%;
    padding: 20px 0;
    background: rgb(255,80,0);
    background: linear-gradient(0deg, rgba(255,80,0,1) 0%, rgba(255,141,0,1) 100%);
}

.hubspot_meet {
    padding-top: 30px;
}

.chevron_down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

/* ===== キャリーミーが選んだ3選 ===== */

.web-agency {
    width: 100%;
    background:url("../../images/ranking-bg.png") no-repeat #dff3f1;
    background-size:100%;
    padding: 30px;
    margin:0 auto 20px auto;
}

.web-agency p {
    margin-bottom: 0;
    letter-spacing: 0;
}
.web-agency h2,.web-agency h3 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 1rem;
    position: static;
}

.web-agency__inner {
    margin: 0 auto;
    text-align: center;
}

.web-agency__label {
    display: inline-block;
    background: #27c3c2;
    color: #fff;
    padding: 3px 16px;
    border-radius: 999px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

.web-agency__title {
    padding: 5px 0;
    font-size: 2.4rem;
    font-weight: bold;
}

.agency-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.agency {
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 2px solid #27c3c2;
}

/* Grid対応ブラウザ */
@supports (display: grid) {
  .agency-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "large large"
      "left  right";
    gap: 10px;
  }

  .agency--large {
    grid-area: large;
  }

  .agency:nth-of-type(2) {
    grid-area: left;
  }

  .agency:nth-of-type(3) {
    grid-area: right;
  }
}

.agency__body {
  padding: 20px;
}

.agency__name a {
  font-size: 1.05rem;
  font-weight:bold !important;
  margin: 0;
  line-height: 1.4;
}

.agency--large .agency__name a {
  font-size: 1.7rem;
  font-weight:bold !important;
  margin: 0;
  padding: 10px 20px;
  line-height: 1.4;
  color: #fff !important;
  text-decoration: none !important;
  background: #ED7A30;
  border-radius: 10px;
}

.agency__subTitle {
    font-size:0.9rem;
    font-weight: 700;
    text-align: left;
}

.agency__text {
    margin-bottom: 10px;
    font-size: 0.85rem;
    text-align: left;
}

.agency__list {
    margin-bottom: 10px;
    font-size: 0.85rem;
    text-align: left;
}

.agency__list li {
  line-height: 1.6;
}

.agency--large {
    border: 2px solid #27c3c2;
    position: relative;
}

.agency--large .no1-icon {
    position: absolute;
    top: -30px;
    left: -30px;
}

.agency--large .no1-icon img {
    max-width: 120px;
}

.agency--large .agency__body {
    display: none;
}

.agency--large .agency__main {
    gap: 0;
    padding: 0;
}

.agency--large .agency__left {
    width: 100%;
}

.agency--large .agency__image img {
  margin-bottom: 0;
}

.agency__image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
  margin:0 !important;
  padding:0 !important;
}

.agency__left .agency__image img {
      margin:0 0 20px 0 !important;
}

.agency--large .agency__right {
  width: 100%;
  padding: 15px;
}

/* PCのみ */
@media (min-width: 769px) {
  .agency--large .agency__main {
    align-items: center;
  }
}



/* =====================================
   SP（768px以下）
===================================== */
@media (max-width: 768px) {
  .agency-grid {
    display: block;
  }
  
  .web-agency {
    padding: 10px;
}
  
  .web-agency__title {
    font-size: 1.4rem !important;
}

  .agency {
    margin-bottom: 10px;
  }

  .agency--large .agency__main {
    display: block;
  }
  
  .agency--large .agency__name a {
      font-size: 1.2rem;
      font-weight:bold !important;
      margin: 0;
      padding: 10px 20px;
      line-height: 1.4;
      color: #fff !important;
      text-decoration: none !important;
      background: #ED7A30;
      border-radius: 10px;
    }

  .agency--large .agency__left,
  .agency--large .agency__right {
    width: 100%;
  }
  
  .agency--large .agency__right {
      padding: 0 20px 20px 20px;
  }

  .agency--large .agency__left {
    margin-bottom: 15px;
  }
  .agency--large .no1-icon {
      width: 25%;
    position: absolute;
    top: -15px;
    left: -15px;
}
    .agency--large .no1-icon img {
        max-width: 100%;
    }
}

/* 企業事例　業種と対応領域 */
.dd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.dd__inner {
  padding: 0 20px;
}

/* ボタン2つ */
.dd__controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dd__btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.dd__btn.is-active {
  background: #e8f0ff;
  border-color: #ddd;
}

.dd__chev {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.dd__btn:hover {
  background: #e8f0ff;
  border-color: #ddd;
  color:#333 !important;
}

.dd__btn:hover .dd__chev {
  transform: none;
}

.dd__btn.is-active .dd__chev {
  transform: rotate(180deg);
}

.dd__panel {
  margin-top: 15px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.dd__content {
  display: none;
}
.dd__content.is-show {
  display: block;
}

/* メニュー（PCは4列） */
.dd__menu {
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 18px;
}

.dd__link {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;

  text-decoration: none;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
  background: #fff;
}

.dd__link:hover {
  background: #e8f0ff;
  border-color: #ddd;
  color:#333 !important;
}

/* SP：1カラム */
@media (max-width: 768px) {
  .dd__controls {
    grid-template-columns: 1fr;
  }

  .dd__menu {
    grid-template-columns: 1fr;
  }
  
}

.list01 {
    margin-bottom: 60px;
}

.list01 dt {
    width: 40%;
}

.list01 dd {
    width: 55%;
}

.list01 h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
}

.list01 h3:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 1%;
  background-color: #ff5000;
  border-radius: 2px;
}

.list01 .button02,
.list01 .button02::after {
    margin-bottom: 0 !important;
}

@media (max-width: 768px){
  .list01 dt {
      width: 100%;
      margin-bottom: 20px;
  }

  .list01 dd {
      width: 100%;
  }
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card__thumb {
  margin-bottom: 20px;
}

.service-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card__title {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.service-card__title:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #ff5000;
  border-radius: 2px;
}

.service-card__text {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.service-card__btn {
  margin-top: auto;
}

.service-card__btn .button02,
.service-card__btn .button02::after {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .service-card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-card__thumb {
    margin-bottom: 16px;
  }
  
  .service-card__title {
      font-size: 1.2rem;
    }
}

/*トップ / タグページ ニュース一覧*/
.main-top02 .section06,
.news-loop-section {
  padding-top: 80px;
}
.main-top02 .section06 .news_slider_wrapper,
.news-loop-section .news_slider_wrapper{
  padding-bottom: 50px;
}
.main-top02 .section06 .swiper.news_slider,
.news-loop-section .swiper.news_slider{
  display: block;
  overflow: visible;
  margin-bottom: 90px;
}
.main-top02 .section06 .swiper.news_slider .swiper-slide,
.news-loop-section .swiper.news_slider .swiper-slide{
  width: 320px;
}
.main-top02 .section06 .swiper.news_slider a,
.news-loop-section .swiper.news_slider a{
  display: block;
  text-decoration: none;
  color: #000;
  box-shadow: 0 4px 4px #CCCCCC;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.main-top02 .section06 .swiper.news_slider figure,
.news-loop-section .swiper.news_slider figure{
  height: 154px;
}
.main-top02 .section06 .swiper.news_slider figure img,
.main-top02 .section06 .swiper.news_slider figure span,
.news-loop-section .swiper.news_slider figure img,
.news-loop-section .swiper.news_slider figure span{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-top02 .section06 .swiper.news_slider figure img,
.news-loop-section .swiper.news_slider figure img{
  display: block;
}
.main-top02 .section06 .swiper.news_slider figure span,
.news-loop-section .swiper.news_slider figure span{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
}
.main-top02 .section06 .swiper.news_slider .cate,
.news-loop-section .swiper.news_slider .cate{
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  min-width: 120px;
  position: absolute;
  text-align: center;
  padding: 7px 10px;
  top: 110px;
  left: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.main-top02 .section06 .swiper.news_slider .post_txt,
.news-loop-section .swiper.news_slider .post_txt{
  padding: 5px 10px 10px;
}
.main-top02 .section06 .swiper.news_slider .post_txt .date,
.news-loop-section .swiper.news_slider .post_txt .date{
  font-size: 0.75em;
}
.main-top02 .section06 .swiper.news_slider .post_txt h3,
.news-loop-section .swiper.news_slider .post_txt h3{
  font-size: 1em;
  line-height: 1;
  margin-bottom: 5px;
}
.main-top02 .section06 .swiper.news_slider .post_txt p,
.news-loop-section .swiper.news_slider .post_txt p{
  font-size: 0.875em;
  line-height: 1.2;
}
.main-top02 .section06 .swiper.news_slider .swiper-pagination,
.news-loop-section .swiper.news_slider .swiper-pagination{
  bottom: -2.25em;
  font-size: 1.875em;
  width: 5em;
  left: calc(50% - 2.4em);
}
.main-top02 .section06 .swiper.news_slider .swiper-button-prev,
.main-top02 .section06 .swiper.news_slider .swiper-button-next,
.news-loop-section .swiper.news_slider .swiper-button-prev,
.news-loop-section .swiper.news_slider .swiper-button-next{
  transform: translateX(-50%);
  bottom: -3.9em;
  top: auto;
}
.main-top02 .section06 .swiper.news_slider .swiper-button-prev::after,
.main-top02 .section06 .swiper.news_slider .swiper-button-next::after,
.news-loop-section .swiper.news_slider .swiper-button-prev::after,
.news-loop-section .swiper.news_slider .swiper-button-next::after{
  color: #000;
  font-size: 1.875em;
}
.main-top02 .section06 .swiper.news_slider .swiper-button-prev,
.news-loop-section .swiper.news_slider .swiper-button-prev{
  left: calc(50% - 5.25em);
}
.main-top02 .section06 .swiper.news_slider .swiper-button-next,
.news-loop-section .swiper.news_slider .swiper-button-next{
  right: calc(50% - 7em);
}
.main-top02 .section06 .marketing_bt01 a,
.news-loop-section .marketing_bt01 a{
    position: relative;
    min-width: 300px;
    padding: 15px 60px;
    color: #fff;
    background: rgb(255,80,0);
    background: linear-gradient(90deg, rgba(255,80,0,1) 0%, rgba(255,120,0,1) 100%);
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.4;
}
.main-top02 .section06 .marketing_bt01 a::after,
.news-loop-section .marketing_bt01 a::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    top: 50%;
    right: 1.5em;
    margin-top: -5px;
    transform: rotate(-45deg);
}
.main-top02 .section06 .marketing_bt01 a span,
.news-loop-section .marketing_bt01 a span{
    font-size: 1.1em;
    display: inline-block;
}
@media (max-width: 768px){
  .main-top02 .section06 .swiper.news_slider,
  .news-loop-section .swiper.news_slider{
    margin-bottom: 80px;
  }
  .main-top02 .section06 .swiper.news_slider .swiper-pagination,
  .news-loop-section .swiper.news_slider .swiper-pagination{
    bottom: -2.4em;
    font-size: 1.6em;
  }
  .main-top02 .section06 .swiper.news_slider .swiper-button-prev::after,
  .main-top02 .section06 .swiper.news_slider .swiper-button-next::after,
  .news-loop-section .swiper.news_slider .swiper-button-prev::after,
  .news-loop-section .swiper.news_slider .swiper-button-next::after{
    font-size: 1.6em;
  }
  .main-top02 .section06 .marketing_bt01 a,
  .news-loop-section .marketing_bt01 a{
    width: 100%;
    min-width: 100px;
    padding: 15px 40px;
  }
  .main-top02 .section06 .marketing_bt01 a span,
  .news-loop-section .marketing_bt01 a span{
    display: block;
  }
}


/*専門家ページ*/

.square01{display:none!important;}

.cm-advisor-area{
background:#fbfbf8;
padding:80px 0;
}
.cm-advisor-title{
text-align:center;
font-size:36px;
font-weight:700;
margin-bottom:70px;
}
.cm-advisor-title .en{color:#18b7c6;}
.cm-advisor-title .jp{color:#e95420;text-decoration:underline;}
.cm-advisor-grid{
display:grid;
grid-template-columns:repeat(2,minmax(420px,1fr));
gap:40px;
max-width:1000px;
margin:0 auto;
}
.cm-advisor-card{
background:#fff;
border-radius:14px;
box-shadow:0 8px 24px rgba(0,0,0,.08);
padding:28px 32px;
display:flex;
align-items:center;
gap:24px;
min-height:150px;
width:100%;
box-sizing:border-box;
cursor:pointer;
}
.cm-advisor-card img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
}
.cm-advisor-copy{
font-size:18px;
line-height:1.6;
margin-bottom:12px;
}
.cm-advisor-kana{
font-size:11px;
letter-spacing:.15em;
margin-bottom:2px;
}
.cm-advisor-name{
font-size:24px;
font-weight:700;
line-height:1.3;
}
.cm-advisor-role{
font-size:14px;
margin-top:10px;
}
@media(max-width:900px){
.cm-advisor-grid{grid-template-columns:1fr;padding:0 24px;}
.cm-advisor-card{padding:28px;}
}
.cm-advisor-card{
transition:all .3s ease;
cursor:pointer;
}

.cm-advisor-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 30px rgba(0,0,0,.15);
}
/*youtube動画*/
.case-video_block {
  width: 31.5%;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.case-video_block .case-video-card__button {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.case-video_block .flex01 {
  display: block;
}

.case-video_block .article_img {
  /*aspect-ratio: 16 / 9;*/
  overflow: hidden;
}

.case-video_block .case-video-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case-video_block .article_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.case-video_block .case-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-video_block .case-video-card__play::before {
  content: "▶";
  display: block;
  font-size: 2rem;
  color: #fff;
  transform: translateX(2px);
}

.case-video-card__text {
  padding: 15px;
}


.case-video_block .article_title,
.case-video_block .article_company,
.case-video_block .article_company p {
  opacity: 1;
}

.case-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.case-video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.case-video-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.case-video-modal__body {
  background: #000;
}

.case-video-modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

body.is-case-video-modal-open {
  overflow: hidden;
}


@media screen and (max-width: 980px) {
  .case-video_block {
    width: 100%;
    position: static;
    display: block;
  }
}


@media screen and (max-width: 767px) {
  .case-video-modal {
    padding: 16px;
  }

  .case-video_block .case-video-card__play {
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
  }
  .case-video_block .case-video-card__play::before {
    font-size: 1.5rem;
  }
}