/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

main {
    padding: 0 0 1px;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

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

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-gap {
	height: 70px;
}

/* Header -----------------------------------------------*/

header {
	position: fixed;
	z-index: 5;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 5px #8888;
}

header > .am-container {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    max-width: unset;
}

.hdr__cont {
	margin: 10px 0;
}

.hdr__layout {
	height: 70px;
}

.hdr__bg {
	display: none;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo img {
	display: block;
}

.hdr__navi-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.hdr__navi-menu li a {
	display: inline-block;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	font-size: 22px;
}

/* .hdr__navi-menu .active a {
	text-decoration: underline;
	text-underline-offset: 6px;
} */

.hdr__navi-menu li:last-child a {
	border-right: unset;
	padding: 0 0 0 20px;
}

.hdr__navi-menu li.new a {
	position: relative;
	padding: 0 15px 0 10px;
}

.hdr__navi-contact {
    margin: 0 0 0 10px;
}

.hdr__navi-contact > a > img {
    height: 75px;
    width: auto;
    display: block;
    align-self: flex-start;
}

#sect-topslider.slider__main {
	position: relative;
}

.slider__item>img {
	display: block;
	height: 704px;
	width: 100%;
	object-fit: cover;
}

.slider__ov {
	position: absolute;
	top: 5vw;
	left: 10%;
	font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}

.slider__ov-btn span {
	width: 14vw;
	max-width: 254px;
}

.slider__fcbl {
    color: #0E5ACB;
    display: block;
    margin: 30px 0;
}

.slider__fcr {
    color: #FF2525;
}

.slider-fs-alt {
	font-size: 80%;
}

.sect-cont {
    padding: 100px 0 0;
}

.fc-red {
    color: #FF2525;
}

#sect-problem .sa-title {
    margin: 0;
}

.problem-ftr {
    font-weight: 700;
    font-size: 26px;
}

.sa-title {
    color: #0E5ACB;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.8;
    margin: 0 0 50px;
}

.sol-cont {
    margin: 0;
}

.sol__pix img {
    margin: 0;
	display: block;
}

.problem-cont {
    margin: 0;
}

.problem-cont > div:first-child {
    order: 2;
}

.plr-cont .plr-item {
    background-color: #D3EBFF;
    padding: 40px;
    margin: 0 15px;
    height: calc(100% - 80px);
    border-radius: 15px;
}

.plr-item__title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
}

h3.plr-item__title {
    margin-top: 0;
}

.plr-item__pix img {
    border-radius: 10px;
	height: 90%;
	width: auto;
	object-fit: cover;
}

.plr-item__pix {
    text-align: center;
	width: 100%;
	height: 16vw;
	max-height: 235px;
}

.plr-cont {
    margin: 0;
	align-items: stretch;
}

.plr-item__text {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 0;
}

.cmt-cont {
    align-items: stretch;
}

.cmt-item {
    border: 5px solid #d3ebff;
    border-radius: 5px;
    padding: 20px 40px;
    height: calc(100% - 70px);
}

.cmt-cont > div:nth-child(2n-1) .cmt-item {
    margin: 0 10px 20px 0
}

.cmt-cont > div:nth-child(2n) .cmt-item {
    margin: 0 0 20px 10px
}

.cmt-item__title {
    font-size: 28px;
    font-weight: bold;
}

.cmt-item__icon {
    width: calc(100% - 20px);
}

.cmt-item__desc {
    font-size: 24px;
}

.cmt-foot {
	text-align: center;
    margin: 60px 0 0;
}

.cmt-foot__text {
    display: inline-block;
    font-size: 28px;
}

.cmt-foot__text::before {
    content: "|";
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 10px 0 0;
}


.cmt-foot__text::after {
    content: "|";
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 0 0 10px;
}

.sa-btn {
    display: inline-block;
    text-decoration: unset;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    background: #0e5acb;
    padding: 30px 40px;
    border-radius: 10px;
	border: 2px solid #0e5acb;
}

.sa-btn::after {
	content:"⇒";
	font-weight: 400;
	margin: 0 0 0 20px;
}

.fback-box {
    border: 2px solid #5d5e60;
	background: #FFF;
    margin: 0 0 30px;
}

.fback-box__list {
    margin: 30px 10px;
    font-size: 26px;
    line-height: 2;
}

.fback-btn {
    text-align: right;
}

.fback-btn a {
    background: #d3ebff;
    border: 2px solid #0e5acb;
    color: #000;
    font-weight: 400;
}

.sa-btn.style2:hover {
    background: #d3ebff;
    border: 2px solid #0e5acb;
    color: #000;
    font-weight: 400;
}

/* .ftr-top__bg {
    position: relative;
}

.ftr-top__cont {
 	position: absolute;
 	transform: translateY(-50%);
 	color: #fff;
 	z-index: 2;
 	margin: -220px 0px;
 	left: 35%;
}

.ftr-top__bg img {
    filter: brightness(0.5);
    z-index: 1;
    height: 420px;
    object-fit: cover;
    min-height: 315px;
} */

/* .ftr-top__text {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    line-height: 180%;
}

.ftr-top__btn img {
    max-width: 70%;
    height: 70px;
    object-fit: contain;
    margin: 0 30px 0 0;
} */

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: #e9eff8;
    height: calc(100%);
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

#sect-commonsense .sa-title {
	margin: 0;
}

.cmsense-cont ul {
    margin: 0 0 20px;
}

.cmsense-cont .am-col6 {
	font-size: 28px;
    line-height: 40px;
}

.cmsense-img {
    text-align: right;
	align-self: stretch;
	position: relative;
}

.cmsense-cont .cmsense-img img {
	position: absolute;
    width: calc(100% - 20px);
    height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
}

.ftr-top__cont {
    text-align: center;
    padding: 60px;
}

.ftr-top__text {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
}

.ftr-top__btn {
    margin: 30px 0 0;
}

.ftr-top__bg img {
    filter: brightness(0.5);
}

.ftr-top__btn img {
    margin: 0 30px 0 0;
    height: 70px;
}

#sect-commonsense {
    padding: 100px 0 80px;
}

.banner__cont {
	position: relative;
}

.banner__title {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 60px 0;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.banner__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner__title>span {
	display: block;
}

h2.banner__title {
	margin: 0;
}

.voice-intro__text {
    z-index: 1;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
}

.voice-intro__bg.am-bg-pix img {
    object-fit: cover;
    margin: 50px 5px;
    height: calc(100% - 100px);
    width: calc(100% - 10px);
}

.voice-intro__text-inner {
    font-size: 32px;
    line-height: 40px;
    margin: 60px auto;
    max-width: 812px;
    width: calc(100% - 40px);
}

#client-voice .sa-title {
    text-align: center;
}

.client-voice__details-text {
    border: 1px solid #0e5acb;
    padding: 30px 50px;
    width: 666px;
    font-size: 28px;
    line-height: 1.43;
    margin: 0 auto;
}

.client-voice__details-text > span {
    display: inline-block;
    text-indent: -29%;
    padding: 0 0 0 22%;
}

.client-voice__details-title {
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: 700;
}

.client-voice__details {
    margin: 50px 0 0;
}

.representative-opinion__title {
    font-size: 28px;
    margin: 0 0 20px;
}

.representative-opinion__cont {
    font-size: 28px;
    line-height: 50px;
}

.representative-opinion__text-question {
    margin: 20px 0 10px;
    text-indent: -2ch;
    margin-left: 2ch;
    color: #020E7B;
}

.representative-opinion__text-answer span {
    color: #FF2525;
}

#rep-op-2 {
    margin: 60px 0 0;
}

#rep-op-3 {
    margin: 60px 0 0;
}

#rep-op-4 {
    margin: 60px 0;
}

#rep-op-1 .am-col5 {
    text-align: right;
}

#rep-op-2 .am-col5 {
    text-align: right;
}

#rep-op-3 .am-col5 {
    text-align: right;
}

#rep-op-4 .am-col5 {
    text-align: right;
}

.problem-text {
    font-size: 26px;
    line-height: 40px;
}

#sect-solution .sa-title {
	margin: 0 0 0 30px;
}

.sol__text {
    font-size: 26px;
    line-height: 40px;
	margin: 0 0 15px 30px;
}

#top {
    background-color: #f7fbff;
}

#sect-banner img {
    filter: brightness(0.5);
}

.faq-sect__title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 100px 0;
}

.faq-sect__item {
    font-size: 24px;
    line-height: 40px;
    border: 1px solid;
    margin: 40px 0 60px;
}

.faq-sect__item a {
    text-decoration: none
}

.faq-sect__item-question {
    padding: 20px 30px 20px 70px;
    background-color: #E9EFF8;
    position: relative;
	cursor: pointer;
	letter-spacing:1px;
}

.faq-sect__item-question::before {
    content: "Q :";
    display: block;
    position: absolute;
    left: 30px;
}

.faq-sect__item-asnwer {
    padding: 20px 30px;
}

.faq-sect__item-asnwer-img img {
    width: 181px;
}

.faq-sect__item-asnwer-img {
	margin: 80px 0 0;
}

.faq-sect__item-question:after {
    content: '+';
    position: absolute;
    right: 20px;
	font-size: 35px;
    transition: 0.5s ease;
	display: block;
	top: 50%;
    transform: translateY(-50%);
}

.faq-sect__item.active .faq-sect__item-question:after {
	content: "-";
	font-size: 40px;
	right:25px;
	top: 60%;
	transform: translateY(-50%) rotate(180deg) scaleX(1.5);
}

.faq-sect__item-asnwer {
    max-height: 0;
    overflow: hidden;
	padding: 0 30px;
	transition: 0.5s ease;
}

.faq-sect__item-asnwer::before,
.faq-sect__item-asnwer .am-col9::before {
    content: "A :";
    display: inline-block;
    position: relative;
    left: 0;
}

.faq-sect__item-asnwer .am-col9::before {
   display: none;
}

.faq-sect__item.active .faq-sect__item-asnwer {
    max-height: max-content;
    padding: 20px 30px 20px 70px;
}

.faq-sect__item.active .faq-sect__item-asnwer::before {
    position: absolute;
    left: 30px;
}

.faq-sect__cont {
    max-width: 1022px;
    margin: 0 auto;
    width: calc(100% - 60px);
}

.three-reasons__title {
    font-size: 42px;
    font-weight: 700;
    color: #0E5ACB;
    text-align: center;
    margin: 0 0 50px;
}

.three-reasons__cont {
    max-width: 1378px;
    margin: 0 auto;
}

.three-reasons__content {
    background-color: #D3EBFF;
    padding: 40px 60px;
    border-radius: 10px;
	margin: 50px 0 0;
}

.starting-sales__title {
    font-weight: 700;
    font-size: 32px;
}

.starting-sales__content {
    font-size: 26px;
    line-height: 40px;
    margin: 30px 0 0;
}

.concrete-measures__title {
    color: #FF2525;
    font-size: 28px;
    font-weight: 700;
	text-align: center;
}

.concrete-measures__content {
    font-size: 26px;
    line-height: 40px;
    margin: 30px 0 0;
}

.concrete-measures__cont {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
	margin: 0 0 0 auto;
    width: calc(100% - 80px);
}

.lecturer-seminars__title {
    font-size: 30px;
    font-weight: 700;
}

.lecturer-seminars__content {
    font-size: 28px;
    line-height: 40px;
    margin: 30px 0 0;
}

.business-seminar__cont {
    margin: 0 0 0 auto;
    width: calc(100% - 80px);
}

.business-seminar__btn {
    background: #fff;
    border: 3px solid #0E5ACB;
    margin: 30px 0 0;
    color: #0E5ACB;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 10px;
}

.diffcons__item {
    margin: 0 0 60px;
}

.diffcons__item:last-child {
	margin: 0;
}

.diffcons__item-title {
    font-weight: 700;
    padding: 0 0 0 40px;
	font-size: 28px;
}

.diffcons__item-typical {
    border: 3px solid #d3ebff;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 100%;
}

.diffcons__item-typical > .inner {
    width: calc(100% - 20px);
    margin: 10px auto;
	position: relative;
	z-index: 2;
}

.diffcons__item-typical-pix {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    z-index: 1;
}

.diffcons__item-typical-head {
    color: #0e5acb;
}

.diffcons__item-cont {
    justify-content: space-between;
    align-items: stretch;
	font-size: 24px;
	line-height: 1.8;
}

.diffcons__item-satomi {
    background: #d3ebff;
    border-radius: 5px;
    padding: 3px;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
}

.diffcons__item-satomi > .inner {
    margin: 10px;
	height: auto;
	min-height: 300px;
}

.diffcons__item-typical ul {
    margin: 0;
}

.diffcons__item-satomi-head {
    color: #ff2525;
}

.tal-r {
    text-align: right;
}

.tal-c {
	text-align: center;
}

.fees__mainbox {
    border: 8px solid #0E5ACB;
    font-size: 26px;
	line-height: 1.8;
    background-color: #D3EBFF;
}

.fees__mainbox .inner {
    margin: 30px 100px;
}

.fees__mainbox-part1 span {
    font-weight: 700;
}

.last__content {
    font-size: 24px;
    background-color: #D3EBFF;
    color: #0E5ACB;
    padding: 40px 60px;
    max-width: 833px;
	position: relative;
	z-index: 2;
	font-weight: 700;
}

.last__content span {
    font-size: 32px;
	font-weight: 700;
}

.last__content p{
	margin: 0;
	font-size: 130%;
}

.last__layout {
    position: relative;
	padding: 0 0 80px;
}

.last__sidepix {
    position: relative;
    z-index: 1;
    width: 60%;
    margin: -15% 0 0 auto;
}

.sa-btn:hover {
    background: #D3EBFF;
    color: #000;
    border: 3px solid #0E5ACB;
}
.sa-indpoint__list {
    text-indent: -3.8ch;
    margin-left:4ch;
}
.business-seminar__btn a {
    text-decoration: none;
	color: #0E5ACB;
}

.business-seminar__btn:hover {
    background-color: #0E5ACB;
    color: #fff;
}

.business-seminar__btn:hover a {
    color: #fff;
}

.diffcons__item-satomi-pix {
    text-align: center;
}

.diffcons__item-satomi-pix img {
    width: 220px;
    height: 230px;
    object-fit: contain;
}

.diffcons__item-satomi-pix.style2 {
    float: right;
}

.diffcons__item-typical:after {
    content: '▶';
    color: #D9D9D9;
    font-size: 60px;
    position: absolute;
    right: -68px;
    top: 50%;
    transform: translateY(-50%) scaleY(5);
}



.ftr-cpright {
    width: 100%;
    text-align: center;
    font-weight: 500;
    background-color: #17184b;
    margin-top: 55px;
    padding: 15px 0;
    color: #ffffff;
}

footer .hdr__navi-menu {
    margin: 30px 0;
}

footer .hdr__navi-menu ul li a {
    padding: 0 20px 0 0;
}

footer .hdr__navi-menu li a {
    padding: 0 20px 0 0;
}

.ftr-btm__cont {
    margin: 50px auto 0;
}

.ftr-btm__logo {
	text-align: left;
}

.ftr-btnpix img {
    width: calc(50% - 40px);
    margin: 0 20px 0 0;
}

.hdr__menu-btn {
	display: none;
}

header .ftr-top {
    display: none;
}

header .ftr-btm__btnpix {
    display: none;
}

header .ftr-cpright {
    display: none;
}

.slk-slider__btn {
    text-align: center;
    padding: 20px 0 80px;
	background: #e9eff8;
}

.slk-slider__btn > a > img {
    display: block;
    margin: 0 auto;
}
.slk-slider__btn > a{
	display:inline-block;
}

/* .bnr-title {
    font-weight: 700;
    text-align: right;
    font-size: min(80px, 7vw);
    position: relative;
    z-index: 2;
    color: #0e5acb80;
    margin: -20px 0 0;
    padding: 0px 0 40px;
    font-family: "Noto Sans Mono", monospace;
} */

.bnr-title {
    font-weight: 700;
    text-align: right;
    font-size: min(80px, 7vw);
    position: relative;
    z-index: 2;
    color: #0e5acb80;
    margin: -56px 10px 0 0;
    padding: 0px 0 40px;
    font-family: "Noto Sans Mono", monospace;
    line-height: 1;
    font-size: min(50px, 6vw);
    letter-spacing: -6px;
}

.bnr-title > h1 {
    margin: 0;
}

.cmt-foot__btn .sa-btn {
    width: 400px;
}

section#faq-sect {
    padding: 60px 0 0;
}

.representative-opinion__text-answer {
    font-size: 26px;
    line-height: 40px;
    text-indent: -2ch;
    margin-left: 2ch;
}

.hdr__navi-contact img:hover {
    opacity: 0.7;
}

.slider__ov .cmt-foot__btn .sa-btn {
    width: auto;
    margin: 20px 0 0 0;
}

.sa-return__btn {
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 60px;
    height: auto;
    cursor: pointer;
	z-index: 5;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
}

.sa-return__btn.hide {
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s, z-index 0 0.5s;
	
}

.sa-return__btn:hover {
    filter: brightness(1.5);
}

#contact-form {
	color: #0e5acb;
	font-weight: bold;
	line-height: 160%;
}}

.ftr-btm__cont-sns {
    display: flex;
	justify-content: space-evenly;
}

.ftr-btm__icon {
    width: auto;
    margin: 13px 0 0 10px;
}

.ftr-btm__icon a {
    display: inline-block;
    width: 50px;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 1440px) and (min-width:1024px) {

	footer .hdr__navi-menu li a {
		font-size: 1.4vw;
	}
	
}

@media screen and (max-width: 1270px) and (min-width:768px) {
	.hdr__navi-menu li a {
        font-size: 22px;
        padding: 0 10px;
    }
}


@media screen and (max-width: 1200px) and (min-width:768px) {
    .hdr__navi-menu li a {
        font-size: 15px;
        padding: 0 9px;
    }
    .hdr__navi-menu li:last-child a {
        padding: 0 0 0 10px;
    }
	
	#sect-topslider .slider__cont > .slider__item:first-child > img {
		object-position: 85% 0;
		height: auto;
		width: 100%;
	}

	#sect-topslider .slider__ov {
		font-size: 3vw;
		line-height: calc(3 / 2);
		left: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

	.problem-cont {
		display: block;
	}

	.problem-cont .am-col5 {
		float: right;
		margin: 0 0 10px 10px;
	}

	.problem-cont .am-col7 {
		width: 100%;
	}
	
	.sa-title {
        line-height: 1.5;
    }
    
    #sect-solution .sa-title {
        margin: 0 0 15px;
    }
    
    .sol__text {
        margin: 0;
    } 
	
	.plr-cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .plr-cont > div {
        width: 50%;
    }

    .plr-cont .plr-item {
        margin: 0 10px 20px;
        height: calc(100% - 100px);
    }
    
    .plr-item__pix {
        height: 25vw;
        max-height: unset;
    }
	
	.last__sidepix {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	

	.last__content {
		margin: 50px;
		width: calc(100% - 220px);
		background-color: #D3EBFFD0;
		max-width: unset;
	}


	.last__layout {
		padding: 1px;
	}

	.last__sidepix > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.business-seminar__cont {
		width: calc(100% - 20px);
		margin: 0 0 0 auto;
	}
	
	.starting-sales__cont {
		width: calc(100% - 20px);
		margin: 0 auto 0 0;
	}

	.concrete-measures__cont {
		width: calc(100% - 40px);
		margin: 0 0 0 auto;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .hdr__navi-menu li a {
        font-size: 14px;
    }

    .hdr__logo img {
        width: 250px;
    }
	
	@media screen and (max-width: 991px) {
		.hdr__logo img {
			width: 200px;
		}
		
		.hdr__navi-contact > a > img {
			height: 70px;
		}
	}
	
	@media screen and (max-width: 819px) {

		header .hdr__navi-menu {
			flex-wrap: wrap;
			justify-content: end;
			width: 350px;
		}
	}
	
	.voice-intro__text-inner {
		padding: 30px;
		font-size: 18px;
	}
	
	.client-voice__details-title {
		font-size: 20px;
	}

	.client-voice__details-text {
		width: calc(100% - 60px);
		font-size: 18px;
		padding: 30px;
	}

	.representative-opinion__cont {
		font-size: 18px;
		line-height: 1.8;
	}

	.representative-opinion__text {
		margin: 0 10px 0 0;
	}
	
	.starting-sales__content {
		font-size: 18px;
		line-height: 1.8;
		margin: 0;
	}

	.concrete-measures__content {
		font-size: 18px;
		line-height: 1.8;
	}

	.lecturer-seminars__content {
		font-size: 18px;
		line-height: 1.8;
		margin: 20px 10px 0 0;
	}

	.business-seminar__btn {
		font-size: 18px;
		line-height: 1.8;
	}

	.three-reasons__content {
		padding: 20px;
	}
	
	.starting-sales__title {
		font-size: 22px;
	}

	.lecturer-seminars__title {
		font-size: 22px;
	}

	.three-reasons__title {
		font-size: 30px;
	}

	.sa-title {
		font-size: 26px;
		margin: 0 0 30px;
	}

	.fees__mainbox {
		font-size: 16px;
		line-height: 1.8;
	}

	.last__content {
		font-size: 16px;
		line-height: 1.8;
	}

	.last__content span {
		font-size: 26px;
	}

	.cmt-item__cont {
		display: block;
	}

	.cmt-item__cont > div {
		width: 100%;
	}

	.cmt-item__icon {
		width: 50%;
		margin: 10px auto;
		max-width: 130px;
	}
	
	.problem-text,
	.problem-ftr,
	.sol__text {
		font-size: 16px;
	}

	.sol__pix {
		margin: 0 20px 0 0;
	}

	.sol__pix {
		margin: 0 20px 0 0;
	}

	.plr-item__title {
		font-size: 20px;
	}

	.plr-item__text {
		font-size: 16px;
	}

	.plr-cont .plr-item {
		padding: 20px;
		height: calc(100% - 60px);
	}

	.cmt-item__title {
		font-size: 20px;
	}

	.cmt-item__desc {
		font-size: 16px;
	}

	.cmt-item, .cmt-cont > div:nth-child(2n-1) .cmt-item {
		padding: 10px 20px 20px;
		height: calc(100% - 60px);
	}

	.sa-btn {
		font-size: 20px;
		padding: 15px 20px;
	}

	.cmt-foot__text {
		font-size: 20px;
	}
	
	.cmt-foot {
		margin: 30px 0 0;
	}
	
	.fback-box__list {
		font-size: 16px;
	}

	.cmsense-cont ul li {
		font-size: 16px;
	}

	.cmsense-cont .cmsense-img img {
		width: calc(100% - 10px);
		height: auto;
		margin: 0 0 0 10px;
	}
	
	.ftr-top__text {
		font-size: 20px;
	}

	.ftr-top__btn img {
		height: 50px;
	}

	.ftr-btm__cont {
		margin: 40px auto 0;
	}

	.ftr-top__cont {
		padding: 30px;
	}

	.ftr-btm__cont > .am-flex {
		display: block;
	}

	.ftr-btm__cont > .am-flex > div {
		width: auto;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.ftr-btnpix > img {
		max-width: 200px;
		margin: 0 5px;
	}

	footer .hdr__navi-menu {
		justify-content: center;
	}

	.ftr-btm__logo {
		margin: 0 0 30px;
	}

	.ftr-btm__btn > a >img {
		max-width: 220px;
		margin: 0 5px;
	}

	.client-voice__details {
		margin: 0;
	}

	.faq-sect__title {
		font-size: 20px;
		margin: 0 0 50px;
	}

	.faq-sect__item {
		font-size: 16px;
		line-height: 1.67;
	}

	.diffcons__item-title {
		font-size: 20px;
	}
	
	.ftr-btm__cont-sns {
		justify-content: center;
	}

	.diffcons__item-cont {
		font-size: 16px;
	}
	
	.diffcons__item-satomi-pix {
		width: 40%;
		height: auto;
		margin: 20px auto 0;
	}

	.diffcons__item-satomi-pix img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.fees__mainbox .inner {
		margin: 30px 50px;
	}
}

@media screen and (max-width: 767px) {
		.fees__mainbox .inner {
		margin: 30px 15px;
	}
	.am-sp {
		display: block;
	}

	.am-pc {
		display: none;
	}
	
	header .am-container {
		width: 100%;
	}
	
	.hdr__layout {
		display: block;
		text-align: center;
		height: auto;
		position: relative;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: 0.5s ease;
	}

	.hdr__logo {
		text-align: left;
		height: 80px;
		padding: 0 70px 0 10px;
		display: flex;
		align-items: center;
	}
	
	.hdr__logo > a, .hdr__logo > a > img {
		display: block;
	}
	
	.hdr__menu-btn {
		position: absolute;
		top: calc(80px / 2);
		right: 10px;
		border: 2px solid #000;
		background: transparent;
		width: 50px;
		height: 50px;
		transform: translateY(-50%);
		display: block;
	}

	.hdr__menu-btn-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.hdr__menu-btn-icon::before,
	.hdr__menu-btn-icon::after,
	.hdr__menu-btn-icon>span {
		content: "";
		width: 30px;
		height: 2px;
		background: #000;
		display: block;
		margin: 8px 0;
		transition: 0.5s ease;
		opacity: 1;
	}

	header.hdr__menu--show {
		height: 100vh;
		overflow: auto;
	}
	
	.hdr__navi-menu {
		flex-direction: column;
		background: aliceblue;
		align-items: stretch;
	}
	
	.hdr__navi-contact {
		display: none;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr-top {
		display: block;
	}

	header .ftr-btm__btnpix {
		display: block;
	}

	header .ftr-cpright {
		display: block;
	}
	
		header .hdr__navi-menu li {
		background: #FFF;
		margin: 0 10px 15px;
		border-radius: 10px;
		border: 1px solid #72cdf1;
	}

	header .hdr__navi-menu li:first-child {
		margin: 15px 10px;
	}

	header .ftr-btnpix img {
		margin: 0 5px;
	}
	header .ftr-btm__btnpix {
		padding: 20px 0;
	}

	header .ftr-top__text {
		font-size: 20px;
		line-height: 1.5;
	}

	header .ftr-top__btn img {
		height: 11vw;
		margin: 0;
	}
	
	header .ftr-top__cont {
		padding: 40px 20px;
	}

	header .ftr-top__btn {
		margin: 10px 0 0;
	}

	header .ftr-top__bg.am-bg-pix {
		height: 100%;
	}
	
	header .ftr-cpright {
		margin-top: 0;
	}
	
	#sect-topslider .slider__ov {
/* 		font-size: 5vw; */
		font-size: 4.4vw;
		left: 0;
		margin: 0 20px;
		width: 77%;
		text-shadow: 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF;
	}

	#sect-topslider.slider__main {
		padding: 0;
	}

	#sect-topslider .slider__cont > .slider__item:first-child > img {
		height: 120vw;
		object-fit: cover;
		object-position: 84%  0%;
	}

	.problem-cont {
		display: block;
		margin: 40px 0;
	}

	.sect-cont {
		padding: 50px 0 0;
	}

	#sect-problem .am-col7 {
		width: 100%;
	}

	.sa-title {
		font-size: 18px;
		margin: 0 0 25px;
		line-height: 1.8;
	}

	.problem-text {
		font-size: 16px;
		line-height: 1.8;
	}

	.problem-ftr {
		font-size: 16px;
	}

	#sect-problem .am-col5 {
		width: 100%;
	}

	#sect-solution .am-col5 {
		width: 100%;
		margin: 0;
	}

	.sol-cont .am-col7 {
		margin: 0;
		width: 100%;
	}

	.sol-cont {
		margin: 0;
		display: block;
	}

	.sol__text {
		font-size: 16px;
		line-height: 1.8;
		margin: 20px 0 0;
		text-align: left;
	}

	.plr-cont {
		display: block;
	}

	#sect-pillars .am-col4 {
		width: 100%;
	}

	#sect-pillars .am-col4 .plr-item {
		margin: 20px 0;
		padding: 20px;
	}

	.plr-item__title {
		font-size: 20px;
	}

	.plr-item__text {
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
		padding: 0 32px;
	}

	#sect-comitments .am-col6 {
		width: 100%;
	}

	#sect-commitments .am-col6 {
		width: 100%;
	}

	.cmt-cont {
		display: block;
	}

	.cmt-item__title {
		font-size: 20px;
	}

	.cmt-item__cont {
		display: block;
	}

	#sect-commitments .am-col4 {
		width: 50%;
		margin: 0 auto;
	}

	.cmt-item__desc {
		font-size: 15px;
	}

	#sect-commitments .am-col8 {
		width: 100%;
	}

	.sa-btn {
		font-size: 16px;
		padding: 15px 20px;
	}

	.fback-box__list {
		font-size: 16px;
		line-height: 1.8;
	}

	.cmt-cont > div:nth-child(2n) .cmt-item {
		margin: 0;
		padding: 20px;
	}

	.cmt-foot__text {
		font-size: 18px;
	}

	.fback-btn {
		text-align: left;
	}

	.cmsense-cont {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#sect-commonsense .am-col6 {
		order: 2;
		margin: 20px 0 0 0;
	}

	.am-col6.cmsense-img img {
		order: 1;
	}

	.am-col6.cmsense-img img {
		order: 1;
	}

	#sect-commonsense .am-col6.cmsense-img {
		order: 1;
		margin: 20px 0 0;
	}

	.am-col6.cmsense-img {
		order: 2;
	}

	#sect-commonsense .am-col6 {
		width: 100%;
		font-size: 16px;
		line-height: 1.8;
		margin: 0;
	}

	.cmsense-cont ul {
		padding: 0 0 0 20px;
	}

	.cmsense-cont .cmsense-img img {
		position: relative;
		top: unset;
		right: unset;
		object-fit: contain;
	}

	.cmsense-cont .am-col6 img {
		width: 100%;
		height: auto;
	}
	
	.cmt-cont > div:nth-child(2n-1) .cmt-item {
		margin: 20px 0;
	}
	
	.cmt-item {
		padding: 10px 20px;
	}
	
	.voice-intro__text-inner {
		padding: 20px;
		font-size: 16px;
		line-height: 1.8;
		margin: 20px auto;
	}

	.voice-intro__text {
		width: 90%;
	}

	.client-voice__details-title {
		font-size: 20px;
		margin: 0;
	}

	.client-voice__cont.am-container {
		width: calc(100% - 40px);
		margin: 0px 15px;
		max-width: 100%;
	}

	.client-voice__details-text {
		width: calc(100% - 10px);
		font-size: 16px;
		margin: 5px 0;
		line-height: 1.8;
		padding: 10px;
	}
	
	.representative-opinion__title {
		font-size: 22px;
		text-align: center;
	}

	#representative-opinion .am-col7 {
		width: 100%;
	}

	.representative-opinion__text {
		font-size: 16px;
		line-height: 1.8;
	}

	#representative-opinion .am-flex {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#representative-opinion .am-col7 {
		order: 1;
	}

	#representative-opinion .am-col5 {
		width: 100%;
	}

	.representative-opinion__text-answer {
		font-size: 16px;
		line-height: 1.8;
        text-indent: -2ch;
        margin-left: 2ch;
	}

	.representative-opinion__text-question {
		font-size: 16px;
		line-height: 1.8;
        text-indent: -2ch;
        margin-left: 2ch;
	}
	
	.banner__img {
		object-fit: cover;
		object-position: 96% 0%;
	}
	
	.plr-item__pix {
		height: 50vw;
		max-height: unset;
	}
	
	.three-reasons__title {
		font-size: 22px;
	}

	.starting-sales {
		display: block;
	}

	#three-reasons .am-col6 {
		width: 100%;
	}

	.three-reasons__content {
		padding: 20px;
	}

	.starting-sales__title {
		font-size: 20px;
	}

	.starting-sales__content {
		font-size: 16px;
		line-height: 1.8;
	}

	.concrete-measures__cont {
		padding: 10px;
		margin: 20px 0 0;
		width: calc(100% - 20px);
	}
	
	.business-seminar__cont {
		width: 100%;
		margin: 20px 0 0;
	}

	.concrete-measures__content {
		font-size: 16px;
		line-height: 1.8;
		margin: 0;
	}

	.concrete-measures__title {
		font-size: 20px;
	}
	
	.lecturer-seminars {
		display: block;
	}

	.lecturer-seminars__title {
		font-size: 20px;
		line-height: 1.8;
	}

	.lecturer-seminars__content {
		font-size: 16px;
		line-height: 1.8;
	}

	.business-seminar__btn {
		font-size: 16px;
		line-height: 1.8;
        padding: 10px 10px;
	}

	.diffcons__item-typical {
		display: block;
		width: 100%;
	}

	.diffcons__item-typical > .inner {
		width: calc(100% - 20px);
	}

	.diffcons__item-cont {
		display: block;
	}

	#sect-diff-cons .am-col6 {
		width: 100%;
	}

	.diffcons__item-typical:after {
		content: '▼';
		color: #D9D9D9;
		font-size: 50px;
		position: absolute;
		left: 50%;
		top: unset;
		bottom: 20px;
		transform: translate(-50%, 100%) scaleX(4);
		filter: grayscale(1);
		right: unset;
	}

	.diffcons__item-satomi > .inner {
		margin: 10px;
	}

	.diffcons__item-satomi {
		margin: 50px 0 0 0;
		width: 100%;
	}

	#sect-diff-cons .am-col6 {
		width: 100%;
	}
	
	.diffcons__item-satomi-pix-last {
		text-align: center;
		margin: 30px 0 0;
	}
	
	.diffcons__item-typical-pix {
		opacity: 0.5;
		width: 32%;
	}

	#sect-fees .inner {
		margin: 15px;
	}

	.fees__mainbox {
		font-size: 16px;
		line-height: 1.8;
	}

	.fees__mainbox-part1 span {
		font-size: 20px;
	}

	.last__content {
		padding: 10px;
		font-size: 16px;
		line-height: 1.8;
	}

	.last__content span {
		font-size: 20px;
	}

	.last__sidepix {
		width: 100%;
		margin: 20px 0;
	}
	
	.faq-sect__item-question:after {
		right: 6px;
		top: 50%;
	}
	
	.faq-sect__item.active .faq-sect__item-question:after {
		right: 10px;
		top: 55%;
	}
	
	.faq-sect__item {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.faq-sect__item-asnwer {
		display: block;
	}

	#faq-sect .am-col9 {
		width: 100%;
	}
	
	.faq-sect__item-asnwer .am-col9::before {
		display: inline-block;
	}

	.faq-sect__item-asnwer-img img {
		width: 100%;
	}

	.faq-sect__item-asnwer-img.am-col3 {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		font-size: 18px;
		width: 100%;
		padding: 20px 0;
	}


	.ftr-top__cont {
		padding: 30px;
	}

	.ftr-top__text {
		font-size: 18px;
		line-height: 1.8;
	}

	.ftr-top__btn img:first-child {
		object-fit: contain;
		height: 50px;
		margin: 10px 0 0;
		width: 100%;
	}

	.ftr-top__btn {
		display: block;
		margin: 0 10px 40px;
	}

	.ftr-btm__cont .am-flex {
		display: block;
	}

	.ftr-btm__cont .am-col6 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

    .ftr-btm__logo {
        margin-bottom: 20px;
    }

	.ftr-btm__btnpix {
		text-align: center;
	}

	.ftr-btm.am-container {
		width: 100%;
	}

	footer .hdr__navi-menu li a,
	footer .hdr__navi-menu li:last-child a {
		padding: 15px 0;
		width: 100%;
		border-bottom: 1px dotted #72cdf1;
	}

	.ftr-cpright {
		font-size: 14px;
		padding: 20px 0;
	}

	.ftr-btnpix img:last-child {
		margin: 0 0 0 5px;
	}

	.diffcons__item-title {
		font-size: 20px;
		padding: 0;
	}

	.diffcons__item-cont.am-flex {
		font-size: 16px;
	}

	.diffcons__item-satomi-pix {
		width: 50%;
		margin: 0 auto;
		height: auto;
	}

	.diffcons__item-satomi-pix > img {
		display: block;
		width: 100%;
		height: auto;
	}

	.diffcons__item-satomi-pix.style2 {
		width: 35%;
	}

	.slk-slider__btn {
		padding: 20px 0 40px;
	}
	
	.slk-slider__btn > a > img {
		width: calc(100% - 20px);
	}

	.bnr-title {
		margin: -32px 10px 0 0;
		color: #86ace5;
	}
	
	#sect-solution .sa-title {
		margin: 0;
		text-align:center;
	}
	
	.fback-btn {
		text-align: center;
	}
	
	.cmt-foot__btn .sa-btn {
		width: unset;
	}
	
	.fback-box__list {
		padding: 0 0 0 20px;
	}
	
	.faq-sect__item-question {
		padding: 15px 30px 15px 15px;
	}

	.faq-sect__item-question::before {
		left: unset;
		position: relative;
		display: inline-block;
	}
	
	.faq-sect__item-asnwer {
		padding: 0 15px;
	}
	
	.faq-sect__item.active .faq-sect__item-asnwer {
		padding: 15px;
	}
	
	.faq-sect__item.active .faq-sect__item-asnwer::before {
		left: unset;
		position: relative;
		display: inline-block;
	}
	
	.faq-sect__item.active .faq-sect__item-asnwer.am-flex::before {
		display: none;
	}
	
	.diffcons__item-satomi-pix.style2 {
		float: unset;
	}
	
	.slider__ov .cmt-foot__btn .sa-btn {
		text-shadow: 0 0 0 transparent;
	}
	
	#sect-commonsense .cmt-foot__btn {
		text-align: center;
	}
	
	#contact-form td:first-child {
		padding-right: 0;
    	margin-top: 10px;
    	font-size: 18px;
	}
	
	#contact-form td {
		width: 100%!important;
		float: left;
		padding: 0;
		text-align: left!important;
		font-size:16px;
	}
	
	.ftr-btm__cont-sns {
		display: block;
		margin: 0 auto;
	}

	.ftr-btm__logo {
		text-align: center;
	}

	.ftr-btm__icon {
		margin: 0 0 20px;
	}
}


/* Blog */
.blog_wrap {
    padding: 0 80px 80px;
    margin: 0 auto 30px;
    max-width: 1280px;
    min-height: max-content;
}

.blog_wrap.blog_wrap_single {
    min-height: max-content;
/*    height: 100%;*/
}

.main-blog-ct {
    background-color: #fff;
/*    padding-bottom: 30px;*/
    
    width: 65%;
    margin-right: 2%;
    float: left;
}

.mgb-30 {
    margin-bottom: 30px;
}

.header-blog {
    position: relative;  
    font-weight: 700;
    color: #555;
    line-height: 140%;   
    border-bottom: 3px solid #38393c;
    font-size: 26px;
    text-align: left;
}

.header-blog:after {
    border-bottom: 3px solid #38393c;
}

/* Blog Post Area */
.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
/*==========   SET MIN-HEIGHT IF BLOG POST THUMBNAIL IMAGE EXIST  =============*/
/*    min-height: 180px;*/
}

.list-posts .post:last-child {
/*    margin-bottom: 0;*/
}

.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}

/*
.list-posts .post a .img {
    width: 30%;
}

.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
*/

/* Blog Post Thumbnail Photo */
.blog-photo {
    width: 25%;
    float: left;
/*    margin-right: 1%;*/
}

.blog-photo img {
    height: 150px;   
    width: 100%;
    object-fit: cover;
}

.list-posts .post a .info {
    width: 100%;
    padding-left: 15px;
/*    letter-spacing: 0;   */
}

.info {
    font-size: 16px;
    line-height: 160%;
}

.info div {
    line-height: 160%;
}

.info .info-title {
    font-weight: 700;
    font-size: 18px;
}

.info .date {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0;
}

.info .excerpt {
    font-weight: normal;
}

/* Side Widget Area */
h2.widgettitle {    
    font-size: 24px;
/*    font-weight: bold;   */
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #38393c;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
}

.sidebar {
    padding: 0 15px;
    margin-top: -20px;
    width: 30%;
    float: left;
}

.sidebar-wrap {
/*    padding: 20px 10px 30px 10px;*/
    padding: 40px 10px 30px 10px;
    background-color: #fff;
}

.sidebar ul {
    list-style-type: none;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
}
.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}

/* Single Blog Page */
.single img {
    max-width: 100%;
    height: auto;
}
.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;  
/*    height: 100%;*/
    min-height: max-content;
}

.single-ct p {
    line-height: 170%;
    margin-top: 0;
    margin-bottom: 0;
}

.single-ct strong {
    font-weight: bolder;
}

/* calendar widget */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

/*
#wp-calendar tbody td a {
    background: #38393c;
    color: #fff;
}
*/

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.pagination .page-numbers {
    padding: 7px 15px;
}

.pagination .current {
    background-color: #38393c;
    color: #fff; 
}

.clear {
    clear: both;
}

@media screen and (max-width:834px) {
    .blog_wrap {
        padding: 60px 40px;
    }
    
    .main-blog-ct {
        width: 60%;
    }
    
    .sidebar {
        width: 38%;
    }
}

@media screen and (max-width:768px) {
    
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
     .pagination { 
        float: left;        
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}


@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 100px 10px;
    }
    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
        width: 100%;
        margin-right: 0;
    }
    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }
    .sidebar {
        padding: 0;
        width: 100%;
    }    
    .blog-photo {
        margin-right: 1%;
    }
}
/* End Blog */


@charset "utf8";

#wp-contact{
    width: 100%;
    position: relative;
    padding: 40px 0 80px 0;
}
#wp-contact table{
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
}
#wp-contact td{
    position: relative;
    font-size: 20px;
    color: #0e5acb;
    font-weight: bold;
    line-height: 160%;
    padding: 15px 0;
    vertical-align: middle;
}
#wp-contact td:first-child{
    width: 325px;
    padding-right: 45px;
}
#wp-contact td .custom-dk{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#wp-contact td input {
    width: 100%;
    outline: none;
    resize: none;
    height: 60px;
    padding: 10px 25px;
    border: 1px solid #d4d4d4;
    color: #0e5acb;
}
#wp-contact td input[type="checkbox"] {
    width: 40px;
}
#wp-contact td textarea{
    width: 100%;
    height: 210px;
    line-height: 185px;
    outline: none;
    resize: none;
    color: #0e5acb;
    padding: 10px 25px;
    border: 1px solid #d4d4d4;
}
#wp-contact td.s1{
    font-size: 0;
}
#wp-contact td label.s1{
    width: 25%;
    display: inline-block;
    font-size: 20px;
}
#wp-contact td label.s2{
    width: 72.5%;
    margin-left: 2.5%;
    display: inline-block;
    font-size: 20px;
}
::placeholder {
    color: #a5a5a5;
    font-size: 16px;
	font-family: 'Noto Sans JP';
 }

 .contact-btn-submit{
     width: 100%;
     position: relative;
     padding-top: 50px;
     text-align: center;
 }
 .contact-btn-submit button{
    cursor: pointer;
    border: none;
    display: inline-block;
 }

#contact-form {
    max-width: 900px;
    margin: 0 auto;
}

#contact-form table {
    width: 100%;
    border-collapse: collapse;
}

#contact-form table tbody tr td:first-child {
    width: 35%;
    text-align: right;
}

#contact-form table tbody tr td:first-child img {
    margin-left: 20px;
    margin-right: 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 37px;
    width: 100%;
}

select:not(:-internal-list-box) {
    height: 37px;
    width: 100%;
    font-size: 18px;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 37px;
    width: 100%;
}

input[type="submit" i] {
    height: 37px;
    width: 100px;
    margin: 0 auto;
    display: block;   
    background: #2688d2;
    color: #fff;
    border: none;
}

textarea {
    width: 100%;
}


 @media screen and (max-width:820px){
    .aside-intro-one .gifd-1800{
        padding:0 10px;
    }
    #wp-contact{
        padding: 40px 10px;
    }
    #wp-contact td textarea{
        line-height: 160%;
    }
    .custom-top-banner{
        background-position: left center !important;
    }
 }
.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}
@media screen and (max-width:767px){
    #wp-contact td{
        width: 100% !important;
        float: left;
        padding: 0;
    }
  
    ::placeholder {
        font-size: 14px;
     }
     #wp-contact td input{
         height: 40px;
     }
     #wp-contact td textarea{
         height: 150px;
     }
     #wp-contact td:first-child{
         padding-right: 0;
         margin-top: 10px;
         font-size: 18px;
     }
     #wp-contact td:last-child{
         margin: 15px 0 0 0;
     }
     #wp-contact td .custom-dk{
         right: 0;
     }
     #wp-contact td label.s1{
         width: 100%;
     }
     #wp-contact td label.s2{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
 }
 @media screen and (max-width:580px){
   .anchor_fixtop {
    display: block;
    position: relative;
    top: -120vw;
    width: 100%;
    visibility: hidden;
	}
}

